/* css reset  */
input:-webkit-autofill {
    -webkit-transition-delay: 99999s;
    -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
body { background:#fff; color:#555; font-size:14px; font-family: 微软雅黑; }
td,th,caption { font-size:14px; }
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal;}
a {text-decoration:none; }
img {
    border:none;

}
ol,ul,li { list-style:none; }
input, textarea, select, button { font:14px Verdana,Helvetica,Arial,sans-serif; }
table { border-collapse:collapse; }
/* css common */
.clearfix:after {content: "."; display: block; height:0; clear:both; visibility: hidden;}
.clearfix { *zoom:1; }
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.content{
    width: 100%;
    height:100%;
    background:url(../images/login_bg2.jpg) no-repeat;
    background-size:cover;
    position:relative;
}
.forget-box{
    width:343px;
    height:405px;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    background:url(../images/login/zhaohui.png) no-repeat center;
    background-size:cover;
    padding:0 40px;
    box-sizing: border-box;
}
.forget-box input{
    border:none;
    ontline:none;
    padding:14px 12px;
    box-sizing:border-box;
    width:100%;
    height:42px;
    border-radius: 2px;
    margin-bottom:15px;
}
.forget-box .userName{
    margin-top:83px;
}
.forget-box .tel-code{
    width:158px;
}
.forget-box .forget-btn{
    display: inline-block;
    text-align:center;
    height:42px;
    line-height:42px;
    background:linear-gradient(0deg,rgba(233,141,26,1) 0%,rgba(249,182,88,1) 100%);
    border:1px solid rgba(233, 142, 27, 1);
    border-radius:3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    color:#fff;
    vertical-align: middle;
}
.forget-box .forget-btn:hover{
    background:linear-gradient(0deg,rgba(217,124,8,1) 0%,rgba(255,178,69,1) 100%);
}
.forget-box .tel-code+span{
    width:90px;
    margin-left:10px;
}
.forget-disabled{
    width:90px;
    height:42px;
    line-height:42px;
    margin-left:10px;
    display:inline-block;
    text-align:center;
    box-sizing: border-box;
    background:rgba(170,170,170,1);
    border:1px solid rgba(133, 133, 133, 1);
    border-radius:3px;
    color:#fff;
    vertical-align: middle;
    display:none;
}
.forgetBtn{
    width:100%;
    margin-top:20px;
}
.tip-msg {
    font-family: "宋体";
    width: 300px;
    height:fit-content;
    color: #fff;
    text-align:center;
    line-height:23px;
    position: absolute;
    right:-304px;
    top:0;
    bottom:0;
    margin:auto;
    font-size:18px;
    padding:15px;
    padding-left:25px;
    box-sizing: border-box;
    display:none;
}
.tip-msg:before{
    opacity: 0.8;
    content:'';
    width: 300px;
    height:100%;
    top:0;
    background: url("../images/msg.png") no-repeat center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    display:inline-block;
    position: absolute;
    left:0;
    margin:auto 0;
}
