.header,.header nav{
    width: 100%;
    min-width: 1228px;
}
.navBox{
    border-bottom: 1px solid #aaa;
    background-color: #313131;
    color: #fff;
}
.nav_header{
    height: 30px;
    padding-top: 10px;
    width: 1228px;
    margin: 0 auto;
}
.nav_list{
    height: 25px;
    width: 1228px;
    margin: 0 auto;
    position: relative;
}
.nav_header>div{
    height: 30px;
    line-height: 30px;
}
.nav_top_icon{
    width:15px;
    height: 15px;
    margin-top: 3px;
}
.nav_header_text{
    height:20px;
    line-height: 20px;
    margin: 0 10px 0 5px;
    cursor: pointer;
}
.nav_header_center{
    height:20px;
    line-height: 20px;
    margin:0;
}
#register,#login,#allGame{cursor: pointer}
.nav{
    /* width: 64%; */
    height: 70px;
    /* padding: 5px 18% 0 18%; */
    border-bottom: 1px solid #aaa;
    background-color: #E8E9E9;
}

div.navbar{
    margin-left: 3%;
    width: 53%;
    margin-top: 10px;
}
.navbar a{
    width:90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    text-decoration:none;
    cursor: pointer;
    color: #313131;
}
.navbar>a.navActive{
    color: #04B1F5;
    border-bottom: 3px solid #04B1F5;

}

div.select{
    width: 25%;
    height: 30px;
    margin-top: 20px;
}
.select select{
    border: 0;
    outline:none;
    position: relative;
    left: 53px;
    height: 25px;
    top:3px;
    border-radius: 10px;
    float: left;
}
.selectBox{
    width: 233px;
    height: 200px;
    overflow: auto;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
    background-color: #fff;
    z-index: 9;
    position: absolute;
    top:50px;
    right: 25px;
    display: none;
}
.selectBox div{
    font-size: 13px;
    color: #333;
    cursor: pointer;
}
.select input{
    width: 100%;
    outline:none;
    padding-left: 53px;
    padding-right: 30px;
    border-radius: 15px;
    border: 0;
}
.select img{
    position: relative;
    width: 25px;
    height: 25px;
    right: 30px;
    top:3px;
}
.navbar div{cursor: pointer}
div.gameBox{
    width: 400px;
    height: 205px;
    border: 1px solid #aaa;
    position: absolute;
    top: 35px;
    right: 8%;
    background-color: #383838;

    z-index: 10;
    display: none;
}
div.gameBox h2{
    font-size: 20px;
    width: 140%;
}
.box-top{
    height: 40px;
    padding: 10px 20px;
    box-sizing: border-box;
}
div.box_title{
    width: 100%;
    height: 25px;
    background-color: #535353;

}
div.box_title div{
    width: 50%;
    height: 15px;
    line-height: 15px;
    margin: 5px 50px;
    border-left: 2px solid #FF3300;
    padding-left: 5px;
}
div.box_left,.box_right{
    width: 50%;
    padding: 10px 20px;
}
/*.box_left{
    border-right: 1px solid #ddd;
}*/
.foot{
    width: 100%;
    height: 200px;
    background-color: #313131;
    padding-top:50px;

    box-sizing: border-box;
}
.foot img{
    width: 150px;
    height: 50px;
    margin-right: 40px;
}
.foot p{
    color: #fff;
    margin: 0 20px;
}
.foot>div{
    margin-bottom: 10px;
}
.suspension{
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content: flex-end;
    position: fixed;
    top: 350px;
    right: -165px;
    transition: right 1s;
    -webkit-transition: right 1s;
}
div.suspensionAct{
    right: 0;
}
.leftBtn{
    background-color: #1896E8;
    width: 27px;
    height: 80px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    color: #fff;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
    cursor: pointer;
}
.leftBtn img{
    width: 18px;
    height: 18px;
}
.leftBtn p{
    font-size: 13px;
    width: 22px;
    margin: -2px;
}
.suspensionBox{
    width: 145px;
    height: 274px;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    padding: 0 10px;

}
.suspensionBox div{
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 15px 5px;
    height: 55px;
    box-sizing: border-box;
    cursor: pointer;
}
.suspensionBox img{
    width: 25px;
    height:25px;
    margin-right: 10px;
}
.suspensionBox p{
    margin: 0;
    font-size: 15px;
    height: 25px;
    line-height: 25px;
}
.newGame{
    width: 15px;
    height: 15px;
    position: relative;
    top:3px;
    margin-right: 3px;
}
/* 移动端 */
@media screen and (max-width: 800px) {
    .foot img {
        margin-right: 0;
    }
    .foot {
        padding-top: 15px;
        overflow: hidden;
    }
    .foot p {
        margin: 0 0 0 5px;
    }
    .flex_center{
        flex-direction: column;
        align-items: center;
    }
}
