@CHARSET "UTF-8";
/*
 *@Author: xiaoyan.liang
 *@Date: 2018-06-13
 *@Page: login.jsp
 */
.w-1200 {
	width:1200px;
}
.l-header{
	box-sizing: content-box;
	height:86px;
	margin: 0 auto;
	background: url("../imgs/login-header.png") no-repeat center;
	border-bottom: 4px solid #de5d5d;
}
.l-logo{
	position:relative;
	height: 100%;
	margin: 0 auto;
}
.l-logo > img{
	margin-top:15px;
}
.l-logo > a{
	background: #de5d5d;
	padding: 10px 35px;
	color: white;
	position: absolute;
	right:0;
	bottom: 0;
}
.l-content{
	box-sizing: content-box;
	min-height: 520px;
	padding-top:75px;
	background:url("../imgs/register_content.png") no-repeat center;
}
.l-content > div.l-login{
	min-height: 470px;
	margin: 0 auto;
	background: url("../imgs/shadow.png") no-repeat bottom;
	overflow: hidden;
}
.l-content .l-login > div{
	width: 100%;
	height: 445px;
	background: #fff;
	border: 1px solid #dbdbdb;
}
.l-content .l-login-left{
	width: 47%;
	float: left;
	height:100%;
	background: url("../imgs/login-left.png") no-repeat center;
}
.l-content .l-login-right{
	width: 53%;
	float: right;
	height: 100%;
}
.l-content .l-login-right > div{
	width: 350px;
	float: right;
	height: 315px;
	margin: 45px 140px 0 0;
}
.l-content .l-login-right > div h4{
	margin:0 0 20px 0;
	font-size:24px;
	font-weight:500;
	color: #b22525;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.l-content .l-login-right > div h4 a{
	font-size: 14px;
    line-height: 35px;
}
.l-content .l-login-right .middle.code img {
    margin-left: 10px;
    width: 93px;
    height: 100%;
}
.l-content .l-login-right > div h4 > span{
	font-size: 18px;
	color: #333;
	font-weight: 600;
	padding-left: 5px;
}
.l-content .l-login-right .top{
	display: block;
    background: #fff6e9;
    border: 1px solid #ffb97c;
    box-sizing: content-box;
    width: 100%;
    height: 35px;
    line-height: 35px;
}
.l-content .l-login-right .top > i {
	background: url(../imgs/icons.png) no-repeat -137px 6px;
    float: left;
    height: 100%;
    width: 33px;
}
.l-content .l-login-right .top > span {
    color: #ffb97c;
}
.l-content .l-login-right .middle{
    height: 45px;
    width: 100%;
    border: 1px solid #dddddd;
    margin-top: 15px;
}
.l-content .l-login-right .middle > i {
    float: left;
    height: 100%;
    width: 50px;
    color: #5eadde;
    text-align: center;
    line-height: 40px;
    border-right: 1px solid #dbdbdb;
}
.l-content .l-login-right .middle.code {
    border: 0;
}
.l-content .l-login-right .middle.code input {
    width: 70%;
    border: 1px solid #dddddd;
}
.l-content .l-login-right .middle > input,.l-content .l-login-right .middle > select {
    outline: none;
    float: left;
    height: 43px;
    line-height: 43px;
    box-sizing: content-box;
    padding-left: 5px;
    width: 298px;
    border: none;
    padding: 0;
    margin: 0;
    text-indent:10px;
}
.l-content .l-login-right .help > p{
	height: 36px;
	color: #666;
    padding: 0;
    margin: 0;
}

.l-content .l-login-right .help > p > span {
    margin-right: 5px;
    float: left;
    width: 18px;
    height: 18px;
    background: url(../imgs/icons.png) no-repeat -94px -94px;
}
.l-content .l-login-right .help > p > a {
    color: #de5d5d;
}
.l-content .l-login-right .help > div{
	height:40px;
}
.l-content .error {
    height: 50px;
    line-height: 50px;
    color:#de5d5d;
}
.l-content .error i {
    position: relative;
    top: 2px;
    padding-right: 4px;
}
.l-content .l-login-right .help > div > button {
    width: 160px;
    height: 40px;
    color: #fff;
    background: #de5d5d;
    border: 1px solid #de5d5d;
    border-radius: 3px;
    cursor: pointer;
}
.l-content .l-login-right .help > div > a {
    margin-left: 22px;
    color: #337ab7;
    font-size: 14px;
}
.l-content .l-login-right .help > div > a:hover {
	font-weight: bold;
}
.l-content .title {
    height: 45px;
    width: 1200px;
    margin: 0 auto;
    /* background: url(../imgs/page/tmp_topic_line.png) no-repeat center; */
    text-align: center;
    line-height: 45px;
}
.l-content .title>span {
    font-size: 22px;
    color: #de5d5d;
}
.l-nav{
    width: 1170px;
    height: 115px;
    margin: 0 auto;
}
.l-nav li {
    float: left;
    width: 16.5%;
    height: 51px;
    list-style: none;
    margin-top: 25px;
    font-size: 20px;
    box-sizing: content-box;
}
.l-nav li > span {
    display: inline-block;
    padding: 11px 13px;
    background: url(../imgs/icons.png) no-repeat -93px -671px;
    font-size: 22px;
    color: white;
}
.l-content .register .l-login-right > div{
	margin-top: 25px;
}
.l-content .register .l-login-right > div > h4{
	margin-bottom: 20px;
}
.l-content .register .l-login-right .error {
    height: 40px;
    line-height: 40px;
}
.redbutton{
	display: block;
    width: 155px;
    height: 45px;
    background: red;
    float: left;
    margin-left: 10px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    background:#de5d5d;
    cursor:pointer;
}
.redbutton:hover{
	color: #fff;
    background:#de5d5d;
}
.redbutton.active {
    background: #f6f6f6;
    color: #a2a1a1;
    border: 1px solid #dddddd;
}
.l-content .register .l-login-right .middle.code input {
    width: 52%;
}

/* 扫锟斤拷锟铰硷拷锟斤拷锟绞� */
.img-box {
    margin: 0 auto;
    height: 295px;
}
.img-box img{
	width: 100%;
	margin: 0 auto;
	display: block;
}
.img-tip {
    text-align: center;
    font-size: 14px;
    color: #6f6e6e;
}
.img-box iframe {
    width: 100%;
}
/* 锟斤拷锟斤拷注锟斤拷锟揭筹拷锟� */
.register-tb-center{
    height: auto !important;
    margin: 0 auto 20px;
    padding: 10px 10px 40px;
}
.register-tb-center .error{
	width: auto;
	margin: 0 auto;
	text-align: center;
}
.register-tb {
    overflow: hidden;
}
.register-tb h4 {
    overflow: hidden;
    text-align: center;
    font-weight: 700;
    padding: 10px 0;
}
.group-tb {
    width: 300px;
    margin: 0 auto 15px;
    overflow: hidden;
}
.group-tb span {
    display: block;
    font-size: 16px;
    color: #6b6b6b;
    margin: 0 auto 5px;
}
.group-tb input, .group-tb select {
    display: block;
    width: 100%;
    padding: 8px;
}
.group-tb select.w-2{
	width: 48%;
	margin: 2% auto;
	display: inline-block;
}
.rg-btn{
	width: 160px;
    height: 40px;
    color: #fff;
    background: #4380D1;
    border: 1px solid #2b61a1;
    border-radius: 3px;
    cursor: pointer;
	display: block;
    margin: 0 auto;
}
.group-tb span label {
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 0 10px;
    color: #e4abab;
}