﻿@-webkit-keyframes pagination-progress {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

@keyframes pagination-progress {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

.banner-wrap {
    width: 100%;
    height: 500px;
    margin-top: 68px;
    background: url("../images/app_banner_bg.png") no-repeat top center/cover
}

.banner-wrap .banner-box {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    background: url("../images/app_banner.png") no-repeat right center/46% auto
}

.banner-wrap .banner-box h1 {
    font-size: 36px;
    color: #fff
}

.banner-wrap .banner-box p {
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 1px;
    color: #fff;
    opacity: .8
}

.banner-wrap .banner-box .banner-apply-box {
    display: flex
}

.banner-wrap .banner-box .banner-apply-box a {
    display: block;
    margin-top: 30px;
    width: 160px;
    height: 45px;
    line-height: 45px;
    border-radius: 4px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    transition: all .3s ease-in-out;
    background: linear-gradient(to right, #f45b4b, #ea3e41)
}

.banner-wrap .banner-box .banner-apply-box a:first-child {
    margin-right: 20px;
    display: none;
}

.banner-wrap .banner-box .banner-apply-box a:hover {
    box-shadow: 0 10px 25px 0 rgba(238, 77, 45, .4)
}

.banner-wrap .banner-box .banner-apply-box a:last-child:hover {
    box-shadow: 3px 15px 15px rgba(255, 255, 255, .1)
}

.banner-wrap .banner-box .banner-apply {
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    margin-top: 30px;
    border-radius: 10px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    transition: all .3s ease-in-out;
    background: linear-gradient(90deg, #fc354c 0%, #ff4e4e 100%)
}

.banner-wrap .banner-box .banner-apply:hover {
    box-shadow: 0 10px 15px 0 rgba(238, 77, 45, .2)
}

.navigation-wrap .box {
    height: 48px;
    line-height: 48px;
    color: #999
}

.navigation-wrap .box a {
    color: #999
}

.navigation-wrap .box a:hover {
    color: #333
}

.navigation-wrap .box i {
    font-size: 14px
}

.navigation-wrap .box .navigation-link {
    color: #333
}

.pain-wrap .title {
    margin-top: 60px
}

.pain-box {
    display: flex;
    justify-content: space-between
}

.pain-box .pain-item {
    width: 48%;
    padding: 30px 30px 0;
    border-radius: 4px;
    background-color: #f3f3fd;
    border: 1px solid #e2e7ed;
    transition: all .3s ease-in-out
}

.pain-item .pain-item-top {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #eaf0f7
}

.pain-item .pain-item-top .pain-item-top-img {
    max-width: 80px;
    margin-right: 15px
}

.pain-item .pain-item-top h3 {
    flex: 1;
    height: 80px;
    line-height: 35px;
    background: url(../images/app_pain_top_bg1.png) no-repeat left center/auto 60%;
    font-size: 20px
}

.pain-item .pain-item-text {
    margin: 30px 0
}

.pain-item .pain-item-text i {
    font-size: 24px;
    line-height: 34px;
    margin-right: 8px;
    color: #b9bcc5
}

.pain-item .pain-item-text p {
    font-size: 16px;
    color: #666;
    line-height: 1.7
}

.pain-item:last-child {
    background-color: #edf7fc
}

.pain-item:last-child .pain-item-top {
    display: flex;
    align-items: center;
    padding-bottom: 15px
}

.pain-item:last-child .pain-item-top .pain-item-top-img {
    max-width: 90px;
    margin-right: 15px;
    border-bottom: 1px solid #f5f7fc
}

.pain-item:last-child .pain-item-top h3 {
    flex: 1;
    height: 80px;
    line-height: 35px;
    background: url(../images/app_pain_top_bg2.png) no-repeat left center/auto 60%;
    font-size: 20px
}

.pain-item:hover {
    cursor: defalut;
    transform: translateY(-8px);
    box-shadow: -1px 29px 42px 4px rgba(190, 213, 255, .34);
    border: solid 1px #9dbcf7
}

.join-wrap .title {
    margin-top: 40px
}

.join-box {
    display: flex;
    justify-content: space-between
}

.join-box .join-item {
    width: 48%;
    padding: 40px;
    border-radius: 4px;
    border: 1px solid #e2e7ed;
    transition: all .3s ease-in-out;
    background: #f2f5fc url("../images/app_join_bg1.png") no-repeat 90% center/auto 80%
}

.join-box .join-item:last-child {
    background: #f2f5fc url("../images/app_join_bg2.png") no-repeat 90% center/auto 80%
}

.join-item h3 {
    font-size: 18px;
    font-weight: bold
}

.join-item p {
    font-size: 16px;
    color: #999;
    line-height: 1.7;
    margin-bottom: 20px
}

.join-item:hover {
    cursor: defalut;
    transform: translateY(-8px);
    box-shadow: -1px 29px 42px 4px rgba(190, 213, 255, .34);
    border: solid 1px #9dbcf7
}

.join-item .pain-item-box div {
    width: 10px;
    height: 10px;
    background: #fa1d32;
    opacity: .8;
    margin-right: 8px
}

.join-item .pain-item-box div:nth-child(2) {
    opacity: .6
}

.join-item .pain-item-box div:nth-child(3) {
    opacity: .4
}

.join-item .pain-item-box div:nth-child(4) {
    opacity: .2
}

.join-item .pain-item-box div:nth-child(5) {
    opacity: .1
}

.app-wrapper {
    padding: 60px 0
}

.app-wrapper-first {
    padding: 40px 0
}

.app-wrapper-gray {
    background-color: #f4f7fa
}

.app-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    transition: all .4s ease-in-out
}

.app-box>div:nth-child(2) {
    margin-left: 6%
}

.app-box>div:nth-child(4) {
    margin-left: 3%
}

.app-box .app-box-img {
    width: 48%;
    display: flex;
    align-items: center
}

.app-box .app-box-img-long {
    width: 48%;
    margin-left: 3% !important
}

.app-box-text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.app-box-text h3 {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin-bottom: 5px
}

.app-box-text p {
    font-size: 16px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 20px
}

.app-box-text .app-box-text-item {
    margin: 10px 0
}

.app-box-text .app-box-text-item h4 {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
    color: #333
}

.app-box-text .app-box-text-item:last-child {
    margin-bottom: 0
}

.app-more-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
    transition: all .3s ease-in-out
}

.app-more-box .app-more {
    width: 14%;
    margin-right: 2%;
    margin-bottom: 3%;
    padding: 35px 0;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 5px 20px 0px rgba(47, 72, 88, .07);
    transition: all .3s ease-in-out
}

.app-more-box .app-more:nth-child(6n+6) {
    margin-right: 0
}

.app-more-box .app-more:hover {
    cursor: defalut;
    background-color: #f9fbfd;
    background: url("../images/website_more_bg.png") no-repeat top center/100% 100%;
    box-shadow: 1px 13px 29px 3px rgba(217, 226, 237, .74)
}

.app-more-box .app-more:hover img {
    display: none
}

.app-more-box .app-more:hover img.hidden {
    display: inline-block !important
}

.app-more-box .app-more img {
    max-height: 35px
}

.app-more-box .app-more h3 {
    font-size: 16px;
    margin: 20px 0 5px
}

.advan-wrap {
    background-color: #f4f7fa
}

.advan-wrap .advan-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.advan-wrap .advan-box .advan {
    padding: 30px;
    display: flex;
    width: 48.5%;
    margin-bottom: 3%;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    border: 1px solid #dfe2ed;
    transition: all .3s ease-in-out
}

.advan-wrap .advan-box .advan:hover {
    transform: translateY(-8px);
    box-shadow: 3px 15px 15px rgba(0, 0, 0, .1)
}

.advan-left {
    flex: 1
}

.advan-left h3 {
    font-size: 18px;
    margin-bottom: 10px
}

.advan-left p {
    color: #999;
    margin-bottom: 10px
}

.advan-left ul {
    display: flex;
    padding-left: 20px
}

.advan-left ul li {
    list-style: disc;
    min-width: 45%
}

.custom-wrap {
    background-color: #fff
}

.custom-wrap .title-p {
    width: 60%;
    line-height: 1.5;
    margin: -35px auto 20px
}

.custom-wrap .apply-btn-box a {
    margin-left: 0;
    color: #fd4343;
    border: 1px solid #fd4343;
    background-color: #fff;
    transition: all .3s ease-in-out
}

.custom-wrap .apply-btn-box a:hover {
    color: #fff;
    background-color: #fd4343
}

.custom-box {
    max-width: 1240px;
    margin-bottom: 60px
}

.custom-box .custom-swiper {
    padding: 10px 20px 30px
}

.custom-box .custom-swiper .swiper-wrapper {
    margin-bottom: 40px
}

.custom-box .custom-swiper .swiper-slide {
    width: 360px;
    box-shadow: 0px 10px 18px rgba(29, 63, 128, .08);
    transition: all .1s ease-in-out
}

.custom-box .custom-swiper .swiper-slide:hover {
    transform: translateY(-5px)
}

.custom-box .custom-swiper .swiper-pagination-bullet {
    background-color: #e6e7e9;
    width: 42px;
    height: 4px;
    margin-bottom: 20px;
    border-radius: 2px;
    opacity: 1
}

.custom-box .custom-swiper .swiper-pagination-bullet-active {
    background-color: #e6e7e9;
    position: relative;
    opacity: 1
}

.custom-box .custom-swiper .swiper-pagination-bullet-active:after {
    content: "";
    width: 0;
    height: 100%;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f81f30;
    -webkit-animation: pagination-progress 3s linear infinite .3s;
    animation: pagination-progress 3s linear infinite .3s
}

.swiper-slide-box {
    padding: 2% 5%
}

.swiper-slide-box h4 {
    font-size: 16px;
    font-weight: bold
}

.swiper-slide-box p {
    font-size: 14px;
    color: #999;
    margin: 10px 0 2%;
    height: 84px
}

.swiper-slide-box .swiper-slide-bottom {
    display: flex;
    align-items: center;
    height: 58px
}

.swiper-slide-box .swiper-slide-bottom .swiper-slide-logo {
    max-width: 30%
}

.swiper-slide-box .swiper-slide-bottom .bottom {
    text-align: right;
    height: auto
}

.swiper-slide-box .swiper-slide-bottom .bottom span {
    width: 40px;
    margin-right: 3px;
    display: inline-block;
    height: 1px;
    border-top: 1px solid #666;
    vertical-align: middle
}

.custom-logo-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 20px
}

.custom-logo-box .custom-logo {
    width: 19%;
    margin-bottom: 1%;
    border: 1px dashed #d5dbe2;
    transition: all .3s ease-in-out
}

.custom-logo-box .custom-logo:hover {
    box-shadow: 0px 10px 18px rgba(29, 63, 128, .08)
}

.custom-logo-box .custom-logo img {
    width: 100%
}

.problem-wrap {
    overflow: hidden;
    background: url("../images/website_problem_bg.png") no-repeat top center/cover
}

.problem-wrap .problem-box {
    flex-wrap: wrap
}

.problem {
    padding: 30px 15px 30px 20px;
    width: 48.5%;
    margin-bottom: 3%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #fff;
    transition: all .3s ease-in-out
}

.problem:hover {
    transform: translateY(-8px);
    box-shadow: 3px 15px 15px rgba(0, 0, 0, .1)
}

.problem .problem-left {
    margin-right: 2%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: 15%;
}

.problem .problem-left h3 {
    font-size: 22px;
    font-weight: bold;
    text-align: center
}

.problem .problem-left p {
    font-size: 18px;
    text-align: center
}

.problem .problem-right{
    width: 85%;
}

.problem .problem-right h4 {
    font-size: 16px;
    margin-bottom: 10px
}

.problem .problem-right p {
    color: #999;
    font-size: 14px
}

.bottom-apply-wrap {
    height: auto;
    overflow: visible;
    position: relative
}

.bottom-apply-wrap .bottom-apply-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0 40px;
    position: relative;
    z-index: 1
}

.bottom-apply-left-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 38%;
    height: 290px;
    background: url("../images/website_bottom_apply_bg.png") no-repeat right top/cover
}

.bottom-apply-left h3 {
    font-size: 24px;
    color: #fff
}

.bottom-apply-left p {
    font-size: 18px;
    color: #fff;
    opacity: .8;
    line-height: 1.7;
    margin-bottom: 20px
}

.bottom-apply-left .bottom-apply-left-box {
    display: flex
}

.bottom-apply-left .bottom-apply-left-box a {
    display: block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    color: #fd4343;
    background-color: #fff;
    text-align: center;
    font-size: 14px;
    border-radius: 4px;
    transition: all .1s ease-in-out
}

.bottom-apply-left .bottom-apply-left-box a:last-child {
    margin-left: 25px;
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff
}

.more-fuwu-box {
    width: 65%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: url("../images/website_more_fuwu_bg.png") no-repeat right center
}

.more-fuwu-box .more-fuwu {
    width: 26%;
    margin-bottom: 15px
}

.more-fuwu-box .more-fuwu:nth-child(n+4) {
    margin-bottom: 0
}

.more-fuwu-box .more-fuwu h3 {
    display: block;
    font-size: 30px
}

.more-fuwu-box .more-fuwu h3 span {
    font-size: 24px
}

.more-fuwu-box .more-fuwu p {
    font-size: 16px;
    line-height: 1.7;
    color: #999
}

.more-fuwu-box .more-fuwu:nth-child(3n+2) {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.more-fuwu-box .more-fuwu:nth-child(3n+3) {
    width: 38%
}

@media screen and (min-width: 768px)and (max-width: 991px) {
    .banner-wrap {
        height: 450px
    }

    .banner-wrap .banner-box .banner {
        width: 100%
    }

    .banner-wrap .banner-box h1 {
        font-size: 30px
    }

    .banner-wrap .banner-box p {
        font-size: 18px
    }

    .pain-wrap .title {
        margin-top: 20px
    }

    .pain-box {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap
    }

    .pain-box .pain-item {
        width: 32%;
        padding: 15px 0 15px 30px;
        margin-bottom: 5%;
        border-radius: 4px
    }

    .pain-item h3 {
        font-size: 16px
    }

    .pain-item h4 {
        font-size: 14px;
        line-height: 3
    }

    .pain-item ul li {
        min-width: 80%;
        font-size: 14px
    }

    .app-wrapper {
        padding: 40px 0
    }

    .app-box .app-box-img {
        width: 90%;
        padding: 0
    }

    .app-box-text {
        width: 90%;
        margin-top: 15px
    }

    .app-box-text h3 {
        font-size: 14px;
        margin-bottom: 15px
    }

    .app-box-text .app-box-text-item {
        margin: 8px 0
    }

    .app-box-text .app-box-text-item:last-child {
        margin-bottom: 0
    }

    .app-box-text h4 {
        font-size: 14px
    }

    .app-box-text p {
        font-size: 12px;
        line-height: 1.7
    }

    .product-wrap .product-box {
        margin-bottom: 30px
    }

    .product-tab-box {
        width: 100%
    }

    .product-tab-box .product-tab {
        width: 20%;
        font-size: 12px
    }

    .product-con-wrap {
        padding: 4% 0 8%
    }

    .product-con-wrap .product-con-box {
        flex-wrap: wrap;
        justify-content: center
    }

    .product-con-wrap .product-right {
        width: 100%
    }

    .product-left {
        width: 90%
    }

    .product-left .product-left-item {
        justify-content: flex-start;
        margin-bottom: 20px
    }

    .product-left .product-left-item h4 {
        font-size: 14px
    }

    .product-left .product-left-item p {
        font-size: 12px
    }

    .product-left .product-left-item:last-child {
        margin-bottom: 0
    }

    .advan-wrap .advan-box .advan {
        width: 100%;
        padding: 20px 0 20px 20px
    }

    .advan-left {
        flex: 1
    }

    .advan-left h3 {
        font-size: 16px;
        margin-bottom: 10px
    }

    .advan-left ul {
        display: none
    }

    .advan-img {
        max-width: 60px
    }

    .custom-wrap .title-p {
        width: 90%;
        margin: -15px auto 20px
    }

    .custom-box {
        max-width: 94%;
        margin-bottom: 20px
    }

    .custom-box .custom-swiper {
        padding: 10px
    }

    .custom-box .custom-swiper .swiper-wrapper {
        margin-bottom: 40px
    }

    .custom-box .custom-swiper .swiper-slide {
        min-width: 100%
    }

    .custom-logo-box {
        padding: 0
    }

    .custom-logo-box .custom-logo {
        width: 33%
    }

    .custom-logo-box .custom-logo img {
        width: 100%
    }

    .problem {
        padding: 30px 15px 30px 20px;
        width: 100%;
        margin-bottom: 3%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        background-color: #fff;
        transition: all .3s ease-in-out
    }

    .problem:hover {
        transform: translateY(-8px);
        box-shadow: 3px 15px 15px rgba(0, 0, 0, .1)
    }

    .problem .problem-left {
        margin-right: 4%;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .problem .problem-left h3 {
        font-size: 18px;
        font-weight: bold;
        text-align: center
    }

    .problem .problem-left p {
        font-size: 16px;
        text-align: center
    }

    .problem .problem-right {
        flex: 1
    }

    .problem .problem-right h4 {
        font-size: 14px;
        margin-bottom: 10px
    }

    .problem .problem-right p {
        color: #999;
        font-size: 12px
    }

    .bottom-apply-wrap {
        height: auto;
        overflow: visible;
        position: relative
    }

    .bottom-apply-wrap .bottom-apply-box {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
        padding: 40px 0 40px;
        position: relative;
        z-index: 1
    }

    .bottom-apply-left-bg {
        display: none
    }

    .bottom-apply-left {
        width: 100%;
        padding: 20px;
        border-radius: 8px;
        background: #f24b55;
        margin-bottom: 20px
    }

    .bottom-apply-left h3 {
        font-size: 24px;
        color: #fff
    }

    .bottom-apply-left p {
        font-size: 18px;
        color: #fff;
        opacity: .8;
        line-height: 1.7;
        margin-bottom: 20px
    }

    .bottom-apply-left .bottom-apply-left-box {
        display: flex
    }

    .bottom-apply-left .bottom-apply-left-box a {
        display: block;
        width: 140px;
        height: 40px;
        line-height: 40px;
        color: #fd4343;
        background-color: #fff;
        text-align: center;
        font-size: 14px;
        border-radius: 4px;
        transition: all .1s ease-in-out
    }

    .bottom-apply-left .bottom-apply-left-box a:last-child {
        margin-left: 25px;
        color: #fff;
        background-color: transparent;
        border: 1px solid #fff
    }

    .more-fuwu-box {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        background: url("../images/website_more_fuwu_bg.png") no-repeat right center
    }

    .more-fuwu-box .more-fuwu {
        width: 50%;
        margin-bottom: 20px
    }

    .more-fuwu-box .more-fuwu h3 {
        display: block;
        font-size: 24px
    }

    .more-fuwu-box .more-fuwu h3 span {
        font-size: 24px
    }

    .more-fuwu-box .more-fuwu p {
        font-size: 14px;
        line-height: 1.7;
        color: #999
    }

    .more-fuwu-box .more-fuwu:nth-child(3n+2) {
        width: 50%
    }

    .more-fuwu-box .more-fuwu:nth-child(3n+3) {
        width: 50%
    }

    .sence-wrap .sence-box {
        max-width: 100%;
        padding-bottom: 20px;
        background: none
    }

    .sence-wrap .sence-box .sence-left {
        width: 120px;
        height: 50px
    }

    .sence-wrap .sence-box .sence-left img {
        width: 40px;
        height: 40px;
        margin-left: 5px
    }

    .sence-wrap .sence-box .sence-left h4 {
        font-size: 4px
    }

    .website-more-box {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 20px;
        transition: all .3s ease-in-out
    }

    .website-more-box .website-more {
        width: 24%;
        margin-right: 0;
        margin-bottom: 2%;
        padding: 15px 0
    }

    .website-more-box .website-more img {
        max-height: 25px
    }

    .website-more-box .website-more h3 {
        font-size: 13px;
        margin: 10px 0 0
    }
}

@media screen and (max-width: 768px) {
    .banner-wrap {
        height: 400px;
        margin-top: 0
    }

    .banner-wrap .banner-box {
        background-position: center bottom;
        background-size: 55% auto
    }

    .banner-wrap .banner-box .banner {
        width: 100%;
        margin: -80px auto 0
    }

    .banner-wrap .banner-box h1 {
        font-size: 24px;
        text-align: center;
        margin-bottom: 20px;
        margin-top: -40px
    }

    .banner-wrap .banner-box p {
        max-width: 90%;
        margin: 0 auto;
        font-size: 16px;
        text-align: center
    }

    .banner-wrap .banner-box .banner-apply-box {
        justify-content: center
    }

    .banner-wrap .banner-box .banner-apply-box a {
        width: 102px;
        height: 34px;
        line-height: 34px;
        border-radius: 4px;
        font-size: 14px
    }
    .banner-wrap .banner-box .banner-apply-box a:first-child{
        display: block;
    }    
    .banner-wrap .banner-box .banner-apply-box a:last-child{
        display: none;
    }  
    .pain-wrap .title {
        margin-top: 20px
    }

    .pain-box {
        display: flex;
        justify-content: center;
        flex-wrap: wrap
    }

    .pain-box .pain-item {
        width: 90%;
        padding: 15px 30px;
        margin-bottom: 5%;
        border-radius: 4px
    }

    .pain-item h3 {
        font-size: 16px
    }

    .pain-item h4 {
        font-size: 14px;
        line-height: 3
    }

    .pain-item ul li {
        min-width: 50%;
        font-size: 12px
    }

    .website-wrapper {
        padding: 40px 0
    }

    .website-box .app-box-img {
        width: 90%;
        padding: 0
    }

    .app-box-text {
        width: 90%;
        margin-top: 15px
    }

    .app-box-text h3 {
        font-size: 14px;
        margin-bottom: 15px
    }

    .app-box-text .app-box-text-item {
        margin: 8px 0
    }

    .app-box-text .app-box-text-item:last-child {
        margin-bottom: 0
    }

    .app-box-text h4 {
        font-size: 14px
    }

    .app-box-text p {
        font-size: 12px;
        line-height: 1.7
    }

    .product-wrap .product-box {
        margin-bottom: 30px
    }

    .product-tab-box {
        width: 100%
    }

    .product-tab-box .product-tab {
        width: 20%;
        font-size: 12px
    }

    .product-con-wrap {
        padding: 4% 0 8%
    }

    .product-con-wrap .product-con-box {
        flex-wrap: wrap;
        justify-content: center
    }

    .product-con-wrap .product-right {
        width: 100%
    }

    .product-left {
        width: 90%
    }

    .product-left .product-left-item {
        justify-content: flex-start;
        margin-bottom: 20px
    }

    .product-left .product-left-item h4 {
        font-size: 14px
    }

    .product-left .product-left-item p {
        font-size: 12px
    }

    .product-left .product-left-item:last-child {
        margin-bottom: 0
    }

    .advan-wrap .advan-box .advan {
        width: 100%;
        padding: 20px 0 20px 20px
    }

    .advan-left {
        flex: 1
    }

    .advan-left h3 {
        font-size: 16px;
        margin-bottom: 10px
    }

    .advan-left ul {
        display: none
    }

    .advan-img {
        max-width: 60px
    }

    .custom-wrap .title-p {
        width: 90%;
        margin: -15px auto 20px
    }

    .custom-box {
        max-width: 94%;
        margin-bottom: 20px
    }

    .custom-box .custom-swiper {
        padding: 10px
    }

    .custom-box .custom-swiper .swiper-wrapper {
        margin-bottom: 40px
    }

    .custom-box .custom-swiper .swiper-slide {
        min-width: 100%
    }

    .custom-logo-box {
        padding: 0
    }

    .custom-logo-box .custom-logo {
        width: 33%
    }

    .custom-logo-box .custom-logo img {
        width: 100%
    }

    .problem {
        padding: 30px 15px 30px 20px;
        width: 100%;
        margin-bottom: 3%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        background-color: #fff;
        transition: all .3s ease-in-out
    }

    .problem:hover {
        transform: translateY(-8px);
        box-shadow: 3px 15px 15px rgba(0, 0, 0, .1)
    }

    .problem .problem-left {
        margin-right: 4%;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .problem .problem-left h3 {
        font-size: 18px;
        font-weight: bold;
        text-align: center
    }

    .problem .problem-left p {
        font-size: 16px;
        text-align: center
    }

    .problem .problem-right {
        flex: 1
    }

    .problem .problem-right h4 {
        font-size: 14px;
        margin-bottom: 10px
    }

    .problem .problem-right p {
        color: #999;
        font-size: 12px
    }

    .bottom-apply-wrap {
        height: auto;
        overflow: visible;
        position: relative
    }

    .bottom-apply-wrap .bottom-apply-box {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
        padding: 40px 0 40px;
        position: relative;
        z-index: 1
    }

    .bottom-apply-left-bg {
        display: none
    }

    .bottom-apply-left {
        width: 100%;
        padding: 20px;
        border-radius: 8px;
        background: #f24b55;
        margin-bottom: 20px
    }

    .bottom-apply-left h3 {
        font-size: 24px;
        color: #fff
    }

    .bottom-apply-left p {
        font-size: 18px;
        color: #fff;
        opacity: .8;
        line-height: 1.7;
        margin-bottom: 20px
    }

    .bottom-apply-left .bottom-apply-left-box {
        display: flex
    }

    .bottom-apply-left .bottom-apply-left-box a {
        display: block;
        width: 140px;
        height: 40px;
        line-height: 40px;
        color: #fd4343;
        background-color: #fff;
        text-align: center;
        font-size: 14px;
        border-radius: 4px;
        transition: all .1s ease-in-out
    }

    .bottom-apply-left .bottom-apply-left-box a:last-child {
        margin-left: 25px;
        color: #fff;
        background-color: transparent;
        border: 1px solid #fff
    }

    .more-fuwu-box {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        background: url("../images/website_more_fuwu_bg.png") no-repeat right center
    }

    .more-fuwu-box .more-fuwu {
        width: 50%;
        margin-bottom: 20px
    }

    .more-fuwu-box .more-fuwu h3 {
        display: block;
        font-size: 24px
    }

    .more-fuwu-box .more-fuwu h3 span {
        font-size: 24px
    }

    .more-fuwu-box .more-fuwu p {
        font-size: 14px;
        line-height: 1.7;
        color: #999
    }

    .more-fuwu-box .more-fuwu:nth-child(3n+2) {
        width: 50%
    }

    .more-fuwu-box .more-fuwu:nth-child(3n+3) {
        width: 50%
    }

    .sence-wrap .sence-box {
        max-width: 100%;
        padding-bottom: 20px;
        background: none
    }

    .sence-wrap .sence-box .sence-left {
        width: 90px;
        height: 40px
    }

    .sence-wrap .sence-box .sence-left img {
        width: 30px;
        height: 30px;
        margin-left: 5px
    }

    .sence-wrap .sence-box .sence-left h4 {
        font-size: 12px
    }

    .app-more-box {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 20px;
        transition: all .3s ease-in-out
    }

    .app-more-box .app-more {
        width: 24%;
        margin-right: 0;
        margin-bottom: 2%;
        padding: 15px 0
    }

    .app-more-box .app-more img {
        max-height: 25px
    }

    .app-more-box .app-more h3 {
        font-size: 13px;
        margin: 10px 0 0
    }
}

/*# sourceMappingURL=system_app.css.map */