*{
    margin:0;
    padding:0;
}
ul,ol{
    list-style:none;
}            
html,body{
    width:100%;  
    height:100%;  
    margin:0;  
    padding:0;  
    overflow: hidden;
    font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
}
.id{  
    width:100%;  
    height:100%;  
    background:#000000; 
    margin:0 auto;  
}
.hidden{
    display:none;
}
.new-btn-login-sp{
    padding: 1px;
    display: inline-block;
    width: 50%;
}
.new-btn-login {
    background-color: #02aaf1;
    color: #FFFFFF;
    font-weight: bold;
    border: none;
    width: 100%;
    height: 30px;
    border-radius: 5px;
    font-size: 16px;
    margin-top:5px;
}
.new-btn-login-qq {
    background: transparent url('qq.png') no-repeat scroll top;
    color: #FFFFFF;
    font-weight: bold;
    border: none;
    width: 89px;
    height: 115px;
    border-radius: 5px;
    font-size: 16px;
    margin-top:5px;
}
.new-btn-login-weixin {
    background: transparent url('weixin.png') no-repeat scroll top;
    color: #FFFFFF;
    font-weight: bold;
    border: none;
    width: 89px;
    height: 115px;
    border-radius: 5px;
    font-size: 16px;
    margin-top:5px;
}
#main{
    width:100%;
    margin:0 auto;
    font-size:14px;
}
.red-star{
    color:#f00;
    width:10px;
    display:inline-block;
}
.null-star{
    color:#fff;
}
.content{
    margin-top:5px;
}
.content dt{
    width:120px;
    display:inline-block;
    float: left;
    margin-left: 20px;
    color: #666;
    font-size: 13px;
    margin-top: 8px;
}
.content dd{
    margin-left:120px;
    margin-bottom:5px;
}
.content dd input {
    width: 85%;
    height: 28px;
    border: 0;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
}
.content dd img {
    margin-top: 8px;
}
#foot{
    margin-top:10px;
    position: absolute;
    bottom: 15px;
    width: 100%;
}
.foot-ul{
    width: 100%;
}
.foot-ul li {
    width: 100%;
    text-align:center;
    color: #666;
}
.note-help {
    color: #666;
    font-size: 15px;
    line-height: 130%;
    margin-top: 5px;
    width: 100%;
    display: block;
}
.note-help-hotgame {
    color: #666;
    font-size: 18px;
    line-height: 130%;
    margin-top: 15px;
    width: 100%;
    display: block;
    font-weight: 300;
}
#btn-dd{
    margin: 20px;
    text-align: center;
}
.foot-ul{
    width: 100%;
}
.one_line{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #eeeeee;
    width: 100%;
    margin-left: 0px;
    align: center;
}
.am-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    width: 100%;
    position: relative;
    padding: 7px 0;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: #1D222D;
    height: 50px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    box-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    box-align: center;
}
.am-header h1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    box-flex: 1;
    line-height: 18px;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
}

.aligncenter {
    clear: both;
    display: block;
    margin:auto;
}