
/*登录页*/
.login-box{
	/*background: url(../images/login/background.png) no-repeat;*/
	background: url(../images/login/background.jpg) no-repeat center;
	background-size: cover;
	background-color: #359df2;
	width: 100%;
	height: 100%;
	position: relative;
	top: 0;

	display: flex;
	justify-content: center;
	align-content: center;
}

.login-box .modal-content{
	position: relative;
	/*height: 386px;*/
}

.modal-sm {
	width: 370px;
}

.login-box .login-logo{
	display: block;
	margin: 0 auto;
	/*text-align: center;*/
}

.login-body{
	overflow: hidden;
}

.login-body a{
	color: #999;
}

.login-body .input-group-addon{
	background-color: #fff;
	border: none;
	border-bottom: 1px solid #ccc;
	border-radius: 0;
}

.login-body .form-control{
	border: 0;
	border-radius: 0;
	box-shadow: none;
	border-bottom: 1px solid #ccc;
}


.login-body .form-group{
	margin-bottom: 25px;
}

.login-body .btn-login{
	background-color: #03c5a8;
	border: none;
}
.change-box{
	width: 100%;
	/*height: 100%;*/
	position: absolute;
	left: 0px;
	background-color: #fff;
	text-align: center;
	padding: 0 28px;
}

.weixin-box{
	left: 500px;
}

.uesr-login,.weixin-box-content{
	height: 203px;
}


.qq_weixin{
	width: 100%;
	margin: 0 auto;
    text-align: center;
    margin-bottom: 0px;
    position: absolute;
    bottom: 15px;
}

.qq_weixin span{
	color: #999;
	margin:0 10px;
	cursor: pointer;
}

.no-user{
	position: absolute;
    bottom: -35px;
    text-align: center;
    width: 100%;
    
}

.no-user a{
	color: inherit;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	padding: 10px;
    border-radius: 8px;
    font-size: 12px;
}

.modal-dialog{
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (min-width: 768px){
.login-box .modal-sm {
    width: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 15px;
	box-sizing: border-box;
}
}
/*@media (min-width: 768px){
	.login-box .modal-dialog {
	    margin: 11% auto;
	}
}*/

@media (min-width: 768px){
.resign-box .modal-sm {
    width: 500px;
}
}

.login-box .modal-header{
	border-bottom: 0;
	cursor: pointer;
}

.login-box .modal-body{
	padding: 30px 34px 30px 34px;
	height: 278px;
}
.login-box .login-tips-link{
	width: 300px;
}
.login-box a.tips-link{
	display: inline-block;
	color: #009688;
}
.login-tips-link span{
	margin-left: 58px;
}
/*注册页*/
.zhuce-box{
	display: none;
	width: 470px; height: auto; padding:20px 50px 0 50px;
	background-color: #FFFFFF;
}
.zhuce-logo{
	width: 100%;
	margin: 20px 0 40px 0;
	text-align: center;
}
.zhuce-logo img{
	width: 60%;
}
.get-vcode{
	position: absolute; right: 5px; top: 10px;
	color: #009688;
	display: block; padding: 0 5px;
	background-color: #FFFFFF;
	border: none; outline: none;
}
.zhuce-box .on{ color: #999999}

/*找回密码*/
.reset-box{
	display: none;
	width: 470px; height: auto; padding:20px 50px 30px 50px;
	background-color: #FFFFFF;
}
.login-box .layui-layer{
	border-radius: 6px;
}
.reset-box .on{
	color: #999999
}
.login-box .layui-layer{
	border-radius: 6px;
}
.login-box .layui-layer-content{
	border-radius: 6px;
}
/*注册页-----------源模板*/
/*.resign-box{
	width: 100%;
	height: 100%;
}

.resign-box .modal-header .resign-medal{
	position: absolute;
	top: 0px;
	right: 30px;
	z-index: 10;
}

@media (min-width: 768px){
	.resign-box .modal-dialog {
	    margin: 11% auto;
	}
}

.resign-box .check_code{
	display:block;position:
	absolute;
	color: black;
	z-index: 10;
	right: 0px;
	top: 2px;
	font-size: 12px;
	background-color: #03c5a8;
	cursor: pointer;
	border: 1px solid #03c5a8;
	padding: 7px;
	border-radius: 7px;
	color: #fff;
	font-size: 12px;
}

.resign-read a{
	color: #40a2f8;
}

@media (min-width: 768px){
.forget-box .modal-sm {
    width: 500px;
}
}
.resign-close{
	width: 38px;
	height: 38px;
	background: url(../images/login/close-btn-v2.png) no-repeat;
	position: absolute;
	top: -50px;
	right: -50px;
	cursor: pointer;
	display: block;
}

.resign-close:hover{
	background: url(../images/login/close-btn-hover-v2.png) no-repeat;
}*/


/*忘记密码框----源模板*/

/*.forget-box{
	width: 100%;
	height: 100%;
}

.forget-box .modal-header .resign-medal{
	position: absolute;
	top: 0px;
	right: 30px;
	z-index: 10;
}

@media (min-width: 768px){
	.forget-box .modal-dialog {
	    margin: 11% auto;
	}
}

.forget-box .check_code{
	display:block;position:
	absolute;
	color: black;
	z-index: 10;
	right: 0px;
	top: 2px;
	font-size: 12px;
	background-color: #03c5a8;
	cursor: pointer;
	border: 1px solid #03c5a8;
	padding: 7px;
	border-radius: 7px;
	color: #fff;
	font-size: 12px;
}*/

