@charset "utf-8";
body,div,hr,a,p,blockquote,ul,ol,li,table,tbody,tr,th,td,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,input,button,select,textarea {
    font-size:14px;
    font-weight:normal;
    margin:0px;
    padding:0px;
    font-family:'microsoft yahei',Helvetica, Tahoma, Arial, sans-serif;
    border: none;
    box-sizing:border-box;
}
*{
    box-sizing:border-box;
}
body{
    color:#000;
    width: 100%;
    height: 100%;
    background-color:#000;
}
html {
    width: 100%;
    height: 100%;
    overflow-y:auto!important;
    *overflow-y:scroll;
}
a{
    color:#000;
    text-decoration:none;
}
a:hover {
    color:#c00;
    text-decoration:underline;
}
.btn:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    text-decoration:none;
}
table{
    border-collapse:collapse;
    border-spacing:0
}
.clearfix {
    *zoom:1;
    *clear:both;
}
.clearfix:after{
    display:block;
    clear:both;
    content:".";
    visibility:hidden;
    overflow: hidden;
    height:0;
}
ul,ol,li{
    list-style:none;
    margin:0;
    padding:0;
}
.ajax-loading{
    position: fixed;
    z-index: 9999;
    width: 37px;
    height: 37px;
    top:50%;
    left:50%;
    margin-top: -18px;
    margin-right: -18px;
}
.clearfix
,.layrow-m10
,.layrow-m15
,.layrow-m20{
    *zoom:1;
    *clear:both;
}
.clearfix:after
,.layrow-m10:after
,.layrow-m15:after
,.layrow-m20:after{
    display:block;
    clear:both;
    content:".";
    visibility:hidden;
    overflow: hidden;
    height:0;
}
.layrow-m20{
    margin-left: -20px;
    margin-right: -20px;
}
.layrow-m15{
    margin-left: -15px;
    margin-right: -15px;
}
.layrow-m10{
    margin-left: -10px;
    margin-right: -10px;
}

.layrow-m10 .laycol-20
,.layrow-m10 .laycol-25
,.layrow-m10 .laycol-33
,.layrow-m10 .laycol-50{
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.layrow-m15 .laycol-20
,.layrow-m15 .laycol-25
,.layrow-m15 .laycol-33
,.layrow-m15 .laycol-50{
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.layrow-m20 .laycol-20
,.layrow-m20 .laycol-25
,.layrow-m20 .laycol-33
,.layrow-m20 .laycol-50{
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

.layrow-m10 .laycol-20
,.layrow-m15 .laycol-20
,.layrow-m20 .laycol-20{
    width: 20%;
}
.layrow-m10 .laycol-25
,.layrow-m15 .laycol-25
,.layrow-m20 .laycol-25{
    width: 25%;
}
.layrow-m10 .laycol-33
,.layrow-m15 .laycol-33
,.layrow-m20 .laycol-33{
    width: 33.3333%;
}
.layrow-m10 .laycol-50
,.layrow-m15 .laycol-50
,.layrow-m20 .laycol-50{
    width: 50%;
}

*+html img{
    -ms-interpolation-mode:bicubic;
}
.container{
    width: 1200px;
    margin: 0 auto;
    clear:both;
}
.login-wrap{
    position: relative;
    left: 50%;
}
.login-wrap .login-mask{
    width: 100%;
    height: 100%;
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 150;
}
.main-video{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    cursor: pointer;
}
/* 注册表单样式 */
.login-wrap .login-form-layer{
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 200;
}
.login-wrap .login-form-layer .login-form-item{
    line-height: 35px;
    padding-bottom: 35px;
    position: relative;
}
.login-wrap .login-form-layer .login-form-item input{
    width: 100%;
    line-height: 33px;
    height: 35px;
    border-radius: 4px;
    text-indent: 43px;
    outline:none;
}
.login-wrap .login-form-layer .login-form-item i.prefix{
    display: block;
    width: 31px;
    height: 31px;
    position: absolute;
    top:2px;
    left:2px;    
    background-repeat: no-repeat;
    background-position: center center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.login-wrap .login-form-layer .login-form-item.username-item i.prefix{
    background-image: url('/static/promotion/image/ipt-user.png');
}
.login-wrap .login-form-layer .login-form-item.password-item i.prefix{
    background-image: url('/static/promotion/image/ipt-pwd.png');
}
.login-wrap .login-form-layer .login-form-item i.after{
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top:10.5px;
    right:10px;
    background-repeat: no-repeat;
    background-position: center center;
}
.login-wrap .login-form-layer .login-form-item i.after.error{
    background-image: url('/static/promotion/image/tips_error.png');
}
.login-wrap .login-form-layer .login-form-item i.after.success{
    background-image: url('/static/promotion/image/tips_success.png');
}
.login-wrap .login-form-layer .login-form-item i.after.loading{
    background-image: url('/static/promotion/image/loading.gif');
    width: 16px;
    height: 16px;
    top:9.5px;
    right: 9px;
}
.login-wrap .login-form-layer .login-form-item span.tips{
    display: block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    position: absolute;
    left:0;
    top:35px;
    font-size: 12px;    
    text-align: right;
}
.login-wrap .login-form-layer .login-check-item{
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    text-align: right;
    margin-top: 10px;
    font-size: 12px;
}
.login-wrap .login-form-layer .login-check-item input{
    display: inline-block;
}
.login-wrap .login-form-layer .login-check-item label{
    margin-left: 5px;
    cursor: pointer;
}
.login-wrap .login-form-layer .login-check-item a{
    margin: 0 2px;
    text-decoration: underline;
    font-size: 12px;
}
.login-wrap .login-form-layer .login-button-item button.loginButton{
    cursor: pointer;
    outline:none;
}
.login-wrap .login-form-layer .login-sms-item{
    margin-top: 30px;
    text-align: center;
}
.login-wrap .login-form-layer .login-sms-item .tips{
    position: relative;
    height: 20px;
    line-height: 20px;    
    font-weight: bold;
    font-size: 15px;
}
.login-wrap .login-form-layer .login-sms-item .tips span::after,
.login-wrap .login-form-layer .login-sms-item .tips span::before{
    display: inline-block;
    width: 90px;
    height: 1px;    
    content: "";
    position: absolute;
    top:10px;
}
.login-wrap .login-form-layer .login-sms-item .tips span::before{
    left:0;
}
.login-wrap .login-form-layer .login-sms-item .tips span::after{
    right: 0;
}
.login-wrap .login-form-layer .login-sms-item .sms-item-button{
    height: 31px;
    text-align: center;
    margin-top: 20px;
}
.login-wrap .login-form-layer .login-sms-item .sms-item-button a{
    display: inline-block;
    height: 31px;
    width: 100px;
    vertical-align: top;
    background: url('../image/sms_login.png') center center no-repeat;
    margin: 0 8px;
    text-indent: -99999px;
}
.login-wrap .login-form-layer .login-sms-item a.sms-qq{
    background-position: 0 0;
}
.login-wrap .login-form-layer .login-sms-item a.sms-weixin{
    background-position: 0 -31px;
}
/* preload_div */
#preload_div{
    position: absolute;
    left:0;
    top:0;
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
}
/* copygight */
.copyright{
    position: fixed;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    z-index: 99999;    
}
.copyright p{
    font-size: 12px;
    line-height: 20px;
}
.copyright span,
.copyright a,
.copyright font{
    margin: 0 5px;
    font-size: 12px;
}

.welfare-popup{
    position: fixed;
    width: 280px;
    height: 386px;
    bottom: 5px;
    right: 5px;
    z-index: 500;
}
.welfare-popup .welfare-title{
    background: #ce4c00;
    height: 34px;
    line-height: 34px;
    font-size: 13px;
    color: #fff;
    padding-left: 40px;
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.welfare-popup .welfare-title i{
    position: absolute;
    display: block;
}
.welfare-popup .welfare-title i.ico{
    width: 22px;
    height: 22px;
    background: url('/template/default/res/images/welfare/ico.png') no-repeat;
    background-size: cover;
    top: 6px;
    left: 4px;
}
.welfare-popup .welfare-title i.close-layer{
    cursor: pointer;
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 19px;
    text-align: center;
    top: 6px;
    right: 4px;
    color: #fff;
    z-index: 200;
    cursor: pointer;
    transition: .25s;
    -moz-transition: .25s;
    -webkit-transition: .25s;
    -o-transition: .25s;
}
.welfare-popup .welfare-title i.close-layer:hover{
    transform:rotate(180deg);
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.welfare-item ul{
    background: #efefef;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 6px 6px 1px 6px;
}
.welfare-item li{
    position: relative;
    line-height: 40px;
    background: #ed6b1f;
    color:#fff;
    cursor: pointer;
    margin-bottom: 5px;
    border-radius: 2px;
    text-indent: 15px;
    transition:.25s;
    -moz-transition:.25s; /* Firefox 4 */
    -webkit-transition: .25s; /* Safari and Chrome */
    -o-transition:.25s; /* Opera */
}
.welfare-item li span{
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    border-radius: 10px;
    background: #f37830;
    color:#ff0;
    font-size: 12px;
    text-indent: 0;
    font-weight: normal;
}
.welfare-item li span.active{
    background: #ffff00;
    color: #f00;
}
.welfare-item li.active {
    background: #93a500;
    color: #ff0;
}
.welfare-item li.active span{
    background: rgba(255,255,255,.5);
    color: #6d7a00;
}
.welfare-item li img{
    width: 100%;
    height: 75px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: none;
}
.welfare-item li.active img{
    display: block;
    border-top: 1px solid #fff;
}
/* welfare-line */
.welfare-line{
    position: absolute;
    width: 80%;
    height: 82px;
    bottom: 20px;
    left: 10%;
    z-index: 110;
}
.welfare-line .welfare-line-item{
    background: rgba(0,0,0,.7);
    position: relative;
    padding: 15px 15px 15px 90px;
    height: 82px;
    cursor: pointer;
}
.welfare-line .welfare-line-item i{
    display: block;
    width: 52px;
    height: 52px;
    position: absolute;
    top:15px;
    left:25px;
}
.welfare-line .welfare-line-item.item-1 i{
    background: url('../image/fl_ico_1.png') no-repeat;
}
.welfare-line .welfare-line-item.item-2 i{
    background: url('../image/fl_ico_2.png') no-repeat;
}
.welfare-line .welfare-line-item.item-3 i{
    background: url('../image/fl_ico_3.png') no-repeat;
}
.welfare-line .welfare-line-item.item-4 i{
    background: url('../image/fl_ico_4.png') no-repeat;
}
.welfare-line .welfare-line-item p{
    line-height: 26px;
    height: 26px;
    color: #fff;
    font-size: 14px;
    text-indent: 10px;
}
.welfare-line .welfare-line-item p.label{
    font-size: 17px;
    color: #ff0;
    text-indent: 0;
}
/* 三端同步 */
.isclientGame{
    position: absolute;
    top: 50px;
    right: 50px;
    z-index: 9999;
    width: 160px;
}
.isclientGame  .icon{
    width: 160px;
    text-align: center;
}
.isclientGame  .icon img{
    width: 130px;
}
.isclientGame .qrcode{
    border-radius: 10px;
    padding: 5px;
    background: #fff;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2),0 5px 20px 0 rgba(0,0,0,0.19) !important;
}
.isclientGame .qrcode img{
    width: 100%;
}