/*.login-row{
	padding:0;
	border-bottom: 0;
}*/
/*.flat-row{
	padding:0;
	border-bottom: 0;
}*/
.size24{
	font-size: 24px;
}
.main-img{
	height: 100%;
	position: relative;
	top: 0;
	left:0;
	/*background: : 100% 100% no-repeat;*/
}
.main-img-1366,.main-img-login-1366{
	display:none;
}

@media(max-width:1366px){
		.main-img {display:none;}
		.main-img-1366 {display:block;}
		.main-img-login-1366{display: block;}

	}

input[type="text"]:focus{
	outline: 1px solid #926c3c;
}

/* login */
.login-box{
    position: absolute;
    width: 430px;
    height: 385px;
    top:50%;
    left: 50%;
    margin-left: -215px;
    margin-top:  -193px;
    background: #fff;
    padding:30px;
    opacity: 0.95;
}
input[type="text"].login-input{
	display: block;
	margin-top:20px;
	height:50px;
	background: #fff;
	color:#666;
	border:1px solid #dedede;
	padding-left:15px;
}
input[type="text"].verification-code-txt{
	height:48px;
	margin-left:1px;
	margin-top:1px;
}
/*qcj*/
button.code-btn{
    padding: 0;
    width: 95px;
    font-weight: normal;
    height:50px;
    line-height: 50px;
    font-size: 14px;
    text-align: center;
}
button.login-btn{
	margin-top:20px;
	padding:0;
	font-weight: normal;
	height:50px;
	line-height: 50px;
	width:100%;
	font-size: 18px;
}
.btn-hover{
    background: #d2c7be;
	color:#926c3c;
}
.btn-hover:hover{
	color:#d2c7be;
	background: #926c3c;
}
.remeber-me,.forget-pw{
	overflow: hidden;
	margin-top:15px;
}
.remeber-me li:first-child input{
	margin:5px 5px 0 0;
}
.remeber-me li:last-child{
	padding-left:22px;
	background:  no-repeat 0;
}
.forget-pw li{
	width:50%;
	height:30px;
	line-height: 30px;
	float:left;
	font-size: 16px;
	color:#666;
}
.forget-pw li:first-child{
	padding-right:15px;
}
.forget-pw li:last-child{
	padding-left:15px;
}

/* regist */
.regist-box{
	background: #fff;
	width:874px;
	padding:14px 0 14px 0;
	opacity: 0.95;
	margin: 0 auto
}
.regist-box-left{
	width:432px;
	padding:15px 80px 37px 43px;
	border-right:1px solid #dedede;
}
.regist-box-right{
	width:442px;
	padding:15px 20px 0 50px;
}
.regist-box-left input[type="text"]{
	display: block;
	height:50px;
	color:#666;
	font-size: 16px;
	border:1px solid #dedede;
	background: #fff;
	margin-top:20px;
	padding-left:55px;
}
.position-r{
	position: relative;
}
.position-a{
    left: 0 ;/*qcj*/
	position: absolute;
	top: 26px;
	padding:5px 10px 5px 12px;
	border-right:1px solid #dedede;
}
.position-a-new{
	left: 0 ;/*qcj*/
	position: absolute;
	top: 7px;
	padding:5px 10px 5px 12px;
	border-right:1px solid #dedede;
}
.verification{
	overflow: hidden;
	margin-top: 20px;
}
input[type="text"].verification-code-txt{
	padding-left:15px;
	width:200px;
	margin-right:10px;
	margin-top: 0;
	height:48px;
	margin-left:1px;
	margin-top: 1px;
	margin-bottom: 1px;
}
/*qcj*/
.verification.position-r input[type="text"].verification-code-txt{
    padding-left: 55px;
}
.verification-code{
	margin:8px 0;
}
.agree{
	margin-top:12px;
}
.agree input{
	margin:5px 5px 0 0;
}
.agree span{
	color:#666;
}
.notice-txt{
	margin-top:10px;
	padding-left: 22px;
    background:  no-repeat 0 2px;
}
.level-description{
	overflow-y:auto;
	margin-top:20px;
	height:320px;
	width:371px;
	padding-right:18px;
}
.level-description p,.level-description ul li{
	color:#666;
	font-size: 16px;
	line-height: 28px;
}
.level-description-txt{
	padding-top:35px;
}
/*input[type="text"].icon-phone-number{
	background:  no-repeat;
}*/

/* scroll bar */
/*.scroll_container{
	overflow: hidden;
    position: relative;
}
.scroll_absolute{
	position: absolute;
}
.scroll_vertical_bar{
	position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 100%;
    background: #e4dacf;
    margin: 0;
    padding: 0;
    border-radius: 5px;
    -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
     -webkit-border-radius:5px;
}
.scroll_arrow{
	text-indent: -20000px;
    display: block;
    cursor: pointer;
}
.container1 .scroll_track{
	position: relative;
    background-color: #e4dacf;
    width: 5px;
}
.scroll_drag{
	position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
    background-color: #926c3c;
    border-radius: 5px;
     -moz-border-radius:5px;
    -ms-border-radius:5px;
    -o-border-radius:5px;
     -webkit-border-radius:5px;
    width: 5px;
}*/