body,html {
    position: relative;
    margin: 0;
    padding: 0;
    min-width: 990px;
    min-height: 100%;
    font-size: 15px;
    font-family: 微软雅黑;
    -webkit-tap-highlight-color: transparent;

}

button,input,select,textarea {
    outline: 0;
    border:1px solid #999;
    font-family: 微软雅黑;
}
select{
    cursor: pointer;
}
textarea {
    resize: none;
}

h1,h2,h3,h4,h5,h6,li,ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
input[type="text"]:focus,input[type="password"]:focus,input[type="number"]:focus,textarea:focus{
    border: 1px solid #fbd856;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.06),0 0 8px rgba(246, 194, 62, 0.5);
}
img {
    border: 0;
    vertical-align: middle;
}

a {
    outline: 0;
    color: gray;;
    text-decoration: none;
    cursor: pointer;
}

a img {
    border: 0;
}

address,caption,cite,code,dfn,em,i,th,var {
    font-weight: 400;
    font-style: normal;
}

p,span {
    margin: 0;
    padding: 0;
}

.clear:after {
    clear: both;
    display: block;
    overflow: hidden;
    height: 0;
    content: "";
}

/*登录奖励弹框*/
.login_award{
    background: url("../../static/img/login_award.png") no-repeat -13px bottom;
    width:667px !important;
    height:602px !important;
    padding:0 !important;
    left:0 !important;
    right:0 !important;
    top:0 !important;
    bottom:0 !important;
    margin:auto !important;
    overflow: unset !important;
    background-color: transparent !important;
}
.login_award .wrap{
    padding-top:292px;
}
.login_award .wrap .title{
    line-height: 79px;
    color: #ff6600;
    font-size:41px;
}
.login_award .wrap p{
    line-height: 38px;
    font-size:21px;
    color: #333;
}
.login_award .wrap p span{
    color: #ff8144;
}
.login_award .confirm{
    width:232px;
    height:50px;
    font-size:21px;
}
.login_award .wrap i{
    position: absolute;
    width:57px;
    height:57px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border:3px solid #fee17b;
    line-height:62px;
    text-align: center;
    color: #e9c12e;
    right:-31px;
    top:41px;
    background: #fff;
    font-size:35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.login_award .wrap i:hover{
    background: #ff6600;
    color: #fff;
}
