html,body{
	margin:0;
	padding:0;
	height:100%;
	width:100%;
}
body{
	position: relative;
	background:url(../../../img/support/banner.jpg) repeat;
    font-size:14px;
    font-family:Microsoft Yahei,Tahoma,hiragino sans gb,Helvetica,Arial,sans-serif;
}
*{
	box-sizing:border-box;
	-o-box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box; 
}

.login-wrap{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	/*margin:0 auto;*/
	width:620px;
	height:605px;
	max-width:calc(100% - 30px);
}
.login-wrap h2{
	text-align:center;
}
.login-wrap h1.title{
	margin:0;
	text-align:center;
	/*padding-top:40px;*/
	padding:40px 0;
	color:#fff;
}
.login-wrap .login-box{
	width:100%;
	height:395px;
	border-radius:25px;
	overflow: hidden;
}
.login-wrap .content{
	padding:35px 60px;
	height:300px;
	background-color:#E1E1E1;
}
.login-wrap .content h2{
	color:#357CA5;
}
.login-wrap .content .item{
	width:100%;
	margin-bottom:10px;
	height:50px;
	background-color: #CACACA;
	border-radius:25px;
	overflow: hidden;
	border:solid 1px #CACACA;
}
.login-wrap .content .item.active{
	border:solid 1px #357CA5;
	background-color: #fff;
}
.login-wrap .content .item .icon{
	display: inline-block;
	float:left;
	width:45px;
	height:50px;
	background:url(../../../img/support/user.png) no-repeat;
	background-position: center;
	background-size: 50%;
}
.login-wrap .content .item.active .icon{
	background:url(../../../img/support/user2.png) no-repeat;
	background-position: center;
	background-size: 50%;
}
.login-wrap .content .item .icon.pswd-icon{
	background:url(../../../img/support/password.png) no-repeat;
	background-position: center;
	background-size: 50%;
}
.login-wrap .content .item.active .icon.pswd-icon{
	background:url(../../../img/support/password2.png) no-repeat;
	background-position: center;
	background-size: 50%;
}
.login-wrap .content .item input{
	height:50px;
	width:calc(100% - 45px);
	border:none;
	outline:none;
	background-color:transparent; 
	color:#818181;
}
.login-wrap .content .item.active input{
	color:#357CA5;
}

.login-wrap .login-item{
	text-align:right;
}
.login-wrap .login-item .rem{
	padding-right:5px;
	border-right:solid 2px #357CA5;
	margin-right:10px;
	color:#357CA5;
}
.login-wrap .login-item .rem input[type="checkbox"]{
	vertical-align: middle;
    margin-top: 0;
}
.login-wrap .login-item .login-btn{
	display: inline-block;
	width:95px;
	height:38px;
	line-height:38px;
	text-align: center;
	border-radius:19px;
	background-color:#357CA5; 
	cursor:pointer;
	color:#fff;
}
.login-wrap .login-item .login-btn:hover{
	background-color: #2C6788;
}

.login-wrap .bottom{
	height:95px;
	line-height:95px;
	color:#E1E1E1;
	text-align: right;
	padding-right:60px;
	background-color:#357CA5;
}
.login-wrap p.footer{
	width:100%;
	text-align: center;
	margin-top:65px;
	color:#E1E1E1;
	/*position: absolute;
	left:0;
	bottom:15px;*/
}
@media screen and (max-height:605px){
	.login-wrap{
		height:565px;
	}
	.login-wrap h1.title{
		padding:20px;
	}
	.login-wrap p.footer{
		margin-top:30px;
	}
	.login-wrap .content{
		padding:25px 30px;
	}
}

/*二次验证弹窗*/
.verify-dialog{
	display: none;
	width: 100%;
	padding: 25px 15px 15px;
	background-color: #fff;
	box-sizing:border-box;
	border-radius: 10px;
}
.verify-dialog .title{
	font-family: 'PingFang-SC-Medium';
	color: #aaa;
	text-align: center;
}
.verify-dialog .tips-box{
	padding: 15px;
	background-color: #F0F4F7;
	color: #aaa;
	line-height: 1.7;
	text-align: left;
}
.verify-dialog .form-box{
	padding: 0 15px;
	margin-top: 30px;
}
.verify-dialog .form-box .form-item{
	position: relative;
	margin-bottom: 20px;
}
.verify-dialog .form-box .form-item .item-icon{
	position: absolute;
	left: 10px;
	top: 8px;
	width: 19px;
	height: 24px;
	background-size:19px 24px;
}
.verify-dialog .form-box .form-item .user{
	background-image: url(../../../img/support/user-icon.png);
}
.verify-dialog .form-box .form-item .msg{
	background-image: url(../../../img/support/msg-icon.png);
}
.verify-dialog .form-box .form-item input{
	width: 100%;
	height: 40px;
	border:none;
	padding-left: 40px;
	background-color: #EEEEEE;
	border-radius: 15px;
	outline: none;
}
.verify-dialog .form-box .img-code{
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	width: 120px;
	border-radius: 15px;
	cursor: pointer;
}
.verify-dialog .form-box .img-code img{
	width: 100%;
	height: 100%;
}

.verify-dialog .form-box .get-msg-btn{
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	line-height: 40px;
	width: 120px;
	text-align: center;
	border-radius: 15px;
	background-color: #51B2FD;
	color: #fff;
	cursor: pointer;
}
.verify-dialog .form-box .active{
	background-color: #dcdcdc;
	font-weight: bold;
	color: #333;
}
.verify-dialog .form-box .sure-btn{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #51B2FD;
	color: #fff;
	text-align: center;
	border-radius: 15px;
	border:none;
	padding: 0;
	font-size: 16px;
	cursor: pointer;
	outline: none;
}

.layui-layer-content{
	text-align: center !important;
}