
/*登录页*/
.mt20 {
	margin-top: 20px;
}
.body-red{
	width: 100%;
	height: 100%;
	/* background: #f14246 ; */
	position: relative;
}
.headerbox{
	width: 100%;
	height: 60px;
	background: #fff;
	color: #333333;
	font-size: 24px;
	font-weight: 800;
	position: absolute;
	top: 0;
	z-index: 99;
}
.header{
	width: 1110px;
	height: 60px;
	line-height: 60px;
	margin: 0 auto;
	background: url(../img/logo.png) no-repeat left;
	background-size:90px ;
	padding-left: 90px;
}
.mainbox{
	width: 100%;
	/* height: 600px; */
	color: #fff;
	font-size: 12px;
	background: #ff9b55 url(../img/bg-index1.png) no-repeat center;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.main{
	width: 1200px;
	/* height: 600px; */
	margin: 0 auto;
	/* background: url(../img/bg-index2.png) no-repeat */
}
.main .login{
	width: 864px;
    /* max-width: 826px; */
    height: 470px;
    /* max-height: 450px; */
	background: #fff;
	position: absolute;
	font-size: 16px;
    top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	box-shadow: 0px 0px 12px 6px rgba(49, 49, 49, 0.1);
	border-radius: 6px;
	overflow: hidden;
}
  
  
.main .login-left {
	width:50%;
	height:100%;
	background: url(../img/login-left2.png) no-repeat center / 100% 100%;
	position: relative;
}
.main .login-left img {
	margin: auto;
	display: block;
    width: 100%;
    height: 100%;
}
.main .login-right {
	width:50%;
	height:100%;
	position: relative;
	background: url(../img/login-right.png) no-repeat bottom -12px right -8px;
}
.main .login-right>div {
	width: 83.3%;
	height: 320px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

.main .login .lohin-tit{
	height: 64px;
    color: #fa8f23;
    font-size: 24px;
    text-align: center;
}
.main .login input {
	width: 100%;
	height: 50px;
    color: #666;
    border: 1px solid #dddddd;
    margin-bottom: 20px;
	padding: 0 10px;
	box-sizing: border-box;
	border-radius: 4px;
	font-size: 16px;
	background: #f4f4f4;
}
.main .login input:focus {
	outline: none;
	border-color: #fa8f23;
}
.main .login .for {
    width: 380px;
    height: 56px;
    line-height: 42px;
    color: #5c5d5d;
    font-size: 14px;
}
.main .login .check input{
	width: 22px;
    height: 14px;
}
.main .login .forget{
    line-height: 42px;
    color: #5c5d5d;
    font-size: 14px;
}
.main .login .login-btn {
	width: 100%;
	height: 50px;
	border: none;
    line-height: 50px;
    color: #fff;
    background: #fa8f23;
    font-size: 20px;
    text-align: center;
	padding-left:0px !important;
	border-radius: 4px;
}
.footerbox{
	width: 100%;
	height: 60px;
	line-height: 60px;
	/* background: #484848; */
	color: #fff;
	font-size: 12px;
	position: absolute;
	bottom: 0;
}
.footer{
	width: 1200px;
	height: 60px;
	margin: 0 auto;
}
/* 1+x登录 */
.login-1x .mainbox {
	background: #005ce3 url(../img/login-bg3.png) no-repeat center;
}
.login-1x .main .login .lohin-tit {
	color: #005ce3;
}
.login-1x .main .login .login-btn {
	background-color: #005ce3;
}
.login-1x .main .login-left {
	background-image: url(../img/login-left3.png);
}
.login-1x .main .login-right {
	background: none;
}
.login-1x .main .login input:focus {
	border-color: #005ce3;
}
/*登录后*/



















