
html,body{height: 100%;}

/*background*/
body{
    overflow-x: auto;
    overflow-y: auto;
    /*background: #2e220a;*/
   /*background: #f8f8f8 url(/static/images/bg.jpg) center 0 no-repeat;*/
    /*background: #fff;*/
}
a:hover {
    color: #fa8905;
    text-decoration: underline;
}
.mr8{
    margin-right: 5px;
}

/*background*/
.main_area{
    /*background: #f8f8f8 url(/static/images/bg.jpg) center 0 no-repeat;*/
   /*border: 1px solid #3366FF;*/
   /*box-shadow:-100px 0px 10px red;*/
}
.main {
    width: 1200px;
    height: auto;
    position: relative;
    left: 50%;
    margin-left: -600px;
    /*padding-top: 5px;*/
    /*border: 1px solid #3366FF;*/
}
#reg_outer{
    width: 428px;
    height: 504px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -224px;
    margin-top: -252px;
    z-index: 5;
    background: url(/static/images/ball-bg.png) 0 0 no-repeat;
    display: none;
}
.regBox {
    width: 378px;
    position: absolute;
    left: 21px;
    top: 97px;
    color: #fff;
}
.regIpt {
    height: 37px;
}
.regIpt span {
    width: 106px;
    font-size: 18px;
    font-weight: bold;
    float: left;
    text-align: right;
    line-height: 37px;
}
.regIpt input {
    width: 240px;
    height: 37px;
    line-height: 37px;
    font-size: 14px;
    float: left;
    background: transparent;
    border: 0 none;
    text-indent: 12px;
    color: #fff;
    border-radius: 2px;
}
.regMsg{
    padding: 3px 0 15px 107px;
    font-size: 14px;
    color: #e0e0e0;
}
.regBox .err{
    color: #f00;
}
.regBtn{
    height: 50px;
    margin: 13px 0 0 108px;
}
.regBtn input {
    height: 50px;
    width: 166px;
    background: url(/static/images/start_btn.png) center center no-repeat;
}
.mask{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
    background: #000;
    opacity: .43;
    display: none;
}
.select_btn{
    padding-top: 28px;
    text-align: center;
}
.select_span{
    display: inline-block;
    color: #e0e0e0;
    line-height: 22px;
    margin-left: 7px;
    font-size: 14px;
}
.select_span span{
    cursor: pointer;
    display: inline-block;
}


.main .rec-game {
    width: 1158px;
   
    padding: 10px 10px;
    margin: 10px;
    border: 1px solid #b2b2b2;
}
.main .rec-game .game {
    width: 282px;
    height: 170px;
    border: 1px solid #b2b2b2;
    background: #fff;
    float: left;
}
.main .rec-game .game:hover{
    background-color:rgb(255, 255, 0);
}
.main .rec-game .game1 {
    width: 231px;
    height: 185px;
    border: 1px solid #b2b2b2;
    background: #fff;
    float: left;
}
.main .rec-game .img {
    width: 231px;
    height: 161px;
    display: block;
}
.main .rec-game .img img {
    display: block;
    width: 100%;
    height: 100%;
}
.main .rec-game .brand {
    line-height: 22px;
    padding: 10px 5px 5px 5px;
    font-size: 15px;
    font-weight: 700;
    color: #ff0000;
}
.main .rec-game .brand span {
    padding-left: 15px;
    font-size: 14px;
    font-weight: 500;
    color: #3366ff;
}
.main .rec-game .txt {
    height: 30px;
    padding: 5px;
    display: block;
}
.main .rec-game .star {
    line-height: 20px;
    padding: 0 5px;
    font-weight: 700;
}s
.main .rec-game .star spasn {
    font-size: 14px;
    color: #fd3a1a;
}
.main .rec-game .btn {
    width: 100px;
    height: 25px;
    line-height: 25px;
    margin: 5px;
    font-size: 12px;
    background: #2a5abe;
    color: #fff;
    text-align: center;
    display: block;
}
.main .rec-game .btn1 {
    width: 221px;
    height: 45px;
    line-height: 45px;
    margin: 5px;
    font-size: 22px;
    background: #cfe2f3;
    color: #fff;
    text-align: center;
    display: block;
}
.main .rec-game .btn:hover {
    background: #ff9270;
    text-decoration: none;
}
.main .gif {
    /*width: 960px;*/
    /*padding: 20px 10px;*/
   padding-bottom: 10px;
    display: block;
}
.main .list {
    width: 980px;
    height: 117px;
}
.main .list li {
    width: 245px;
    height: 29px;
    text-align: center;
    float: left;
}
.game ._btn_go{height:23px;line-height:50px;text-align:center;overflow:hidden;font-size:14px;color:#ffffff;max-width:64px;margin-top:8px;margin-left:8px;padding-right:15px;padding-left:15px;background-color:#2a5abe;text-decoration:none;border:1px solid #2a5abe;}
.game ._btn_go:hover{color:#3e76c0;background-color:#ffffff;}