/* * * * * * * * * * * * * * * * * *  注册 * * * * * * * * * * * * * * * * * * * */
.main{height:auto;}
.brand {
    height: 216px;
    width: 100%;
    background:#195ba9;
    z-index: 100;
  padding-top: 141px;
}
.brand h2{  
    text-align: center;
    color: #fff;
    font-size: 32px;
    font-weight: normal;
    margin: 0;
}
.brand .login-tip{font-size: 12px;color: #fff;    margin-top: 29px; text-align: center; font-weight: normal;}
.brand .login-tip a{color: #fff;}
.san-toast {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 100px;
    padding: 10px 20px;
    border: 1px solid transparent;
    border-radius: 5px;
    z-index: 2000;
    text-align: center;
}
.san-toast-info {
    background: #d4edda;
    color: #155724;
    border-color: #c3e6cb;
}
.san-toast-error {
    background: #f8d7da;
    color: #721c24;
    border-color: #f5c6cb;
}
.reg-nav{
	text-align: center;
	margin-bottom:20px;
}
.reg-nav li{
	width:205px;
	height:44px;
	line-height: 44px;
	font-size:16px;
	font-weight: bold;
	display:inline-block;
	border-bottom:1px solid #ccc;
    cursor:pointer;
}
.reg-nav li.on{
	color:#195ba9;
	border-bottom:2px solid #195ba9;
}
.reg-form {
    position: relative;
    z-index: 2000;
    width: 835px;
    font-size: 14px;
    margin: 0 auto;
    margin-top: -100px;
    padding: 35px 20px 20px;
    background: #fff;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.09);
    /* border: 2px solid #ebeff7; */
}
.reg-form .san-form {
    width: 417px;
    margin: 0 auto;
}
.reg-form .san-form-item,.login_info .san-form-item {
    margin: 0px 0px 19px;
    position: relative;

}

.reg-form .san-form-item-content label.error,.reg-form .san-form-item-wx label.error,#mobile-error {
    color: #f52431;
    font-size: 12px;
    margin-left: 10px;
    position: absolute;
    left: 433px;
    top: 12px;
    width: 300px;
}
.reg-form .san-form-item {
    height: 40px;
}
.reg-form .san-form-itempro{margin-bottom: 35px;color: #2389cb;}
.reg-form input::-webkit-input-placeholder,input::-webkit-input-placeholder,.san-form-item-wx .select_zj { 
    color: #999;
     font-family: "Microsoft Yahei";
}
.reg-form input[type="number"]::-webkit-inner-spin-button {
    display: none;
}

.reg-form .san-form-item  input,.login_info input{
    height: 38px;
    width: 402px;
    padding-left: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
}
.reg-form .san-form-item-verifyCode input {
    width: 255px;
}
.reg-form input:focus {
    border-color: #288aed;
    outline: none;
}
.reg-form .invalid input {
    border-color: #f52431 !important;
}
.reg-form .vcode-img {
    vertical-align: bottom;
    width: 80px;
    height: 40px;
    cursor: pointer;
}
.reg-form .vcode-img-refresh {
    color: #ccc;
    margin-left: 10px;
}
.reg-form .invalid-label {
    color: #f52431;
    font-size: 12px;
    margin-left: 10px;
    position: absolute;
    left: 418px;
    top: 12px;
    width: 300px;
}
.san-form-item-wx input{max-width: 285px;display:inline-block;float: left;}
.san-form-item-wx .send_message,.san-form-item-wx .select_zj{width: 108px;display:inline-block;float: right;text-align: center;cursor: pointer;}
.san-form-item-wx .send_message{background:#dddddd;height:41px;line-height: 41px;color: #333333;}
.san-form-item-wx .send_message:hover{background:#D6D6D6;}
.san-form-item-wx .select_zj{border: 1px solid #ccc;height: 40px;line-height: 40px;}
.reg-form .btn-light {
    color: #ffffff;
    width: 196px;
    padding:7px 0px 4px 7px;
    height: 31px;
    border: none;
    font-size: 12px;
    margin-left: 10px;
    float: right;
    font-family: "宋体";
    background:#d7092f url(../images/wximg.png) no-repeat 168px center;


}
.reg-form .btn-light[disabled] {
    background-color: #ccc;
    color: #fff;
}
.reg-form .submit {
    width: 416px;
    height: 42px;
    color: #fff;
    background-color: #195ba9;
    border: none;
    font-size: 16px;
}
.reg-form .submit[disabled] {
    cursor: not-allowed;
}
.file-text{
	width: 70%;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding-left: 10px;
    color: #999;
    font-size: 14px;
    border: 1px solid #ccc;
}
.file-btn{
	border: 0;
    background: #fd8521;
    height: 40px;
    width: 25%;
    float: right;
    border-radius: 3px;
    color: #fff;
}
#fileinp{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.tip-text{
	color:#999;
	margin-top:5px;
	margin-bottom:10px;
}
.tip-text span{
	color:#ff0000;
}
.clear:after{
	content: "";
	display: block;
	clear: both;
}
/* * * * * * * * * * * * * * * * * *  登录 * * * * * * * * * * * * * * * * * * * */
.login_box{    
    width: 884px;
    height: 420px;
    margin: 0 auto;
    position: relative;
    top: -100px;
    background: #fff;
    z-index: 999;
}

.login_box .loginbanner {
    vertical-align: middle;
    text-align: center;
    width: 488px;
    height: 420px;
    border-right: 2px solid #ececec;
}
.login_box table{width: 100%;}
.login-nav li{
	width:50%;
	float:left;
	line-height: 42px;
	border-bottom:1px solid #ccc;
	font-size:16px;
	color:#999999;
	font-weight: bold;
	text-align: center;
	margin-bottom:15px;
    cursor:pointer;
}
.login-nav li.on{
	line-height: 41px;
	border-bottom:2px solid #195ba9;
	color:#195ba9;
}
.other{
	font-size:12px;
	color:#999999;
}
.login-tip{
	color:#ff8f0a;
}
.login_info .logo_title{font-size: 16px;color: #195ba9;border-bottom: solid 1px #195ba9;padding-bottom: 14px; font-weight: bold;    margin-bottom: 18px;}
.login_info {
    margin: 0 auto;
    box-shadow: none;
    width: 300px;
    height: 331px;

}
.login_info .san-form-item{width: 100%;margin-bottom: 0px; height: 60px;}
.login_info input{width:288px;}
.login_info .yzm_code,.login_info .yzmimg,.findpwd .yzm_code,.findpwd .yzmimg,a.js-change-token{display: block;float: left;}
.login_info .yzm_code,.reg-form .findpwd .yzm_code{width:156px;margin-right: 16px;}
.login_info .yzmimg,.findpwd .yzmimg{ margin-top: 8px;border: none;width: 67px;height: 27px;margin-right: 13px;}
.login_info a.js-change-token,.findpwd a.js-change-token{font-size: 12px;color: #2389cb;line-height: 40px;}
.login_info .submit{
    background: #005fd3;
    border: none;
    margin-top: 0;
    font-size: 14px;
    color: #fff;
    width: 300px;
    height: 35px;
    line-height: 35px;
}
.login_info .forget{   
 color: #2389cb;
    text-decoration: none;
    font-size: 12px;
    cursor: pointer;
    float: right;
    font-family: "宋体";

}
.login_info  .san-form-item-content label{position: absolute;bottom: 3px;left: 0px;font-size: 12px;color: #d7092f;}
/* * * * * * * * * * * * * * * * * *  找回密码 * * * * * * * * * * * * * * * * * * * */
.other_tip{color: #999;}
.other_tip label{color: #ff8f0a;}