@charset "utf-8";
/* ====================公共样式========================= */
/* 头部 */
.Header{width: 100%;position: fixed;z-index: 99999;top: 0;left: 0;background: rgba(29,29,29,1);user-select: none;transition:all .4s ease}
.Header .contain{width:1440px;}
.Header-logo{float: left;width: 200px;height: 50px;transition:height .4s ease;display: flex;align-items: center;position: relative;z-index: 999;}
.Header-logo img{max-width: 99%;transform-origin: left center;transition:transform .4s ease;}

.Header-tolink{float: right;position: relative;z-index: 999;display: flex;}
.Header-tolink a{height: 50px;align-items: center;line-height: 1;color: #00aaff;font-size: 16px;display: flex;margin-right: 22px;transition: color .4s ease, height .4s ease;}
.Header-tolink a:last-child{margin-right: 0;}
.Header-tolink a:hover{color: #0095e0;}
.Header-navbar .Header-tolink{display: none;}

.Header-navbar{float: right;visibility: visible;opacity: 1;position:absolute;width:100%;left:0;padding-left:62px;top:0;display: flex;justify-content:center}
body.PC .Header-navbar{display: flex !important;}
.Header-navbar>ul>li{float: left;position: relative;z-index: 9;display: flex;align-items: center;}
.Header-navbar>ul>li::before{content: "";height: 12px;width: 2px;background: #fff;margin: 0 13px;}
.Header-navbar>ul>li:first-child::before{display: none;}
.Header-menu{position: relative;height: 50px;display: flex;align-items: center;font-size: 16px;color: #fff;font-family: "fpb";transition: color .4s ease, height .4s ease;}
.Header-navbar>ul>li:hover .Header-menu, .Header-navbar>ul>li.active .Header-menu{color: #00aaff;}

.Header-navclick{display: none;width: 22px;height: 50px;cursor: pointer;float: right;user-select: none;align-items: center;}
.Header-navclick span{width: 100%;height: 2px;background: #fff;display: block;position: relative;transition: all .2s linear;}
.Header-navclick span:before,.Header-navclick span:after{content: "";position: absolute;height: 2px;background: #fff;display: block;left: 0;width: 100%;transition: all .2s linear;}
.Header-navclick span:before{top: -7px;}
.Header-navclick span:after{top: 7px;}
.Header-navclick.active span{animation: buttonAnimation 0.3s ease forwards;}
.Header-navclick.active span:before{animation: buttonAnimationBefore 0.3s ease forwards;}
.Header-navclick.active span:after{animation: buttonAnimationAfter 0.3s ease forwards;}
@keyframes buttonAnimationBefore{
    0%{-moz-transform: translateY(0px) rotate(0);-ms-transform: translateY(0px) rotate(0);-webkit-transform: translateY(0px) rotate(0);transform: translateY(0px) rotate(0);}
    50%{-moz-transform: translateY(7px) rotate(0);-ms-transform: translateY(7px) rotate(0);-webkit-transform: translateY(7px) rotate(0);transform: translateY(7px) rotate(0);}
    100%{-moz-transform: translateY(7px) rotate(45deg);-ms-transform: translateY(7px) rotate(45deg);-webkit-transform: translateY(7px) rotate(45deg);transform: translateY(7px) rotate(45deg);}
}
@keyframes buttonAnimationAfter{
    0%{-moz-transform: translateY(0) rotate(0);-ms-transform: translateY(0) rotate(0);-webkit-transform: translateY(0) rotate(0);transform: translateY(0) rotate(0);}
    50%{-moz-transform: translateY(-7px) rotate(0);-ms-transform: translateY(-7px) rotate(0);-webkit-transform: translateY(-7px) rotate(0);transform: translateY(-7px) rotate(0);}
    100%{-moz-transform: translateY(-7px) rotate(-45deg);-ms-transform: translateY(-7px) rotate(-45deg);-webkit-transform: translateY(-7px) rotate(-45deg);transform: translateY(-7px) rotate(-45deg);}
}
@keyframes buttonAnimation{
    0%{background: transparent;}
    50%{background: rgba(255,255,255,0);}
    100%{background: rgba(255,255,255,0);}
}

.topHint {width: 100%;position: fixed;z-index: 99999;top: 0;left: 0;background: #000;user-select: none;transition:transform .4s ease;display:none !important}
.topHint .contain{justify-content:center}
.topHint a{height:36px;display: flex;margin-right:40px;line-height:1;align-items: center;color: #b1b1b1;font-size: 14px;transition:color .4s ease}
.topHint a i{margin-right:6px;}
.topHint a:last-child{margin-right:0;}
.topHint a:hover{color:#fff;}


@media all and (min-width:1100px){
    .indexBody .Header{background: rgba(29,29,29,0.7);}
    .indexBody .Header-logo, .indexBody .Header-tolink a, .indexBody .Header-menu{height:60px;}
    .indexBody .Header-logo img{transform:scale(1.3) translateX(-24px);}
    .bodyScroll .Header-logo, .bodyScroll .Header-tolink a, .bodyScroll .Header-menu{height:50px;}
    .bodyScroll.indexBody .Header{background: rgba(29,29,29,1);}
}
.bodyScroll .Header-logo img{transform:scale(1) translateX(0) !important}


/* 底部 */
.Footer{width: 100%;background: #00aaff;padding-top: 100px;position: relative;z-index: 9;}
.Footer-head{width: 100%;text-align: center;}
.Footer-head .title{font-size: 50px;color: #000;font-family: "fpb";line-height: 1;text-transform: uppercase;}
.Footer-head .text{font-size: 21px;color: #312782;line-height: 1;margin-top: 12px;text-transform: uppercase;}
.Footer-form{max-width: 660px;margin: 72px auto 0;}
.Footer-form ul{display: flex;flex-wrap: wrap;margin: -15px 0 0 -15px;}
.Footer-form li{width: calc(100%/2 - 15px);margin: 15px 0 0 15px;}
.Footer-form li.long, .Footer-form li.btn{width: calc(100% - 15px);}
.Footer-form li.btn{margin-top: 26px;display: flex;justify-content: center;}
.Footer-form li input, .Footer-form li textarea{border: 2px solid #fff;transition: border .4s ease;width: 100%;height: 58px;background: #fff;font-size: 14px;color: #666;padding: 0 22px;}
.Footer-form li textarea{height: 100px;padding: 16px 22px;}
.Footer-form li .customSelect-name, .Footer-form li .isForm-select label{height: 58px;padding: 0 22px;transition: border .4s ease;}
.Footer-form li .customSelect-name{border: 2px solid #fff;color: #666;background: #fff;}
.Footer-form li.error .customSelect-name{border-color: #f00;}
.Footer-form li .isForm-select label{color: #ccc;}
.Footer-form li .customSelect-name::after{content: "";border-color: #888 transparent transparent transparent;border-style: solid;border-width: 5px 4px 0 4px;height: 0;right: 22px;margin-top: -2px;position: absolute;top: 50%;width: 0;transform: rotate(0);}
.Footer-form li .customSelect-name.noRadius::after {transform: rotate(180deg);}
.Footer-form li .customSelect-drop>div{height: 46px;font-size: 14px;color: rgba(49, 39, 130, 0.7);padding: 0 22px;}
.Footer-form li .customSelect-drop>div::after {background: rgba(220, 222, 225, 1);display: block !important;}
.Footer-form li .customSelect-drop>div:hover, .Footer-form li .customSelect-drop>div.active{color: #00aaff;}
.Footer-form li .customSelect-drop{top: auto;bottom: 100%;box-shadow: none;border: none;max-height: calc(46px*5);}
.Footer-form li button{width: 260px;height: 56px;border: 2px solid #00aaff;cursor: pointer;background: #312782;font-size: 15px;color: #fff;line-height: 1;font-family: "fpb";letter-spacing: 0.5px;transition: all .5s ease;}
.Footer-form li button:hover{background-color: #20195a;border-color: #20195a;}
.Footer-form li.error input{border-color: #f00;}
.Footer-list{margin: 100px auto 0;max-width: 760px;}
.Footer-list ul{display: flex;flex-wrap: wrap;}
.Footer-list li{width: calc(100%/3);text-align: center;color: #fff;font-family: "fpb";}
.Footer-list li .name{font-size: 13px;line-height: 1;}
.Footer-list li .text{font-size: 16px;line-height: 1;margin-top: 14px;display: flex;justify-content: center;}
.Footer-list li .text a{transition: color .4s ease;margin-right: 20px;}
.Footer-list li .text a:last-child{margin-right: 0;}
.Footer-list li .text a:hover{color: #312782;}
.Footer-copyright{width: 100%;padding: 56px 0;display: flex;flex-wrap: wrap;align-items: center;justify-content: center;}
.Footer-copyright{color: #fff;line-height: 18px;font-size: 14px;}
.Footer-copyright p{margin-left: 12px;}
.Footer-copyright p:first-child{margin-left: 0;}
.Footer-copyright a{transition: opacity .4s ease;}
.Footer-copyright a:hover{opacity: 1;}

/* 置顶 */
.backTop{display: none;right: 20px;bottom: 0;width: 60px;height: 60px;border-radius: 6px;overflow: hidden;position: fixed;cursor: pointer;z-index: 9999;user-select: none;}
.backTop::after{content: "";position: absolute;width: 100%;height: 100%;top: 0;left: 0;opacity: 0.8;transition: opacity .4s ease;background: url("../images/common/backTop.svg") no-repeat center/100%;}
.backTop.on{display: block;}
.backTop:hover::after{opacity: 1;}
@media all and (max-width:720px){.backTop{right: 6px;bottom: 16px;width: 36px;height: 36px;border-radius: 4px;}}

/* 横竖屏 */
.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%;user-select: none;}
.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: #bbb;}
.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;}
/* -- */
.customSelect-drop .son .drop{display: none;}
.customSelect-drop .son .menu{width: 100%;height: 100%;display: flex;align-items: center;}

/* 中间+共用部分 */
.Container{width: 100%;margin-top: 50px;background:#fff;}
.contain-bg{width: 100%;padding: 0 3.5%;}
.contain-sm{width: 100%;padding: 0 5.2%;}
.contain{width: 1170px;margin: 0 auto;}
.contain-big{width: 1440px;margin: 0 auto;}
:root{--wid:1170px;}





/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px){/* 1600 × (900) */
    .contain-big, .Header .contain {width: 1270px;}
}
@media all and (max-width:1590px){/* 1440 × (700)  */
    .contain-big, .Header .contain {width: 1186px;}
    .indexBody .Header-logo img {transform: scale(1.2) translateX(-20px);}
}
@media all and (max-width:1430px){/* 1360 */
    .contain-big, .Header .contain {width: 1160px;}
    .indexBody .Header-logo img {transform: scale(1.1) translateX(-10px);}
}
@media all and (max-width:1350px){/* 1280 */
    .contain-big, .Header .contain {width: 1120px;}
    .indexBody .Header-logo img {transform: scale(1) translateX(0);}
}
@media all and (max-width:1270px){
    /* 1152 × (700) */
    .contain{width: 920px;}
    :root{--wid:920px;}
    .Header-tolink{margin-right:0;}
    .Header-tolink a {margin-right: 16px;}
    .contain-big, .Header .contain {width: 980px;}
    .Header-navbar {margin-right: 26px;position:relative;width:auto}
    .Header-navbar{padding-left:0}
    .Footer {padding-top: 68px;}
    .Footer-head .title {font-size: 32px;}
    .Footer-head .text {font-size: 16px;margin-top: 10px;}
    .Footer-form {margin-top: 40px;}
    .Footer-form li input{height: 50px;}
    .Footer-form li .customSelect-name, .Footer-form li .isForm-select label{height: 50px;}
    .Footer-form li button {width: 200px;height: 52px;}
    .Footer-list {margin-top: 40px;}
    .Footer-copyright {padding: 40px 0;}
}

/* ------------------------平板端（开始改变头部底部）-------------------------- */
@media all and (max-width:1100px){
    /* 1024 横屏 */
    body.bodySearch .Header-navbar{visibility: visible;opacity: 1;}
    .contain-bg, .contain-sm{width: 92%;margin: 0 auto;padding: 0;}
    .contain{width: 92%;}
    :root{--wid:92%;}
    .contain-big{width:92%;}
    .Container{margin-top: 50px;}
    .topHint{display:none}
    .Header{top: 0;}
    .Header .contain{width: 100%;}
    .Header-logo{height: 50px;}
    .Header-logo{margin-left: 4%;}
    .Header-tolink{display: none;width: 100%;padding: 0 4%;position: absolute;left: 0;bottom: 20px;justify-content: center;}
    .Header-tolink a {margin-right: 24px;}
    .Header-navbar .Header-tolink{display: flex;opacity: 0;transition: opacity .4s ease .4s;}
    .Header-navbar.active .Header-tolink{opacity: 1;}
    .Header-navclick{display: flex;margin-right: 4%;}
    .Header-navbar{display: none;border-top: 1px solid rgba(255,255,255,0.2);position: absolute;width: 100%;margin-right: 0;height: calc(100vh - 50px);top: 50px;left: 0;padding: 30px 0 90px;background: #1d1d1d;}
    .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>ul>li::before{display: none;}
    .Header-navbar.active>ul>li{opacity: 1;transform: translateY(0);}
    .Header-menu{height: 50px;padding: 0 4%;justify-content: center;}
    .Header-navbar>ul>li:hover .Header-menu{color: #fff;}
    .Header-navbar>ul>li.active .Header-menu{color: #00aaff;}
    
    .Footer {padding-top: 34px;}
    .Footer-head .title {font-size: 21px;}
    .Footer-head .text {font-size: 14px;margin-top: 8px;}
    .Footer-form {margin-top: 24px;}
    .Footer-form ul {margin: -6px 0 0 -6px;}
    .Footer-form li {width: calc(100%/2 - 6px);margin: 6px 0 0 6px;}
    .Footer-form li.long, .Footer-form li.btn {width: calc(100% - 6px);}
    .Footer-form li input{height: 36px;padding: 0 10px;border-width: 1px;}
    .Footer-form li textarea{height: 80px;padding: 6px 10px;border-width: 1px;}
    .Footer-form li .customSelect-name, .Footer-form li .isForm-select label{height: 36px;padding: 0 10px;}
    .Footer-form li .customSelect-drop>div {height: 36px;padding: 0 10px;}
    .Footer-form li .customSelect-drop {max-height: calc(36px*4);}
    .Footer-form li .customSelect-name::after{right: 10px;}
    .Footer-form li .customSelect-name{border-width: 1px;}
    .Footer-form li.btn {margin-top: 6px;}
    .Footer-form li button {width: 160px;height: 42px;border-width: 1px;font-size: 14px;}
    .Footer-list {margin-top: 28px;}
    .Footer-list li{width: 100%;margin-top: 24px;}
    .Footer-list li:first-child{margin-top: 0;}
    .Footer-list li .text {margin-top: 10px;}
    .Footer-copyright {padding: 24px 0;}
    .Footer-copyright p{width: 100%;margin: 0;text-align: center;margin-top: 4px;}
    .Footer-copyright p:first-child{margin-top: 0;}
}

@media all and (max-width:1000px){
    /* 720 竖屏 */
}

/* ------------------------手机端-------------------------- */
@media all and (max-width:720px){
    /* 移动终端 360 适配 */
}