.e-commerce-banner {
    background: linear-gradient(90deg, #D8ECFE 0%, #C1D3F5 100%);
}

.solution-banner-content {
    display: flex;
    align-items: center;
}

.solution-banner-content-left {
    flex: 1;
    padding: 66px 0;
}

.solution-banner-content-left h2 {
    color: #1D2129;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "PingFang SC";
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
}

.solution-banner-content-left p {
    color: #4E5969;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "PingFang SC";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin: 24px 0 52px;
}

.solution-banner-btns {
    display: flex;
}

.solution-banner-btns>a {
    color: #165DFF;
    text-align: right;
    font-family: "PingFang SC";
    font-size: 16px;
    border-radius: 2px;
    background: #FFF;
    box-shadow: 0px 2px 4px 0px rgba(38, 80, 176, 0.12);
    padding: 10px 32px;
    cursor: pointer;
    color: #FFF;
}

.solution-banner-btns>a {
    background-color: #165DFF;
}

.solution-banner-btns>a:hover {
    border-radius: 30px;
}

.solution-banner-content>img {
    margin-left: 60px;
}

.banner-intro {
    display: flex;
    align-items: center;
    color: #1D2129;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: -38px;
    margin-bottom: 30px;
}

.banner-intro>img {
    height: 22px;
}

.other-a {
    padding: 10px 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.other-a>a {
    padding: 8px 10px;
    box-sizing: border-box;
    border: 1px solid #e1e4e5;
    border-radius: 5px;
    overflow: hidden;
}

.other-a>a:hover {
    border-color: #165DFF;
    color: #165DFF;
}

.other-a>a+a {
    margin-top: 8px;
}

.rpa-solutions-new-contents h3 {
    background: url(../images/ecommerce/h-tit.svg) no-repeat left center;
    background-size: contain;
    padding-left: 8px;
    margin-bottom: 30px;
    margin-top: 50px;
}

#menu_01>h3 {
    margin-top: 0;
}

.ec-list-01 {
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 16px;
}

.ec-list-01-b {
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
}

.ec-list-01-c {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 500px), 1fr));
}

.ec-list-01-d{
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 180px), 1fr));
    gap: 30px;
}

.ec-list-01-item {
    padding: 20px;
    box-sizing: border-box;
    border-radius: 12px;
    border: 1px solid #E3E4E8;
    background: #F9FAFC;
}

.ec-list-01-item-tit {
    color: #1D2129;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "PingFang SC";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px;
}

.ec-list-01-item-img-tit {
    border-bottom: 1px solid #e1e4e5;
    padding-bottom: 5px;
    margin-bottom: 20px;
    color: #165DFF;
font-feature-settings: 'liga' off, 'clig' off;
font-family: "PingFang SC";
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
display: flex;
align-items: center;
}

.ec-list-01-item-tit>span{
    color: #4E5969;
font-feature-settings: 'liga' off, 'clig' off;
font-family: "PingFang SC";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-top: 6px;
display: block;
}

.ec-list-01-item-cont {
    color: #4E5969;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.ec-list-01-a-item {
    display: flex;
    align-items: center;
}

.ec-list-01-a-item+.ec-list-01-a-item {
    margin-top: 16px;
}

.ec-list-01-a-item>img {
    margin: 0;
}

.ec-list-01-a-item-cont {
    margin-left: 10px;
}

.ec-list-01-a-item-cont-tit {
    color: #1D2129;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.ec-list-01-a-item-cont-tit>span {
    color: #4E5969;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "PingFang SC";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}

.ec-list-01-a-item-cont-text {
    color: #86909C;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "PingFang SC";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.ec-list-01-a-item-cont-tit+.ec-list-01-a-item-cont-text  {
    margin-top: 8px;
}

.ec-list-01-item-b {
    display: flex;
    align-items: flex-start;
}

.ec-list-01-item-c {
    flex-direction: column;
    position: relative;
}

.ec-list-01-item-b>span {
    color: #165DFF;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "PingFang SC";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 16px;
}

.ec-list-01-item-b>img {
    margin-right: 16px;
}

.ec-list-01-item-c>span {
    margin-bottom: 20px;
    margin-right: 0;
}

.ec-list-01-item-c>img{
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(10px,-100%);
    width: 15px;
    height: 15px;
}







@media screen and (max-width: 1024px) {

    .solution-banner-content {
        flex-direction: column-reverse;
        padding-top: 1rem;
    }

    .solution-banner-content-left {
        padding: 2rem 0 3rem;
    }

    .solution-banner-content-left h2 {
        font-size: 2rem;
    }

    .solution-banner-content-left p {
        margin: 1rem 0 2rem;
    }

    .solution-banner-content>img {
        margin-left: 0;
        width: 100%;
    }

    .rpa-solutions-new-contents {
        padding: 0;
    }

    .ec-list-01-a-item>img {
        height: auto;
        width: auto;
    }

}