* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.category_title {
    width: 100%;
    background: #fff;
    padding-top: 30px;
    box-sizing: content-box;
}

.spreadhead {
    font-size: 28px;
    font-weight: bold;
    color: #0A1633;
    text-align: center;
}

.category_title>p:nth-of-type(2) {
    font-size: 16px;
    font-weight: 400;
    color: #282828;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}

.category_title ul {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.category_title ul li {
    width: 16%;
    float: left;
    text-align: center;
    cursor: pointer;
}

.category_title ul li:first-child {
    margin-left: 35px;
}

.category_title ul li i {
    width: 127px;
    height: 4px;
    background: #0478FC;
    margin: 18px auto;
}

.blueline {
    border-bottom: 4px solid #0478FC;
}

.category_title ul li img {
    width: 139px;
    height: 109px;
    margin-bottom: 10px;
}

.category_title ul li span {
    font-size: 18px;
    font-weight: 400;
    color: #282828;
    line-height: 28px;
    display: block;
}

.category_title ul li span:nth-of-type(2) {
    color: #585858;
    font-size: 14px;
}


/* 线上产品 */

.products-con {
    width: 1200px;
    height: auto;
    box-sizing: content-box;
    margin: 0 auto;
    display: flex;
    border-top: 2px solid #D2D2D2;
    border-bottom: 2px solid #D2D2D2;
}

.productAI {
    width: 220px;
    height: 461px;
    background: url(../img/index2020/productSide.png) center center no-repeat;
    background-size: cover;
}

.online-products {
    width: calc(100% - 220px);
}

.productAI li {
    height: 64px;
    line-height: 64px;
    padding-left: 32px;
    box-sizing: border-box;
    cursor: pointer;
}

.productAI li span {
    font-size: 20px;
    font-weight: bold;
    color: #282828;
    margin-left: 14px;
}

.productAI li img {
    width: 36px;
    object-fit: contain;
    vertical-align: middle;
}

.productAI li.active {
    border-left: 2px solid #1459F4;
    background: #fff;
}

.productAI li.active span {
    color: #1459F4;
}

.valuation-products ul li:nth-child(n+4) {
    margin-bottom: 0;
}

.map_content {
    width: 1200px;
    margin: 0 auto;
}

.online-products+div {
    display: flex;
    justify-content: space-between;
    margin-top: 28px;
}

.online-products+div>div {
    width: 586px;
    height: 230px;
    float: left;
    box-shadow: 2px 2px 13px 0px rgb(6 76 156 / 23%);
    background-size: cover;
}

.online-products+div>div:first-child {
    margin-right: 28px;
    background: url(../img/index2020/turing.jpg) no-repeat;
}

.online-products+div>div:last-child {
    background: url(../img/index2020/darwin.jpg) no-repeat;
}

.online-products+div>div a {
    width: 88px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: linear-gradient(0deg, #2343FF 0%, #AEDCFF 99%);
    border-radius: 13px;
    margin-top: 156px;
    margin-left: 29px;
    cursor: pointer;
}

.valuation-products {
    width: 100%;
}

.products-list ul>li>div .hotsell {
    width: 38px;
    height: 19px;
    line-height: 19px;
    background: #FBE8E4;
    text-align: center;
    font-size: 14px;
    color: #FF4C00;
    margin-left: 12px;
}

.valuation-container.products-list,
.products-list {
    width: 100%;
    overflow: inherit;
}

.products-list ul {
    display: flex;
    flex-wrap: wrap;
}

.products-list ul>li {
    width: 325px;
    position: relative;
    background: #fff;
    padding: 15px;
    box-sizing: border-box;
    border: 2px solid #FFFFFF;
}

.products-list ul>li:hover {
    box-shadow: 2px 2px 13px 0px rgba(6, 76, 156, 0.23);
    background: #F4F7FA;
    z-index: 2;
}

.products-list ul>li:hover .productTypeName .tit {
    color: #014DE1;
}

.rightMargin {
    margin-right: 2%;
    margin-bottom: 27px;
}

.governmentBag {
    width: 210px;
    height: 130px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.products-list ul>li>div span.tit {
    position: relative;
    color: #282828;
    font-size: 18px;
    font-weight: bold;
}

.products-list ul>li>div span.tit i {
    font-size: 14px;
    font-weight: bold;
}

.products-list ul>li>div span.tit+div {
    display: inline-block;
    position: relative;
}

.products-list ul>li>div span.tit+i,
.products-list ul>li>div span.tit+div>i {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/index2020/icontishiwenhao.svg) no-repeat;
    background-position: -3px -1px;
    background-size: 121%;
    margin-left: 3px;
}

.products-list ul>li>div>span:not(.tit) {
    font-size: 14px;
    color: #6F6D6D;
    line-height: 24px;
    margin-top: 8px;
    text-align: justify;
}

.products-list ul>li>div div.explain-con {
    position: absolute;
    width: 307px;
    top: 30px;
    padding: 12px 15px;
    left: -11px;
    background: #FFF1EA;
    z-index: 222;
    font-size: 12px;
    color: #777;
    line-height: 24px;
    text-align: justify;
    box-shadow: 0 0 10px rgba(0, 117, 255, .1);
    border: 1px solid #FF671E;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.products-list ul>li>div div.explain-con::before {
    content: '';
    display: block;
    width: 10px;
    height: 9px;
    background: url(../img/index2020/triangle.png) center center no-repeat;
    position: absolute;
    top: -9px;
    left: 16px;
}

.valuation-products .products-list ul>li:nth-child(3n)>div div.explain-con,
.diagnose-products .products-list ul>li:nth-child(3n)>div div.explain-con {
    left: -275px;
}

.valuation-products .products-list ul>li:nth-child(3n)>div div.explain-con::before,
.diagnose-products .products-list ul>li:nth-child(3n)>div div.explain-con::before {
    left: 280px;
}

.products-list ul>li div.exam-con {
    margin-top: 12px;
}

.products-list ul>li div.exam-con .prices {
    text-align: center;
}

.products-list ul>li>div div>span:nth-of-type(1)>em {
    font-size: 18px;
    color: #0478FC;
}

.products-list ul>li>div div>a.goto,
.products-list ul>li .exam-con .immediateValuation:nth-child(1) {
    width: 124px;
    height: 28px;
    line-height: 28px;
    background: #004AEA;
    font-size: 14px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.products-list ul>li>div div>a.goto:hover,
.products-list ul>li .exam-con .immediateValuation:hover {
    background: #0242cf;
}

.products-list ul>li>div div>a.exam {
    width: 124px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #004AEA;
    font-size: 14px;
    color: #004AEA;
    text-align: center;
    cursor: pointer;
    margin-left: 6px;
}

.products-list ul>li>div div>a.exam:hover {
    background: #004AEA;
    color: #fff;
}

.dataValuation {
    width: 1200px;
    display: flex;
    margin: 55px auto 0;
    justify-content: space-between;
}

.dataValuation li {
    width: 49%;
    background-size: cover !important;
    padding: 30px 19px;
    box-sizing: border-box;
    position: relative;
    border: 2px solid transparent;
}

.dataValuation li:hover {
    box-shadow: 2px 2px 13px 0px rgba(6, 76, 156, 0.23);
    border-color: #fff;
}

.dataValuation li:hover .tit {
    color: #1459F4;
}

.dataValuation li:nth-child(1) {
    background: url(../img/index4.0/dataMajor1.jpg) center center no-repeat;
}

.dataValuation li:nth-child(2) {
    background: url(../img/index4.0/dataMajor2.jpg) center center no-repeat;
}


.dataValuation span.tit {
    position: relative;
    color: #282828;
    font-size: 18px;
    font-weight: bold;
}

.dataValuation .hotsell {
    width: 68px;
    height: 19px;
    line-height: 19px;
    background: #FBE8E4;
    text-align: center;
    font-size: 14px;
    color: #FF4C00;
    margin-left: 12px;
}

.dataValuation>li>div>span:not(.tit) {
    width: 392px;
    font-size: 14px;
    color: #6F6D6D;
    line-height: 24px;
    margin-top: 15px;
    text-align: justify;
}

.dataValuation .exam-con {
    margin-top: 20px;
}

.dataValuation .exam-con span,
.dataValuation .exam-con a {
    width: 124px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

.dataValuation .exam-con .immediateValuation {
    background: #004AEA;
    color: #fff;
}

.dataValuation .exam-con .immediateValuation:hover {
    background: #0242cf;
}

.dataValuation .exam-con .reportExample {
    margin-left: 6px;
    border: 1px solid #004AEA;
    color: #004AEA;
}

.dataValuation .exam-con .reportExample:hover {
    background: #004AEA;
    color: #fff;
}


/* 线下服务 */

.offlineService {
    padding-top: 30px;
    background-size: 100% 100%;
}

.offlineService>p:nth-of-type(2) {
    font-size: 16px;
    font-weight: 400;
    color: #282828;
    line-height: 28px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}

.server_content {
    width: 100%;
    height: 560px;
    background: #F3F5FB;
    position: relative;
}

.offlineService ul {
    min-width: 1200px;
    height: 100%;
    padding: 0 50px;
}

.serviceDetails li:first-child .serviceIntroduction:first-child {
    background: url(../img/index2020/server1.jpg) center right no-repeat;
}

.serviceDetails li:first-child .serviceIntroduction:nth-of-type(2) {
    background: url(../img/index2020/server4.jpg) center right no-repeat;
}

.serviceDetails li:nth-of-type(2) .serviceIntroduction:first-child {
    background: url(../img/index2020/server2.jpg) center right no-repeat;
}

.serviceDetails li:nth-of-type(2) .serviceIntroduction:nth-of-type(2) {
    background: url(../img/index2020/server5.jpg) center right no-repeat;
}

.serviceDetails li:nth-of-type(3) .serviceIntroduction:first-child {
    background: url(../img/index2020/server3.jpg) center right no-repeat;
}

.serviceDetails li:nth-of-type(3) .serviceIntroduction:nth-of-type(2) {
    background: url(../img/index2020/server6.jpg) center right no-repeat;
}

.blurry {
    background: rgba(1, 66, 198, .59) !important;
}

.dynamicEffect {
    overflow: hidden;
    animation: animate 1s ease;
    -webkit-animation: animate 1s ease;
}

@keyframes animate {
    0% {
        height: 0px;
        top: 560px;
    }

    5% {
        height: 280px;
        top: 280px;
    }

    100% {
        height: 560px;
        top: 0px;
    }
}

.serviceIntroduction {
    height: 280px;
    border-bottom: 1px solid #D5DDEA;
    border-right: 1px solid #D5DDEA;
}

.serviceIntroduction p:first-child {
    font-size: 20px;
    font-weight: bold;
    color: #282828;
    padding-top: 50px;
}

.serviceIntroduction p:nth-of-type(2) {
    font-size: 14px;
    color: #282828;
    margin: 30px 0 91px;
}

.serviceIntroduction p:nth-of-type(3) {
    width: 108px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    color: #282828;
    border: 1px solid #5A5A5A;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.serviceIntroduction p img {
    width: 17px;
    margin-left: 10px;
}

.businessIntroduction p:first-child {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding-top: 30px;
}

.businessIntroduction p:nth-of-type(2) {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    margin: 19px 0 49px;
}

.businessIntroduction p:nth-of-type(n+3) {
    font-size: 14px;
    color: #fff;
    margin-bottom: 14px;
    line-height: 20px;
}

.businessIntroduction p:nth-of-type(n+2) span {
    width: 91%;
}

.businessIntroduction p img {
    vertical-align: top;
    margin-top: 2px;
}

.obscuration {
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
    position: absolute;
}

.obscuration li {
    position: absolute;
}

.obscuration li {
    width: calc(100% - 50px);
    height: 100%;
}

.obscuration li img {
    width: calc(100% - 50px);
    height: 560px;
    object-fit: cover;
}

.serviceDetails {
    overflow: hidden;
}

.serviceDetails li {
    width: 33.3%;
    float: left;
    position: relative;
    display: flex;
    align-items: center;
}

.serviceDetails li .serviceIntroduction>p:last-child {
    cursor: pointer;
}

.serviceDetails li:first-child {
    border-left: 2px solid #D5DDEA;
}

.serviceDetails li:last-child {
    border-right: 1px solid #D5DDEA;
}

.serviceDetails li,
.serviceDetails li>div:not(.businessIntroduction) {
    height: 100%;
}

.serviceDetails li>div {
    width: 100%;
}

.serviceDetails li>div p {
    margin-left: 5% !important;
}

.serviceDetails li .serviceIntroduction:nth-of-type(2) {
    border-bottom: none;
}

@media screen and (max-width: 1400px) {
    .offlineService ul {
        padding: 0;
    }

    .obscuration li,
    .obscuration li img {
        width: 100%;
    }
}


/*为什么选择心流*/

.reasons {
    min-width: 1200px;
    padding-top: 58px;
    height: 558px;
    background: url(../img/index2020/背景.png) no-repeat center center;
    margin-bottom: 100px;
    background-size: cover;
}

.reason-con {
    width: 100%;
    max-width: 1204px;
    margin: 0 auto;
}

.reason-con p.headline {
    font-weight: bold;
}

.reason-con>ul {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 40px;
}

.reason-con>ul:after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    background: #EAEEF1;
    top: 28px;
}

.reason-con>ul>li>span {
    font-size: 16px;
    padding-bottom: 8px;
    color: #282828;
    position: relative;
}

.reason-con>ul>li>span:after {
    content: '';
    height: 3px;
    width: 100%;
    background: #0478FC;
    position: absolute;
    bottom: -1px;
    left: 0;
    transform: scaleX(0);
    transition: all .3s;
    z-index: 2;
}

.reason-detail {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    /*height: 368px;*/
}

.reason-detail-con {
    /*float: right;*/
}

.idea-detail>img {
    margin: 72px 0 0 170px;
}

.aim-detail>img {
    margin: 72px 0 0 150px;
}

.features-detail>img {
    margin: 80px 0 0 150px;
}

.data-detail>img {
    margin: 80px 0 0 150px;
}

.model-detail>img {
    margin: 82px 0 0 160px;
}

.purpose-detail>img {
    margin: 100px 0 0 180px;
}

.reason-con>ul>li>div.reason-detail>img {
    float: left;
}

.idea-con {
    margin-left: 452px;
    margin-top: 72px;
}

.aim-con {
    margin-left: 455px;
    margin-top: 40px;
}

.features-con {
    margin-left: 432px;
    margin-top: 0;
}

.data-con {
    margin-left: 406px;
}

.model-con {
    margin-left: 418px;
}

.purpose-con {
    margin-left: 402px;
}

.features-con>ul {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
}

.idea-con>p {
    font-size: 16px;
    color: #282828;
    line-height: 40px;
    width: 100%;
    max-width: 678px;
}

.aim-con>p {
    font-size: 14px;
    color: #282828;
    line-height: 40px;
}

.reason-con>ul>li.active>span {
    color: #0478FC;
    cursor: default;
}

.reason-con>ul>li.active>span:after {
    transform: scaleX(1);
}

.reason-con>ul>li.active>div.reason-detail {
    display: block;
}

.features-con li>div {
    width: 110px;
    height: 110px;
    font-size: 14px;
    color: #0779FB;
    text-align: center;
    position: relative;
    line-height: 24px;
    margin: 0 auto;
}

.features-con li:nth-of-type(-n+2)>div {
    padding: 40px 0;
}

.features-con li:nth-of-type(n+3)>div {
    padding: 33px 0;
}

.features-con li>div:after {
    content: '';
    display: block;
    width: 99px;
    height: 99px;
    border-radius: 50%;
    border-width: 6px;
    border-top-color: #0377FB;
    border-left-color: #0377FB;
    border-right-color: #E9EFF6;
    border-bottom-color: #E9EFF6;
    border-style: solid;
    position: absolute;
    top: 0;
}

.features-con li:nth-of-type(1)>div:after {
    transform: rotate(45deg);
}

.features-con li:nth-of-type(2)>div:after {
    transform: rotate(135deg);
}

.features-con li:nth-of-type(-n+2)>div:before {
    content: '＋';
    font-size: 45px;
    font-weight: bold;
    position: absolute;
    right: -68px;
}

.features-con li:nth-of-type(3)>div:after {
    transform: rotate(225deg);
}

.features-con li:nth-of-type(3)>div:before {
    content: '＝';
    font-size: 45px;
    font-weight: bold;
    position: absolute;
    right: -72px;
    top: 40px;
}

.features-con li:nth-of-type(4)>div:after {
    border-right-color: #0377FB;
    border-bottom-color: #0377FB;
}

.features-con li>p {
    font-size: 14px;
    color: #272727;
    line-height: 34px;
    margin: 0 auto;
    padding-top: 20px;
    text-align: justify;
}

.features-con li:nth-of-type(-n+2)>p {
    width: 154px;
}

.features-con li:nth-of-type(n+3)>p {
    width: 168px;
}

.reason-detail-con label,
.model-con label {
    font-size: 14px;
    width: 70px;
    color: #0478FB;
    line-height: 40px;
    margin-right: 18px;
    float: left;
    margin-bottom: 0;
}

.data-con ul {
    margin-top: 12px;
    margin-left: 50px;
}

.model-con ul {
    margin-top: 20px;
    margin-left: 38px;
}

.data-con ul li {
    padding-top: 14px;
}

.model-con ul li {
    padding-top: 2px;
}

.data-con ul li span,
.model-con ul li span {
    display: inline-block;
    width: 536px;
    font-size: 14px;
    color: 14px;
    line-height: 40px;
}

.purpose-con ul {
    margin-left: 92px;
    margin-top: 60px;
}

.purpose-con ul li i {
    width: 22px;
    height: 22px;
    /*border: 1px solid #0377FB;*/
    /*border-radius: 50%;*/
}

.purpose-con ul li i>img {
    width: 100%;
    height: 100%;
}

.purpose-con ul li span {
    font-size: 14px;
    color: #272727;
    line-height: 40px;
    margin-left: 16px;
}


/* 500000+用户的信赖与选择 */

.partnerLogo {
    height: 776px;
    padding: 88px 0 97px 0;
    margin-top: 40px;
    background: url(../img/index2020/partnerbjnew.png);
}

.partnerLogo>p:first-child {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    line-height: 14px;
    text-align: center;
}


/* 合作伙伴轮播图 */

.partner-main {
    width: 1200px;
    margin: 50px auto 47px;
    overflow: hidden;
    position: relative;
}

.partner-main .tempWrap {
    margin: 0 auto;
}

ul.partner {
    margin: 0 auto;
    overflow: hidden;
}

ul.partner li {
    width: 330px;
    height: 370px;
    padding: 0 19px;
    list-style: none;
    float: left;
    box-sizing: content-box;
    position: relative;
}

.partner_rsp {
    width: 90%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    background: #fff;
    top: 0px;
    left: 5%;
    /* opacity:1 !important; */
    display: none;
}

.partner-button {
    width: 38px;
    height: 60px;
    position: absolute;
    top: 130px;
    background-size: 38px 60px;
}

.partner-button.prev {
    left: 0;
    background: url(../img/index2020/jiantouleft.svg) no-repeat;
    background-size: 38px 60px;
}

.partner-button.next {
    right: 0;
    background: url(../img/index2020/jiantouleft.svg) no-repeat;
    background-size: 38px 60px;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}

.partner {
    margin-top: 33px;
    margin-bottom: 68px;
    padding: 10px 0;
}

.partner-item {
    height: 100%;
    position: relative;
    cursor: pointer;
    background: #0075FF;
}

.partner-item div:first-child {
    width: 100%;
    height: 257px;
    background-size: 100% 257px;
}

.partner-item div:nth-of-type(2) {
    width: 100%;
    height: 113px;
    /* background-color: #000; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 178px; */
}

.partner-item div:nth-of-type(3) {
    width: 85px;
    height: 88px;
    line-height: 88px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 130px;
    left: 26px;
}

.partner-item img {
    width: 63px;
    vertical-align: middle
}

.partner-rsp-img {
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: #000; */
}

.partner-rsp-line {
    width: 35px;
    height: 2px;
    margin: auto;
    border-bottom: 2px solid #4393FF;
    /* padding-bottom: 20px; */
    margin-top: -20px;
}

.partner-item p {
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    margin-left: 29px;
}

.partner-rsp-ku {
    width: 100%;
    color: #D7D7D9;
    font-weight: 400;
    font-size: 40px;
    padding-left: 30px;
    margin-top: 30px;
}

.partner-rsp-des {
    font-size: 16px;
    color: #282828;
    padding-right: 30px;
    padding-left: 30px;
    line-height: 30px;
    text-align: justify;
}

.partner-item p:nth-of-type(1) {
    font-size: 18px;
    padding-top: 41px;
}

.partner-item i {
    width: 35px;
    height: 2px;
    background: #FFFFFF;
    margin-left: 29px;
    margin-top: 14px;
}

.partner-item p:nth-of-type(2) {
    width: 276px;
    font-size: 14px;
    margin-top: 18px;
    text-align: justify;
}

.companionLogo {
    width: 1200px;
    height: 106px;
    padding: 15px 0;
    background: #fff;
    margin: 0 auto;
    border: 2px solid #FFFFFF;
    box-shadow: 2px 2px 13px 0px rgba(5, 76, 156, 0.23);
    margin-top: 30px;
}

.swiper-slide {
    width: 20% !important;
    padding: 0 15px;
    line-height: 106px;
    margin: 0 30px;
    text-align: center;
    border: 1px solid #DEE7FE;
    display: flex;
    justify-content: center;
    align-items: center;
}

.authentication {
    margin-top: 20px;
}

.authority .swiper-slide {
    width: 100% !important;
    line-height: normal;
    border: none;
    margin: 0 auto;
}

.authority .swiper-button-prev,
.authority .swiper-button-next {
    position: absolute;
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

.authority .swiper-button-prev {
    background: url(../img/index2020/left.png) center center no-repeat;
    left: 14px;
}

.authority .swiper-button-next {
    background: url(../img/index2020/right.png) center center no-repeat;
    right: 14px;
}

.companionLogo>div img {
    max-width: 100%;
}

p.headline {
    margin-bottom: 23px !important;
}

.index-map p:nth-of-type(2) {
    font-size: 16px;
    font-weight: 400;
    color: #282828;
    line-height: 28px;
    text-align: center;
    margin-bottom: 26px;
}

.register {
    width: 100%;
    height: 160px;
    background-size: 100% 300px;
    background: linear-gradient(-31deg, #006EFD 0%, #004DE1 100%);
    position: relative;
}

.register>div {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.registerL {
    width: 70%;
}

.registerR {
    width: 30%;
}

.registerR img {
    float: right;
    position: absolute;
    top: -57px;
    right: 0;
}

.register p:first-child {
    font-size: 26px;
    font-weight: bold;
    color: #FFFFFF;
    padding-top: 42px;
}

.register a {
    width: 110px;
    height: 30px;
    border: 1px solid #FFFFFF;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
    margin-top: 20px;
    display: block;
}

.register a:hover {
    background: #fff;
    color: #1459F4;
}


/* 地图 */

.map_content {
    overflow: hidden;
    padding: 79px 0 30px 0;
}

.figure {
    float: left;
}

.map {
    float: right;
}

.figure li {
    margin-bottom: 32px;
}

.figure li:first-child {
    margin-top: 69px;
}

.figure li img {
    vertical-align: middle;
    position: relative;
    top: -20px;
}

.figure li p {
    display: inline-block;
    margin-left: 15px;
}

.figure li p span {
    display: block;
}

.figure li p span:first-child {
    font-size: 28px;
    font-weight: bold;
    color: #282828;
}

.figure li p span:last-child {
    font-size: 14px;
    font-weight: 400;
    color: #282828;
}


/* 头部 移动端*/

.mobile-back-f1 {
    display: none;
}


/* banner 移动端*/

.mobile-carousel {
    display: none;
}


/* 线上产品  移动端 */

.mobile-products {
    display: none;
}


/* 线下服务 */

.mobile_offlineService {
    display: none;
}


/* 经典案例 */

.classicCase {
    padding-top: 30px;
}

.classicCaseType {
    width: 1200px;
    margin: 30px auto 35px;
    display: flex;
    justify-content: space-between;
}

.classicCaseType li {
    font-size: 16px;
    cursor: default;
}

.classicCaseType li.active {
    color: #1459F4;
}

.classicCaseType li.active::after {
    content: '';
    width: 49px;
    height: 2px;
    background: #1459F4;
    display: block;
    margin: 7px auto 0;
}

.concreteCase {
    background: #F4F7FA;
}

.concreteCase>li {
    height: 343px;
    overflow: hidden;
    position: relative;
}

.caseDetails {
    width: 1200px;
    line-height: 34px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -600px;
}

.caseDetails button {
    width: 102px;
    height: 34px;
    background: #F4F7FA;
    border: 1px solid #4E4E4E;
    color: #282828;
    font-size: 14px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    margin-right: 30px;
    cursor: pointer;
}

.caseDetails span {
    font-size: 14px;
    color: #282828;
    cursor: pointer;
}

.concreteCase>li>div {
    width: 600px;
    height: 100%;
    margin: 0 auto;
    float: right;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.concreteCase>li>div p:first-child {
    font-size: 18px;
    font-weight: bold;
    color: #282828;
    margin-bottom: 29px;
}

.concreteCase>li>div p:last-child {
    width: 532px;
    font-size: 14px;
    font-weight: 400;
    color: #282828;
    line-height: 26px;
    text-align: justify;
}

.concreteCase>li>div:first-child {
    width: 50%;
    height: 100%;
    float: right;
}

.concreteCase>li:first-child>div:first-child {
    background: url(../img/index2020/case1.jpg) center left no-repeat;
    background-size: cover;
}

.concreteCase>li:nth-of-type(2)>div:first-child {
    background: url(../img/index2020/case2.jpg) center left no-repeat;
    background-size: cover;
}

.concreteCase>li:nth-of-type(3)>div:first-child {
    background: url(../img/index2020/case3.jpg) center left no-repeat;
    background-size: cover;
}

.concreteCase>li:nth-of-type(4)>div:first-child {
    background: url(../img/index2020/case4.jpg) center left no-repeat;
    background-size: cover;
}

.concreteCase>li:nth-of-type(5)>div:first-child {
    background: url(../img/index2020/case5.jpg) center left no-repeat;
    background-size: cover;
}

.concreteCase>li:nth-of-type(6)>div:first-child {
    background: url(../img/index2020/case6.jpg) center left no-repeat;
    background-size: cover;
}

.concreteCase>li:nth-of-type(7)>div:first-child {
    background: url(../img/index2020/case7.jpg) center left no-repeat;
    background-size: cover;
}

.aiValuation {
    width: 196px;
    height: 202px;
    background: linear-gradient(-208deg, #93B3FF, #184BF6);
    padding: 0 8px;
    text-align: center;
    margin-bottom: 34px;
}

.aiValuation li:first-child {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 22px 0 13px;
    border-bottom: 2px solid #fff;
}

.aiValuation li:nth-of-type(2) {
    margin-top: 11px;
}

.aiValuation li:nth-child(n+2) {
    font-size: 14px;
    color: #FFFFFF;
    padding: 10px 0;
}

.aiValuationData {
    width: 329px;
    height: 181px;
    border: 2px solid #184BF6;
    border-left: none;
    margin-bottom: 34px;
}

.aiValuationData li:first-child {
    height: 44px;
    line-height: 44px;
    text-align: center;
}

.aiValuationData li:nth-of-type(2) {
    margin-top: 13px;
}

.aiValuationData li:nth-child(n+2) {
    text-align: center;
    padding: 10px 0;
}

.aiValuationData li:first-child {
    border-bottom: 2px solid #184BF6;
}

.aiValuationData li span {
    width: 49%;
}

.aiValuationData li:first-child span {
    font-size: 16px;
    color: #1459F4;
    font-weight: bold;
}

.aiValuationData li:nth-child(n+2) span {
    font-size: 14px;
    color: #282828;
}


/* 来自专业机构的权威认证 */

.authorizedCertification {
    width: 1200px;
    padding-top: 30px;
    margin: 0 auto 40px;
}

.authority {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.authority li {
    width: 381px;
    height: 239px;
    background: #F4F7FA;
    border: 2px solid #FFFFFF;
    box-shadow: 2px 2px 13px 0px rgba(6, 76, 156, 0.23);
    position: relative;
}

.authority li:first-child {
    text-align: center;
}

.authority li p {
    font-size: 14px;
    font-weight: 400;
    color: #282828;
    line-height: 20px;
}

.authority li:first-child p {
    margin-bottom: 0;
}

.authority li p span:first-child {
    width: 10px;
    height: 10px;
    border: 1px solid #1459F4;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: relative;
    margin-right: 7px;
}

.authority li p span:last-child {
    width: 318px;
    text-align: justify;
}

.authority li p i {
    width: 5px;
    height: 5px;
    background: #1459F4;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -2.5px;
    margin-left: -2.5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.authority li:nth-child(n+2) p {
    margin-left: 15px;
    margin-top: 4px;
}

.authority li:nth-child(n+2) p:first-child {
    margin-top: 28px;
}

.authority li .multiRow span:first-child {
    vertical-align: top;
    margin-top: 5px;
}


/* 为什么选心流 */

.mobile-reasons {
    display: none;
}


/* 立即注册 */

.mobile-register,
.mobileCooperativePartner {
    display: none;
}


/* 用户分布 */

.mobile-index-part {
    display: none;
}


/* 尾部 */

.mobile-footer {
    display: none;
}

.mobile-partnerLogo {
    display: none;
}


/*============================================== 官网移动端  样式wangdi=============================================== */

@media screen and (max-width: 750px) {

    /* 联系我们隐藏 */
    .advice-one,
    .advice-item,
    .back-f1,
    .mobile-back-f1,
    .register,
    .companionLogo {
        /* display: none; */
    }

    .mobile-back-f1 {
        width: 90%;
        margin: auto;
        overflow: hidden;
    }

    /* /* banner  轮播 移动端   wangdi */
    .mobile-carousel {
        /* display: block; */
    }

    .carousel {
        /* display: none; */
    }

    /* 线上产品 */
    .products {
        /* display: none; */
    }

    /* 线下服务 */
    .offlineService {
        /* display: none; */
    }

    /* 为什么选心流 */
    .reasons {
        /* display: none; */
    }

    .mobile-reasons {
        /* display: block; */
        width: 100%;
        margin-top: 0;
        padding-bottom: 3.125rem;
        background: #F1F5FB;
    }

    .mobile-reasons>div {
        background: #fff;
        padding-bottom: 1.88rem;
    }

    .mobile_offlineService {
        /* display: block; */
        background: #F1F5FB;
        padding-bottom: 2.63rem;
    }

    /* 立即注册 */
    .mobile-register {
        /* display: block */
    }

    /* 用户分布 */
    .mobile-index-part {
        width: 90%;
        /* height: 6.25rem; */
        /* background-color: #D8D8D8; */
        /* display: block; */
        margin-left: 5%;
        margin-top: 20px;
        padding-top: 1px;
        padding-bottom: 3.125rem;
    }

    .index-part {
        /* display: none; */
    }

    /* 尾部 */
    .footer {
        /* display: none; */
    }

    .mobile-footer {
        width: 100%;
        background-color: #3D4760;
        /* display: block; */
        overflow: hidden;
        padding: 2.5rem;
    }

    .mobile-partnerLogo {
        /* display: block; */
    }

    .partnerLogo {
        /* display: none; */
    }

    .mobile-products {
        width: 100%;
        /* display: block; */
    }

    .mobile-menu-top {
        width: 100%;
        overflow: hidden;
    }

    .mobile_menu-top {
        width: 100%;
        margin: auto;
        overflow: hidden;
    }

    .mobile_menu_logo {
        width: 5%;
        float: left;
        margin-top: 3rem;
    }

    .mobile_mini_logo {
        display: flex;
        justify-content: space-between;
        justify-items: center;
        align-items: center;
    }

    .mobile_mini_logo img {
        height: 7rem;
        padding: 1rem 0;
    }

    .mobile_my_logo {
        width: 6%;
        float: right;
        margin-top: 2.125rem;
    }

    .mobile-banner-container {
        width: 100%;
        height: 30.25rem;
        position: relative;
    }

    .mobile-banner-container .hd {
        position: absolute;
        left: 50%;
        z-index: 2;
        bottom: 1.7rem;
        margin-left: -4.687rem;
    }

    .mobile-banner-container .hd ul li {
        float: left;
        width: 1.875rem;
        height: .25rem;
        background: #C3C3C3;
        margin-right: .625rem;
        z-index: 333;
        cursor: pointer;
        border-radius: .9375rem;
    }

    .mobile-banner-container .hd ul li:last-of-type {
        margin-right: 0;
    }

    .mobile-banner-container .hd ul li.on {
        opacity: 1;
        background-color: #004DE1;
    }

    .m-bd {
        width: 100%;
        height: 100%;
    }

    .mobile-banner-container .bd-container {
        width: 100% !important;
        height: 100% !important;
        height: 25rem;
    }

    .mobile-banner-container .slide-item {
        width: 100% !important;
        height: 100% !important;
    }

    .mobile-banner-container .bd-container>li:nth-child(1) {
        background: url(../img/mobile/banner4.png) center center no-repeat;
        background-size: 100% 100%;
    }

    .mobile-banner-container .bd-container>li:nth-child(2) {
        background: url(../img/mobile/banner1.png) center center no-repeat;
        background-size: 100% 100%;
    }

    .mobile-banner-container .bd-container>li:nth-child(3) {
        background: url(../img/mobile/banner2.png) center center no-repeat;
        background-size: 100% 100%;
    }

    .mobile-banner-container .bd-container>li:nth-child(4) {
        background: url(../img/mobile/banner3.png) center center no-repeat;
        background-size: 100% 100%;
    }

    .mobile-banner-des {
        text-align: center;
    }

    .mobile-banner-des h1 {
        font-size: 2.75rem;
        font-weight: 600;
    }

    .mobileBannerBp {
        width: 9rem;
    }

    .digitalInvestmentBankLogo {
        width: 12rem;
    }

    .mobile-banner-des h1:nth-of-type(2) {
        font-size: 2.13rem;
    }

    .mobile-banner-des {
        margin-top: 19rem;
    }

    .mobile-banner-container .bd-container>li:nth-child(2) .mobile-banner-des {
        margin-top: 21rem;
    }

    .mobile-banner-des p {
        font-size: 1.5rem;
        margin-top: .5rem;
    }

    .mobile-specialization {
        text-align: center;
        margin-top: 16.875rem;
    }

    .mobile-specialization h1 {
        font-size: 2rem;
        color: #282828;
        font-weight: 600;
    }

    .mobile-specialization-des {
        font-size: 1.875rem;
        color: #282828;
        font-weight: 600;
        margin-top: 1.25rem;
    }

    .mobile-helper-title {
        width: 58%;
        margin: .625rem auto 0 auto;
        overflow: hidden;
    }

    .mobile-helper-title p {
        width: 33%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.125rem;
        color: #006EFD;
        float: left;
        /* margin-left: 0.3rem; */
    }

    .mobile-helper-title p i {
        width: .3125rem;
        height: .3125rem;
        background: #006EFD;
        border-radius: .3125rem;
        display: block;
        float: left;
        margin-right: .625rem;
    }

    .mobile-turing p {
        font-weight: bold;
        text-align: center;
    }

    .mobile-turing p:nth-of-type(1) {
        font-size: 2rem;
        margin-top: 17.69rem;
    }

    .mobile-turing p:nth-of-type(2) {
        font-size: 1.88rem;
        margin: .94rem 0;
    }

    .mobile-turing p:nth-of-type(3) {
        font-size: 1.13rem;
    }

    .mobile-category_title {
        width: 100%;
        overflow: hidden;
        padding-top: 3.13rem;
    }

    .mobile-category_title>p:nth-child(1) {
        font-size: 2.38rem;
        color: #282828;
        text-align: center;
        font-weight: 600;
    }

    .mobile-category_title>p:nth-child(2) {
        font-size: 1.25rem;
        color: #282828;
        text-align: center;
        margin-top: .625rem;
        margin-bottom: 1.56rem;
    }

    .mobile-online-selection {
        width: 100%;
        /* height: 0.6rem; */
        border: 1px solid #0061F2;
        margin-top: 1.25rem;
        overflow: hidden;
        position: relative;
    }

    .mobile-online-selection li {
        width: 23%;
        /* height: 0.6rem; */
        line-height: 3.6875rem;
        font-size: 1.375rem;
        float: left;
        text-align: center;
    }

    .mobile-active {
        /* height:3.6875rem; */
        line-height: 3.6875rem;
        color: #fff;
        background-color: #0061F2;
        /* margin-top: -1px; */
    }

    .mobile-uparrow {
        /* width: 1.5625rem; */
        width: 4%;
        position: absolute;
        top: 1.3125rem;
        right: .625rem;
    }

    .mobile-tabshow {
        display: none;
    }

    .mobile-online-cont {
        width: 100%;
        display: none;
        overflow: hidden;
    }

    .mobile-cont-left,
    .mobile-cont-right {
        width: 48.5%;
        height: 17.56rem;
        background: #fff;
        float: left;
        padding: 1.25rem 1.25rem;
        position: relative;
        margin-top: 1.25rem;
        padding-bottom: 5rem;
    }

    .mobile-valuation {
        width: 48.5%;
        background: #fff;
        padding: 1.25rem 1.25rem 3.5rem;
        position: relative;
        margin-top: 1.25rem;
    }

    .mobile-cont-right {
        float: right;
    }

    .mobile_valuation_title {
        width: 100%;
        overflow: hidden;
    }

    .mobile_valuation_title p {
        display: block;
        font-size: 1.44rem;
        color: #282828;
        float: left;
        font-weight: 600;
        margin-right: .625rem;
    }

    .mobile-why-img {
        width: 1.25rem;
        height: 1.25rem;
        margin-top: .1875rem;
        float: left;
    }

    .mobile-hot-img {
        width: 2.5rem;
        height: 1.25rem;
        margin-top: .1875rem;
        float: left;
    }

    .mobile_valuation_des {
        font-size: 1.25rem;
        color: #282828;
        margin-top: .63rem;
        line-height: 2.1875rem;
        text-align: justify;
    }

    .mobile-see-report {
        font-size: 1.125rem;
        color: #0478FC;
        /* text-align: right;
        margin-top: .625rem; */
        position: absolute;
        bottom: 2.875rem;
        right: .3125rem;
    }

    .mobile-Immediate-valuation {
        width: 100%;
        height: 2.25rem;
        background: linear-gradient(180deg, #006EFD 0%, #004DE1 100%);
        color: #fff;
        line-height: 2.25rem;
        text-align: center;
        position: absolute;
        left: 0;
        bottom: 0px;
        font-size: 1.125rem;
    }

    .mobile-collapse-panel {
        width: 90%;
        padding: 0.5rem 1.25rem 0.5rem 1.25rem;
        box-shadow: 0px 0px 26px 0px rgba(181, 181, 181, 0.5);
        margin: 1.25rem 5% 0 5%;
    }

    .mobile-collapsing {
        width: 90%;
        box-shadow: 0px 0px 26px 0px rgba(181, 181, 181, 0.5);
        padding: 0.5rem 1.25rem 0.5rem 1.25rem;
        margin: 1.3rem 5% 0 5%;
    }

    .Collapsing {
        width: 100%;
        cursor: pointer;
        color: #000;
        padding: .63rem 0;
        border-top: 1px solid #DDDDDD;
        -webkit-tap-highlight-color: transparent;
    }

    .mobile-Collapsing-bor {
        width: 90%;
        overflow: hidden;
        margin-left: 4%;
    }

    .mobile-Collapsing-img {
        height: 2.81rem;
        float: left;
        margin-right: .63rem;
        vertical-align: middle;
    }

    .mobile-Collapsing-title {
        float: left;
        line-height: 2.81rem;
        font-size: 1.5rem;
        font-weight: 500;
    }

    .coll_body {
        width: 100%;
        padding: .63rem 5% 1.88rem;
        display: none;
        background: #F1F5FB;
        overflow: hidden;
    }

    .Collapsing .mobile-arrow-img {
        width: 0;
        height: 0;
        border-left: .75rem solid transparent;
        border-right: .75rem solid transparent;
        border-top: .75rem solid #000000;
        border-bottom: .75rem solid transparent;
        margin-top: 1rem;
        float: right;
        display: block;
    }

    .current .mobile-arrow-img {
        width: 0;
        height: 0;
        border-left: .75rem solid transparent;
        border-right: .75rem solid transparent;
        border-bottom: .75rem solid #000000;
        border-top: .75rem solid transparent;
        margin-top: .25rem;
        float: right;
        display: block;
    }

    .mobile_serviceModule {
        width: 90%;
        margin: 0 auto;
        padding: 2.19rem 1.5rem;
        background-size: cover !important;
        margin-bottom: .63rem;
    }

    .mobile_serviceModule:last-child {
        margin-bottom: 0;
    }

    .mobile-collapsing-stitle {
        font-size: 1.63rem;
        font-weight: 600;
        padding-bottom: .31rem;
    }

    .mobile-collapsing-des {
        font-size: 1.125rem;
        padding-top: .3125rem;
    }

    .mobile-collapsing-maindes {
        overflow: hidden;
        margin-top: .625rem;
    }

    .mobile-collapsing-maindes img {
        width: 1.38rem;
        display: block;
        float: left;
        margin-right: .625rem;
    }

    .mobile-collapsing-maindes span {
        width: 93%;
        line-height: 1.8rem;
        display: block;
        float: left;
        font-size: 1rem;
    }

    .mobile-reasons-title {
        font-size: 2.38rem;
        color: #282828;
        text-align: center;
        font-weight: bold;
        padding-top: 1.875rem;
        padding-bottom: 1.25rem;
        background: #fff;
    }

    /* 经典案例 */
    /* .classicCase {
        padding-top: 2.5rem;
        padding-bottom: 1.88rem;
    }
    .spreadhead {
        font-size: 2.38rem;
    }
    .classicCaseType_silde {
        width: 100%;
        overflow-x: scroll;
        padding: 0 5%;
    }
     ::-webkit-scrollbar {
        background: transparent;
    }
    .classicCaseType {
        width: 62rem;
        margin: 1.88rem auto .31rem;
        border-bottom: 1px solid #EEEEEE;
    }
    .classicCaseType li {
        font-size: 1.38rem;
    }
    .classicCaseType li.active::after {
        width: 4rem;
    }
    .concreteCase {
        width: 90%;
        margin: 0 auto;
    }
    .concreteCase>li {
        height: auto;
    }

    .concreteCase>li>div {
        width: 100%;
        float: none !important;
    }
    .concreteCase>li>div:first-child {
        width: 100%;
        height: 14.88rem;
        margin-bottom: 1.88rem;
    }
    .concreteCase>li>div:nth-of-type(2) {
        padding: 0 1.25rem 2rem;
    }
    .aiValuation {
        width: 40%;
        height: auto;
        padding-bottom: 1.25rem;
        margin-bottom: 1.25rem;
    }
    .aiValuationData {
        width: 60%;
        height: auto;
        margin-bottom: 1.25rem;
        padding-bottom: .9rem;
    }
    .aiValuation li:first-child {
        font-size: 1.38rem;
        padding: 1.13rem 0 .38rem;
    }
    .aiValuation li:nth-child(n+2) {
        font-size: 1.13rem;
        padding: .31rem 0;
    }
    .aiValuationData li:first-child {
        padding: .38rem 0;
        height: auto;
        line-height: 1;
    }
    .aiValuationData li:first-child span {
        font-size: 1.38rem;
    }
    .aiValuationData li:nth-child(n+2) {
        padding: .1rem 0;
    }
    .aiValuationData li:nth-of-type(2) {
        margin-top: .4rem;
    }
    .aiValuationData li:nth-child(n+2) span {
        font-size: 1.13rem;
    }
    .concreteCase>li>div p:first-child {
        margin-bottom: 1.25rem;
        font-size: 1.38rem;
    }
    .concreteCase>li>div p:last-child {
        width: 100%;
        line-height: 2rem;
        font-size: 1.13rem;
    } */
    /* 经典案例 */
    /* 来自专业机构的权威认证 */
    /* .authorizedCertification {
        width: 100%;
        background: #F1F5FB;
        padding-top: 3.13rem;
        padding-bottom: 3.13rem;
        margin-bottom: 0;
    }
    .authority {
        width: 90%;
        display: block;
        margin: 1.75rem auto 0;
    }
    .authority li {
        width: 100%;
        height: auto;
        padding: 0 0 1.94rem;
        margin-bottom: 1.25rem;
        background: #fff;
        box-shadow: 0px .13rem .25rem 0px rgba(225, 225, 225, 0.5);
    }
    .authority li:first-child img {
        width: 80%;
        height: 60%;
        object-fit: contain;
    }
    .authority li:first-child .certificate img {
        height: 19.25rem !important;
        width: 19rem;
    }
    .authority li:first-child p {
        margin-top: .94rem;
    }
    .authority li:first-child .certificate img+p {
        margin-left: -1.88rem !important;
    }
    .authority .swiper-button-prev {
        left: .88rem;
    }
    .authority .swiper-button-next {
        right: .88rem;
    }
    .authority li:nth-child(n+2) p:first-child {
        margin-top: 1.88rem;
    }
    .authority li:nth-child(n+2) p {
        margin-bottom: .63rem;
    }
    .authority li:nth-child(n+2) p:last-child {
        margin-bottom: 0;
    }
    .authority li p span:last-child {
        width: 89%;
    } */
    /* 来自专业机构的权威认证 */
    .mobileCooperativePartner {
        /* display: block; */
        width: 90%;
        overflow-x: scroll;
        margin: 0 auto;
        background: #fff;
        box-sizing: content-box;
        padding: 1.25rem 1.25rem .63rem;
    }

    .mobileCooperativePartner ul {
        width: 87.75rem;
        display: flex;
        justify-content: space-between;
        margin-bottom: 1.25rem;
    }

    .mobileCooperativePartner ul:last-child {
        margin-bottom: 0;
    }

    .mobileCooperativePartner ul li {
        width: 9.88rem;
        height: 3.13rem;
        line-height: 3.13rem;
        background: #FFFFFF;
        box-shadow: 0px 0px .63rem 0px rgba(187, 216, 255, 0.5);
        text-align: center;
    }

    .mobileCooperativePartner ul li img {
        width: 90%;
        height: 75%;
        object-fit: contain;
        vertical-align: middle;
    }

    .wrapper03 {
        position: relative;
        height: 4rem;
        width: 100%;
        overflow: hidden;
        padding: 0 5%;
    }

    .wrapper03 .scroller {
        position: absolute;
        background: #fff;
        width: 105.31rem !important;
    }

    .wrapper03 .scroller>ul {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #DDDDDD;
    }

    .wrapper03 .scroller li {
        width: 16.25rem;
        font-weight: 400;
        height: 3.125rem;
        color: #333;
        line-height: 3.125rem;
        font-size: 1.5rem;
        text-align: center;
    }

    .wrapper03 .scroller li a {
        font-weight: 400;
        color: #282828;
        display: block;
        padding: 0 .3125rem;
        font-size: 1.5rem;
        -webkit-tap-highlight-color: transparent;
    }

    .wrapper03 .scroller li.cur a {
        font-weight: 400;
        color: #282828;
        border-bottom: 2px solid #1559F4;
        font-size: 1.5rem;
    }

    .mobile-chois-des {
        width: 90%;
        padding: 1.88rem 1.56rem;
        margin: 1.875rem auto 0 auto;
        background-color: #F1F5FB;
        display: none;
        overflow: hidden;
    }

    .mobile-chois-active {
        display: block;
    }

    .mobile-chois-des p {
        width: 100%;
        float: left;
        font-size: 1.25rem;
        color: #282828;
        line-height: 2.1875rem;
        margin-top: .625rem;
        justify-content: center;
    }

    .mobile-chois-des p img {
        width: 1.875rem;
        display: block;
        float: left;
        margin-right: 1.25rem;
    }

    .mobile-chois-des p span {
        display: block;
        width: 80%;
        float: left;
    }

    .mobile-chois-des p i {
        width: 20%;
        display: block;
        float: left;
        color: #FF9000;
        text-align: justify;
    }

    .mobile-professional-valuation {
        width: 20%;
        float: left;
        /* height: 100px; */
        /* background-color: red; */
        position: relative;
    }

    .mobile-additive-sign {
        width: 6.5%;
        float: left;
        margin-top: 2.125rem;
        text-align: center;
        font-size: 3rem;
    }

    .mobile-additive-sign img {
        width: 90%;
        margin-left: 2.5%;
    }

    .mobile-professional-valuation img {
        width: 100%;
    }

    .mobile-professional-valuation a {
        position: absolute;
        color: #282828;
        /* text-align: center; */
        font-size: 1.25rem;
        left: .8125rem;
        top: 3.125rem;
    }

    .mobile-register {
        width: 100%;
        height: 18.75rem;
        background-image: url("../img/mobile/zhuce111.png");
        background-size: 100% 100%;
    }

    .mobile-register-title {
        width: 90%;
        line-height: 3.3rem;
        margin: 0 auto 0 auto;
        font-size: 2.1875rem;
        color: #fff;
        padding-top: 3.75rem;
        font-weight: 600;
    }

    .mobile-register-now {
        width: 11.63rem;
        height: 3.13rem;
        line-height: 3.13rem;
        border: 1px solid #fff;
        text-align: center;
        color: #fff;
        font-size: 1.38rem;
        margin-left: 5%;
        margin-top: 3rem;
    }

    .mobile-map-content {
        width: 100%;
        overflow: hidden;
        position: relative;
        background-color: #D8D8D8;
    }

    .mobile-map-content img {
        width: 90%;
        height: auto;
        margin-left: 5%;
        margin-top: 1.875rem;
    }

    .mobile-Canada {
        /* width: 3.125rem; */
        font-size: .875rem;
        position: absolute;
        left: 34%;
        top: 18%;
    }

    .mobile-Canada p {
        display: block;
        background-color: #fff;
        text-align: center;
    }

    .mobile-Canada span {
        display: block;
        width: 4px;
        height: 4px;
        border-radius: 4px;
        background-color: #167BFE;
        margin: 0.3rem auto;
    }

    .mobile-usa {
        /* width: 3.125rem; */
        font-size: .875rem;
        position: absolute;
        left: 17%;
        top: 83%;
    }

    .mobile-usa p {
        display: block;
        background-color: #fff;
        text-align: center;
    }

    .mobile-usa span {
        display: block;
        width: 4px;
        height: 4px;
        border-radius: 4px;
        background-color: #167BFE;
        margin: 0.3rem auto;
    }

    .mobile-Brazil {
        /* width: 3.125rem; */
        font-size: .875rem;
        position: absolute;
        left: 30%;
        top: 71%;
    }

    .mobile-Brazil p {
        display: block;
        background-color: #fff;
        text-align: center;
    }

    .mobile-Brazil span {
        display: block;
        width: 4px;
        height: 4px;
        border-radius: 4px;
        background-color: #167BFE;
        margin: 0.3rem auto;
    }

    .mobile-Germany {
        /* width: 3.125rem; */
        font-size: .875rem;
        position: absolute;
        left: 49%;
        top: 25%;
    }

    .mobile-Germany p {
        display: block;
        background-color: #fff;
        text-align: center;
    }

    .mobile-Germany span {
        display: block;
        width: 4px;
        height: 4px;
        border-radius: 4px;
        background-color: #167BFE;
        margin: 0.3rem auto;
    }

    .mobile-Russia {
        /* width: 3.125rem; */
        font-size: .875rem;
        position: absolute;
        left: 69%;
        top: 19%;
    }

    .mobile-Russia p {
        display: block;
        background-color: #fff;
        text-align: center;
    }

    .mobile-Russia span {
        display: block;
        width: 4px;
        height: 4px;
        border-radius: 4px;
        background-color: #167BFE;
        margin: 0.3rem auto;
    }

    .mobile-china {
        /* width: 3.125rem; */
        font-size: .875rem;
        position: absolute;
        left: 71%;
        top: 36%;
    }

    .mobile-china p {
        display: block;
        background-color: #fff;
        text-align: center;
    }

    .mobile-china span {
        display: block;
        width: 4px;
        height: 4px;
        border-radius: 4px;
        background-color: #167BFE;
        margin: 0.3rem auto;
    }

    .mobile-select-institutions {
        width: 100%;
        height: 7.25rem;
        background: #FFFFFF;
        box-shadow: 0px 0px 26px 0px rgba(181, 181, 181, 0.5);
        padding-top: 1.25rem 0px;
    }

    .mobile-institutions {
        width: 30%;
        float: left;
    }

    .mobile-institutions span {
        color: #4393FF;
        font-size: 1.875rem;
        display: block;
        /* line-height: 3.125rem; */
    }

    .mobile-institutions p {
        color: #4393FF;
        font-size: 1.625rem;
        display: block;
        color: #282828;
        margin-top: 1.25rem;
        /* line-height: 3.125rem; */
        /* padding-top: 20px; */
    }

    .mobile-footer-code {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .mobile-footer-qrcode {
        width: 50%;
        float: left;
    }

    .mobile-footer-qrcode img {
        width: 7.5rem;
        height: auto;
        margin: auto;
        display: block;
    }

    .mobile-footer-qrcode p {
        color: #fff;
        text-align: center;
        margin-top: .625rem;
        font-size: 1.125rem;
    }

    .mobile-filing-no {
        color: #fff;
        font-size: 1.125rem;
        width: 100%;
        margin: auto;
        text-align: center;
        margin-top: 1.25rem;
    }

    .mobile-filing-no span {
        width: 100%;
        display: block;
        text-align: center;
    }

    .mobile-partner {
        width: 100%;
    }

    .mobile-partner li {
        width: 43%;
        /* height: 28.125rem; */
        /* padding: 0 19px; */
        /* padding-left: .875rem; */
        list-style: none;
        float: left;
        /* box-sizing: content-box; */
        /* margin-left: 1.25rem; */
    }

    .mobile-partner-main {
        width: 100%;
        position: relative;
        background-color: #fff;
        margin-top: 1.875rem;
        /* margin-left: 5%; */
    }

    .mobile-partner-button {
        width: 2.375rem;
        height: 3.75rem;
        position: absolute;
        top: 8.125rem;
        background-size: 2.375rem 3.75rem;
    }

    .mobile-partner-button.prev {
        left: 1.25rem;
        background: url(../img/mobile/lunboyou.png) no-repeat;
        background-size: 2.375rem 3.75rem;
    }

    .mobile-partner-button.next {
        right: 1.25rem;
        background: url(../img/mobile/lunbozuo.png) no-repeat;
        background-size: 2.375rem 3.75rem;
        /* transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg); */
    }

    .mobile-partner-item {
        width: 80%;
        /* height: 100%; */
        height: 80%;
        position: relative;
        cursor: pointer;
        margin: 10%;
        box-shadow: 0px 0px 26px 0px rgba(181, 181, 181, 0.5);
        padding-bottom: 1.875rem;
    }

    .mobile-parent-banner {
        width: 100%;
        height: 9.25rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .mobile-parent-banner img {
        /* padding-top: 1.875rem; */
        /* height: 6.25rem; */
        margin: 0 auto;
        width: 8.6875rem;
        display: block;
        /* padding-top: 1.25rem; */
    }

    .mobile-parent-line {
        width: 30%;
        height: 1px;
        background-color: #014DE1;
        margin: 0 auto;
    }

    .mobile-brackets {
        font-size: 2.125rem;
        font-weight: 900;
        color: #D7D7D9;
        margin-left: 10%;
        margin-top: 1.25rem;
    }

    .mobile-parent-des {
        width: 80%;
        height: 7.5rem;
        margin-left: 10%;
        color: #282828;
        font-size: 1.125rem;
        margin-top: -.9375rem;
    }

    .tempWrap {
        /* width: 100% !important; */
        margin: 0 auto;
    }

    footer,
    .machine,
    #meiqia-container {
        display: none;
    }
}


/*============================================== 官网移动端  样式wangdi=============================================== */