@charset "utf-8";
html{width:100%;}
body{width:100%; margin:0; padding:0; font-size:100%; font-family:"Microsoft YaHei",\5b8b\4f53,Arial, Helvetica, sans-serif; background-color:#fff;}
div,p,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,input,select,textarea,table,td{ margin:0; padding:0;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
area{outline:none;}
img{border:0;}
ol,ul{list-style:none;}
a{text-decoration:none;outline:none;}

#wrap{width: 750px; height: 1334px; background: url(https://wl.games.laohu.com/_s/ssnhxfyy/bg.jpg) no-repeat 0 0; position: relative;}
.loginBox{position: absolute; right: 0; top: 20px; width: 750px; line-height: 70px; font-size: 28px; color: #fff6e6;}
.loginBox a{display: block; float: right; width: 135px; height: 65px; overflow: hidden; text-indent: -9999px; cursor: pointer;}
.login{padding-right: 20px;}
.login a.log{background: url(https://wl.games.laohu.com/_s/ssnhxfyy/login.png) no-repeat 0 0;}
.logout a.out{background: url(https://wl.games.laohu.com/_s/ssnhxfyy/logout.png) no-repeat 0 0; margin-left: 15px;}
.logout{padding-right: 20px;}
.logout div{text-align: right;}
.logout span{padding-right: 10px;}

/*.serverBox{width: 750px; height: 63px; line-height: 61px; background: url(https://wl.games.laohu.com/_s/cjxfyy/serverbg.png) no-repeat center 0; position: absolute; left: 0; top: 527px;}
.serverBox strong{float: left; font-size: 40px; color: #ffe478; font-weight: normal; width: 166px; padding-left: 287px;}
.serverBox span{float: left; font-size: 30px; color: #ffe6b5; font-weight: normal; width: 200px;}*/

.serverBox{width: 745px; height: 47px; line-height: 47px; background: url(https://wl.games.laohu.com/_s/ssnhxfyy/serverbg.png) no-repeat center 0; position: absolute; left: 0; top: 734px;}
.serverBox p{float: left;padding: 0 0 0 134px; font-size: 30px; color: #ffe6b5; font-weight: normal; }
.serverBox span{font-size: 30px; color: #ffe478; font-weight: normal;  }


.yybox{width: 750px; position: absolute; left: 0; top: 800px;}
.yybox a{display: block; width:461px; height:168px; overflow: hidden; text-indent: -9999px; cursor: pointer; background: url(https://wl.games.laohu.com/_s/ssnhxfyy/yy.png) no-repeat 0 0; margin: 0 auto;}
.yybox a.on{background-position: 0 -168px;}

.contMain{width: 750px; height: 255px; background: url(https://wl.games.laohu.com/_s/ssnhxfyy/contbg.png) no-repeat center 0; position: absolute; left: 0; top: 1050px;}
.contFont{width: 640px; margin: 0 auto; font-size: 24px; color: #ffffff; line-height: 36px; padding-top: 60px;}
.contFont span{color: #ffdea1;}
.contLink{text-align: center; width: 100%; position: absolute; left: 0; bottom: 20px;}
.contLink a{font-size: 26px; color: #ffdea1; text-decoration: underline;}

.popFiex{width: 100%; height: 100%; position: fixed; left: 0; top: 0; z-index: 9999; background:rgba(0,0,0,0.8); display: none;}
.popMain{width: 645px; height: 814px; background: url(https://wl.games.laohu.com/_s/ssnhxfyy/pop.png) no-repeat 0 0; position: fixed; left: 52px; top: 50%; margin-top: -407px;}
.close{width: 90px; height: 90px; background: url(https://wl.games.laohu.com/_s/ssnhxfyy/close.png) no-repeat 0 0; display: block; position: absolute; right: -35px; top: -35px; cursor: pointer;}
.popShow{width: 580px; margin: 0 auto; padding-top: 282px;}
.popList{height: 78px;}
.popList span{float: left; width: 112px; height: 54px; line-height: 54px; text-align: right; font-size: 28px; color: #ffe6b5; text-align: center;}
.popList strong{float: left; width: 454px; height: 54px; border-radius: 54px; background: #ffe6b5; line-height: 54px; text-align: center; font-size: 28px; color: #631409; font-weight: normal;}
.popCopy{height: 118px;}
.popCopy input{display: block; width:286px; height:88px; overflow: hidden; text-indent: -9999px; cursor: pointer; background: url(https://wl.games.laohu.com/_s/ssnhxfyy/copy.png) no-repeat 0 0; margin: 0 auto; border: 0 none;}
.popRule{line-height: 38px;}
.popRule h3{font-size: 30px; color: #f3cf93;}
.popRule p{font-size: 24px; color: #fff0d3;}
.houzi{display: block; width: 167px; height: 159px; background: url(https://wl.games.laohu.com/_s/ssnhxfyy/houzi.png) no-repeat 0 0; position: absolute; left: -40px; bottom: -80px;}


.moveScale{
  -webkit-animation: moveScale 1s linear infinite alternate;
  -moz-animation: moveScale 1s linear infinite alternate;
  -o-animation: moveScale 1s linear infinite alternate;
  -ms-animation: moveScale 1s linear infinite alternate;
  animation: moveScale 1s linear infinite alternate;
}
@-webkit-keyframes moveScale{
  0%{-webkit-transform:scale(0.95);}
  100%{-webkit-transform:scale(1);}
}
@-moz-keyframes moveScale{
  0%{-moz-transform:scale(0.95);}
  100%{-moz-transform:scale(1);}
}
@-ms-keyframes moveScale{
  0%{-ms-transform:scale(0.95);}
  100%{-ms-transform:scale(1);}
}
@-o-keyframes moveScale{
  0%{-o-transform:scale(0.95);}
  100%{-o-transform:scale(1);}
}
@keyframes moveScale{
  0%{transform:scale(0.95);}
  100%{transform:scale(1);}
}

.popScroll::-webkit-scrollbar{width:12px;height:12px;background-color:rgba(0,0,0,0);}
.popScroll::-webkit-scrollbar-track{border-radius:0;background-color:#dbdac8;}
.popScroll::-webkit-scrollbar-thumb{border-radius:0;background-color:#4d4d4d;} 
.popScroll::-webkit-scrollbar-thumb:hover{background-color:rgba(143,143,148,1);}
.popScroll::-webkit-scrollbar-thumb:active{background-color:rgba(106,106,112,1);}
.popScroll::-webkit-scrollbar-track-piece{margin:0;}