/* CSS Document */

html,body,.wrap{width:100%;height:100%;}
#cyou_top{position:fixed!important;}
.wrap{background:url(../img/wbg.jpg) no-repeat center top;background-size:cover;position:relative;text-align:center;color:#9d4624;}
.logo{position:absolute;width:178px;height:118px;display:block;text-indent:-9999em;top:72px;left:0;background:url(../img/logo.png) no-repeat;}
.cont{position:relative;width:1200px;height:100%;margin:0 auto;}
.contbox{left:0;width:930px;top:50%;height:754px;margin-top:-310px;position:absolute;background:url(../img/bgbox.png) no-repeat center top;padding-right:270px;}
.login{color:#96300d;font-size:18px;padding-top:263px;height:43px;}
.login a{color:#96300d;}
.tip{font-size:20px;line-height:24px;height:69px;}
.lblist{width:836px;margin:0 auto;height:250px;}
.lblist li{background:url(../img/libg.png) no-repeat center top;width:209px;float:left;height:250px;position:relative;}
.lblist li.libg1{background:url(../img/libg1.png) no-repeat center top;}
.lblist li.libg2{background:url(../img/libg2.png) no-repeat center top;}
.lblist li.libg3{background:url(../img/libg3.png) no-repeat center top;}
.lblist li p{position:absolute;left:0;width:100%;color:#ebc487;font-size:16px;top:136px;}
.com{background:url(../img/com02.png) no-repeat;text-indent:-9999em;display:block;}
.getbtn{width:262px;height:92px;margin:0 auto;transition:all .2s;}
.getbtn:hover{filter:brightness(1.1);}
.getbtn.gray{background-position:0 -100px;}
.getbtn.ylq{background-position:0 -200px;cursor:default;}
.getbtn.gray:hover,.getbtn.ylq:hover{filter:brightness(1);}
.pop{width:590px;height:223px;background:url(../img/pop.png) no-repeat;position:relative;color:#9b773a;font-size:18px;text-align:center;display:none;}
.poph2{color:#a82513;font-size:32px;font-family:simsun;font-weight:bolder;background-image:-webkit-linear-gradient(top,#ad2817,#d43d32);-webkit-background-clip:text;-webkit-text-fill-color:transparent;}
.popcont{padding-top:67px;}
.poptxt{line-height:30px;padding-top:12px;}
.close{width:44px;height:44px;background-position:0 -298px;top:38px;position:absolute;right:24px;}
.poptxttop{padding-top:22px;}
.poph2mid{margin-top:36px;}
.pop1{height:281px;background:url(../img/pop1.png) no-repeat;}
.pop1 .popcont,.pop2 .popcont{padding-top:59px;}
.getbox{height:48px;line-height:48px;margin-top:22px;font-size:16px;}
.getbox p,.getbox a{margin:0 5px;display:inline-block;vertical-align:top;}
.copybtn{width:118px;height:48px;background:#c9aa78;color:#fff;}
.copybtn.gray{background:#999;font-size:14px;}
.combtn{margin:27px auto 0;width:181px;height:56px;line-height:52px;background-position:0 -386px;text-indent:0;}
.combtn span{display:inline-block;vertical-align:middle;font-size:24px;color:#ffe9bc;background-image:-webkit-linear-gradient(top,#fffaef,#ffe9bc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;height:auto;}
.getboxsus{line-height:30px;margin:16px 0 -6px;height:60px;}
.combtnw{width:221px;background-position:0 -474px;}
.pop2{height:324px;background:url(../img/pop2.png) no-repeat;}
.getbox input{padding:0;margin:0;background:none;appearance:none;-webkit-appearance:none;border:1px solid #dec299;height:46px;width:244px;text-align:center;color:#9b773a;}
.tishi{color:#b83c31;font-size:16px;line-height:20px;margin:12px 0 -10px 140px;text-align:left;width:380px;height:40px;}
/* 新增 */
#pop-ts .poptxt{
    margin-top:20px
}
#myCenter .copy{display: none;}
/* 适配 媒体查询 */
@media screen and (min-height:900px) and (max-height:950px) {
    .contbox{
        transform: scale(0.925); 
        -webkit-transform: scale(0.925); 
        transform-origin: center center;
        -webkit-transform-origin: 'center center';
    }
}
@media screen and (min-height:850px) and (max-height:899px) {
    .contbox{
        transform: scale(0.875); 
        -webkit-transform: scale(0.875); 
        transform-origin: center center;
        -webkit-transform-origin: 'center center';
    }
}
@media screen and (min-height:800px) and (max-height:849px) {
    .contbox{
        transform: scale(0.825);
        -webkit-transform: scale(0.825); 
        transform-origin: center center;
        -webkit-transform-origin: 'center center';
    }
}
@media screen and (min-height:750px) and (max-height:799px) {
    .contbox{
        transform: scale(0.775); 
        -webkit-transform: scale(0.775); 
        transform-origin: center center;
        -webkit-transform-origin: 'center center';
    }
}

@media screen and (min-height:700px) and (max-height:749px) {
    .contbox{
        transform: scale(0.725); 
        -webkit-transform: scale(0.725); 
        transform-origin: center center;
        -webkit-transform-origin: 'center center';
    }
}
@media screen and (min-height:650px) and (max-height:699px) {
    .contbox{
        transform: scale(0.675); 
        -webkit-transform: scale(0.675); 
        transform-origin: center center;
        -webkit-transform-origin: 'center center';
    }
}
@media screen and (min-height:600px) and (max-height:649px) {
    .contbox{
        transform: scale(0.625); 
        -webkit-transform: scale(0.625); 
        transform-origin: center center;
        -webkit-transform-origin: 'center center';
    }
}
@media screen and (min-height:550px) and (max-height:599px) {
    .contbox{
        transform: scale(0.575); 
        -webkit-transform: scale(0.575); 
        transform-origin: center center;
        -webkit-transform-origin: 'center center';
    }
}
@media screen and (min-height:500px) and (max-height:549px) {
    .contbox{
        transform: scale(0.525); 
        -webkit-transform: scale(0.525); 
        transform-origin: center center;
        -webkit-transform-origin: 'center center';
    }
}
@media screen and (min-height:450px) and (max-height:499px) {
    .contbox{
        transform: scale(0.475); 
        -webkit-transform: scale(0.475); 
        transform-origin: center center;
        -webkit-transform-origin: 'center center';
    }
}
@media screen and (min-height:400px) and (max-height:449px) {
    .contbox{
        transform: scale(0.425); 
        -webkit-transform: scale(0.425); 
        transform-origin: center center;
        -webkit-transform-origin: 'center center';
    }
}
@media screen and (min-height:350px) and (max-height:399px) {
    .contbox{
        transform: scale(0.375); 
        -webkit-transform: scale(0.375); 
        transform-origin: center center;
        -webkit-transform-origin: 'center center';
    }
}
@media screen and (min-height:300px) and (max-height:349px) {
    .contbox{
        transform: scale(0.325); 
        -webkit-transform: scale(0.325); 
        transform-origin: center center;
        -webkit-transform-origin: 'center center';
    }
}
@media screen and (min-height:0px) and (max-height:299px) {
    .contbox{
        transform: scale(0.2); 
        -webkit-transform: scale(0.2); 
        transform-origin: center center;
        -webkit-transform-origin: 'center center';
    }
}