/*头部*/
@media screen and (min-width: 1920px){
    .header-item-backLeft {display: block !important;}
    .header-item-backRight {display: block !important;}
}
@media screen and (max-width: 1440px){
    .box-form {right: 8% !important;}
    .content-manager-box {margin-left: -150px!important;}
    .box-form-inputs {width: 231px!important;}
    .forResolution {margin-left: -60px!important;}
    .box-form-center {margin-left: -95px!important;}
    .content-try .box-form-input-desc-spec {margin-left: -125px!important;}
    .forResolutionTwo {margin-left: -20px!important;}
    .content-try .submit-blue {left: -94px!important;width: 80%!important;}
    .codes {right: 100px!important;}
    .header-item-back {background-position: 50%;background-size: 140% 100% !important;}
}
@media screen and (max-width: 1919px) and (min-width: 1440px) {
    .header-item-back {background-position: 50%;background-size: 120% 100% !important;}
}
/*banner*/
.header-item {margin: -80px 0 0 0;padding: 0;display: flex;}
.header-item-backLeft {height: 710px;background: #C6DFFD;border-radius: 0px 0px 0px 0px;opacity: 1;flex: 1;display: none;}
.header-item-backRight {height: 806px;background: #A6CBF8;border-radius: 0px 0px 0px 0px;opacity: 1;flex: 1;display: none;}
.header-item-back {height: 725.5px;width: 1920px;background-image: url("../img/headerBanner.png");background-size: 100% 100%;margin: 80px auto;}
.header-item .header-content {margin: auto;width: 1200px;position:relative;}
.header-brand-image {
    position: absolute;
    top: -60px;
    left: 0;
    width: 200px;
}
.header-item .header-prompt {width: 700px;font-size: 50px;font-weight: bold;color: #393939;margin-top: 110px;}
.header-prompt-desc{width:700px;font-size: 18px;color: #666666;line-height: 30px;margin-top: 30px;}
.imgHeader {width: 27px;height: 22px;}
.header-buttonBlue {width: 138px;height: 44px;margin-top: 30px;background-image: url("../img/header-button.png");background-size: 100% 100%;font-size: 16px;font-weight: 400;color: #FFFFFF;line-height: 44px;text-align: center;cursor: pointer;}
.header-buttonBlue:hover {opacity: 0.9;}
.header-buttonBlue2 {border-radius:5px;border:1px solid #004bff;width: 138px;height: 44px;margin-top: 40px;font-size: 16px;font-weight: normal;color: #004bff;line-height: 44px;text-align: center;cursor: pointer;}
.header-buttonBlue2:hover {opacity: 0.9;}
.header-prompt-three {width: 1112px;height: 164px;margin: auto;display: flex;}
.header-prompt-threeItem {width: 358px;height: 164px;background: #FFFFFF;box-shadow: 0px 3px 6px 1px rgba(4, 93, 228, 0.14);border-radius: 10px 10px 10px 10px;opacity: 1;padding: 27px 0 0 28px;}
.header-prompt-threeItem2 {margin-left: 19px;}
.header-prompt-threeValue {width: 307px;height: 111px;font-size: 14px;font-weight: 400;color: #616161;line-height: 25px;margin-top: 15px;}
.header-prompt-threeTitle {width: 86px;height: 30px;font-size: 22px;font-weight: bold;color: #2E2E2E;line-height: 30px;}
.header-prompt-threeTitle > img {width: 32px;height: 32px;}
.box-form{background-size:cover;z-index:0;width: 379px;height: 348px;position: absolute;right: 18%;top: 160px;background: rgba(255,255,255,0.9);border-radius: 5px 5px 5px 5px;opacity: 0.95;}

/*中间内容*/
/*视频展示部分*/
.content-center {margin: auto;width: 100%;}
.content-canDo {width: 1199px;height: 358px;background: url("../img/shipinback.png") no-repeat;background-size: 100% 100%;margin: auto;}
.content-center .content-value{width: 100%;height: 100%;position: relative;}
.content-canDo-title {width: 339px;height: 48px;font-size: 34px;font-weight: bold;color: #FFFFFF;line-height: 48px;position: absolute;top: 61px;left: 74px;}
.content-canDo-value {width: 455px;height: 183px;font-size: 16px;font-weight: 400;color: #FFFFFF;line-height: 34px;position: absolute;top: 147px;left: 73px;}
.content-canDo-video {width: 570px;height: 320px;position: absolute;top: 16px;right: 16px;}

/*新闻动态*/
.content-news{width: 1200px;margin: auto;padding-bottom: 1px;}
.news-buttons{display: flex;justify-content: center;text-align: center;height: 50px;margin: 35px 0px;font-size: 20px;line-height: 50px;}
.news-button{width: 200px;border: 1px solid #CECECE;border-radius: 25px;color: #2E2E2E;margin: 0px 30px;cursor: pointer;}
.news-buttons .active{background: url("../img/news-tab-bg.png") no-repeat;background-size: 130% 200%;color: #fff;background-position: center;border: none;pointer-events: none;cursor: default;}
.news-divs{display: flex;justify-content: center;flex-wrap: wrap;}
.news-div{width: 365px;margin: 15px;cursor: pointer}
.news-div:hover .news-img>img{transform:scale(1.1)}
.news-div:hover .news-title{font-weight: bold}
.news-div:hover .news-desc{font-weight: bold}
.news-img{width: 100%;height: 230px;overflow: hidden}
.news-img img{width: 100%;height: 230px; transition: transform 0.3s ease;}
.news-title{font-size: 18px;color: #2e2e2e;margin:10px 0px;width: 95%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.news-desc{font-size:14px;color: #aaaaaa;width:100%;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis; }
.news-more{width: 65px;}
.content-news .header-buttonBlue2{margin:50px auto;}

/*适用于多行业*/
.content-center .content-manager{width: 100%;height: 53px;font-size: 35px;font-weight: 800;color: #2E2E2E;line-height: 52px;text-align: center;margin-top: 66px;}
.content-center .content-solve {width: 100%;height: 966px;border-radius: 0px 0px 0px 0px;margin: auto;}
.content-manager-lessTitle {width: 100%;height: 24px;font-size: 22px;font-weight: 400;color: #2E2E2E;line-height: 24px;text-align: center;margin-top: 20px;}
.content-manager-box {width: 1538px;height: 619px;margin: 24px auto 0;background: url("../img/managetbacka.png") no-repeat;background-size: 100% 100%;position: relative;}
/*.moreHover:hover {transform: scale(1.2);transition: transform 0.3s;}*/
.moreHover:hover {background-size: 130% 130%!important; transition: background-size 0.3s;}
.moreHover {overflow: hidden;background-position: 50%!important;}

/*适用于各种实验类型*/
.content-dataItem {width: 100%;height: 647px;background: #1080EF;border-radius: 0px 0px 0px 0px;opacity: 1;position: relative;}
.content-dataItem-title {width: 100%;height: 53px;font-size: 38px;font-weight: 800;color: #FFFFFF;line-height: 52px;text-align: center;position: absolute;top: 70px;}
.content-dataItem-back {width: 1325px;height: 505px;position: absolute;top: 50px;margin: auto;background: url("../img/back.svg") no-repeat;background-size: 100% 100%;left: calc(50% - 630px);}

/*核心功能*/
.content-technical {width: 100%;height: 835px;background: #F4F6F9;border-radius: 0px 0px 0px 0px;opacity: 1;margin: auto;padding-top: 88px;position: relative;margin-bottom: 60px}
.content-technical-bigTitle {width: 100%;height: 53px;font-size: 35px;font-weight: 800;color: #2E2E2E;line-height: 52px;text-align: center;}
.content-center .content-technical .content-technical-frameWork {width: 1200px;height: 460px;margin: 55px auto 0;display: flex;}
.content-technical-leftTop {width: 664px;height: 601px;background: url("../img/leftTop.png") no-repeat;background-size: 100% 100%;top: 0;left: 0;position: absolute;}
.content-technical-frameWorkLeft {width: 823px;height: 460px;background: #FFFFFF;border-radius: 0px 0px 0px 0px;opacity: 1;position: static;z-index: 2;}
.content-technical-frameWorkRight {width: 341px;height: 100%;margin-left: 36px;}
.technical-frameWorkRight-item {width: 341px;height: 76px;background: #FFFFFF;border-radius: 0px 0px 0px 0px;opacity: 1;font-size: 22px;font-weight: bold;color: #2E2E2E;line-height: 76px;padding-left: 28px;}
.frameWorkRight-item2 {margin-top: 52px;}
.header-button {width: 138px;height: 44px;margin: 65px auto;background: linear-gradient(to right, rgba(250, 171, 25, 1), rgba(255, 126, 5, 1));font-size: 16px;font-weight: 400;color: #FFFFFF;line-height: 44px;text-align: center;cursor: pointer;}
.header-button:hover {background: linear-gradient(to right, rgba(250, 171, 25, 0.9), rgba(255, 126, 5, 0.9));}
.content-technical-line {width: 0px;height: 100%;position: relative;}
.technical-line-item {width: 3px;height: 76px;background: #0D83FA;border-radius: 0px 0px 0px 0px;opacity: 1;}
.lineItem1 {position: absolute;}
.lineItem2 {position: absolute;margin-top: 128px;}
.lineItem3 {position: absolute;margin-top: 256px;}
.lineItem4 {position: absolute;margin-top: 384px;}
.content-technicalDiv {width: 100%;height: 100%;position: relative;}
.content-technicalDivNone {display: none;}
.content-technicalDiv-title {width: 100%;height: 30px;font-size: 22px;font-weight: bold;color: #084DE9;line-height: 30px;position: absolute;top: 36px;left: 55px;}
.content-technicalDiv-lessTitle {width: 602px;height: 18px;font-size: 16px;font-weight: 400;color: #616161;line-height: 18px;position: absolute;top: 80px;left: 63px;}
.content-technicalDiv-back1 {width: 160px;height: 150px;position: absolute;}
.position1 {top: 113px;left: 103px;}
.position2 {top: 113px;left: 301px;}
.position3 {top: 113px;left: 505px;}
.content-technicalDiv-item {width: 660px;font-size: 16px;font-weight: 400;color: #2E2E2E;line-height: 18px;position: absolute;}
.element {top: 313px;left: 102px;}
.process {top: 345px;left: 102px;}
.life {top: 377px;left: 102px;}
.aiQuShu {position: absolute;top: 38px;left: 68px;width: 729px;height: 394px;}
.lessTitle99 {color: rgb(252,159,20);}
.content-technicalDiv-centerBack {width: 732px;height: 206px;position: absolute;top: 121px;left: 34px;}
.content-technicalDiv-bottomTitle {width: 739px;height: 71px;font-size: 16px;font-weight: 400;color: #2E2E2E;line-height: 28px;position: absolute;top: 363px;left: 45px;}
.content-technicalDiv-bottomFont {width: 226px;height: 27px;font-size: 16px;font-weight: 400;color: #2E2E2E;line-height: 28px;position: absolute;top: 409px;left: 181px;}
.technicalGif1 {position: absolute;width: 464px;height: 260px;top: 126px;left: 84px;z-index: 2;transition: width 0.3s,height 0.3s;}
.technicalGif2 {position: absolute;width: 348px;height: 195px;top: 159px;left: 384px;z-index: 1;transition: width 0.3s,height 0.3s;}

/*更多产品功能*/
.product-features {width: 100%;height: 700px;padding-top: 30px;}
.product-features-centerBox-left{position: absolute;z-index:2;margin-left:15px;background: #FFFFFF;box-shadow: 0px 0px 10px 1px rgba(10,63,190,0.15);border-radius: 8px 8px 8px 8px;overflow: hidden !important;transition: height 0.3s;}
.product-features-centerBox {width: 1200px;height: 382px;margin: 60px auto 0;}
.features-centerBox-value, .features-centerBox-value2 {width: 156px;height: 177px;margin-left: 18px;position: relative;background: #FFFFFF;box-shadow: 0px 0px 10px 1px rgba(10,63,190,0.15);border-radius: 8px 8px 8px 8px;opacity: 1;transition: transform 0.3s ease;}
.features-centerBox-icon1 {width: 38px;height: 38px;position: absolute;top: 43px;left: 59px;background: url("../img/ft1.png") no-repeat center center;background-size: 100% 100%;}
.features-centerBox-icon2 {width: 38px;height: 38px;position: absolute;top: 43px;left: 59px;background: url("../img/ft2.png") no-repeat center center;background-size: 100% 100%;}
.features-centerBox-icon3 {width: 38px;height: 38px;position: absolute;top: 43px;left: 59px;background: url("../img/ft3.png") no-repeat center center;background-size: 100% 100%;}
.features-centerBox-icon4 {width: 38px;height: 38px;position: absolute;top: 43px;left: 59px;background: url("../img/ft4.png") no-repeat center center;background-size: 100% 100%;}
.features-centerBox-icon5 {width: 38px;height: 38px;position: absolute;top: 43px;left: 59px;background: url("../img/ft5.png") no-repeat center center;background-size: 100% 100%;}
.features-centerBox-icon6 {width: 38px;height: 38px;position: absolute;top: 43px;left: 59px;background: url("../img/ft6.png") no-repeat center center;background-size: 100% 100%;}
.features-centerBox-icon7 {width: 38px;height: 38px;position: absolute;top: 43px;left: 59px;background: url("../img/ft7.png") no-repeat center center;background-size: 100% 100%;}
.features-centerBox-icon8 {width: 38px;height: 38px;position: absolute;top: 43px;left: 59px;background: url("../img/fb1.png") no-repeat center center;background-size: 100% 100%;}
.features-centerBox-icon9 {width: 38px;height: 38px;position: absolute;top: 43px;left: 59px;background: url("../img/fb2.png") no-repeat center center;background-size: 100% 100%;}
.features-centerBox-icon10 {width: 38px;height: 38px;position: absolute;top: 43px;left: 59px;background: url("../img/fb3.png") no-repeat center center;background-size: 100% 100%;}
.features-centerBox-icon11 {width: 38px;height: 38px;position: absolute;top: 43px;left: 59px;background: url("../img/fb4.png") no-repeat center center;background-size: 100% 100%;}
.features-centerBox-icon12 {width: 38px;height: 38px;position: absolute;top: 43px;left: 59px;background: url("../img/fb5.png") no-repeat center center;background-size: 100% 100%;}
.features-centerBox-icon13 {width: 38px;height: 38px;position: absolute;top: 43px;left: 59px;background: url("../img/fb6.png") no-repeat center center;background-size: 100% 100%;}
.features-centerBox-icon14 {width: 38px;height: 38px;position: absolute;top: 43px;left: 59px;background: url("../img/fb7.png") no-repeat center center;background-size: 100% 100%;}
.features-centerBox-font {width: 100%;height: 25px;font-size: 18px;font-weight: 400;color: #2E2E2E;line-height: 31px;text-align: center;position: absolute;top: 106px;}
.features-centerBox-line {width: 28px;height: 2px;background: #DCDCDC;border-radius: 0px 0px 0px 0px;opacity: 1;position: absolute;top: 139px;left: 62px;}
.features-centerBox-value:hover .features-centerBox-font {color: #186CF5;}
.features-centerBox-value2:hover .features-centerBox-font {color: #186CF5;}

/*典型案例*/
.content-case {width: 100%;height: 760px;background: #EFF6FF;border-radius: 0px 0px 0px 0px;opacity: 1;}
.content-center .content-case-bigTitle {width: 100%;height: 53px;font-size: 35px;font-weight: 800;color: #2E2E2E;line-height: 52px;text-align: center;padding-top: 74px;}
.content-case-lessTitle {width: 100%;height: 24px;font-size: 22px;font-weight: 400;color: #2E2E2E;line-height: 22px;text-align: center;margin-top: 70px;}
.content-case-lessTitle > span {color: #FC9F14;}
.content-case-bottomBox {width: 1200px;height: 156px;background: linear-gradient(274deg, rgba(23,119,243,0) 0%, rgba(31, 122, 238,0.33) 100%);margin: 58px auto 0;position: relative;}
.content-case-bottomBoxBigTitle {width: 88px;height: 30px;font-size: 22px;font-weight: 800;color: #333333;line-height: 26px;position: absolute;top: 63px;left: 51px;}
.content-case-bottomBoxLine {width: 0px;height: 92px;opacity: 1;border: 1px solid #AAAAAA;position: absolute;top: 36px;left: 175px;}
.content-case-littleFont {width: 72px;height: 25px;font-size: 18px;font-weight: 400;color: #333333;line-height: 26px;text-align: left;position: absolute;}
/*轮播图部分*/
#certify .swiper-slide {height: 100% !important;}
#certify .swiper-slide-next > div {margin-left: 80px;}
#certify .swiper-slide-active > div {margin-left: -120px !important;}
#certify .swiper-slide-prev > div {margin-left: -300px !important;}
.content-case #certify .swiper-pagination-bullets .swiper-pagination-bullet {width: 31px;height: 3px;background: #186CF5;border-radius: 6px 6px 6px 6px;opacity: 1;}
.swiper-slide-itemBox {padding-top: 196px;cursor: pointer}
.swiper-slide-bottomBox {width: 534px;height: 120px;background: linear-gradient(180deg, rgba(255,255,255,0.74) 0%, #FFFFFF 100%);border-radius: 5px 5px 5px 5px;opacity: 1;padding-top: 26px;}
.swiper-slide-bottomBoxTitle {width: 100%;height: 22px;font-size: 16px;font-weight: bold;color: #2E2E2E;line-height: 22px;text-align: center;}
.swiper-slide-bottomBoxValue {width: 411px;height: 56px;font-size: 14px;font-weight: 400;color: #707070;line-height: 24px;margin: 8px auto 0;}
.content-case #certify .swiper-button-prev {width: 48px;height: 48px;background: url("../img/lbleft.png") no-repeat;background-size: 100% 100%;}
.content-case #certify .swiper-button-prev:hover {width: 48px;height: 48px;background: url("../img/lbright.png") no-repeat;background-size: 100% 100%;transform: rotate(180deg);}
.content-case #certify .swiper-button-next {width: 48px;height: 48px;background: url("../img/lbleft.png") no-repeat;background-size: 100% 100%;transform: rotate(180deg);}
.content-case #certify .swiper-button-next:hover {width: 48px;height: 48px;background: url("../img/lbright.png") no-repeat;background-size: 100% 100%;transform: rotate(360deg);}
#certify {position: relative;width: 1200px;margin: 0 auto}
#certify .swiper-container {padding-bottom: 60px;}
#certify  .swiper-slide {width: 520px;height: 408px;background: #fff;box-shadow: 0 8px 30px #ddd;}
#certify  .swiper-slide img{display:block;}
#certify  .swiper-slide p {line-height: 98px;padding-top: 0;text-align: center;color: #636363;font-size: 1.1em;margin: 0;}
#certify .swiper-pagination {width: 100%;bottom: 20px;}
#certify .swiper-pagination-bullets .swiper-pagination-bullet {margin: 0 5px;border: 3px solid #fff;background-color: #d5d5d5;width: 10px;height: 10px;opacity: 1;}
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {border: 3px solid #186CF5;background-color: #fff;}
#certify .swiper-button-prev {left: -30px;width: 45px;height: 45px;background: url(../images/wm_button_icon.png) no-repeat;background-position: 0 0;background-size: 100%;}
#certify .swiper-button-prev:hover {background-position: 0 -46px;background-size: 100%}
#certify .swiper-button-next {right: -30px;width: 45px;height: 45px;background: url(../images/wm_button_icon.png) no-repeat;background-position: 0 -93px;background-size: 100%;}
#certify .swiper-button-next:hover {background-position: 0 -139px;background-size: 100%}

/*我们的合作伙伴*/
.content-partner {width: 100%;margin: auto;padding-top: 92px;}
.content-partner-bigTitle {width: 100%;height: 53px;font-size: 35px;font-weight: 800;color: #2E2E2E;line-height: 52px;text-align: center;}
.content-partner-item {width: 1200px;margin: 45px auto 0;}
.content-partner-itemBox {width: 1200px;height: 94px;display: flex;margin-top: 35px;}
.content-partner-itemBoxModule {margin-left: -12px;}

.index-about-brand-logo {width: 38400px;position: relative;height: 500px;background: url("../img/index/more-more2.png") repeat-x 0;background-size: contain;
    -webkit-animation: logoIndexBoxMove 620s linear infinite;animation: logoIndexBoxMove 620s linear infinite;margin: 0px;}
@keyframes logoIndexBoxMove {
    0% {
        background-position: 0;
    }
    100% {
        background-position: -38400px;
    }
}

.advantages-product-box {width: 1200px;height: 261px;display: flex;margin: 58px auto 0;}
.advantages-product-boxItem {width: 280px;height: 261px;margin-left: 27px;}
.advantages-product-valueTop {width: 280px;height: 127px;background: #0D83FA;border-radius: 5px 5px 5px 5px;opacity: 1;}
.advantages-product-valueBottom {width: 280px;height: 162px;background: #F1F5FF;border-radius: 5px 5px 5px 5px;opacity: 1;margin-top: -14px;}

/*产品优势*/
.advantages-product {width: 100%;height: 550px;padding-top: 30px;}
.advantages-product-valueTopTitle {width: 100%;height: 30px;font-size: 22px;font-weight: bold;color: #FFFFFF;line-height: 30px;text-align: center;margin-top: 8px;}
.advantages-product-valueBottom {padding: 36px 27px 0 27px;font-size: 14px;font-weight: 400;color: #2E2E2E;line-height: 27px;}

/*我们的企业优势*/
.content-center .content-advantage {width: 100%;height: 688px;background: url("../img/better.png") no-repeat;background-size: 100% 100%;}
.content-center .content-advantage .content-advantage-box {width: 100%;height: 688px;margin: auto;}
.content-center .content-advantage .advantage-box-value {width: 1200px;height: 688px;position: relative;margin: auto;}
.content-center .content-advantage .advantage-box-value > a {position: absolute;bottom: 0;z-index: 6;left: 535px;}
.content-center .content-advantage .advantage-box-button {width: 138px;height: 44px;margin: 50px auto;background-image: url("../img/tellAbout.png");background-size: 100% 100%;display: flex;}
.content-center .content-advantage .advantage-box-img {width: 38px;height: 38px;background: url("../img/case1.png") no-repeat;background-size: 100% 100%;}
.content-center .content-advantage .advantage-box-font {font-size: 16px;font-weight: 400;color: #FFFFFF;line-height: 44px;text-align: center}
.content-center .content-advantage .better-bottom {width: 1200px;height: 286px;background: url("../img/better-bottom.png") no-repeat;background-size: 100% 100%;position: absolute;bottom: 0;}
.content-center .content-advantage .better-right {width: 515px;height: 325px;position: absolute;top: 58px;right: 0;background: url("../img/good-right.png") no-repeat;background-size: 100% 100%;}
.content-center .content-advantage .advantage-box-title {width: 266px;height: 53px;font-size: 38px;font-weight: 800;color: #2E2E2E;line-height: 53px;position: absolute;top: 86px;left: 0;}
.content-center .content-advantage .advantage-box-dec {width: 600px;height: 172px;font-size: 16px;font-weight: 400;color: #333333;line-height: 34px;position: absolute;top: 186px;left: 0;}
.content-center .content-advantage .better-right-title {width: 160px;height: 53px;font-size: 38px;font-weight: 800;color: #333333;line-height: 33px;text-align: left;position: absolute;top: 429px;z-index: 6;}
.content-center .content-advantage .better-right-lessTitle {width: 141px;height: 22px;font-size: 16px;font-weight: 400;color: #333333;line-height: 32px;text-align: left;top: 498px;position: absolute;z-index: 6;}
.content-center .content-advantage .better-right-border {width: 0px;height: 84px;opacity: 1;border: 1px solid #CECECE;position: absolute;top: 432px;z-index: 6;}
/*实验室认证标准*/
.content-center .biaozhun{padding:1px 1px 50px 1px;}
.biaozhun h2{margin:50px auto;}
.biaozhun-div{width:1200px;margin:auto;height:400px;overflow-y: auto;}
.biaozhun p{margin: 0 0 10px;}
.biaozhun a{color: #0D488F;}


/*下方体验表单*/
.content-center .content-try {width: 100%;height: 296px;background: url("../img/connact-back.png") no-repeat;background-size: 100% 100%;}
.content-center .content-try .content-try-box {width: 100%;height: 297px;margin: auto;}
.content-center .content-try .content-try-box .try-box-font {width: 100%;height: 53px;font-size: 26px;font-weight: 400;color: #FFFFFF;line-height: 52px;text-align: center;padding-top: 80px;}
.content-center .content-try .content-try-box .try-box-form {width: 1200px;height: 120px;margin: 90px auto 350px}
.content-center .content-try .content-try-box .try-box-form .box-form-whites {width: 100%;height: 120px;display: flex;}
.content-center .autocomplete {position: relative;display: inline-block;width: 551px;height: 60px;}
.content-center .box-form-center {width: 580px;height: 70px;position: relative;}
.submits{width:310px;height:49px;margin:18px auto 0 30px;position: relative;}
.codes{position: absolute;top: 35px;right: 20px;font-size: 14px;font-weight: 400;color: #186cf5;line-height: 20px;cursor: pointer;}
.box-form-inputs{height:49px;width:240px;margin-left:20px;padding-left:30px;border-radius: 5px;border: 1px solid rgba(58, 58, 58, 0.25);margin-top: 20px;}
.imgSubmits {position: absolute;left: 30px;top: 36px !important;}
input::placeholder {font-size: 14px !important;}

.friend-link{background-color:#2e2e2e; padding: 30px;border-bottom: 1px solid hsla(0, 0%, 100%, .1);}
.link-div{width: 1200px;margin: auto;color: white;font-size: 16px;line-height: 28px}
.link-div a{margin-right: 20px;color: #bdbdbd}
.link-div a:hover{margin-right: 20px;color: #ffffff}

/*兼容移动端*/
.appContent-center, .appHeader-item, .appContent-partner, .appContent-try, .appContent-bottom, .content-mostBottom,.appHeader-item-top,.appProduct-box {display: none;}

#overlay-iframe body{opacity: 0; transition: opacity 0.2s}
#overlay-iframe body .active{opacity: 1}