@charset "utf-8";

/* 公共 */

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
input,
p {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

p {
    color: #666;
}

ol,
ul {
    list-style: none;
}

a,
a:hover {
    text-decoration: none;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

body {
    font-size: 16px;
    line-height: 2;
    font-family: 'Microsoft Yahei', 'simsun', 'arial', 'tahoma';
    color: #333;
}
.flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main {
    width: 1200px;
    margin: 0 auto;
}

.bj {
    background-color: #f8f9ff;
}

.title {
    text-align: center;
    padding-top: 120px;
    padding-bottom: 30px;
}

.title h3 {
    font-size: 36px;
}

.title p {
    line-height: 2;
    color: #666;
}

.header {
    width: 100%;
    height: 80px;
    background-color: #f8f9ff;
    text-align: center;
    position: fixed;
    z-index: 99;
}

.header img {
    max-width: 1200px;
}

.marAuto {
    margin: 0 auto;
}

.wrapper {
    width: 100%;
    background-color: #fff;
}


/* 微信小程序 */


/* pc */


/* banner */

.bannerBox {
    width: 100%;
    height: 700px;
    background: #f8f9ff url(/img/images/bannerbjwechat.jpg) no-repeat top center;
    background-size: cover;
    margin-top: -80px;
}

.bannerBox .text {
    padding-top: 18%;
    line-height: 2;
}

.bannerBox .text h2 {
    font-size: 48px;
}

.bannerBox .text p {
    font-size: 20px;
    color: #666;
}

.btn1 {
    width: 170px;
    position: relative;
}

.btn1 a {
    display: block;
    width: 170px;
    height: 50px;
    border-radius: 25px;
    background-color: #15c5ce;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    background-image: linear-gradient(120deg, #85ebb3, #15c5ce);
    margin-top: 80px;
    color: #fff;
}

.erweima {
    position: absolute;
    top: 55px;
    box-shadow: 0 5px 20px rgba(0, 73, 73, .15);
    border-radius: 10px;
    overflow: hidden;
    height: 0;
    transition: 0.4s;
}

.btn1:hover a {
    color: #fff;
}

.btn1:hover .erweima {
    height: 170px;
}

.btn1 .erweima img {
    width: 100%;
}

.bannerBox .text p.number {
    font-size: 14px;
    padding-left: 10px;
}


/* box2 */

.wechatBox2 {
    width: 100%;
}

.wechatBox2 .box2 {
    padding: 100px 0;
}

.wechatBox2 .box2 .content .img {
    width: 45%;
}

.wechatBox2 .box2 .content .img img {
    width: 100%;
}

.wechatBox2 .box2 .content .text {
    width: 35%;
    margin-top: 70px;
}

.wechatBox2 .box2 .content .text h4 {
    font-size: 26px;
    padding-bottom: 10px;
}

.wechatBox2 .box2 .content .text p {
    color: #666;
}


/*box3*/

.wechatBox3 {
    padding-bottom: 90px;
}

.wechatBox3 .box3 {
    display: flex;
    text-align: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px auto 60px;
}

.wechatBox3 .content {
    width: 32%;
}

.wechatBox3 .content li {
    height: 200px;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 50px 50px 0;
    box-sizing: border-box;
    transition: 0.4s;
}

.wechatBox3 .content li:hover {
    box-shadow: 0 0 20px rgba(51, 84, 247, .1);
}

.wechatBox3 .content .hd {
    height: 420px;
    background: url(/img/images/wechatBox3_1.jpg) no-repeat center;
    background-size: cover;
}

.wechatBox3 .content h4 {
    font-size: 26px;
}

.wechatBox3 .content p {
    color: #666;
    line-height: 1.5;
    font-size: 14px;
}


/*box4*/

.wechatBox4 {
    padding-bottom: 90px;
}

.wechatBox4 .content {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.wechatBox4 .content li {
    width: 32%;
    box-shadow: 0 0 20px rgba(51, 84, 247, .1);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: 30px;
    position: relative;
}

.wechatBox4 .content li .imageBox {
    height: 220px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    transition: 0.4s;
    overflow: hidden;
}

.wechatBox4 .content li .hdimg {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    right: 30px;
    top: 180px;
    box-shadow: 0 0 10px rgba(51, 84, 247, .2);
}

.wechatBox4 .content li img {
    width: 100%;
}

.wechatBox4 .content li .textBox {
    padding: 60px 24px 20px;
    font-size: 14px;
    line-height: 1.8;
}

.wechatBox4 .content li .textBox h4 {
    font-size: 20px;
}

.wechatBox4 .content li .textBox p {
    color: #666;
    margin: 10px 0 30px;
}

.wechatBox4 .content li .textBox span {
    color: #999;
}

.wechatBox4 .content li::after {
    content: "";
    display: block;
    width: 0;
    height: 3px;
    background-image: linear-gradient(120deg, #85ebb3, #15c5ce);
    transition: 0.4s;
}

.wechatBox4 .content li:hover::after {
    width: 100%;
}

.wechatBox4 .content .ewmBox {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.95);
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    text-align: center;
    padding: 100px 100px;
    transition: 0.4s;
    opacity: 0;
    box-sizing: border-box;
}

.wechatBox4 .content .ewmBox img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

.wechatBox4 .content li:hover .ewmBox {
    opacity: 1;
}


/* box5 */

.wechatBox5 {
    padding-bottom: 90px;
    background: #F3F4F9 url(/img/images/wechatBox5_bj.png) no-repeat center;
}

.wechatBox5 .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    margin-top: 45px;
    margin-bottom: 50px;
}

.wechatBox5 .content li img {
    width: 160px;
    height: 160px;
}

.wechatBox5 .content li p {
    line-height: 1.5;
    padding-top: 20px;
}


/* box6 */

.bottomBox {
    background-color: #F3F4F9;
    padding-bottom: 40px;
}

.bottomBox .content {
    height: 250px;
    text-align: center;
    background: url(/img/images/wechatBox6_bj.jpg) no-repeat center;
    background-size: cover;
    border-radius: 10px;
}

.bottomBox .content p {
    font-size: 28px;
    padding: 60px 0 20px;
    color: #fff;
}

.bottomBox .content a {
    display: block;
    width: 180px;
    height: 50px;
    background-color: #fff;
    border-radius: 5px;
    margin: 0 auto;
    color: #21BEA3;
    line-height: 50px;
}

@media screen and (min-width:1921px) {
    .wechatBox1 {
        height: 930px;
    }

    .wechatBox1 .text {
        padding-top: 28%;
    }
}

@media screen and (min-width:1921px) {
    .alipayBox1 {
        height: 930px;
    }

    .alipayBox1 .text {
        padding-top: 28%;
    }
}


/* 小程序名片 */


/* pc */

.wrapCard .btn1 a {
    background-image: linear-gradient(120deg, #635bfd, #534cd9);
}

.cardBox1 {
    background: url(/img/images/cardBox1_bj.png) no-repeat top center;
    margin-bottom: 80px;
}

.cardBox1 .content {
    position: relative;
}

.cardBox1 .content .phoneimg {
    width: 56%;
    position: absolute;
    right: 0;
    bottom: -270px;
}

.cardBox1 .phoneimg img {
    width: 100%;
}


/* cardbox2 */

.cardBox2 {
    padding-bottom: 130px;
}

.cardBox2 #circleBox {
    width: 710px;
    height: 710px;
    margin: 70px auto 80px;
    position: relative;
}

.cardBox2 #circleBox .circle {
    width: 710px;
    height: 710px;
    border: 1px solid rgba(138, 153, 253, .2);
    border-radius: 50%;
    position: relative;
}

.cardBox2 #circleBox .circle li {
    width: 710px;
    height: 710px;
    border: 1px solid rgba(138, 153, 253, .2);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.cardBox2 #circleBox .circle li:nth-child(1) {
    width: 500px;
    height: 500px;
    border: 1px solid rgba(138, 153, 253, .3);
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -250px;
}

.cardBox2 #circleBox .circle li:nth-child(2) {
    width: 300px;
    height: 300px;
    background-color: #f8f9ff;
    border: none;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -150px;
}

.cardBox2 #circleBox .circle li:nth-child(3) {
    width: 180px;
    height: 180px;
    background: #fff url(/img/images/cardBox2_logo.png) no-repeat center;
    background-size: 55%;
    border: none;
    top: 50%;
    left: 50%;
    margin-top: -90px;
    margin-left: -90px;
}

.cardBox2 #circleBox .disc li {
    width: 80px;
    height: 80px;
    background-color: #ffd255;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 80px;
    position: absolute;
}

.cardBox2 #circleBox .disc li:nth-child(1) {
    top: 0;
    left: 50%;
    margin-left: -40px;
    margin-top: 66px;
}

.cardBox2 #circleBox .disc li:nth-child(2) {
    background-color: #76eced;
    right: 35px;
    top: 100px;
}

.cardBox2 #circleBox .disc li:nth-child(3) {
    background-color: #89e7af;
    width: 100px;
    height: 100px;
    left: -50px;
    top: 360px;
    line-height: 100px;
}

.cardBox2 #circleBox .disc li:nth-child(4) {
    background-color: #ff9e84;
    left: 180px;
    bottom: 110px;
}

.cardBox2 #circleBox .disc li:nth-child(5) {
    background-color: #8492ff;
    width: 100px;
    height: 100px;
    right: 0px;
    bottom: 120px;
    line-height: 100px;
}

.cardBox2 #circleBox .disc .cir {
    width: 22px;
    height: 22px;
}

.cardBox2 #circleBox .disc li:nth-child(6) {
    left: 60px;
    top: 130px;
    background-color: #ffda72;
}

.cardBox2 #circleBox .disc li:nth-child(7) {
    right: -12px;
    top: 330px;
    background-color: #cfdfff;
}

.cardBox2 #circleBox .disc li:nth-child(8) {
    right: 200px;
    bottom: 138px;
    background-color: #9eefc6;
}

.cardBox2 .btn1Len {
    width: 810px;
    height: 76px;
    line-height: 76px;
    font-size: 20px;
    text-align: center;
    color: #666;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 38px;
    box-shadow: 0 0 20px rgba(83, 76, 218, .15);
    position: relative;
}

.cardBox2 .btn1Len p {
    padding-right: 200px;
}

.cardBox2 .btn1Len a {
    display: block;
    width: 226px;
    height: 76px;
    font-size: 20px;
    background-color: #534cd9;
    position: absolute;
    top: 0;
    right: 0;
    border-top-right-radius: 38px;
    border-bottom-right-radius: 38px;
    color: #fff;
}

.cardBox2 .btn1Len .erweima {
    width: 180px;
    right: 25px;
    top: 80px;
}

.cardBox2 .btn1Len .erweima img {
    width: 100%;
}

.cardBox2 .btn1Len:hover .erweima {
    height: 180px;
}


/* cardbox3 */

.cardBox3 {
    padding: 160px 0;
    background-color: #F3F4F9;
}

.cardBox3 .content h4 {
    font-size: 26px;
    line-height: 1.4;
    padding-bottom: 15px;
}

.cardBox3 .content .conL {
    width: 520px;
    height: 726px;
    margin-right: 20px;
    padding: 100px 55px 0;
    box-sizing: border-box;
    background: #fff url(/img/images/cardBox3_bj.png) no-repeat bottom center;
    background-size: 100%;
}

.cardBox3 .content .conL,
.cardBox3 .content .conR li {
    border-radius: 10px;
}

.cardBox3 .content .conR {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.cardBox3 .content .conR li {
    width: 320px;
    height: 352px;
    background-color: #fff;
    margin-bottom: 22px;
    text-align: center;
    padding: 70px 50px 0;
    box-sizing: border-box;
}

.cardBox3 .content .conR li .headimg {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    background: #ccc;
    margin-bottom: 20px;
}

.cardBox3 .content .conR li:nth-child(1) .headimg {
    background: url(/img/images/cardBox3_1.png) no-repeat bottom center;
    background-size: 70px;
}

.cardBox3 .content .conR li:nth-child(2) .headimg {
    background: url(/img/images/cardBox3_2.png) no-repeat bottom center;
    background-size: 65px;
}

.cardBox3 .content .conR li:nth-child(3) .headimg {
    background: url(/img/images/cardBox3_3.png) no-repeat bottom center;
    background-size: 70px;
}

.cardBox3 .content .conR li:nth-child(4) .headimg {
    background: url(/img/images/cardBox3_4.png) no-repeat bottom center;
    background-size: 65px;
}

.cardBox3 .content .conR li p {
    color: #999;
    line-height: 1.5;
}

.cardBox3 .content .conR li span {
    display: none;
    line-height: 1.8;
}

.cardBox3 .content .conR li:hover {
    background-color: #534cd9;
}

.cardBox3 .content .conR li:hover .headimg,
.cardBox3 .content .conR li:hover p {
    display: none;
}

.cardBox3 .content .conR li:hover h4,
.cardBox3 .content .conR li:hover span {
    color: #fff;
    display: block;
}


/* bottomBox */

.cardBox4 .content {
    background: url(/img/images/cardBox4_bj.png) no-repeat center;
}

.cardBox4 .content a {
    color: #534cd9;
}


/* 支付宝小程序内页 */


/* PC */

.alipayBox1 {
    background: #f8f9ff url(/img/images/bannerAlipay.jpg) no-repeat top center;
    background-size: cover;
}

.wrapAlipay .btn1 a {
    background-image: linear-gradient(120deg, #2a8fff, #027aff);
}


/* alipayBox2 */

.alipayBox2 {
    padding-bottom: 130px;
}

.alipayBox2 .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.alipayBox2 .content li {
    text-align: center;
    color: #027aff;
}

.alipayBox2 .content li i {
    font-style: normal;
    font-weight: bold;
    font-size: 58px;
    line-height: 1.2;
}


/* alipayBox3 */

.alipayBox3 {
    padding-bottom: 10px;
}

.alipayBox3 .tabs {
    display: flex;
    justify-content: space-around;
}

.alipayBox3 .tabs li {
    text-align: center;
    font-size: 22px;
    width: 24%;
    height: 100px;
    line-height: 100px;
    cursor: pointer;
}

.alipayBox3 .tabs li.line {
    width: 0.5%;
    font-size: 14px;
    color: #ccc;
    font-weight: 100;
}

.alipayBox3 .tabs li.active {
    background-color: #fff;
    font-weight: bold;
    color: #027aff;
}

.alipayBox3 .tabs li.active::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #027aff;
}

.alipayBox3 .optionBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 480px;
}

.alipayBox3 .optionBox .text {
    width: 45%;
}

.alipayBox3 .optionBox .text h3 {
    font-size: 32px;
    margin-bottom: 20px;
}

.alipayBox3 .optionBox .casesBox {
    width: 50%;
}

.alipayBox3 .optionBox .casesBox img {
    width: 100%;
}


/* 仿制alipayBox3仿制 */

.card-first {
    position: relative;
    padding-bottom: 100px;
}

.card-first .wrap1 {
    width: 1200px;
    margin: 0 auto
}

.card-first .wrap1 .tabs1 {
    display: flex;
    justify-content: space-between;
    background-color: #F8F9FF;
    align-items: center;
    line-height: 100px;
    font-size: 20px;
    position: relative;
    z-index: 2;
}

.card-first .wrap1 li {
    width: 25%;
    cursor: pointer;
    text-align: center;
}

.card-first .bj {
    width: 100%;
    height: 100px;
    position: absolute;
    top: 0;
}

.card-first .wrap1 .tab-name .first {
    padding-left: 0
}

.card-first .wrap1 .tab-name.active {
    font-weight: bold;
    color: #0067e9;
    background: #fff;
}

.card-first .wrap1 .tab-name.active:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #0067e9;
    border-radius: 3px
}

.card-first .wrap1 .contents {
    margin-top: 75.5px;
    height: 380px;
}

.card-first .wrap1 .contents .content1 {
    display: none
}

.card-first .wrap1 .contents .content1.active {
    display: block
}

.card-first .wrap1 .contents .cases-wrap,
.card-first .wrap1 .contents .text-wrap {
    display: inline-block
}

.card-first .wrap1 .contents .text-wrap {
    width: 40%;
    text-align: left;
    color: #242424;
    margin-bottom: 20px;
    vertical-align: top;
    margin-top: 59px
}

.card-first .wrap1 .contents .text-wrap .title {
    font-size: 32px;
    text-align: left;
    padding: 0;
}

.card-first .wrap1 .contents .text-wrap .details {
    margin-top: 18px;
    font-size: 16px;
    color: #141414;
    line-height: 30px
}

.card-first .wrap1 .contents .text-wrap .more {
    display: block;
    margin-top: 6px;
    font-size: 18px;
    color: #108ee9;
    text-decoration: none
}

.card-first .wrap1 .contents .last-detail:after {
    content: "\67E5\770B\8BE6\60C5   >"
}

.card-first .cases-wrap {
    position: relative;
    width: 659px;
    height: 333px;
    margin-left: 30px
}

.card-first .cases-wrap .preview {
    position: absolute;
    width: 205px;
    height: auto;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    border-radius: 5px;
    -webkit-filter: drop-shadow(0 10px 18px #e9edf7);
    filter: drop-shadow(0 10px 18px #e9edf7)
}

.card-first .cases-wrap .preview.active {
    opacity: 1;
    visibility: visible
}

.card-first .cases-wrap .items {
    position: absolute;
    width: 100px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none
}

.card-first .cases-wrap .items.active .icon {
    opacity: 1;
    box-shadow: 0 22px 15px -18px #999;
    -webkit-transform: scale(1.098);
    -ms-transform: scale(1.098);
    transform: scale(1.098)
}

.card-first .cases-wrap .items.active .title {
    color: #108ee9
}

.card-first .cases-wrap .icon {
    width: 66px;
    height: 66px;
    margin: 0 auto;
    opacity: .3;
    border-radius: 50%;
    background-size: cover
}

.card-first .cases-wrap .title {
    padding: 10px 0;
    color: rgba(3, 3, 3, .52);
    font-size: 18px
}

.card-first .cases-wrap-1 .l1 {
    top: 6px;
    left: 116px
}

.card-first .cases-wrap-1 .l2 {
    top: 105px
}

.card-first .cases-wrap-1 .l3 {
    top: 140px;
    left: 150px
}

.card-first .cases-wrap-1 .l4 {
    top: 220px;
    left: 60px
}

.card-first .cases-wrap-1 .r1 {
    top: 60px;
    right: 45px
}

.card-first .cases-wrap-1 .r2 {
    top: 190px;
    right: 0
}

.card-first .cases-wrap-1 .preview {
    left: 290px
}

.card-first .cases-wrap-2 .l1 {
    top: 6px;
    left: 160px
}

.card-first .cases-wrap-2 .l2 {
    top: 90px;
    left: 80px
}

.card-first .cases-wrap-2 .l3 {
    top: 160px
}

.card-first .cases-wrap-2 .l4 {
    top: 140px;
    left: 170px
}

.card-first .cases-wrap-2 .l5 {
    top: 235px;
    left: 100px
}

.card-first .cases-wrap-2 .r1 {
    top: 20px;
    right: 45px
}

.card-first .cases-wrap-2 .r2 {
    top: 120px;
    right: -14px
}

.card-first .cases-wrap-2 .r3 {
    top: 225px;
    right: 35px
}

.card-first .cases-wrap-2 .preview {
    left: 290px
}

.card-first .cases-wrap-3 .l1 {
    top: 40px;
    left: 170px
}

.card-first .cases-wrap-3 .l2 {
    top: 130px;
    left: 60px
}

.card-first .cases-wrap-3 .l3 {
    top: 200px;
    left: 170px
}

.card-first .cases-wrap-3 .preview {
    right: 100px
}

.card-first .cases-wrap-4 .items {
    top: 358px;
    margin-left: -35px;
    left: 50%
}

.card-first .cases-wrap-4 .preview {
    width: 100%;
    visibility: visible;
    opacity: 1
}

.card-first .cases-wrap-4 .preview img {
    width: 100%;
    height: auto;
}


/* alipayBox4 */

.alipayBox4 {
    padding-bottom: 150px;
}

.alipayBox4 .content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.alipayBox4 .content li {
    width: 32.3%;
    height: 400px;
    padding: 60px 50px;
    margin-bottom: 20px;
    box-sizing: border-box;
    text-align: center;
    background-color: #fff;
    border-radius: 15px;
    transition: 0.4s;
}

.alipayBox4 .content li .hdimg {
    width: 70px;
    height: 70px;
    margin: 0 auto;
}

.alipayBox4 .content li:nth-child(1) .hdimg {
    background: url(/img/images/alipayBox4_1.png) no-repeat center;
    background-size: 90%;
}

.alipayBox4 .content li:nth-child(2) .hdimg {
    background: url(/img/images/alipayBox4_2.png) no-repeat center;
    background-size: 90%;
}

.alipayBox4 .content li:nth-child(3) .hdimg {
    background: url(/img/images/alipayBox4_3.png) no-repeat center;
    background-size: 90%;
}

.alipayBox4 .content li:nth-child(4) .hdimg {
    background: url(/img/images/alipayBox4_4.png) no-repeat center;
    background-size: 90%;
}

.alipayBox4 .content li:nth-child(5) .hdimg {
    background: url(/img/images/alipayBox4_5.png) no-repeat center;
    background-size: 90%;
}

.alipayBox4 .content li:nth-child(6) .hdimg {
    background: url(/img/images/alipayBox4_6.png) no-repeat center;
    background-size: 90%;
}

.alipayBox4 .content li h4 {
    font-size: 26px;
    margin: 40px 0 15px;
}

.alipayBox4 .content li p {
    font-size: 14px;
    color: #999;
}

.alipayBox4 .content li:hover {
    box-shadow: 0 0 20px rgba(83, 76, 218, .12);
}


/* alipayBox5 */

.alipayBox5 {
    padding-bottom: 150px;
}

.alipayBox5 .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.alipayBox5 .content li {
    width: 24%;
    height: 200px;
    text-align: center;
    background-color: #ccc;
    margin-bottom: 18px;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 50px;
    box-sizing: border-box;
    transition: 0.2s;
}

.alipayBox5 .content li p {
    font-size: 28px;
    color: #333;
    transition: 0.2s;
}

.alipayBox5 .content li span {
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
    margin-top: -30px;
    transition: 0.2s;
    opacity: 0;
}

.alipayBox5 .content li:nth-child(1) {
    background: #f2fbe9;
}

.alipayBox5 .content li:nth-child(2) {
    background: #e8fefe;
}

.alipayBox5 .content li:nth-child(3) {
    background: #edeffe;
}

.alipayBox5 .content li:nth-child(4) {
    background: #fff1f6;
}

.alipayBox5 .content li:nth-child(5) {
    background: #fff8ee;
}

.alipayBox5 .content li:nth-child(6) {
    background: #fff3fd;
}

.alipayBox5 .content li:nth-child(7) {
    background: #eaf9ee;
}

.alipayBox5 .content li:nth-child(8) {
    background: #f2f8ff;
}

.alipayBox5 .content li:hover span {
    opacity: 1;
    color: #fff;
}

.alipayBox5 .content li:hover p {
    color: #fff;
}

.alipayBox5 .content li:nth-child(1):hover {
    background: url(/img/images/alipayBox5_1.jpg) no-repeat center;
    background-size: cover;
}

.alipayBox5 .content li:nth-child(2):hover {
    background: url(/img/images/alipayBox5_2.jpg) no-repeat center;
    background-size: cover;
}

.alipayBox5 .content li:nth-child(3):hover {
    background: url(/img/images/alipayBox5_3.jpg) no-repeat center;
    background-size: cover;
}

.alipayBox5 .content li:nth-child(4):hover {
    background: url(/img/images/alipayBox5_4.jpg) no-repeat center;
    background-size: 100%;
}

.alipayBox5 .content li:nth-child(5):hover {
    background: url(/img/images/alipayBox5_5.jpg) no-repeat center;
    background-size: cover;
}

.alipayBox5 .content li:nth-child(6):hover {
    background: url(/img/images/alipayBox5_6.jpg) no-repeat center;
    background-size: cover;
}

.alipayBox5 .content li:nth-child(7):hover {
    background: url(/img/images/alipayBox5_7.jpg) no-repeat center;
    background-size: cover;
}

.alipayBox5 .content li:nth-child(8):hover {
    background: url(/img/images/alipayBox5_8.jpg) no-repeat center;
    background-size: cover;
}


/* alipaybox6 */

.alipayBox6 {
    padding-bottom: 90px;
    background: #F3F4F9 url(/img/images/alipayBox7_1.png) no-repeat center;
}

.alipayBox6 .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    margin-top: 45px;
    margin-bottom: 50px;
}

.alipayBox6 .content li img {
    width: 135px;
    height: 135px;
}

.alipayBox6 .content li p {
    line-height: 1.5;
    padding-top: 20px;
}


/* bottomBox */

.alipayBox7 .content {
    background: url(/img/images/alipayBox6_bj.jpg) no-repeat center;
}

.alipayBox7 .content a {
    color: #534cd9;
}



/* 七色米.进销存快消版 */

.kuaixiaoBox1 {
    background: #ECEDF2 url(../img/images/jxcbannerbj@2x.png) no-repeat center bottom;
    background-size: cover;
    position: relative;
    height: 800px;
}

.kuaixiaoBox1 .text {
    padding-top: 22%;
}

.kuaixiaoBox1 .text p,
.kuaixiao p {
    font-size: 14px;
    line-height: 1.5;
}

.kuaixiaoBox1 .text h2 {
    font-size: 40px;
    line-height: 1.3;
    margin: 10px 0 20px;
}

.kuaixiao .btn1 a {
    font-size: 14px;
    height: 42px;
    line-height: 42px;
    width: 150px;
    margin-top: 60px;
    background-color: #0E5EE4;
    background-image: none;
}

.kuaixiao .bannerimg {
    width: 860px;
    position: absolute;
    right: 0;
    bottom: -100px;
}

.kuaixiao .bannerimg img {
    width: 100%;
}

.kuaixiaoBox2 {
    background: #ECEDF2 url(../img/images/jxcbox2bj.svg) no-repeat center;
    padding-bottom: 60px;
}

.kuaixiaoBox2 .func {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.kuaixiaoBox2 .func li {
    width: 32%;
    background: #ffffff;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 80px 30px;
    margin-bottom: 25px;
}

.kuaixiaoBox2 .func li h4 {
    font-size: 26px;
    margin: 5px 0 15px;
}

.kuaixiaoBox2 .func li:nth-child(4),
.kuaixiaoBox2 .func li:nth-child(5) {
    width: 49%;
    max-height: 350px;
}

.kuaixiaoBox3 {
    background: #fff;
    overflow: hidden;
}

.kuaixiaoBox3 .list,
.kuaixiaoBox3 .content {
    padding-bottom: 220px;
    position: relative;
}

.kuaixiaoBox3 .list:nth-of-type(6) {
    padding-bottom: 20px;
}

.kuaixiaoBox3 .content .text {
    width: 40%;
}

.kuaixiaoBox3 .content .img {
    width: 50%;
}

.kuaixiaoBox3 .content .text h4 {
    font-size: 26px;
}

.kuaixiaoBox3 .content .text .subtit {
    font-size: 16px;
    color: #333;
    margin: 30px 0 5px;
}

.kuaixiaoBox3 .content .img img {
    width: 96%;
}

.kuaixiaoBox3 .content .bj01 {
    position: absolute;
    top: -230px;
    right: -0px;
    z-index: 0;

}

.kuaixiaoBox3 .content .bj01 img,
.kuaixiaoBox3 .content .bj03 img {
    width: 100%;
}

.kuaixiaoBox3 .content .bj02 img {
    width: 90%;
}

.kuaixiaoBox3 .content .bj02 {
    position: absolute;
    top: 400px;
    left: -0px;
    opacity: .1;
}

.kuaixiaoBox3 .content .bj03 {
    position: absolute;
    top: 1100px;
    right: -0px;
    opacity: .1;
}

@media screen and (min-width:1921px) {
    .kuaixiaoBox1 {
        height: 950px;
    }

    .kuaixiaoBox1 .text {
        padding-top: 26%;
    }

    .kuaixiao .bannerimg {
        width: 1020px;
        bottom: -100px;
    }

    .kuaixiaoBox1 .text p,
    .kuaixiaoBox1 p {
        font-size: 16px;
        line-height: 1.5;
    }

    .kuaixiaoBox1 .text h2 {
        font-size: 50px;
        line-height: 1.3;
        margin: 10px 0 20px;
    }

    .ERPkuaixiao .bannerimg {
        position: initial;
        width: 550px;
        margin-top: 100px;
    }
}

.ERPkuaixiao {
    background: #ECEDF2 url(../img/images/erpbannerBJ.svg) no-repeat center bottom;
    background-size: cover;
}

.ERPkuaixiao .content {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}

.ERPkuaixiao .bannerimg {
    position: initial;
    width: 450px;
    margin-top: 100px;
}

.ERPkuaixiao .bannerimg img {
    width: 100%;
}

.ERPkuaixiaoBox2 .func li{
    max-height: 370px;
}
.ERPkuaixiaoBox2 .func li:nth-child(4),
.ERPkuaixiaoBox2 .func li:nth-child(5) {
    width: 32%;
    max-height: 370px;
}
.ERPkuaixiaoBox3 .list,.ERPkuaixiaoBox3 .content{
    padding-bottom: 30px;
}

.ERPkuaixiaoBox3 .list .text{
    margin-top: 45px;
}
.ERPkuaixiaoBox3 .list .img{
    width: 38%;
}
.ERPkuaixiaoBox3 .list .img img{
    width: 100%;
}


@media screen and (min-width:1921px) {
    .kuaixiaoBox1 {
        height: 950px;
    }

    .kuaixiaoBox1 .text {
        padding-top: 26%;
    }

    .kuaixiaoBox1 .text p,
    .kuaixiaoBox1 p {
        font-size: 16px;
        line-height: 1.5;
    }

    .kuaixiaoBox1 .text h2 {
        font-size: 50px;
        line-height: 1.3;
        margin: 10px 0 20px;
    }

    .ERPkuaixiao .bannerimg {
        position: initial;
        width: 550px;
        margin-top: 120px;
    }
}


/* 版本化3个内容 */
.versioning{
    line-height: 1.5;
}
.versioning .bannerBox{
    transition: 0.4s;
    height: 780px;
}
.versioning .fuzhuang{
    background: #F0EDFF;
}
.versioning .bannerBox .content{
    transition: 0.4s;
    padding-top: 225px;
}
.versioning .bannerBox .text{
    position: relative;
    padding: 0;
}
.versioning .bannerBox .text .banner-b{
    position: absolute;
    right: 0;
    bottom: 200px;
}
.versioning .bannerBox h2{
    font-size: 40px;
    line-height: 1.3;
    font-weight: 600;
    margin: 10px 0 20px;
}
.versioning .bannerBox p{
    font-size: 14px;
    line-height: 1.5;
}
.versioning .bannerBox .topt{
    font-size: 16px;
}
.versioning .btn1 a{
    width: 160px;
    height: 44px;
    line-height: 44px;
    background: #6E00FF;
    font-size: 14px;
    transition: 0.4s;
    box-sizing: border-box;
}
.versioning .btn1:hover a{
    box-shadow: 2px 0 15px rgba(111, 1, 255, 0.4);
    padding-left: 3px;
}
.versioning .title{
    font-size: 34px;
    padding: 75px 0 55px;
}
.versioning  .title h3{
    font-weight: 600;
}
.versioning .bannerimg img{
    margin-right: -200px;
    transition: 0.4s;
}
.VerBox2{
    width: 100%;
    height: 450px;
    background: #18142D url(../img/images/20210624/fuzhuang-bj01.jpg) no-repeat center;
    text-align: center;
    color: #fff;
}
.VerBox2 ul{
    align-items: flex-start;
}
.VerBox2 h3{
    color: #fff;
}
.VerBox2 li{
    width: 20%;

}
.VerBox2 li h4{
    font-size: 16px;
    margin: 12px 0 8px;
}
.VerBox2 li p{
    font-size: 12px;
    color: rgba(255, 255, 255, 0.65);
}
.VerBox2 li img{
    transition: 0.6s;
}
.VerBox2 li:hover img{
    transform: scale(1.15);
}


.VerBox3 .list{
    padding: 50px 0 80px;
}
.VerBox3 .text{
    margin-top: 60px;
    width: 38%;
}
/* .VerBox3 .img{
    width: 55%;
} */
.VerBox3 .text h4{
    font-size: 30px;
    font-weight: 100;
}
.VerBox3 .text h4::before{
    content: "";
    display: block;
    width: 40px;
    height: 5px;
    background-color: #6E00FF;
    margin-bottom: 18px;
}
.VerBox3 .text p{
    font-size: 14px;
    position: relative;
    padding-left: 22px;
    margin-top: 20px;
}
.VerBox3 .text p::before{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #6E00FF;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 3px;
}
.VerBox3 .btn1 a{
    margin-top: 60px;
}


/* 五金 */
.versioning .wujin{
    background: #F2F3F9;
}
.wujinBox2{
    background: #000 url(../img/images/20210624/wujin-bj02.jpg) no-repeat center;
}
.wujinBox .btn1 a{
    background: #FF932B;
}
.wujinBox .btn1:hover a{
    box-shadow: 2px 0 15px rgba(255, 147, 43, 0.4);
}
.wujinBox3 .text h4::before{
    background-color: #FF932B;
}
.wujinBox3 .text p::before{
    border: 2px solid #FF932B;
}


/* 家电 */
.versioning .jiadian{
    background: #F2F8FF;
}
.jiadianBox2{
    background: #010125 url(../img/images/20210624/jiadian-bj03.jpg) no-repeat center;
}
.jiadianBox .btn1 a{
    background: #0076FF;
}
.jiadianBox .btn1:hover a{
    box-shadow: 2px 0 15px rgba(1, 118, 255, 0.4);
}
.jiadianBox3 .text h4::before{
    background-color: #0177FF;
}
.jiadianBox3 .text p::before{
    border: 2px solid #0177FF;
}


@media screen and (min-width:1921px) {
    .versioning .bannerBox {
        height: 950px;
    }

    .versioning .bannerBox .content{
        padding-top: 280px;
    }
    .versioning .main{
        width: 1400px;
    }
    .versioning .bannerimg img{
        margin-right: -350px;
    }
    
}