.content-text.product {
    margin: 1.25rem auto 0.75rem;
}

.product .text-word {
    line-height: 0.36rem;
}

.topBg {
    overflow: hidden;
    position: relative;
    width: 100%;
    min-width: 11rem;
}

.topBg:before {
    content: "";
    display: block;
    padding-top: 25%;
}

.topBg>.bg {
    position: absolute;
    top: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.topBg>.topWord {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.topBg>.topWord .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.topBg>.topWord .title>span {
    font-size: 0.48rem;
    color: #fff;
    margin-left: 0.12rem;
    word-break: keep-all;
}

.topBg>.topWord p {
    font-size: 0.36rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(0, 128, 188, 1);
    width: 4.2rem;
    height: 0.56rem;
    line-height: 0.56rem;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    margin-top: 0.2rem;
}

.bankBox {
    width: 100%;
    min-width: 11.50rem;
    padding-bottom: 0.6rem;
}

.bankBox .swiper-slide {
    text-align: center;
    height: 385px;
}

.bankBox .swiper-slide img {
    width: 12rem;
    /* height: 285px; */
}

.bankBox ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 9.5rem;
    margin: 0 auto 158px;
}

.bankBox ul>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    text-align: center;
    margin-bottom: 0.5rem;
}

.bankBox .swiper-pagination {
    margin-bottom: 0.3rem;
}

.tabWrap {
    width: 100%;
}

.tabWrap .tabBtnBox {
    width: 12rem;
    margin: 0 auto;
}

.tabWrap .tabBtnBox ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tabWrap .tabBtnBox ul li {
    width: 3.86rem;
    text-align: center;
    font-size: 0.2rem;
    color: #727171;
    cursor: pointer;
    position: relative;
}


.tabWrap .tabBtnBox ul li.active {
    color: #0080BC;
}


.tabWrap .tabBtnBox .mask {
    width: 100%;
    height: 0.02rem;
    background: #999999;
    margin-top: 0.2rem;
    position: relative;
}

.tabWrap .tabBtnBox .mask .maskChild {
    width: 3.86rem;
    height: 0.02rem;
    background: #0080BC;
    position: absolute;
    left: 0;
    top: 0;
}

.tabWrap .tabBtnBox .mask .maskChild:before {
    content: "";
    left: 50%;
    top: -0.1rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    display: block;
    width: 0px;
    height: 0px;
    border-width: 0.05rem;
    border-style: solid;
    border-color: transparent transparent #0080BC transparent;
}

.tabWrap .tabContent {
    width: 12rem;
    margin: 0 auto;
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tabWrap .tabContent.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tabWrap .tabContent>li {
    /* width: 50%; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0.2rem 0.1rem;
    /*background: url("../img/product/tabContentBg1.png") center center no-repeat;*/
}

.tabWrap .tabContent>li .box {
    width: 5.6rem;
    height: 2.2rem;
    background: rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0rem 0.03rem 0.1rem 0rem #D5D5D5;
    box-shadow: 0rem 0.03rem 0.1rem 0rem #D5D5D5;
    border-radius: 0.05rem;
    position: relative;
    overflow: hidden;
}

.tabWrap .tabContent>li .box p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 0 0.5rem;
}

.tabWrap .tabContent>li .box p.showDetails {
    top: 2.2rem;
}

.tabWrap .tabContent>li .box p .boxTitle {
    font-size: 0.26rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #fff;
    line-height: 0.24rem;
}

.tabWrap .tabContent>li .box p .boxDetail {
    font-size: 0.16rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #fff;
    line-height: 0.24rem;
}


.main-solution-mo ul>li:nth-last-child(1) {
    margin-bottom: 2rem;
}

.topBg-mo {
    width: 100%;
    height: 100%;
    position: relative;
}


.topBg-mo img {
    width: 100%;
}

.topBg-mo .title {
    position: absolute;
    left: 0.3rem;
    top: 1.7rem;
    font-family: PingFangSC-Medium, PingFang SC;
    color: #333333;
    line-height: 0.57rem;
}

.topBg-mo .title span:nth-of-type(1) {
    display: block;
    font-size: 0.48rem;
    line-height: 0.67rem;
    font-weight: bold;
}

.topBg-mo .title span:nth-of-type(2) {
    width: 6.18rem;
    display: block;
    font-size: 0.24rem;
    font-weight: 400;
    line-height: 0.42rem;
    margin-top: 0.2rem;
    text-align: justify;
}

.tw-mo .tabContentBg1 {
    background: url("../img/product/cp-mo-bg1.jpg") center center no-repeat;
}

.tw-mo .tabContentBg2 {
    background: url("../img/product/cp-mo-bg2.jpg") center center no-repeat;
}

.tw-mo .tabContentBg3 {
    background: url("../img/product/cp-mo-bg3.jpg") center center no-repeat;
}

.tw-mo .tabContentBg4 {
    background: url("../img/product/cp-mo-bg4.jpg") center center no-repeat;
}

.tw-mo .tabContentBg5 {
    background: url("../img/index/tab-mo-bg2.jpg") center center no-repeat;
}

.tw-mo .tabContentBg6 {
    background: url("../img/index/tab-mo-bg2.jpg") center center no-repeat;
}

.tw-mo .tabContentBg7 {
    background: url("../img/index/tab-mo-bg1.jpg") center center no-repeat;
}

.tw-mo .tabContentBg8 {
    background: url("../img/product/cp-mo-bg9.jpg") center center no-repeat;
}

.tw-mo .tabContentBg9 {
    background: url("../img/product/cp-mo-bg9.jpg") center center no-repeat;
}

.tw-mo .tabContentBg10 {
    background: url("../img/index/tab-mo-bg4.jpg") center center no-repeat;
}

.tw-mo .tabContentBg11 {
    background: url("../img/index/tab-mo-bg3.jpg") center center no-repeat;
}

.tw-mo .tabContentBg12 {
    background: url("../img/product/cp-mo-bg10.jpg") center center no-repeat;
}

.tw-mo .tabContentBg13 {
    background: url("../img/product/cp-mo-bg11.jpg") center center no-repeat;
}

.tw-mo .tabContentBg14 {
    background: url("../img/product/cp-mo-bg12.jpg") center center no-repeat;
}

.main-solution-mo ul>li:nth-last-child(1) {
    margin-bottom: 2rem;
}

@media screen and (max-width: 800px) {

    body {
        height: 100%;
        position: relative;
    }

    .whitBgImg {
        margin-left: 0.15rem;
        margin-top: 0.11rem;
    }

    #banner .swiper-container {
        min-width: auto;
    }

    .tabContent>li:nth-last-child(1) {
        margin-bottom: 2rem;
    }

    .mo-product {
        width: 100%;
        background: #F4F8FC;
        padding: 0.4rem 0;
    }

    .mo-product .mo-pro-box .big-title {
        width: 100%;
        background: #FFFFFF;
        margin-bottom: 0.4rem;
    }
    .mo-product .mo-pro-box .big-title:nth-of-type(3){
        margin-bottom: 0;
    }

    .mo-product .mo-pro-box .title {
        display: flex;
        justify-content: space-between;
    }

    .mo-product .mo-pro-box .title .pro-type {
        font-size: 0.3rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: bold;
        color: #333333;
        line-height: 0.42rem;
        margin-left: 0.1rem;
    }

    .mo-product .mo-pro-box .pro-name a p {
        font-size: 0.28rem;
        font-family: PingFangSC-Medium, PingFang SC;
        line-height: 0.4rem;
    }
}

.blue-bg {
    background: #F2F6F9;
}

.pro-box {
    width: 100%;
    height: 5.4rem;
    padding: 0.7rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
}

.pro-box .pro-content {
    width: 9.92rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pro-box .pro-content .right {
    padding-top: 0.3rem;
    width: 4rem;
}

.pro-box .pro-content .icon-box {
    width: 4rem;
    height: 4rem;
    float: left;
}

.pro-box .pro-content .icon-box img {
    width: 100%;
    height: 100%;
}

.pro-box .pro-content>div>p {
    font-size: 0.24rem;
    font-weight: bold;
    color: #394957;
    line-height: 0.36rem;
    margin-bottom: 0.24rem;
}

.pro-box .pro-content>div>div>a>p {
    font-size: 0.18rem;
    font-weight: 500;
    color: #4C5E79;
    line-height: 0.40rem;
    position: relative;
}

.pro-box .pro-content>div>div>a:hover p::before,
.pro-box .pro-content>div>div>a:active p::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 9px solid #394957;
    border-bottom: 7px solid transparent;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}

.pro-box .pro-content>div>div>a:hover p {
    padding-left: 24px;
    font-weight: bold;
}


/* 首页应用样式重写 */
.box-products .content-text {
    margin: 0.6rem auto 0.3rem;
}

.box-products .switch-container .tabWrap .tabBtnBox ul {
    justify-content: space-between;
}

.box-products .switch-container .tabWrap .tabBtnBox li {
    width: 3rem;
    height: 0.5rem;
    line-height: 0.5rem;
    display: flex;
    align-items: center;
    font-size: 0.2rem;
    width: auto;
    border-radius: 5px;
    text-align: center;
}

.box-products .switch-container .tabWrap .tabBtnBox li .iconfont:before {
    color: #99b9d4;
}

.box-products .tabWrap .tabBtnBox ul li span:nth-of-type(2) {
    margin-left: 0.12rem;
}

.box-products .tabWrap .tabBtnBox ul li .iconfont {
    font-size: 30px;
}

.box-products .switch-container .tabWrap .tabBtnBox li.active {
    width: auto;
    height: 0.5rem;
    line-height: 0.5rem;
    background: #207CC0;
    color: #FFFFFF;
    padding: 0 0.46rem;
}

.box-products .switch-container .tabWrap .tabBtnBox li.active .iconfont:before {
    color: #fff;
}

.box-products .switch-container .tabWrap .tabBtnBox li.active::after {
    content: "";
    position: absolute;
    bottom: -0.4rem;
    left: 50%;
    width: 0px;
    height: 0px;
    border-width: 0.15rem;
    border-style: solid;
    border-color: transparent transparent #297EBC transparent;
    transform: translateX(-50%);
}

.box-products .switch-container .tabWrap {
    position: relative;
}

.box-products .switch-container .tabWrap .tabContent {
    width: 12rem;
    position: relative;
    top: 0.93rem;
}

.box-products .switch-container .tabWrap .products-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -0.87rem;
    z-index: -1;
}

.box-products .switch-container .tabWrap .tabContent li {
    display: inline-block;
    width: 3.5rem;
    height: 2.04rem;
    margin: 0 0.75rem 0 0;
    cursor: pointer;
}

.box-products .switch-container .tabWrap .tabContent li:nth-of-type(3n) {
    margin: 0;
}

.box-products .switch-container .tabWrap .tabContent li a {
    color: #FFFFFF;
}

.box-products .switch-container .tabWrap .tabContent li p:nth-of-type(1) {
    width: 3.64rem;
    min-height: 0.54rem;
    font-size: 0.20rem;
    line-height: 0.29rem;
    position: relative;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    color: #FFFFFF;
}

.box-products .switch-container .tabWrap .tabContent li p:nth-of-type(1)::after {
    position: absolute;
    bottom: 0px;
    left: 0px;
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
}

.box-products .switch-container .tabWrap .tabContent li p:nth-of-type(2) {
    width: 3.50rem;
    height: 0.48rem;
    font-size: 0.16rem;
    line-height: 0.24rem;
    font-weight: 400;
    margin-top: 0.11rem;
}

.box-products .switch-container .tabWrap .tabContent li p:nth-of-type(3) {
    display: none;
}

.box-products .switch-container .tabWrap #Capital li:hover {
    width: 3.5rem;
}

.box-products .switch-container .tabWrap .tabContent li:hover {
    display: inline-block;
    width: 3.5rem;
    height: 2.04rem;
    background: #FFFFFF;
    box-shadow: 0px 2px 7px 2px rgba(29, 109, 173, 0.89);
    border-radius: 10px;
    border: 1px solid #D9E4ED;
    padding: 0.12rem 0.24rem;
    position: relative;
    top: -40px;
}

.box-products .switch-container .tabWrap .tabContent li:hover p:nth-of-type(1) {
    width: 3.08rem;
    height: auto;
    font-size: 0.20rem;
    font-weight: bold;
    color: #4C5E79;
    line-height: 0.30rem;
    margin-bottom: 0.04rem;
}

.box-products .switch-container .tabWrap .tabContent li:hover p:nth-of-type(2) {
    width: 3.11rem;
    height: 0.72rem;
    font-size: 0.16rem;
    font-weight: 400;
    color: #677785;
    line-height: 0.24rem;
    margin-bottom: 0.24rem;
}

.box-products .switch-container .tabWrap .tabContent li:hover p:nth-of-type(3) {
    color: #3e7cc0;
    font-weight: bold;
    display: block;
    font-size: 0.14rem;
    height: 0.20rem;
    line-height: 0.20rem;
    display: flex;
}

.box-products .switch-container .tabWrap .tabContent li:hover p:nth-of-type(3) span:nth-of-type(1) {
    display: block;
    font-size: 0.16rem;
}

.box-products .switch-container .tabWrap .tabContent li:hover p:nth-of-type(3) span:nth-of-type(2) {
    font-size: 0.18rem;
    margin-left: 0.04rem;
}

.product .content-text p.text-title {
    font-size: 0.34rem;
    font-weight: 500;
    color: #394957;
    line-height: 0.51rem;
}

#solution-content .scheme-Feature,
#solution-content .scheme-arch,
#solution-content .scheme-des {
    padding: 0.8rem 0.3rem 0.8rem;
}

#solution-content .scheme-arch {
    background: #F4F8FC;
}

#solution-content .scheme-Feature .sub-title,
#solution-content .scheme-arch .sub-title,
#solution-content .scheme-des .sub-title {
    text-align: left;
    font-weight: bold;
    font-size: 0.4rem;
    font-family: PingFangSC-Medium, PingFang SC;
    color: #333333;
    line-height: 0.56rem;
    position: relative;
}

#solution-content .scheme-Feature .sub-title:after,
#solution-content .scheme-arch .sub-title:after,
#solution-content .scheme-des .sub-title:after {
    content: "";
    width: 0.5rem;
    height: 0.1rem;
    background: #00A4FF;
    position: absolute;
    bottom: -22px;
    left: 0;
}

#solution-content .scheme-arch .content p:nth-of-type(1),
#solution-content .scheme-des .content p:nth-of-type(1) {
    display: none;
}

#solution-content .scheme-arch .content p:nth-of-type(2),
#solution-content .scheme-des .content p:nth-of-type(2) {
    margin: 0.72rem 0 0.4rem 0;
    text-indent: 2em;
    text-align: justify;
    font-size: 0.28rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 0.42rem;
}

#solution-content .scheme-arch .content img,
#solution-content .scheme-des .content .content-right img {
    width: 100%;
}

#solution-content .scheme-Feature .content,
#solution-content .scheme-arch .content {
    margin-top: 0.9rem;
}

#solution-content .scheme-Feature .content .item img {
    display: none;
}

#solution-content .scheme-Feature .content .desc p:nth-of-type(1) {
    font-size: 0.28rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #333333;
    line-height: 0.42rem;
}

#solution-content .scheme-Feature .content .desc p:nth-of-type(2) {
    font-size: 0.28rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 0.42rem;
    padding: 0.2rem 0 0.4rem;
}

.f-nav {
    width: 100%;
    top: 0.8rem;
    left: 0;
    z-index: 2;
    position: fixed;
}