@charset "utf-8";
.common-header .nav-list .login-sign a{
	color:#d90000;
}
.answer-container .title{
	display:inline-block;
	font-size:15px;
	font-weight:bold;
	color:#d90000;
	padding-left:30px;
	background:url(../images/pps.png) left no-repeat;
	border-bottom:3px solid #d90000;
	margin-top:8px;	
	}

.pro-tag .apply{
	float: right;
	padding: 12px 12px 12px 46px;
	background-color: #d90000;
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
	background: #d90000 url(../images/Bald-head-side-view-with-a-lightbulb-inside.png) 12px no-repeat;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.pro-tag .apply:hover{
	background: #E55024 url(../images/Bald-head-side-view-with-a-lightbulb-inside2.png) 12px no-repeat;
}
.pro-tag .apply-com{
	background: #d90000 url(../images/Bald-head-side-view-with.png) 12px no-repeat;

}
.pro-tag .apply-com:hover{
	background: #e55024 url(../images/Bald-head-side-view-with-check.png) 12px no-repeat;

}

.answer-container .article-list .article-head .article{
	background:#f3f3f3;
	font-weight:700;
	color:#545454;
	padding:15px;
}
.answer-container .article-list{
	background:#FFFFFF;
	padding:10px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
} 
.answer-container .article-list .article{
	/*margin-top:10px;*/
	padding:0;
	border-bottom:none;
	background:none;
	box-shadow:none;
	}
.answer-container .article-list .article .pic {
	float: left;
	display: table-cell;
	vertical-align: middle;
	margin-right: 20px;
	width:100px;
	height:100px;
}
.answer-container .article-list .article .article-col{
	vertical-align: middle;
	text-align:center;
}
/*.answer-container .article-list .article .pic img{
	border-radius:60px;
}*/
.answer-container .article-list .article .answerer{
	width: 317px;
	text-align: left;
	padding: 20px 26px;
	background: #fff;
	float:left;
	margin:0 6px;
	position:relative;
}
.answer-container .article-list .article .answerer .pos-link-a{
	position:absolute;
	width:100%;
	height:168px;
	left:0;
	top:0;	
	border: 1px solid #EDEDED;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.answer-container .article-list .article .answerer .pos-link-a:hover{
	border:1px solid #FFA7A7;
}
.answer-container .article-list .article .answerer .name{
	height: 48px;
}
.answer-container .article-list .article .end{
	margin-right:0;
}
.answer-container .article-list .article .introduction{
	width:449px;
	}
.answer-container .article-list .article .btn{
		width:200px;
		}
.article-col .name a{
	font-weight:700;
	color:#535353;
	font-size:16px;
/*	line-height:30px;*/
}
.article .other{
	text-align:center;
	}
.article .other p{
	font-size:16px;
	color:#868686;
	}
.article .other input{
	width: 400px;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 4px 0 0 4px;
	background: #F4F4F4;
}
.article .other input:focus{
	outline:none;
	background:#fff;
}

.article .other a{
	padding: 11px 24px;
	background: #72B24C;
	border-radius: 0 4px 4px 0;
	color: #fff;
}

.article .suit{
	margin-top: 10px;
	overflow:hidden;
}
.article-col .company-position{
	color:#717171;
	font-size:14px;
    height: 74px;
    overflow: hidden;
	}
.article-col .company-position p{
	background: #FFFFFF;
    color: #d90000;
    padding: 0;
    position: relative;
    display: block;
    width: 50px;
    font-size: 12px;
    margin: 6px 0;
    border-bottom: 1px solid #d90000;
    
}
.article-col .company-position p i{
	    position: absolute;
    border: 4px dashed transparent;
    border-top: 4px solid #d90000;
    left: 50%;
    margin-left: -4px;
    bottom: -8px;
    font-size: 0;
    width: 0;
    height: 0;
}
.article-col .company-position span{
	color:#666;
	font-size:12px;
	}
.answer-container .article-list .article .btn a{
	padding: 10px 24px;
	background: #42B03C;
	border-radius: 4px;
	color: #fff;
} 

/* new */
ul.nav-list li.login-sign{
	float: right;
}
.fixed-bg{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7)
}

/* login-box */

.box-container{
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 555555;
	width: 500px;
	height: 400px;
	margin-left: -250px;
	margin-top: -200px;
	background: #fff;
	border-radius:4px;
}
.login-box{
	width: 400px;
	margin-left: -200px;
}
.box-container .header{
	position: relative;
	padding: 44px 0 20px 0;
	text-align: center;
	font-size: 15px;
	color:#807E7E;
	border-radius:4px 4px 0 0;
	font-weight:bold;
}
.box-container .header p{
	font-size: 12px;
	color: #999;
	font-weight: normal;
}
.box-container .header .close{
position: absolute;
top: 10px;
right: 10px;
color: #fff;
cursor: pointer;
font-weight: normal;
width: 20px;
height: 21px;
background: #cfcfcf;
border-radius: 10px;
font-size: 14px;
line-height: 22px;
padding-left: 1px;
}
.box-container .field input{
	width: 260px;
	height: 18px;
	margin: 5px 0;
	padding: 10px 10px;
	line-height: 18px;
	border: 1px solid #d8d8d8;
	border-radius: 4px;
	font-size: 13px;
}
.login-form .field{
	display:inline-block;
	position:relative;
	}
.login-form .field i{
	position:absolute;
	width:20px;
	height:20px;
	top:14px;
	left:4px;
}
.login-form .field .phonenum{background:url(../images/icon-phonenum.png) center no-repeat;}
.login-form .field .password{background:url(../images/icon-password.png) center no-repeat;}
.login-form .field input{
	text-indent: 15px;
	}

/* .login-form{
	width: 310px;
	margin: 0 auto;
	margin-top: 20px;
	text-align: center;
} */
.other-btn{
	font-size:12px;
}
.login-form .keep{
	float: left;
	margin-left: 32px;
}
.login-form .keep input{
	vertical-align: text-top;;
}
.login-form .foget{
	float: right;
	margin-right: 32px;
}
.box-btn{
	clear: both;
}
.box-btn button{
	display: block;
	margin: 10px auto;
	padding: 10px 124px;
	font-size: 16px;
	text-align: center;
	background: #d90000;
	border: 1px solid #d90000;
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
}
.box-btn .JS_sign{
	background:#fff;
	color:#d90000;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.box-btn .JS_sign:hover{
	background:#feeeee;
}
/* end sign-box */
.talk{
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 555555;
	width: 400px;
	height:640px;
	margin-left: -200px;
	margin-top: -320px;
	background: #fff;
	font-size: 16px;
	display: table;
}

.talk .content{
	padding: 0 28px;
	text-align:center;
}
.talk .content p{
	text-align: left;
	font-size: 13px;
	color: #7A7A7A;
	margin-left: 31px;
	margin-top: 20px;
}
.talk .content li:last-child{
	border: none;
}
.talk .content li input{
	width: 260px;
	height:18px;
	margin:5px 0px;
	padding: 10px 10px;
	line-height:18px;
	border: 1px solid #d8d8d8;
	border-radius: 4px;
	font-size:13px;
}
.talk .content li textarea{
	width: 282px;
	box-sizing: border-box;
	border: 1px solid rgba(34,36,38,.15);
	border-radius: 4px;
}
.talk .content .btn button{
	display: block;
	margin: 10px auto;
	padding: 10px 124px;
	font-size: 16px;
	text-align: center;
	background: #d90000;
	border: 1px solid #d90000;
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
}
/* sign-box */
.sign-box{
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 555555;
	width: 400px;
	height: 440px;
	margin-left: -200px;
	margin-top: -220px;
	background: #fff
}
.box-container .form-box{
	padding: 0 	28px;
	text-align: center;
}
.sign-box .sign-form .item{
	margin-left: 32px;
	text-align: left;
	margin-top: 8px;
	font-size: 12px;
	color: #868686;
}
.box-container .form-box label{
	display: inline-block;
	width: 80px;
	text-align: right;
}
.sign-box .sign-form .box-btn a{
	margin-left:214px;
	color:#d90000;
}


/* forget */
.forget-box{
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 555555;
	width: 400px;
	height: 400px;
	margin-left: -200px;
	margin-top: -200px;
	background: #fff
}
.apply-box{
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 555555;
	width: 400px;
	height: 430px;
	margin-left: -200px;
	margin-top: -200px;
	background: #fff
}
.forget-box .request-code, .sign-box .request-code{
	position: relative;
}
.forget-box .request-code button, .sign-box .request-code button{
	position: absolute;
	right: 32px;
	top: 6px;
	height: 38px;
	padding: 0 10px;
	border-radius: 0 2px 2px 0;
	cursor:pointer;
	background:#5AC05E;
	color:#fff;
}

