html {
    font-size: 30px!important;
}

body,
div,
form,
section,
header,
p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
input,
select,
button {
    margin: 0;
    padding: 0;
    font-size: inherit;
    box-sizing: border-box;
}

ul,
li {
    list-style: none;
}

header,
section {
    display: block;
}

body {
    font-family: "PingFang SC", "Microsoft Yahei", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #111111;
    background-color: #FFFFFF;
    padding-top: 64px;
}

input,
select {
    font-size: 100%;
    outline: 0;
}

a {
    text-decoration: none;
}

button {
    border: 0;
    outline: 0;
    cursor: pointer;
}

a,
button {
    transition: background-color 0.3s linear, color 0.3s linear, opacity 0.3s linear, box-shadow 0.3s linear, border-color 0.3s linear;
}

.ec-animate {
    background: linear-gradient(90deg,#f2f2f2 25%,#e6e6e6 37%,#f2f2f2 63%);
    background-size: 400% 100%;
    animation: ec-skeleton-loading 1.4s ease infinite;
}

@keyframes ec-skeleton-loading {
    0% {
        background-position: 100% 50%
    }

    to {
        background-position: 0 50%
    }
}
.flex {
    display: -moz-flex;
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.flex-align {
    align-items: center;
}

.flex-wrap {
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-stretch {
    align-items: stretch;
}

.flex-end {
    align-items: flex-end;
}

.flex-justify {
    justify-content: center;
}

.flex-between {
    justify-content: space-between;
}

.flex-auto {
    width: 0;
    flex: 1;
}



.jz-btn-msg {
    display: inline-block;
    width: 38px;
    height: 38px;
}

.jz-btn-msg .pericon {
    display: inline-block;
    width: 38px;
    height: 38px;
    background: url('../image/user.png') no-repeat center center;
}
.user-wrap {
    display: flex;
    align-items: center;
}

.user-wrap .jz-btn-msg {
    margin-right: 20px;
}


.image-part {
    position: relative;
    overflow: hidden;
}

.image-part img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.image-all {
    text-align: center;
    position: relative;
    overflow: hidden;
}

.image-all img {
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
}

.ads-button {
    display: inline-block;
    line-height: 48px;
    font-size: 16px;
    color: #fff;
    padding: 0 20px;
    height: 48px;
    background: #FBAF27;
    border-radius: 8px;
}

.ads-button:hover {
    background-color: #ff9800;
}

.ads-sprite {
    background-image: url(../image/new-super/ads_spirit.png);
    background-repeat: no-repeat;
    background-size: 800px 800px;
}

.ecer-flex {
    display: -moz-flex;
    display: flex;
}

.ecer-flex-col {
    flex-direction: column;
}

.ecer-flex-align {
    align-items: center;
}

.ecer-flex-bottom {
    align-items: flex-end;
}

.ecer-flex-stretch {
    align-items: stretch;
}

.ecer-flex-end {
    align-items: flex-end;
}

.ecer-flex-justify {
    justify-content: center;
}

.ecer-flex-space-between {
    justify-content: space-between;
}

.ecer-flex-auto {
    width: 0;
    flex: 1;
}

.ecer-flex-wrap {
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.animation {
    position: relative;
    transform: translateY(30%);
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    transition: transform 0.8s ease, opacity 0.8s ease;
}

.animation.fade-in {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.ads-delay500 {
    transition-delay: 0.5s;
}

.ads-delay1000 {
    transition-delay: 1s;
}

.ads-m-button,
.ads-m-text {
    display: none;
}

.content-container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.ads-triangle {
    border-width: 100px 60px;
    border-style: solid;
    border-color: transparent transparent #287dda transparent;
    position: absolute;
}

.ads-triangle.orange {
    border-color: transparent transparent #fef6e3 transparent;
}

.ads-triangle.cyan {
    border-color: transparent transparent #bed8f3 transparent;
}

.ads-triangle.gray {
    opacity: 0.04;
    border-color: transparent transparent #fff transparent;
}

.ads-img-container img {
    max-width: 100%;
    max-height: 100%;
}

.ads-bg {
    background-color: #f9f9f9;
}










.Mode_part {
    height: 600px;
    position: relative;
}

.Mode_part .main {
    width: 1200px;
    height: 600px;
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.Model__07 {
    margin-bottom: 98px;
}

.Model__07:before {
    content: "";
    display: block;
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-20%, 0%);
    background: url(../image/new-super/service_bg.png) no-repeat center right;
}

.Model__07 .text_show {
    padding-left: 60px;
}

.Model__07 .img_show img {
    height: 440px;
    margin-left: -65px;
}

.Model__08:before {
    content: "";
    display: block;
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(0%, 0%);
    background: url(../image/new-super/advantage_bg1.png) no-repeat center left;
}

.Model__08 .img_show img {
    height: 640px;
    margin-left: 115px;
    margin-top: -165px;
}

.Mode_part .img_show {
    width: 50%;
    text-align: left;
}

.Mode_part .text_show {
    width: 50%;
}

.Mode_part .text_show .Biao_ti {
    width: 520px;
    /*height: 87px;*/
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 45px;
    color: #333333;
    margin-bottom: 40px;
    opacity: 1;
}

.Mode_part .text_show .Biao_ti:after {
    content: "";
    display: block;
    width: 62px;
    height: 8px;
    background: #E8B848;
    opacity: 1;
    margin-top: 30px;
    width: 140px;
    height: 4px;
    background: #287DDA;
}

.Mode_part .text_show .Miao_xu {
    width: 550px;
    /*height: 50px;*/
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    line-height: 26px;
    color: #999999;
    margin-bottom: 30px;
    opacity: 1;
}

.Mode_part .text_show ul {
    list-style: none;
}

.Mode_part .text_show ul li {
    width: 513px;
    /*height: 50px;*/
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    line-height: 26px;
    color: #333333;
    margin-bottom: 18px;
    opacity: 1;
    padding-left: 26px;
    position: relative;
}

.Model__07 .text_show ul li {
    margin-bottom: 42px;
    padding-left: 40px;
    position: relative;
}

.Model__07 .text_show ul li i {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background: url('../image/new-super/chaozhi_spirit.png');
}

.Model__07 .text_show ul li .kv {
    width: 100%;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #777777;
    line-height: 22px;
}

.Model__07 .text_show ul li .kv span {
    width: 100%;
    height: 28px;
    display: block;
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #111111;
    line-height: 28px;
    margin-bottom: 4px;
}

.Model__07 .text_show ul li:nth-child(1) i {
    background-position: -9px -9px;
}

.Model__07 .text_show ul li:nth-child(2) i {
    background-position: -48px -9px;
}

.Model__07 .text_show ul li:nth-child(3) i {
    background-position: -85px -9px;
}

.Model__07 .text_show ul li:nth-child(4) i {
    background-position: -123px -9px;
}

.Model__07 .text_show ul li:nth-child(5) i {
    background-position: -162px -9px;
}

.Model__07 .text_show ul li:nth-child(6) i {
    background-position: -200px -9px;
}

.Model__08 .text_show ul li {
    margin-bottom: 42px;
    padding-left: 100px;
    position: relative;
    height: 82px;
    display: flex;
    align-items: center;
}

.Model__08 .text_show ul li i {
    position: absolute;
    top: 0;
    left: 0;
    width: 82px;
    height: 82px;
    background: url('../image/new-super/chaozhi_spirit.png');
}

.Model__08 .text_show ul li .kv {
    width: 100%;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #777777;
    line-height: 22px;
}

.Model__08 .text_show ul li .kv span {
    width: 100%;
    height: 28px;
    display: block;
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #111111;
    line-height: 28px;
    margin-bottom: 4px;
}

.Model__08 .text_show ul li:nth-child(1) i {
    background-position: -9px -47px;
}

.Model__08 .text_show ul li:nth-child(2) i {
    background-position: -100px -47px;
}

.Model__08 .text_show ul li:nth-child(3) i {
    background-position: -191px -47px;
}

.phone-img {
    display: none;
}

.Model_tit {
    width: 100%;
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 45px;
    color: #333333;
    text-align: center;
    opacity: 1;
    padding: 100px 0 64px;
    margin: 0;
    position: relative;
}

.Model_tit:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 120px;
    height: 5px;
    background: #287DDA;
    opacity: 1;
    margin-top: 30px;
}
.banner-wrap {
    font-size: 0;
}
.banner-wrap img {
    width: 100%;
}
.only-m {
    display: none!important;
}



/* 清理浮动 */
.fn-clear:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.fn-clear {
    zoom: 1;
    /* for IE6 IE7 */
}










        
        

       

@media screen and (max-width: 1440px) {
    .content-container {
        padding: 0 60px;
    }

    
}

@media screen and (max-width: 1000px) {
    body {
        padding-top: 76px;
    }
    .banner-wrap {
        
    }
    body {
        font-size: 12px;
    }
    .only-pc {
        display: none!important;
    }
    .only-m {
        display: block!important;
    }
    .jz-container {
        width: 100%;
        /* padding: 0 16px; */
        /*padding: 0 140px;*/
    }


    .Model_tit {
        line-height: 1.5;
        box-sizing: border-box;
        padding: 66px 20px 20px;
        font-size: 28px;
    }

    .Model_tit:after {
        content: "";
        display: block;
        margin: 0 auto;
        width: 40px;
        height: 3px;
        background: #287DDA;
        opacity: 1;
        margin-top: 15px;
    }

    .Mode_part .main {
        flex-direction: column;
        width: 100%;
        height: auto;
    }

    .Mode_part .main .img_show,
    .Mode_part .main .text_show {
        width: 100%;
    }

    .Mode_part .main .img_show img,
    .Mode_part .main .text_show img {
        max-width: 100%;
        height: auto;
        margin-left: 0;
    }

    .Model__07 {
        height: auto;
        margin: 0;
    }

    .Model__07 .text_show {
        padding-left: 0;
    }

    .Model__07 .text_show ul {
        padding: 30px 20px 10px;
    }

    .Model__07 .text_show ul li {
        margin-bottom: 20px;
    }

    .Model__07 .text_show ul li .kv {
        font-size: 14px;
    }

    .Model__07 .text_show ul li .kv span {
        font-size: 16px;
    }

    .Model__08 {
        height: auto;
    }

    .Model__08:before {
        width: 100%;
        background: url(../image/new-super/advantage_bg1.png) no-repeat center bottom;
    }

    .Model__08 .img_show img {
        margin: 0;
    }

    .Model__08 .text_show ul {
        padding: 10px 20px 10px;
    }

    .Model__08 .text_show ul li {
        margin-bottom: 20px;
        padding-left: 78px;
    }

    .Model__08 .text_show ul li i {
        background-size: 600px;
        width: 62px;
        height: 62px;
        top: 50%;
        transform: translate(0%, -50%);
    }

    .Model__08 .text_show ul li .kv {
        font-size: 14px;
    }

    .Model__08 .text_show ul li .kv span {
        font-size: 16px;
    }

    .Model__08 .text_show ul li:nth-child(1) i {
        background-position: -7px -35px;
    }

    .Model__08 .text_show ul li:nth-child(2) i {
        background-position: -75px -35px;
    }

    .Model__08 .text_show ul li:nth-child(3) i {
        background-position: -142px -35px;
    }

    .Mode_part .text_show ul li {
        width: 100%;
    }

    .Mode_part .text_show .Biao_ti {
        width: 100%;
        font-size: 18px;
        line-height: 20px;
        padding: 0px 0px 20px;
        text-align: center;
        margin: 0;
        line-height: 1.5;
        box-sizing: border-box;
        padding: 56px 40px 20px;
        font-size: 28px;
    }

    .Mode_part .text_show .Biao_ti:after {
        content: "";
        display: block;
        margin: 0 auto;
        width: 40px;
        height: 3px;
        background: #287DDA;
        opacity: 1;
        margin-top: 15px;
    }

    .Model__07:before,
    .ranks-icon1 {
        display: none;
    }


}

.copyright .content-container a {
    color: rgba(255, 255, 255, 0.6) !important;
}


/* è”ç³»æˆ‘ä»¬ç›¸å…³æ ·å¼    start */
.contact-us {
    box-sizing: border-box;
    width: 240px;
    position: fixed;
    top: 50%;
    right: -205px;
    transform: translateY(-50%);
    padding-left: 35px;
    transition: right 0.5s ease-in-out;
    z-index: 10;
}

.contact-us.on {
    right: 0;
}

.contact-us .contact-us-btn {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #FFFFFF;
    box-sizing: border-box;
    width: 35px;
    padding: 15px 11px;
    background: #2879FF;
    border-radius: 4px 0 0 4px;
    cursor: pointer;
}

.contact-us .contact-us-btn::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-width: 6px 0 6px 6px;
    border-style: solid;
    border-color: transparent transparent transparent #2879FF;
    right: -5.5px;
    top: 50%;
    transform: translateY(-50%);
}

.contact-us .contact-content {
    padding: 16px 0;
    background: #fff;
    transition: all 0.2s ease-in-out;
}

.contact-us .contact-content.on {
    border-radius: 5px 0 0px 5px;
    box-shadow: 0 0 20px rgba(39, 121, 253, 0.23);
}

.contact-us .contact-ways {
    padding: 0 30px;
    border-bottom: 1px solid #E2E2E2;
}

.contact-us .contact-ways .contact-way {
    margin-bottom: 12px;
}

.contact-us .contact-ways .contact-way .way {
    font-size: 0;
}

.contact-us .contact-ways .contact-way .way i,
.contact-us .contact-ways .contact-way .way span {
    display: inline-block;
    vertical-align: middle;
}

.contact-us .contact-ways .contact-way .way .iconfont {
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 50%;
    background: #FFB521;
    color: #fff;
    text-align: center;
    font-size: 28px;
}

.contact-us .contact-ways .contact-way .way .iconfont.icon-dvt-email {
    background: #01BE91;
}

.contact-us .contact-ways .contact-way .way .iconfont.icon-dingweiweizhi {
    background: #386BF3;
}

.contact-us .contact-ways .contact-way .way .iconfont.icon-dianhua:after {
    content: "";
    background: url('../image/contact-sprite.png') no-repeat;
    background-position: -1px -9px;
    background-size: 89px;
    display: block;
    width: 100%;
    height: 100%;
}

.contact-us .contact-ways .contact-way .way .iconfont.icon-dvt-email:after {
    content: "";
    background: url('../image/contact-sprite.png') no-repeat;
    background-position: -25px -8px;
    background-size: 89px;
    display: block;
    width: 100%;
    height: 100%;
}

.contact-us .contact-ways .contact-way .way .iconfont.icon-dingweiweizhi:after {
    content: "";
    background: url('../image/contact-sprite.png') no-repeat;
    background-position: -50px -8px;
    background-size: 89px;
    display: block;
    width: 100%;
    height: 100%;
}

.contact-us .contact-ways .contact-way .way span {
    font-size: 14px;
    color: #333333;
    margin-left: 12px;
}

.contact-us .contact-ways .contact-way .way-ctc {
    color: #2878FF;
    font-size: 14px;
    padding: 8px 0;
    border-bottom: 1px solid #E2E2E2;
}

.contact-us .contact-ways .contact-way .way-ctc a {
    display: block;
    text-decoration: none;
    color: #2878FF;
}

.contact-us .contact-way:last-of-type .way-ctc {
    border-bottom: none;
}

.contact-us .contact-way .way-ctc.tel {
    font-size: 14px;
}

.contact-us a.box-item {
    text-decoration: none;
    color: #2879FF;
    border: 1px solid #2879FF;
    margin: 15px 0;
    transition: all 0.2s ease-in-out;
}

.contact-us a.box-item:hover {
    background: #2879FF;
    color: #fff;
}

.contact-us .info {
    padding: 0 30px;
}

.contact-us .box-item {
    display: block;
    border: 1px solid #E2E2E2;
    border-radius: 4px;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: 10px;
    position: relative;
}

.contact-us .info .box-item {
    text-align: left;
    padding: 0 15px;
}

.contact-us .box-item input {
    width: 100%;
    height: 100%;
    border: none;
    outline: 0;
    line-height: 30px;
    background: 0 0;
}

.contact-us .info .consultation-btn {
    display: inline-block;
    text-decoration: none;
    font-size: 12px;
    color: #2878FF;
    margin-top: 10px;
}

.contact-us .contact-ways .contact-way .way-ctc a {
    display: block;
    text-decoration: none;
    color: #2878FF;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}

.newct-warp {}

.newct-warp .ct-item {
    position: relative;
    padding-left: 50px;
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.newct-warp .ct-item:nth-child(2) {
    border-bottom: none;
    padding-bottom: 0;
}

.newct-warp .dh {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background: #FFB521;
    border-radius: 50%;
}

.newct-warp .dh:before {
    content: "";
    background: url(../image/contact-sprite.png) no-repeat;
    background-position: -4px -18px;
    display: block;
    width: 100%;
    height: 100%;
}

.newct-warp .wx {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background: #01BE91;
    border-radius: 50%;
}

.newct-warp .wx:before {
    content: "";
    background: url(../image/contact-sprite.png) no-repeat;
    background-position: -52px -18px;
    display: block;
    width: 100%;
    height: 100%;
}


.newct-warp .ct-w {}

.newct-warp .cthead {
    font-size: 14px;
    color: #333333;
}

.newct-warp .cttxt {
    font-size: 12px;
    color: orange;
}


.newct-warp .ctimg {}

.newct-warp .ctimg img {
    max-width: 100%;
}

.newct-warp a {
    font-size: 14px;
    color: orange;
    text-decoration: none;
}

/*.contact-us .contact-ways {
    border-bottom: none;
    padding: 0 16px;
}
*/
input::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #999;
}

input:-moz-placeholder,
select:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
}

input::-moz-placeholder,
select::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
}

input:-ms-input-placeholder,
select:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
}



/* è”ç³»æˆ‘ä»¬ç›¸å…³æ ·å¼    end */
/* å¼¹å±‚æ ·å¼    start */
.dialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 999;
    display: none;
}

.dialog .dialog-main {
    position: absolute;
    top: 50%;
    left: 50%;
    box-sizing: border-box;
    transform: translate(-50%, -50%);
    padding: 1.25rem
        /* 50px */
        2rem
        /* 80px */
    ;
    background: #fff;
    border-radius: 0.1rem
        /* 4px */
    ;
    box-shadow: 0 0 1.25rem
        /* 50px */
        rgba(0, 0, 0, 0.27);
}

.dialog .dialog-main i.close-btn {
    position: absolute;
    right: 0.725rem
        /* 29px */
    ;
    top: 0.5rem;
    color: #E2E2E2;
    cursor: pointer;
}

.dialog.reminder .dialog-main {
    padding: 1.25rem 2rem;
}

.dialog.video-play i.close-btn {
    z-index: 10;
    display: none;
}

.dialog.video-play .dialog-main:hover i.close-btn {
    display: block;
}

.dialog .dialog-main .dialog-title {
    font-size: 0.5rem
        /* 20px */
    ;
    color: #333333;
    text-align: center;
    font-weight: 400;
    position: relative;
}

.dialog .dialog-main .dialog-content {
    margin-top: 0.75rem;
    font-size: 0.4rem
        /* 16px */
    ;
    color: #333333;
}

.dialog .dialog-main .dialog-content p {
    text-align: center;
}

.dialog .dialog-main .dialog-operations {
    text-align: center;
    margin-top: 1rem
        /* 40px */
    ;
}

.dialog.login-dialog .dialog-main {
    width: 58%;
}

.dialog.login-dialog .dialog-main .dialog-content {
    margin: 1.4rem
        /* 56px */
        0 0.75rem
        /* 30px */
    ;
}

.dialog .dialog-main form .inputs {
    display: inline-block;
    vertical-align: middle;
    width: 78%;
}

.dialog .dialog-main form .button {
    width: 20%;
}

.dialog .dialog-main form .input-item {
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - 0.825rem
        /* 33px */
        );
    margin-right: 0.75rem
        /* 30px */
    ;
    position: relative;
}

.dialog .dialog-main form .input-item label {
    position: absolute;
    font-size: 0.35rem
        /* 14px */
    ;
    color: #A0A0A0;
    font-weight: 300;
    left: 0.375rem
        /* 15px */
    ;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.dialog .dialog-main form .input-item input {
    height: 1.35rem
        /* 54px */
    ;
    width: 100%;
    box-sizing: border-box;
    line-height: 0.75rem
        /* 30px */
    ;
    border: 1px solid #EAEAEA;
    border-radius: 0.25rem
        /* 10px */
    ;
    outline: none;
    padding-left: 1.5rem
        /* 60px */
    ;
    position: relative;
}

.dialog .dialog-main form .input-item .reminder-info {
    display: none;
    position: absolute;
    bottom: -0.75rem
        /* 30px */
    ;
    left: 0.375rem
        /* 15px */
    ;
    font-size: 0.35rem
        /* 14px */
    ;
    color: #FF2828;
}

.dialog .dialog-main form .input-item .reminder-info .iconfont {
    display: none;
    margin-right: 0.25rem
        /* 10px */
    ;
    transform: rotate(180deg);
}

.dialog .dialog-main form .input-item input:focus {
    border-color: #2879FF;
    box-shadow: 0 0 0.5rem
        /* 20px */
        rgba(39, 118, 248, 0.33);
}

.dialog .dialog-main form .input-item.error input {
    border-color: #FF2828;
    box-shadow: 0 0 0.5rem
        /* 20px */
        rgba(255, 40, 40, 0.23);
}

.dialog .dialog-main form .input-item.error .reminder-info {
    display: block;
}

/* å¼¹å±‚æ ·å¼    end */
/* è§†é¢‘æ’­æ”¾å™¨æ ·å¼    start */
.dialog.video-play .dialog-main {
    width: 80%;
    padding: 0;
    background: transparent;
}

.dialog.reminder .button {
    display: inline-block;
    height: 1.35rem
        /* 54px */
    ;
    width: 5.05rem
        /* 202px */
    ;
    text-align: center;
    line-height: 1.35rem
        /* 54px */
    ;
    color: #fff;
    font-size: 0.35rem
        /* 14px */
    ;
    background: #2EBC4F;
    cursor: pointer;
    transition: box-shadow 0.2s ease-in-out;
}

/* 移动端开始 */
@charset "utf-8";
.dg-wrapper li,
ol,
ul {
  list-style: none;
}
.title,
sub,
sup {
  position: relative;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
article,
aside,
blockquote,
body,
button,
code,
dd,
details,
div,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
input,
legend,
li,
menu,
nav,
ol,
p,
pre,
section,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
iframe,
menu,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
body,
button,
input,
select,
textarea {
  font: 12px/1.5 "Source Han Sans CN,PingFang SC,helvetica neue,arial,hiragino sans gb,stheiti,wenquanyi micro hei,微软雅黑,宋体,sans-serif";
}
input,
select,
textarea {
  font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
del {
  text-decoration: line-through;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 500;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}
q:after,
q:before {
  content: '';
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* a:hover {
  text-decoration: underline;
} */
a,
ins {
  text-decoration: none;
}
.animation,
.animation-delay {
  position: relative;
  transform: translateY(30%);
  visibility: hidden;
  opacity: 0;
  transition: transform 0.8s ease, opacity 0.8s ease;
}
.animation.fade-in,
.animation-delay.fade-in {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.animation-lf,
.animation-lf-delay {
  position: relative;
  transform: translateX(-30%);
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  transition: transform 0.8s ease, opacity 0.8s ease;
}
.animation-lf.fade-in,
.animation-lf-delay.fade-in {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}
.animation-rg,
.animation-rg-delay {
  position: relative;
  transform: translateX(130%);
  visibility: hidden;
  opacity: 0;
  transition: transform 0.8s ease, opacity 0.8s ease;
}
.animation-rg.fade-in,
.animation-rg-delay.fade-in {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}
.fn-clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.arrow-btn,
.bottom-operations a,
.button,
.crumbs a,
.crumbs span,
.page-list span {
  display: inline-block;
}
.fn-clear {
  zoom: 1;
}
@font-face {
  font-family: reducto_condensed_ssiCn;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.content-box {
  width: 40rem;
  margin: 0 auto;
}
.button {
  height: 1.35rem;
  width: 5.05rem;
  text-align: center;
  line-height: 1.35rem;
  color: #fff;
  font-size: 0.35rem;
  background: #2EBC4F;
  cursor: pointer;
  transition: box-shadow 0.2s ease-in-out;
}
.title,
.title strong {
  color: #24292E;
}
.button:hover {
  box-shadow: 0 0 0.25rem rgba(46, 188, 79, 0.4);
}
.arrow-btn:hover,
.header .login-btn:hover {
  -moz-box-shadow: 0 0 0.25rem rgba(46, 188, 79, 0.4);
}
.title {
  font-size: 0.75rem;
  text-align: center;
  font-weight: 400;
  padding-bottom: 0.75rem;
  letter-spacing: 4px;
}
.title strong.english {
  letter-spacing: 0;
  margin-left: -0.2rem;
}
.ecer-flex {
  display: flex;
}
.ecer-flex-col {
  flex-direction: column;
}
.ecer-flex-align {
  align-items: center;
}
.ecer-flex-bottom {
  align-items: flex-end;
}
.ecer-flex-stretch {
  align-items: stretch;
}
.ecer-flex-end {
  align-items: flex-end;
}
.ecer-flex-justify {
  justify-content: center;
}
.ecer-flex-space-between {
  justify-content: space-between;
}
.ecer-flex-auto {
  width: 0;
  flex: 1;
}
.ecer-flex-wrap {
  flex-wrap: wrap;
}
.rule {
  overflow: hidden;
}
.google-ads-form {
  padding: 26px 40px;
  margin: -250px auto 0;
  position: relative;
  z-index: 1;
  width: 1160px;
  background: #FFFFFF;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
.google-ads-form .ads-button,.google-ads-form .ads-button-t {
  width: 160px;
  cursor: pointer;
}
.google-ads-form input::-webkit-input-placeholder,
.google-ads-form select::-webkit-input-placeholder {
  color: #444;
}
.google-ads-form input:-moz-placeholder,
.google-ads-form select:-moz-placeholder {
  color: #444;
}
.google-ads-form input::-moz-placeholder,
.google-ads-form select::-moz-placeholder {
  color: #444;
}
.google-ads-form input:-ms-input-placeholder,
.google-ads-form select:-ms-input-placeholder {
  color: #444;
}
.google-ads-form input,
.google-ads-form select {
  height: 48px;
  padding: 0 16px;
  color: #444;
  margin-right: 2%;
  border: 1px solid #ddd;
  border: 1px solid #C8C8C8;
  opacity: 1;
  border-radius: 8px;
}
.google-ads-form .ads-button,.google-ads-form .ads-button-t {
  display: inline-block;
  line-height: 48px;
  font-size: 16px;
  color: #fff;
  padding: 0 20px;
  height: 48px;
  border-radius: 8px;
  border: none;
  background: linear-gradient(309deg, #51B04A 0%, #63C95A 100%);
}
.contact-now {
  min-height: 100px;
  background: url(../image/agent-m/view/wxbg.jpg) no-repeat center;
  background-size: auto 100%;
  margin-top: 2.5rem;
}
.contact-now .jz-container {
  height: inherit;
}
.contact-now .contact-desc {
  font-size: 40px;
  color: #FFFFFF;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}
.contact-now .contact-desc p {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  /* opacity: 0.7; */
}
.contact-now .contact-desc p span {
  position: relative;
  padding-right: 15px;
  margin-right: 14px;
  opacity: 0.7;
}
.contact-now .contact-desc p .contact-tel::before {
  content: "";
    height: 11px;
    width: 1px;
    background: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: -3px;
    transform: translate(-50%, -50%);
}
}
.contact-now .splitline {
  width: 1px;
  height: 151px;
  background-color: #FFFFFF;
  opacity: 0.4;
}
.contact-now .contact-tel {
  font-size: 20px;
  color: #FFFFFF;
  font-weight: bold;
  position: relative;
  padding-left: 32px;
}
.contact-now .contact-tel .calltel {
  content: "";
  display: block;
  position: absolute;
  width: 22px;
  height: 22px;
  background: green;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  background: url(../image/agent-m/view/tel.png) no-repeat center;
  background-size: contain;
}
.contact-now .contact-tel .tel {
  margin-top: 8px;
}
.contact-now .wx-code {
  width: 88px;
  height: 88px;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  margin-left: 17px;
}
.contact-now .jz-container {
  width: 100%;
  padding: 0 140px;
  box-sizing: border-box;
  justify-content: space-between;
}
.contact-now .jz-container .contact-bg {
  position: absolute;
  left: 0;
  top: -54px;
}
.contact-now .jz-container .contact-bg img {
  position: absolute;
  bottom: 0;
  left: 0;
}
.flex {
  display: flex;
}
.flex-col {
  flex-direction: column;
}
.flex-align {
  align-items: center;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-stretch {
  align-items: stretch;
}
.flex-end {
  align-items: flex-end;
}
.flex-justify {
  justify-content: center;
}
.flex-between {
  justify-content: space-between;
}
.flex-auto {
  width: 0;
  flex: 1;
}
.partner-area .jz-container {
  width: 100%;
  padding: 0 140px;
  box-sizing: border-box;
}
.partner-logo {
  padding: 0px 0 90px;
  overflow: hidden;
  margin-top: 60px;
}
.partner-logo .jz-container {
  width: 100%;
  padding: 40px 240px;
  box-sizing: border-box;
  background: url("../image/agent-m/view/world.png") no-repeat center center;
  background-size: auto 100%;
}
.partner-logo .jz-title {
  color: #FFFFFF;
}
.partner-logo .logo-item {
  width: 23%;
  height: 128px;
  margin: 0 1% 24px;
}
.partner-logo .logo-list .logo-item:first-child .ads-sprite {
  width: 223px;
  height: 80px;
  background: url(../image/agent-m/view/fb.jpg) no-repeat center;
  background-size: contain;
}
.partner-logo .logo-list .logo-item:nth-child(2) .ads-sprite {
  width: 208px;
  height: 98px;
  background: url('../image/agent-m/view/googleparter.png') no-repeat center;
  background-size: contain;
}
.partner-logo .logo-list .logo-item:nth-child(3) .ads-sprite {
  width: 238px;
  height: 108px;
  background: url('../image/agent-m/view/pp.png') no-repeat center;
  background-size: contain;
}
.partner-logo .logo-list .logo-item:nth-child(4) .ads-sprite {
  width: 170px;
  height: 60px;
  background: url('../image/agent-m/view/aws.png') no-repeat center;
  background-size: contain;
}
.partner-logo .logo-list .logo-item:nth-child(5) .ads-sprite {
  width: 176px;
  height: 83px;
  background: url('../image/agent-m/view/str.png') no-repeat center;
  background-size: contain;
}
.partner-logo .logo-list .logo-item:nth-child(6) .ads-sprite {
  width: 207px;
  height: 45px;
  background: url('../image/agent-m/view/fed.png') no-repeat center;
  background-size: contain;
}
.partner-logo .logo-list .logo-item:nth-child(7) .ads-sprite {
  width: 187px;
  height: 62px;
  background: url('../image/agent-m/view/dhl.png') no-repeat center;
  background-size: contain;
}
.partner-logo .logo-list .logo-item:nth-child(8) .ads-sprite {
  width: 231px;
  height: 36px;
  background: url('../image/agent-m/view/asi.png') no-repeat center;
  background-size: contain;
}
.operations {
  text-align: center;
  margin-top: 0.5rem;
  font-size: 0;
}
.operations a {
  font-size: 0.35rem;
  line-height: 0.5rem;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.operations a span {
  position: absolute;
  right: -0.5rem;
  transition: all 150ms ease-in-out;
}
.operations a:hover span {
  transform: translateX(0.05rem);
}


.header.fixed .login-user .user-info,
.header.fixed .login-user .user-info li a,
.header.fixed .nav .menu-list a {
  color: #333;
}
.header,
.header .nav .menu-list li .second-menu-list {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.jz-banner {
  height: 990px;
  background-color: #FFFFFF;
  overflow: hidden;
  position: relative;
  background: url('../image/agent-m/view/top.jpg') no-repeat center top;
}
.jz-banner .radius1 {
  opacity: 0.6;
  left: -15%;
  top: -12%;
  width: 380px;
  height: 380px;
  background: linear-gradient(149.21deg, #4172f3 0%, #ffffff 100%);
}
.jz-banner .radius2 {
  top: 40%;
  left: 6%;
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
}
.jz-banner .radius2:after {
  content: "";
  border: 4px solid #9591e5;
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  transform: rotate(45deg) translate(29%, 2%);
  opacity: 0.5;
}
.jz-banner .radius3 {
  width: 100px;
  height: 100px;
  opacity: 0.2;
  left: -8%;
  top: 6%;
  z-index: 0;
}
.jz-banner .radius4 {
  width: 100px;
  height: 100px;
  opacity: 0.2;
  left: 5%;
  top: 40%;
  z-index: 0;
  position: absolute;
}
.jz-banner .radius5 {
  display: block;
  width: 943px;
  height: 829px;
  right: -4%;
  top: -10%;
  z-index: 0;
  position: absolute;
  background: url(../image/agent-m/maoytload/bgsun.png) no-repeat left bottom;
}
.jz-banner .radius6 {
  display: block;
  width: 111px;
  height: 123px;
  left: 5%;
  bottom: 16%;
  z-index: 0;
  position: absolute;
  background: url(../image/agent-m/maoytload/square.png) no-repeat center center;
}
.jz-banner .jz-container {
  height: 100%;
  position: relative;
  z-index: 1;
  width: 40rem;
  margin: 0 auto;
}
.jz-banner .banner-lf,
.jz-banner .banner-rg {
  width: 50%;
}
.jz-banner .banner-lf {
  padding-top: 130px;
  padding-right: 70px;
}
.jz-banner .jz-title {
  text-align: left;
  margin-top: 32px;
  letter-spacing: 6px;
  font-size: 1.4rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 5px;
}
.jz-banner .jz-title::after {
  transform: translateX(0);
  left: 0;
}
.jz-banner .banner-rg {
  height: 100%;
  position: relative;
}
.jz-banner .banner-bg {
  width: 989px;
  height: 490px;
  position: absolute;
  left: 0;
  top: 82px;
}
.jz-banner .banner-tag {
  display: inline-block;
  padding: 6px 24px;
  background: #fff;
  height: 62px;
  box-sizing: border-box;
  line-height: 52px;
  font-size: 0.9rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #193C91;
  border-radius: 12px;
}
.jz-banner .contact {
  margin-top: 20px;
}
.jz-banner .wx-code .jz-img-container {
  width: 3.3rem;
  height: 3.3rem;
  padding: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.jz-banner .wx-code .jz-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: rgba(255, 255, 255, 0.16);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.jz-banner .wx-code .code-desc {
  font-size: 0.54rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #D4E1FF;
  margin-left: 12px;
  font-weight: 300;
}
.jz-banner .wx-code .code-desc p:nth-of-type(1) {
  margin-bottom: 10px;
}
.jz-banner .contact-tel {
  font-size: 28px;
  color: #111111;
  position: relative;
  margin-bottom: 18px;
}
.jz-banner .contact-tel .icon-tel {
  display: block;
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 50%;
}
.jz-banner .contact-tel .icon-tel:after {
  content: "";
  display: block;
  position: absolute;
  width: 22px;
  height: 22px;
  background: green;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  background: url(../image/agent-m/view/darktel.png) no-repeat center;
  background-size: contain;
}
.jz-banner .contact-tel .tel {
  margin-left: 8px;
  font-weight: 300;
  color: #fff;
  font-size: 16px;
}
.jz-banner .banner-imgs {
  margin-top: 100px;
  margin-left: -70px;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
.jz-banner .banner-bg1 {
  max-width: 451px;
  margin-top: 25px;
}
.jz-banner .banner-imgs .jz-img-container {
  border-radius: 8px;
  overflow: hidden;
}
.jz-banner .banner-imgs-rg {
  margin-left: -226px;
  margin-top: 300px;
}
.jz-banner .banner-bg2 {
  width: 161px;
  max-width: 260px;
  margin-top: 70px;
  margin-left: 64px;
}
.jz-banner .banner-bg3 {
  margin-top: -86px;
  max-width: 260px;
}
.text-desc {
  display: flex;
  width: 400px;
  flex-direction: row;
  flex-wrap: wrap;
}
.txt-item {
  display: flex;
  width: 136px;
  text-align: center;
  font-size: 0.54rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  align-items: center;
  width: 45%;
  margin: 8px 0;
}
.txt-item .item-img img {
  height: 30px;
  width: 34px;
  margin-right: 14px;
}
.home-detail .with-google-images .position .positon-icon {
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.home-detail .show-text .small-title {
  font-size: 0.45rem;
  line-height: 0.9rem;
  color: #4B4B4B;
  margin-top: 0.375rem;
}
.home-detail .show-text .title::before {
  left: 0;
  margin-left: 0;
}
.home-detail .show-text .desc-text p {
  color: #4B4B4B;
  font-size: 0.45rem;
  font-weight: 400;
  letter-spacing: 1px;
  position: relative;
  /* white-space: nowrap; */
  text-align: left;
  padding-left: 24px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.home-detail .show-text .desc-text p:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  background: #51B04A;
}
.home-detail .show-text .desc-text p.wrap {
  white-space: unset;
}
.home-detail .show-text .desc-text .green-radius {
  display: inline-block;
  vertical-align: middle;
  width: 0.175rem;
  height: 0.175rem;
  background: #4CA566;
  border-radius: 50%;
  margin-right: 0.15rem;
}
.home-detail .arrow-btn {
  background: 0 0;
  color: #2879FF;
  font-size: 0.4rem;
  font-weight: 400;
  transition: none;
  padding: 0;
}
.home-detail .arrow-btn:hover {
  box-shadow: 0 0 0;
}
.detail-more {
  text-align: center;
  margin-top: 3rem;
  transition: all ease-in-out 0.3s;
}
.detail-more:hover {
  transform: scale(1.2);
}
.detail-more a {
  font-size: 0;
}
.home-detail .detail-item {
  position: relative;
}
.home-detail .detail-item .icon-bg-0 {
  position: absolute;
  top: -50%;
  left: -12%;
  width: 100px;
  height: 100px;
  background: url(../image/agent-m/view/radio1.png) no-repeat center;
  display: inline-block;
}
.home-detail .detail-item .icon-bg-1 {
  position: absolute;
  top: -121%;
  right: -4%;
  width: 500px;
  height: 300px;
  background: url(../image/agent-m/view/radio2.png) no-repeat center top;
  display: inline-block;
}
.home-detail .detail-item .icon-bg-2 {
  position: absolute;
  top: -50%;
  left: 38%;
  width: 100px;
  height: 100px;
  background: url(../image/agent-m/view/radio3.png) no-repeat center;
  display: inline-block;
  background-size: contain;
}
.home-detail .detail-item .icon-bg-3 {
  position: absolute;
  bottom: -56%;
  left: -14%;
  width: 150px;
  height: 150px;
  background: url(../image/agent-m/view/radio4.png) no-repeat center;
  display: inline-block;
  background-size: contain;
}
.home-detail .detail-item .icon-bg-4 {
  position: absolute;
  bottom: -56%;
  right: -14%;
  width: 150px;
  height: 150px;
  background: url(../image/agent-m/view/radio5.png) no-repeat center;
  display: inline-block;
  background-size: contain;
}
.content-box.home-content-box {
  width: 36rem;
  margin-top: 40px;
}
.home-detail .detail-item-main {
  padding-top: 7rem;
}
.home-detail .detail-item-main:nth-of-type(1) {
  padding-top: 3.5rem;
}
.home-detail .detail-item-main:nth-of-type(2) .title .topicon .prei:before {
  background: #E2E2E2;
}
.home-detail .detail-item-main:nth-of-type(2) .title .topicon .prei:after {
  background: #51B04A;
}
.home-detail .detail-item-main:nth-of-type(2) .show-text .desc-text {
  padding-left: 46px;
}
.home-detail .detail-item-main:nth-of-type(2) .show-text .desc-text p {
  width: 300px;
}
.home-detail .detail-item-main:nth-of-type(3) .title .topicon .prei:before {
  background: #E2E2E2;
}
.home-detail .detail-item-main:nth-of-type(3) .title .topicon .prez:before {
  background: #51B04A;
}
.home-detail .detail-item-main:nth-of-type(4) .title .topicon .prei:before {
  background: #E2E2E2;
}
.home-detail .detail-item-main:nth-of-type(4) .title .topicon .prez:after {
  background: #51B04A;
}
.home-detail .detail-item-main:nth-of-type(4) .show-text .desc-text {
  padding-left: 225px;
  text-align: left;
}
.my-tab.detail-item {
  padding-top: 5rem;
}
.home-detail .detail-item-main:nth-of-type(4) {
  padding-top: 6rem;
}
.home-detail .detail-item-main:nth-of-type(5) {
  padding-top: 6.5rem;
}
.content-box.home-content-box .home-detail.tech-service-ctc .detail-item-main {
  padding-top: 3.5rem;
}
.content-box.home-content-box .home-detail.tech-service-ctc .video-play-btn {
  bottom: 0.75rem;
}
.home-detail .detail-item .float-left {
  width: 35%;
}
.home-detail .detail-item .float-left .show-text .desc-text {
  text-align: right;
}
.home-detail .detail-item .float-left .title {
  /* text-align: right; */
  font-weight: 600;
  float: right;
}
.home-detail .detail-item .float-left .desc-text {
  text-align: right;
}
.home-detail .show-images {
  width: 65%;
  text-align: right;
  font-size: 1rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.home-detail .show-images .images-content {
  display: inline-block;
  width: 18.625rem;
  height: 10.5rem;
  position: relative;
  margin-top: 15px;
}
.home-detail .show-images .lazyi {
  height: 185px;
  object-fit: cover;
  width: 100%;
} 
.home-detail .show-images .images-content .map-orange {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-animation: myOpacity 1.5s ease-in-out infinite;
  animation: myOpacity 1.5s ease-in-out infinite;
}
@-webkit-keyframes myOpacity {
  0%,
  100% {
    opacity: 0;
  }
  25%,
  75% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}
@keyframes myOpacity {
  0%,
  100% {
    opacity: 0;
  }
  25%,
  75% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}
.home-detail .show-images .images-content .bling-radio {
  position: absolute;
  width: 0.65rem;
  height: 0.65rem;
  font-family: reducto_condensed_ssiCn;
  text-align: center;
  z-index: 2;
  transform: scale(0);
  -webkit-animation-name: zoomPoint;
          animation-name: zoomPoint;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.home-detail .show-images .images-content .bling-radio::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  z-index: -1;
  background: radial-gradient(circle, #ff6b1d 0, #ff6514 100%);
}
.home-detail .show-images .images-content .bling-radio.has-number {
  width: 1.7rem;
  height: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  font-size: 0.775rem;
  font-weight: 700;
  color: #fff;
  font-family: reducto_condensed_ssiCn;
}
.home-detail .show-images .images-content .bling-radio.has-number::after {
  top: -0.325rem;
  right: -0.325rem;
  bottom: -0.325rem;
  left: -0.325rem;
}
.home-detail .show-images .images-content .bling-radio.has-number:nth-of-type(1) {
  left: 3.15rem;
  top: 2.9rem;
}
.home-detail .show-images .images-content .bling-radio.has-number:nth-of-type(2) {
  left: 9.45rem;
  top: 1.5rem;
}
.home-detail .show-images .images-content .bling-radio.has-number:nth-of-type(3) {
  left: 13.375rem;
  top: 0.325rem;
}
.home-detail .show-images .images-content .bling-radio.has-number:nth-of-type(4) {
  left: 13.4rem;
  top: 4.2rem;
}
.home-detail .show-images .images-content .bling-radio.has-number:nth-of-type(5) {
  left: 17.375rem;
  top: 7.875rem;
}
.home-detail .show-images .images-content .bling-radio::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  background: radial-gradient(circle, rgba(255, 107, 29, 0.2) 0, rgba(255, 101, 20, 0.2) 100%);
  top: -0.225rem;
  right: -0.225rem;
  bottom: -0.225rem;
  left: -0.225rem;
}
.home-detail .show-images .images-content .bling-radio:nth-of-type(1) {
  left: 2.175rem;
  top: 3.475rem;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.home-detail .show-images .images-content .bling-radio:nth-of-type(2) {
  left: 4.575rem;
  top: 3.575rem;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.home-detail .show-images .images-content .bling-radio:nth-of-type(3) {
  left: 5.825rem;
  top: 6.975rem;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.home-detail .show-images .images-content .bling-radio:nth-of-type(4) {
  left: 10.175rem;
  top: 2.175rem;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.home-detail .show-images .images-content .bling-radio:nth-of-type(5) {
  left: 12.1rem;
  top: 3.575rem;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.home-detail .show-images .images-content .bling-radio:nth-of-type(6) {
  left: 13.85rem;
  top: 4.8rem;
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
.home-detail .show-images .images-content .bling-radio:nth-of-type(7) {
  left: 18.325rem;
  top: 8.6rem;
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}
.home-detail .show-images .images-content .bling-radio:nth-of-type(8) {
  left: 13.525rem;
  top: 0.475rem;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
@-webkit-keyframes zoomPoint {
  0% {
    -webkit-transform: scale(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
  }
}
@keyframes zoomPoint {
  0% {
    transform: scale(0);
  }
  80% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.home-detail .show-images .images-content .image-item {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  transform: scale(0);
  opacity: 0;
  z-index: 3;
  transition: all 0.6s ease-in-out 0s;
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.3);
}
.home-detail .show-images .images-content .image-item:nth-of-type(1) {
  width: 4.5rem;
  height: 4.5rem;
  left: 4.725rem;
  top: -0.775rem;
}
.home-detail .show-images .images-content .image-item:nth-of-type(2) {
  width: 2.4rem;
  height: 2.4rem;
  transition-delay: 0.2s;
  left: 16.225rem;
  top: -0.5rem;
}
.home-detail .show-images .images-content .image-item:nth-of-type(3) {
  width: 3.2rem;
  height: 3.2rem;
  transition-delay: 0.4s;
  left: 7.95rem;
  top: 4.625rem;
}
.home-detail .show-images .images-content .image-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home-detail .show-images .images-content.action .image-item {
  transform: scale(1);
  opacity: 1;
}
.home-detail .mac-content .mac-screen .mac-screen-item,
.home-detail .mac-content .piece-item {
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out 0s;
  -moz-transition: all 0.6s ease-in-out 0s;
  -o-transition: all 0.6s ease-in-out 0s;
  -ms-transition: all 0.6s ease-in-out 0s;
}
.home-detail .show-text.float-right {
  width: 35%;
  text-align: right;
}
.home-detail .show-images.float-left {
  width: 65%;
  left: 0;
}
.home-detail .show-text.float-right .title {
  text-align: left;
  font-weight: 600;
  margin-left: -3rem;
}
.home-detail .show-text.float-right .title strong {
  color: #51B04A;
}
.home-detail .show-text .title strong {
  color: #51B04A;
}
.home-detail .title .topicon {
  font-weight: 600;
  position: relative;
}
.home-detail .title .topicon .prei {
  position: absolute;
  top: -30px;
  left: -3px;
  width: 50%;
  display: flex;
  justify-content: space-around;
}
.home-detail .title .topicon .prei:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #E2E2E2;
  opacity: 1;
  border-radius: 2px;
  background: #51B04A;
}
.home-detail .title .topicon .prei:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  opacity: 1;
  border-radius: 2px;
  background: #E2E2E2;
}
.home-detail .title .topicon .prez {
  position: absolute;
  top: -30px;
  right: 2px;
  width: 50%;
  display: flex;
  justify-content: space-around;
}
.home-detail .title .topicon .prez:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  opacity: 1;
  border-radius: 2px;
  background: #E2E2E2;
}
.home-detail .title .topicon .prez:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  opacity: 1;
  border-radius: 2px;
  background: #E2E2E2;
  visibility: hidden;
}
.home-detail .show-text.float-right .desc-text {
  text-align: left;
  margin-left: -3rem;
}
.home-detail .mac-content {
  width: 21.85rem;
  height: 12.75rem;
  width: 18.625rem;
  height: 10.5rem;
  margin-left: -1.475rem;
  position: relative;
}
.home-detail .mac-content .mac-screen {
  position: absolute;
  width: 15.175rem;
  height: 9.825rem;
  top: 2.5rem;
  left: 4.325rem;
}
.home-detail .mac-content .mac-screen .mac-screen-item {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 100%);
  transition: all 0.6s ease-in-out 0s;
}
.home-detail .mac-content .mac-screen .mac-screen-item:nth-of-type(1) {
  width: 15.125rem;
  height: 1.775rem;
  top: 0;
}
.home-detail .mac-content .mac-screen .mac-screen-item:nth-of-type(2) {
  width: 11.4rem;
  height: 1.6rem;
  top: 1.775rem;
  transition-delay: 0.2s;
}
.home-detail .mac-content .mac-screen .mac-screen-item:nth-of-type(3) {
  width: 14.525rem;
  height: 1.85rem;
  top: 3.375rem;
  transition-delay: 0.4s;
}
.home-detail .mac-content .mac-screen .mac-screen-item:nth-of-type(4) {
  width: 14.425rem;
  height: 2.925rem;
  top: 5.45rem;
  transition-delay: 0.6s;
}
.home-detail .mac-content .mac-screen .mac-screen-item:nth-of-type(5) {
  width: 14.425rem;
  height: 2.55rem;
  top: 7.875rem;
  transition-delay: 0.8s;
}
.home-detail .mac-content .piece-item {
  position: absolute;
  border-radius: 0.1rem;
  padding: 0.7rem 0.95rem;
  background: #fff;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.27);
  transform: scale(0);
  transition: all 0.6s ease-in-out 0s;
}
.home-detail .mac-content .piece-item .number {
  font-size: 0;
  height: 1.25rem;
  line-height: 1.25rem;
  text-align: center;
}
.home-detail .mac-content .piece-item i,
.home-detail .mac-content .piece-item span {
  display: inline-block;
  vertical-align: middle;
}
.home-detail .mac-content .piece-item span {
  font-size: 1.15rem;
  color: #2EBC4F;
  font-weight: 700;
  font-family: reducto_condensed_ssiCn;
}
.home-detail .mac-content .piece-item .text {
  font-size: 0.35rem;
  color: #999;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-align: center;
  margin-top: 0.25rem;
}
.home-detail .mac-content .piece-item .grow {
  width: 0.675rem;
  height: 1.15rem;
  background: url(../image/agent-m/view/home/mac-arrow.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 0.375rem;
}
.home-detail .mac-content .piece-item img {
  width: 7.125rem;
  height: 3.575rem;
}
.home-detail .mac-content .piece-item1 {
  top: 0.475rem;
  left: 2.075rem;
}
.home-detail .mac-content .piece-item2 {
  padding: 0 0.275rem;
  top: 3.3rem;
  left: 16.125rem;
}
.home-detail .mac-content .piece-item3 {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  padding: 0;
  top: 8.75rem;
  left: 3.6rem;
}
.home-detail .mac-content .piece-item3::before {
  content: "";
  width: 1.175rem;
  height: 1.175rem;
  background: #2EBC4F;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home-detail .mac-content .piece-item3::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 0.2rem 0.3rem;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  left: 0.65rem;
  transform: translate(0, -50%);
}
.home-detail .mac-content .piece-item4 {
  top: 7.875rem;
  left: 17.95rem;
}
.home-detail .mac-content.action .mac-screen .mac-screen-item {
  transform: translate(-50%, 0);
  opacity: 1;
}
.home-detail .mac-content.action .piece-item {
  transform: scale(1);
  opacity: 1;
}
.home-detail .language-team {
  float: right;
  width: 18.425rem;
  height: 13.525rem;
  position: relative;
}
.home-detail .language-team img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home-detail .language-team .bubble-item {
  background: #fff;
  padding: 0.25rem 0.775rem;
  font-size: 1.775rem;
  color: #40CCD1;
  font-weight: 800;
  box-shadow: 0 0.05rem 0.25rem rgba(0, 0, 0, 0.16);
  border-radius: 0.25rem;
  position: absolute;
  opacity: 0;
  white-space: nowrap;
  transform: translateY(50%);
  transition: all 0.6s ease-in-out 0s;
}
.home-detail .language-team .bubble-item::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-width: 0.5rem 0.3rem;
  border-style: solid;
  border-color: #fff transparent transparent;
  bottom: -0.975rem;
  right: 0.5rem;
}
.home-detail .language-team .bubble-item:nth-of-type(1) {
  left: 0.625rem;
  top: -0.125rem;
}
.home-detail .language-team .bubble-item:nth-of-type(2) {
  padding: 0.3rem 0.375rem;
  font-size: 0.7rem;
  color: #803B00;
  left: 2.375rem;
  top: 4.75rem;
  transition-delay: 0.1s;
}
.home-detail .language-team .bubble-item:nth-of-type(2)::before {
  border-width: 0.2rem 0.3rem;
  border-color: transparent transparent transparent #fff;
  right: -0.575rem;
  bottom: 1rem;
}
.home-detail .language-team .bubble-item:nth-of-type(3) {
  padding: 0.225rem 0.25rem;
  font-size: 0.3rem;
  color: #FFC915;
  left: 1.975rem;
  top: 7.075rem;
  transition-delay: 0.2s;
}
.home-detail .language-team .bubble-item:nth-of-type(3)::before {
  border-width: 0.2rem 0.15rem;
  right: 0.25rem;
  bottom: -0.375rem;
}
.home-detail .language-team .bubble-item:nth-of-type(4) {
  padding: 0.325rem 0.55rem;
  font-size: 0.95rem;
  color: #EF2884;
  right: 1.775rem;
  top: 0.375rem;
  transition-delay: 0.3s;
}
.home-detail .language-team .bubble-item:nth-of-type(4)::before {
  border-width: 0.325rem 0.2rem;
  left: 0.5rem;
  bottom: -0.625rem;
  box-sizing: border-box;
}
.home-detail .language-team .bubble-item:nth-of-type(5) {
  padding: 0.175rem 0.25rem;
  font-size: 0.325rem;
  color: #00A7FF;
  right: 1.775rem;
  top: 3.575rem;
  transition-delay: 0.4s;
}
.home-detail .language-team .bubble-item:nth-of-type(5)::before {
  border-width: 0.15rem 0.1rem;
  left: 0.25rem;
  bottom: -0.25rem;
}
.home-detail .language-team .bubble-item:nth-of-type(6) {
  padding: 0.375rem 0.25rem;
  font-size: 0.675rem;
  color: #ED7A18;
  right: 1.5rem;
  top: 5.5rem;
  transition-delay: 0.5s;
}
.home-detail .language-team .bubble-item:nth-of-type(6)::before {
  border-width: 0.3rem 0.2rem;
  left: 0.5rem;
  bottom: -0.57rem;
}
.home-detail .language-team.action .bubble-item {
  transform: translateY(0);
  opacity: 1;
}
.home-detail .my-tab .home-tab-content {
  margin-top: -0.5rem;
}
.home-detail .my-tab .home-tab-content .float-left {
  width: 50%;
  height: 20.4rem;
}
.home-detail .my-tab .home-tab-content .img-item {
  height: 20.4rem;
}
.home-detail .my-tab .home-tab-content .img-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home-detail .my-tab .tab-data-content {
  height: 100%;
  background: #2778FE;
  box-sizing: border-box;
  position: relative;
}
.home-detail .my-tab .data-content-item {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  color: #fff;
  opacity: 0;
  transition: opacity 0.8s ease-in-out 0s;
}
.home-detail .my-tab .data-content-item .data-item-ctc {
  background: #2778FE;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 2.325rem 1.75rem 3.45rem;
}
.home-detail .my-tab .home-tab-content.action .data-content-item:first-of-type {
  opacity: 1;
}
.home-detail .my-tab .data-content-item .data-title {
  font-size: 0.85rem;
  font-weight: 400;
  letter-spacing: 0.05rem;
}
.home-detail .my-tab .data-content-item .data-desc {
  font-size: 0.45rem;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 0.9rem;
  margin-top: 1.25rem;
}
.home-detail .my-tab .home-tab-content.action .data-content-item .bar-lists .bar-item:first-of-type .ellipse.on {
  height: 2.625rem;
}
.home-detail .my-tab .home-tab-content.action .data-content-item:first-of-type .bar-lists .bar-item:first-of-type .ellipse.on {
  height: 59.92%;
}
.home-detail .my-tab .home-tab-content.action .data-content-item:first-of-type .bar-lists .bar-item:nth-of-type(2) .ellipse.on {
  height: 82.32%;
}
.home-detail .my-tab .home-tab-content.action .data-content-item:first-of-type .bar-lists .bar-item:nth-of-type(3) .ellipse.on {
  height: 73.92%;
}
.home-detail .my-tab .home-tab-content.action .data-content-item:nth-of-type(2) .bar-lists .bar-item:first-of-type .ellipse.on {
  height: 47.04%;
}
.home-detail .my-tab .home-tab-content.action .data-content-item:nth-of-type(2) .bar-lists .bar-item:nth-of-type(2) .ellipse.on {
  height: 76.16%;
}
.home-detail .my-tab .home-tab-content.action .data-content-item:nth-of-type(2) .bar-lists .bar-item:nth-of-type(3) .ellipse.on {
  height: 62.04%;
}
.home-detail .my-tab .home-tab-content.action .data-content-item .bar-lists .bar-item .ellipse.blue.on {
  height: 28% !important;
}
.home-detail .my-tab .home-tab-content.action .data-content-item .bar-lists .bar-item:nth-of-type(2) .ellipse.blue.on {
  height: 56% !important;
}
.home-detail .my-tab .home-tab-content.action .data-content-item .bar-lists .bar-item:nth-of-type(3) .ellipse.blue.on {
  height: 44% !important;
}
.home-detail .my-tab .home-tab-content.action .data-content-item .bar-lists .bar-item:nth-of-type(2) .ellipse.on {
  height: 2.25rem;
}
.home-detail .my-tab .home-tab-content.action .data-content-item .bar-lists .bar-item:nth-of-type(3) .ellipse.on {
  height: 2.4rem;
}
.home-detail .bar-lists {
  margin-top: 2.5rem;
  font-size: 0;
}
.home-detail .bar-item {
  display: inline-block;
  vertical-align: top;
  width: 26%;
  margin-right: 6.5%;
}
.home-detail .bar-item:last-of-type {
  margin-right: 0;
  width: 31%;
}
.home-detail .bar-item .bar {
  height: 3.75rem;
  width: 2.35rem;
  margin: 0 auto;
  position: relative;
}
.home-detail .bar-item .bar .ellipse {
  display: inline-block;
  width: 1rem;
  height: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../image/agent-m/view/home/bar1-body.png);
  background-size: 100% 100%;
  transition: height 1s linear;
}
.home-detail .bar-item .bar .ellipse.blue {
  background-image: url(../image/agent-m/view/home/bar2-body.png);
  background-size: 100% 100%;
  left: 0;
  right: unset;
}
.home-detail .bar-item .bar .ellipse::after,
.home-detail .bar-item .bar .ellipse::before {
  content: '';
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
}
.home-detail .bar-item .bar .ellipse::before {
  height: 0.6rem;
  top: -0.56rem;
  background-position: center bottom;
  background-image: url(../image/agent-m/view/home/bar1-top.png);
  background-size: 100% 100%;
}
.home-detail .bar-item .bar .ellipse.blue::before {
  background-image: url(../image/agent-m/view/home/bar2-top.png);
  background-size: 100% 100%;
  top: -0.56rem;
}
.home-detail .bar-item .bar .ellipse::after {
  height: 0.3rem;
  bottom: -0.265rem;
  background-position: center top;
  background-image: url(../image/agent-m/view/home/bar1-bottom.png);
  background-size: 100% 100%;
}
.home-detail .bar-item .bar .ellipse.blue::after {
  height: 0.35rem;
  bottom: -0.315rem;
  background-image: url(../image/agent-m/view/home/bar2-bottom.png);
  background-size: 100% 100%;
}
.home-detail .bar-item .bar-number {
  font-size: 0.85rem;
  font-weight: 700;
  text-align: center;
  margin-top: 0.45rem;
}
.home-detail .bar-item .bar-name {
  height: 0.9rem;
  font-size: 0.4rem;
  font-weight: 400;
  letter-spacing: 0.05rem;
  text-align: center;
}
.home-detail .show-images.green-globalmap,
.home-detail .show-text.float-right.with-google,
.home-detail .show-text.float-right.with-google .title,
.home-detail.tech-service-ctc .show-text.float-right,
.home-detail.tech-service-ctc .show-text.float-right .title {
  text-align: left;
}
.home-detail .lengend {
  margin-top: 2rem;
  margin-left: 0.5rem;
}
.home-detail .lengend .lengend-item {
  font-size: 0.4rem;
  padding-left: 1.125rem;
  margin-right: 1.75rem;
  position: relative;
}
.home-detail .lengend .lengend-item:last-of-type {
  margin-right: 0;
}
.home-detail .lengend .lengend-item::before {
  content: "";
  position: absolute;
  width: 0.775rem;
  height: 0.875rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../image/agent-m/view/home/bar1.png);
  background-size: 100% 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.home-detail .lengend .lengend-item.blue::before {
  width: 0.8rem;
  height: 0.95rem;
  background-image: url(../image/agent-m/view/home/bar2.png);
  background-size: 100% 100%;
}
.home-detail .show-text.float-right.with-google {
  width: 40%;
}
.home-detail .show-images.float-left.with-google {
  width: 60%;
}
.home-detail .show-text.float-right.with-google .title::before {
  left: 0;
}
.home-detail .with-google-images {
  width: 82.67%;
  position: relative;
}
.home-detail .with-google-images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 0.1rem;
}
.home-detail .with-google-images .pic-scroll-play .li-item {
  position: relative;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.home-detail .with-google-images .pic-scroll-play .image-item {
  position: absolute;
  width: 87.22%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home-detail .with-google-images .pic-scroll-play .image-item .mark-img {
  position: absolute;
  width: 41%;
  height: 20.08%;
  left: -7%;
  top: 10%;
}
.home-detail .with-google-images .pic-scroll-play .mark-text {
  position: absolute;
  font-size: 0.35rem;
  color: #909090;
  text-align: left;
  margin-left: 6.39%;
  bottom: 1.125rem;
}
.home-detail .with-google-images .position {
  position: absolute;
  width: 3.575rem;
  height: 3.575rem;
  right: -0.25rem;
  bottom: -0.25rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.27);
}
.home-detail .with-google-images .position .positon-icon {
  position: absolute;
  width: 1.2rem;
  height: 1.525rem;
  background: url(../image/agent-m/view/home/position-sp.png) no-repeat;
  background-size: 100% 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 0.725rem;
}
.home-detail .with-google-images .position .position-name {
  font-size: 0.35rem;
  color: #909090;
  position: absolute;
  top: 2.25rem;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.home-detail .with-google-images .mark-img,
.home-detail .with-google-images .mark-text,
.home-detail .with-google-images .position {
  opacity: 0;
  transform: translateY(50%);
  transition: all 0.6s ease-in-out 0.3s;
}
.home-detail .with-google-images li.on .mark-img,
.home-detail .with-google-images li.on .mark-text,
.home-detail .with-google-images li.on .position {
  transform: translateY(0);
  opacity: 1;
}
.home-detail .with-google-images .pic-scroll-play li.on .li-item {
  opacity: 1;
}
.home-detail .with-google-images li.on .mark-text {
  transition-delay: 0.6s;
}
.home-detail.tech-service-ctc .alpha .float-left {
  width: 17.15rem;
  height: 9.25rem;
  position: relative;
}
.home-detail.tech-service-ctc .alpha .float-left::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.32);
}
.home-detail.tech-service-ctc .alpha .float-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home-detail.tech-service-ctc .alpha {
  box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.16);
  opacity: 0;
  transform: translateY(50%);
  transition: all 0.6s ease-in-out;
}
.home-detail.tech-service-ctc .alpha.action {
  opacity: 1;
  transform: translateY(0);
}
.home-detail.tech-service-ctc .alpha-content {
  box-sizing: border-box;
  padding: 3rem 1.25rem 0;
  margin-left: 17.15rem;
}
.home-detail.tech-service-ctc .alpha-content .alpha-logo {
  display: block;
  width: 6.925rem;
  height: 2rem;
  background: url(../image/agent-m/view/tech-service/alpha.png) no-repeat;
  background-size: 100% 100%;
}
.home-detail.tech-service-ctc .alpha-content .alpha-text {
  font-size: 0.675rem;
  font-weight: 400;
  color: #333;
  line-height: 1.15rem;
  margin-top: 0.625rem;
}
.home-detail .tech-service-item1 {
  display: inline-block;
  width: 20rem;
  height: 14.725rem;
  position: relative;
}
.home-detail .tech-service-item1 .img-item1 .image,
.home-detail .tech-service-item1 .img-item2 .image,
.home-detail .tech-service-item1 img {
  width: 100%;
}
.home-detail .tech-service-item1 .image-child,
.home-detail .tech-service-item1 .img-item1,
.home-detail .tech-service-item1 .img-item2 {
  position: absolute;
}
.home-detail .tech-service-item1 .img-item1 {
  width: 12.75rem;
  height: 10.025rem;
  top: 1.375rem;
  right: 1.575rem;
  border-radius: 0.5rem;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.2);
}
.home-detail .tech-service-item1 .img-item2 {
  width: 5.25rem;
  height: 10rem;
  left: 1.675rem;
  bottom: 1.7rem;
  border-radius: 0.725rem;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.2);
}
.home-detail .tech-service-item1 .img-item1 .image-child1 {
  width: 2.75rem;
  height: 2.675rem;
  top: 4.425rem;
  right: 0.75rem;
  box-shadow: 0 0 0.375rem rgba(0, 0, 0, 0.16);
}
.home-detail .tech-service-item1 .img-item1 .image-child2 {
  width: 3.45rem;
  height: 0.925rem;
  right: -1.05rem;
  bottom: 0.55rem;
}
.home-detail .tech-service-item1 .img-item2 .image-child1 {
  width: 3.95rem;
  height: 1.475rem;
  left: 0.65rem;
  bottom: 1.675rem;
}
.home-detail .tech-service-item1 .img-item2 .image-child2 {
  width: 4.45rem;
  height: 3.975rem;
  right: -2.4rem;
  top: 0.775rem;
  box-shadow: 0 0 0.75rem rgba(0, 0, 0, 0.08);
}
.home-detail .tech-service-item1 .img-item1 .image-child1,
.home-detail .tech-service-item1 .img-item2 .image-child2,
.home-detail .tech-service-item1 .img-item2 .image-child3 {
  transform: scale(0);
  opacity: 0;
  transition: all 0.6s ease-in-out;
}
.home-detail .tech-service-item1 .img-item1,
.home-detail .tech-service-item1 .img-item1 .image-child2,
.home-detail .tech-service-item1 .img-item2,
.home-detail .tech-service-item1 .img-item2 .image-child1 {
  transform: translateY(50%);
  opacity: 0;
  transition: all 0.6s ease-in-out;
}
.home-detail .tech-service-item1.action .img-item1,
.home-detail .tech-service-item1.action .img-item2 {
  opacity: 1;
  transform: translateY(0);
}
.home-detail .tech-service-item1.action .img-item1 .image-child1,
.home-detail .tech-service-item1.action .img-item2 .image-child2,
.home-detail .tech-service-item1.action .img-item2 .image-child3 {
  opacity: 1;
  transform: scale(1);
}
.home-detail .tech-service-item1.action .img-item1 .image-child2,
.home-detail .tech-service-item1.action .img-item2 .image-child1 {
  opacity: 1;
  transform: translateY(0);
}
.home-detail .tech-service-item1 .img-item1 .image-child1,
.home-detail .tech-service-item1 .img-item1 .image-child2,
.home-detail .tech-service-item1 .img-item2,
.home-detail .tech-service-item1 .img-item2 .image-child1,
.home-detail .tech-service-item1 .img-item2 .image-child2,
.home-detail .tech-service-item1 .img-item2 .image-child3 {
  transition-delay: 0.2s;
}
.home-detail .tech-service-item1 .img-item1 .image-child2,
.home-detail .tech-service-item1 .img-item2 .image-child2 {
  transition-delay: 0.4s;
}
.home-detail .tech-service-item1 .img-item2 .image-child3 {
  width: 1.4rem;
  height: 1.4rem;
  right: -0.7rem;
  bottom: 1.7rem;
  border-radius: 50%;
  box-shadow: 0 0 0.375rem rgba(0, 0, 0, 0.16);
  transition-delay: 0.6s;
}
.home-detail .tech-service-item2 {
  width: 13.725rem;
  height: 14rem;
  position: relative;
}
.home-detail .tech-service-item2 img {
  width: 100%;
  height: 100%;
}
.home-detail .tech-service-item2 .img-item {
  position: absolute;
  width: 12.75rem;
  height: 10.45rem;
  left: 0;
  top: 1.525rem;
  border-radius: 0.5rem;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.2);
}
.home-detail .tech-service-item2 .img-item img {
  width: 100%;
  height: 100%;
}
.home-detail .tech-service-item2 .img-item .image-child {
  position: absolute;
}
.home-detail .tech-service-item2 .img-item .image-child1 {
  width: 13.025rem;
  height: 4.3rem;
  left: -3.25rem;
  top: 4.25rem;
}
.home-detail .tech-service-item2 .img-item .image-child2 {
  width: 8.4rem;
  height: 2.75rem;
  top: 6.5rem;
  right: -2.25rem;
}
.home-detail .tech-service-item2 .img-item .image-child3 {
  width: 1.325rem;
  height: 1.325rem;
  right: 1.5rem;
  bottom: 1.25rem;
}
.home-detail .tech-service-item2 .img-item .image-child4 {
  width: 1.275rem;
  height: 1.275rem;
  right: -1rem;
  bottom: 2rem;
}
.home-detail .tech-service-item2 .img-item .image-child5 {
  width: 1.925rem;
  height: 1.925rem;
  right: -0.5rem;
  bottom: 0;
}
.home-detail .tech-service-item2 .img-item,
.home-detail .tech-service-item2 .img-item .image-child1,
.home-detail .tech-service-item2 .img-item .image-child2 {
  transform: translateY(50%);
  opacity: 0;
  transition: all 0.6s ease-in-out;
}
.home-detail .tech-service-item2 .img-item .image-child3,
.home-detail .tech-service-item2 .img-item .image-child4,
.home-detail .tech-service-item2 .img-item .image-child5 {
  border-radius: 50%;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.2);
  transform: scale(0);
  opacity: 0;
  transition: all 0.6s ease-in-out;
}
.home-detail.tech-service-ctc .show-text .title::before {
  left: 0;
}
.home-detail .tech-service-item2.action .img-item,
.home-detail .tech-service-item2.action .img-item .image-child1,
.home-detail .tech-service-item2.action .img-item .image-child2 {
  opacity: 1;
  transform: translateY(0);
}
.home-detail .tech-service-item2.action .img-item.on .image-child1,
.play-3d .title {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.home-detail .tech-service-item2.action .img-item.on .image-child1 {
  transform: translateY(-50%);
}
.home-detail .tech-service-item2.action .img-item.on .image-child2 {
  transform: translateY(-125%);
}
.home-detail .tech-service-item2.action .img-item .image-child1,
.home-detail .tech-service-item2.action .img-item .image-child2 {
  transition-delay: 0.3s;
}
.home-detail .tech-service-item2.action .img-item .image-child3,
.home-detail .tech-service-item2.action .img-item .image-child4,
.home-detail .tech-service-item2.action .img-item .image-child5 {
  opacity: 1;
  transform: scale(1);
}
.home-detail .tech-service-item2.action .img-item .image-child3 {
  transition-delay: 0.5s;
}
.home-detail .tech-service-item2.action .img-item .image-child4 {
  transition-delay: 0.7s;
}
.home-detail .tech-service-item2.action .img-item .image-child5 {
  transition-delay: 0.9s;
}
.home-detail .tech-service-item3 {
  display: inline-block;
  width: 18.9rem;
  height: 18.8rem;
  position: relative;
}
.home-detail .tech-service-item3 img {
  width: 100%;
  height: 100%;
}
.home-detail .tech-service-item3 .img-item {
  position: absolute;
  width: 12.75rem;
  height: 10.45rem;
  top: 3.65rem;
  left: 1.975rem;
  border-radius: 0.5rem;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.2);
}
.home-detail .tech-service-item3 .img-item .image-child {
  position: absolute;
}
.home-detail .tech-service-item3 .img-item .image-child1 {
  width: 8.225rem;
  height: 2.5rem;
  top: 2.4rem;
  left: -1.975rem;
}
.home-detail .tech-service-item3 .img-item,
.home-detail .tech-service-item3 .img-item .image-child1,
.home-detail .tech-service-item3 .img-item .image-child2 {
  transform: translateY(50%);
  opacity: 0;
  transition: all 0.6s ease-in-out;
}
.home-detail .tech-service-item3 .img-item .image-child2 {
  width: 6.425rem;
  height: 4.65rem;
  right: -1.275rem;
  bottom: 0.775rem;
}
.home-detail .tech-service-item3 .img-item .image-child1,
.home-detail .tech-service-item3 .img-item .image-child2 {
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.2);
}
.home-detail .tech-service-item3 .img-item .image-child3 {
  width: 1.325rem;
  height: 1.325rem;
  left: 3.325rem;
  bottom: 0.25rem;
}
.home-detail .tech-service-item3 .img-item .image-child4 {
  width: 1.275rem;
  height: 1.275rem;
  right: -0.375rem;
  top: 1.25rem;
}
.home-detail .tech-service-item3 .img-item .image-child5 {
  width: 1.925rem;
  height: 1.925rem;
  left: -1rem;
  bottom: 2.375rem;
}
.home-detail .tech-service-item3 .img-item .image-child3,
.home-detail .tech-service-item3 .img-item .image-child4,
.home-detail .tech-service-item3 .img-item .image-child5 {
  border-radius: 50%;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: scale(0);
  transition: all 0.6s ease-in-out;
}
.home-detail .tech-service-item3.action .img-item,
.home-detail .tech-service-item3.action .img-item .image-child1,
.home-detail .tech-service-item3.action .img-item .image-child2 {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.6s ease-in-out;
}
.home-detail .tech-service-item3.action .img-item .image-child3,
.home-detail .tech-service-item3.action .img-item .image-child4,
.home-detail .tech-service-item3.action .img-item .image-child5 {
  opacity: 1;
  transform: scale(1);
}
.home-detail .tech-service-item3.action .img-item .image-child1 {
  transition-delay: 0.3s;
}
.home-detail .tech-service-item3.action .img-item .image-child2 {
  transition-delay: 0.5s;
}
.home-detail .tech-service-item3.action .img-item .image-child3 {
  transition-delay: 0.3s;
}
.home-detail .tech-service-item3.action .img-item .image-child4 {
  transition-delay: 0.4s;
}
.home-detail .tech-service-item3.action .img-item .image-child5 {
  transition-delay: 0.5s;
}
.home-detail .show-images.green-globalmap .images-content .bling-radio::before {
  background: rgba(46, 188, 79, 0.8);
}
.home-detail .show-images.green-globalmap .images-content .bling-radio::after {
  background: rgba(46, 188, 79, 0.2);
}
.home-detail .show-images .images-content .map-line {
  position: absolute;
  top: 0;
  left: 0.3rem;
}
.home-detail .show-images.green-globalmap .images-content .bling-radio:nth-of-type(2) {
  top: 9.375rem;
  left: 5.25rem;
}
.home-detail .show-images.green-globalmap .images-content .bling-radio:nth-of-type(3) {
  top: 2rem;
  left: 10.75rem;
}
.home-detail .show-images.green-globalmap .images-content .bling-radio:nth-of-type(4) {
  top: 3.375rem;
  left: 12.625rem;
}
.home-detail .show-images.green-globalmap .images-content .bling-radio:nth-of-type(5) {
  top: 7.05rem;
  left: 11.25rem;
}
.home-detail .show-images.green-globalmap .images-content .bling-radio:nth-of-type(6) {
  top: 3.5rem;
  left: 15.375rem;
}
.home-detail .show-images.green-globalmap .images-content .bling-radio:nth-of-type(7) {
  left: 17.75rem;
  top: 7.875rem;
}
.home-detail .show-images.green-globalmap .image-item:nth-of-type(2) {
  width: 1.65rem;
  height: 1.65rem;
  left: 3.625rem;
  top: 3rem;
}
.home-detail .show-images.green-globalmap .image-item:nth-of-type(3) {
  width: 1.65rem;
  height: 1.65rem;
  top: 7rem;
  left: 5.5rem;
}
.home-detail .show-images.green-globalmap .image-item:nth-of-type(4) {
  width: 1.65rem;
  height: 1.65rem;
  top: 1.25rem;
  left: 8.75rem;
}
.home-detail .show-images.green-globalmap .image-item:nth-of-type(5) {
  width: 1.35rem;
  height: 1.35rem;
  top: 3.375rem;
  left: 10.95rem;
}
.home-detail .show-images.green-globalmap .image-item:nth-of-type(6) {
  width: 1.65rem;
  height: 1.65rem;
  top: 8.125rem;
  left: 9.875rem;
}
.home-detail .show-images.green-globalmap .image-item:nth-of-type(7) {
  width: 1.35rem;
  height: 1.35rem;
  top: 3.875rem;
  left: 13.625rem;
}
.home-detail .show-images.green-globalmap .image-item:nth-of-type(8) {
  width: 1.35rem;
  height: 1.35rem;
  top: 2rem;
  left: 16.2rem;
}
.home-detail .show-images.green-globalmap .image-item:nth-of-type(9) {
  width: 1.35rem;
  height: 1.35rem;
  top: 3.75rem;
  left: 16.25rem;
}
.home-detail .show-images.green-globalmap .image-item:nth-of-type(10) {
  width: 1.65rem;
  height: 1.65rem;
  top: 5.625rem;
  left: 15.75rem;
}
.home-detail .show-images.green-globalmap .image-item:nth-of-type(11) {
  width: 1.65rem;
  height: 1.65rem;
  top: 8rem;
  left: 15rem;
}
.home-detail .show-images.green-globalmap .text {
  position: absolute;
  font-size: 0.45rem;
  color: #4B4B4B;
  font-weight: 400;
  right: 1.125rem;
}
.home-detail .show-images.green-globalmap .text span {
  font-size: 1.1rem;
  font-weight: 700;
  color: #46C963;
  margin-left: 0.45rem;
  font-family: reducto_condensed_ssiCn;
}
.play-3d-wrap {
  padding-top: 2.5rem;
}
.play-3d-wrap .home-title {
  border-bottom: none;
  margin-bottom: 20px !important;
}
.play-3d-wrap .home-title .t {
  position: relative;
}
.play-3d-wrap .home-title .t:before {
  content: "";
  display: block;
  width: 30%;
  transform: translate(20px, -50%);
  top: 50%;
  left: 0;
  position: absolute;
  height: 2px;
  background: #E4E4E4;
}
.play-3d-wrap .home-title .t:after {
  content: "";
  display: block;
  width: 30%;
  transform: translate(-20%, -50%);
  top: 50%;
  right: 0%;
  position: absolute;
  height: 2px;
  background: #E4E4E4;
}
.play-3d {
  height: 12.675rem;
  position: relative;
  margin-bottom: 5.5rem;
}
.play-3d .title {
  position: absolute;
  top: -4.5rem;
  left: 50%;
  transform: translateY(-50%);
}
.play-3d .box {
  width: 38.175rem;
  height: 100%;
  padding: 0 2rem;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
.dg-wrapper {
  position: absolute;
  height: 17.325rem;
  left: 2rem;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  margin-top: 30px;
}
.dg-wrapper li {
  position: absolute;
  top: 50%;
  width: 7.175rem;
  width: 9.625rem;
  background: #fff;
  transition: all 0.3s ease-in-out;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
  opacity: 1;
  border-radius: 6px;
  overflow: hidden;
}
.dg-wrapper li.p1 {
  left: 20%;
  transform: translate(0, -50%);
  opacity: 0;
}
.dg-wrapper li.p2 {
  left: 0;
  transform: translate(8%, -55%) scale(0.88);
  z-index: 2;
  opacity: 1;
}
.consultation-detail .top-content .float-right .video-button,
.dg-wrapper li.p3 {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.dg-wrapper li.p3 {
  left: 50%;
  width: 9.625rem;
  transform: translate(-50%, -50%);
  z-index: 3;
  opacity: 1;
}
.dg-wrapper li.p3 .icon-yinhao {
  background: url('../image/agent-m/view/quto-w-l.png') no-repeat center !important;
}
.dg-wrapper li.p3 .icon-yinhao-a {
  background: url('../image/agent-m/view/quto-w-r.png') no-repeat center !important;
}
.dg-wrapper li.p3 .banner-sign {
  background: #fff;
  color: #1e57c3;
  font-size: 0.5rem;
}
.dg-wrapper li.p3 .banner-link {
  color: #fff;
}
.dg-wrapper li.p3 .inner_img {
  height: 7.575rem;
}
.dg-wrapper li.p3 .inner_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.dg-wrapper li.p3 .innertext {
  height: 7.725rem;
  background: #256ECE;
  color: #fff;
}
.dg-wrapper li.p3 .innertext .iconfont {
  opacity: 1;
}
.dg-wrapper li.p4 {
  left: unset;
  right: 0;
  transform: translate(-8%, -55%) scale(0.88);
  z-index: 2;
  opacity: 1;
}
.dg-wrapper li.p5 {
  left: unset;
  right: 20%;
  transform: translate(0, -50%);
  opacity: 0;
}
.dg-wrapper li.p6 {
  left: unset;
  right: 20%;
  transform: translate(0, -50%);
  opacity: 0;
}
.dg-wrapper .innertext {
  padding: 2.5rem 1.075rem 1rem;
  box-sizing: border-box;
  height: 7.725rem;
  color: #333;
  position: relative;
}
.dg-wrapper .innertext .icon-yinhao {
  position: absolute;
  font-size: 1.425rem;
  left: 20px;
  top: 50px;
  background: green;
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url('../image/agent-m/view/quto-g-l.png') no-repeat center;
}
.dg-wrapper .innertext .icon-yinhao-a {
  position: absolute;
  font-size: 1.425rem;
  right: 20px;
  bottom: 20px;
  background: green;
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url('../image/agent-m/view/quto-g-r.png') no-repeat center;
}
.dg-wrapper .inner_img {
  width: 100%;
  position: relative;
  overflow: hidden;
  transition: height 0.5s ease;
}
.dg-wrapper .inner_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dg-wrapper a .inner_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.dg-wrapper .banner-content {
  height: 3.75rem;
  font-size: 0.35rem;
  line-height: 0.64rem;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
}
.dg-wrapper .banner-sign {
  position: absolute;
  top: -0.5rem;
  left: 0;
  background: #51B04A;
  height: 1rem;
  line-height: 1rem;
  color: #fff;
  padding: 0px 20px;
  border-radius: 0 10px 10px 0;
  font-weight: 600;
  font-size: 0.5rem !important;
}
.dg-wrapper .banner-link {
  position: absolute;
  top: 14px;
  left: 0;
  font-size: 14px;
  color: #256ECE;
  height: 40px;
  line-height: 40px;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.play-3d .box .next,
.play-3d .box .prev {
  position: absolute;
  cursor: pointer;
  bottom: -2rem;
  background: #eee;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  margin-top: -0.5rem;
  color: #fff;
  transition: box-shadow 0.2s ease-in-out;
  border-radius: 4px;
}
.play-3d .box .prev:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url('../image/agent-m/view/prev.png') no-repeat center;
}
.play-3d .box .next:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url('../image/agent-m/view/next.png') no-repeat center;
}
.play-3d .box .next:hover,
.play-3d .box .prev:hover {
  box-shadow: 0 0 0.25rem rgba(39, 120, 254, 0.4);
  background: #1e57c3;
}
.play-3d .box .prev {
  left: 10.8rem;
}
.play-3d .box .next {
  right: 10.8rem;
}
.contact-us,
.contact-us .contact-us-btn {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  box-sizing: border-box;
}
.my-dialog {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.contact-us {
  width: 8rem;
  position: fixed;
  right: -6.85rem;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 1.15rem;
  transition: right 0.5s ease-in-out;
  z-index: 10;
}
.contact-us.on {
  right: 0;
}
.contact-us .contact-us-btn {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.45rem;
  color: #FFF;
  width: 1.15rem;
  padding: 0.55rem 0.35rem;
  background: #2879FF;
  letter-spacing: 0.2rem;
  border-radius: 6px 0 0 6px;
  cursor: pointer;
}
.contact-us .contact-us-btn::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-width: 0.2rem 0 0.2rem 0.2rem;
  border-style: solid;
  border-color: transparent transparent transparent #2879FF;
  right: -0.2rem;
  top: 50%;
  transform: translateY(-50%);
}
.contact-us .contact-content {
  padding: 0.625rem 0;
  background: #fff;
  transition: all 0.2s ease-in-out;
}
.contact-us .contact-content.on {
  border-radius: 0.25rem 0 0 0.25rem;
  box-shadow: 0 0 1rem rgba(39, 121, 253, 0.23);
}
.contact-us .contact-ways {
  padding: 0 0.975rem;
  border-bottom: 1px solid #E2E2E2;
}
.contact-us .contact-ways .contact-way {
  margin-bottom: 0.3rem;
}
.contact-us .contact-ways .contact-way .way {
  font-size: 0;
}
.contact-us .contact-ways .contact-way .way i,
.contact-us .contact-ways .contact-way .way span {
  display: inline-block;
  vertical-align: middle;
}
.contact-us .contact-ways .contact-way .way .iconfont {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  background: #FFB521;
  color: #fff;
  text-align: center;
  font-size: 0.4rem;
}
.contact-us .contact-ways .contact-way .way .iconfont.icon-dianhua:after {
  content: "";
  background: url(../image/agent-m/view/contact-sprite.png) no-repeat;
  background-position: 0px -7px;
  background-size: 89px;
  display: block;
  width: 100%;
  height: 100%;
}
.contact-us .contact-ways .contact-way .way .iconfont.icon-dvt-email {
  background: #01BE91;
}
.contact-us .contact-ways .contact-way .way .iconfont.icon-dvt-email:after {
  content: "";
  background: url(../image/agent-m/view/contact-sprite.png) no-repeat;
  background-position: -24px -7px;
  background-size: 89px;
  display: block;
  width: 100%;
  height: 100%;
}
.contact-us .contact-ways .contact-way .way .iconfont.icon-dingweiweizhi {
  background: #386BF3;
}
.contact-us .contact-ways .contact-way .way .iconfont.icon-dingweiweizhi:after {
  content: "";
  background: url(../image/agent-m/view/contact-sprite.png) no-repeat;
  background-position: -49px -7px;
  background-size: 89px;
  display: block;
  width: 100%;
  height: 100%;
}
.contact-us .contact-ways .contact-way .way span {
  font-size: 0.45rem;
  color: #333;
  margin-left: 0.35rem;
}
.contact-us .contact-ways .contact-way .way-ctc {
  color: #2878FF;
  font-size: 0.55rem;
  padding: 0.25rem 0;
  border-bottom: 1px solid #E2E2E2;
}
.contact-us .contact-ways .contact-way .way-ctc a {
  display: block;
  text-decoration: none;
  color: #2878FF;
}
.contact-us .contact-way:last-of-type .way-ctc {
  border-bottom: none;
}
.contact-us .contact-way .way-ctc.tel {
  font-size: 0.55rem;
}
.contact-us a.box-item {
  text-decoration: none;
  color: #2879FF;
  border: 1px solid #2879FF;
  margin: 0.25rem 0;
  transition: all 0.2s ease-in-out;
}
.contact-us a.box-item:hover {
  background: #2879FF;
  color: #fff;
}
.contact-us .box-item {
  display: block;
  border: 1px solid #E2E2E2;
  border-radius: 0.175rem;
  font-size: 0.35rem;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  margin-top: 0.3rem;
  position: relative;
}
::-webkit-input-placeholder {
  color: #999;
}
:-moz-placeholder {
  color: #999;
}
::-moz-placeholder {
  color: #999;
}
:-ms-input-placeholder {
  color: #999;
}
.contact-us .box-item input {
  width: 100%;
  height: 100%;
  border: none;
  outline: 0;
  /* line-height: 1rem; */
  background: 0 0;
}
.contact-us .info {
  padding: 0 0.975rem;
}
.contact-us .info .box-item {
  text-align: left;
  padding: 0 0.425rem;
}
.dialog .dialog-main,
.dialog.reminder .dialog-main {
  padding: 1.25rem 2rem;
}
.contact-us .info .consultation-btn {
  display: inline-block;
  text-decoration: none;
  font-size: 0.35rem;
  color: #2878FF;
  margin-top: 0.25rem;
}
.dialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 999;
  display: none;
}
.dialog .dialog-main {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 0.1rem;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.27);
}
.dialog .dialog-main i.close-btn {
  position: absolute;
  right: 0.725rem;
  top: 0.5rem;
  color: #E2E2E2;
  cursor: pointer;
  font-size: 20px;
  font-style: normal;
  color: #333;
}
.dialog.video-play i.close-btn {
  z-index: 10;
  display: none;
}
.dialog.video-play .dialog-main:hover i.close-btn {
  display: block;
}
.dialog .dialog-main .dialog-title {
  font-size: 0.5rem;
  color: #333;
  text-align: center;
  font-weight: 700;
  position: relative;
}
.dialog .dialog-main .dialog-content {
  margin-top: 0.75rem;
  font-size: 0.4rem;
  color: #333;
}
.dialog .dialog-main .dialog-content p {
  text-align: center;
}
.dialog .dialog-main .dialog-operations {
  text-align: center;
  margin-top: 1rem;
}
.dialog.login-dialog .dialog-main {
  width: 92%;
}
.dialog.login-dialog .dialog-main .dialog-content {
  margin: 1.4rem 0 0.75rem;
}
.dialog .dialog-main form .inputs {
  display: inline-block;
  vertical-align: middle;
  width: 78%;
}
.dialog .dialog-main form .button {
  width: 100%;
}
.dialog .dialog-main form .input-item {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin-bottom: 0.75rem;
  position: relative;
}
.dialog .dialog-main form .input-item label {
  position: absolute;
  font-size: 0.35rem;
  color: #A0A0A0;
  font-weight: 300;
  left: 0.375rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.dialog .dialog-main form .input-item input {
  height: 1.35rem;
  width: 100%;
  box-sizing: border-box;
  line-height: 0.75rem;
  border: 1px solid #EAEAEA;
  border-radius: 0.25rem;
  outline: 0;
  padding-left: 1.5rem;
  position: relative;
}
.dialog .dialog-main form .input-item .reminder-info {
  display: none;
  position: absolute;
  bottom: -0.75rem;
  left: 0.375rem;
  font-size: 0.35rem;
  color: #FF2828;
}
.dialog .dialog-main form .input-item .reminder-info .iconfont {
  display: none;
  margin-right: 0.25rem;
  transform: rotate(180deg);
}
.dialog .dialog-main form .input-item input:focus {
  border-color: #2879FF;
  box-shadow: 0 0 0.5rem rgba(39, 118, 248, 0.33);
}
.dialog .dialog-main form .input-item.error input {
  border-color: #FF2828;
  box-shadow: 0 0 0.5rem rgba(255, 40, 40, 0.23);
}
.dialog .dialog-main form .input-item.error .reminder-info {
  display: block;
}
.dialog.video-play .dialog-main {
  width: 80%;
  padding: 0;
  background: 0 0;
}
.home-title {
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  opacity: 1;
  text-align: center;
  letter-spacing: 4px;
}
.home-title .t span {
  /* color: #51B04A; */
  position: relative;
}
.home-title .t span .prei {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 50%;
  display: flex;
  justify-content: space-around;
  display: none;
}
.home-title .t span .prei:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #51B04A;
}
.home-title .t span .prei:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #51B04A;
}
.home-title .t span .prez {
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 50%;
  display: flex;
  justify-content: space-around;
  display: none;
}
.home-title .t span .prez:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #51B04A;
}
.home-title .t span .prez:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #51B04A;
}
.home-title .x {
  font-size: 18px;
  font-family: Google Sans;
  font-weight: 400;
  color: #666666;
  margin-top: 20px;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.header {
  height: 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: #fff;
}
.header .header-main {
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  padding: 0 2.85rem;
  line-height: 1.5rem;
  text-align: center;
  color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .logo {
  width: 64px;
}
.header .logo a {
  height: 100%;
  display: block;
  line-height: 100%;
}
.header .logo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
     height: 19.3px;
}
.header .m-menu-button {
  position: absolute;
  top: 50%;
  left: 0.65rem;
  font-size: 0.6rem;
  transform: translateY(-50%);
  display: block;
  width: 30px;
  height: 100%;
}
.icon-ego-menu:after {
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  background: url('../image/agent-m/open.png') no-repeat center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.header .m-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.4);
}
.header .m-nav .m-nav-content {
  position: absolute;
  top: 0;
  left: -100%;
  bottom: 0;
  width: 50%;
  background: #fff;
  text-align: left;
  padding: 0.8rem 0 2.875rem;
  transition: all 0.2s ease-in-out;
  z-index: 1100;
}
.header .m-nav.m-nav-show .m-nav-content {
  left: 0;
}
.header .m-nav .m-nav-content .nav-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  padding: 0.2rem 0;
  height: 2.5rem;
}
.header .m-nav .m-nav-content .nav-bottom::before {
  content: "";
  position: absolute;
  left: 1rem;
  right: 1rem;
  border-top: 1px dotted #B9B9B9;
  top: 0;
}
.header .m-nav .m-nav-content .nav-bottom .login-btn {
  background: 0 0;
  width: auto;
  position: unset;
  transform: translateY(0);
}
.header .m-nav .m-nav-content .nav-bottom a,.header .m-nav .m-nav-content .nav-bottom>span {
  display: block;
  text-decoration: none;
  color: #333;
  font-size: 0.45rem;
  text-align: left;
  line-height: 1rem;
  padding-left: 1rem;
}
.header .m-nav .m-nav-content .nav-bottom a i,
.header .m-nav .m-nav-content .nav-bottom a span {
  display: inline-block;
  vertical-align: middle;
}
.header .m-nav .m-nav-content .nav-bottom a i {
  margin-right: 0.325rem;
}
.header .m-nav .m-nav-content .nav-bottom .login-btn:hover {
  box-shadow: none;
}
.header .m-nav .menu-list {
  max-height: 100%;
  overflow-y: scroll;
}
.header .m-nav .menu-list li a,.header .m-nav .menu-list li>span {
  display: block;
  font-size: 0.45rem;
  color: #333;
  line-height: 1.5rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: line-height 0.3s ease-in-out;
  padding-left: 1rem;
}
.header .m-nav .menu-list li .toggle-second-menu {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.125rem;
  font-weight: 700;
}
.header .m-nav .second-menu-list {
  margin-left: 0.75rem;
  display: none;
}
.header .m-nav .second-menu-list dd a {
  font-size: 0.4rem;
  color: #999;
  line-height: 1rem;
}
.header.fixed .m-menu-button,
.header.fixed .m-user-info .icon-yonghu {
  color: #333;
}
.header.fixed {
  position: fixed;
  background: #fff;
  box-shadow: 0 0.075rem 0.375rem rgba(0, 0, 0, 0.16);
}
.header.fixed .m-menu-button .line,
.header.fixed .m-menu-button .line::before {
  background: #333;
}
.footer,
.footer .copyright a {
  color: #fff;
}
.footer {
  background: #262626;
  padding: 1.1rem 0.95rem 0.75rem;
}
.footer .footer-content {
  height: auto;
  box-sizing: border-box;
  position: relative;
}
.footer .copyright {
  text-align: center;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: auto;
  height: auto;
  position: relative;
  font-size: 0.25rem;
  line-height: 0.5rem;
  opacity: 0.5;
  padding: 0.375rem 0;
  margin-top: 0.5rem;
}
.footer .copyright::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  left: 0;
  top: 0;
}
.footer form {
  font-size: 0;
}
.footer form .button,
.footer form .inputs input,
.footer form .inputs select {
  display: inline-block;
  vertical-align: top;
}
.footer form .inputs {
  width: 100%;
  font-size: 0;
}
.footer form .inputs input,
.footer form .inputs select {
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 0.35rem;
  border-radius: 0.05rem;
  margin-bottom: 0.4rem;
  padding: 0 0.35rem;
  outline: 0;
  box-sizing: border-box;
  border: none;
}
.footer form .inputs input {
  box-sizing: border-box;
  padding: 0.375rem 0.35rem;
  line-height: 0.75rem;
}
.footer form .inputs .name {
  width: 100%;
}
.footer form .inputs .tel {
  width: 100%;
  margin-right: 0;
}
.footer form .inputs .company-name {
  width: 100%;
  margin-top: 0;
}
.footer form .inputs .province {
  width: 4.225rem;
  margin-right: 0.275rem;
  padding-right: 9%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-size: 0.3rem;
  cursor: pointer;
  margin-bottom: 0;
}
.footer form .button {
  width: 3.95rem;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 0.05rem;
  cursor: pointer;
}
.footer form ::-webkit-input-placeholder {
  color: #A0A0A0;
}
.footer form :-moz-placeholder {
  color: #A0A0A0;
}
.footer form ::-moz-placeholder {
  color: #A0A0A0;
}
.footer form :-ms-input-placeholder {
  color: #A0A0A0;
}
.footer .footer-tel {
  position: relative;
}
.footer .footer-tel .footer-tel-name {
  font-size: 0.35rem;
}
.footer .footer-tel .footer-tel-num {
  font-family: reducto_condensed_ssiCn;
  font-size: 1.325rem;
  font-weight: 700;
}
.footer .m-footer-tel {
  text-align: center;
  margin-top: 0.65rem;
}
.footer .m-footer-tel .float-left {
  float: left;
  width: 50%;
  box-sizing: border-box;
  font-size: 0.375rem;
}
.footer .m-footer-tel .float-left:first-of-type {
  text-align: right;
  padding-right: 0.15rem;
}
.footer .m-footer-tel .float-left:last-of-type {
  text-align: left;
  padding-left: 0.15rem;
}
.footer .m-footer-tel a {
  font-size: 0.35rem;
  color: #FFF;
  opacity: 0.5;
}
.footer .footer-bottom {
  margin-top: 0.8rem;
}
.footer .footer-bottom .footer-logo {
  width: 3.35rem;
  height: 1rem;
  margin: 0 auto;
}
.footer .footer-bottom .footer-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.footer .footer-bottom .slogans {
  font-size: 0.4rem;
  margin-top: 0.5rem;
}
.footer .footer-info-item {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  width: 30%;
  margin-right: 10%;
}
.footer .footer-info-item:last-child {
  width: 20%;
  margin-right: 0;
}
.footer .footer-info-item .column {
  font-size: 0.4rem;
  font-weight: 700;
}
.footer .footer-info-item ul {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin-top: 0.5rem;
}
.footer .footer-info-item:last-child ul,
.footer .footer-info-item:nth-of-type(2) ul {
  width: 100%;
}
.footer .footer-info-item ul li {
  width: 100%;
  box-sizing: border-box;
  padding-right: 0.25rem;
}
.footer .footer-info-item ul li a {
  font-size: 0.35rem;
  color: #fff;
  text-decoration: none;
  line-height: 0.95rem;
  transition: opacity 0.2s ease-in-out;
  text-transform: uppercase;
}
.footer .footer-info-item ul li a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 1000px) {
  .content-box.home-content-box {
    width: 100%;
  }
  .jz-banner {
    height: auto;
  }
  .jz-banner .jz-container {
    flex-direction: column;
    width: 100%;
    text-align: center;
    height: auto;
  }
  .jz-banner .banner-tag {
    font-size: 0.6rem;
    height: 46px;
    line-height: 32px;
    box-sizing: border-box;
  }
  .jz-banner .jz-title {
    text-align: center;
    font-size: 0.8rem;
    margin-bottom: 24px;
  }
  .text-desc {
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .jz-banner .banner-lf {
    width: 100%;
    padding: 100px 16px 0;
    box-sizing: border-box;
  }
  .jz-banner .banner-rg {
    width: 100%;
    height: auto;
  }
  .jz-banner .banner-imgs {
    margin: 0;
    width: 100%;
    margin-top: 30px;
  }
  .jz-banner .banner-imgs img {
    width: 100%;
    height: 236.75px;
    object-fit: cover;
  }
  .jz-banner .wx-code .code-desc {
    text-align: left;
    font-size: 14px;
    margin-left: 5px;
    font-weight: 400;
  }
  .jz-banner .contact-tel .tel {
    margin-left: 5px;
    font-weight: 400;
  }
  .jz-banner .contact-tel {
    margin-bottom: 5px;
  }
  .jz-banner .wx-code .code-desc p:nth-of-type(1) {
    margin-bottom: 5px;
  }
  .jz-banner .contact-tel .icon-tel {
    width: 18px;
    height: 18px;
  }
  .jz-banner .contact-tel .icon-tel:after {
    width: 18px;
    height: 18px;
  }
  .jz-banner .contact {
    justify-content: center;
  }
  .google-ads-form {
    width: auto;
    padding: 24px;
    margin: 15px 16px 0;
  }
  .google-ads-form input,
  .google-ads-form select,
  .google-ads-form button {
    width: 100%;
    display: block;
    margin: 0 0 12px 0;
    box-sizing: border-box;
  }
  .google-ads-form .ecer-flex-auto {
    width: 100%;
    flex: none;
  }
  .google-ads-form .form-container {
    flex-direction: column;
  }
  .home-detail .detail-item {
    padding: 0 16px;
  }
  .home-detail .detail-item-main:nth-of-type(1) .detail-item {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .home-detail .detail-item-main:nth-of-type(2) .detail-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .home-detail .detail-item-main:nth-of-type(3) .detail-item {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .home-detail .detail-item-main:nth-of-type(4) .detail-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .home-detail .show-images {
    position: relative;
    right: unset;
    top: unset;
    transform: translateY(0%);
    width: 100%;
  }
  .home-detail .title .topicon {
    font-size: 17px;
    font-family: Microsoft YaHei;
    font-weight: bold;
  }
  .home-detail .show-images .images-content {
    width: 100%;
    height: auto;
  }
  .home-detail .show-images .images-content img {
    max-width: 100%;
  }
  .home-detail .detail-item .icon-bg-1 {
    z-index: -1;
  }
  .home-detail .show-text.float-right {
    width: 100%;
  }
  .home-detail .show-text.float-right .title,
  .home-detail .detail-item .float-left .title {
    margin: 0;
    font-size: 17px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    padding-bottom: 10px;
  }
  .home-detail .show-text.float-right .desc-text {
    margin: 0;
    margin-bottom: 15px;
  }
  .home-detail .show-images.float-left {
    width: 100%;
  }
  .home-detail .detail-item .float-left {
    width: 100%;
  }
  .home-detail .mac-content {
    margin: 0;
    width: 100%;
    text-align: center;
    height: auto;
  }
  .home-detail .mac-content img {
    max-width: 100%;
  }
  .home-detail .detail-item-main .show-text .desc-text p {
    font-size: 12px;
    padding-left: 18px;
  }
  .home-detail .show-text .desc-text p:before {
    width: 6px;
    height: 6px;
  }
  .home-title {
    font-size: 19px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    padding-bottom: 20px;
    /* border-bottom: 3px solid #eeeeee6e; */
  }
  .partner-area .home-title {
    border-bottom: none;
  }
  .home-title .x {
    font-size: 14px;
    letter-spacing: 0px;
    color: #999999;
    margin-top: 8px;
  }
  .home-title .t span .prei:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #51B04A;
  }
  .home-title .t span .prei:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #51B04A;
  }
  .home-title .t span .prez:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #51B04A;
  }
  .home-title .t span .prez:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #51B04A;
  }
  .home-detail .title .topicon .prei,
  .home-detail .title .topicon .prei,
  .home-detail .title .topicon .prez,
  .home-detail .title .topicon .prez {
    top: -20px;
  }
  .home-detail .title .topicon .prei:before,
  .home-detail .title .topicon .prei:after,
  .home-detail .title .topicon .prez:before,
  .home-detail .title .topicon .prez:after {
    width: 10px;
    height: 10px;
  }
  .home-detail .detail-item .icon-bg-0,
  .home-detail .detail-item .icon-bg-1 {
    display: none;
  }
  .home-detail .detail-item .icon-bg-3 {
    position: absolute;
    bottom: -75%;
    left: -5%;
    width: 100px;
    height: 100px;
    background: url(../image/agent-m/view/radio4.png) no-repeat center;
    display: inline-block;
    background-size: contain;
  }
  .home-detail .detail-item .icon-bg-4 {
    position: absolute;
    bottom: -8%;
    right: unset;
    left: -1%;
    width: 100px;
    height: 100px;
    background: url(../image/agent-m/view/radio5.png) no-repeat center;
    display: inline-block;
    background-size: contain;
    opacity: 0.4;
  }
  .detail-more {
    margin-top: 1.4rem;
  }
  .detail-more:hover {
    transform: unset;
  }
  .detail-more img {
    width: 300px;
    height: 73px;
    object-fit: cover;
  }
  .home-detail .detail-item-main:nth-of-type(1) {
    padding-top: 15px;
  }
  .home-detail .detail-item-main:nth-of-type(2) {
    padding-top: 65px;
  }
  .home-detail .detail-item-main:nth-of-type(2) .show-text .desc-text {
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    padding-left: 0;
    clear: both;
  }
  .home-detail .detail-item-main:nth-of-type(3) {
    padding-top: 65px;
  }
  .home-detail .detail-item-main:nth-of-type(4) {
    padding-top: 65px;
  }
  .home-detail .detail-item-main:nth-of-type(4) .show-text .desc-text {
    padding-left: 169px;
  }
  .contact-now {
    padding-bottom: 10px;
    position: relative;
  }
  .contact-now .jz-container {
    padding: 0;
    justify-content: center;
  }
  .contact-now .contact-desc {
    flex-direction: column-reverse;
    display: flex;
    align-items: flex-end;
    position: relative;
    top: 27px;
  }
  .contact-now .contact-desc p span,
  .contact-now .contact-tel {
    font-size: 12px;
    font-weight: normal;
  }
  .contact-now .contact-desc p span {
    padding-right: 8px;
    margin-right: 0px;
  }
  .contact-now .contact-desc p span:after {
    height: 12px;
  }
  .contact-now .contact-tel {
    padding-left: 20px;
  }
  .contact-now .contact-tel .calltel {
    width: 16px;
    height: 16px;
  }
  .contact-now .jz-container .contact-bg img {
    position: absolute;
    left: 0;
    width: 280px;
    height: 112px;
    object-fit: cover;
    top: -40%;
    bottom: unset;
  }
  .wxbb {
    padding-top: 88px;
  }
  .contact-now .wx-code {
    position: absolute;
    right: 22px;
    top: -100px;
    margin: 0;
    border: 6px solid #183496;
    width: auto;
    height: auto;
    border-radius: 10px;
  }
  .contact-now .wx-code img{
	  width: 110px;
    height: 110px;
    object-fit: cover;
  }
  .play-3d .box {
    width: 108%;
    padding: 0;
    margin: 0 -4%;
  }
  .play-3d .box .prev {
    left: 2.2rem;
    bottom: -3.8rem;
  }
  .play-3d .box .next {
    right: 2.2rem;
    bottom: -3.8rem;
  }
  .partner-area .jz-container {
    padding: 0;
  }
  .partner-logo .jz-container {
    padding: 0;
    background: none;
  }
  .logo-list {
    width: 100%;
  }
  .partner-logo {
    padding: 0px 0 0px;
    margin-bottom: 40px;
    overflow: hidden;
    margin-top: -5px;
    background: url(../image/agent-m/view/world.jpg) no-repeat center center;
    background-size: cover;
  }
  .partner-logo .logo-item {
    width: 23%;
    height: 50px;
    margin: 0 1% 10px;
  }
  .partner-logo .logo-item i {
    width: 60% !important;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .content-box {
    width: 100%;
    margin: 0 auto;
  }
  .partner-space {
    height: 15px;
    background: #F3F3F3;
  }
  .footer form .inputs {
    display: flex;
    flex-wrap: wrap;
  }
  .footer form .inputs .province {
    width: 50%;
  }
  .footer form .button {
    width: 47%;
  }
  .wx-box {
    justify-content: center;
    margin-top: 20px;
  }
  .jz-banner .wx-code .jz-img-container {
    width: 70px;
    height: 70px;
  }
}

/* 移动端结束 */
.group-manage-content {
  margin: .75rem .65rem 0
}

.group-manage-content .item {
  margin-bottom: 1.75rem
}

.group-manage-content .float-left {
  float: unset;
  margin: 0 auto;
  width: 6.675rem;
  height: 7.75rem;
  line-height: .75rem
}

.group-manage-content .personal-info {
  height: auto;
  text-align: center;
  margin-top: .9rem
}

.group-manage-content .float-left img {
  width: 100%;
  height: 100%
}

.group-manage-content .leader1 .float-left {
  width: 6.675rem;
  height: 7.75rem
}

.group-manage-content .leader2 .float-left {
  width: 6.975rem;
  height: 6.6rem
}

.group-manage-content .leader3 .float-left {
  width: 6.9rem;
  height: 7.675rem
}

.group-manage-content .leader4 .float-left {
  width: 6.65rem;
  height: 7.65rem
}
.group-manage-content .info {
  line-height: 30px;
  font-size: 0
}

.group-manage-content .info .name,
.group-manage-content .info .position {
  display: inline-block;
  vertical-align: middle
}
.group-manage-content .info .name {
  font-size: .5rem;
  font-weight: 700;
  color: #24292E
}

.group-manage-content .info .position {
  font-size: .375rem;
  font-weight: 400;
  color: #000;
  margin-left: .4rem
}


/* 新增 */
.line-1, .line-2 {
  display: none;
}
.company-detail {
  padding: 0 22px;
  background: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.9px;
  color: rgba(102, 102, 102, 1);
  text-align: center;
}
.no-mar {
  margin-bottom: 0;
  border-bottom: none;
}
.mar-t {
  margin-top: 30px;
  margin-bottom: 13px;
}
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0
}
@-webkit-keyframes fadeInUp {
  from {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0)
  }

  to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
}

@keyframes fadeInUp {
  from {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0)
  }

  to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}


.home-detail .title .topicon {
  font-weight: 600;
  display: block;
  min-width: 100px;
  position: absolute;
  left: 0;
}
.home-detail .float-left .title .topicon {
  right: -26px;
  left: unset;
}
.home-detail .title .topicon .prei {
  position: absolute;
  top: -20px;
  left: -3px;
  width: 50%;
  display: flex;
  justify-content: space-around;
}
.home-detail .title .topicon .prei:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #E2E2E2;
  opacity: 1;
  border-radius: 2px;
  background: #51B04A;
}
.home-detail .title .topicon .prei:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  opacity: 1;
  border-radius: 2px;
  background: #E2E2E2;
}
.home-detail .title .topicon .prez {
  position: absolute;
  top: -20px;
  right: 2px;
  width: 50%;
  display: flex;
  justify-content: space-around;
}
.home-detail .title .topicon .prez:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  opacity: 1;
  border-radius: 2px;
  background: #E2E2E2;
}
.home-detail .title .topicon .prez:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  opacity: 1;
  border-radius: 2px;
  background: #E2E2E2;
  visibility: hidden;
}