.header{
	background-color: #fff;
	padding-top:14px;
}
.header-wrap{
	width:1024px;
	margin:0 auto;
	padding: 16px 0;
	font-size: 0;
}
.interlib-log,.header-title{
	display: inline-block;
}
.header-title{
	font-size: 20px !important; 
	vertical-align: bottom;
	margin-bottom: 4px;
	margin-left:16px;
	color:#666;
}
.main{
	width:100%;
	position:relative
}
.main .border-1px{
	height:1px;
	width:100%;
	position: absolute;
	left:0;
	top:0;
	z-index: 10;
	background-color: rgba(0,0,0,0.08);
}
/*轮播样式start*/
.slider{
	position:relative;
	width:100%;
	overflow:hidden;
}
.slider-container{
	height:430px;
	position: relative;
	overflow:hidden;
}
.slider-wrap{
	width:100%;
	float: left;
	overflow: hidden;
}
.slider-img{
	display:block;
	width:1024px;
	height:430px;
	margin:0 auto;
	position: relative;
}
.slider-img a{
	width:60%;
	height:100%;
	display:block;
	position: absolute;
	left:0;
	top:0;
	z-index: 0;
}
.slider-img-gx{
	display:block;
	width:1024px;
	height:430px;
	margin:50px auto;
	position: relative;
}
.slider-img-gx a{
	width:60%;
	height:100%;
	display:block;
	position: absolute;
	left:0;
	top:0;
	z-index: 0;
}
.circle{
	position: absolute;
	width:1024px;
	padding-left:74px;
	left:50%;
	margin-left:-512px;
	bottom:20px;
	z-index: 2;
}
.circle li{
	display:inline-block;
	width:12px;
	height:12px;
	margin-right:6px;
	background-color: #cccccc;
	opacity: .5;
	filter:alpha(opacity=50);
	border-radius: 7px;
	cursor:pointer;
}
.circle li.active{
	opacity: 1;
	filter:alpha(opacity=100);
}
/*轮播样式end*/

.user-login{
	position:absolute;
	height:365px;
	/*width:326px;*/
	width:355px;
	background-color: #fff;
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,.15);
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,.15);
	-ms-box-shadow: 2px 2px 3px rgba(0,0,0,.15);
	-o-box-shadow: 2px 2px 3px rgba(0,0,0,.15);
	box-shadow: 2px 2px 3px rgba(0,0,0,.15);
	left:50%;
	margin-left:7%;
	top:40px;
	/*border-top:4px solid #399ee6;*/
}
.user-login{
	overflow: hidden;
}
.line-deco{
	font-style: normal;
	position: absolute;
	left: 86px;
	color:#ddd;
	font-weight: normal;
}
.user-login-wrap{
	width: 400%;
	position: absolute;
	margin-top:20px;

}
.user-login-wrap .user-login-content{
	width: 24%;
	display: inline-block;
	padding-top:10px;
}
.error-tip{
    height:20px;
    visibility: hidden;
    margin-bottom: 20px;
    height:20px!important;
    position: absolute;
}
.error-tip.visible{
	visibility: visible;
}
.error-tip .error-text {
   	margin-top:20px;
   	margin-left:30px;
    line-height: 1.425;
    font-size: 14px !important;
    color:#fe5050;
    display: block;
}
.error-text img{
	vertical-align: middle;
}
.login-title{
	padding: 0px 18px 5px;
	/*padding: 0 18px 13px;*/

	font-size: 28px!important;
	color:#000;
	text-align: center;
}
.input-container{
	padding:0 26px;
	margin-bottom: 14px;
}

.input-container input{
	display:block;
	width:100%;
	height:42px;
	line-height: 40px;
	text-indent: 40px;
	// padding:10px 10px 10px 40px;
	outline: 0;
	border:1px solid #cfcfcf;
	border-radius: 2px;
	font-size: 16px!important;
	font-weight: 400;
	color:#000000;
	font-family: Microsoft YaHei,SimSun,Arial;
}


.input-container input::-webkit-input-placeholder { color:#888; font-size: 14px;}
.input-container input::-moz-input-placeholder { color:#888; font-size: 16px;}
.input-container input::-ms-input-placeholder { color:#888; font-size: 16px;}
.input-container input:focus{
	-webkit-box-shadow: 0 0 5px rgba(57,158,230,.5);
    -moz-box-shadow: 0 0 5px rgba(57,158,230,.5);
    -ms-box-shadow: 0 0 5px rgba(57,158,230,.5);
    -o-box-shadow: 0 0 5px rgba(57,158,230,.5);
    box-shadow: 0 0 5px rgba(57,158,230,.5);
	line-height: 40px;
}
.input-container .user-name{
	background:url(../../images/login/login-icon.png) no-repeat 10px 0px;
}
.input-container .pwd{
	background:url(../../images/login/login-icon.png) no-repeat 10px -40px;
}
.submit-container{
	padding:0 26px;
	margin-top:28px;
}
.submit-btn{
	width:100%;
	padding:12px;
	text-align: center;
	border-radius: 2px;
	display:block;
	color:#fff;
	background-color: #399ee6;
	font-size: 18px !important;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.submit-btn:hover,
.submit-btn:active{
	background-color: #398ed6;
}
.submit-btn-gx{
	width:100%;
	padding:12px;
	text-align: center;
	border-radius: 2px;
	display:block;
	color:#fff;
	background-color: #ffab7f;
	font-size: 18px !important;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.submit-btn-gx:hover,
.submit-btn-gx:active{
	background-color: #f59968;
}
.footer{
	width:1024px;
	padding:24px 0;
	text-align: center;
	margin:0 auto;
	font-size: 12px;
	color:#666;
}
.footer span{
	margin-right:12px;
}


div{
	vertical-align: middle;
}

.change-area{
    position: relative;
    width: 100%;
    margin-top:-50px;
    }
.user-login{
	overflow: hidden;
}
.user-login-ul{
	display: -webkit-box;
	display: -moz-box;
	border-bottom: 1px solid #eee;
	background-color: #f4f7fe;
    overflow: hidden;
	/*border-bottom:3px solid #399ee6;*/
}
    
.user-login-ul li{
	width: 25%;
	/*display: inline-block;*/
	text-align: center;
	height:46px;
	line-height:46px;
	cursor: pointer;
	position: relative;
	float: left;
}

.user-login-ul li.active{
	/*border: 3px solid #399ee6;*/
	border-bottom: 3px solid #399ee6;
	box-sizing: border-box;
	color:#399ee6;
	font-size:16px!important;
}

.chose-code-img img{
    width: 52px;
    height: 52px;
}

.chose-id-area img{
    width: 40px;
    height: 40px;
}

.code-img-area{
    width: 180px;
    height: 170px;
    margin: 0px auto 14px;
}

.code-img-area img{
    width: 166px;
    height: 156px;
}

.code-img-area-icon{
	position: absolute;
	width: 50px!important;
	height:50px!important; 
	margin-left: 65px;
	margin-top: 60px;
	z-index: 10	
}

.code-hint{
    font-size: 14px!important;
    text-align: center;
}

.code-hint span{
	font-size: 14px!important;
    color: red
}
.input-container .qrcode-btn{
   width: 40%;
	display: inline-block;
	float: right;
	height:42px;
	line-height: 40px;
	background: #399ee6;
	color:#fff;
	text-align: center;
	border-radius:2px;
	border: none;
	text-indent:0;
	font-size:13px;
}
.input-container .qrcode-btn:hover{
	background-color: #398ed6;
	cursor: pointer;
}
.input-container-gx .qrcode-btn{
   width: 40%;
	display: inline-block;
	float: right;
	height:42px;
	line-height: 40px;
	background: #f59968;
	color:#fff;
	text-align: center;
	border-radius:2px;
	border: none;
	text-indent:0;
	font-size:13px;
}
.input-container-gx .qrcode-btn:hover{
	background-color: #f59968;
	cursor: pointer;
}
.line-deco{
	font-style: normal;
	position: absolute;
	/* left: 86px; */
	color:#ddd;
	font-weight: normal;
}

.input-jcaptcha input{
	width:58%;
	height:42px;
	line-height: 40px;
	text-indent: 40px;
	outline: 0;
	border:1px solid #cfcfcf;
	border-radius: 2px;
	font-size: 16px!important;
	font-weight: lighter;
	font-family: Microsoft YaHei,SimSun,Arial;
}
.input-jcaptcha img{
	margin-left:20px;
	vertical-align: top;
	height:40px;
	width:85px;	
	cursor: pointer;
}

.input-jcaptcha{
	padding:0 26px;
	margin-bottom: -6px;
}

.code-img-area{
    width: 180px;
    height: 170px;
    margin: 0px auto 14px;
}

.errcont {
   	position: absolute;
    font-size: 14px!important;
    color: #fbfbfb;
    z-index: 19;
    margin-top: 30px;
    width:180px;
   	text-align: center;
}
.refreshbtn{
	position: absolute;
    font-size: 14px!important;
    color: #fbfbfb;
    z-index: 19;
    margin-top: 120px;
    width:180px;
   	text-align: center;
   	background: #e4393c;
	width: 60px;
	color: #fbfbfb;
	margin-left:60px;
	line-height: 30px;
}

.qrcode-tip{
	margin-top:15px;
	text-align: center;
}
.red{
	color:#fe5050;
}
.input-container .msg{
	background: url(../../images/login/phone-icon.png) no-repeat 9px;
	width:57%;
	display: inline-block;
}
.qrcode {
   	width:180px;
    height: 170px;
 	position: absolute;
 	z-index: 9;
 	border: 1px solid #d8d8d8;
    padding: 6px;
}

.qrcodefail {
    background: #000;
    -moz-opacity: .6;
    opacity: .6;
    z-index: 11;
}
.error-222{
	 padding-left: 24px;
	 margin-top:1px;
    line-height: 1.425;
    font-size: 14px;
    color:#fe5050;
    display: block;
    background: url(../../images/login/warn-icon.png) no-repeat;
   /*  text-align: center; */
	
}

@font-face
{
font-family: YouSheBiaoTiHei;
src: url('../tffFont/aaaa.ttf')
    
}