/*登录界面*/

.error {
	color: #ff6700;
}

.login .head {
	height: 110px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.login .head .head-l {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.login .head .head-l .logo {
	width: 230px;
	height: 69px;
	cursor: pointer;
}

.login .head .head-r {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.login .head .head-r .serve {
	color: #666;
	font-size: 16px;
	margin-left: 40px;
}

.login .head .head-r .serve img {
	width: 18px;
	height: 18px;
	margin-right: 3px;
}

.login .login-box-bg {
	position: relative;
	width: 100%;
	height: 608px;
	background: url(../images/loginbg.png) no-repeat;
	background-size: 100% 100%;
}

.login .register-box-bg {
	position: relative;
	width: 100%;
	height: 780px;
	background: url(../images/registerbg.png) no-repeat;
	background-size: 100% 100%;
}

.login .tab_con {
	position: absolute;
	padding: 40px 0;
	right: 360px;
	top: 91px;
	width: 450px;
	height: 426px;
	text-align: center;
	background-color: #fff;
}

.login .tab_con .tab_con_box {
	display: none;
	position: absolute;
	width: 450px;
	text-align: center;
}

.login .tab_con .tab_con_box .title {
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
	position: relative;
}

.login .tab_con .tab_con_box .form-group {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 auto;
	width: 358px;
	height: 50px;
	border: 1px solid #dbdbdb;
}

.login .tab_con .tab_con_box .form-group input.form-control {
	padding-left: 15px;
	height: 100%;
	outline: none;
	border: 0;
}

.login .tab_con .tab_con_box .form-group.phone {
	margin-top: 34px;
}

.login .tab_con .tab_con_box .form-group.phone .number {
	width: 65px;
	height: 100%;
	line-height: 50px;
	color: #666;
	border-right: 1px solid #dbdbdb;
}

.login .tab_con .tab_con_box .form-group.phone input.form-control {
	width: 291px;
}

.login .tab_con .tab_con_box .form-group.verificat {
	margin-top: 20px;
}

.login .tab_con .tab_con_box .form-group.verificat input.form-control {
	width: 246px;
}

.login .tab_con .tab_con_box .form-group.verificat .code {
	width: 110px;
	height: 48px;
	line-height: 48px;
	color: #ff6700;
	background-color: #fff;
	border-left: 1px solid #dbdbdb;
	cursor: pointer;
}

.login .tab_con .tab_con_box .form-group.pwd {
	margin-top: 20px;
}

.login .tab_con .tab_con_box .form-group.pwd input.form-control {
	width: 100%;
}

.login .tab_con .tab_con_box .form-group.pwd input.yzm {
	width: 60%;
}

.login .tab_con .tab_con_box .form-group.pwd input.hqyzm {
    background: #f60;
    height: 48px;
    border: 2px #f60 solid;
    outline: none;
    color: #fff;
    cursor: pointer;
}

.login .tab_con .tab_con_box .form-group.pwd img {
	width: 40%;
	cursor: pointer;
}

.login .tab_con .protocol {
	margin: 12px auto 0;
	width: 358px;
	text-align: left;
	font-size: 14px;
}

.login .tab_con .protocol .checkbox-xi {
	display: inline-block;
	line-height: 16px;
	outline: none;
	position: relative;
	vertical-align: middle;
	white-space: nowrap;
	cursor: pointer;
}

.login .tab_con .protocol .checkbox-xi a {
	color: #ff6700;
	cursor: pointer;
}

.login .tab_con .login-btn {
	margin: 31px auto 0;
	width: 358px;
	height: 50px;
	line-height: 48px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background-color: #ff6700 !important;
	border: 1px solid #ff6700;
	cursor: pointer;
	outline: none;
}

.login-tab {
	display: block;
	margin-top: 14px;
	width: 450px;
	text-align: center;
}

.login-tab span {
	display: inline-block;
	position: relative;
	color: #ff6700;
	font-size: 14px;
	margin: 0 5px;
	cursor: pointer;
}

.login-tab span a {
	color: #ff6700;
	font-size: 14px;
}


/*尾部样式*/


.layui-layer-xieyi .layui-layer-title {
	padding: 20px 20px 10px;
	text-align: center;
	height: unset;
	line-height: unset;
}

.layui-layer-xieyi .layui-layer-btn {
	padding: 15px 0!important;
}

.layui-layer-xieyi .layui-layer-btn .layui-layer-btn0 {
	border-color: #ff6700;
	background-color: #ff6700;
}