@charset "UTF-8";

/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    /*font-family: "微软雅黑";*/
}

body {
    line-height: 1;
    font-family:"Microsoft YaHei UI", 'Open Sans', sans-serif;
    -webkit-text-size-adjust: none;
    min-width: 1200px;
}
ol, ul {  list-style: none;  }
blockquote, q {  quotes: none;  }
input,button{  outline:none;border: none;}
h1,h2,h3,h4,h5,h6{
    font-family: 'Montserrat', sans-serif;
    font-weight:700;
    line-height:1.4em;
    color:#555555;
}
h1{ font-size:35px; }
h2{ font-size:33px; }
h3{ font-size:30px; }
h4{ font-size:28px; }
h5{ font-size:25px; }
h6{ font-size:20px; }
p{ font-size:16px; line-height:1.7em; color:#555555;}
a{ color:#444444; text-decoration:none; }
a:hover{ color:#2980b9; }
/* Box Model */
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
img{
    border: none 0;
}

/*logo*/
.logo{
    float: left;
    width: 450px;
    overflow: hidden;
}
.logo img{
    display: block;
    float: left;
    /* margin-top: 10px; */
    max-height: 60px;
    max-width: 130px;
}
.logo-text{
    float: left;
    width: 270px;
    height: 68px;
    padding-top: 14px;
    margin-left: 20px;
    font-weight: 800;
    font-size: 22px;
}
.logo-text span{
    display: block;
    font-size: 18px;
    margin-top: 4px;
}


/*忘记密码*/
.mima-header{
    width: 100%;
    height: 80px;
    color: #ffffff;
    background: rgba(117,53,130,.9);
    border-bottom: 2px solid rgba(117,53,130,.9);;
}

.mima-header-con{
    width:500px;
    margin: 0 auto;
    padding-top: 10px;

    /* -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3); */
}

.wjmm{
    width: 990px;
    padding: 20px 200px;
    overflow: auto;
    margin: 0 auto;
}
.wjmm-tit{
    width: 350px;
    margin: 50px auto;
    text-align: center;
    color: #3a3a3a;
}
.wjmm-tit-a{
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #3a3a3a;

}
.wjmm-tit-small{
    color: #b0b0b0;
}

.wjmm-con{

}
.wjmm-form{
    width: 360px;
    margin: 0 auto;
    /*background: #d0d0d0;*/
}
.wjmm-form-1{
    width: 360px;
    margin: 0 auto;
}
.wjmm-form p{
    display: block;
    height: 50px;
    /* border:1px solid #a9a9a9; */
    position: relative;
    margin: 20px auto;
}
.wjmm-form p.input-common{
	border:1px solid #a9a9a9;
}

.wjmm-form-1>p,
.wjmm-form-1>div,
.wjmm-form-1>a{
    width: 360px;
    position: relative;
}
.wjmm-form-1>p{
    margin: 20px 0;
}
.wjmm-form-1>div.dxyz_box{
    width: 590px;
    overflow: hidden;
}

.wjmm-form input{
    font-size: 18px;
    color: #b0b0b0;
}
.phone-input{
    padding:10px 40px;
    background: url(../images/phone-input.jpg) no-repeat 10px center;

}
.phone-input input{
    width: 318px;
}
.common_error_warnning{
	position: relative;
	top:15px;
	padding-left: 17px;
    font-size: 14px;
    background: url(../../images/password/userSetting_icon-alert_red.png) no-repeat scroll left transparent;
    color: #dd1006;
}
.error_warnning{
    position: absolute;
    right: -200px;
    top:10px;
    padding-left: 17px;
    font-size: 14px;
    left: 370px;
    width: 200px;
    /* height: 18px; */
    background: url(../../images/password/userSetting_icon-alert_red.png) no-repeat scroll left center transparent;
    vertical-align: middle;
    color: #dd1006;
}

.wjmm-form-1>div.dxyz_box .error_warnning{
    right: 30px;
    top: 45px;
}

.wjmm-form .yanzhengma{
    width: 170px;
    /*border:none;*/
    padding: 5px 0;
    margin: 10px 0;
    float: left;
}
.yanzhengma input{
    width: 168px;
    padding: 10px;
    /*float: left;*/
}

.yanzhengma-img{
    display: block;
    float: right;
    width: 170px;
    height: 52px;
    margin-top: 10px;

}
.yanzhengma-img img{
    float: left;
}
.yanzhengma-box{
    height: 52px;
    line-height: 52px;
}

.yanzhengma-img a{
    /*display: block;*/
    height: 52px;
    padding: 0;
    margin-left: 10px;
    line-height: 52px;
}

.wjmm-form .dxyz{
    margin: 20px 0;
    /*overflow: hidden;*/
}

.wjmm-form p.dxyz-con{
    float: left;
    width: 170px;
    margin: 10px 0;
    padding: 10px 0;
}
.dxyz p.dxyz-con{  margin: 0 ;}
.dxyz-con input{
    width: 168px;
    padding: 0 8px;
}
.dxyz button{
    margin-left: 10px;
    display: block;
    width: 180px;
    height: 50px;
    float: left;
    text-align: center;
    line-height: 50px;
    background: rgba(117,53,130,.9);;
    font-size: 20px;
    color: #FFFFFF;
    cursor: pointer;
    /* background: #3c95c7; */
}

.form-next{
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    margin: 30px auto 0;
    color: #FFFFFF;
    background: rgba(117,53,130,.9);
    text-align: center;
}

.wjmm-con .new-pw{
    padding: 10px 20px 10px 50px;
    background: url(../../images/password/new-pw.jpg)no-repeat 10px center;
}

.new-pw input{ width: 300px}

.qr-pw{
    padding: 10px 20px 10px 50px;
    background: url(../../images/password/qr-pw.jpg)no-repeat 10px center;
}
.qr-pw input{ width: 300px}

.invalid_num{border:1px solid #ff3621};
.icon_success, .success_hint {
    width: 14px;
    height: 14px;
    background-position: -500px -200px;
}

/* 密码成功 */
.hint {
    width: 500px;
    height: 332px;
    /*margin: 0 auto;*/
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -250px;
    margin-top: -166px;
    z-index: 111;
    display: none;
}

.hint-in1 {
    width: 500px;
    height: 70px;
    background: #ff6600;
    position: relative;
}
.hint-in2{
    height: 150px;
    margin: 40px;
    background: url(../../password/images/set-cg.jpg) no-repeat center center;
}
.hint-in2 span{
    display: block;
    text-align: center;line-height: 300px;
    font-size: 24px;
    color: #313131;
}

.hint-in3{
    display: block;
    width: 360px;
    height: 54px;
    line-height: 54px;
    background: rgba(117,53,130,.9);
    text-align: center;
    font-size: 20px;
    margin: 0 auto;
    color: #FFFFFF;
    cursor: pointer;
}
.hint-in3:hover{
    background: rgba(117,53,130,.9);
}

/* 密码强度 */
.fl {
    /* float: left; */
    display: inline;
}
.fs12 {
    font-size: 12px!important;
}
.vl-inline {
    display: inline-block;
    vertical-align: middle;
}
.pw_strong_line_v {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
}
.pw_strong_line {
    width: 151px;
    height: 9px;
    border: 1px solid #ddd;
    background-color: #fff;
    /* margin-top: 5px; */
    overflow: hidden;
}
.pw_strong_line ul li.pw_low {
    background-color: #ee5a00;
}
.pw_strong_line ul li.pw_mid {
    background-color: #fac414;
}
.pw_strong_line ul li.pw_high {
    background-color: #aadc00;
}

.pw_strong_line ul li {
    width: 49px;
    height: 7px;
    margin: 1px 0 1px 1px;
    float: left;
    background-color: #eee;
    display: inline;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
    font: 0/0 a;
}
.clearfix:after {
    clear: both;
}

.pw_level {
    margin-left: 10px;
}
.dn {
    display: none!important;
}

.prev {
    left: 0;
    width: 20px;
    height: 36px;
    background: url(../../images/password/prev.jpg) no-repeat;
    background-size: 10px 18px;
    margin-left: 30px; 
	font-weight: 200; 
	font-size: 14px;
}
.prev:hover {
	font-weight: bold;
}

