@CHARSET "UTF-8";
/*登录*/
.wst-login{
	padding:30px 20px 60px 20px;
}
.wst-login_l{
	float:left;
	margin:80px 80px 80px 60px;
}
.wst-login_r{
	margin-top:80px;
	padding:30px 120px 20px 36px;
	float:right;
	border:2px solid #dad7d7;
	border-radius:5px;
}
.wst-login-u{
	width:100px;
	height:36px;
	display: block;
	font-size: 25px;
	background:url(../img/img_logintitle_bg.png) no-repeat;
}
input.wst-login-input,input.wst-regist-input{
	padding:0px;
	padding-left:5px;
	font-size: 15px;
	outline: none;
	width:300px;
	height:36px;
	border-radius:6px;
	border:1px solid #bac4c3;
}
.wst-login-input:focus,.wst-regist-input:focus,.wst-login-codein:focus,.wst-regist-codein:focus,.wst-regist-codemo:focus{
	border-radius:6px;
	border:1px solid #eb654a;
}
.wst-table{
	margin-top:20px;
}
.wst-login-tr{
	height:50px;
}
.wst-login-code,.wst-regist-code{
	height:36px;
	border-radius:6px;
	border:1px solid #bac4c3;
}
input.wst-login-codein,input.wst-regist-codein{
	padding:0px;
	padding-left:5px;
	width:180px;
	height:36px;
	position:absolute;
	font-size: 15px;
	outline: none;
	border:0;
	border-radius:6px;
}
.wst-login-codeim{
	margin-left:188px;
}
.wst-login-ch{
	border:1px solid #eb654a;
}
.wst-login-but{
 display: block;
 position: relative;
 background:#eb5f43;
 color: #ffffff;
 text-align: center;
 font-family: 'Ubuntu', sans-serif;
 font-size: 15px;
 font-weight: bold;
 text-decoration: none;
 border-radius: 3px;
 overflow: hidden;
 -webkit-transition: all 0.15s ease-in;
 transition: all 0.15s ease-in;
}
.wst-login-but:hover {
 background: #dd553a;
}
.wst-login-but:before {
 content: ' ';
 position: absolute;
 background: #ffffff;
 width: 25px;
 height: 50px;
 top: 0;
 left: -45px;
 opacity: 0.3;
 -webkit-transition: all 0.25s ease-out;
 transition: all 0.25s ease-out;
 -webkit-transform: skewX(-25deg);
         transform: skewX(-25deg);
}
.wst-login-but:hover:before {
 width: 45px;
 left: 205px;
}
.wst-login-three{
	height:36px;
	display: block;
	margin-top:40px;
}
/*注册*/
.wst-regist{
	padding:150px 20px 60px 20px;
}
.wst-regist-b{
	background:url(../img/img_register_main_bg.jpg) no-repeat;
	background-size: cover;
}
.wst-regist-c{
	width: 760px;
    margin: 0 auto;
    padding:20px;
    background: #ffffff;
    border: 1px solid #dad7d7;
    border-radius:5px;
}
.wst-regist-head{
	font-size:28px;
	font-family:"楷体"; 
	color:#e86e55;
	text-align:center;
}
input.wst-regist-input{
	width:400px;
	margin-left:20px;
}
.wst-regist-td{
	text-align:right;
	width: 150px;
	font-size: 15px;
	color:#626262;
}
.wst-regist-code{
	margin-left:20px;
}
input.wst-regist-codein{
	width:280px;
}
.wst-regist-codeim{
	margin-left:288px;
}
input.wst-regist-codemo{
	padding:0px;
	margin-left: 20px;
	padding-left:5px;
	font-size: 15px;
	outline: none;
	width:260px;
	height:36px;
	border-radius:6px;
	border:1px solid #bac4c3;
}
.wst-regist-obtain{
	width:134px;
 	background:#f0efef;
 	border-radius: 3px;
 	border: 1px solid #d3c8c7;
 	padding:10px 0px;
 	cursor:pointer;
 	color: #110f0f;
}
.wst-regist-but{
	outline: none;
	background:#eb5f43;
 	color: #ffffff;
 	border: 1px solid #d33110;
 	border-radius:3px;
 	cursor:pointer;
}
.wst-regist-but:not(.disabled):not(:disabled):active, .wst-regist-but.active{
	background: #dd553a;
	background-clip: padding-box;
}
/*找回密码*/
.stepflex{
	float:right;
	border-top: 5px solid #ccc;
	text-align: center;
	width: 640px;
	margin: 60px 0px 0px 50px;
}
.stepflex dl{
	border-top: 5px solid #ccc;
	float: left;
	position: relative;
	top: -5px;
	width: 160px;
}
dl.doing{
	border-top-color: #04bd3d;
}
.doing .s-num{
	background-position: -23px 0;
}
.s-num,.s-num1{
	color: #fff;
	font-weight: 700;
	height: 23px;
	line-height: 23px;
	margin: -15px auto 0;
	position: relative;
	width: 23px;
	border-radius:25px;
}
.s-num{
	background: #04bd3d;
}
.s-num1{
	background: #ccc;
}
.s-text{
	line-height:30px;
}
.forget-pwd{
	width: 750px;
	margin:50px auto 50px;
	padding:25px 0px 48px 0px;
	border:1px solid #bac4c3;
	border-radius:6px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
input.wst-forget-input{
	padding: 0px;
	margin-left:20px;
	padding-left:5px;
	font-size: 15px;
	outline: none;
	width:300px;
	height:36px;
	border-radius:3px;
	border:1px solid #bac4c3;
}
.wst-forget-code,.wst-forget-code2{
	float:left;
	width:300px;
	height:36px;
	border-radius:3px;
	margin-left:20px;
	border:1px solid #bac4c3;
}
input.wst-forget-codein,input.wst-forget-codein2{
	padding: 0px;
	padding-left:5px;
	width:180px;
	height:36px;
	position:absolute;
	font-size: 15px;
	outline: none;
	border:0;
	border-radius:6px;
}
.wst-forget-input:focus,.wst-forget-codein:focus,.wst-forget-codein2:focus{
	border-radius:3px;
	border:1px solid #eb654a;
}
.wst-forget-codeim,.wst-forget-codeim2{
	width:116px;
	border-top-right-radius:6px;
	border-bottom-right-radius:6px;
	margin-left:183px;
}
.wst-forget-code2{
	width:230px;
}
input.wst-forget-codein2{
	width:120px;
}
.wst-forget-codeim2{
	width:112px;
	margin-left:118px;
}
.email-verify{
	display:none;
}
.wst-forget-td{
	text-align:right;
	width: 260px;
	font-size: 15px;
	color:#626262;
}
.wst-forget-te{
	margin-left:20px;
	font-size: 15px;
}
.wst-forget-select{
	margin-left:20px;
	font-size: 15px;
	outline: none;
	width:230px;
	height:36px;
	border-radius:3px;
	border:1px solid #bac4c3;
}
.wst-forget-obtain{
	width:134px;
	height: 36px;
 	background:#f0efef;
 	border-radius: 3px;
 	border: 1px solid #d3c8c7;
 	padding:10px 0px;
 	cursor:pointer;
 	color: #110f0f;
}
.wst-forget-c{
	text-align:center;
}
.wst-forget-ct{
	font-size: 16px;
	color:#2d2727;
}
#WeiXinVerify{ display: block; position: absolute; font-size: 15px; font-weight: bold;overflow: hidden;
    height:36px;line-height:36px; width:120px;border-top-right-radius:6px;border-bottom-right-radius:6px; 
    background:#eb5f43;color: #ffffff; text-align: center; font-family: 'Ubuntu', sans-serif;border: none;outline: none;
}
