body {
    max-width: 1920px;
    min-width: 1200px;
    height: 970px;
    overflow: hidden;
    margin: 0 auto;
}
.body-container{
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto;
    height: 971px;
    /* margin-left: auto; */
    /* margin-right: auto; */
    /* left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    box-sizing: border-box; */
    overflow: hidden;
    /* overflow: scroll; */
}
.banner-wrap .banner.active{
    display: block;
}
.header{
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto;
    height: 103px;
    box-sizing: border-box;
    padding: 20px 58px 0 58px;
    z-index: 2;
}
.header .logo{
    /*width: 163px;*/
    display: inline-block;
}
.logo .img-load{
	background: url('../img/common/CY-logo.png') no-repeat;
	width: 200px;
    height: 80px;
}
.logo-gif{
    margin: 30px 0 0 10px;
    width: 67px;
    height: 55px;
}

/* 登陆和nav */

.login .selection{
    width: 120px;
    height: 30px;
    margin-right: 25px;
    background: #202637;
    border-radius: 15px;
    text-indent: 16px;
    color: #fff;
    cursor: pointer;
}

.login-wrap .select-menu{
    color: #bcbac2;
    margin-right: 20px;
}

.select-menu a{
    margin-top: 1px;
    height: 30px;
    line-height: 30px;
    padding: 0 15px 0 10px;
    min-width: max-content;
    border-radius: 15px;
    text-indent: 18px;
    background: rgba(7, 62, 121, 0.4);
    color: #bcbac2;
    cursor: pointer;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.select-menu a img{
    margin-right: -12px;
}
.select-menu a:hover{
    background: #e9623e;
    color: #ffffff;
}

.select-menu a:hover:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent blue;
    right: 6px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #ffffff;
}

.select-menu .arrow-left{
    background: url("../img/common/css_sprites.png") no-repeat 33.533% 62.839%;
    background-size: 150%;
    width: 15px;
    height: 20px;
    left: 90px;
    top: 6px;
}
/* .login-wrap .select-menu:hover{
    display: block;
} */
.login-wrap .arrow-down{
    background: url("../img/common/css_sprites.png") no-repeat 36.842% 53.36%;
    background-size: 150%;
    width: 15px;
    height: 20px;
    left: 95px;
    top: 5px;
}
.login .input{
    height: 30px;
    width: 136px;
    border-radius: 15px;
    background: #222738;
    text-indent: 30px;
    margin: 0 4px;
    color: #ffffff;
}
.label-username{
    background: url('../img/common/css_sprites.png') no-repeat -111px -38px;
    background-size: 600%;
    margin-right: -40px;
	width: 28px;
    height: 30px;
    z-index: 1;
}
.label-password{
    background: url('../img/common/css_sprites.png') no-repeat -103px -49px;
    background-size: 675%;
    margin-right: -35px;
	width: 30px;
    height: 32px;
    z-index: 1;
}
.login .username{
	width: 136px;
	height: 30px;
    text-indent: 30px;
}
.login .password{
	width: 136px;
	height: 30px;
    text-indent: 30px;
}
.login .input::placeholder{
    color: #828385;

}
.login .onlogin{
    height: 30px;
    width: 88px;
    border-radius: 15px;
    background-color: #c73d36;
    color: #fcf5f5;
    margin-left: 10px;
    text-align: center;
    cursor: pointer;
}
.login .onregister{
    height: 30px;
    width: 106px;
    border-radius: 15px;
    background: #1871cd;
    margin-left: 10px;
    color: #fcf5f5;
    text-align: center;
    cursor: pointer;
}
.header-nav{
    margin-top: 25px;
}
.header-nav span{
    width: 110px;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
}
.header-nav .nav-tab{
    display: inline-block;
    height: 24px;
}
.header-nav .active{
    border-bottom: 4px solid #fbd233;
    font-weight: bold;
}
.header-nav .sec-nav{
    display: none;
    line-height: 30px;
    background: rgba(90, 90, 90, 0.5);
}
.header-nav .first-nav{
    cursor: auto;
}
.header-nav .first-nav:hover .sec-nav{
    display: block;
}
/* banner */
.banner-wrap{
    height: 878px;
    width: 1920px;
    top: 0;
    left: 50%;
    margin-left: -960px;
    overflow: hidden;
    /* margin: 0 auto; */
    /* left: 50%;
    transform: translate(-50%, 0); */
    /* width: 1920px;
    min-width: 1200px; */
    /* height: 878px; */
    /* top: 0;
    left: 50%;
    transform: translate(-50%, 0); */
    /* overflow-x: scroll; */
}
.banner{
    width: 1920px;
    min-width: 1200px;
    display: none;
    /* transform: translate(0, 0); */
}

.banner .swiper-slide{
    width: 1920px;
    height: 878px;
    display: block;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}
.banner .swiper-pagination{
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: 5vh;
}
.banner .swiper-pagination .swiper-pagination-bullet{
    width: 20px;
    height: 10px;
    background: #ffffff;
    margin: 0 20px;
    border-radius: 5px;
    opacity: .5;
    bottom: 20px;
}
.banner .swiper-pagination .swiper-pagination-bullet-active{
    background: #979fff;
}
/* .aboutus */
.banner .list{
    left: 3%;
    top: 45%;
    transform: translate(0,-50%);
    color: #989ea7;
    font-size: 15px;
    z-index: 1;
    line-height: 38px;
}
.banner .list .active{
    color: #ffffff;
}

.swiper-side .content-wrap{
    left: 51.8%;
    top: 50%;
    transform: translate(0,-50%);
    color: #fff;
    z-index: 1;
}
.banner .text-wrap{
    left: 50%;
    top: 50%;
    width: 550px;
    transform: translate(0,-50%);
}

.banner .text-wrap::-webkit-scrollbar {
    width: 8px;
}
.banner .text-wrap::-webkit-scrollbar-thumb {
    background-color: rgba(100, 100, 100, 0.3);
    border-radius: 5px;
}
.banner .text-wrap::-webkit-scrollbar-corner {
    display: none;
}
.banner .text-wrap .inner-content{
    margin-bottom: 36px;
}
.banner .text-wrap .inner-content:last-child{
    margin-bottom: 0;
}
.inner-content .commission-table{
    margin: 12px 0;
}
.inner-content .commission-table span{
    width: 150px;
    height: 38px;
    line-height: 38px;
    text-align: center;
}
.inner-content .commission-table p{
    background: #152E57;
    /*background-color: rgba(90, 90, 90, 0.2);*/
    margin: 2px 0;
    /* background-color: rgba(100, 100, 100, 0.5); */
}
.inner-content .commission-table p:first-child{
    /*background-color: rgba(100, 100, 100, 0.3);*/
    background: #284779;
}
.banner .text-wrap .title, .banner .product-wrap .title{
    font-size: 18px;
    color: #fff;
    margin-bottom: 8px;
}
.banner .text-wrap .title::before{
    content: '';
    display: inline-block;
    width: 4px;
    height: 22px;
    background: #ffd600;
    vertical-align: sub;
    margin-right: 10px;
}
.banner .text-wrap p, .banner .product-wrap p{
    color: #a6acb7;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .5px;
}
.sub-title{
    font-size: 16px!important;
}
.sub-title.white{
    color: #ffffff!important;
    font-size: 14px!important;
    margin-bottom: 5px;
}
.sub-title .yellow{
    color: #F4D356;
}
.banner .gold{
    background-image: linear-gradient(#facf33, #f5b233);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.banner .text-wrap .icon::before{
    /*content: "◆ ";*/
    font-size: 12px;
}
.product .product-page .product-wrap{
    /* margin: 0 auto; */
    /* width: 62.5%; */
    height: 100%;
}
/* .swiper-side:nth-child(1) .content .title{
    width: 387px;
    height: 133px;
    background: url("../img/banner/home/title1.png");
}
.swiper-side:nth-child(2) .content .title{
    width: 407px;
    height: 52px;
    background: url("../img/banner/home/title2.png");
}
.swiper-side:nth-child(3) .content .title{
    width: 457px;
    height: 107px;
    background: url("../img/banner/home/title3.png");
} */
/* .swiper-side .content p{
    font-size: 14px;
    line-height: 24px;
}
.swiper-side .line{
    margin: 50px 0;
    color: #90949d;
}
.swiper-side .logo-wrap{
    width: 395px;
}
.swiper-side .logo{
    width: 125px;
    height: 43px;
    background: url("../img/banner/home/lightbg.png");
    background-size: 100%;
    margin: 0 6px 6px 0;
    cursor: pointer;
}
.banner .logo:hover{
    background: url("../img/banner/home/darkbg.png");
}
.swiper-side .logo img{
    width: 100px;
    height: 30px;
} */
.banner-wrap .aboutus-page,
.banner-wrap .commission-page,
.banner-wrap .product-page,
.banner-wrap .ad-page{
    display: none;
    width: 1920px;
    height: 878px;
}
.banner-wrap .aboutus-page.active,
.banner-wrap .commission-page.active,
.banner-wrap .product-page.active,
.banner-wrap .ad-page.active{
    display: block
}
.banner .aboutus-page:nth-child(1){
    background: url("../img/banner/aboutus/aboutus1.png") no-repeat;
    background-size: 100% 100%;
}
.banner .aboutus-page:nth-child(2){
    background: url("../img/banner/aboutus/aboutus2.png") no-repeat;
    background-size: 100% 100%;
}
.banner .aboutus-page:nth-child(3){
    background: url("../img/banner/aboutus/aboutus3.png") no-repeat;
    background-size: 100% 100%;
}
.banner .aboutus-page:nth-child(4){
    background: url("../img/banner/aboutus/aboutus4.jpg?v=2") no-repeat;
    background-size: 100% 100%;
}
.product .product-page{
    background: url("../img/common/commonbg.png");
    background-size: 100% 100%;
}
/* .banner .product-page:nth-child(2){
    background: url("../img/banner/product2.png");
    background-size: 100% 100%;
} */
.banner .ad-page,
.banner .commission-page{
    background: url("../img/common/commonbg.png");
    background-size: 100% 100%;
}
.banner .commission-page .icon{
    width: 366px;
    height: 366px;
    position: absolute;
    top: 50%;
    left: 23%;
    transform: translate(0, -50%);
}
.banner .commission-page .icon img{
    /*width: 400px;*/
    /*height: 400px;*/
}
.banner .commission-page .text-item{
    width: 250px;
    margin: 15px 0;
}
.banner .commission-page .text-item img{
    width: 60px;
    height: 60px;
    margin-right: 10px;
}
.banner .commission-page .text-item p{
    height: max-content;
}

.banner .commission-page .product-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 23px;
}
.banner .commission-page .product-item img{
    width: 50px;
    margin-bottom: 5px;
}
.banner .commission-page .product-item p{
    font-family: 'PingFang SC';
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #FFFFFF;
}
    /* .banner .commission-page:nth-child(1){
        background: url("../img/banner/commission/commission1.png");
        background-size: 100% 100%;
    }
    .banner .commission-page:nth-child(2){
        background: url("../img/banner/commission/commission2.png");
        background-size: 100% 100%;
    }
    .banner .commission-page:nth-child(3){
        background: url("../img/banner/commission/commission3.png");
        background-size: 100% 100%;
    } */

.banner .ad-wrap{
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 70%;
    height: 65%;
    color: #ffffff;
    overflow: auto;
}
.banner .ad-wrap::-webkit-scrollbar {
    width: 8px;
}
.banner .ad-wrap::-webkit-scrollbar-thumb {
    background-color: rgba(156, 156, 156, 0.5);
    border-radius: 5px;
}
.banner .ad-wrap::-webkit-scrollbar-corner {
    display: none;
}
.banner .ad-wrap img{
    margin: 10px;
    cursor: pointer
}
.banner .ad-wrap .ad-pag:nth-child(4){
    height: 600px;
}
.banner .ad-page:nth-child(1) .ad-wrap img{
    width: 80px;
    height: 70px;
    margin: 10px 68px;
}
.banner .ad-page:nth-child(2) .ad-wrap img{
    width: 100px;
    height: 60px;
    margin: 10px 68px;
}
.banner .ad-page:nth-child(3) .ad-wrap img{
    width: 100px;
    height: 100px;
    margin: 10px 68px;
}
.banner .ad-page:nth-child(5) .ad-wrap img{
    /* width: 400px;
    height: 400px; */
    margin: 10px;
}
.banner .ad-page:nth-child(5) .ad-wrap:after,
.banner .ad-page:nth-child(6) .ad-wrap:after{
    content: "";
    width: 62.5%;
}
.banner .ad-page:nth-child(7) .ad-wrap:after{
    content: "";
    width: 49.1%;
}
.banner .ad-page:nth-child(6) .ad-wrap img{
    /* width: 400px;
    height: 500px; */
    margin: 10px;
}
.banner .ad-page:nth-child(7) .ad-wrap img{
    /* width: 640px;
    height: 150px; */
    margin: 10px;
}

.banner .ad-page:nth-child(8) .ad-wrap img{
    width: 960px;
    height: 60px;
}
.popup{
    z-index: 1;
    left: 0;
    top: 0;
}
.popup-page{
    width: 100%;
    height: 100%;
    background: rgba(90, 90, 90, 0.5);
}
.licence, .licence-zoom{
    background: rgba(90, 90, 90, 0.5);
    width: 100%;
    height: 100%;
    display: none;
    z-index: 11;
}
.corporate{
    background: rgba(90, 90, 90, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* display: none; */
    z-index: 11;
}
/* footer */

.footer-content{
    height: 48px;
    /* padding: 0 58px; */
    background-color: black;
}
.footer-content .float-icon{
    margin: 0 10px;
    background: url('../img/common/css_sprites.png') no-repeat 4.202% 1.3%;
    width: 22px;
	height: 21px;
}
.footer-content .float-wrap{
    height: 48px;
    line-height: 48px;
    width: 450px;
    color: #fff;
    overflow: hidden;
    float: left;
}
.float-content{
    float: left;
    height: 48px;
    margin-left: 50px;
}

.float-wrap .float-content li{
    font-size: 15px;
    float: left;
}

.footer-content .content{
    font-size: 14px;
    color: #b3b3b3;
    line-height: 48px;
    margin-right: 58px;
    cursor: pointer;
}
.footer-content .content span{
    margin: 0 10px;
}
/* sidebar */
.sidebar-l{
    left: 0;
    top: 0;
    margin-left: -553px;
    z-index: 3;
    height: 90vh;
}
.sidebar-l.active{
    display: flex;
}
.sidebar-l .gift{
    background: url('../img/common/css_sprites.png') no-repeat 4.783% 5.032%;
    width: 30px;
	height: 30px;
    margin-bottom: 5px;
}
.sidebar-l .sidebarbg{
	background: url('../img/common/sidebar-l.png');
	width: 44px;
	height: 269px;
}
.sidebar-l .favorite-btn, .sidebar-l .promo-btn{
    height: 45%;
    cursor: pointer;
}

.promo{
    background-color:#101629;
}
.product-tab{
    height: 40px;
}
.product-tab span{
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background: linear-gradient(#2a81cd, #0d69cd);
    color: #fff;
    border-radius: 0 0 5px 5px;
    margin: 0 2px;
    flex: 1;
    cursor: pointer;
}
.product-tab span.active{
    background: #fff;
    color: #1871cd
}
.product-promo{
    padding: 5px 10px;
    height: 770px;
    overflow: scroll;
}
.product-promo .product-wrap{
    display: none;

}
.product-promo .product-wrap .promo-lazy{
    width: 532px;
    height: 157px;
}
.product-promo .product-wrap.active{
    display: flex;
}
.product-promo .product-wrap a{
    height: 157px;
    width: 532px;
    padding: 5px 0;
}
.sidebar-r{
    right: 0;
    top: 45%;
    transform: translate(0,-50%);
    width: 65px;
    background: #15213e;
    z-index: 10;
}
.contact-icon .img-load{
    cursor: pointer;
    width: 65px;
    height: 72.5px;
}
.contact-icon .pao{
    width: 25px;
    height: 25px;
    background: url("../img/common/pao-icon.png") no-repeat 9% 0%;
    background-size: 100%;
}
.contact-icon .qq{
    width: 25px;
    height: 25px;
    background: url("../img/common/css_sprites.png") no-repeat 9% 31.5%;
    background-size: 200%;
}
.contact-icon .wechat{
    width: 25px;
    height: 25px;
    background: url("../img/common/css_sprites.png") no-repeat 75% 69.92%;
    background-size: 200%;
}
.contact-icon .whatsapp{
    width: 25px;
    height: 25px;
    background: url("../img/common/whatsapp.png") no-repeat;
    background-size: 100%;
}
.contact-icon .flygram{
    width: 25px;
    height: 25px;
    background: url("../img/common/flygram.png") no-repeat;
    background-size: 100%;
}
.contact-icon .fy{
    width: 25px;
    height: 25px;
    background: url("../img/common/fy.png") no-repeat;
    background-size: 100%;
}
.contact-icon .skype{
    width: 25px;
    height: 25px;
    background: url("../img/common/css_sprites.png") no-repeat 9% 38%;
    background-size: 200%;
}
.contact-icon .telegram{
    width: 25px;
    height: 25px;
    background: url("../img/common/css_sprites.png") no-repeat 9% 44.5%;
    background-size: 200%;
}
.contact-icon .email{
    width: 25px;
    height: 25px;
    background: url("../img/common/css_sprites.png") no-repeat 9% 25%;
    background-size: 200%;
}

.contact-icon .line::after{
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 24px;
    height: 1px;
    background: url('../img/common/css_sprites.png') no-repeat 4.237% 0.425%;
}
.sidebar-r a .icon{
    margin-top: 3px;
    color: #fff;
}
.sidebar-r a:hover{
    background: linear-gradient(#ed7433,#eb5333)
}
.popup-contact{
    right: 70px;
    top: 0;
}
.popup-contact .contact{
    height: 72.5px;
    width: 150px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    background: #15213e;
    line-height: 1.5;
}
.popup-contact .pao,
.popup-contact .qq,
.popup-contact .wechat,
.popup-contact .whatsapp,
.popup-contact .skype,
.popup-contact .telegram,
.popup-contact .email{
    visibility: hidden;
}
.popup-contact .active{
    visibility: visible;
}
.popup-contact .contact::after{
    content: "";
    right: -5px;
    position: absolute;
    border-top: .1rem solid transparent;
    border-left: .1rem solid #15213e;;
    border-bottom: .1rem solid transparent;
}


.footer {
	bottom: 0;
    z-index: 4;
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto;
    margin-top: 775px;

}
.nav-footer {
	background: linear-gradient(#2a81cd, #0d69cd);
	height: 45px;
	position: relative;
    box-sizing: border-box;
    /* overflow: hidden; */
}
.nav-footer .download .content{
	width: 180px;
	margin-left: 10px;
	cursor: pointer;
}
.nav-footer .download .contact{
    width: 125px;
	text-align: left;
	height: 30px;
	line-height: 30px;
	color: #0d69cd;
	background-color: #fff;
	border-radius: 5px;
	cursor: pointer;
}
.nav-footer .download .contact span{
    margin-right: auto;
}
.nav-footer .download .contact-icon{
	background: url('../img/common/css_sprites.png') no-repeat 2% 18%;
	background-size: 185%;
	color: #0d69cd;
	width: 30px;
	height: 30px;
}

.nav-footer .download .content div{
	width: 100%;
}
.nav-footer .download .content .download-icon{
	background: url('../img/common/phone.png') no-repeat;
	background-size: 100%;
	margin-top: -18px;
	margin-right: -35px;
	width: 71px;
	height: 64px;
}
.nav-footer .download{
	height: 45px;
	margin-right: 15px;
	font-size: 12px;
	color: #fff;
}
.nav-footer li {
	float: left;
	width: 100px;
	text-align: center;
	line-height: 45px;
	font-size: 16px;
	font-weight: bold;
}
.nav-footer li a {
	color: #fff;
}

.nav-footer li span.active {
	display: block;
	background-image: linear-gradient(#2a81cd, #0d69cd);
	-webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.nav-footer ul {
	z-index: 3;
}

.navmove {
	background: #ffffff;
	background-size: 100%;
	position: absolute;
	width: 100px;
	height:45px;
	color: #fff;
}

.nav-footer .nav-wrap{
	width: 100%;
    z-index: -1;
    height: 0;

}
.nav-wrap .active-nav{
	width: 100%;
	background: linear-gradient(160deg, #c3c3c3, #fdfdfd 40%, #fdfdfd);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate(0, 100%);
	transform: translate(0, 100%);
	/*-webkit-transition: -webkit-transform .3s;*/
	/*transition: transform .3s;*/
    position: absolute;
    height: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    /* display: none; */
}

.nav-wrap .active-nav.active{
    /* display: flex; */
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
.active-nav .nav-content{
	background: linear-gradient(135deg, #c3c3c3, #fdfdfd 40%, #fdfdfd);
	width: 132px;
	height: 160px;
	font-size: 16px;
	line-height: 30px;
}
.nav-content img{
	border-radius: 15px;
	width: 72px;
	height: 72px;
}
.nav-content button{
	font-size: 14px;
	background: #2a81cd;
	color: #fff;
	width: 72px;
	height: 22px;
	border-radius: 5px;
	cursor: pointer;
}
.layui-layer-shade{
    z-index: 19 !important ;
}
.footer-layui, .register-layui{
    background: transparent !important;
    z-index: 20 !important ;
}

.footer-layui .corporate-content{
    background: #06407b;
    width: 1130px;
    height: 450px;
    border-radius: 10px;
    overflow: hidden;
}
.footer-layui .corporate-header{
    text-align: center;
    height: 55px;
    line-height: 55px;
    font-size: 28px;
    color: #fff;
}
.footer-layui .corporate-body{
    width: 1086px;
    height: 380px;
    box-sizing: border-box;
    padding: 0 40px;
    background: #272727 ;
}
.footer-layui .corporate-body p{
    font-size: 20px;
    color: #adadad;
    margin: 45px 0 10px 0;
}

.footer-layui .corporate1{
    width: 430px;
    height: 40px;
}
.footer-layui .corporate2{
    width: 1014px;
    height: 136px;
}
.pop-layui{
    background-color: transparent !important;
    box-shadow: unset !important;
}

.register-layui .layui-layer-content{
    display: flex;
    border-radius: 15px;
    overflow: hidden;
}

.register-layui .register-content{
    width: 600px;
    height: 470px;
    padding: 40px 30px 10px 30px;
    box-sizing: border-box;
    background: #ffffff;
}

.register-layui .register-page-bg{
    width: 240px;
    height: 470px;
    background: url("../img/common/register.jpg?v=1");
}
.register-layui .register-content .platform{
    padding-bottom: 14px;
    border-bottom: 1px dotted #dbdff0;
    margin-bottom: 25px;
}
.register-layui .register-content .platform p{
    width: 130px;
}
.register-layui .register-content .platform input{
    width: 14px;
    height: 14px;
    margin-right: 5px;
    vertical-align: bottom;
}

.register-layui .register-content .input-wrap span{
    display: inline-block;
    width: 110px;
    padding-bottom: 8px;
    font-weight: bold;
}
.register-layui .register-info{
    height: 240px;
    min-width: 540px;
    line-height: 30px;
}
.register-layui .register-info label{
    min-width: 60px;
}
.register-layui .register-info input{
    height: 30px;
    width: 190px;
    margin-left: 5px;
    font-size: 14px;
}
.register-layui .register-info input::-webkit-input-placeholder{
    color: #c7c7c7;
}
.register-layui .register-info input::-moz-placeholder {/* Firefox 18- */
    color: #c7c7c7;
}
.register-layui .register-info input::-moz-placeholder{/* Firefox 19+ */
    color: #c7c7c7;
}
.register-layui .register-info input:-ms-input-placeholder {
    color: #c7c7c7;
}
.register-layui .register-info .dark-input::-webkit-input-placeholder{
    color:#666
}
.register-layui .register-info .dark-input::-moz-placeholder {/* Firefox 18- */
    color: #666;
}
.register-layui .register-info .dark-input::-moz-placeholder{/* Firefox 19+ */
    color: #666;
}
.register-layui .register-info .dark-input:-ms-input-placeholder {
    color: #666;
}

.register-layui .register-info .line{
    border-bottom: 1px solid #c8ccdb;
}
.register-layui .register-info .requestvalue{
    color: red;
}
.register-layui .register-info .info-wrap{
    /* width: 260px; */
    min-width: 260px;
    margin-bottom: 29px;
}
.register-layui .agreement{
    vertical-align: middle;
}
.register-layui .agreement input{
    width: 14px;
    height: 14px;
    margin-right: 5px;
}
.register-layui .register-content .submit button{
    margin-top: 27px;
    width: 250px;
    height: 38px;
    border-radius: 20px;
    cursor: pointer;
}
.register-layui .register-content .submit .onsubmit{
    background-image: linear-gradient(#00B9FE, #0d69cd);
    color: #ffffff;
}
.register-layui .register-content .submit .reset{
    background: #ffffff;
    border: 1px solid #0d69cd;
    color:  #0d69cd;
}
.register-layui .register-close{
    width: 24px;
    height: 24px;
    background: url('../img/common/css_sprites.png') no-repeat 4.237% 3.089%;
    right: 2%;
    top: 3%;
    cursor: pointer;
}
.register-content .reminder{
    top: 300px;
    left: 312px;
    background: url('../img/common/reminder.png');
    width: 261px;
    height: 87px;
}
.register-content .reminder span{
    width: 60px;
    margin: 0 5px;
}
.register-content .reminder p{
    margin: 5px 0;

}
.to-success{
    top: 0;
    width: 1920px;
    height: 970px;
    margin: 0 auto;
    z-index: 20;
    display: none;
}
.to-success.active{
    display: block
}
.to-success .wrap{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* background: #094079; */
    width: 520px;
    /* height: 400px; */
}

.to-success .funnyNewsTicker ul{
    width: 650px;
}
.to-success .funnyNewsTicker li{
    width: 500px!important;
    height: 180px!important;
}


@media screen and (max-height: 970px){
    .footer{
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
    }
}
/* @media screen and (max-height: 878px) {
    .product-promo .product-wrap{
        height: 690px;
    }
}
@media screen and (max-height: 730px) {
    .product-promo .product-wrap{
        height: 500px;
    }
}
@media screen and (max-height: 630px) {
    .product-promo .product-wrap{
        height: 410px;
    }
} */


/* @media (max-width:539px) {

}
@media (min-width:1779px) {
    .product-promo .product-wrap{
        height: 770px;
    }
}
@media (min-width:1400px) and (max-width:1778px) {
    .product-promo .product-wrap{
        height: 690px;
    }
}
@media (min-width:1084px) and (max-width:1399px) {
    .product-promo .product-wrap{
        height: 470px;
    }
}
@media (min-width:768px) and (max-width:1083px) {
    .product-promo .product-wrap{
        height: 310px;
    }
} */


html, .product-promo{
    overflow: -moz-hidden-unscrollable;
    height: 100%;
}

body::-webkit-scrollbar,
.product-promo::-webkit-scrollbar{
    display: none;
}

.layui-layer-content{
    overflow: hidden!important;
}

