/* 微信小程序开发开始 */
.wxdev {
    width: 100%;
    padding: 100px 0;
}

.wxdev h3,
.scheme h3,
.value h3,
.superiorQuality h3 {
    text-align: center;
    font-size: 32px;
    line-height: 38px;

    font-weight: 500;
    color: #000000;
}

.wxdev .content {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
}

.wxdev .content>.left {
    width: 66%;
    padding: 20px 20px 40px;
    background: linear-gradient(0deg, #FFFFFF 0%, #F7F9FE 100%);
    box-shadow: 0px 16px 16px 4px rgba(199, 207, 221, 0.15);
    border: 2px solid #FFFFFF;
}

.wxdev .content>.left .textInfo {
    margin-top: 35px;
}

.wxdev .content>.left .textInfo>h4 {
    font-size: 20px;

    font-weight: 500;
    color: #333333;
}

.wxdev .content>.left .textInfo>p {
    font-size: 16px;

    font-weight: 400;
    color: #4B5B76;
    margin-top: 25px;
}

.wxdev .content>.left .textInfo>.more,
.wxdev .content>.right li>.more {
    display: inline-block;
    margin-top: 25px;
}

.wxdev .content>.left .textInfo>.more>span,
.wxdev .content>.right li>.more>span {
    font-size: 16px;

    font-weight: 400;
    color: #0052D9;
}

.wxdev .content>.right {
    width: 32%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.wxdev .content>.right li {
    background: linear-gradient(0deg, #FFFFFF 0%, #F7F9FE 100%);
    box-shadow: 0px 16px 16px 4px rgba(199, 207, 221, 0.15);
    border: 2px solid #FFFFFF;
    padding: 15px 30px 20px;
}

.wxdev .content>.right li>.num {
    font-size: 32px;

    font-weight: bold;
    color: #0052D9;
}

.wxdev .content>.right li>h4 {
    font-size: 20px;

    font-weight: 500;
    color: #333333;
    margin-top: 10px;
}

.wxdev .content>.right li>p {
    font-size: 16px;

    font-weight: 400;
    color: #4B5B76;
    margin-top: 10px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

/* 微信小程序开发结束 */


/* 我们的解决方案开始 */
.scheme {
    width: 100%;
    padding: 85px 0 100px;
    background: url('../images/wx_scheme_bg.jpg') no-repeat center/cover;
}

.scheme h3 {
    color: #FFFFFF;
    text-align: left;
}

.scheme .tabs {
    position: relative;
    margin-top: 40px;
}

.scheme .tabs .tab_turn {
    display: none;
}

.scheme .tabs .tab {
    position: relative;
    display: flex;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    transition: 0.3s ease-in-out;
    padding: 0 10px 20px;
}

.scheme .tabs .tab.active {
    border-bottom-color: transparent;
}

.scheme .tabs .tab .sj {
    display: block;
    content: '';
    position: absolute;
    z-index: 20;
    left: calc(50% - 1px);
    bottom: -10px;
    width: 10px;
    height: 10px;
    border: 2px solid transparent;
    transform: rotateZ(45deg) translateX(-50%);
    transition: 0.3s ease-in-out;
}

.scheme .tabs .tab.active .sj {
    border-top-color: #3269FF;
    border-left-color: #3269FF;
}

.scheme .tabs .tab::before,
.scheme .tabs .tab::after {
    content: '';
    position: absolute;
    z-index: 10;
    bottom: -2px;
    width: 0;
    height: 2px;
    background: #3269FF;
    transition: 0.3s ease-in-out;
}

.scheme .tabs .tab.active::before,
.scheme .tabs .tab.active::after {
    width: calc(50% - 6px);
}

.scheme .tabs .tab::before {
    left: 0;
}

.scheme .tabs .tab::after {
    right: 0;
}

.scheme .tabs .tab>a {
    margin: auto;
    font-size: 16px;

    font-weight: 500;
    color: #FFFFFF;
}

.scheme .list {
    margin-top: 45px;
}

.scheme .list .one {
    display: none;
}

.scheme .list .one.active {
    display: flex;
    justify-content: space-between;
}

.scheme .list .one .imgWrapper {
    width: 30%;
}

.scheme .list .one .info {
    width: 66%;
    padding-top: 55px;
}

.scheme .list .one .info>h4 {
    font-size: 20px;

    font-weight: 500;
    color: #FFFFFF;
}

.scheme .list .one .info>p {
    font-size: 16px;

    font-weight: 400;
    color: #FFFFFF;
    margin-top: 20px;
}

.scheme .list .one .info>.tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 30px;
}

.scheme .list .one .info>.tags .tag:not(:last-of-type) {
    margin-right: 30px;
}

.scheme .list .one .info>.tags .tag>.iconfont {
    color: #F77600;
}

.scheme .list .one .info>.tags .tag>.msg {
    font-size: 16px;

    font-weight: 500;
    color: #A7B0BD;
}

.scheme .list .one .info>.more {
    display: block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #0052D9;
    font-size: 16px;

    font-weight: 400;
    color: #FFFFFF;
    margin-top: 60px;
}

/* 我们的解决方案结束 */


/* 小程序价值开始 */
.value {
    width: 100%;
    padding: 55px 0 80px;
}

.value .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px 30px;
    margin-top: 35px;
}

.value .list li {
    background-image: linear-gradient(0deg, #FFFFFF, #F7F9FE), url('../images/wx_value_one_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 0px 16px 16px 4px rgba(199, 207, 221, 0.15),
        inset 4px 6px 16px rgba(199, 207, 221, 0.2);
    border: 2px solid #FFFFFF;
    padding: 40px 30px 55px;
}

.value .list li:hover {
    cursor: pointer;
    background-image: url('../images/wx_value_one_bg.png');
}

.value .list li>.title {
    display: flex;
    align-items: flex-end;
}

.value .list li>.title .icon {
    flex-shrink: 0;
    width: 48px;
    margin-right: 10px;
}

.value .list li>.title h4 {
    font-size: 20px;

    font-weight: 500;
    color: #333333;
}

.value .list li>p {
    font-size: 16px;

    font-weight: 400;
    color: #4B5B76;
    margin-top: 15px;
}

/* 小程序价值结束 */


/* 优质产品开始 */
.superiorQuality {
    width: 100%;
    padding: 95px 0 105px;
    background: #F5F8FD;
}

.superiorQuality .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 25px;
    margin-top: 45px;
}

.superiorQuality .list li {
    padding: 20px 30px 30px;
    background: url('../images/wx_superiorQuality_one_bg2.png') no-repeat center/cover, #FFFFFF;
    transition: 0.3s;
}

.superiorQuality .list li:hover {
    cursor: pointer;
    box-shadow: 2px 4px 16px 4px rgba(199, 207, 221, 0.3);
}

.superiorQuality .list li>h4 {
    font-size: 24px;

    font-weight: 500;
    color: #0052D9;
}

.superiorQuality .list li>.youNeed {
    margin-top: 35px;
}

.superiorQuality .list li>.weGive {
    margin-top: 25px;
}

.superiorQuality .list li>.youNeed>h5,
.superiorQuality .list li>.weGive>h5 {
    font-size: 16px;

    font-weight: 500;
    color: #333333;
}

.superiorQuality .list li>.youNeed>p,
.superiorQuality .list li>.weGive>p {
    font-size: 16px;

    font-weight: 400;
    color: #4B5B76;
    margin-top: 5px;
}

/* 优质产品结束 */




@media (max-width:1680px) {

    .wxdev .content>.left .textInfo>.more,
    .wxdev .content>.right li>.more {
        margin-top: 15px;
    }

    .wxdev .content>.right li:not(:last-of-type) {
        margin-bottom: 20px;
    }

    .scheme .list .one .info {
        padding-top: 20px;
    }

    .scheme .list .one .info>.more {
        margin-top: 40px;
    }

    .scheme .list .one .info>.tags {
        margin-top: 25px;
    }

    .value .list li {
        padding: 40px 30px;
    }

    .superiorQuality .list li>.youNeed {
        margin-top: 20px;
    }

    .superiorQuality .list li>.weGive {
        margin-top: 15px;
    }
}


@media (max-width:1440px) {

    .wxdev h3,
    .scheme h3,
    .value h3,
    .superiorQuality h3 {
        font-size: 28px;
    }

    .wxdev,
    .scheme,
    .superiorQuality {
        padding: 80px 0;
    }

    .wxdev .content>.right li>.num {
        font-size: 28px;
    }

    .wxdev .content>.right li {
        padding: 15px 20px;
    }

    .scheme .list .one .imgWrapper {
        width: 40%;
    }

    .scheme .list .one .info {
        width: 56%;
    }

    .scheme .list .one .info>.tags .tag:not(:last-of-type) {
        margin-right: 20px;
    }

    .value .list li {
        padding: 30px 20px;
    }

    .superiorQuality .list li {
        padding: 20px;
    }

    .superiorQuality .list li>h4 {
        font-size: 22px;
    }
}


@media (max-width:1280px) {

    .wxdev h3,
    .scheme h3,
    .value h3,
    .superiorQuality h3 {
        font-size: 26px;
    }

    .wxdev,
    .scheme,
    .value,
    .superiorQuality {
        padding: 60px 0;
    }

    .wxdev .content>.right li>.num {
        font-size: 26px;
    }

    .wxdev .content>.right li>h4,
    .scheme .list .one .info>h4,
    .value .list li>.title h4 {
        font-size: 18px;
    }

    .wxdev .content>.left .textInfo {
        margin-top: 30px;
    }

    .scheme .list .one .info>.tags {
        margin-top: 20px;
    }

    .scheme .list .one .info>.tags .tag:not(:last-of-type) {
        margin-right: 15px;
    }

    .scheme .list .one .info>p {
        margin-top: 15px;
    }

    .scheme .list .one .info>.more {
        margin-top: 30px;
    }

    .scheme .list {
        margin-top: 40px;
    }

    .value .list {
        grid-gap: 25px;
    }

    .value .list li>.title .icon {
        width: 40px;
    }

    .value .list li {
        padding: 25px 20px;
    }

    .superiorQuality .list li>h4 {
        font-size: 20px;
    }

    .superiorQuality .list li>.youNeed {
        margin-top: 15px;
    }

    .superiorQuality .list {
        margin-top: 40px;
    }
}


@media (max-width:1024px) {

    .wxdev h3,
    .scheme h3,
    .value h3,
    .superiorQuality h3 {
        font-size: 24px;
    }

    .wxdev,
    .scheme,
    .value,
    .superiorQuality {
        padding: 40px 0;
    }

    .wxdev .content {
        margin-top: 30px;
        flex-direction: column;
    }

    .wxdev .content>.left,
    .wxdev .content>.right {
        width: 100%;
    }

    .wxdev .content>.left {
        padding: 20px 20px 30px;
    }

    .wxdev .content>.right {
        flex-direction: row;
        margin-top: 30px;
    }

    .wxdev .content>.right li:not(:last-of-type) {
        margin: 0;
    }

    .wxdev .content>.right li {
        width: 31%;
    }

    .wxdev .content>.left .textInfo>h4 {
        font-size: 18px;
    }

    .wxdev .content>.left .textInfo>p {
        margin-top: 15px;
    }

    .wxdev .content>.right li>.num {
        font-size: 22px;
    }

    .wxdev .content>.right li>h4,
    .scheme .list .one .info>h4,
    .value .list li>.title h4 {
        font-size: 16px;
    }

    .wxdev .content>.right li>p,
    .wxdev .content>.left .textInfo>.more>span,
    .wxdev .content>.right li>.more>span {
        font-size: 14px;
    }

    .scheme .tabs {
        margin-top: 30px;
    }

    .scheme .tabs .tab_turn {
        display: block;
        position: absolute;
        z-index: 88;
        top: 24%;
    }

    .scheme .tabs .tab_turn>.iconfont {
        font-size: 22px;
        color: #FFFFFF;
    }

    .scheme .tabs .tab_turn.l_prev {
        left: 2vw;
        transform: translate(-50%, -50%) rotateZ(180deg);
        animation: 0.8s r-jtmove infinite linear alternate-reverse;
    }

    .scheme .tabs .tab_turn.r_next {
        right: 2vw;
        transform: translate(50%, -50%);
        animation: 0.8s jtmove infinite linear alternate-reverse;
    }

    @keyframes jtmove {
        0% {
            transform: translate(20%, -50%);
        }

        100% {
            transform: translate(50%, -50%);
        }
    }

    @keyframes r-jtmove {
        0% {
            transform: translate(-20%, -50%) rotateZ(180deg);
        }

        100% {
            transform: translate(-50%, -50%) rotateZ(180deg);
        }
    }

    /* .scheme .tabs .tab {
        padding: 0;
        border: none;
    }

    .scheme .tabs .tab.active::before,
    .scheme .tabs .tab.active::after,
    .scheme .tabs .tab.active .sj {
        display: none;
    }

    .scheme .tabs .tab.active>a {
        color: #3269FF;
    } */

    .scheme .list .one .imgWrapper {
        width: 50%;
    }

    .scheme .list .one .info {
        width: 46%;
        padding: 0;
    }

    .scheme .list .one .info>p,
    .scheme .list .one .info>.tags .tag>.msg,
    .superiorQuality .list li>.youNeed>p,
    .superiorQuality .list li>.weGive>p {
        font-size: 14px;
    }

    .scheme .list .one .info>p,
    .scheme .list .one .info>.tags {
        margin-top: 10px;
    }

    .scheme .list .one .info>p {
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .scheme .list .one .info>.more {
        margin-top: 20px;
        width: 120px;
        font-size: 14px;
    }

    .scheme .list,
    .value .list,
    .superiorQuality .list {
        margin-top: 30px;
    }

    .value .list li {
        padding: 20px 15px;
    }

    .value .list,
    .superiorQuality .list {
        grid-gap: 20px;
        grid-template-columns: repeat(2, 1fr);
    }

    .value .list li>p {
        font-size: 14px;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .superiorQuality .list li>h4 {
        font-size: 18px;
    }

    .superiorQuality .list li>.youNeed,
    .superiorQuality .list li>.weGive {
        margin-top: 10px;
    }
}


@media (max-width:768px) {
    .wxdev .content>.left .textInfo>h4 {
        font-size: 16px;
    }

    .wxdev .content>.left .textInfo>p {
        font-size: 14px;
    }

    .wxdev .content>.left .textInfo {
        margin-top: 20px;
    }

    .wxdev .content>.left {
        padding: 20px;
    }

    .wxdev .content>.right {
        margin-top: 20px;
        flex-direction: column;
    }

    .wxdev .content>.right li {
        width: 100%;
    }

    .wxdev .content>.right li:not(:last-of-type) {
        margin-bottom: 20px;
    }

    .scheme .list .one.active {
        flex-direction: column;
    }

    .scheme .list .one .imgWrapper,
    .scheme .list .one .info {
        width: 100%;
    }

    .scheme .list .one .info {
        margin-top: 20px;
    }
}


@media (max-width:600px) {

    .wxdev h3,
    .scheme h3,
    .value h3,
    .superiorQuality h3 {
        font-size: 22px;
    }

    .wxdev .content>.left,
    .wxdev .content>.right li,
    .value .list li,
    .superiorQuality .list li {
        padding: 15px;
    }

    .scheme .list .one .info>.more {
        width: 100px;
        height: 30px;
        line-height: 30px;
    }

    .value .list li>.title h4 {
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .wxdev .content>.right li>p {
        display: block;
    }
}


@media (max-width:480px) {

    .value .list,
    .superiorQuality .list {
        grid-template-columns: repeat(1, 1fr);
    }
}