/**
 *  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:99999998;
    display:none;
}
.modal-box{
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:99999999;
    overflow-y:auto;
    overflow-x:hidden;
    display:none;
}
.modal-content{
    position:relative;
    margin:0 auto;
    background-clip:padding-box;
    background-color:#fff;
    border:.1rem solid #ddd;
    border-radius:.5rem;
    margin-top:10rem;
    padding:1rem;
    width: calc(100% - 4rem);
    height:25rem;
}
#register_box .modal-content{
    height:30rem;
}
#get_msg{
    position:absolute;
    background-color:#e6e6e6;
    font-size:1.3rem;
    color:#444;
    width:6.5rem;
    height:3.2rem;
    line-height:3.2rem;
    text-align:center;
    top:.8rem;
    right:.9rem;
    border-radius:3px;
}
.modal-header{
    height:5rem;
    width:15rem;
    margin:0 auto;
    background:url('/static/img/logo-black.png') no-repeat;
    background-size:auto 5rem;
}
.input-box{
  width: calc(100% - 10rem);
  min-width:15rem;
  margin:1rem auto;
}
.input-box input{
  width: calc(100% - 2rem);
  height:2.5rem;
  font-size:1.5rem;
  padding:.5rem .6rem;
  margin-top:.5rem;
  border:.1rem solid #ddd;
  border-radius:.1rem;
}
.input-box input:focus{
  border:.1rem solid #1BB9B5;
  outline:none;
}
.msg-box{
    height:2rem;
}
.msg-box .modal-msg{
    color:#1BB9B5;
    font-size:1.2rem;
    padding:.1rem;
    display:inline-block;
}
.msg-box a{
    font-size:1.2rem;
    color:#999;
    padding:.1rem;
    float:right;
}
.register-msg a{
    font-size:1rem;
}
.button-box{
  text-align:center;
}
.button-box button{
    width:8rem;
    height:4rem;
    line-height:4rem;
    margin-top:1rem;
    color:#fff;
    background-color:#1BB9B5;
    border:.1rem solid #1BB9B5;
    border-radius:.5rem;
}
.button-box button span{
    margin:0 .1rem;
    font-family:'黑体';
    font-size:2rem;
}
.change-box-btn{
    width:8rem;
    padding-top:.5rem;
    margin-left:2rem;
    text-align:center;
    font-size:1.5rem;
}
