html{
    height: 100%;}
.login-layout{background: url(../images/bg_login.jpg) bottom center no-repeat;
    position: relative;    margin: 0;
    height: 100%;}
.widget-main{
	width: 357px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -250px;
	/*    margin-left: -435px; */
	margin-top: -324px;
}
.form_wrap{
	float: left;
    background-color: #ffffff;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    width: 357px;
    height: 353px;margin-top:200px;display: none;}
.form_wrap form{padding: 0 45px;}
.form_wrap fieldset{border: none;padding: 0;}
.form_title{padding: 35px 45px 30px;font-size: 20px;color: #1e558c;margin: 0;line-height: 1.3;font-size: 21px;}
.form_item{border-bottom: 1px solid  #e7e7e7;margin-bottom: 20px;padding-bottom: 5px;}
.form_item i{display: inline-block;width: 30px;height: 30px;margin-right: 10px;vertical-align: middle;}
.form_item input{border: none;height: 30px;font-size: 16px;border: none;outline: none;}
.userHead{background: url(../images/user.png) center no-repeat;}
.userPw{background: url(../images/pwd.png) center no-repeat;}
.smsCode{background: url(../images/sms_code.png) center no-repeat;background-size: contain}
.veryCode{background: url(../images/code.png) center no-repeat;background-size: contain}
.btn-send-code{display: block;width: 100%;height: 45px;border: none;background-color: #f0ad4e;color: #FFF;}
.btn-primary{display: block;width: 100%;height: 45px;border: none;background-color: #177ce1;color: #FFF;-webkit-box-shadow:  0 10px 20px #d4e5f5;-moz-box-shadow: 0 10px 20px #d4e5f5;box-shadow: 0 10px 20px #d4e5f5;margin-top: 30px;}
.mid{width: 32px;height: 428px;background: url(../images/ce.png) left center no-repeat;height: 748px;float: left;width: 0;/* display: none; */}
.right_wrap{width: 480px;height: 748px;background: url(../images/bg-xiaoxi.png) 0 0 no-repeat;float: left;width: 0;overflow: hidden;}
.txtScroll-top{position: relative;overflow: hidden;}
.bd{padding: 90px 0 40px;overflow-y: scroll;height: 615px;}
 .infoList{margin: 0;padding: 0;}
.infoList li{margin: 0 20px 25px;list-style: none;line-height: 2;border-bottom: 1px dotted #999;width: 700px;white-space: pre-wrap;padding-bottom: 10px;}
.infoList li a{display: inline-block;background-color: #c33;color: #FFF;text-decoration: none;padding: 0 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
@media (max-width: 767px) {
	html,body{height: 100vh;overflow-y: scroll;overflow-x: hidden;}
	.widget-main{position: static;margin-top: 0;margin-left: 0 !important;width: 100vw;}
	.form_wrap{float: none;width: 95vw;	margin: 6vw 2.5vw;background-color: rgba(255,255,255,.8);-webkit-border-radius: 2vw; border-radius: 2vw;}
	.mid{display: none;}
	.form_title{padding-left: 6vw;padding-right: 6vw;text-align: justify;}
	.form_wrap form{padding: 0 5vw;}
	.form_item input{background-color: transparent;}
	.right_wrap{float: none;background-image: none;background-color: rgba(255,255,255,.8);width: 95vw !important;margin: 6vw 2.5vw !important;height: auto;-webkit-border-radius: 2vw; border-radius: 2vw;}
	.infoList li{width: 85vw;margin: 0 5vw;}
	.bd{overflow: visible;height: auto;padding: 8vw 0;}
	.bd:before{content: "常见问题";margin-bottom: 8vw;text-align: center;display: block;font-size: 21px;color: #1e558c;}
	}