
/*验证码*/
p.yanzhengma span.message_alert{
    display: block;
    text-align: left;
    color: #999;
    font-size:12px;
    clear: both;
    position: absolute;
    bottom:-24px;
}

p.code_box span.message_alert{
    display: block;
    text-align: left;
    color: #999;
    font-size:12px;
    clear: both;
    position: absolute;
    bottom:-38px;
}

button.get_voice_code , button.get_code{
    width: 116px;
    height: 41px;
    float: right;
    color: #fff;
    font-size:12px;
    line-height:32px;
    background: #009899;
    border:1px solid #009899;
}
button.get_voice_code>img, button.get_code>img{
    width:16px;
    vertical-align: middle;
    margin-right:4px;
}
button.get_voice_code>img{
    margin-top:-2px;
}
button.get_code{
    margin-right:4px;
}
#inputs .middle_input {
    width: 150px;
}
#Login button.get_voice_code ,#Login button.get_code{
    margin-top:0;
}
button[disabled]{
    opacity:0.3;
}

#mask{
    position:fixed;
    top:0;
    left:0;
    height:100%;
    width:100%;
     display:none;
    z-index:10001;
    background:rgba(0,0,0,.5);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000, 0, endColorstr=#BF000000, 0);font-size:14px;
    color:#666;
}
#mask div.content_box{
    position:absolute;
    top:150px;
    left:50%;
    width:400px;
    min-height:100px;
    margin-left:-300px;
    background:#fff;
}
#mask div.content_box>p{
    padding:40px;
    text-align:center;
    line-height:2em;
    font-size: 16px;
}
#mask div.content_box div.btns{
    text-align:center;
    
}
#mask div.content_box div.btns:after{
    clear:both;
    height:30px;
    content:'';
    display:block;
}
#mask div.content_box div.btns>button{
    background:#009899;
    color:#fff;
    float:none;
    border:none;
    font-size: 15px;
    padding: 4px 20px;
    border-radius: 3px;
    cursor: pointer;
}
#mask div.content_box div.btns>a{
    display: inline-block;
    padding: 4px 20px;
    background: #009899;
    color: #fff;
    text-decoration: none;
    font-size: 15PX;
    margin-right: 20px;
    border-radius: 3px;
}
#mask div.content_box div.btns>a:hover{
    background:#f90;
}
#mask div.content_box div.btns>button:hover{
    background:#f90;
}

/*//极验验证的样式*/
  .geetest_wind.geetest_fullpage_click .geetest_fullpage_ghost{
      background: rgba(0,0,0,0.6);
  }
.geetest_wind.geetest_fullpage_click.geetest_float{
    height: 100%;
    width:100%;
    left: 0 !important;
    top: 0 !important;

}
.geetest_wind.geetest_fullpage_click .geetest_fullpage_click_wrap{
    left: 50% !important;
    width: 278px;
    height: 286px;
    top: 50% !important;
    margin-left: -139px;
    margin-top: -143px;
}
.geetest_wind.geetest_fullpage_click.geetest_float .geetest_fullpage_click_box{
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.geetest_wind.geetest_fullpage_click.geetest_float .geetest_fullpage_pointer .geetest_fullpage_pointer_in,.geetest_wind.geetest_fullpage_click.geetest_float .geetest_fullpage_pointer .geetest_fullpage_pointer_out{
    display: none !important;
}