
/*criteria 新零售社交电商系统 开始*/
.criteria .section-main {
    width: 1200px;
    padding: 80px 0;
    margin: 0 auto;
}

.criteria .header img {
    width: 100%;
}

.criteria .section-head {
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    color: #666666;
}

.criteria h2 {
    font-weight: 800;
    font-size: 40px;
    line-height: 56px;
    color: #333333;
}

.criteria h2+div {
    width: 969px;
    margin: 15px auto 0;
}

.criteria .section-body {
    margin-top: 80px;
}



.criteria .section1 .section-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 490px;
    background: url('../images/product/criteria_section1_center.png') center/687px 490px no-repeat;
}

.criteria ul {
    list-style: none;
}

.criteria .section1 ul:first-child li:nth-child(1) {
    background-image: url('../images/product/criteria_section1_bg1.png');
}

.criteria .section1 ul:first-child li:nth-child(2) {
    background-image: url('../images/product/criteria_section1_bg2.png');
}

.criteria .section1 ul:first-child li:nth-child(3) {
    background-image: url('../images/product/criteria_section1_bg3.png');
}

.criteria .section1 ul:last-child li:nth-child(1) {
    background-image: url('../images/product/criteria_section1_bg4.png');
}

.criteria .section1 ul:last-child li:nth-child(2) {
    background-image: url('../images/product/criteria_section1_bg5.png');
}

.criteria .section1 ul:last-child li:nth-child(3) {
    background-image: url('../images/product/criteria_section1_bg6.png');
}
.criteria .section1 li div:first-child {
    margin-bottom: 7px;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
}

.criteria .section1 li:first-child {
    margin-top: 0;
}

.criteria .section1 li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 270px;
    height: 124px;
    padding: 0 28px;
    border: 1px solid #CFDEF3;
    border-radius: 4px;
    margin-top: 48px;
    background: #F6FAFF center/cover no-repeat;
    box-shadow: 0 5px 15px 1px rgba(3, 51, 123, 0.08);
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}
.criteria .section3 .section-body {
    position: relative;
    height: 580px;
    margin-top: 74px;
    background: url('../images/product/criteria_section3_bg.png') center/830px 550px no-repeat;
}

.criteria .section3 .card:nth-child(1) {
    top: 0;
    left: 0;
}
.criteria .section3 .card:nth-child(2) {
    top: 0;
    right: 0;
}
.criteria .section3 .card:nth-child(3) {
    top: 300px;
    right: 0;
}
.criteria .section3 .card:nth-child(4) {
    top: 300px;
    left: 0;
}

.criteria .section3 .card {
    position: absolute;
    width: 300px;
    padding: 24px 0 30px 30px;
    border: 1px solid #BECFFF;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0px 3px 16px 1px rgba(0, 38, 116, 0.1);
    animation: kf2 1.2s linear 0.4s infinite alternate;
}

.criteria .section3 .card-head {
    padding-left: 34px;
    background: left center/26px 26px no-repeat;
    font-weight: 800;
    font-size: 18px;
    line-height: 26px;
    color: #333333;
}

.criteria .section3 .card-body {
    display: flex;
    margin-top: 20px;
}

.criteria .section3 .card-body ul:first-child {
    margin-left: 0;
}

.criteria .section3 .card-body ul {
    margin-left: 30px;
    font-size: 14px;
    line-height: 28px;
    color: #595E6F;
    counter-reset: disc;
}
.criteria .section3 .card-body li::before {
    counter-increment: disc;
    content: counter(disc, disc);
    margin-right: 10px;
    color: rgba(42, 126, 252, 0.5);
}
.criteria .section3 img {
    position: absolute;
    top: 122px;
    left: 50%;
    width: 261px;
    height: 168px;
    margin-left: -131px;
    animation: kf1 1.2s linear 0.4s infinite alternate;
}

.criteria .section3 .card:nth-child(1) .card-head {
    background-image: url('../images/product/criteria_section3_icon1.png');
}
.criteria .section3 .card:nth-child(2) .card-head {
    background-image: url('../images/product/criteria_section3_icon2.png');
}
.criteria .section3 .card:nth-child(4) .card-head {
    background-image: url('../images/product/criteria_section3_icon4.png');
}
.criteria .section3 .card:nth-child(3) .card-head {
    background-image: url('../images/product/criteria_section3_icon3.png');
}

@keyframes kf1 {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes kf2 {
    0% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

.criteria .section4 {
    background: url('../images/product/criteria_section4_bg.png') left top/100% 100% no-repeat;
}

.criteria .section4 .section-head, .criteria .section4 h2 {
    color: #FFFFFF;
}

.criteria .section4 .section-body {
    margin-top: 70px;
}

.criteria .section4 ul {
    display: flex;
}

.criteria .section4 li {
    flex: none;
    margin-right: 74px;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}

.criteria .section4 li div:first-child {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    margin-bottom: 12px;
    background-color: #FFFFFF;
    font-size: 0;
    line-height: 68px;
}

.criteria .section4 li img {
    display: inline-block;
    vertical-align: middle;
}

.criteria .section5 ul {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 1220px;
}

.criteria .section5 li {
    flex: none;
    width: 226px;
    height: 230px;
    padding: 41px 17px 0;
    border-radius: 10px;
    background-color: #FFFFFF;
    margin: 0 18px 20px 0;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    color: #999999;
}

.criteria .section5 img {
    width: 70px;
    height: 70px;
    margin: 0 auto;
}

.criteria .section5 li div:nth-child(2) {
    margin: 15px 0 8px;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #666666;
}

.criteria .section5 li:hover {
    box-shadow: 0 3px 16px 1px rgba(121, 148, 193, 0.18);
}

.criteria .section6 {
    background: url('../images/product/criteria_section6_bg.jpg') center/cover no-repeat;
}

.criteria .section6 .section-main {
    display: flex;
    justify-content: center;
    width: auto;
}

.criteria .section6 .section-main>div:first-child {
    width: 328px;
    height: 578px;
    background: url('../images/product/criteria_section6_left.png') left top/100% 100% no-repeat;
}

.criteria .section6 .section-main>div>div:only-child {
    width: 240px;
    height: 520px;
    margin: 23px auto 0;
    overflow: hidden;
}

.criteria .section6 img {
    display: none;
    width: 240px;
    height: 520px;
}

.criteria .section6 .section-main>div:last-child {
    width: 779px;
    padding: 41px 0 0 130px;
}

.criteria .section6 .title {
     position: relative;
     padding-bottom: 24px;
     font-weight: 800;
     font-size: 40px;
     line-height: 56px;
     color: #FFFFFF;
}

.criteria .section6 .title {
    position: relative;
    padding-bottom: 24px;
    font-weight: 800;
    font-size: 40px;
    line-height: 56px;
    color: #FFFFFF;
}

.criteria .section6 .title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 4px;
    background: linear-gradient(270deg, #F6FF8D 0%, #35DBDB 100%);
}

.criteria .section6 .message {
    margin-top: 20px;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
}

.criteria .section6 ul {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    margin-top: 107px;
}

.criteria .section6 li {
    flex: none;
    width: 180px;
    height: 56px;
    margin: 0 30px 30px 0;
    text-align: center;
    font-size: 18px;
    line-height: 56px;
    color: #FFFFFF;
    cursor: pointer;
    transition: 0.6s;
}

.criteria .section6 li.active {
    border-radius: 2px;
    background-color: #FFFFFF;
    box-shadow: 0 4px 21px 1px rgba(0, 60, 181, 0.07);
    color: #2A7EFC;
}

.criteria .section6 img:first-child {
    display: block;
}

.criteria .section7, .criteria .section9 {
    background-color: #F7F9FB;
}

.criteria .section7 .text, .criteria .section9 .text {
    text-align: right;
}

.criteria .section8 .section-main>div:first-child, .criteria .section10 .section-main>div:first-child {
    text-align: right;
}

.criteria .section7 .section-main, .criteria .section8 .section-main, .criteria .section9 .section-main, .criteria .section10 .section-main {
    display: flex;
    width: auto;
    height: 500px;
    padding: 62px 0;
}

.criteria .section7 .section-main>div, .criteria .section8 .section-main>div, .criteria .section9 .section-main>div, .criteria .section10 .section-main>div {
    flex: 1;
    margin: 0 42px;
}

.criteria .section7 .text-main, .criteria .section8 .text-main, .criteria .section9 .text-main, .criteria .section10 .text-main {
    display: inline-block;
    min-width: 600px;
    padding: 119px 0 0 90px;
    background: url('../images/product/criteria_section7_bg.png') 90px 26px/50px 58px no-repeat;
    text-align: left;
}
.criteria .section7 .title, .criteria .section8 .title, .criteria .section9 .title, .criteria .section10 .title {
    font-weight: 500;
    font-size: 26px;
    line-height: 37px;
    color: #333333;
}

.criteria .section7 ul, .criteria .section8 ul, .criteria .section9 ul, .criteria .section10 ul {
    margin-top: 21px;
    counter-reset: ul;
}

.criteria .section7 li, .criteria .section8 li, .criteria .section9 li, .criteria .section10 li {
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 22px;
    color: #757F9F;
}

.criteria .section7 li::before, .criteria .section8 li::before, .criteria .section9 li::before, .criteria .section10 li::before {
    counter-increment: ul;
    content: counter(ul, disc);
    margin-right: 12px;
    color: #2A7EFC;
}

.criteria .section7 img, .criteria .section8 img, .criteria .section9 img, .criteria .section10 img {
    display: inline-block;
    width: 600px;
    height: 376px;
}

.criteria .section11 {
    background: url('../images/product/criteria_section11_bg.png') left top/100% 100% no-repeat;
}

.criteria .section11 .section-head, .criteria .section11 h2 {
    color: #FFFFFF;
}

.criteria .section11 .section-head, .criteria .section11 h2 {
    color: #FFFFFF;
}

.criteria .section11 .section-body>ul {
    display: flex;
    justify-content: space-between;
}

.criteria .section11 .section-body>ul li:nth-child(1), .criteria .section11 .section-body>ul li:nth-child(5), .criteria .section11 .section-body>ul li:nth-child(9) {
    margin-top: 56px;
    animation: section11-2 1.2s linear .4s infinite alternate;
}

.criteria .section11 .section-body>ul li {
    flex: none;
    width: 112px;
    text-align: center;
    font-size: 16px;
    line-height: 23px;
    color: #FFFFFF;
    animation: section11-1 1.2s linear .4s infinite alternate;
}

.criteria .section11 .section-body>ul li img {
    width: 86px;
    height: 100px;
    margin: 0 auto 14px;
}

.criteria .section11 .section-body>ul li+img {
     width: 138px;
     height: 51px;
     margin-top: 53px;
}

.criteria .section11 .section-body>ul li:nth-child(1), .criteria .section11 .section-body>ul li:nth-child(5), .criteria .section11 .section-body>ul li:nth-child(9) {
    margin-top: 56px;
    animation: section11-2 1.2s linear .4s infinite alternate;
}

@keyframes section11-1 {
    0% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes section11-2 {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0);
    }
}

.criteria .section11 .cards {
    display: flex;
    margin-top: 60px;
}

.criteria .section11 .wrapper {
    flex: none;
}

.criteria .section11 .card {
    width: 386px;
    height: 180px;
    padding-left: 30px;
    border-radius: 4px;
    margin: 0 20px 20px 0;
    background: #FFFFFF url('../images/product/criteria_section11_card.png') left top/100% no-repeat;
}

.criteria .section11 .card-head {
    height: 64px;
    font-weight: 800;
    font-size: 18px;
    line-height: 64px;
    color: #333333;
}

.criteria .section11 .card-body {
    padding-top: 20px;
    font-size: 14px;
    line-height: 24px;
    color: #555555;
}

.criteria .section11 .card.wrapper {
    height: 380px;
}

/*criteria 新零售社交电商系统 结束*/


/*pro 高性能私域营销电商系统 开始*/
.pro .header img {
    width: 100%;
}

.pro .section1 {
    background: linear-gradient(180deg, #FFFFFF 0%, #F8F9FD 58%, #F8F8FC 100%);
}

.pro .section-main {
    width: 1200px;
    padding: 80px 0;
    margin: 0 auto;
}

.pro .section-head {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    color: #666666;
}

.pro h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 40px;
    color: #333333;
}

.pro h2+div {
    width: 969px;
    margin: 20px auto 0;
}

.pro .section-body {
    margin-top: 70px;
}

.pro .section1 img {
    width: 1200px;
    height: 640px;
}

.pro .section2 {
    background: url('../images/product/pro_section2_bg.png') left top/100% 100% no-repeat;
}

.pro .section2 .section-body {
    display: flex;
    height: 466px;
    border-radius: 10px;
    background-color: #FFFFFF;
    overflow: hidden;
}

.pro .section2 .tab-content {
    flex: 1;
    min-width: 0;
}

.pro .section2 .tab-content-item:first-child {
    display: block;
}

.pro .section2 .tab-content-item-main {
    display: flex;
}

.pro .section2 .tab-content-image img {
    width: 540px;
    height: 466px;
}

.pro .section2 .tab-content-text {
    min-width: 0;
    padding: 35px 0 0 38px;
}

.pro .section2 .tab-content-title {
    display: inline-block;
    padding: 9px 24px 5px 9px;
    background: url('../images/product/pro_section2_title.png') left top/100% 100% no-repeat;
    font-size: 22px;
    line-height: 22px;
    color: #333333;
}

.pro .section2 .tab-content-item:first-child .tab-content-text ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: flex-start;
    padding: 37px 36px 0 9px;
}

.pro .section2 .tab-content-item:first-child .tab-content-text li {
    flex: none;
    display: flex;
    align-items: center;
    width: 188px;
    height: 78px;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    margin: 0 0 20px;
}

.pro .section2 .tab-content-text li {
    display: flex;
    align-items: center;
    font-size: 13px;
    line-height: 13px;
    color: #999999;
}

.pro .section2 .tab-content-item:first-child li img {
    width: 34px;
    height: 35px;
    margin: 0 20px 0 25px;
}

.pro .section2 .tab {
    padding: 65px 0 0 16px;
    border-left: 1px solid #EEEEEE;
}

.pro .section2 .tab li.active {
    border-radius: 6px 0 0 6px;
    background-color: #2A7EFB;
    color: #FFFFFF;
}

.pro .section2 .tab li {
    width: 174px;
    height: 60px;
    text-align: center;
    font-size: 20px;
    line-height: 60px;
    color: #333333;
    cursor: pointer;
    transition: 0.4s;
}

.pro .section2 .tab li+li {
    margin-top: 32px;
}

.pro ul {
    list-style: none;
}

.pro .section2 .tab-content-item {
    display: none;
}

.pro .section2 .tab-content-item-main {
    display: flex;
}

.pro .section2 .tab-content-text ul {
    padding: 47px 0 0 8px;
}

.pro .section2 .tab-content-text li {
    display: flex;
    align-items: center;
    font-size: 13px;
    line-height: 13px;
    color: #999999;
}

.pro .section2 .tab-content-text li+li {
    margin-top: 40px;
}

.pro .section2 .tab-content-text li img {
    width: 34px;
    height: 36px;
    margin-right: 20px;
}

.pro .section2 .tab-content-text li div:last-child {
    flex: 1;
    min-width: 0;
}

.pro .section2 .tab-content-text li div div:first-child {
    font-size: 16px;
    line-height: 16px;
    color: #333333;
}

.pro .section2 .tab-content-text li div:last-child {
    flex: 1;
    min-width: 0;
}

.pro .section2 .tab-content-text li div div+div {
    margin-top: 14px;
}

.pro .section3 {
    background-color: #F8F9FC;
}

.pro .section3 img {
    width: 1200px;
    height: 606px;
}

.pro .section4 {
    background: url('../images/product/pro_section4_bg.png') left top/100% 100% no-repeat;
}

.pro .section4 .tab {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #D4D4D4;
}

.pro .section4 .tab li.active {
    color: #2A7EFB;
}

.pro .section4 .tab li {
    position: relative;
    padding-bottom: 20px;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #333333;
    cursor: pointer;
    transition: 0.4s;
}

.pro .section4 .tab li.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #2A7EFB;
}

.pro .section4 .tab li+li {
    margin-left: 150px;
}

.pro .section4 .tab li {
    position: relative;
    padding-bottom: 20px;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #333333;
    cursor: pointer;
    transition: 0.4s;
}
.pro .section4 .tab-content>div:first-child {
    display: block;
}

.pro .section4 .tab-content>div {
    display: none;
}

.pro .section4 .tab-content ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: flex-start;
    margin-top: 50px;
}

.pro .section4 .tab-content li {
    width: 184px;
    height: 178px;
    padding: 35px 0 0;
    border-radius: 4px;
    margin-bottom: 19px;
    background-color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
}

.pro .section4 .tab-content img {
    width: 60px;
    height: 60px;
    margin: 0 auto;
}

.pro .section4 .tab-content li div:nth-child(2) {
    margin: 30px 0 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    color: #333333;
}

.pro .section4 .tab-content li:hover {
    box-shadow: 0 3px 16px 1px rgba(0, 38, 116, 0.1);
    transform: translateY(-8px);
}

.pro .section5 {
    background: url('../images/product/pro_section5_bg.png') left top/100% 100% no-repeat;
}

.pro .section5 .section-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pro .section5 li {
    display: flex;
    align-items: center;
    width: 354px;
    height: 106px;
    padding: 0 38px 0 25px;
    border-radius: 4px;
    background-color: #FFFFFF;
    font-size: 13px;
    line-height: 20px;
    color: #777777;
}

.pro .section5 li img {
    width: 42px;
    height: 42px;
    margin-right: 28px;
}

.pro .section5 li div div:first-child {
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #333333;
}

.pro .section5 li+li {
    margin-top: 30px;
}

.pro .section5 .section-body>div img {
    width: 781px;
    height: 496px;
}

.pro .section6 {
    background: url('../images/product/pro_section6_bg.png') left top/100% 100% no-repeat;
}

.pro .section6 .section-head, .pro .section6 h2 {
    color: #FFFFFF;
}

.pro .section6 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: flex-start;
}

.pro .section6 li {
    display: flex;
    align-items: center;
    width: 590px;
    height: 194px;
    padding-right: 64px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 4px;
    margin-bottom: 20px;
    background-color: rgba(0, 0, 0, 0.2);
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.pro .section6 img {
    width: 86px;
    height: 86px;
    margin: 0 40px;
}

.pro .section6 li div div:first-child {
    margin-bottom: 18px;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.pro .section8 {
    background-color: #F9FAFB;
}

.pro .section8 .section-body {
    display: flex;
    justify-content: space-between;
}

.pro .section8 .card {
    width: 578px;
    height: 608px;
    border-radius: 6px;
    background: #FFFFFF url('../images/product/pro_section8_bg.png') right top/298px 160px no-repeat;
    cursor: pointer;
    transition: 0.3s;
}

.pro .section8 .card-head {
    position: relative;
    height: 100px;
    padding: 28px 0 0 40px;
    background: linear-gradient(90deg, rgba(42, 126, 252, 0.07) 0%, rgba(255, 255, 255, 0.03) 100%);
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
}

.pro .section8 .card:hover {
    box-shadow: 0 3px 16px 1px rgba(0, 38, 116, 0.1);
    transform: translateY(-8px);
}

.pro .section8 .card-head::after {
    content: "";
    position: absolute;
    bottom: 33px;
    left: 40px;
    width: 28px;
    height: 3px;
    background-color: #2A7EFC;
}

.pro .section8 ul {
    padding: 28px 34px 0 40px;
}

.pro .section8 li {
    display: flex;
    font-size: 16px;
    line-height: 22px;
    color: #757F9F;
}

.pro .section8 img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.pro .section8 li div div:first-child {
    margin-bottom: 5px;
    line-height: 30px;
    color: #333333;
}

.pro .section8 li+li {
    margin-top: 30px;
}

.pro .section7 {
    background: url('../images/product/pro_section7_bg.png') left top/100% 100% no-repeat;
}

.pro .section7 img {
    width: 1200px;
    height: 623px;
}
/*pro 高性能私域营销电商系统 结束*/



/*pro_store 品牌连锁智慧零售电商系统 开始*/
.pro_store .header img {
    width: 100%;
}

.pro_store .section1 {
    background: url('../images/product/bg_1.png');
}

.pro_store .section1 .mer-table {
    width: 1200px;
    margin-top: 50px;
}

.pro_store .section2 {
    /*background: url('../image/product/xsxx_bg.png');*/
    /*background-size: 100% 100%;*/
    height: 990px;
}

.pro_store  .long-box {
    width: 1201px;
}

.pro_store  .operation {
    margin-top: 56px;
}

.pro_store  .section2 .grid-item {
    width: 80px;
    height: 160px;
    cursor: pointer;
}

.pro_store .section2 .peitu {
    width: 69px;
    height: 69px;
}

.pro_store  .section2 .active .peitu {
    width: 86px !important;
    height: 86px !important;
}

.pro_store .section2 .pic-1 {
    background: url('../images/product/ppls_check.png') no-repeat center center;
    background-size: 69px 69px;
}

.pro_store .section2 .active .pic-1 {
    background: url('../images/product/ppls_checked.png') no-repeat center center;
    background-size: 86px 86px;
    margin-top: -20px;
}

.pro_store .section2 .pic-2 {
    background: url('../images/product/znsy_check.png') no-repeat center center;
    background-size: 69px 69px;
}

.pro_store  .section2 .active .pic-2 {
    background: url('../images/product/znsy_checked.png') no-repeat center center;
    background-size: 86px 86px;
    margin-top: -20px;
}

.pro_store  .section2 .pic-3 {
    background: url('../images/product/yxzl_check.png') no-repeat center center;
    background-size: 69px 69px;
}

.pro_store  .section2 .active .pic-3 {
    background: url('../images/product/yxzl_checked.png') no-repeat center center;
    background-size: 86px 86px;
    margin-top: -20px;
}

.pro_store  .section2 .pic-4 {
    background: url('../images/product/qyhy_check.png') no-repeat center center;
    background-size: 69px 69px;
}

.pro_store  .section2 .active .pic-4 {
    background: url('../images/product/qyhy_checked.png') no-repeat center center;
    background-size: 86px 86px;
    margin-top: -20px;
}

.pro_store  .section2 .pic-5 {
    background: url('../images/product/gys_check.png') no-repeat center center;
    background-size: 69px 69px;
}

.pro_store  .section2 .active .pic-5 {
    background: url('../images/product/gys_checked.png') no-repeat center center;
    background-size: 86px 86px;
    margin-top: -20px;
}

.pro_store  .section2 .pic-6 {
    background: url('../images/product/sjfn_check.png') no-repeat center center;
    background-size: 69px 69px;
}

.pro_store .section2 .active .pic-6 {
    background: url('../images/product/sjfn_checked.png') no-repeat center center;
    background-size: 86px 86px;
    margin-top: -20px;
}

.pro_store  .section2 .grid-item .tit {
    font-size: 20px;
    font-weight: 400;
    color: #330000;
    margin: 22px 0 47px;
}

.pro_store .operation-bottom {
    width: 1200px;
    height: 456px;
    background: url('../images/product/bg_2.png') no-repeat 1090px 51px, #F1F7FD url('../images/product/bg_3.png') no-repeat 984px 199px;
    background-size: 82px 55px, 217px 257px;
    border-radius: 6px;
    position: relative;
}

.pro_store .operation-bottom::before {
    content: "";
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #F1F7FD;
    position: absolute;
    top: -10px;
    left: 35px;
}

.pro_store  .operation-bottom-left-card {
    width: 608px;
    height: 370px;
    margin: 0 94px 0 35px;
}

.pro_store  .operation-bottom-left-card img {
    width: 100%;
    height: 100%;
}

.pro_store  .operation-bottom-right-card {
    height: 100%;
}

.pro_store .operation-bottom-right-card p {
    font-size: 28px;
    font-weight: 600;
    color: #333333;
    margin: 93px 0 41px;
}

.pro_store  .operation-bottom-right-card ul li {
    font-size: 16px;
    font-weight: 400;
    color: #555555;
    list-style: none;
    margin-bottom: 38px;
}

.pro_store  .operation-bottom-right-card li:before {
    content: "";
    width: 4px;
    height: 4px;
    display: inline-block;
    border-radius: 50%;
    background: #2A7EFB;
    vertical-align: middle;
    margin-right: 14px;
}

.pro_store  .operation-bottom-right-card .line {
    width: 30px;
    height: 4px;
    background: #BECEE2;
}

.pro_store  .bg-scrm {
    background: url('../images/product/bg_4.png');
    background-size: 100% 100%;
}

.pro_store .scrm-left .tit {
    font-size: 26px;
    font-weight: 600;
    color: #333333;
}

.pro_store .scrm-left .desc {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    margin-bottom: 40px;
}

.pro_store .scrm-left ul li {
    font-size: 15px;
    font-weight: 400;
    color: #737889;
    margin-bottom: 26px;
    list-style: none;
}

.pro_store  .scrm-left li:before {
    content: "";
    width: 4px;
    height: 4px;
    display: inline-block;
    border-radius: 50%;
    background: #2A7EFB;
    vertical-align: middle;
    margin-right: 10px;
}

.pro_store  .scrm-right {
    width: 641px;
    height: 444px;
}

.pro_store .scrm-right img {
    width: 100%;
    height: 100%;
}

.pro_store  .bg_guide {
    background: url('../images/product/bg_5.png');
    background-size: 100% 100%;
}

.pro_store .guide-left {
    width: 641px;
    height: 444px;
}

.pro_store .guide-left img {
    width: 100%;
    height: 100%;
    margin-top: 52px;
}

.pro_store  .guide-right .tit {
    font-size: 26px;
    font-weight: 600;
    color: #333333;
}

.pro_store   .guide-right .desc {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    margin-bottom: 40px;
}

.pro_store  .guide-right ul li {
    font-size: 15px;
    font-weight: 400;
    color: #737889;
    margin-bottom: 26px;
    list-style: none;
}

.pro_store  .guide-right li:before {
    content: "";
    width: 4px;
    height: 4px;
    display: inline-block;
    border-radius: 50%;
    background: #2A7EFB;
    vertical-align: middle;
    margin-right: 10px;
}

.pro_store .bg-live {
    background: url('../images/product/bg_6.png');
    background-size: 100% 100%;
}

.pro_store .info1 {
    height: 548px;
    min-width: 1200px;
}

.pro_store .info2 {
    height: 548px;
    min-width: 1200px;
}

.pro_store  .live {
    width: 641px;
    height: 548px;
    overflow: hidden;
}

.pro_store  .live img {
    width: 641px;
    margin-top: -40px;
}

.pro_store  .bg-client {
    background: url('../images/product/bg_7.png');
    background-size: 100% 100%;
}

.pro_store .container-box {
    width: 1200px;
    margin: auto;
}

.pro_store .section3 {
    height: 656px;
    min-width: 1200px !important;
    background: url('../images/product/bg_8.png') no-repeat center center;
    background-size: cover;
}

.pro_store .section3 .item-bottom {
    height: 536px;
    position: relative;
}

.pro_store  .section3 .item-1 {
    width: 126px;
    top: 310px;
    left: 86px;
    position: absolute;
    text-align: right;
}

.pro_store  .section3 .item-2 {
    width: 126px;
    top: 145px;
    left: 235px;
    position: absolute;
    text-align: right;
}

.pro_store  .section3 .item-3 {
    width: 126px;
    top: 68px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    text-align: center;
}

.pro_store  .section3 .item-4 {
    width: 162px;
    top: 145px;
    right: 200px;
    position: absolute;
    text-align: left;
}

.pro_store  .section3 .item-5 {
    width: 144px;
    top: 320px;
    right: 64px;
    position: absolute;
    text-align: left;
}

.pro_store  .section3 .item {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    float: left;
}

.pro_store  .section3 .item img {
    width: 42px;
    height: 42px;
    cursor: pointer;
}

.pro_store  .section3 .pic {
    position: absolute;
    bottom: -50px;
    transform: translateX(-50%);
    left: 50%;
}

.pro_store  .section3 .liu {
    position: absolute;
    bottom: 11px;
    left: 500px;
}

.pro_store  .bushu-aninmate {
    animation: kf-s2t 1.2s linear .8s infinite alternate;
}

@keyframes kf-s2t {
    0% {
        transform: translateY(20px);
    }

    100% {
        transform: translateY(0);
    }
}

.pro_store .solve {
    height: 1717px;
}

.pro_store .solution-top {
    height: 541px;
    background: url('../images/product/bg_9.png') no-repeat;
    background-size: 100% 100%;
}

.pro_store  .solution-top .card {
    position: relative;
}

.pro_store  .solution-top p {
    font-size: 40px;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
}

.pro_store  .solution-top .item {
    cursor: pointer;
}

.pro_store  .solution-top .actived .circle {
    width: 78px !important;
    height: 78px !important;
    border-radius: 50% !important;
    margin-bottom: 18px !important;
    background: #E5BB8C;
}

.pro_store  .solution-top .circle {
    margin-bottom: 18px;
}

.pro_store  .solution-top .actived .circle .pic-1 {
    width: 48px;
    height: 48px;
    background: url('../images/product/choosed_1.png') no-repeat;
    background-size: 48px 48px;
}

.pro_store  .solution-top .circle .pic-1 {
    width: 48px;
    height: 48px;
    margin: 15px;
    background: url('../images/product/choose_1.png') no-repeat;
    background-size: 48px 48px;
}

.pro_store  .solution-top .actived .circle .pic-2 {
    width: 48px;
    height: 48px;
    background: url('../images/product/choosed_2.png') no-repeat;
    background-size: 48px 48px;
}

.pro_store  .solution-top .circle .pic-2 {
    width: 48px;
    height: 48px;
    margin: 15px;
    background: url('../images/product/choose_2.png') no-repeat;
    background-size: 48px 48px;
}

.pro_store  .solution-top .actived .circle .pic-3 {
    width: 48px;
    height: 48px;
    background: url('../images/product/choosed_3.png') no-repeat;
    background-size: 48px 48px;
}

.pro_store  .solution-top .circle .pic-3 {
    width: 48px;
    height: 48px;
    margin: 15px;
    background: url('../images/product/choose_3.png') no-repeat;
    background-size: 48px 48px;
}


.pro_store  .solution-top .actived .circle .pic-4 {
    width: 48px;
    height: 48px;
    background: url('../images/product/choosed_4.png') no-repeat;
    background-size: 48px 48px;
}

.pro_store  .solution-top .circle .pic-4 {
    width: 48px;
    height: 48px;
    margin: 15px;
    background: url('../images/product/choose_4.png') no-repeat;
    background-size: 48px 48px;
}

.pro_store  .solution-top .actived .circle .pic-5 {
    width: 48px;
    height: 48px;
    background: url('../images/product/choosed_5.png') no-repeat;
    background-size: 48px 48px;
}

.pro_store  .solution-top .circle .pic-5 {
    width: 48px;
    height: 48px;
    margin: 15px;
    background: url('../images/product/choose_5.png') no-repeat;
    background-size: 48px 48px;
}

.pro_store  .solution-top .tit {
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
}

.pro_store  .preload {
    position: relative;
    margin: 40px 0 0 -30px;
}

.pro_store  .preload span {
    position: absolute;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
    -webkit-animation: preload 1s infinite ease-in-out;
    animation: preload 1s infinite ease-in-out;
}

.pro_store  .preload span:nth-child(2) {
    left: 15px;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.pro_store  .preload span:nth-child(3) {
    left: 30px;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.pro_store  .preload span:nth-child(4) {
    left: 45px;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.pro_store  .preload span:nth-child(5) {
    left: 60px;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}


@-webkit-keyframes preload {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 1px 1px rgba(255, 255, 255);
    }
}

@keyframes preload {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 1px 1px rgba(255, 255, 255);
    }
}

.pro_store  .solution-middle {
    width: 1200px;
    height: 476px;
    background: #FFFFFF;
    position: absolute;
    top: 345px;
    left: 0%;
    border-radius: 6px;
}

.pro_store  .drainage-left {
    width: 513px;
    flex-direction: column;
}

.pro_store .drainage-left-top .name {
    font-size: 26px;
    font-weight: 500;
    color: #333333;
}

.pro_store  .drainage-left-bottom-desc {
    flex-direction: column;
}

.pro_store  .drainage-left-bottom-desc .title {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 7px;
}

.pro_store .drainage-left-bottom-desc .content {
    font-size: 13px;
    font-weight: 400;
    color: #888888;
    text-align: left;
    margin-bottom: 30px;
}

.pro_store  .drainage-right img {
    width: 658px;
    height: 485px;
}

.pro_store .solution-bottom {
    height: 1176px;
    background: url('../images/product/bg_10.png') no-repeat;
    background-size: 100% 100%;
}

.pro_store .solution-bottom .phone {
    width: 360px;
    height: 613px;
    background: url('../images/product/phone.png');
    background-size: 100% 100%;
}

.pro_store .solution-bottom .phone .left-img {
    width: 288px;
    height: 511px;
}

.pro_store .solution-bottom .grid-box {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding: 85px 0;
    grid-column-gap: 30px;
    grid-row-gap: 6px;
}

.pro_store .solution-bottom .grid-box  .grid-item {
    width: 132px;
    height: 132px;
    cursor: pointer;
}

.pro_store .solution-bottom .grid-box  .grid-item  .grid-text {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
}

.pro_store .solve .active{
    transition: all .7s;
    border-radius: 12px;
    background: linear-gradient(315deg, #D8DEE7, #f3f5f9);
    box-shadow:  -12px -12px 24px #D8DEE7,
    12px 12px 24px #f3f5f9;
}

.pro_store .section5 {
    height: 926px;
    background: url('../images/product/bg_12.png') no-repeat;
    background-size: 100% 100%;
}

.pro_store  .sales-bottom {
    height: 757px;
    background: url('../images/product/loop.png') no-repeat 249px 0;
    background-size: 696px 696px;
    position: relative;
}

.pro_store .rotation {
    width: 90px;
    height: 90px;
    position: absolute;
    top: 40%;
    left: 46%;
    -webkit-transform: rotate(360deg);
    animation: rotation 16s linear infinite;
    -moz-animation: rotation 1s linear infinite;
    -webkit-animation: rotation 1s linear infinite;
    -o-animation: rotation 1s linear infinite;
}

.pro_store .rotation .img {
    border-radius: 200px;
}

.pro_store .sales-bottom-item1 {
    width: 426px;
    height: 40px;
    padding-top: 136px;
    margin-left: 29px;
    text-align: right;
}

.pro_store  .sales-bottom .content {
    height: 40px;
}

.pro_store  .sales-bottom .content .tit {
    font-size: 20px;
    font-weight: 500;
    color: #333333;
}

.pro_store  .sales-bottom .content .desc {
    font-size: 14px;
    font-weight: 400;
    color: #777777;
}

.pro_store  .sales-bottom-item6 {
    width: 426px;
    height: 40px;
    margin-left: 736px;
    text-align: left;
}

.pro_store  .sales-bottom-item2 {
    width: 360px;
    height: 40px;
    padding-top: 148px;
    margin-left: 29px;
    text-align: right;
}

.pro_store  .sales-bottom-item5 {
    width: 360px;
    height: 40px;
    margin-left: 816px;
    text-align: left;
}

.pro_store  .sales-bottom-item3 {
    width: 426px;
    height: 40px;
    padding-top: 135px;
    margin-left: 29px;
    text-align: right;
}

.pro_store  .sales-bottom-item4 {
    width: 426px;
    height: 40px;
    margin-left: 736px;
    text-align: left;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.pro_store .section6 {
    height: 1020px;
    background: #F9FAFB;
}

.pro_store  .advantage-top .desc {
    padding: 0 116px;
    text-align: center;
}

.pro_store .advantage-bottom-card {
    width: 578px;
    background: #FFFFFF url('../images/product/bg_zhuangshi.png') right top/298px 160px no-repeat;
}

.pro_store .advantage-bottom-card-title {
    height: 100px;
    background: linear-gradient(90deg, rgba(42,126,252,0.07) 0%, rgba(255,255,255,0.03) 100%);
}

.pro_store  .advantage-bottom-card-title .tit {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    line-height: 28px;
}

.pro_store .advantage-bottom-card-title .line {
    width: 28px;
    height: 3px;
    background: #2A7EFC;
}

.pro_store .advantage-bottom-card-list .tit {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}

.pro_store  .advantage-bottom-card-list .desc {
    font-size: 16px;
    font-weight: 400;
    color: #757F9F;
}

.pro_store  .section7 {
    height: 838px;
    background: url('../images/product/bg_13.png') no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.pro_store  .section7 .grid-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-gap: 30px;
    grid-column-gap: 27px;
    grid-row-gap: 20px;
    cursor: pointer;
}

.pro_store  .section7 .grid-item {
    width: 280px;
    height: 250px;
    border-radius: 6px;
    box-shadow: 0px 5px 20px rgba(121, 148, 193, 0.0600);
    transition: all .5s ease-in-out;
    border-top: 4px solid #2A7EFB;
    cursor: pointer;
}

.pro_store  .section7 .grid-item .tit {
    font-size: 22px;
    font-weight: 500;
    color: #333333;
    margin: 53px 96px 17px;
}

.pro_store  .section7 .grid-item .desc {
    font-size: 16px;
    font-weight: 400;
    color: #777777;
    margin: 0 40px;
    text-align: center;
}

.pro_store .section7 .item-1 {
    background: url('../images/product/dxfw.png') no-repeat right bottom #fff;
    background-size: 125px 125px;
}

.pro_store  .section7 .item-2 {
    background: url('../images/product/xpdy.png') no-repeat right bottom #fff;
    background-size: 125px 125px;
}

.pro_store .section7 .item-3 {
    background: url('../images/product/spcj.png') no-repeat right bottom #fff;
    background-size: 125px 125px;
}

.pro_store  .section7 .item-4 {
    background: url('../images/product/wlcx.png') no-repeat right bottom #fff;
    background-size: 125px 125px;
}

.pro_store .section7 .item-5 {
    background: url('../images/product/dzmd.png') no-repeat right bottom #fff;
    background-size: 125px 125px;
}

.pro_store  .section7 .item-6 {
    background: url('../images/product/dj.png') no-repeat right bottom #fff;
    background-size: 125px 125px;
}

.pro_store .section7 .item-7 {
    background: url('../images/product/plfh.png') no-repeat right bottom #fff;
    background-size: 125px 125px;
}

.pro_store  .section7 .item-8 {
    background: url('../images/product/fpgl.png') no-repeat right bottom #fff;
    background-size: 125px 125px;
}

.pro_store .section7  .grid-product-bg {
    box-shadow: 0px 5px 20px rgba(121, 148, 193, 0.0600);
    transform: translateY(-15px);
}

/*pro_store 品牌连锁智慧零售电商系统 结束*/


/*merchant 多业态商家入驻平台电商系统 开始*/
.merchant .header img {
    width: 100%;
}

.merchant .container-box {
    width: 1200px;
    margin: auto;
}

.merchant .section1 {
    background: linear-gradient(180deg, #FFFFFF 0%, #F8F9FD 58%, #F8F8FC 100%);
}

.merchant  .mer-table {
    width: 1200px;
    margin-top: 50px;
}

.merchant  .section3 {
    height: 685px;
    background-image: url('../images/product/mer_bg_3.png');
}

.merchant  .mer-menu div {
    width: 112px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: right;
    cursor: pointer;
}

.merchant  .mer-menu div ~ div {
    margin-top: 58px;
}

.merchant .mer-menu .active {
    font-size: 18px;
    font-weight: 600;
    position: relative;
}

.merchant  .mer-menu .active::before {
    position: absolute;
    content: '';
    width: 30px;
    height: 4px;
    background: linear-gradient(90deg, #006EFF 0%, #00A4FF 100%);
    top: 10px;
    left: -2px;
}

.merchant  .moshi {
    height: 362px;
    border-radius: 16px;
}

.merchant  .moshi-content {
    width: 625px;
    height: 362px;
    flex: 1;
    backdrop-filter: blur(12px);
    padding: 59px 0 0 49px;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 0 16px 16px 0;
    box-sizing: border-box;
    background-image: url('../images/product/zs_bg.png');
    background-size: 158px 168px;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.merchant  .moshi-content .tit {
    font-size: 24px;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 25px;
}

.merchant   .moshi-content .desc {
    width: 462px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
}

.merchant  .moshi-content div ~ div {
    margin-top: 30px;
}

.merchant  .section4 {
    height: 868px;
    background-image: url('../images/product/mer_section4_bg.png');
}

.merchant .section4-item {
    width: 240px;
    height: 420px;
    transition: all 0.7s;
}

.merchant  .ptsxf {
    background-image: url('../images/product/pingtaishouxufei.png');
}

.merchant  .zysr {
    background-image: url('../images/product/ziyingshouru.png');
}

.merchant  .zjcd {
    background-image: url('../images/product/zijinchendian.png');
}

.merchant  .ggzy {
    background-image: url('../images/product/guanggaoziyuan.png');
}

.merchant  .ppjays {
    background-image: url('../images/product/pinpaijiazhi.png');
}

.merchant  .section4-item .white-line {
    width: 29px;
    height: 3px;
    background: #FFFFFF;
    display: block;
    margin: 25px 0 20px;
}

.merchant  .section4-item-tit {
    font-size: 22px;
    font-weight: 600;
    color: #FFFFFF;
}

.merchant  .section4-item-desc {
    width: 70%;
    height: 96px;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    margin-top: 20px;
}

.merchant .section4-item-scale{
    transform: scale(1.1);
}

.merchant  .m-t-124 {
    margin-top: 124px;
}

.merchant  .section5 {
    height: 638px;
    background: #EEF3F8;
    background-image: url('../images/product/mer_section5_bg.png');
}

.merchant  .section5-content {
    width: 1200px;
    height: 500px;
    background-image: url('../images/product/mer_baikuang.png');
    position: absolute;
    top: 240px;
    z-index: 9;
}

.merchant .section5 .peitu {
    width: 510px;
    height: 390px;
    margin: 55px 0 55px 41px;
}

.merchant  .section5-content-tabs {
    height: 55px;
}

.merchant  .section5-content-tab-item {
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    padding-top: 13px;
    padding-left: 40px;
    cursor: pointer;
}

.merchant  .section5-content-tabs .active {
    position: relative;
    font-weight: 600;
}

.merchant  .section5-card {
    width: 500px;
    margin: 63px 0 0 60px;
}

.merchant  .section5-card .card-tit {
    font-size: 24px;
    font-weight: 600;
    color: #333333;
}

.merchant .section5-card .card-desc {
    width: 500px;
    height: 48px;
    font-size: 16px;
    font-weight: 400;
    color: #777777;
    line-height: 24px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.merchant  .fun-box {
    border-top: 1px solid #eee;
    padding-top: 45px;
    justify-content: space-between;
}

.merchant .fun-box .fun-item {
    width: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.merchant .fun-box .fun-item  img {
    width: 54px;
    margin-bottom: 14px;
}

.merchant .fun-box .fun-item span {
    font-size: 16px;
    font-weight: 400;
    color: #444444;
}

.merchant  .section6 {
    background-image: url('../images/product/mer_section6_bg.png');
    height: 925px;
}

.merchant  .section6  .pt-200 {
    padding-top: 200px;
}

.merchant  .shengtai {
    margin-top: 124px;
}

.merchant  .shengtai .tab-active .tab-pic {
    background: #2A7EFB;
    border: 1px solid #2A7EFB;
}

.merchant  .shengtai .tab-pic {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid #DCEDFF;
    background-color: transparent;
}

.merchant  .shengtai .tab-active .tit {
    color: #333;
    font-weight: 600;
}

.merchant  .shengtai .tab-item .tit {
    font-size: 16px;
    font-weight: 400;
    color: #777777;
    padding-top: 14px;
}

.merchant  .shengtai .tab-pic {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid #DCEDFF;
    background-color: transparent;
}

.merchant  .shengtai-content {
    height: 304px;
    background: #FFFFFF;
    margin-top: 20px;
    background-image: url('../images/product/shengtai_bg.png');
    background-size: cover;
    border-radius: 10px;
    padding: 60px 0 0 64px;
}

.merchant  .shengtai-content .tit {
    font-size: 24px;
    font-weight: 600;
    color: #333333;
}

.merchant  .shengtai-content .desc {
    width: 345px;
    height: 50px;
    font-size: 15px;
    font-weight: 400;
    color: #777777;
    line-height: 25px;
    margin-top: 20px;
}

.merchant  .shengtai-content .sm-line {
    width: 32px;
    height: 3px;
    background: linear-gradient(135deg, #76B5FF 0%, #2A7EFB 100%);
    margin-top: 45px;
}

.merchant  .shengtai-content .right-img {
    width: 660px;
    position: absolute;
    bottom: 50px;
    right: 50px;
}

.merchant  .trangle {
    width: 0px;
    height: 0px;
    border: 10px solid #000;
    border-top-color: transparent;
    border-bottom-color: #fff;
    border-left-color: transparent;
    border-right-color: transparent;
    position: absolute;
    top: -20px;
    left: 70px;
}

.merchant  .section7 {
    height: 1487px;
    background-image: url('../images/product/mer_section7_bg.png');
}

.merchant  .theme-img {
    width: 1145px;
    height: 469px;
    margin: auto;
}

.merchant  .theme-tab-box {
    width: 452px;
    margin: 40px auto 0;
}

.merchant .theme-tab-item {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    cursor: pointer;
}

.merchant  .red {
    background-color: #E93323;
}

.merchant  .orange {
    background-color: #FF5C2D;
}

.merchant  .pink {
    background-color: #FF448F;
}

.merchant  .zise {
    background-color: #905EFF;
}

.merchant  .blue {
    background: #1DB0FC;
}

.merchant  .green {
    background: #42CA4D;
}


.merchant  .view-config-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    width: 355px;
    grid-gap: 15px;
}

.merchant  .devise-left-card {
    width: 170px;
    height: 128px;
    background: linear-gradient(180deg, #EAEEF5 0%, #FFFFFF 100%);
    box-shadow: 0px 0px 20px 0px rgba(5,36,82,0.05);
    border-radius: 4px;
    border: 1px solid;
    border-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(237, 240, 246, 1)) 1 1;
}

.merchant  .devise-left-card .tit {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    margin-top: 12px;
}

.merchant  .devise {
    margin-top: 110px;
}

.merchant  .devise-left .tit {
    font-size: 36px;
    font-weight: 600;
    color: #333333;
}

.merchant   .view-config-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    width: 355px;
    grid-gap: 15px;
}

.merchant .devise-left-card {
    width: 170px;
    height: 128px;
    background: linear-gradient(180deg, #EAEEF5 0%, #FFFFFF 100%);
    box-shadow: 0px 0px 20px 0px rgba(5,36,82,0.05);
    border-radius: 4px;
    border: 1px solid;
    border-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(237, 240, 246, 1)) 1 1;
}

.merchant .devise-left-card .tit {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    margin-top: 12px;
}

.merchant .devise-left-card img {
    width: 50px !important;
    height: 50px !important;
}

.merchant  .devise-right {
    width: 734px;
    height: 495px;
}

.merchant  .mac-ht {
    width: 734px;
    position: absolute;
    top: -10px;
    left: 0;
}

.merchant .devise-right video {
    width: 100%;
    height: 100%;
}


.merchant  .section8 {
    height: 845px;
    background: #F9FAFC;
}

.merchant .b2c-grid-left .top-card {
    width: 404px;
    height: 114px;
    background: rgba(19,190,220,0.1);
    border-radius: 4px;
    border: 1px solid #13BEDC;
}

.merchant .b2c-grid-left .top-card .tit {
    height: 18px;
    font-size: 18px;
    font-weight: 500;
    color: #13BEDC;
    line-height: 18px;
}

.merchant .b2c-grid-left .desc {
    width: 294px;
    height: 44px;
    margin: 12px auto 0;
    font-size: 14px;
    font-weight: 400;
    color: #777777;
    line-height: 22px;
}

.merchant .dian-box span {
    width: 4px;
    height: 4px;
    display: inline-block;
    margin-bottom: 4px;
    background-color: #13BEDC;
    border-radius: 50%;
}

.merchant .dian-box .big-dian {
    width: 8px !important;
    height: 8px !important;
}

.merchant .b2c-grid-left .grid-content {
    width: 590px;
    height: 362px;
    border-radius: 4px;
    border: 1px dashed #13BEDC;
    padding: 31px 15px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    width: 100%;
    grid-row-gap: 84px;
    grid-column-gap: 70px;
    background-image: url('../images/product/b2b2c.png');
    background-size: 186px 186px;
    background-repeat: no-repeat;
    background-position: center;
}

.merchant .b2c-grid-left .grid-content .item {
    width: 245px;
    height: 108px;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.08);
    border-radius: 4px;
}

.merchant .b2c-grid-left .grid-content .item .tit {
    height: 18px;
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    line-height: 18px;
}

.merchant .b2c-grid-left .grid-content .item .desc {
    width: 168px;
    height: 44px;
    font-size: 14px;
    font-weight: 400;
    color: #777777;
    line-height: 22px;
    margin-top: 10px;
}

.merchant  .b2c-grid-left .right-card {
    width: 404px;
    height: 114px;
    background: #EBF3FF;
    border-radius: 4px;
    border: 1px solid #2A7EFB;
}

.merchant  .dian-box-right span {
    width: 4px;
    height: 4px;
    display: inline-block;
    margin-bottom: 4px;
    background-color: #2A7EFB;
    border-radius: 50%;
}

.merchant .dian-box-right .big-dian {
    width: 8px !important;
    height: 8px !important;
}

.merchant  .right-border {
    background-image: url('../images/product/o2o.png') !important;
    border: 1px dashed #2A7EFB !important;
}

.merchant .section9 {
    height: 768px;
    background-image: url('../images/product/mer_section9_bg.png');
}

.merchant .section9 .left-img {
    width: 628px;
    height: 450px;
}

.merchant .section9 .grid-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
    width: 514px;
    grid-gap: 30px;
}

.merchant .section9 .grid-item {
    width: 106px;
    height: 116px;
    border-radius: 4px;
}

.merchant .section9  .grid-text {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    margin-top: 20px;
}

.merchant  .section9 .active {
    transition: all .7s;
    border-radius: 12px;
    background: linear-gradient(315deg, #D8DEE7, #f3f5f9);
    box-shadow: -12px -12px 24px #D8DEE7, 12px 12px 24px #f3f5f9;
}

.merchant  .section10 {
    height: 703px;
    background-image: url('../images/product/mer_sec10_bg.png');
}

.merchant  .section10 .grid-box {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 1fr);
    width: 100%;
    grid-column-gap: 65px;
    grid-row-gap: 60px;
}

.merchant  .section10 .grid-item {
    width: 168px;
}

.merchant  .section10 .grid-item .tit {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    margin: 30px 0 8px;
}

.merchant  .section10 .grid-item .desc {
    width: 168px;
    height: 44px;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
}

.merchant .section11 .section-body {
    display: flex;
}

.merchant .section11 .card {
    flex: none;
    width: 578px;
    border-radius: 6px;
    margin: 0 22px;
    box-shadow: 0 3px 16px 1px rgba(0, 38, 116, 0.1);
    background: #FFFFFF url('../images/product/mer_bg_zhuangshi.png') right top/298px 160px no-repeat;
}

.merchant .section11 .card-head {
    position: relative;
    height: 100px;
    padding: 28px 0 0 40px;
    background: linear-gradient(90deg, rgba(42, 126, 252, 0.0700) 0%, rgba(255, 255, 255, 0.0300) 100%);
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    color: #333333;
}

.merchant .section11 .card-head::after {
    content: "";
    position: absolute;
    bottom: 33px;
    left: 40px;
    width: 28px;
    height: 3px;
    background-color: #2A7EFC;
}

.merchant .section11 ul {
    padding: 36px 0 24px 30px;
    list-style: none;
}

.merchant .section11 li {
    padding: 0 0 30px 0;
    background: left top/30px 30px no-repeat;
    font-size: 16px;
    line-height: 21px;
    color: #757F9F;
}

.merchant .section11 li div:first-child {
    font-size: 16px;
    color: #333333;
    padding-bottom: 10px;
}

.merchant .section11 li .desc {
    width: 470px;
    font-size: 16px;
    font-weight: 400;
    color: #757F9F;
    line-height: 22px;
}

.merchant .section2 {
    height: 820px;
    background-image: url('../images/product/mer_section2_bg.png');
}

.merchant .section2  .fun-grid-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    width: 100%;
    grid-row-gap: 26px;
    grid-column-gap: 30px;
    margin-top: 60px;
}

.merchant .section2  .fun-grid-item {
    width: 380px;
    height: 233px;
    background-size: cover;
    padding: 43px 0 0 26px;
    background-size: cover;
    background-repeat: no-repeat;
}

.merchant .section2  .fun-grid-item .tit {
    font-size: 22px;
    font-weight: 600;
    color: #333333;
}

.merchant  .section2 .sm-line {
    display: block;
    width: 28px;
    height: 4px;
    background: #2A7EFC;
    margin: 18px 0 13px;
}

.merchant .section2  .fun-grid-item .desc {
    width: 292px;
    height: 52px;
    font-size: 16px;
    font-weight: 400;
    color: #777777;
    line-height: 26px;
}

/*merchant 多业态商家入驻平台电商系统 结束*/


/*java_mer 跨境出海多商户平台电商系统 开始*/
.java_mer .header img {
    width: 100%;
}

.java_mer .container-box {
    width: 1200px;
    margin: auto;
}

.java_mer .section1 {
    /* margin-top: 80px; */
    height: 832px;
    background: #fff;
    background-image: url('../images/product/bg-1.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.java_mer .section1 .container-box {
    width: 1200px;
    height: 498px;
    margin-top: 80px;
    background-image: url('../images/product/container-1.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.java_mer .section1  .fly {
    width: 143px;
    height: 178px;
    position: absolute;
}

.java_mer .section1  .fly1 {
    top: 50px;
    left: 160px;
}

.java_mer .section1  .fly2 {
    bottom: 100px;
    left: 80px;
}

.java_mer .section1  .fly3 {
    top: 50px;
    right: 160px;
}

.java_mer .section1  .fly4 {
    bottom: 100px;
    right: 80px;
}

.java_mer .section2 {
    height: 910px;
    background-image: url('../images/product/bg2-1.png');
}

.java_mer .section2 .slide-x {
    padding: 0 150px;
    height: 64px;
    width: 1200px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.39);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #FFFFFF;
    opacity: 1;
    position: relative;
}

.java_mer .section2 .slide1:hover {
    cursor: pointer;
}

.java_mer .section2 .slide2:hover {
    cursor: pointer;
}

.java_mer .section2 .line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 600px;
    height: 3px;
    background: #fff;
}

.java_mer .section2 .line1 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 600px;
    height: 3px;
    background: #fff;
}
@keyframes move {
    to {
        transform: translateX(100%);
    }
}

.java_mer .section2 .statistics {
    width: 1200px;
    height: 520px;
    background-image: url('../images/product/bg2-2.jpg');
    padding-top: 20px;
    padding-left: 38px;
}

.java_mer .section2 .time-line{
    width: 1070px;
}

.java_mer .section2 .statistics-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
    color: #333333;
}

.java_mer .section2 .statistics-img {
    width: 1079px;
    height: 420px;
}

.java_mer .section2 .statistics-content1 .map{
    width: 532px;
    height: 320px;
}

.java_mer .section2 .statistics-content1 .desc{
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    color: #333333;
    margin-left: 12px;
}

.java_mer .section2 .statistics-img {
    width: 1079px;
    height: 420px;
}

.java_mer .section3 {
    height: 500px;
    background-image: url('../images/product/bg3.png');
}

.java_mer .section3 .left {
    width: 594px;
}

.java_mer .section3 .left img {
    margin-top: 78px;
    width: 60px;
    height: 60px;
}

.java_mer .section3 .left-title {
    font-size: 32px;
    font-weight: 400;
    line-height: 45px;
    color: #333333;
}

.java_mer .section3  .yuan {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #2A7EFB;
    margin-right: 8px;
    margin-bottom: 25px;
}

.java_mer .section3  .left-text {
    display: inline-block;
    width: 500px;
    font-size: 17px;
    font-weight: 400;
    color: #555555;
    margin-top: 30px;
}

.java_mer .section3  .right img {
    width: 600px;
    height: 500px;
}

.java_mer  .section4 {
    height: 500px;
    background-image: url('../images/product/java_mer_bg4.jpg');
}

.java_mer .section4  .right img {
    width: 600px;
    height: 500px;
}

.java_mer .section4  .left-title {
    font-size: 32px;
    font-weight: 400;
    line-height: 45px;
    color: #333333;
}

.java_mer .section4  .yuan {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #2A7EFB;
    margin-right: 8px;
    margin-bottom: 25px;
}

.java_mer .section4  .left-text {
    display: inline-block;
    width: 500px;
    font-size: 17px;
    font-weight: 400;
    color: #555555;
    margin-top: 30px;
}

.java_mer .section4  .left {
    width: 594px;
}

.java_mer .section4  .left img {
    margin-top: 78px;
    width: 60px;
    height: 60px;
}

.java_mer .section5 {
    height: 500px;
    background-image: url('../images/product/java_mer_bg5.png');
}

.java_mer .section5 .left {
    width: 594px;
}

.java_mer .section5 .left img {
    margin-top: 78px;
    width: 60px;
    height: 60px;
}

.java_mer .section5 .left-title {
    font-size: 32px;
    font-weight: 400;
    line-height: 45px;
    color: #333333;
}

.java_mer .section5  .yuan {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #2A7EFB;
    margin-right: 8px;
    margin-bottom: 25px;
}

.java_mer .section5  .left-text {
    display: inline-block;
    width: 500px;
    font-size: 17px;
    font-weight: 400;
    color: #555555;
    margin-top: 30px;
}

.java_mer .section5 .right img {
    width: 600px;
    height: 500px;
}



.java_mer  .section6 {
    height: 500px;
    background-image: url('../images/product/java_mer_bg6.jpg');
}

.java_mer .section6  .right img {
    width: 600px;
    height: 500px;
}

.java_mer .section6  .left-title {
    font-size: 32px;
    font-weight: 400;
    line-height: 45px;
    color: #333333;
}

.java_mer .section6  .yuan {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #2A7EFB;
    margin-right: 8px;
    margin-bottom: 25px;
}

.java_mer .section6  .left-text {
    display: inline-block;
    width: 500px;
    font-size: 17px;
    font-weight: 400;
    color: #555555;
    margin-top: 30px;
}

.java_mer .section6  .left {
    width: 594px;
}

.java_mer .section6  .left img {
    margin-top: 78px;
    width: 60px;
    height: 60px;
}

.java_mer  .section7 {
    height: 800px;
    background-image: url('../images/product/java_mer_bg7.png');
}

.java_mer  .section7 .nav {
    margin-top: 80px;
}

.java_mer  .section7  .nav-box {
    width: 440px;
    height: 140px;
    background: rgba(255, 255, 255, 0.39);
    border-radius: 2px 2px 0px 0px;
    color: #333;
    padding: 35px 0 35px 18px;
}

.java_mer  .section7 .nav-box img {
    width: 70px;
    height: 70px;
    vertical-align: middle;
}

.java_mer  .section7 .nav-title {
    font-size: 20px;
    font-weight: 600;
}

.java_mer  .section7 .nav-text {
    margin-top: 7px;
    width: 285px;
    height: 45px;
    font-size: 15px;
    font-weight: 400;
    color: #666;
}

.java_mer  .section7 .active {
    transition: all .7s;
    background-color: #2A7EFB;
    box-shadow: 15px 20px 10px 0px rgba(0, 0, 0, 0.3);
}

.java_mer  .section7 .mallImg {
    width: 737px;
    height: 467px;
    margin-left: 75px;
}

.java_mer  .section7 .active .nav-text {
    color: #fff !important;
}

.java_mer  .section7 .active .nav-title {
    color: #fff !important;
}

.java_mer .section8 {
    height: 953px;
    background-color: #F9FAFC;
}

.java_mer .section8 .content7 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.java_mer .section8 .content-box {
    width: 280px;
    height: 300px;
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 27px;
    transition: all .5s ease-in-out;
}

.java_mer .section8 .content-img {
    width: 94px;
    height: 94px;
    margin-top: 44px;
}

.java_mer .section8 .content-title {
    font-size: 22px;
    font-weight: 400;
    color: #333333;
    margin-top: 20px;
}

.java_mer .section8 .content-text {
    width: 220px;
    height: 46px;
    font-size: 15px;
    font-weight: 400;
    color: #777777;
    text-align: center;
    margin-top: 15px;
}

.java_mer .section8  .content-box-active{
    transform: translateY(-15px);
}

.java_mer .section9 {
    height: 774px;
    background-image: url('../images/product/java_mer_bg8.png');
    background-size: auto 774px;
    background-repeat: no-repeat;
    background-position: center center;
}

.java_mer .section9 .one {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.java_mer .section9 .pop {
    width: 348px;
    height: 131px;
    background-image: url('../images/product/java_mer_bg-8.png');
    background-size: cover;
    padding: 28px 0 0 30px;
    margin-right: 504px;
    margin-bottom: 123px;
}

.java_mer .section9 .pop-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: #333333;
}

.java_mer .section9 .pop-text {
    width: 266px;
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin-top: 8px;
}

.java_mer .section9 .rotate-pop {
    width: 348px;
    height: 131px;
    background-image: url('../images/product/java_mer_bg.png');
    background-size: cover;
    padding: 28px 0 0 60px;
}

/*java_mer 跨境出海多商户平台电商系统 结束*/




/*zsff 在线教育内容付费系统 开始*/
.zsff .header img {
    width: 100%;
}

.zsff .container-box {
    width: 1200px;
    margin: auto;
}

.zsff .section-main {
    width: 1200px;
    padding: 80px 0;
    margin: 0 auto;
}

.zsff .section-head {
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    color: #666666;
}

.zsff h2 {
    font-weight: 800;
    font-size: 40px;
    line-height: 56px;
    color: #333333;
}

.zsff h2+div {
    width: 969px;
    margin: 15px auto 0;
}

.zsff .section-body {
    margin-top: 70px;
    overflow: hidden;
}

.zsff .section1 img {
    width: 1200px;
}

.zsff .section2 {
    background: url('../images/product/zsff_section2_bg.png') left top/100% 100% no-repeat;
}

.zsff .section2 ul {
    position: relative;
    width: 729px;
    height: 465px;
    margin: 0 auto 89px;
    background: url('../images/product/zsff_section2_content.png') left top/100% 100% no-repeat;
}

.zsff .section2 li:nth-child(1) {
    top: 58px;
    left: 613px;
}

.zsff .section2 li {
    position: absolute;
    display: flex;
    width: 320px;
    height: 108px;
    padding: 20px 20px 0;
    border-radius: 2px;
    background-color: #FFFFFF;
    box-shadow: 0 3px 15px 1px rgba(43, 94, 171, 0.12);
    font-size: 14px;
    line-height: 19px;
    color: #333333;
}

.zsff .section2 li div div:first-child {
    margin-bottom: 6px;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #333333;
}

.zsff .section2 li:nth-child(1) {
    top: 58px;
    left: 613px;
}

.zsff .section2 li:nth-child(2) {
    top: 290px;
    left: 650px;
}

.zsff .section2 li:nth-child(3) {
    top: 446px;
    left: 210px;
}

.zsff .section2 li:nth-child(4) {
    top: 310px;
    right: 639px;
}

.zsff .section2 li:nth-child(5) {
    top: 48px;
    right: 599px;
}

.zsff .section13 {
    background: linear-gradient(180deg, #FFFFFF 0%, #F8F9FD 58%, #F8F8FC 100%);
}

.zsff .section13 img {
    width: 100%;
}

.zsff .section3 {
    background: url('../images/product/zsff_section3_bg.png') left top/100% 100% no-repeat;
}

.zsff .section3 ul {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    border-radius: 6px;
    background-color: #FFFFFF;
}

.zsff .section3 li {
    display: flex;
    width: 400px;
    height: 150px;
    padding: 46px 60px 0 40px;
    font-size: 14px;
    line-height: 19px;
    color: #999999;
}

.zsff .section3 li img {
    width: 40px;
    height: 40px;
    margin-right: 20px;
}

.zsff .section3 li div div:first-child {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #333333;
}

.zsff .section3 .section-head, .zsff .section3 h2 {
    color: #FFFFFF;
}

.zsff .section4 ul {
    display: flex;
    justify-content: space-between;
}

.zsff .section4 li {
    width: 220px;
    text-align: center;
    font-size: 14px;
    line-height: 19px;
    color: #999999;
}

.zsff .section4 li img {
    width: 220px;
    height: 391px;
}

.zsff .section4 li div:nth-child(2) {
    margin: 30px 0 8px;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #333333;
}

.zsff .section4 li div:nth-child(3) {
    padding: 0 12px;
}

.zsff ul {
    list-style: none;
}

.zsff .section5 {
    background-color: #F5F9FF;
}

.zsff .section5 .section-body {
    display: flex;
    align-items: center;
    padding-left: 44px;
}

.zsff .section5 .section-body>div:first-child img {
    width: 673px;
}

.zsff .section5 ul {
    margin-left: -190px;
}

.zsff .section5 li {
    display: flex;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}

.zsff .section5 li img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 20px;
    box-shadow: 0 3px 10px 1px rgba(57, 110, 190, 0.15);
}

.zsff .section5 li div div:first-child {
    margin-bottom: 4px;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
}

.zsff .section5 li:nth-child(2) {
    margin-top: 44px;
}

.zsff .section5 li:nth-child(2), .zsff .section5 li:nth-child(4) {
    margin-left: 125px;
}

.zsff .section5 li:nth-child(3) {
    margin-left: 162px;
    margin-top: 77px;
}

.zsff .section5 li:nth-child(4) {
    margin-top: 77px;
}

.zsff .section5 li:nth-child(5) {
    margin-top: 46px;
}

.zsff .section6 .section-body {
    display: flex;
    justify-content: space-between;
    padding-left: 38px;
}

.zsff .section6 .tab-content {
    width: 272px;
    height: 550px;
    overflow: hidden;
}

.zsff .section6 .tab-content img:first-child {
    display: block;
}

.zsff .section6 .tab-content img {
    display: none;
    width: 272px;
    height: 550px;
}

.zsff .section6 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 828px;
    margin-bottom: -24px;
}

.zsff .section6 li {
    width: 260px;
    height: 260px;
    padding: 143px 20px 0;
    border: 1px solid #DCE5F8;
    border-radius: 2px;
    margin-bottom: 24px;
    background: url('../images/product/zsff_section6_1-1.png') center 38px/98px 80px no-repeat;
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    color: #333333;
    cursor: pointer;
    transition: 0.4s;
}

.zsff .section6 li:nth-child(2) {
    background-image: url('../images/product/zsff_section6_2-1.png');
}

.zsff .section6 li:nth-child(3) {
    background-image: url('../images/product/zsff_section6_3-1.png');
}

.zsff .section6 li:nth-child(4) {
    background-image: url('../images/product/zsff_section6_4-1.png');
}

.zsff .section6 li:nth-child(5) {
    background-image: url('../images/product/zsff_section6_5-1.png');
}

.zsff .section6 li:nth-child(6) {
    background-image: url('../images/product/zsff_section6_6-1.png');
}

.zsff .section6 li.active {
    background: url('../images/product/zsff_section6_1-2.png') center 38px/98px 80px no-repeat, linear-gradient(180deg, #2AA7FB 0%, #2A7EFB 100%);
    color: #FFFFFF;
}

.zsff .section6 li:nth-child(2).active {
    background: url('../images/product/zsff_section6_2-2.png') center 38px/98px 80px no-repeat, linear-gradient(180deg, #2AA7FB 0%, #2A7EFB 100%);
}

.zsff .section6 li:nth-child(3).active {
    background: url('../images/product/zsff_section6_3-2.png') center 38px/98px 80px no-repeat, linear-gradient(180deg, #2AA7FB 0%, #2A7EFB 100%);
}

.zsff .section6 li:nth-child(4).active {
    background: url('../images/product/zsff_section6_4-2.png') center 38px/98px 80px no-repeat, linear-gradient(180deg, #2AA7FB 0%, #2A7EFB 100%);
}

.zsff .section6 li:nth-child(5).active {
    background: url('../images/product/zsff_section6_5-2.png') center 38px/98px 80px no-repeat, linear-gradient(180deg, #2AA7FB 0%, #2A7EFB 100%);
}

.zsff .section7 {
    background-color: #F5F9FF;
}

.zsff .section7 ul {
    display: flex;
    justify-content: space-between;
}

.zsff .section7 li {
    width: 280px;
    height: 350px;
    padding: 40px 28px 0;
    border-radius: 4px;
    background-color: #FFFFFF;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    color: #333333;
    cursor: pointer;
    transition: 0.3s;
}

.zsff .section7 li img {
    width: 150px;
    height: 150px;
    margin: 0 auto;
}

.zsff .section7 li div:nth-child(2) {
    margin: 25px 0 18px;
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
}

.zsff .section7 li:hover {
    box-shadow: 0 3px 20px 1px rgba(5, 36, 82, 0.07);
    transform: translateY(-8px);
}

.zsff .section8 {
    background-color: #2A7EFC;
}

.zsff .section8 .section-head, .zsff .section8 h2 {
    color: #FFFFFF;
}

.zsff .section8 ul {
    display: flex;
    justify-content: space-between;
}

.zsff .section8 li {
    text-align: center;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    cursor: pointer;
    transition: 0.3s;
}

.zsff .section8 li div:first-child {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    margin: 0 auto 18px;
    background-color: #FFFFFF;
    font-size: 0;
    line-height: 62px;
}

.zsff .section8 li img {
    display: inline-block;
    vertical-align: middle;
}

.zsff .section9 {
    background-color: #F5F9FF;
}

.zsff .section9 .section-body {
    display: flex;
    justify-content: space-between;
}

.zsff .section9 .zsff-card {
    width: 578px;
    height: 683px;
    border-radius: 6px;
    background: #FFFFFF url(../images/product/pro_section8_bg.png) right top/298px 160px no-repeat;
    cursor: pointer;
    transition: 0.3s;
}

.zsff .section9 .zsff-card:hover {
    box-shadow: 0 3px 16px 1px rgba(0, 38, 116, 0.1);
    transform: translateY(-8px);
}

.zsff .section9 .card-head {
    position: relative;
    height: 100px;
    padding: 28px 0 0 40px;
    background: linear-gradient(90deg, rgba(42, 126, 252, 0.07) 0%, rgba(255, 255, 255, 0.03) 100%);
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
}

.zsff .section9 .card-head::after {
    content: "";
    position: absolute;
    bottom: 33px;
    left: 40px;
    width: 28px;
    height: 3px;
    background-color: #2A7EFC;
}

.zsff .section9 ul {
    padding: 36px 0 0 40px;
}

.zsff .section9 li {
    display: flex;
    font-size: 16px;
    line-height: 22px;
    color: #757F9F;
}

.zsff .section9 li+li {
    margin-top: 29px;
}

.zsff .section9 img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.zsff .section9 li div div:first-child {
    margin-bottom: 5px;
    line-height: 30px;
    color: #333333;
}


/*zsff 在线教育内容付费系统 结束*/
