@charset "utf-8";
/* ====================公共样式========================= */
/* 头部 */
.Header{width: 100%;position: fixed;z-index: 99999;top: 0;left: 0;user-select: none;transition: .5s;}
.Header::before{content: "";width: 100%;height: 100%;position: absolute;left: 0;bottom: 0;opacity: 0;background: #fff;transition: .5s;}
.Header::after{content: "";width: 100%;height: 1px;position: absolute;background: rgba(0, 0, 0, 0.1);left: 0;bottom: 0;opacity: 0;transition: .4s;}

.Header-logo-wrap{float: left;display: flex;align-items: center;position: relative;z-index: 999;}
.Header-logo{width: 270px;height: 100px;display: flex;align-items: center;transition: height .4s;}
.Header-logo img{max-width: 100%;}
.Header-logo img.s{display: none;}
.Header-logo-text{display:flex;align-items:center;margin-left:18px;padding-left:16px;font-size:14px;color:#161618;position:relative;transition: color .4s;white-space: nowrap;}
.Header-logo-text::before{content:"";position:absolute;width:1px;left:0;height:16px;background:#161618;top:50%;margin-top:-9px;transition: background .4s;}
.Header-logo-text strong{font-weight:normal;}

.Header-consult{float: right;width: auto;height: 100px;display: flex;align-items: center;position: relative;z-index: 999;transition: height .4s;}
.Header-consult a{width: 136px;height: 40px;font-size: 14px;font-weight: 500;position: relative;line-height: 1;border-radius: 20px;overflow: hidden;display: flex;align-items: center;justify-content: center;border: 2px solid #161618;color: #161618;transition: color .4s, background .2s, border .4s;font-weight:700;transform:translate3d(0,0,4px)}
.Header-consult a p{position: relative;z-index: 4;display: flex;align-items: center;}
.Header-consult a i{width: 27px;height: 17px;position: relative;margin-right: 8px;}
.Header-consult a i::before, .Header-consult a i::after{content: "";position: absolute;width: 100%;height: 100%;top: 0;left: 0;background-repeat: no-repeat;background-position: center;background-size: 100% auto;transition: .4s;}
.Header-consult a i::before{background-image: url("../images/common/pen.png");opacity: 0;}
.Header-consult a i::after{background-image: url("../images/common/penH.png");}
.Header-consult a::before{content: "";position: absolute;top: 50%;margin: -142px 0 0 -200px;left: 50%;transform: scale(0);width: 300px;height: 300px;background: #161618;border-radius: 50%;opacity: 0;transition: transform .6s, opacity .2s .5s;}
.Header-consult a:hover::before{transform: scale(1);opacity: 1;transition: transform .6s, opacity .2s;}
.Header-consult a:hover{color: #fff;background: #161618;transition: color .4s, background .4s .3s;}
.Header-consult a:hover i::before{opacity: 1;}
.Header-consult a:hover i::after{opacity: 0;}

.Header-navbar{float: right;margin-right: 30px;}
body.PC .Header-navbar{display: flex !important;}
.Header-navbar>ul>li{float: left;z-index: 9;}
.Header-menu{position: relative;height: 100px;display: flex;align-items: center;font-size: 16px;color: #161618;padding: 0 30px;line-height: 1.1;transition: color .4s, height .4s;}
.Header-menu strong{display: flex;font-weight: 700;overflow: hidden;}
.Header-arrow{display: none;}
.Header-drop{display: none;position: absolute;left: 0;width: 100%;top: 100%;box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.06);background: #fff;}
.Header-drop-wrap{width: 100%;display: flex;flex-wrap: wrap;padding:40px 0}
.Header-drop-mix{width: calc(100% - 600px);padding: 90px calc((100vw - 1780px)/2) 40px;display: flex;flex-wrap: wrap;align-items: flex-start;}
.Header-drop-info{width: calc(100% - 610px);padding: 10px 100px 0 0;}
.Header-drop-info .text{font-size: 32px;color: #161618;line-height: 1.24;}
.Header-drop-info .hint{display: flex;margin-top: 20px;}
.Header-drop-info .hint i{font-size: 22px;font-weight: 500;color: #161618;line-height: 1;transform: rotate(225deg);}
.Header-drop-menu{width: 610px;display: flex;flex-wrap: wrap;}
.Header-drop-menu a{font-size: 16px;color: #666;display: flex;align-items: center;width: 50%;height: 46px;line-height: 1;transition: color .4s ease;}
.Header-drop-menu a b{font-weight: 500;}
.Header-drop-menu a i{transform: rotate(180deg);font-size: 14px;margin-left: 10px;transition: transform .4s ease;}
.Header-drop-menu a:hover {color: #e10f1c;}
.Header-drop-menu a:hover i{transform: rotate(180deg) translateX(4px);}
.Header-drop-img{width: 600px;}
.Header-drop-img img{width: 100%;height: 100%;}

.Header-navclick{display: none;width: 38px;height: 100px;cursor: pointer;float: right;user-select: none;align-items: center;cursor: pointer;position: relative;z-index: 999;transition: height .4s;}
.Header-navclick span{width: 100%;height: 2px;background: #161618;display: block;position: relative;transition: all .2s linear;}
.Header-navclick span:before,.Header-navclick span:after{content: "";position: absolute;height: 2px;background: #161618;display: block;right: 0;transition: all .2s linear;}
.Header-navclick span:before{top: -10px;width: calc(100% - 10px);}
.Header-navclick span:after{top: 10px;width: calc(100% - 16px);}
.Header-navclick:hover span::before{width: 100%;}
.Header-navclick:hover span::after{width: 100%;}
.Header-navclick.active span{animation: buttonAnimation 0.3s ease forwards;}
.Header-navclick.active span:before{animation: buttonAnimationBefore 0.3s ease forwards;width: 100%;}
.Header-navclick.active span:after{animation: buttonAnimationAfter 0.3s ease forwards;width: 100%;}
@keyframes buttonAnimationBefore {
    0% {transform: translateY(0px) rotate(0);}
    50% {transform: translateY(10px) rotate(0);}
    100% {transform: translateY(10px) rotate(45deg);}
}
@keyframes buttonAnimationAfter {
    0% {transform: translateY(0) rotate(0);}
    50% {transform: translateY(-10px) rotate(0);}
    100% {transform: translateY(-10px) rotate(-45deg);}
}
@keyframes buttonAnimation {
    0% {background: transparent; }
    50% {background: rgba(255, 255, 255, 0);}
    100% {background: rgba(255, 255, 255, 0);}
}

@media all and (min-width:1100px) {
    .Lucency .Header-logo img.s{opacity: 1;}.Lucency .Header-logo img.h{opacity: 0;}
    .Lucency .Header-menu{color: #fff;}
    .Lucency .Header-navclick span{background: #fff;}
    .Lucency .Header-navclick span:before, .Lucency .Header-navclick span:after{background: #fff;}
    .Lucency .Header-consult a {border-color: #fff;color: #fff;}
    .Lucency .Header-consult a i::before{opacity: 1;}
    .Lucency .Header-consult a i::after{opacity: 0;}
    .Lucency .Header-consult a::before{background: #fff;}
    .Lucency .Header-consult a:hover{color: #161618;background: #fff;}
    .Lucency .Header-consult a:hover i::before{opacity: 0;}
    .Lucency .Header-consult a:hover i::after{opacity: 1;}
    .Lucency .Header-logo img{position: absolute;transition: opacity .4s;top: 0;bottom: 0;margin: auto 0;}
    .Lucency .Header-logo img.s{display: block;}
    .Lucency .Header-logo-text{color:#fff;}
    .Lucency .Header-logo-text::before{background:#fff;}

    .bodyMouse .Header::before{opacity: 1;}
    .bodyMouse .Header-logo img.s{opacity: 0;}.bodyMouse .Header-logo img.h{opacity: 1;}
    .bodyMouse .Header-menu{color: #161618;}
    .bodyMouse .Header-navclick span{background: #161618;}
    .bodyMouse .Header-navclick span:before, .bodyMouse .Header-show .Header-navclick span:after{background: #161618;}
    .bodyMouse .Header-consult a {border-color: #161618;color: #161618;}
    .bodyMouse .Header-consult a i::before{opacity: 0;}
    .bodyMouse .Header-consult a i::after{opacity: 1;}
    .bodyMouse .Header-consult a::before{background: #161618;}
    .bodyMouse .Header-consult a:hover{color: #fff;background: #161618;}
    .bodyMouse .Header-consult a:hover i::before{opacity: 1;}
    .bodyMouse .Header-consult a:hover i::after{opacity: 0;}
    .bodyMouse .Header-logo-text{color:#161618;}
    .bodyMouse .Header-logo-text::before{background:#161618;}
    
    .Lucency .Header-show .Header-logo img.s{opacity: 0;}.Lucency .Header-show .Header-logo img.h{opacity: 1;}
    .Lucency .Header-show .Header-menu{color: #161618;}
    .Lucency .Header-show .Header-navclick span{background: #161618;}
    .Lucency .Header-show .Header-navclick span:before, .Lucency .Header-show .Header-navclick span:after{background: #161618;}
    .Lucency .Header-show .Header-consult a {border-color: #161618;color: #161618;}
    .Lucency .Header-show .Header-consult a i::before{opacity: 0;}
    .Lucency .Header-show .Header-consult a i::after{opacity: 1;}
    .Lucency .Header-show .Header-consult a::before{background: #161618;}
    .Lucency .Header-show .Header-consult a:hover{color: #fff;background: #161618;}
    .Lucency .Header-show .Header-consult a:hover i::before{opacity: 1;}
    .Lucency .Header-show .Header-consult a:hover i::after{opacity: 0;}
    .Lucency .Header-show .Header-logo-text{color:#161618;}
    .Lucency .Header-show .Header-logo-text::before{background:#161618;}

    .Header.Header-fade{transform: translateY(-100%);}
    .Header.Header-show{transform: translateY(0);box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);}
    .Header.Header-show::before{opacity: 1;}
}
.Header.Header-show .Header-logo,.Header.Header-show .Header-menu,.Header.Header-show .Header-consult,.Header.Header-show .Header-navclick{height: 80px;}

/* 底部 */
.Footer{width: 100%;background: #000;position: relative;z-index: 9;overflow: hidden;}
.Footer-info{width: 100%;padding: 150px 0 100px;overflow: hidden;}
.Footer-info-text{display: flex;width: 100%;align-items: center;font-size: 80px;line-height: 1;color: #fff;overflow: hidden;margin-top: 24px;}
.Footer-info-text:first-child{margin-top: 0;}
.Footer-info-text .text{position: relative;overflow: hidden;}
.Footer-info-text .text i{position: absolute;width: 100%;height: 110%;left: 0;top: -5%;transform-origin: 100% 50%;transform: translateZ(0);opacity: .65;background: #000;}
.Footer-info-text .ico{width: 90px;height: 90px;position: relative;margin: 0 15px;position: relative;}
.Footer-info-text .ico::before, .Footer-info-text .ico::after{content: "";position: absolute;}
.Footer-info-text .ico::before{background: url("../images/common/Fic1.png") no-repeat center/100% auto;left: 0;top: 0;width: 100%;height: 100%;animation: FooterInfoQ1 20s linear infinite;}
.Footer-info-text .ico::after{background: url("../images/common/Fic2.png") no-repeat center/100% auto;margin: -20px 0 0 -20px;left: 50%;top: 50%;width: 40px;height: 40px;animation: FooterInfoQ2 20s linear infinite;}
@keyframes FooterInfoQ1{0% {transform: rotate(0);}100% {transform: rotate(360deg);}}
@keyframes FooterInfoQ2{0% {transform: rotate(0)}100% {transform: rotate(-360deg);}}
.Footer-info-data{width: 100%;display: flex;align-items: center;margin-top: 80px;}
.Footer-info-data .commBtn{background: #e10f1c;}
.Footer-info-data .commBtn i{color: #e10f1c;}
.Footer-info-data .commBtn:hover{background: #fff;}
.Footer-info-data .commBtn:hover i{transform: translateX(calc(300px - 16px*2 - 76px));background: #e10f1c;color: #fff;}
.Footer-info-data .commBtn:hover span{color: #e10f1c;}
.Footer-info-data .cont{margin-right: 40px;}
.Footer-info-data .cont .text{font-size: 18px;line-height: 36px;color: rgba(255, 255, 255, 0.5);}
.Footer-info-data .cont .text span{color: #e10f1c;font-size: 32px;font-family:'fmontR';}
/* -- */
.Footer-mix{width: 100%;border-top: 2px solid #0e0e0e;padding: 80px 0 32px;}
.Footer-main{width: 100%;justify-content: space-between;align-items: flex-start;padding-bottom: 58px;}
.Footer-company .btn{height: 50px;border-radius: 25px;color: rgba(255, 255, 255, 0.5);font-size: 16px;display: flex;align-items: center;justify-content: center;border: 1px solid rgba(255, 255, 255, 0.2);padding: 0 30px;margin-right: 10px;transition: color .4s ease, border-color .4s ease;cursor: pointer;user-select: none;}
.Footer-company .btn:last-child{margin-right: 0;}
.Footer-company .btn span{font-weight: 500;}
.Footer-company .btn i{margin-left: 26px;transform: rotate(45deg);color: #fff;transition: transform .4s ease;font-size: inherit;}
.Footer-company .btn.active{color: #fff;border-color: #fff;}
/* -- */
.Footer-contact{margin-top: 34px;color: #fff;}
.Footer-contact .items{display: none;}
.Footer-contact .items.active{display: block;}
.Footer-contact .phone{font-size: 28px;line-height: 1.14;font-weight: 500;font-family: 'fmontR';}
.Footer-contact .address{font-size: 15px;margin-top: 10px;}
/* -- */
.Footer-code{display: flex;justify-content: flex-end;}
.Footer-code a{display: flex;align-items: center;justify-content: center;position: relative;margin-right: 14px;width: 46px;height: 46px;border-radius: 50%;background: rgba(255, 255, 255, 0.1);transition: background .4s ease;}
.Footer-code a span{font-size: 18px;color: #fff;}
.Footer-code a:last-child{margin-right: 0;}
.Footer-code-img{width: 130px;height: 130px;margin-left: -65px;padding: 4px;display: none;position: absolute;bottom: 56px;left: 50%;background: #fff;border-radius: 4px;}
.Footer-code-img::after{content: "";display: block;width: 0px;height: 0px;border: 7px solid transparent;border-top-color: #fff;position: absolute;top: 100%;left: 50%;margin-left: -7px;}
.Footer-code-img img{width: 100%;height: 100%;object-fit: cover;}
.Footer-code a:hover{background: rgba(255, 255, 255, 0.3);}
.Footer-code a:hover .Footer-code-img{display: block;animation: FooterCode .6s ease-in-out both;}
@keyframes FooterCode{0%{transform: translateY(-14px);}100%{transform: translateY(0);}}
/* -- */
.Footer-friend{margin-top: 34px;position: relative;user-select: none;}
.Footer-friend-menu{width: 236px;height: 50px;border-radius: 25px;border: 1px solid rgba(255, 255, 255, 0.2);display: flex;align-items: center;justify-content: space-between;padding: 0 22px 0 32px;font-size: 14px;line-height: 1;color: rgba(255, 255, 255, 0.4);cursor: pointer;transition: border-color .4s ease, color .4s ease;}
.Footer-friend-menu i{transform: rotate(180deg);transition: transform .4s ease;font-size: 13px;}
.Footer-friend-data{position: absolute;left: 0;bottom: 60px;width: 100%;background: #fff;border-radius: 4px;padding: 12px 6px 12px 32px;display: none;}
.Footer-friend-data::before{content: "";position: absolute;width: 100%;height: 11px;top: 100%;left: 0;}
.Footer-friend-data::after{content: "";display: block;width: 0px;height: 0px;border: 7px solid transparent;border-top-color: #fff;position: absolute;top: 100%;left: 50%;margin-left: -7px;}
.Footer-friend-data .scroll{max-height: 190px;overflow-y: auto;padding-right: 26px;}
.Footer-friend-data .scroll::-webkit-scrollbar {width: 2px;}
.Footer-friend-data a{display: flex;font-size: 14px;color: #222;height: 50px;align-items: center;border-bottom: 1px solid #f0f0f0;transition: color .4s ease;}
.Footer-friend-data a:last-child{border-bottom: none;}
.Footer-friend-data a:hover{color: #e10f1c;}
@media (hover: hover) {.Footer-friend:hover .Footer-friend-menu{border-color: #fff;color: #fff;}}
.Footer-friend.active .Footer-friend-menu{border-color: #fff;color: #fff;}
.Footer-friend.active .Footer-friend-menu i{transform: rotate(0deg);}
.Footer-friend.active .Footer-friend-data{display: block;animation: FooterCode .6s ease-in-out both;}
/* -- */
.Footer-copyright{display: flex;flex-wrap: wrap;width: 100%;}
.Footer-copyright p{font-size: 14px;line-height: 24px;color: rgba(255, 255, 255, 0.5);margin-right: 12px;}
.Footer-copyright p:last-child{margin-right: 0;}
.Footer-copyright p a{transition: .4s;}
.Footer-copyright p a:hover{color: #fff;}
/* -- */
.Footer-marquee{width: 100%;overflow: hidden;position: relative;white-space: nowrap;border-top: 2px solid rgba(255, 255, 255, 0.2);font-size: 0;}
.Footer-marquee .cont{white-space: nowrap;animation: 40s linear infinite FooterMarquee;display: inline-block;position: relative;z-index: 4;}
.Footer-marquee .text{color: #fff;font-weight: 700;display: inline-block;font-size: 24px;height: 80px;line-height: 80px;margin-right:4px;}
@keyframes FooterMarquee{0%{transform: translate(0,0)}100%{transform: translate(-100%)}}


/* 悬浮右侧 */
.Suspend{display: none;position: fixed;z-index: 999991;top: 50%;margin-top: -132px;right: 2px;user-select: none;}
.backTop{width: 56px;height: 56px;margin-top: 12px;line-height: 1;font-size: 20px;color: #888;border-radius: 50%;box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);background: #fff;display: flex;align-items: center;justify-content: center;cursor: pointer;transition: background .4s, color .4s;}
.backTop i{font-size: inherit;}
.backTop:hover{background: #d6000f;color: #fff;}
.Suspend-top{width: 56px;border-radius: 56px;background: #fff;box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);}
.Suspend-scheme{width: 100%;display: block;padding-top: 4px;position: relative;}
.Suspend-scheme::after{content: "";position: absolute;width: calc(100% - 14px);left: 0;right: 0;margin: 0 auto;bottom: 0;background: #f0f0f0;height: 1px;}
.Suspend-scheme .ico{cursor: pointer;width: 48px;height: 48px;margin: 0 auto;position: relative;}
.Suspend-scheme .ico p{width: 48px;height: 48px;display: flex;align-items: center;justify-content: center;border-radius: 50%;background: #d6000f;position: relative;z-index: 10;}
.Suspend-scheme .ico p img{width: 22px;}
.Suspend-scheme .ico::before, .Suspend-scheme .ico::after{content: '';position: absolute;left: 50%;top: 50%;width: 100%;height: 100%;border-radius: 100%;background-color: rgba(255, 15, 28, 0.4);transform: translate(-50%, -50%) scale(1);opacity: 1;}
.Suspend-scheme .ico::before{animation: SuspendRun 2s infinite linear 1s;}
.Suspend-scheme .ico::after{animation: SuspendRun 2s infinite linear;}
@keyframes SuspendRun {0%{transform: translate(-50%, -50%) scale(1);opacity: 1;}100%{transform: translate(-50%, -50%) scale(1.5);opacity: 0;}}
.Suspend-scheme .title{width: 100%;font-size: 14px;color: #666;text-align: center;padding: 14px 10px 10px;line-height: 18px;transition: color .4s ease;}
.Suspend-scheme:hover .title{color: #d6000f;}
.Suspend-consult{width: 100%;position: relative;}
.Suspend-consult-menu{width: 100%;padding: 18px 0;text-align: center;cursor: pointer;}
.Suspend-consult-menu i{font-size: 22px;color: #d6000f;line-height: 1;}
.Suspend-consult-menu p{font-size: 14px;color: #666;line-height: 18px;margin-top: 6px;transition: color .4s ease;}
.Suspend-consult:hover .Suspend-consult-menu p{color: #d6000f;}
.Suspend-consult-code{opacity: 0;visibility: hidden;pointer-events: none;transform: translateX(24px);transition: all .8s ease;width: 190px;position: absolute;right: 100%;top: 50%;padding-right: 10px;margin-top: -150px;z-index: -1;}
.Suspend-consult-code-wrap{width: 100%;height: 300px;padding-top: 30px;border-radius: 14px;box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);background: linear-gradient(to bottom,#ffa5a1,#fff 30%);position: relative;}
.Suspend-consult-code-wrap::before{content: "";position: absolute;width: 100%;height: 100%;top: 0;left: 0;border: 2px solid #fff;border-radius: 14px;}
.Suspend-consult-code-wrap::after{content: "";position: absolute;right: -6px;top: 50%;margin-top: -8px;border-top: 8px solid transparent;border-bottom: 8px solid transparent;border-left: 6px solid #fff;width: 0;height: 0;}
.Suspend-consult-code .close{display: none;position: absolute;z-index: 5;width: 16px;height: 16px;line-height: 1;right: 14px;top: 12px;font-size: 12px;color: #fff;align-items: center;justify-content: center;cursor: pointer;}
.Suspend-consult-code .close i{font-size: inherit;}
.Suspend-consult-code .hint{position: relative;z-index: 4;font-size: 14px;color: #666;text-align: center;}
.Suspend-consult-code .code{position: relative;z-index: 4;width: 100px;height: 100px;border: 2px solid #d6000f;margin: 12px auto 0;border-radius: 10px;overflow: hidden;}
.Suspend-consult-code .code img{width: 100%;height: 100%;}
.Suspend-consult-code .tel{position: relative;z-index: 4;font-size: 14px;color: #666;text-align: center;margin-top: 14px;}
.Suspend-consult-code .phone{position: relative;z-index: 4;font-family:'fmontR';text-align: center;margin-top: 4px;}
.Suspend-consult-code .phone a{font-size: 18px;color: #333;line-height: 1;transition: color .4s ease;}
.Suspend-consult-code .phone a:hover{color: #d6000f;}
.Suspend-consult-code .btn{position: relative;z-index: 4;width: 128px;height: 42px;line-height: 1;border-radius: 21px;display: flex;align-items: center;justify-content: center;background: #d6000f;color: #fff;margin: 12px auto 0;}
.Suspend-consult-code .btn i{font-size: 22px;margin-right: 6px;transition: transform .4s ease;}
.Suspend-consult-code .btn span{font-size: 14px;}
.Suspend-consult-code .btn:hover i{animation: SuspendIcon .8s ease-in-out both;}
@keyframes SuspendIcon{0%{transform: scale(1);}30%{transform: scale(.8);}50%{transform: scale(1);}70%{transform: scale(.9);}100%{transform: scale(1);}}
.Suspend.on .Suspend-consult-code{opacity: 1;visibility: visible;pointer-events: auto;transform: translateX(0);}
.Suspend.on .Suspend-consult-code .close{display: flex;}
.Suspend.active .Suspend-consult-code{opacity: 1;visibility: visible;pointer-events: auto;transform: translateX(0);}
@media all and (max-width:1590px) {
    .backTop {width: 48px;height: 48px;margin-top: 10px;font-size: 18px;}
    .Suspend-top {width: 48px;border-radius: 48px;}
    .Suspend-scheme .ico {width: 40px;height: 40px;}
    .Suspend-scheme .ico p {width: 40px;height: 40px;}
    .Suspend-scheme .ico p img {width: 20px;}
    .Suspend-scheme .title {padding: 10px 8px 8px;}
    .Suspend-consult-menu {padding: 14px 0;}
    .Suspend-consult-menu p {margin-top: 2px;}
    .Suspend-consult-menu i {font-size: 20px;}
    .Suspend-consult-code .btn {width: 120px;height: 38px;border-radius: 19px;margin: 10px auto 0;}
    .Suspend-consult-code-wrap::after {margin-top: -8px;border-top: 8px solid transparent;border-bottom: 8px solid transparent;}
    .Suspend-consult-code {width: 180px;padding-right: 12px;margin-top: -140px;}
    .Suspend-consult-code-wrap {height: 280px;padding-top: 24px;border-radius: 12px;}
    .Suspend-consult-code .code{margin-top: 10px;}
    .Suspend-consult-code .tel {margin-top: 12px;}
}
@media all and (max-width:1000px) {
    .Suspend{display: none !important;}
}
/* 手机端 */
.mbFooterRel-blank, .mbFooterRel {display: none;}
@media all and (max-width:1000px) {
    .mbFooterRel-blank, .mbFooterRel {display: block;height: 70px;width: 100%;}
    .mbFooterRel{position: fixed;z-index: 999;bottom: 0;left: 0;background: rgba(0, 0, 0, 0.7);backdrop-filter: blur(10px);}
    .mbFooterRel a, .mbFooterRel .mbFooterRel-weixin{display: flex;position: relative;height: 70px;width: 33.3333%;float: left;align-items: center;justify-content: center;flex-direction: column;text-align: center;}
    .mbFooterRel a i, .mbFooterRel .mbFooterRel-weixin i{font-size: 18px;color: #fff;line-height: 1;}
    .mbFooterRel a p, .mbFooterRel .mbFooterRel-weixin p{font-size: 14px;color: #fff;margin-top: 6px;line-height: 1.1;}
    .mbFooterRel a::after{content: "";position: absolute;width: 1px;height: 100%;right: 0;top: 0;background: rgba(255, 255, 255, 0.1);}
    .mbFooterRel .mbFooterRel-weixin .code{position: absolute;width: 110px;height: 110px;left: 50%;margin-left: -55px;bottom: 70px;border: 2px solid #eee;display: none;background: #eee;}
    .mbFooterRel .mbFooterRel-weixin .code::before{content: "";position: absolute;border-left: 7px solid transparent;border-right: 7px solid transparent;border-top: 7px solid #eee;width: 0;height: 0;bottom: -8px;left: 50%;margin-left: -7px;}
    .mbFooterRel .mbFooterRel-weixin .code img{width: 100%;}
    .mbFooterRel .mbFooterRel-weixin.mbFooterRel-weixin:hover .code{display: block;}
}

/* 横竖屏 */
.popOrient{display:none;position:fixed;width:100%;height:100%;top:0;left:0;flex-direction: column;align-items: center;justify-content: center;background: #000;z-index:9999999999999999;color:#696969;font-size:16px;text-align:center;}
.popOrient svg{height:60px;margin-bottom:12px;}
body.landscape .popOrient{display:flex}

/* 视频弹窗 */
.popVideo{display: none;align-items: center;justify-content: center;position: fixed;z-index: 999999;width: 100%;height: 100%;background: rgba(0,0,0,.5);top: 0;left: 0;}
.popVideo-items{max-width: 1000px;position: relative;opacity: 0;}
.popVideo-video{width: 100%;display: flex;justify-content: center;}
.popVideo-video video{max-height: 82vh;}
.popVideo-video iframe{width: 1000px;height: 600px;}
.popVideo-close{width: 40px;height: 40px;right: -40px;top: -40px;line-height: 40px;opacity: 0.7;text-align: center;position: absolute;z-index: 3;font-size: 22px;color: #fff;cursor: pointer;transition: all .6s ease;}
.popVideo-close:hover{opacity: 1;}
.popVideo.active{display: flex;}
.popVideo.active .popVideo-items{animation: popVideRun 1s ease both .4s;}
@keyframes popVideRun {0%{opacity: 0;transform: translateY(-200px);}100%{opacity: 1;transform: translateY(0);}}
@media all and (max-width:1100px) {.popVideo-items{width: 92%;}.popVideo-close{right: -8px;}.popVideo-video iframe{width: 100%;height: 450px;}}
@media all and (max-width:720px) {.popVideo-video iframe{height: 220px;}}

/* 简历弹窗 */
.onResume{display: none;z-index: 999999;justify-content: center;align-items: center;background-color: rgba(0, 0, 0, .5);position: fixed;top: 0px;left: 0px;width: 100%;height: 100%;user-select: none;padding: 0 4%;}
.onResume-contain{background-color: #fff;border-radius: 5px;padding: 45px;width: 530px;position: relative;opacity: 0;}
.onResume.active{display: flex;}
.onResume.active .onResume-contain{animation: onResumeRun .6s ease both;}
@keyframes onResumeRun {0%{opacity: 0;}100%{opacity: 1;}}
.onResume-close{position: absolute;top: 12px;right: 12px;font-size: 18px;transition: all .4s ease;color: #d6000f;}
.onResume-close i{font-size: inherit;}
.onResume-close:hover{color: #f00;}
.onResume-title{font-size: 20px;color: #333;}
.onResume-form{width: 100%;margin-top: 12px;}
.onResume-name{width:100%;height:45px;}
.onResume-name input, .onResume-wrap .onResume-hint{height: 100%;box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.08) inset;border: 1px solid #e6e6f1;padding: 0 16px;}
.onResume-name input{width: 100%;border-radius: 5px;}
.onResume-wrap{position: relative;width: 100%;height: 45px;border-radius: 5px;overflow: hidden;margin-top:8px;}
.onResume-wrap .onResume-hint{width: 66%;border-radius: 5px 0 0 5px;}
.onResume-wrap .btn{width: 34%;height: 100%;background-color: #d6000f;position: relative;}
.onResume-wrap .btn .onResume-upload{width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;font-size: 16px;color: #fff;cursor: pointer;}
.onResume-button {width: 100%;display: flex;justify-content: center;margin-top: 20px;}
.onResume-button button{width: 100%;height: 45px;background-color: #d6000f;display: flex;justify-content: center;align-items: center;color: #fff;font-size: 16px;cursor: pointer;border-radius: 5px;}
@media all and (max-width: 720px) {
    .onResume-contain {padding:24px 16px;width: 100%;}
    .onResume-title {font-size: 18px;}
    .onResume-name, .onResume-wrap{height: 40px;}
    .onResume-button {margin-top: 12px;}
    .onResume-button button{height: 40px;font-size: 14px;}
    .onResume-close{top: 10px;right: 10px;font-size: 16px;}
    .onResume-wrap .btn .onResume-upload {font-size: 14px;}
    .onResume-name input, .onResume-wrap .onResume-hint {padding: 0 14px;}
}

/* 快速表单 */
.isForm-input, .isForm-select, .isForm-textarea, .isForm-code, .isForm-protocol{width: 100%;position: relative;user-select: none;}
.isForm-input label, .isForm-select label, .isForm-textarea label, .isForm-code label{color: #999;position: absolute;display: flex;align-items: center;top: 0;left: 0;pointer-events: none;z-index: 2;}
.isForm-input label em, .isForm-select label em, .isForm-textarea label em, .isForm-code label em{color: #f00;margin-right: 4px;font-style: normal;}
.isForm-input input, .customSelect-name, .customSelect input, .isForm-select .beginSelect select, .isForm-textarea textarea, .isForm-code input, .customSelect-drop{border-radius: 0px;color: #333;border: 1px solid #eee;width: 100%;transition: border .4s ease;}
.isForm-input input, .customSelect-name, .customSelect input, .isForm-select .beginSelect select, .isForm-textarea textarea, .isForm-code input, .customSelect-drop>div, .isForm-input label, .isForm-select label, .isForm-textarea label, .isForm-code label, .isForm-code .isForm-code-auth{height: 44px;padding: 0 12px;font-size: 14px;}
.isForm-input input:focus, .isForm-code input:focus, .isForm-select .beginSelect select:focus, .isForm-textarea textarea:focus, .customSelect-name.noRadius{border-color: #668cda;}
.isForm-select .beginSelect select{cursor: pointer;}
.isForm-textarea textarea{padding: 10px 12px;height: 80px;display: block;}
.isForm-code{display: flex;flex-wrap: wrap;}
.isForm-code .isForm-code-input{width: 500px;}
.isForm-code .isForm-code-auth{padding: 0;cursor: pointer;margin-left: 12px;background: #f1f1f1;}
.isForm-code .isForm-code-auth img, .isForm-code .isForm-code-auth canvas{width: 100%;height: 100%;max-width: none;}
.isForm-input.on label, .isForm-select.on label, .isForm-textarea.on label, .isForm-code.on label{display: none;}
/* -- */
.isForm-button{width: 100%;display: flex;justify-content: center;}
.isForm-button button{width: 160px;height: 44px;font-size: 18px;margin-left: 12px;background: #668cda;color: #fff;cursor: pointer;transition: all .4s ease;}
.isForm-button button:first-child{margin-left: 0;}
.isForm-button button:hover{box-shadow: 0 4px 12px 0 rgba(102, 140, 218, 0.4);}
.isForm-button button.reset{background: #999;}
.isForm-button button.reset:hover{box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);}
/* -- */
.isForm-protocol{display: flex;flex-wrap: wrap;align-items: center;}
.isForm-protocol input{width: 16px;height: 16px;margin-right: 10px;position: relative;display: block;font-style: normal;border: 1px solid #dedede;transition: border .4s ease;cursor: pointer;}
.isForm-protocol input::after {font-size: 20px;left: 1px;bottom: -1px;color: #668cda;content: "\e63c";position: absolute;font-family: "icon";line-height: 1;opacity: 0;transition: all .4s ease;}
.isForm-protocol input:hover{border-color: #668cda;}
.isForm-protocol input:checked{border-color: #668cda;}
.isForm-protocol input:checked::after{border-color: #668cda;opacity: 1;}
.isForm-protocol .text{align-items: center;color: #666;font-size: 14px;}
.isForm-protocol .text a{color: #668cda;}
/* -- */
.customSelect, .isForm-select .beginSelect{position: relative;width: 100%;}
.isForm-select .beginSelect input{opacity: 0;visibility: hidden;position: absolute;top: 0;left: 0;font-size: 0;}
/* -- */
.customSelect.noEvent{pointer-events: none;opacity: 0.5;}
.customSelect-name{display: flex;align-items: center;position: relative;cursor: pointer;}
.customSelect-name::after{content: "\e727";position: absolute;font-family: "icon";font-size: 14px;height: 100%;display: flex;align-items: center;justify-content: center;line-height: 1;right: 14px;top: 0;transform: rotateX(180deg);}
.customSelect-drop{max-height: 160px;background: #fff;display: none;position: absolute;z-index: 10;top: calc(100% + 4px);box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.1);overflow-x: hidden;overflow-y: auto;left: 0;}
.customSelect-drop>div{height: 40px;font-size: 14px;color: #666;position: relative;display: flex;align-items: center;width: 100%;transition: all .4s ease;cursor: pointer;}
.customSelect-drop>div::after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 1px;background: #eee;}
.customSelect-drop>div:last-child::after{display: none;}
.customSelect-drop>div:hover, .customSelect-drop>div.active{color: #668cda;}
.customSelect-drop::-webkit-scrollbar {width: 2px;height: 4px;}
.customSelect-drop::-webkit-scrollbar-thumb {background: #ccc;}
.customSelect-drop::-webkit-scrollbar-track {background: #fff;}
.customSelect-null{display: none;}
.customSelect-name.noRadius::after{transform: rotate(0);}
.customSelect input{display: none;position: absolute;padding-right: 60px;width: 100%;height: 100%;z-index: 2;bottom: 0;left: 0;background: transparent;}
.customSelect.hasInput input{display: block;}
.customSelect.hasInput .customSelect-name{font-size: 0;border: none;background: transparent;}

/* 中间+共用部分 */
.Container{width: 100%;}
.section{width: 100%;position: relative;overflow: hidden;}
.contain-1780, .contain{margin: 0 auto;}
.contain-1780{width: 1780px;}
.contain{width: 1680px;}

.commBtn{width: 300px;height: 100px;font-size: 24px;cursor: pointer;border-radius: 50px;background: #1d1a18;transition: background .5s;position: relative;overflow: hidden;display: flex;align-items: center;padding: 0 16px;}
.commBtn span{position: absolute;width: 100%;height: 100%;top: 0;left: 0;display: flex;align-items: center;color: #fff;padding: 0 74px;line-height: 1;transition: .5s;}
.commBtn span.s{justify-content: flex-end;}
.commBtn span.h{justify-content: flex-start;opacity: 0;}
.commBtn i{width: 76px;height: 76px;border-radius: 50%;background: #fff;transition: .5s;display: flex;align-items: center;justify-content: center;font-style: normal;font-size: 18px;color: #1d1a18;position: relative;z-index: 2;line-height: 1;}
.commBtn i::after{content: "\e83f";font-family: "icon";transform: rotateY(180deg);}
.commBtn:hover{background: #e10f1c;}
.commBtn:hover i{transform: translateX(calc(300px - 16px*2 - 76px));color: #e10f1c;}
.commBtn:hover span.s{opacity: 0;}
.commBtn:hover span.h{opacity: 1;}
.commBtn.middle{width: 224px;height: 74px;border-radius: 37px;padding: 0 12px;font-size: 20px;}
.commBtn.middle span{padding: 0 52px;}
.commBtn.middle i{width: 56px;height: 56px;font-size: 16px;}
.commBtn.middle:hover i{transform: translateX(calc(224px - 12px*2 - 52px));}
.commBtn.small{width: 154px;height: 50px;border-radius: 25px;padding: 0 8px;font-size: 16px;}
.commBtn.small span{padding: 0 28px;}
.commBtn.small i{width: 38px;height: 38px;font-size: 14px;}
.commBtn.small:hover i{transform: translateX(calc(154px - 8px*2 - 38px));}
.commBtn.other{width: 180px;height: 60px;border-radius: 30px;padding: 0 10px;font-size: 16px;background: #e10f1c;}
.commBtn.other span{padding: 0 36px;}
.commBtn.other i{width: 46px;height: 46px;font-size: 15px;color: #e10f1c;}
.commBtn.other:hover i{transform: translateX(calc(180px - 10px*2 - 46px));}
/* --- */
.commBtn2{height: 50px;font-size: 16px;cursor: pointer;border-radius: 25px;position: relative;overflow: hidden;padding: 0 22px 0 26px;border: 1px solid #e10f1c;display: flex;align-items: center;color: #000;line-height: 1;transition: background .2s ease, color .4s ease;}
.commBtn2 span, .commBtn2 i{position: relative;z-index: 4;transform: translate3d(0,0,4px);}
.commBtn2 i{margin-left: 28px;transform: rotate(45deg);color: #fff;transition: transform .4s ease;}
.commBtn2::before{content: "";width: 36px;height: 36px;border-radius: 36px;background: #e10f1c;top: 50%;margin-top: -18px;position: absolute;right: 12px;transform-origin: 50% 50% 0px;transition: all .3s ease;}
.commBtn2:hover::before{width: 100%;right: 0;height: 100%;top: 0;margin-top: 0;}
.commBtn2:hover{background: #e10f1c;color: #fff;transition: background .4s ease .3s, color .4s ease;}
.commBtn2:hover i{transform: rotate(90deg);}
.commBtn2.get i{color: var(--btcolor);}
.commBtn2.get::before{background: #fff;}
.commBtn2.get{background: var(--btcolor);border: none;color: #fff;}
.commBtn2.get:hover{background: #fff;color:var(--btcolor);transition: background .4s ease .3s, color .4s ease;}

.scaleWrapNull{display: none;}
@media all and (min-width:1100px) {.scaleWrap{transform-origin: top center;transform: scale(calc(1680/1920));}}
@media all and (max-width:1100px) {.scaleWrap{transform: none !important;border-radius: 0 !important;}}

/* 咨询 */
.stayIn{position: fixed;width: 100%;height: 100%;padding-top: 40px;top: 0;left: 0;z-index: 999992;overflow: hidden;display: flex;align-items: center;justify-content: center;}
.stayIn::before{width: 100%;height: 100%;top: 0;left: 0;content: "";position: absolute;background: #151515;}
.stayIn-contain{width: 1000px;position: relative;}
.stayIn-btn{position: absolute;right: 0;top: -60px;}
.stayIn-btn .close{cursor: pointer;user-select: none;color: #fff;font-size: 30px;transition: transform .8s;}
.stayIn-btn .close i{font-size: inherit;line-height: 1;}
.stayIn-btn .close:hover{transform: rotate(180deg);}
.stayIn-mix{width: 100%;display: flex;border-radius: 3px;overflow: hidden;}
.stayIn-logo{width: 120px;background: #e10f1c;}
.stayIn-logo a{display: flex;height: 120px;align-items: center;justify-content: center;background: #000;}
.stayIn-logo a img{width: 55px;}
.stayIn-form{width: calc(100% - 120px);background: #fff;padding: 42px 46px 48px;}
.stayIn-form-title{width: 100%;line-height: 1.14;font-size: 36px;color: #161618;font-weight: 500;}
.stayIn-form-info{width: 100%;margin-top: 38px;padding-bottom: 30px;border-bottom: 2px solid #f7f7f7;}
.stayIn-form-info .text{font-size: 24px;color: #666;line-height: 1.14;}
.stayIn-form-info .tags{margin-top: 8px;display: flex;flex-wrap: wrap;user-select: none;}
.stayIn-form-info .tags strong{font-weight: normal;cursor: pointer;display: flex;align-items: center;height: 34px;border-radius: 17px;padding: 0 14px;background: #f7f8f9;border: 1px solid #efefef;color: #888;font-size: 14px;margin: 8px 8px 0 0;line-height: 1;transition: all .4s;}
.stayIn-form-info .tags strong:hover{border-color: #d6000f;color: #d6000f;background: #fff;}
.stayIn-form-info .tags strong.active{border-color: #d6000f;color: #fff;background: #d6000f;}
.stayIn-form-list{width: 100%;margin-top: 30px;}
.stayIn-form-list ul{margin: -30px 0 0 -60px;display: flex;flex-wrap: wrap;}
.stayIn-form-list li{width: calc(100%/2 - 60px);margin: 30px 0 0 60px;}
.stayIn-form-list li .isForm-input input, .stayIn-code.isForm-code input, .stayIn-form-list li .isForm-input label, .stayIn-code.isForm-code label, .stayIn-code.isForm-code .isForm-code-auth {height: 34px;padding: 0;font-size: 16px;}
.stayIn-form-list li .isForm-input input, .stayIn-code.isForm-code input{color: #000;border: none;border-bottom: 1px solid #c0c0c0;}
.stayIn-form-list li .isForm-input input:focus, .stayIn-code.isForm-code input:focus{border-color: #e10f1c;}
.stayIn-form-list li .isForm-input label, .stayIn-code.isForm-code label{transition: transform .4s;display: block;transform-origin: left top;}
.stayIn-form-list li .isForm-input.focus label, .stayIn-code.isForm-code.focus label {transform: translateY(-34%) scale(0.7);}
.stayIn-select{width: 100%;margin-top: 30px;display: flex;user-select: none;}
.stayIn-select .name{width: 124px;font-size: 24px;color: #666;height: 26px;display: flex;align-items: center;line-height: 1.14;}
.stayIn-select .tags{width: calc(100% - 124px);display: flex;flex-wrap: wrap;}
.stayIn-select .tags p{height: 26px;line-height: 1.14;align-items: center;display: flex;cursor: pointer;margin-right: 30px;}
.stayIn-select .tags p:last-child{margin-right: 0;}
.stayIn-select .tags p i{width: 14px;height: 14px;border-radius: 50%;background: #f7f8f9;border: 1px solid #efefef;position: relative;transition: border .4s,background .4s;}
.stayIn-select .tags p i::before{content: "";position: absolute;width: 20px;height: 20px;top: 50%;left: 50%;border-radius: 50%;margin: -10px 0 0 -10px;border: 1px solid #e10f1c;transform: scale(0.6);opacity: 0;transition: transform .4s, opacity .4s;}
.stayIn-select .tags p span{font-size: 16px;color: #666;margin-left: 10px;}
.stayIn-select .tags p:hover i, .stayIn-select .tags p.active i{border-color: #e10f1c;background: #e10f1c;}
.stayIn-select .tags p:hover i::before, .stayIn-select .tags p.active i::before{opacity: 1;transform: scale(1);}
.stayIn-code{width: 362px;position: relative;margin-top: 40px;}
.isForm-code .isForm-code-auth {position: absolute;width: 100px;top: -8px;right: 0;margin: 0;}
.stayIn-code.isForm-code input{padding-right: 110px;}
.stayIn-button{width: 100%;margin-top: 40px;}
.stayIn-button.isForm-button button {width: 50%;height: 60px;font-size: 18px;margin-left: 0;background: #000;position: relative;}
.stayIn-button.isForm-button button.submit{background: #e10f1c;}
.stayIn-button.isForm-button button:hover{box-shadow: none;}
.stayIn-button.isForm-button button span{position: relative;z-index: 4;transform: translate3d(0,0,10px);}
.stayIn-button.isForm-button button::before{content: "";width: 100px;height: 100%;top: 0;left: 0;position: absolute;right: 0;margin: 0 auto;background: url("../images/common/stayIn2w.png") no-repeat center/auto 36px;opacity: 0;transform: scale(0.5);transition: all .5s;}
.stayIn-button.isForm-button button:hover::before{opacity: 0.2;transform: scale(1);}
/* -- */
.stayIn{opacity: 0;pointer-events: none;visibility: hidden;transition: opacity .5s;}
.stayIn::before{transform: translateY(-100%);opacity: 0;transition: all .5s;transform-origin: center top;}
.stayIn-mix{opacity: 0;transform: translateY(20px);transition: all .5s;}
.stayIn-btn{opacity: 0;transition: opacity .5s;}
.stayIn.show {opacity: 1;pointer-events: auto;visibility: visible;}
.stayIn.show::before{opacity: 1;transform: translateY(0);}
.stayIn.show .stayIn-mix{opacity: 1;transform: translateY(0);transition: all .5s .5s;}
.stayIn.show .stayIn-btn{opacity: 1;transition: opacity .5s .7s;}

@media all and (max-width:1590px) {
    .stayIn-logo {width: 100px;}
    .stayIn-logo a {height: 100px;}
    .stayIn-btn .close {font-size: 24px;}
    .stayIn-btn {top: -44px;}
    .stayIn-form {width: calc(100% - 100px);padding: 32px 36px 38px;}
    .stayIn-form-title {font-size: 30px;}
    .stayIn-contain {width: 900px;}
    .stayIn-form-info .tags strong {height: 32px;border-radius: 16px;padding: 0 14px;font-size: 13px;margin: 6px 6px 0 0;}
    .stayIn-form-info .text {font-size: 20px;}
    .stayIn-form-info {margin-top: 26px;padding-bottom: 20px;}
    .stayIn-select .name {width: 104px;font-size: 20px;}
    .stayIn-select .tags {width: calc(100% - 104px);}
    .stayIn-select .tags p {margin-right: 20px;}
    .stayIn-select {margin-top: 20px;}
    .stayIn-button {margin-top: 28px;}
    .stayIn-button.isForm-button button {height: 50px;font-size: 18px;}
    .stayIn-code {margin-top: 30px;}
    .stayIn-form-list ul {margin: -24px 0 0 -30px;}
    .stayIn-form-list li {width: calc(100%/2 - 30px);margin: 24px 0 0 30px;}
    .stayIn {padding-top: 30px;}
}
@media all and (max-width:1100px) {.stayIn-contain{width: 92%;}}
@media all and (max-width:720px) {
    .stayIn-logo{display: none;}
    .stayIn-form{width: 100%;padding: 16px 12px;}
    .stayIn-form-title {font-size: 18px;}
    .stayIn-form-info .text {font-size: 14px;}
    .stayIn-select .name {width: 100%;font-size: 14px;line-height: 24px;}
    .stayIn-select .tags {width: 100%;}
    .stayIn-form-info .tags strong {height: 24px;border-radius: 12px;padding: 0 8px;font-size: 12px;margin: 4px 4px 0 0;}
    .stayIn-select .tags p span {font-size: 14px;margin-left: 6px;}
    .stayIn-select .tags p i {width: 12px;height: 12px;}
    .stayIn-select .tags p {margin-right: 16px;line-height: 1;height: 24px;}
    .stayIn-select {margin-top: 10px;flex-wrap: wrap;}
    .stayIn-form-list ul {margin: -18px 0 0;}
    .stayIn-form-list li {width: 100%;margin: 18px 0 0;}
    .stayIn-form-list li .isForm-input input, .stayIn-code.isForm-code input, .stayIn-form-list li .isForm-input label, .stayIn-code.isForm-code label, .stayIn-code.isForm-code .isForm-code-auth {height: 28px;padding: 0;font-size: 13px;}
    .stayIn-form-list {margin-top: 16px;}
    .stayIn-form-info {margin-top: 16px;padding-bottom: 12px;}
    .stayIn-code {margin-top: 16px;}
    .stayIn-button {margin-top: 16px;}
    .stayIn-button.isForm-button button {height: 36px;font-size: 14px;}
    .stayIn-btn .close {font-size: 16px;}
    .stayIn-btn {top: -32px;}
    .stayIn-code{width: 100%;}
    .isForm-code .isForm-code-input {width: 100%;}
    .isForm-code .isForm-code-auth {width: 86px;top: -4px;}
    .stayIn-code.isForm-code input {padding-right: 90px;}
    .stayIn-select .tags p i::before {width: 18px;height: 18px;margin: -9px 0 0 -9px;}
    .stayIn-form-list li .isForm-input.focus label, .stayIn-code.isForm-code.focus label {transform: translateY(-38%) scale(0.8);}
}


/* 策划方案 */
.planSch{width: 100%;height: 100%;position: fixed;top: 0;left: 0;z-index: 99999;background: rgba(0,0,0,0.5);display: none;align-items: center;justify-content: center;}
.planSch.active{display: flex;}
.planSch .box{position: relative;}
.planSch .t1{font-size: 22px;color: #fff;font-weight: 700;text-align: center;}
.planSch .close{width: 24px;height: 24px;font-size: 12px;color: #e5e5e5;position: absolute;z-index: 2;top: -24px;right: -30px;cursor: pointer;display: flex;justify-content: center;align-items: center;}
.planSch .close i{font-size: inherit;}
.planSch .tbox{width: 335px;height: 354px;padding: 156px 50px 0;background: url("../images/common/plansch.png") no-repeat top center/100% auto;margin: 24px auto 0;}
.planSch .tbox .ts,.planSch .tbox .tps{padding: 0 16px;}
.planSch .tbox .ts span {display: block;position: relative;z-index: 1;color: #333;font-size: 14px;line-height: 24px;padding-left: 6px}
.planSch .tbox .ts span::before{content: '';width: 5px;height: 5px;border-radius: 50%;background: #e10f1c;position: absolute;left: 0;top: 50%;transform: translateY(-50%)}
.planSch .tbox .mores{width: 100%;margin-top: 16px;display: flex;align-items: center;}
.planSch .tbox .mores .commBtn{width: 160px;height: 40px;border-radius: 20px;padding: 0 8px;font-size: 16px;background: #e10f1c;}
.planSch .tbox .mores .commBtn span{padding: 0 16px;}
.planSch .tbox .mores .commBtn i{width: 30px;height: 30px;font-size: 14px;color: #e10f1c;}
.planSch .tbox .mores .commBtn:hover i{transform: translateX(calc(160px - 8px*2 - 30px));}
.planSch .tbox .mores .tips{font-size: 14px;color: #333;margin-left: 8px;}
.planSch .tbox .mores .tips span{font-size: 22px;color: #e10f1c;margin: 0 4px;}
.planSch .tbox .tps{font-size: 12px;color: #666;margin-top: 12px;}
/* -- */
.planSchCode{width: 100%;height: 100%;position: fixed;user-select: none;top: 0;left: 0;z-index: 99999;background: rgba(0,0,0,0.5);display: none;align-items: center;justify-content: center;}
.planSchCode.active{display: flex;}
.planSchCode .box{position: relative;}
.planSchCode .more{width: 240px;padding: 40px 30px;border-radius: 14px;box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);background: linear-gradient(to bottom,#ffa5a1,#fff 30%);position: relative;}
.planSchCode .more::before{content: "";position: absolute;width: 100%;height: 100%;top: 0;left: 0;border: 2px solid #fff;border-radius: 14px;}
.planSchCode .more::after{content: "";position: absolute;left: 50%;bottom: -24px;width: 2px;height: 24px;background: #fff;margin-left: -1px;}
.planSchCode .hint{position: relative;z-index: 4;font-size: 18px;color: #333;text-align: center;}
.planSchCode .code{position: relative;z-index: 4;margin: 20px auto 0;border-radius: 10px;overflow: hidden;}
.planSchCode .code img{width: 100%;height: 100%;}
.planSchCode .close{display: flex;position: absolute;z-index: 5;width: 30px;height: 30px;left: 50%;margin-left: -15px;bottom: -54px;font-size: 12px;line-height: 1;color: #e5e5e5;border-radius: 50%;border: 2px solid #e5e5e5;align-items: center;justify-content: center;cursor: pointer;}
.planSchCode .close i{font-size: inherit;}
@media all and (max-width:720px) {
    .planSch .t1 {font-size: 16px;}
    .planSch .tbox {width: 300px;height: 324px;padding: 134px 34px 0;margin: 18px auto 0;}
    .planSch .close {right: -18px;}
    .planSch .tbox .mores{margin-top: 12px;}
    .planSch .tbox .mores .commBtn{width: 140px;height: 34px;border-radius: 17px;padding: 0 8px;font-size: 14px;}
    .planSch .tbox .mores .commBtn span{padding: 0 14px;}
    .planSch .tbox .mores .commBtn i{width: 24px;height: 24px;font-size: 12px;}
    .planSch .tbox .mores .commBtn:hover i{transform: translateX(calc(140px - 8px*2 - 24px));}
    .planSch .tbox .mores .tips span{font-size: 20px;}
    .planSch .tbox .tps{margin-top: 10px;}
    .planSch .tbox .ts, .planSch .tbox .tps {padding: 0 14px;}
    /* -- */
    .planSchCode .hint {font-size: 16px;}
    .planSchCode .more {width: 220px;padding: 30px 24px;}
    .planSchCode .more::after {bottom: -20px;height: 20px;}
    .planSchCode .close {bottom: -48px;}
    /* -- */
    .planSch, .planSchCode{display:none !important;}
}


/* -------------------------PC端--------------------------- */
@media all and (max-width:1880px) {
    /* 1600 × (900) */
    .contain-1780{width: 1600px;}
    .contain{width: 1500px;}
    .Header-drop-mix {padding: 90px calc((100vw - 1600px)/2) 40px;}
    .Header-drop-menu {width: 460px;}
    .Header-drop-info {width: calc(100% - 460px);padding: 10px 80px 0 0;}
}
@media all and (max-width:1700px) {
    /* 1600 × (900) */
    .contain-1780{width: 1500px;}
    .contain{width: 1400px;}

    .Header-menu {padding: 0 26px;}
    .Header-navbar{margin-right: 26px;}
    .Header-drop-img {width: 520px;}
    .Header-drop-mix {width: calc(100% - 520px);padding: 76px calc((100vw - 1500px)/2) 30px;}
    .Header-drop-menu {width: 540px;}
    .Header-drop-info {width: calc(100% - 540px);padding: 10px 60px 0 0;}
    .Header-drop-info .text {font-size: 28px;}
    .Header-drop-menu a{height: 44px;}

    .Footer-info-text {font-size: 70px;margin-top: 20px;}

    .commBtn{width: 260px;height: 88px;border-radius: 44px;padding: 0 14px;font-size: 22px;}
    .commBtn span{padding: 0 62px;}
    .commBtn i{width: 64px;height: 64px;font-size: 17px;}
    .commBtn:hover i{transform: translateX(calc(260px - 14px*2 - 64px));}
}

@media all and (max-width:1590px) {
    /* 1440 × (700)  */
    .contain-1780{width: 1360px;}
    .contain{width: 1260px;}

    .Header-logo, .Header-menu, .Header-consult, .Header-navclick{height: 90px;}
    .Header.Header-show .Header-logo, .Header.Header-show .Header-menu, .Header.Header-show .Header-consult, .Header.Header-show .Header-navclick {height: 76px;}
    .Header-menu {padding: 0 20px;font-size:14px;}
    .Header-navbar{margin-right: 20px;}
    .Header-navclick{width: 34px;}
    .Header-navclick span:before {width: calc(100% - 6px);}
    .Header-navclick span:after {width: calc(100% - 12px);}
    .Header-consult a {width: 108px;height: 34px;border-radius: 17px;font-size: 12px;}
    .Header-consult a i {width: 22px;height: 14px;margin-right: 6px;}
    .Header-drop-img {width: 420px;}
    .Header-drop-mix {width: calc(100% - 420px);padding: 56px calc((100vw - 1360px)/2) 30px;}
    .Header-drop-menu {width: 520px;}
    .Header-drop-info {width: calc(100% - 520px);padding: 10px 50px 0 0;}
    .Header-drop-info .text {font-size: 26px;}
    .Header-drop-menu a{height: 42px;}
    .Header-drop-info .hint i {font-size: 20px;}
    .Header-drop-info .hint {margin-top: 14px;}

    .Footer-info-text {font-size: 60px;margin-top: 18px;}
    .Footer-info {padding: 110px 0 72px;}
    .Footer-info-data {margin-top: 66px;}
    .Footer-info-data .cont .text span {font-size: 30px;}
    .Footer-mix {padding: 72px 0 30px;}
    .Footer-company .btn {height: 44px;border-radius: 22px;font-size: 15px;padding: 0 26px;}
    .Footer-company .btn i {margin-left: 22px;}
    .Footer-contact {margin-top: 28px;}
    .Footer-contact .phone {font-size: 26px;}
    .Footer-code a {margin-right: 12px;width: 44px;height: 44px;}
    .Footer-code-img {width: 120px;height: 120px;margin-left: -60px;bottom: 54px;}
    .Footer-friend {margin-top: 28px;}
    .Footer-friend-menu {width: 216px;height: 44px;border-radius: 22px;padding: 0 20px 0 28px;}
    .Footer-friend-data {bottom: 54px;padding: 10px 6px 10px 28px;}
    .Footer-friend-data .scroll {max-height: 174px;padding-right: 22px;}
    .Footer-friend-data a{height: 44px;}
    .Footer-main {padding-bottom: 48px;}
    .Footer-marquee .text{font-size: 20px;height: 70px;line-height: 70px;}
    
    .commBtn{width: 210px;height: 70px;border-radius: 35px;padding: 0 12px;font-size: 20px;}
    .commBtn span{padding: 0 40px;}
    .commBtn i{width: 54px;height: 54px;font-size: 16px;}
    .commBtn:hover i{transform: translateX(calc(210px - 12px*2 - 54px));}
    .commBtn.middle{width: 170px;height: 60px;border-radius: 30px;padding: 0 10px;font-size: 16px;}
    .commBtn.middle span{padding: 0 34px;}
    .commBtn.middle i{width: 44px;height: 44px;font-size: 15px;}
    .commBtn.middle:hover i{transform: translateX(calc(170px - 10px*2 - 44px));}
    .commBtn.small{width: 150px;height: 50px;border-radius: 25px;padding: 0 8px;font-size: 15px;}
    .commBtn.small span{padding: 0 26px;}
    .commBtn.small i{width: 38px;height: 38px;font-size: 14px;}
    .commBtn.small:hover i{transform: translateX(calc(150px - 8px*2 - 38px));}
    .commBtn.other{width: 160px;height: 54px;border-radius: 27px;padding: 0 9px;font-size: 16px;}
    .commBtn.other span{padding: 0 30px;}
    .commBtn.other i{width: 40px;height: 40px;font-size: 15px;}
    .commBtn.other:hover i{transform: translateX(calc(160px - 9px*2 - 40px));}
    .commBtn2 {height: 44px;font-size: 15px;border-radius: 22px;padding: 0 20px 0 24px;}
    .commBtn2 i {margin-left: 26px;}
    .commBtn2::before {width: 34px;height: 34px;border-radius: 36px;margin-top: -17px;right: 11px;}
}

@media all and (max-width:1430px) {
    /* 1360 */
    .contain-1780{width: 1266px;}
    .contain{width: 1166px;}

    .Header-menu {padding: 0 16px;}
    .Header-navbar{margin-right: 16px;}
    .Header-drop-mix {width: calc(100% - 420px);padding: 56px 0 30px calc((100vw - 1266px)/2);}
    .Header-drop-info .text {font-size: 24px;}
}

@media all and (max-width:1350px) {
    /* 1280 */
    .contain-1780{width: 1200px;}
    .contain{width: 1100px;}
    
    .Header-drop-img{width: 380px;}
    .Header-drop-mix {width: calc(100% - 380px);padding: 44px 0 24px calc((100vw - 1200px)/2);}
    .Header-drop-menu {width: 480px;}
    .Header-drop-info {width: calc(100% - 480px);padding: 10px 40px 0 0;}
}

@media all and (max-width:1270px) {
    /* 1152 × (700) */
    .contain-1780{width: 1060px;}
    .contain{width: 960px;}

    .Header-logo, .Header-menu, .Header-consult, .Header-navclick{height: 80px;}
    .Header.Header-show .Header-logo, .Header.Header-show .Header-menu, .Header.Header-show .Header-consult, .Header.Header-show .Header-navclick {height: 70px;}
    .Header-menu {padding: 0 12px;}
    .Header-navbar{margin-right: 12px;}
    .Header-navclick{width: 30px;}
    .Header-navclick span:before {width: calc(100% - 4px);top: -8px;}
    .Header-navclick span:after {width: calc(100% - 8px);top: 8px;}
    @keyframes buttonAnimationBefore {
        0% {transform: translateY(0px) rotate(0);}
        50% {transform: translateY(8px) rotate(0);}
        100% {transform: translateY(8px) rotate(45deg);}
    }
    @keyframes buttonAnimationAfter {
        0% {transform: translateY(0) rotate(0);}
        50% {transform: translateY(-8px) rotate(0);}
        100% {transform: translateY(-8px) rotate(-45deg);}
    }

    .Header-drop-img{width: 280px;}
    .Header-drop-mix {width: calc(100% - 280px);padding: 24px 0 20px calc((100vw - 1060px)/2);}
    .Header-drop-menu a {height: 38px;}
    .Header-drop-info .text {font-size: 22px;}

    .Footer-info-text {font-size: 50px;margin-top: 10px;}
    .Footer-info-text .ico {width: 80px;height: 80px;margin: 0 10px;}
    .Footer-info-text .ico::after {margin: -18px 0 0 -18px;width: 36px;height: 36px;}
    .Footer-info {padding: 80px 0 60px;}
    .Footer-info-data {margin-top: 40px;}
    .Footer-info-data .cont .text {font-size: 16px;line-height: 32px;}
    .Footer-info-data .cont .text span {font-size: 26px;}
    .Footer-info-data .cont {margin-right: 32px;}
    .Footer-mix {padding: 60px 0 28px;}
    .Footer-company .btn {height: 40px;border-radius: 20px;font-size: 14px;padding: 0 22px;}
    .Footer-company .btn i {margin-left: 18px;}
    .Footer-contact {margin-top: 24px;}
    .Footer-contact .phone {font-size: 24px;}
    .Footer-contact .address {font-size: 14px;margin-top: 8px;}
    .Footer-code a {margin-right: 10px;width: 40px;height: 40px;}
    .Footer-code a span{font-size: 16px;}
    .Footer-code-img {width: 100px;height: 100px;margin-left: -50px;bottom: 50px;}
    .Footer-friend {margin-top: 24px;}
    .Footer-friend-menu {width: 200px;height: 40px;border-radius: 20px;padding: 0 16px 0 20px;}
    .Footer-friend-data {bottom: 54px;padding: 8px 6px 8px 20px;}
    .Footer-friend-data .scroll {max-height: 156px;padding-right: 14px;}
    .Footer-friend-data a{height: 40px;}
    .Footer-main {padding-bottom: 40px;}
    .Footer-marquee .text{font-size: 18px;height: 60px;line-height: 60px;}
    
    .commBtn{width: 170px;height: 60px;border-radius: 30px;padding: 0 10px;font-size: 16px;}
    .commBtn span{padding: 0 34px;}
    .commBtn i{width: 44px;height: 44px;font-size: 15px;}
    .commBtn:hover i{transform: translateX(calc(170px - 10px*2 - 44px));}
    .commBtn.middle{width: 150px;height: 50px;border-radius: 25px;padding: 0 8px;font-size: 15px;}
    .commBtn.middle span{padding: 0 26px;}
    .commBtn.middle i{width: 38px;height: 38px;font-size: 14px;}
    .commBtn.middle:hover i{transform: translateX(calc(150px - 8px*2 - 38px));}
    .commBtn.small{width: 126px;height: 42px;border-radius: 21px;padding: 0 8px;font-size: 14px;}
    .commBtn.small span{padding: 0 18px;}
    .commBtn.small i{width: 30px;height: 30px;font-size: 12px;}
    .commBtn.small:hover i{transform: translateX(calc(126px - 8px*2 - 30px));}
    .commBtn.other{width: 136px;height: 46px;border-radius: 23px;padding: 0 8px;font-size: 15px;}
    .commBtn.other span{padding: 0 22px;}
    .commBtn.other i{width: 34px;height: 34px;font-size: 14px;}
    .commBtn.other:hover i{transform: translateX(calc(136px - 8px*2 - 34px));}
    .commBtn2 {height: 38px;font-size: 14px;border-radius: 19px;padding: 0 16px 0 20px;}
    .commBtn2 i {margin-left: 22px;}
    .commBtn2::before {width: 30px;height: 30px;border-radius: 36px;margin-top: -15px;right: 9px;}
    
    .Header-logo-text{display:none}
}

/* ------------------------平板端（开始改变头部底部）-------------------------- */
@media all and (max-width:1100px) {
    /* 1024 横屏 */
    .Header.Header-show .Header-logo, .Header.Header-show .Header-navclick{height: 60px;}
    .Header.Header-show .Header-menu{height: 48px;}

    .contain-1780, .contain{width: 92%;}
    .Container{margin-top: 60px;}
    .Header{background: #fff;box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.1);}
    .Header .contain-1780{width: 100%;}
    .Header::after{opacity: 1;}
    .Header::before{display: none;}
    .Header-consult{height: 60px;margin-right:16px}
    .Header-consult a {width: 78px;height: 28px;border-radius: 14px;font-size: 12px;border: 1px solid #161618;}
    .Header-consult a i{display:none}
    .Header-logo{height: 60px;}
    .Header-logo{margin-left: 4%;width: 200px;}
    .Header-navclick{display: flex;margin-right: 4%;height: 60px;width: 26px;}
    .Header-navclick span:before{width: 88%;}
    .Header-navclick span:after{width: 70%;}
    .Header-navclick:hover span::before{width: 88%;}
    .Header-navclick:hover span::after{width: 70%;}
    .Header-navclick.active span:before{width:100%}
    .Header-navclick.active span:after{width:100%}
    .Header-navbar{display: none;position: absolute;width: 100%;margin-right: 0;height: calc(100vh - 60px);top: 60px;left: 0;padding: 20px 0;background: #fff;}
    .Header-navbar>ul{display: block;width: 100%;height: 100%;overflow-x: hidden;overflow-y: auto;-webkit-overflow-scrolling: touch}
    .Header-navbar>ul>li{display: block;width: 100%;opacity: 0;transform: translateY(32px);transition: all .4s ease;margin: 0;}
    .Header-navbar.active>ul>li{opacity: 1;transform: translateY(0);}
    .Header-menu{height: 48px;padding: 0 4%;font-size: 16px;}
    .Header-arrow{display: block;width: 48px;height: 48px;line-height: 48px;transform: rotate(180deg);font-size: 16px;font-style: normal;color: #161618;text-align: center;position: absolute;z-index: 9;right: 0;top: 0;}
    .Header-arrow::after{content: "\e727";font-family: "icon";}
    .Header-arrow.active{transform: rotate(0);}
    .Header-navbar>ul>li:hover .Header-menu{color: #161618;}
    .Header-navbar>ul>li.active .Header-menu{color: #e10f1c;}
    .Header-drop {position: relative;top: 0;left: 0;overflow: hidden;padding: 12px 0;box-shadow: none;display: none;background: #f7f8f9;}
    .Header-drop-wrap {padding: 0;}
    .Header-drop-img, .Header-drop-info{display: none;}
    .Header-drop-mix{width: 100%;padding: 0;}
    .Header-drop-menu{width: 100%;}
    .Header-drop-menu a{width: 100%;padding: 0 4%;font-size: 14px;height: 34px;}
    .Header-drop-menu a i {margin-left: 6px;}

    .Footer-info-text {font-size: 22px;margin-top: 8px;}
    .Footer-info-text .ico {width: 50px;height: 50px;margin: 0 8px;}
    .Footer-info-text .ico::after {margin: -13px 0 0 -13px;width: 26px;height: 26px;}
    .Footer-info-text .text i{display: none;}
    .Footer-info {padding: 34px 0 24px;}
    .Footer-info-data {margin-top: 24px;flex-wrap: wrap;}
    .Footer-info-data .cont .text {font-size: 13px;line-height: 24px;}
    .Footer-info-data .cont .text span {font-size: 20px;}
    .Footer-info-data .cont {margin: 0 0 16px 0;width: 100%;}
    .Footer-mix {padding: 24px 0 20px;}
    .Footer-contact .address {font-size: 13px;margin-top: 4px;}
}

@media all and (max-width:1000px) {
    /* 720 竖屏 */
}

/* ------------------------手机端-------------------------- */
@media all and (max-width:720px) {
    /* 移动终端 360 适配 */
    .Footer-company .btn {height: 36px;border-radius: 18px;font-size: 12px;padding: 0 14px;}
    .Footer-company .btn i {margin-left: 10px;}
    .Footer-contact .phone {font-size: 22px;}
    .Footer-right{width: 100%;display: flex;margin-top: 16px;flex-direction: row-reverse;justify-content: space-between;}
    .Footer-code a {margin-right: 16px;width: 36px;height: 36px;}
    .Footer-code a span {font-size: 14px;}
    .Footer-friend {margin-top: 0;display:none}
    .Footer-code {justify-content: flex-start;width: 100%;}
    .Footer-friend-menu {width: 160px;height: 34px;border-radius: 17px;padding: 0 14px 0 16px;font-size: 13px;}
    .Footer-friend-data {bottom: 44px;padding: 8px 4px 8px 16px;}
    .Footer-friend-data a {height: 34px;}
    .Footer-friend-data .scroll {max-height: 134px;padding-right: 12px;}
    .Footer-code-img{bottom: 44px;}
    .Footer-main {padding-bottom: 24px;}
    .Footer-copyright p {line-height: 20px;font-size: 11px;}
    .Footer-copyright p:first-child{width: 100%;margin-right: 0;}
    .Footer-copyright p:nth-child(2){margin-left: 0;}
    .Footer-marquee .text {font-size: 16px;height: 50px;line-height: 50px;}

    .commBtn{width: 136px;height: 46px;border-radius: 23px;padding: 0 10px;font-size: 15px;}
    .commBtn span{padding: 0 20px;}
    .commBtn i{width: 34px;height: 34px;font-size: 14px;}
    .commBtn:hover i{transform: translateX(calc(136px - 10px*2 - 34px));}
    .commBtn.middle{width: 122px;height: 42px;border-radius: 21px;padding: 0 8px;font-size: 14px;}
    .commBtn.middle span{padding: 0 18px;}
    .commBtn.middle i{width: 30px;height: 30px;font-size: 12px;}
    .commBtn.middle:hover i{transform: translateX(calc(122px - 8px*2 - 30px));}
    .commBtn.small{width: 106px;height: 38px;border-radius: 19px;padding: 0 6px;font-size: 12px;}
    .commBtn.small span{padding: 0 16px;}
    .commBtn.small i{width: 28px;height: 28px;font-size: 12px;}
    .commBtn.small:hover i{transform: translateX(calc(106px - 6px*2 - 28px));}
    .commBtn.other{width: 116px;height: 40px;border-radius: 20px;padding: 0 8px;font-size: 14px;}
    .commBtn.other span{padding: 0 16px;}
    .commBtn.other i{width: 30px;height: 30px;font-size: 12px;}
    .commBtn.other:hover i{transform: translateX(calc(116px - 8px*2 - 30px));}
    .commBtn2 {height: 36px;font-size: 13px;border-radius: 18px;padding: 0 15px 0 16px;}
    .commBtn2 i {margin-left: 18px;}
    .commBtn2::before {width: 28px;height: 28px;border-radius: 30px;margin-top: -14px;right: 9px;}
    
    #aff-im-root{display:none !important}
    #aff-im-root .embed-icon{display:none !important}
}