/**
 *  login-box 网站导登录注册窗样式
 *  by wang 2016-11
 */
.backdrop{
    background-color:#000;
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    opacity:0.5;
    z-index:1000;
    display:none;
}
.modal-box{
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:1010;
    overflow-y:auto;
    overflow-x:hidden;
    display:none;
}
.modal-content{
    position:relative;
    margin:30px auto;
    background-clip:padding-box;
    background-color:#fff;
    border:1px solid #ddd;
    border-radius:3px;
    margin-top:10%;
    padding:20px;
    opacity:0.9;
    height:275px;
}
#register_box .modal-content{
    height:320px;
}
#get_msg{
    position:absolute;
    background-color:#e6e6e6;
    font-size:12px;
    color:#444;
    width:90px;
    height:30px;
    line-height:30px;
    text-align:center;
    top:12px;
    right:10px;
    border-radius:3px;
    cursor:pointer;
}
.modal-header{
    height:65px;
    width:220px;
    margin:10px auto 20px;
    background:url('/static/img/logo-black.png') no-repeat 12px 0;
}
.input-box{
    width:220px;
    margin:0 auto 10px;
}
.input-box input{
    width:200px;
    height:30px;
    padding:3px 6px;
    margin-top:8px;
    border:1px solid #ddd;
}
.input-box input:focus{
    border:1px solid #1BB9B5;
}
.msg-box{
    height:20px;
}
.msg-box .modal-msg{
    color:#1BB9B5;
    font-size:10px;
    padding:3px;
    display:inline-block;
}
.msg-box a{
    color:#999;
    font-size:11px;
    padding:3px 6px;
    display:inline-block;
    float:right;
}
.msg-box a:hover{
    color:#1BB9B5;
}
.input-box button{
    width:150px;
    display:block;
    margin:10px auto;
    height:35px;
    line-height:35px;
    color:#fff;
    background-color:#1BB9B5;
    border:1px solid #1BB9B5;
    border-radius:3px;
    cursor:pointer;
}
.input-box button span{
    margin:0 20px;
    font-family:'黑体';
    font-size:15px;
}
.input-box button:hover{
    background-color:#21C9C4;
    border:1px solid #21C9C4;
}
.change-box-btn{
    display:block;
    width:60px;
    text-align:center;
    margin:0 auto;
    font-size:14px;
    cursor:pointer;
}
