@charset "utf-8";
/* CSS Document */
/**
  * 背景颜色：        #ff3674   33,34,46
  * 标题背景颜色： #393f4f     57,63,79
  * 内容背景颜色： #5a6378    90,99,120
  * 文章，列表背景颜色： #ffffff    255,255,255
**/

html,body {
	height:100%;
	margin:0;
	padding:0;
}
html {
	font-size: 62.5%;
}
body {
	font-family:"Heiti SC",Microsoft YaHei, Helvetica, sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased; 
	font-size:1.4rem;
	position:relative;
}
*:before,
*:after {
	-webkit-transform: translateZ(0); 
}
h1,h2,h3,h4,h5,h6{margin:0; padding:0;}
h1.underline, h2.underline, h3.underline, h4.underline, h5.underline, h6.underline, .h1.underline, .h2.underline, .h3.underline, .h4.underline, .h5.underline, .h6.underline {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 5px; 
}
p{margin:0;}
body .nopadding{padding:0;}
body .nomargin{margin:0;}
ul,ol{list-style:none; padding:0; margin:0;}

a{
	text-decoration:none;
}
a:visited{text-decoration:none;}
a:hover{text-decoration:none;}
a:focus{text-decoration:none; outline:none;}

.uppercase {
	text-transform: uppercase !important; 
}

em{
	font-style:normal;
}
.red{color:#eb4444;}
.green{color:#1ab663;}
.blue{color:#2091c0;}
.orange{color:#f63;}
.sky{color:#41b6e7;}

.blur{
    -moz-filter: blur(10px);
    -webkit-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false);	
}

/*--------------------------- MAIN START ---------------------------*/
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	background-image: url(../images/start.jpg);
	background-size: cover;
	background-position: center;
	background-color: #fff;
}
.preloader p{
	width: 355px;
	height: 146px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background-image: url(../images/pro-lg.png);
	background-size: 100%;
	padding-top: 180px;
	background-repeat: no-repeat;
}
.preloader em {
	height: 50px;
	background-image: url(../images/pro-loading.gif);
	background-size: 50px;
	display: block;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
/* -----------------------------注册页面------------------------------*/
header{
	height:100px;
	position:relative;
	overflow:hidden;
	background-image:url(../images/sign_bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}
	header .wrap{
		width:1000px;
		margin:0 auto;
		height:100px;
	}
	header .wrap .logo{
		float:left;
		margin-top:25px;
	}
	header .wrap .logo img{
		height:50px;
	}
	header .wrap span{
		border-left: 1px solid rgba(255, 255, 255, 0.3);
		color: #fff;
		float: left;
		font-size: 2.4rem;
		font-weight: 700;
		margin: 17px 0 0 20px;
		padding: 15px;
	}
	header .wrap .navigation{
		float:right;
		margin-top:40px;
	}
	header .wrap .navigation li{
		float:left;
	}
	header .wrap .navigation li a{
		color:#fff;
		padding-left:30px;
	}
	
.main{
	width:1000px;
	margin: 0 auto;
}
.main .reg_head{
	background:url(../images/bg_reg_head.gif) no-repeat left bottom 15px;
	height:155px;
	border-bottom:1px solid #c7c7c7;
	position:relative;
}
	.main .reg_head .reg_step{
		position:absolute;
		right:0;
		bottom:15px;
	}
	.main .reg_head .reg_step::after{
		content:"";
		background:url(../images/step_arr.gif) no-repeat;
		width:13px;
		height:8px;
		position:absolute;
		bottom:-23px;
		display:block;
	}
	.main .reg_head .step1::after{
		left:24px;
	}
	.main .reg_head .step2::after{
		left:135px;
	}
	.main .reg_head .step3::after{
		left:245px;
	}
.agreement{
	display:table;
	width:80%;
	margin: 30px auto 0;
}
.agreement .agreement_item{
	display:table-cell;
	text-align:center;
}
.agreement .agreement_item h3{
	margin-bottom:20px;
}
.agreement .agreement_item .agreement_con{
	max-height:300px;
	overflow:auto;
	text-align:left;
	font-size:1.4rem;
	margin-bottom:10px;
	border-top:1px solid #c7c7c7;
	border-bottom:1px solid #c7c7c7;
}
.agreement .agreement_item .agreement_con p{
	margin:10px 0;
}
.agreement .agreement_item .agree_action{
	margin: 0 auto 15px;
    width: 260px;
	position:relative;
	padding-left:10px;
}
.agreement .agreement_item .agree_action .icheckbox_minimal-orange{
	position:absolute;
	left:0;
}
.agreement .agreement_item .agree_action label b{
	color:#f60;
}
.reg_form{
	width:80%;
	margin:60px auto 0;
}
.reg_form .reg_form_left{
	width:60%;
	float:left;
	padding-right:60px;
	
}
.ui-input-success{
	display:none;
}
.ui-tooltips-info{
	background: #fff;
    display:none;
    position: absolute;
    right: -360px;
    top: 0;
    width: 300px;
	box-shadow:1px 1px 3px rgba(0,0,0,0.5);
	padding:11px;
	border-radius:4px;
	opacity:0;
}
	
.ui-tooltips-warning {
	background: #fff;
    position: absolute;
    right: -380px;
    top: 0;
    width: 360px;
	box-shadow:1px 1px 3px rgba(0,0,0,0.5);
	padding:11px;
	border-radius:4px;
}
.ui-tooltips-arrow{
	height: 14px;
    left: -6px;
    margin-top: 15px;
    overflow: hidden;
    position: absolute;
    text-align: left;
    top: 0;
    width: 6px;
}
.ui-tooltips-arrow .arrow{
	color: #fff;
    font: 400 12px/14px 宋体,Hiragino Sans GB;
    position: absolute;
	left:0;
	top:0;
	width: 14px;
	height: 14px;
	text-align: left;
}
.ui-tooltips-arrow .arrow-out{
	text-shadow: 0 0 3px rgba(0,0,0,0.4);
}

.reg_form .reg_form_right{
	width:40%;
	float:right;
}
.reg_form_right h5{
	font-size:1.6rem;
	font-weight:700;
}
.reg_form_right ol{
	color:#666;
	list-style:normal;
	margin-top:30px;
}
.reg_form_right ol li{
	margin-bottom:5px;
}
.btn_submit{
	border:0 none;
	background:#f60;
	color:#fff;
	width:120px;
	padding:8px 0;
	border-radius:4px;
	font-weight:700;
	display:block;
	margin:0 auto;
}
.reg_form .form-control{
	border:1px solid #c7c7c7;
	padding: 6px 12px;
	line-height: 40px;
	height: 40px;
}
.reg_form .form-control:focus{
	border-color:#fba642;
}
.reg_form .form-horizontal .control-label{
	padding-top: 10px;
	padding-right: 0;
}
.reg_form .input-group-btn>.btn{
	height: 40px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.reg_form .input-group-btn>.btn.disabled{
	background-color: #979797;
}
.reg_form .img-code .modal-dialog{
	width:500px;
	margin: 300px auto 0;
}
#regSubmit{
	width:100%;
	padding:10px 0;
}
#regSubmit:hover{
	background:#D25400;
}
.reg_success_con{
	text-align:center;
}
.reg_success_con h3{
	margin-bottom:20px;
}
.reg_success_con h3 i{
	font-size:3rem;
	color:#f60;
	margin-right:10px;
}
.reg_success_con p{
	color:#666;
}
.reg_success_con p a{
	display:block;
	margin:0 auto;
	padding:10px 0;
	color:#fff;
	background:#f60;
	width:120px;
	margin-top:20px;
	border-radius:4px;
}
/* -----------------------------登录页面------------------------------*/
.login{
	height:100%;
}
.login .goIndex{
	font-size:1.6rem;
	font-weight:700;
	position:absolute;
	left:2%;
	top:2%;
	z-index:9999;
	color:#fff;
}
	.login .goIndex .iconfont{
		font-size:2.4rem;
	}
.login-content{
	position:absolute;
	width:100%;
	height:100%;
	z-index:9;
	overflow:hidden;
	background-image:url(../images/sign_bg.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	padding-right: 400px;
}
.login-content .login-info{
    height: 100%;
    position: relative;
    width: 100%;
}
	.login-info .ico-logo{
		position: absolute;
		top: 20px;
		left:20px;
		width:140px;
	}
	.login-info .aboutus{
		width: 600px;
		height: 230px;
		position: absolute;
		left: 0;
		top: -60px;
		right: 0;
		bottom: 0;
		margin: auto;
	}

.login-content .login-bg{
	background-color: #fff;
	width:400px;
	height:100%;
	position:absolute;
	right:0;
	top:0;
}

	.login-content .login-bg .form-wrap{
		margin: auto;
		max-width: 360px;
		position: absolute;
		top: 0;
		width: 100%;
		padding: 0 30px;
		left: 0;
		right: 0;
		bottom:0;
		height: 400px;
	}
.login-content .form-wrap .login-head{
	margin-bottom:20px;
}
	.login-content .form-wrap .login-head img{
		width:50%;
		max-width:193px;
	}
.form-wrap .form-group{
	position: relative;
}
.form-wrap .form-group a{
	color:#f60;
}
.form-control {
	width:100%;
	height:35px;
	background-color:transparent;
	border:1px solid #d3d3d3;
	-webkit-box-shadow:none;
	box-shadow:none;
	-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	resize:none;
	border-radius:0;
	border-left:0;
	border-right:0;
	border-top:0;
	padding:0
}
.form-control:focus{
	border-color:#d3d3d3;
}
.form-control, .form-control:active, .form-control:focus{
	box-shadow: none!important;
}

.form-group-bar{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
}
.form-group-bar:after, .form-group-bar:before {
	content: '';
	position: absolute;
	height: 1px;
	width: 0;
	bottom: 0;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	background-color: #fba642;
}
.form-group-bar:before{
	left:50%;
}
.form-group-bar:after{
	right:50%;
}
.form-group .form-control:focus~.form-group-bar:after, .form-group .form-control:focus~.form-group-bar:before{
	width:50%;
}
.valid-img{
	position: absolute;
	right: 0;
	top: 0;
	height: 30px;
	overflow: hidden;
}
.valid-img img{
	height: 100%;
	width:auto;
}
.remember input[type=checkbox]{
	vertical-align: top;
	margin-top: 3px;
}
.btn-clear{
	position: absolute;
	right:0;
	top:0;
	width:34px;
	height: 34px;
	display: block;
	cursor: pointer;
}
.btn-clear b{
	margin: auto;
	width:15px;
	position: relative;
	display: block;
	top: 50%;
}
.btn-clear b::before{
	content: '';
	height: 1px;
	width: 100%;
	background-color: #d3d3d3;
	position: absolute;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-clear b::after{
	content:'';
	width:10px;
	height: 10px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.6);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.6);
	box-shadow: 0 0 3px rgba(0,0,0,0.6);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	position: absolute;
	display: block;
	top:-4px;
	left:-4px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-clear.open b::before{
	background-color: #1ab663;
}
.btn-clear.open b::after{
	left:9px;
}
.info-wrap{
	width: 500px;
	height: 21px;
	position: absolute;
	top: 400px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	color: #fff;
	padding: 0 60px;
	overflow: hidden;
}
.info-wrap label{
	position: absolute;
	left:0;
	top:0;
	color:#fba642;
}
.info-wrap a{
	color:#fff;
}
.info-wrap a.more{
	position: absolute;
	top:0;
	right:0;
	color:#fba642;
	border-bottom: 1px dotted #fba642;
}
.info-wrap .swiper-pagination .swiper-pagination-bullet{
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	width:10px;
	height: 3px;
	background-color: #fff;
	margin-left:5px;
	opacity: 1;
}
.info-wrap .swiper-pagination .swiper-pagination-bullet-active{
	background-color: #fba642;
}
.third-logiin{
	text-align:center;
	margin-top:30px;
	position:relative;
}
	.third-logiin hr{
		border-bottom:1px solid #c7c7c7;
		margin:0;
	}
	.third-logiin span{
		position:absolute;
		width:150px;
		left:0;
		right:0;
		margin:auto;
		top:-10px;
		background:#fff;
	}
/*--------------------------- MAIN END  -----------------------------*/
/*==========以下部分是Validform必须的===========*/
.Validform_checktip{
	line-height:20px;
	height:20px;
	overflow:hidden;
	color:#999;
}
.Validform_checktip i{
	display: none;
}
.Validform_checktip.Validform_right{
	color:#1ab663;
}
.Validform_error{
	background-color:#ffe7e7;
}
.Validform_checktip.Validform_wrong{
	color:#eb4444;
}
#Validform_msg{
	color:#7d8289; 
	width:280px; 
	-webkit-box-shadow:2px 2px 3px #aaa; 
	-moz-box-shadow:2px 2px 3px #aaa; 
	background:#fff; 
	position:absolute;
	top:0px; 
	right:50px; 
	z-index:99999; 
	display:none;
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999');
}
#Validform_msg .iframe{
	position:absolute; 
	left:0px; 
	top:-1px; 
	z-index:-1;
}
#Validform_msg .Validform_title{
	line-height:25px; 
	height:25px; 
	text-align:left; 
	font-weight:bold; 
	padding:0 8px; 
	color:#fff; 
	position:relative; 
	background-color:#000;
}
#Validform_msg a.Validform_close:link,
#Validform_msg a.Validform_close:visited{
	line-height:22px; 
	position:absolute; 
	right:8px; 
	top:0px;
	color:#fff; 
	text-decoration:none;
}
#Validform_msg a.Validform_close:hover{color:#cc0;}
#Validform_msg .Validform_info{
	padding:8px;
	border:1px solid #000; 
	border-top:none; 
	text-align:left;
}
.passwordStrength{
	border-top:1px dashed #c7c7c7;
	margin-top:5px;
	padding-top:5px;
}
.passwordStrength .bgStrength {
    background-color: #71b83d;
    color: #fff;
}
.passwordStrength span {
    background-color: #d0d0d0;
    border-right: 1px solid #fff;
    text-align: center;
    width: 45px;
}
.passwordStrength b, .passwordStrength span {
    display: inline-block;
    height: 16px;
    line-height: 16px;
    vertical-align: middle;
}
/*--------------------------- COMMON START ----------------------*/	
.copy{
	display:block;
	text-align:center;
	font-size:1.2rem;
	color:#999;
	padding:8px;
	border-top:1px solid #c7c7c7;
	width:100%;
	position: absolute;
	bottom: 0;
}
/*---------------------------- COMMON END ------------------------*/
@media (max-width: 1370px){
	.agreement .agreement_item .agreement_con{
		max-height: 500px;
	}
}

@media (max-width: 1030px){
	.login-content{
		padding-right: 300px;
	}
	.login-content .login-bg{
		width:300px;
	}
	.agreement .agreement_item .agreement_con {
		max-height: 300px;
	}
}
@media (max-width: 1030px) AND (min-height: 1360px){
	.agreement .agreement_item .agreement_con{
		max-height: 800px;
	}
}
@media (max-width: 770px){
	.login-content{
		padding-right: 300px;
	}
	.login-content .login-bg{
		width:300px;
	}
	.login-info .info-wrap{
		width: 400px;
		top: 230px;
	}
	.login-info .aboutus{
		width: 460px;
		height: 170px;
	}
	header .wrap{
		width:740px;
	}
	.main{
		width:740px;
	}
	.agreement .agreement_item .agreement_con{
		max-height: 500px;
	}
	.copy{
		width:100%;
	}
}
@media (max-width: 740px){
	.login-content{
		padding-right: 260px;
	}
	.login-content .login-bg{
		width:260px;
	}
	.login-content .login-bg .form-wrap{
		height: 340px;
	}
	.login-info .info-wrap{
		width: 300px;
		font-size: 12px;
		height: 13px;
	}
	.login-info .aboutus {
		width: 300px;
		height: 120px;
	}
	.login-info .ico-logo{
		width: 80px;
	}
	header{
		height: 50px;
	}
	header .wrap{
		width:100%;
		padding: 0 20px;
		height: 100%;
	}
	header .wrap .logo{
		margin-top: 9px;
	}
	header .wrap span{
		font-size: 1.6rem;
		margin: 9px 0 0 10px;
		padding: 5px 10px;
	}
	header .wrap .logo img{
		height: 32px;
	}
	header .wrap .navigation{
		margin-top: 16px;
	}
	.main{
		width:100%;
	}
	.reg_form{
		margin-top: 30px;
	}
	.main .reg_head{
		background: none;
		height: 70px;
	}
	.main .reg_head .reg_step{
		left: 0;
		width: 190px;
		margin: auto;
	}
	.main .reg_head .step1::after {
		left: 14px;
	}
	.main .reg_head .step2::after{
		left:90px;
	}
	.main .reg_head .step3::after {
		left: 165px;
	}
	.main .reg_head .reg_step img{
		height: 40px;
	}
	.agreement{
		width: 90%;
		margin: 20px auto 0;
	}
	.agreement .agreement_item h3 {
		margin-bottom: 10px;
		font-size: 16px;
	}
	.agreement .agreement_item .agreement_con{
		max-height: 150px;
		font-size: 12px;
	}
	.agreement .agreement_item .agree_action{
		margin:0;
		float: left;
	}
	.agreement  .btn_submit{
		float: right;
	}
	.copy{
		display: none;
	}

	.reg_form .img-code .modal-dialog{
		margin-top: 100px;
		width:300px;
	}
}
@media screen AND (max-width: 570px){
	.login-content .login-bg .form-wrap{
		height: 260px;
	}
	.login-content .form-wrap .login-head{
		display: none;
	}
	.login-info .info-wrap{
		width: 240px;
		height: 13px;
		top: auto;
		bottom: 50px;
	}

	.login-info .aboutus {
		width: 240px;
		height: 100px;
	}
	.login-info .ico-logo{
		width: 70px;
		left: 20px;
		margin: auto;
	}

	.agreement{
		width: 90%;
		margin: 20px auto 0;
	}
	.agreement .agreement_item h3 {
		margin-bottom: 10px;
		font-size: 16px;
	}
	.agreement .agreement_item .agreement_con{
		max-height: 160px;
		font-size: 12px;
	}
	.reg_form .reg_form_left{
		padding-right: 25px;
	}
	.reg_form .reg_form_right ol{
		font-size: 12px;
	}
	.Validform_checktip i{
		display: inline-block;
	}
	.Validform_checktip b{
		display: none;
	}
	.reg_form .ui-tooltips-info{
		display: block;
		right: -15px;
		width: auto;
		opacity: 1;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		background-color: transparent;
		z-index: 9;
	}
	.reg_form .ui-tooltips-info p{
		display: none;
	}
	.reg_form .ui-tooltips-info .passwordStrength{
		display: none;
	}
	.reg_form .ui-tooltips-info .ui-tooltips-arrow{
		display: none;
	}
}
@media screen AND (max-width: 440px){
	.preloader p {
		width: 125px;
		padding-top: 200px;
		background-image: url(../images/pro-md.png);
		background-size: contain;
	}
	.login-content{
		background-position: center top;
		background-size: 100% auto;
		padding-right: 0;
	}
	.login-content .login-bg{
		width: 100%;
		height: 70%;
		top: auto;
		bottom: 0;
	}
	.login-content .login-bg::before{
		content: '';
		background-size: cover;
		width: 100%;
		height: 125px;
		position: absolute;
		background-image: url(../images/arr_bg_v.png);
		background-repeat: no-repeat;
		background-position: center bottom;
		top: -120px;
		left: 0;
		display: block;
	}
	.login-content .login-bg .form-wrap{
		height: 400px;
	}
	.login-content .form-wrap .login-head{
		margin: 10px 0;
		text-align: center;
		display: block;
	}
	.login-content .form-wrap .login-head img{
		width:80px;
	}
	.login-content .login-info{
		text-align: center;
		width: 100%;
		height: auto;
	}
	.login-info .ico-logo{
		width:140px;
		margin-top: 50px;
		position: static;
	}
	.login-info .info-wrap{
		display: none;
	}
	.login-info .aboutus {
		display: none;
	}
	.agreement .agreement_item .agreement_con{
		max-height: 300px;
	}
	.agreement .agreement_item .agree_action {
		margin: 0 auto 10px;
		float: none;
	}
	.agreement .btn_submit {
		float: none;
	}
	.reg_form .reg_form_left{
		width:100%;
		float:none;
		padding-right: 0;
	}
	.reg_form .reg_form_right{
		width:100%;
		float: none;
	}
	.reg_form .reg_form_right h5{
		margin-top: 20px;
	}
	.reg_form .reg_form_right ol{
		padding-left: 0;
		margin-top: 10px;
		font-size: 12px;
	}
}
@media screen AND (max-width: 440px) AND (min-height: 660px){
	.agreement .agreement_item .agreement_con{
		max-height: 400px;
	}
}
@media screen AND (max-width: 440px) AND (min-height: 730px){
	.agreement .agreement_item .agreement_con{
		max-height: 470px;
	}
}

.login_form .form_item.hide_code{
		display:none;
}

.form-group.hide_code {
    display: none;
}