/*热门资讯样式*/
.hotNewsBanner{
	width: 100%;
}
.hotNewsBanner img{
	width: 100%;
	max-height: 500px;
}
.hotNewsGuide{
	width: 1200px;
	margin: 0px auto;
	padding-top: 80px;
	padding-bottom: 86px;
}
.hotNewsGuide .hngLeft ul li{
	float: left;
	margin-right: 46px;
	font-size: 18px;
	color: #333333;
	padding: 8px 0;
	cursor: pointer;
}
.hotNewsGuide .hngLeft ul li.active{
	border-bottom: 2px solid #efaa18;
	color: #efaa18;
}
.hotNewsGuide .hngRight{
	float: right;
	position: relative;
}
.hotNewsGuide .hngRight input{
	width: 320px;
	height: 46px;
	padding-right: 44px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border: none;	
	border: 1px solid #cccccc;
	font-size: 14px;
	color: #333333;
	padding-left: 16px;
}
.hotNewsGuide .hngRight input::-webkit-input-placeholder {
	font-size: 14px;
	color: #cccccc;
}
.hotNewsGuide .hngRight input:-moz-placeholder {
	font-size: 14px;
	color: #cccccc;
}
.hotNewsGuide .hngRight input::-moz-placeholder {
	font-size: 14px;
	color: #cccccc;
}
.hotNewsGuide .hngRight input:-ms-input-placeholder { 
	font-size: 14px;
	color: #cccccc;
}
.hotNewsGuide .hngRight .serarchLog{
	display: inline-block;
	background: url(../imgs/images/search.png) no-repeat;
	width: 40px;
	height: 40px;
	position: absolute;
    top: 50%;
    right: 4px;
    transform: translate(0,-50%);
    cursor: pointer;	
}
.hotNewsMain{
	width: 1200px;
	margin: 0px auto;	
	border-top: 1px solid #cccccc;
}
.hotNewsMain .noInfo{
	text-align: center;
	font-size: 32px;
	color: #aaa5a5;
}
.hotNewsMain ul{
	min-height: 437px;	
}
.hotNewsMain ul li{
	padding-top: 40px;
	padding-bottom: 70px;
	cursor: default;
}
.hotNewsMain ul li span{
	display: inline-block;
	vertical-align:middle;
	line-height: 22px;
}
.hotNewsMain ul li .topLabel{
	width: 60px;
	height:26px;
	text-align: center;
	background-color: #17224a;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	color: #fff;	
	line-height: 26px;
	vertical-align:top;
}
.hotNewsMain ul li .title{
	color: #333333;
	font-size: 18px;
	font-weight: 700;
	padding-left: 6px;
    width: calc(1200px - 126px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;	
}
.hotNewsMain ul li .guideLabel{
	width: 84px;
	height:26px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;	
	margin-right: 10px;
	color: #fff;	
	line-height: 26px;
	text-align: center;	
}
.hotNewsMain ul li .time{
	margin-right: 16px;
	color: #999999;
	font-size: 14px;
	padding-left: 24px;	
	background: url(../imgs/images/hotnewstime.jpg) no-repeat;
	background-position: 0% 50%;
}
.hotNewsMain ul li .view{
	color: #999999;
	font-size: 14px;
	padding-left: 24px;
	background: url(../imgs/images/hotnewsview.jpg) no-repeat;
	background-position: 0% 50%;
}
.hotNewsMain ul li p:nth-child(2){
	margin-top: 20px;
	margin-bottom:14px;
}
.hotNewsMain ul li p:nth-child(3){
	margin-top: 20px;
	font-size: 14px;
	color: #666666;
}
.hotNewsMain ul li .viewMore{
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	color:#666;
}
.hotNewsMain ul li .viewMoreButton{
	float: right;
	cursor: pointer;
	font-size:16px;
	color: #efaa18;
	padding-top: 14px;
}
.hotNewsMain ul li .viewMoreButton a{
	color: #efaa18;
}
.hotNewsMain ul li .spanColor1{
	background-color: #3085f9;	
}
.hotNewsMain ul li .spanColor2{
	background-color: #f97c30;	
}
.hotNewsMain ul li .spanColor3{
	background-color: #f9b030;	
}
.hotNewsMain ul li .spanColor4{
	background-color: #9830f9;	
}

/*学历提升*/
.growUpBanner{
	width: 100%;
	position: relative;
}
.growUpBanner img{
	width: 100%;
	vertical-align: middle;
}
.gubannerGuide{
	width: 1200px;
	margin: 0 auto;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%,0);
}
.gubannerGuide ul li{
	vertical-align: top;
	display: inline-block;
	width: 164px;
	height: 50px;
	background-color:rgba(236,236,236,0.8);
	font-size: 16px;
	color: #666666;
	text-align: center;
	line-height: 50px;
	border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	cursor: pointer;
}
/*.gubannerGuide ul li:hover{*/
	/*background-color:rgba(240,169,37,0.8);*/
	/*color: #fff;*/
/*}*/
.gubannerGuide ul li.active{
	background-color:rgba(240,169,37,0.8);
	color: #fff;
}
.gubannerGuide ul li.active1{
	background-color:rgba(240,169,37,0.6);
	color: #fff;
}
.gubannerGuideDown{
	width: 1200px;
	left: 50%;
	transform: translate(-50%,0);
	position: absolute;
	display: none;
	z-index:2;
}
.gubannerGuideDown ul{
	width: 164px;
	border:1px solid #d5d5d5;
	border-top: 0px;
	background-color: #fff;
}
.gubannerGuideDown ul li{
	width: 162px;
	height: 50px;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
	color: #666666;
	cursor: pointer;
	border-radius: 0;
}
.gubannerGuideDown ul li.active{
	background-color:#efaa18;
	color: #fff;
}
.gubannerGuideDown ul li.active1{
	background-color:rgba(240,169,37,0.6);
	color: #fff;
}
.gubannerGuide .eduGrow{
	background: url(../imgs/images/growuparrow2.png) no-repeat;
	background-position: 78% 50%;
	background-color:rgba(236,236,236,0.8);
}

.growUpGuide{
	width: 1200px;
	margin: 0px auto;
	padding-top: 0px;
	padding-bottom: 60px;
}
.growUpGuide .guLeft{
	float: left;
	width: 73%;
	/*display: none;*/
	padding-top:36px;
}
.growUpGuide .guLeft ul{
	clear: both;
}
.growUpGuide .guLeft ul li{
	float: left;
	margin-right: 24px;
	font-size: 16px;
	color: #333333;
	padding: 13px 0;
	cursor: pointer;
}
.growUpGuide .guLeft ul li span{
	letter-spacing: 2em;
}
.growUpGuide .guLeft ul li.active{
	border-bottom: 2px solid #efaa18;
	color: #efaa18;
}
.growUpGuide .guRight{
	float: right;
	position: relative;
	top:40px;
}
.growUpGuide .guRight input{
	width: 320px;
	height: 46px;
	padding-right: 44px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border: none;
	border: 1px solid #cccccc;
	font-size: 14px;
	color: #333333;
	padding-left: 16px;
}
.growUpGuide .guRight input::-webkit-input-placeholder {
	font-size: 14px;
	color: #cccccc;
}
.growUpGuide .guRight input:-moz-placeholder {
	font-size: 14px;
	color: #cccccc;
}
.growUpGuide .guRight input::-moz-placeholder {
	font-size: 14px;
	color: #cccccc;
}
.growUpGuide .guRight input:-ms-input-placeholder {
	font-size: 14px;
	color: #cccccc;
}
.growUpGuide .guRight .serarchLog{
	display: inline-block;
	background: url(../imgs/images/search.png) no-repeat;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	right: 4px;
	transform: translate(0,-50%);
	cursor: pointer;
}
.selectActive{
	color:#efaa18 !important;
}
.growUpMain{
	width: 1200px;
	margin: 0 auto;
	padding-top: 66px;
}
.growUpMain ul{
	margin-bottom: 30px;
}
.growUpMain ul li {
	width: 285px;
	height: 285px;
	border: 1px solid #cccccc;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	/* display: inline-block; */
	float:left;
	margin-right: 20px;
	margin-bottom: 36px;
	padding: 25px;
	vertical-align: top;
	cursor: pointer;
}
.growUpMain .listImg img{
	width: 235px;
	height: 170px;
}
.growUpMain ul li p{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	color: #333333;
	font-size: 14px;
	padding-top: 16px;
}
.growUpMain ul li p.title2{
	color: #efaa18;
}
.growUpMain .other-item{
	height: 320px;
	position: relative;
}
.growUpMain .other-item p{
	text-align: left;
}
.growUpMain .other-item .title1{
	color: #666666;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.growUpMain .other-item .title2{
	color: #333333;
	font-size: 16px;
	padding-top: 4px;
	font-weight:700 ;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.growUpMain .other-item .title3{
	color: #efaa18;
	font-size: 20px;
	padding-top:16px;
}
.growUpMain .other-item .rightNowButton{
	display: inline-block;
	width: 80px;
	height: 26px;
	background-color:#efaa18;
	color: #fff;
	text-align: center;
	line-height: 26px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	position: absolute;
	right: 24px;
	bottom: 22px;
}
.growUpMain .other-item .rightNowButton:hover{
	background-color: rgba(239,170,24,0.8);
}
.growUpMain .other-item .disButton{
	background-color: lightgrey;
}
.growUpMain .other-item .disButton:hover{
	background-color: lightgrey;
}


/*职教云*/
.jobCloudContainer .jobCloudTitle{
	color: #333333;
	font-size: 24px;
	text-align: center;
	margin-top: 20px;
	font-weight: bold;
}
.jobCloudContainer.textContent{
	text-align: center;
	width:100%;
	margin-top: 80px;
}
.jobCloudContainer.textContent img{
	max-width: 100%;
}
.jobCloudContainer .jobCloudTitle2{
	color: #959595;
	font-size: 18px;
	text-align: center;
	margin-top: 20px;
}
.jobCloudContainer .infoForm{
	width: 745px;
	margin: 0 auto;
	padding-top: 80px;
}
.jobCloudContainer .infoForm input{
	width: 318px;
	height: 48px;
	border: 1px solid #cccccc;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-right: 100px;
	margin-bottom: 50px;
	color: #333333;
	font-size: 18px;
	padding-left: 20px;
}
.jobCloudContainer .infoForm .name,.jobCloudContainer .infoForm  .phoneNum{margin-right: 0;}
.jobCloudContainer .infoForm input::-webkit-input-placeholder {
	font-size: 14px;
	color: #cccccc;
}
.jobCloudContainer .infoForm input:-moz-placeholder {
	font-size: 14px;
	color: #cccccc;
}
.jobCloudContainer .infoForm input::-moz-placeholder {
	font-size: 14px;
	color: #cccccc;
}
.jobCloudContainer .infoForm input:-ms-input-placeholder { 
	font-size: 14px;
	color: #cccccc;
}
.jobCloudContainer .saveButton{
	height: 38px;
	width: 230px;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 38px;
	text-align: center;
	margin-left: 248px;
	display: block;
	background: #efaa18;
	border: none;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	margin-bottom: 80px;
	cursor: pointer;	
}
.jobCloudContainer .saveButton:hover{
	background: rgba(239,170,24,0.8);
}

/*选择就业协议价格样式*/
.agreementPriceContainer{
	min-height: 1050px;
}
.agreementPriceContainer .mainContentList ul li{
	cursor: pointer;
}
.agreementPriceContainer .agreementPriceMain{
	width: 1200px;
	margin: 0 auto;
}
.agreementPriceContainer .agreementPriceMain .priceTile1{
	text-align: center;
	color: #fff;
	font-size: 51px;
	font-family: 宋体;
	letter-spacing: 30px;
	padding-top: 80px;
}
.agreementPriceContainer .agreementPriceMain .priceTile2{
	text-align: center;
	color: #fff;
	font-size: 24px;
	letter-spacing: 12px;
	font-family: "微软雅黑";
	margin-top: 38px;
}
.agreementPriceContainer .agreementPriceMain .mainContent{
	width: 1200px;
	height:770px;
	background-color: #fff;
	margin-top: 73px;
}
.agreementPriceContainer .agreementPriceMain .mainContentList{
	width: 1158px;
	height: 534px;
	margin: 0 auto;
	padding-top: 60px;
}

/*5个的样式*/
.agreementPriceContainer .agreementPriceMain .mainContentList ul .block5{
	width: 20%;
	height:532px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	float: left;
}
.agreementPriceMain .mainContentList ul .block5:nth-child(1),.agreementPriceMain .mainContentList ul .block5:nth-child(2)
,.agreementPriceMain .mainContentList ul .block5:nth-child(3),.agreementPriceMain .mainContentList ul .block5:nth-child(4)
{
	border-right: none;
}
.agreementPriceContainer .agreementPriceMain .mainContentList ul .block5:hover{
	border: 1px solid #efaa18;
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
	-webkit-transition:all 1s ease;
	transition: all 1s ease;
	box-shadow: 0 10px 18px rgba(0, 0, 0, 0.10);
	transition: transform 1s;
}
.agreementPriceContainer .agreementPriceMain .mainContentList ul .block5 .block5Box{
	width: 206px;
	margin: 0 auto;
	text-align: center;
}
.agreementPriceContainer .agreementPriceMain .mainContentList ul .block5 .block5Title{
	font-size: 22px;
	color:#efaa18;
	letter-spacing: 1px;
	font-family: 黑体;
	margin-top: 40px;
}
.agreementPriceContainer .agreementPriceMain .mainContentList ul .block5 .block5Title span{
	display: inline-block;
	width: 48px;
	height: 2px;
	background-color: #efaa18;
	font-size: 0;
	vertical-align: middle;
}
.agreementPriceContainer .block5 .block5Title span:first-child{
	margin-right: 9px;
}
.agreementPriceContainer .block5 .block5Title span:last-child{
	margin-left: 9px;
}
.agreementPriceContainer .block5 .block5Price{
	margin-top: 22px;
	text-align: center;
}
.agreementPriceContainer .block5 .block5Price span:first-child{
	color: #9a979b;
	font-size: 22px;
	font-family: 黑体;
	display: inline-block;
	vertical-align: top;
	padding-top: 6px;
}
.agreementPriceContainer .block5 .block5Price span:last-child{
	color: #9a979b;
	font-size: 50px;
	font-family: 黑体;
	color:#efaa18;
	display: inline-block;
	vertical-align: top;	
	padding-left: 12px;
}

.agreementPriceContainer .block5 .block5Button button{
	background: none;
	border: 1px solid #efaa18;
	width: 118px;
	height: 32px;
	line-height: 31px;
	font-size: 18px;
	font-family: 黑体;
	color:#efaa18;
	cursor: pointer;
	margin-top: 22px;
}
.agreementPriceContainer .block5 .block5Button button:hover{
	background: #efaa18;
	color: #fff;
}
.agreementPriceContainer .block5 .block5Box .block5Text{
	border-top: 1px solid #e5e5e5;
	margin-top: 38px;
}
.agreementPriceContainer .block5 .block5Box .block5Text .title{
	font-size: 16px;
	color: #666666;
	font-family: 黑体;
	padding-top: 16px;
}
.agreementPriceContainer .block5 .block5Box .block5Text .block5TextContent{
	padding-top: 20px;
	font-size: 14px;
	color: #999999;
	text-align: left;
	line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;	
}
/*5个的样式结束*/

/*4个的样式*/
.agreementPriceContainer .agreementPriceMain .mainContentList ul .block4{
	width: 25%;
	height:532px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	float: left;
}
.agreementPriceMain .mainContentList ul .block4:nth-child(1),.agreementPriceMain .mainContentList ul .block4:nth-child(2)
,.agreementPriceMain .mainContentList ul .block4:nth-child(3)
{
	border-right: none;
}
.agreementPriceContainer .agreementPriceMain .mainContentList ul .block4:hover{
	border: 1px solid #efaa18;
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
	-webkit-transition:all 1s ease;
	transition: all 1s ease;
	box-shadow: 0 10px 18px rgba(0, 0, 0, 0.10);
	transition: transform 1s;
}
.agreementPriceContainer .agreementPriceMain .mainContentList ul .block4 .block4Box{
	width: 206px;
	margin: 0 auto;
	text-align: center;
}
.agreementPriceContainer .agreementPriceMain .mainContentList ul .block4 .block4Title{
	font-size: 22px;
	color:#efaa18;
	letter-spacing: 1px;
	font-family: 黑体;
	margin-top: 40px;
}
.agreementPriceContainer .agreementPriceMain .mainContentList ul .block4 .block4Title span{
	display: inline-block;
	width: 48px;
	height: 2px;
	background-color: #efaa18;
	font-size: 0;
	vertical-align: middle;
}
.agreementPriceContainer .block4 .block4Title span:first-child{
	margin-right: 9px;
}
.agreementPriceContainer .block4 .block4Title span:last-child{
	margin-left: 9px;
}
.agreementPriceContainer .block4 .block4Price{
	margin-top: 22px;
	text-align: center;
}
.agreementPriceContainer .block4 .block4Price span:first-child{
	color: #9a979b;
	font-size: 22px;
	font-family: 黑体;
	display: inline-block;
	vertical-align: top;
	padding-top: 6px;
}
.agreementPriceContainer .block4 .block4Price span:last-child{
	color: #9a979b;
	font-size: 50px;
	font-family: 黑体;
	color:#efaa18;
	display: inline-block;
	vertical-align: top;	
	padding-left: 12px;
}

.agreementPriceContainer .block4 .block4Button button{
	background: none;
	border: 1px solid #efaa18;
	width: 118px;
	height: 32px;
	line-height: 31px;
	font-size: 18px;
	font-family: 黑体;
	color:#efaa18;
	cursor: pointer;
	margin-top: 22px;
}
.agreementPriceContainer .block4 .block4Button button:hover{
	background: #efaa18;
	color: #fff;
}
.agreementPriceContainer .block4 .block4Box .block4Text{
	border-top: 1px solid #e5e5e5;
	margin-top: 38px;
}
.agreementPriceContainer .block4 .block4Box .block4Text .title{
	font-size: 16px;
	color: #666666;
	font-family: 黑体;
	padding-top: 16px;
}
.agreementPriceContainer .block4 .block4Box .block4Text .block4TextContent{
	padding-top: 20px;
	font-size: 14px;
	color: #999999;
	text-align: left;
	line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;		
}
/*4个的样式结束*/

/*3个的样式*/
.agreementPriceContainer .agreementPriceMain .mainContentList ul .block3{
	width: 32%;
	height:532px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	float: left;
}
.agreementPriceMain .mainContentList ul .block3:nth-child(1),.agreementPriceMain .mainContentList ul .block3:nth-child(2)
{
	margin-right: 2%;
}
.agreementPriceContainer .agreementPriceMain .mainContentList ul .block3:hover{
	border: 1px solid #efaa18;
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
	-webkit-transition:all 1s ease;
	transition: all 1s ease;
	box-shadow: 0 10px 18px rgba(0, 0, 0, 0.10);
	transition: transform 1s;
}
.agreementPriceContainer .agreementPriceMain .mainContentList ul .block3 .block3Box{
	width: 206px;
	margin: 0 auto;
	text-align: center;
}
.agreementPriceContainer .agreementPriceMain .mainContentList ul .block3 .block3Title{
	font-size: 22px;
	color:#efaa18;
	letter-spacing: 1px;
	font-family: 黑体;
	margin-top: 40px;
}
.agreementPriceContainer .agreementPriceMain .mainContentList ul .block3 .block3Title span{
	display: inline-block;
	width: 48px;
	height: 2px;
	background-color: #efaa18;
	font-size: 0;
	vertical-align: middle;
}
.agreementPriceContainer .block3 .block3Title span:first-child{
	margin-right: 9px;
}
.agreementPriceContainer .block3 .block3Title span:last-child{
	margin-left: 9px;
}
.agreementPriceContainer .block3 .block3Price{
	margin-top: 22px;
	text-align: center;
}
.agreementPriceContainer .block3 .block3Price span:first-child{
	color: #9a979b;
	font-size: 22px;
	font-family: 黑体;
	display: inline-block;
	vertical-align: top;
	padding-top: 6px;
}
.agreementPriceContainer .block3 .block3Price span:last-child{
	color: #9a979b;
	font-size: 50px;
	font-family: 黑体;
	color:#efaa18;
	display: inline-block;
	vertical-align: top;	
	padding-left: 12px;
}

.agreementPriceContainer .block3 .block3Button button{
	background: none;
	border: 1px solid #efaa18;
	width: 118px;
	height: 32px;
	line-height: 31px;
	font-size: 18px;
	font-family: 黑体;
	color:#efaa18;
	cursor: pointer;
	margin-top: 22px;
}
.agreementPriceContainer .block3 .block3Button button:hover{
	background: #efaa18;
	color: #fff;
}
.agreementPriceContainer .block3 .block3Text{
	border-top: 1px solid #e5e5e5;
	/*margin-top: 38px;*/
    width: 330px;
    margin: 38px auto 0 auto;	
}
.agreementPriceContainer .block3 .block3Text .title{
	font-size: 16px;
	color: #666666;
	font-family: 黑体;
	padding-top: 16px;
	text-align: center;
}
.agreementPriceContainer .block3 .block3Text .block3TextContent{
	padding-top: 20px;
	font-size: 14px;
	color: #999999;
	text-align: left;
	line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;		
}
/*3个的样式结束*/
/*2个的样式*/
.agreementPriceContainer .agreementPriceMain .mainContentList ul .block2{
	width: 100%;
	height:220px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-bottom: 20px;
}
.agreementPriceMain .mainContentList ul .block2:nth-child(1),.agreementPriceMain .mainContentList ul .block2:nth-child(2)
{
	margin-right: 2%;
}
.agreementPriceContainer .agreementPriceMain .mainContentList ul .block2:hover{
	border: 1px solid #efaa18;
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
	-webkit-transition:all 1s ease;
	transition: all 1s ease;
	box-shadow: 0 10px 18px rgba(0, 0, 0, 0.10);
	transition: transform 1s;
}
.agreementPriceContainer .agreementPriceMain .mainContentList ul .block2 .block2Box{
	width:calc(100% - 790px);
	margin: 0 auto;
	text-align: center;
}
.agreementPriceContainer .agreementPriceMain .mainContentList ul .block2 .block2Title{
	font-size: 22px;
	color:#efaa18;
	letter-spacing: 1px;
	font-family: 黑体;
	margin-top: 28px;
}
.agreementPriceContainer .agreementPriceMain .mainContentList ul .block2 .block2Title span{
	display: inline-block;
	width: 48px;
	height: 2px;
	background-color: #efaa18;
	font-size: 0;
	vertical-align: middle;
}
.agreementPriceContainer .block2 .block2Title span:first-child{
	margin-right: 9px;
}
.agreementPriceContainer .block2 .block2Title span:last-child{
	margin-left: 9px;
}
.agreementPriceContainer .block2 .block2Price{
	margin-top: 22px;
	text-align: center;
}
.agreementPriceContainer .block2 .block2Price span:first-child{
	color: #9a979b;
	font-size: 22px;
	font-family: 黑体;
	display: inline-block;
	vertical-align: top;
	padding-top: 6px;
}
.agreementPriceContainer .block2 .block2Price span:last-child{
	color: #9a979b;
	font-size: 50px;
	font-family: 黑体;
	color:#efaa18;
	display: inline-block;
	vertical-align: top;	
	padding-left: 12px;
}

.agreementPriceContainer .block2 .block2Button button{
	background: none;
	border: 1px solid #efaa18;
	width: 118px;
	height: 32px;
	line-height: 31px;
	font-size: 18px;
	font-family: 黑体;
	color:#efaa18;
	cursor: pointer;
	margin-top: 22px;
}
.agreementPriceContainer .block2 .block2Button button:hover{
	background: #efaa18;
	color: #fff;
}
.agreementPriceContainer .block2 .block2Text{
	border-right: 1px solid #e5e5e5;
	/*margin-top: 38px;*/
    width: 758px;
    margin: 10px 0 10px 32px;
    height: 200px;	
}
.agreementPriceContainer .block2 .block2Text .title{
	font-size: 16px;
	color: #666666;
	font-family: 黑体;
	padding-top: 16px;
}
.agreementPriceContainer .block2 .block2Text .block2TextContent{
	padding-top: 16px;
	font-size: 14px;
	color: #999999;
	text-align: left;
	line-height: 24px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;		
}
/*2个的样式结束*/
/*协议价格结束*/

/*就业中心样式*/
.jobCenter{
	width: 1200px;
	margin: 0 auto;
}
.jobCenter .topSearch{
	margin-top: 36px;
	margin-bottom: 38px;
}
.jobCenter .createResume{
	display:inline-block;
	width: 320px;
	height: 50px;
	background-color: #efaa18;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;	
	font-size: 16px;
	color: #fff;	
	text-align: center;
	line-height: 50px;
	cursor: pointer;
}
.jobCenter .createResume:hover{
	background-color: rgba(239,170,24,0.8);
}
.jobCenter .layui-form-select .layui-input{
	height: 48px;
	width:98px;
    font-size: 18px;
    color: #333333;
    padding: 0;
    margin: 0;	
    padding-left: 20px;
    padding-right: 20px;
	background-color: #fff;
	border: 1px solid #efaa18;
	border-radius: 0px;
}
.jobCenter .layui-form-select .layui-input:hover{
    background-color: #fff;
}
.jobCenter .layui-form-item{
	margin: 0;
}
.jobCenter .layui-form-item .layui-input-inline{
	width: 98px;
	margin: 0;
	position: relative;
	display: inline-block;
}
.jobCenter .layui-form-select .layui-input:hover{
	border-color:#efaa18 !important;
}
.jobCenter .layui-form-item.layui-input-inline img{
    position: absolute;
    top: 42%;
    right: 18px;
}
.jobCenter .layui-edge{
	display: none;
}
.jobCenter .layui-form-select dl dd{
    font-size: 18px;
}
.jobCenter .layui-form-select dl dd.layui-this{
	background-color: #efaa18;
}
.searchGroup{
	font-size: 0;
}
.searchGroup .inputBox{
	display: inline-block;
	vertical-align: bottom;
}
.searchGroup .inputBox input{
	width: 388px;
	height: 48px;
	border:1px solid #efaa18;
	border-left: none;
	border-radius: 0px;
	line-height: 48px;
	font-size: 18px;
	padding-left: 22px;
}
.searchGroup .inputBox input::-webkit-input-placeholder {
	font-size: 18px;
	color: #b8b8b8;
}
.searchGroup .inputBox input:-moz-placeholder {
	font-size: 18px;
	color: #b8b8b8;
}
.searchGroup .inputBox input::-moz-placeholder {
	font-size: 18px;
	color: #b8b8b8;
}
.searchGroup .inputBox input:-ms-input-placeholder { 
	font-size: 18px;
	color: #b8b8b8;
}
.searchGroup .searchButton{
	display: inline-block;
	vertical-align: bottom;
	font-size: 18px;
	height: 48px;
	line-height: 50px;
	background-color: #efaa18;
	color: #fff;
	width: 90px;
	text-align: center;
	cursor: pointer;
	border: none;
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
}
.searchGroup .searchButton:hover{
	background-color: rgba(239,170,24,0.8);
}
.jobCenter .recommendedCompany .topTitle{
	padding: 20px 0 12px 26px;
	border-bottom: 1px solid #333333;
	color: #333333;
	font-size: 18px;
	margin-bottom: 28px;
}
.jobCenter .recommendedCompany .topTitle span:last-child{
	color: #efaa18;
	font-size: 16px;
	padding-right: 30px;
	cursor: pointer;
}
.jobCenter .recommendedCompany .topSelect{
	/*font-size: 18px;*/
	color: #333333;
}
.jobCenter .recommendedCompany .topTitleAll label{
	/*letter-spacing: 2em;*/
	padding-left: 2em;
}
.selectActive{
	color: #efaa18;
}
.jobCenter .recommendedCompany label{
	display: inline-block;
	vertical-align: top;
}
.jobCenter .recommendedCompany .topTitleHY label{
	/*letter-spacing: 2em;*/
	padding-left: 2em;

}
.jobCenter .recommendedCompany .topSelect p{
	/*margin-bottom: 12px;*/
}
.jobCenter .recommendedCompany .topSelect span{
	display: inline-block;
}
.jobCenter .recommendedCompany .topSelect p span{
	margin-left: 28px;
	margin-bottom: 10px;
	cursor: pointer;
}
.ML0{
	margin-left: 0px !important;
}

.jobCenter .recommendedCompanyList{
	margin-bottom: 40px;
	padding-top: 24px;
}

.jobCenter .recommendedCompanyList ul li{
	width: 183px;
	height: 123px;
	border: 1px solid #e9e9e9;
	margin-right: 18px;
	margin-bottom: 16px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;	
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.10);
	position: relative;
	float: left;
	cursor: pointer;
}
.jobCenter .recommendedCompanyList ul li img{
	width: 104px;
	height: 96px;
	position: absolute;
	top: 50%;
	left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.jobCenter .recommendedCompanyList ul li:hover img{
	width: 111px;
	height: 102px;
}
.jobCenter .recommendedCompanyList .moreButtonBox{
	margin: 0 auto;
	width: 348px;
	padding-top: 38px;
}
.jobCenter .recommendedCompanyList .moreButton{
	width: 348px;
	height: 48px;
	border: 1px solid #efaa18;
	background:none;
	font-size: 16px;
	color: #efaa18;
	cursor: pointer;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;		
}
.jobCenter .recommendedJobList{
	margin-bottom: 52px;
}
.jobCenter .recommendedJobList ul li{
	width: 265px;
	height: 168px;
	border: 1px solid #e9e9e9;
	margin-right: 44px;
	margin-bottom: 22px;
	float: left;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;	
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.10);	
	cursor: pointer;
}
.jobCenter .recommendedJobList .contentBox .leftImg{
	width: 108px;
	height: 108px;
	border: 1px solid #e9e9e9;
	margin-top: 29px;
	margin-left: 14px;
	position: relative;
	display: inline-block;
  	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.10);	
}
.jobCenter .recommendedJobList .contentBox .leftImg img{
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);	
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.jobCenter .recommendedJobList .contentBox:hover img{
	width: 80px;
	height: 80px;
}
.jobCenter .recommendedJobList .rightContent{
	width: 112px;
	height: 110px;
	vertical-align: top;
	margin-top: 23px;
	margin-right: 16px;
	font-size: 16px;
	color: #333333;
}
.jobCenter .recommendedJobList .rightContent p{
	margin-bottom: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jobCenter .recommendedJobList .rightContent p:nth-child(2){
	color: #efaa18;
}
.jobCenter .recommendedJobList .jobMoreButtonBox{
	margin: 0 auto;
	width: 348px;
	padding-top: 38px;
}
.jobCenter .recommendedJobList .jobMoreButton{
	width: 348px;
	height: 48px;
	border: 1px solid #efaa18;
	background:none;
	font-size: 16px;
	color: #efaa18;
	cursor: pointer;
}
.recommendedCompany .selectTitle{
	display: inline-block;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;	
	padding: 0px 10px 0px 10px;
	font-size: 14px;
	color: #ffffff !important;
	background-color: #efaa18;
	
}
.recommendedCompany .selectTitle i{
	display: inline-block;
	background: url(../imgs/close.png) no-repeat;
	background-size: 12px 12px;
	width: 12px;
	height: 12px;
	background-position: center right; 	
    padding-top: 22px;
    vertical-align: top;
    padding-left: 20px;	
}
/*就业中心样式结束*/


/*选择就业协议价格样式*/
.agreementPriceContainer{
	min-height: 1050px;
}
.agreementPriceContainer .mainContentList ul li{
	cursor: pointer;
}
.agreementPriceContainer .agreementPriceMain{
	width: 1200px;
	margin: 0 auto;
}
.agreementPriceContainer .agreementPriceMain .priceTile1{
	text-align: center;
	color: #fff;
	font-size: 51px;
	font-family: 宋体;
	letter-spacing: 30px;
	padding-top: 80px;
}
.agreementPriceContainer .agreementPriceMain .priceTile2{
	text-align: center;
	color: #fff;
	font-size: 24px;
	letter-spacing: 12px;
	font-family: "微软雅黑";
	margin-top: 38px;
}
.agreementPriceContainer .agreementPriceMain .mainContent{
	width: 1200px;
	height:770px;
	background-color: #fff;
	margin-top: 73px;
}
.agreementPriceContainer .agreementPriceMain .mainContentList{
	width: 1158px;
	height: 534px;
	margin: 0 auto;
	padding-top: 60px;
}

/*5个的样式*/
.agreementPriceContainer .agreementPriceMain .mainContentList ul .block5{
	width: 20%;
	height:532px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	float: left;
}
.agreementPriceMain .mainContentList ul .block5:nth-child(1),.agreementPriceMain .mainContentList ul .block5:nth-child(2)
,.agreementPriceMain .mainContentList ul .block5:nth-child(3),.agreementPriceMain .mainContentList ul .block5:nth-child(4)
{
	border-right: none;
}
.agreementPriceContainer .agreementPriceMain .mainContentList ul .block5:hover{
	border: 1px solid #efaa18;
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
	-webkit-transition:all 1s ease;
	transition: all 1s ease;
	box-shadow: 0 10px 18px rgba(0, 0, 0, 0.10);
	transition: transform 1s;
}
.agreementPriceContainer .agreementPriceMain .mainContentList ul .block5 .block5Box{
	width: 206px;
	margin: 0 auto;
	text-align: center;
}
.agreementPriceContainer .agreementPriceMain .mainContentList ul .block5 .block5Title{
	font-size: 22px;
	color:#efaa18;
	letter-spacing: 1px;
	font-family: 黑体;
	margin-top: 40px;
}
.agreementPriceContainer .agreementPriceMain .mainContentList ul .block5 .block5Title span{
	display: inline-block;
	width: 48px;
	height: 2px;
	background-color: #efaa18;
	font-size: 0;
	vertical-align: middle;
}
.agreementPriceContainer .block5 .block5Title span:first-child{
	margin-right: 9px;
}
.agreementPriceContainer .block5 .block5Title span:last-child{
	margin-left: 9px;
}
.agreementPriceContainer .block5 .block5Price{
	margin-top: 22px;
	text-align: center;
}
.agreementPriceContainer .block5 .block5Price span:first-child{
	color: #9a979b;
	font-size: 22px;
	font-family: 黑体;
	display: inline-block;
	vertical-align: top;
	padding-top: 6px;
}
.agreementPriceContainer .block5 .block5Price span:last-child{
	color: #9a979b;
	font-size: 50px;
	font-family: 黑体;
	color:#efaa18;
	display: inline-block;
	vertical-align: top;	
	padding-left: 12px;
}

.agreementPriceContainer .block5 .block5Button button{
	background: none;
	border: 1px solid #efaa18;
	width: 118px;
	height: 32px;
	line-height: 31px;
	font-size: 18px;
	font-family: 黑体;
	color:#efaa18;
	cursor: pointer;
	margin-top: 22px;
}
.agreementPriceContainer .block5 .block5Button button:hover{
	background: #efaa18;
	color: #fff;
}
.agreementPriceContainer .block5 .block5Box .block5Text{
	border-top: 1px solid #e5e5e5;
	margin-top: 38px;
}
.agreementPriceContainer .block5 .block5Box .block5Text .title{
	font-size: 16px;
	color: #666666;
	font-family: 黑体;
	padding-top: 16px;
}
.agreementPriceContainer .block5 .block5Box .block5Text .block5TextContent{
	padding-top: 20px;
	font-size: 14px;
	color: #999999;
	text-align: left;
	line-height: 24px;
}
/*5个的样式结束*/

/*4个的样式*/
.agreementPriceContainer .agreementPriceMain .mainContentList ul .block4{
	width: 25%;
	height:532px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	float: left;
}
.agreementPriceMain .mainContentList ul .block4:nth-child(1),.agreementPriceMain .mainContentList ul .block4:nth-child(2)
,.agreementPriceMain .mainContentList ul .block4:nth-child(3)
{
	border-right: none;
}
.agreementPriceContainer .agreementPriceMain .mainContentList ul .block4:hover{
	border: 1px solid #efaa18;
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
	-webkit-transition:all 1s ease;
	transition: all 1s ease;
	box-shadow: 0 10px 18px rgba(0, 0, 0, 0.10);
	transition: transform 1s;
}
.agreementPriceContainer .agreementPriceMain .mainContentList ul .block4 .block4Box{
	width: 206px;
	margin: 0 auto;
	text-align: center;
}
.agreementPriceContainer .agreementPriceMain .mainContentList ul .block4 .block4Title{
	font-size: 22px;
	color:#efaa18;
	letter-spacing: 1px;
	font-family: 黑体;
	margin-top: 40px;
}
.agreementPriceContainer .agreementPriceMain .mainContentList ul .block4 .block4Title span{
	display: inline-block;
	width: 48px;
	height: 2px;
	background-color: #efaa18;
	font-size: 0;
	vertical-align: middle;
}
.agreementPriceContainer .block4 .block4Title span:first-child{
	margin-right: 9px;
}
.agreementPriceContainer .block4 .block4Title span:last-child{
	margin-left: 9px;
}
.agreementPriceContainer .block4 .block4Price{
	margin-top: 22px;
	text-align: center;
}
.agreementPriceContainer .block4 .block4Price span:first-child{
	color: #9a979b;
	font-size: 22px;
	font-family: 黑体;
	display: inline-block;
	vertical-align: top;
	padding-top: 6px;
}
.agreementPriceContainer .block4 .block4Price span:last-child{
	color: #9a979b;
	font-size: 50px;
	font-family: 黑体;
	color:#efaa18;
	display: inline-block;
	vertical-align: top;	
	padding-left: 12px;
}

.agreementPriceContainer .block4 .block4Button button{
	background: none;
	border: 1px solid #efaa18;
	width: 118px;
	height: 32px;
	line-height: 31px;
	font-size: 18px;
	font-family: 黑体;
	color:#efaa18;
	cursor: pointer;
	margin-top: 22px;
}
.agreementPriceContainer .block4 .block4Button button:hover{
	background: #efaa18;
	color: #fff;
}
.agreementPriceContainer .block4 .block4Box .block4Text{
	border-top: 1px solid #e5e5e5;
	margin-top: 38px;
}
.agreementPriceContainer .block4 .block4Box .block4Text .title{
	font-size: 16px;
	color: #666666;
	font-family: 黑体;
	padding-top: 16px;
}
.agreementPriceContainer .block4 .block4Box .block4Text .block4TextContent{
	padding-top: 20px;
	font-size: 14px;
	color: #999999;
	text-align: left;
	line-height: 24px;
}
/*4个的样式结束*/

/*3个的样式*/
.agreementPriceContainer .agreementPriceMain .mainContentList ul .block3{
	width: 32%;
	height:532px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	float: left;
}
.agreementPriceMain .mainContentList ul .block3:nth-child(1),.agreementPriceMain .mainContentList ul .block3:nth-child(2)
{
	margin-right: 2%;
}
.agreementPriceContainer .agreementPriceMain .mainContentList ul .block3:hover{
	border: 1px solid #efaa18;
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
	-webkit-transition:all 1s ease;
	transition: all 1s ease;
	box-shadow: 0 10px 18px rgba(0, 0, 0, 0.10);
	transition: transform 1s;
}
.agreementPriceContainer .agreementPriceMain .mainContentList ul .block3 .block3Box{
	width: 206px;
	margin: 0 auto;
	text-align: center;
}
.agreementPriceContainer .agreementPriceMain .mainContentList ul .block3 .block3Title{
	font-size: 22px;
	color:#efaa18;
	letter-spacing: 1px;
	font-family: 黑体;
	margin-top: 40px;
}
.agreementPriceContainer .agreementPriceMain .mainContentList ul .block3 .block3Title span{
	display: inline-block;
	width: 48px;
	height: 2px;
	background-color: #efaa18;
	font-size: 0;
	vertical-align: middle;
}
.agreementPriceContainer .block3 .block3Title span:first-child{
	margin-right: 9px;
}
.agreementPriceContainer .block3 .block3Title span:last-child{
	margin-left: 9px;
}
.agreementPriceContainer .block3 .block3Price{
	margin-top: 22px;
	text-align: center;
}
.agreementPriceContainer .block3 .block3Price span:first-child{
	color: #9a979b;
	font-size: 22px;
	font-family: 黑体;
	display: inline-block;
	vertical-align: top;
	padding-top: 6px;
}
.agreementPriceContainer .block3 .block3Price span:last-child{
	color: #9a979b;
	font-size: 50px;
	font-family: 黑体;
	color:#efaa18;
	display: inline-block;
	vertical-align: top;	
	padding-left: 12px;
}

.agreementPriceContainer .block3 .block3Button button{
	background: none;
	border: 1px solid #efaa18;
	width: 118px;
	height: 32px;
	line-height: 31px;
	font-size: 18px;
	font-family: 黑体;
	color:#efaa18;
	cursor: pointer;
	margin-top: 22px;
}
.agreementPriceContainer .block3 .block3Button button:hover{
	background: #efaa18;
	color: #fff;
}
.agreementPriceContainer .block3 .block3Text{
	border-top: 1px solid #e5e5e5;
	/*margin-top: 38px;*/
    width: 330px;
    margin: 38px auto 0 auto;	
}
.agreementPriceContainer .block3 .block3Text .title{
	font-size: 16px;
	color: #666666;
	font-family: 黑体;
	padding-top: 16px;
	text-align: center;
}
.agreementPriceContainer .block3 .block3Text .block3TextContent{
	padding-top: 20px;
	font-size: 14px;
	color: #999999;
	text-align: left;
	line-height: 24px;
}
/*3个的样式结束*/
/*2个的样式*/
.agreementPriceContainer .agreementPriceMain .mainContentList ul .block2{
	width: 100%;
	height:220px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-bottom: 20px;
}
.agreementPriceMain .mainContentList ul .block2:nth-child(1),.agreementPriceMain .mainContentList ul .block2:nth-child(2)
{
	margin-right: 2%;
}
.agreementPriceContainer .agreementPriceMain .mainContentList ul .block2:hover{
	border: 1px solid #efaa18;
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
	-webkit-transition:all 1s ease;
	transition: all 1s ease;
	box-shadow: 0 10px 18px rgba(0, 0, 0, 0.10);
	transition: transform 1s;
}
.agreementPriceContainer .agreementPriceMain .mainContentList ul .block2 .block2Box{
	width:calc(100% - 790px);
	margin: 0 auto;
	text-align: center;
}
.agreementPriceContainer .agreementPriceMain .mainContentList ul .block2 .block2Title{
	font-size: 22px;
	color:#efaa18;
	letter-spacing: 1px;
	font-family: 黑体;
	margin-top: 28px;
}
.agreementPriceContainer .agreementPriceMain .mainContentList ul .block2 .block2Title span{
	display: inline-block;
	width: 48px;
	height: 2px;
	background-color: #efaa18;
	font-size: 0;
	vertical-align: middle;
}
.agreementPriceContainer .block2 .block2Title span:first-child{
	margin-right: 9px;
}
.agreementPriceContainer .block2 .block2Title span:last-child{
	margin-left: 9px;
}
.agreementPriceContainer .block2 .block2Price{
	margin-top: 22px;
	text-align: center;
}
.agreementPriceContainer .block2 .block2Price span:first-child{
	color: #9a979b;
	font-size: 22px;
	font-family: 黑体;
	display: inline-block;
	vertical-align: top;
	padding-top: 6px;
}
.agreementPriceContainer .block2 .block2Price span:last-child{
	color: #9a979b;
	font-size: 50px;
	font-family: 黑体;
	color:#efaa18;
	display: inline-block;
	vertical-align: top;	
	padding-left: 12px;
}

.agreementPriceContainer .block2 .block2Button button{
	background: none;
	border: 1px solid #efaa18;
	width: 118px;
	height: 32px;
	line-height: 31px;
	font-size: 18px;
	font-family: 黑体;
	color:#efaa18;
	cursor: pointer;
	margin-top: 22px;
}
.agreementPriceContainer .block2 .block2Button button:hover{
	background: #efaa18;
	color: #fff;
}
.agreementPriceContainer .block2 .block2Text{
	border-right: 1px solid #e5e5e5;
	/*margin-top: 38px;*/
    width: 758px;
    margin: 10px 0 10px 32px;
    height: 200px;	
}
.agreementPriceContainer .block2 .block2Text .title{
	font-size: 16px;
	color: #666666;
	font-family: 黑体;
	padding-top: 16px;
}
.agreementPriceContainer .block2 .block2Text .block2TextContent{
	padding-top: 16px;
	font-size: 14px;
	color: #999999;
	text-align: left;
	line-height: 24px;
}
/*2个的样式结束*/
/*协议价格结束*/

/*就业协议部分*/
.agreementContainer .agreementTopBanner{
	width: 100%;
	background-color:#656e77;
	height: 418px;
}
.agreementContainer .agreementTopBanner .agreementImg{
	width: 1200px;
	margin: 0 auto;
}
.agreementContainer .agreementTopBanner img{
	height: 418px;
	width:1200px;
}
.agreementContainer .numGuide{
	width: 100%;
	height: 260px;
}
.agreementContainer .numGuideContainer{
	width: 1200px;
	margin: 0 auto;
}
.agreementContainer .numGuideBox{
	height: 260px;
	display: table;
	margin: 0 auto;
}
.agreementContainer .numGuideBox ul{
	display: table-cell;
	vertical-align: middle;	
}
.agreementContainer .numGuideBox li{
	width: 128px;
	text-align: center;
	float: left;
	margin-left: 84px;
}
.agreementContainer .numGuideBox li:first-child{
	margin-left: 0px;
}
.agreementContainer .numGuideBox .number{
	width: 96px;
	height: 96px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 6px solid #efaa18;
	text-align: center;
	line-height: 84px;
	font-size: 36px;
	color: #000000;
	margin: 0 auto;
}
.agreementContainer .numGuideBox .text{
	display: inline-block;
	width: 128px;
	font-size: 18px;
	color: #000000;
	text-align: center;
	margin-top: 26px;
}
.agreementContainer .agreementContent{
	width: 1200px;
	margin: 0 auto;
}
.agreementContainer .agreementContent .title{
	text-align: center;
	margin-top: 26px;
	font-size: 18px;
	color: #000000;
}
.agreementContainer .agreementContentImg{
	width: 20px;
	height: 16px;
	margin: 0 auto;	
	margin-top: 10px;
	margin-bottom: 20px;
}
.agreementContainer .agreementContent img{
	width: 20px;
	height: 16px;
}
.agreementContainer .agreementContent .agreementText{
	width: 976px;
	height: 346px;
	border: 1px solid #000000;
	margin: 0 auto;
	overflow: auto;
	padding: 26px 22px 26px 22px;
	line-height: 24px;
}
.agreementContainer .agreementCheck{
	width: 1200px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 54px;
	font-size: 18px;
	color: #000000;
}
.agreementContainer .agreementCheck input{
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 2px;
}
.agreementContainer .agreementCheck label{
	color: #999999;
	font-size: 18px;
	color: #000000;
	padding-left: 18px;
	
}
.agreementContainer .agreementContent .nextButton{
	width: 256px;
	height: 38px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;	
	background-color: #efaa18;
	margin: 0 auto;
	line-height: 38px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	margin-bottom: 110px;
}
.agreementContainer .agreementContent .nextButton:hover{
	background: rgba(239,170,24,0.8)	
}
/*就业协议部分结束*/


/*三期登录部分样式*/
.loginMain .topLog{
	padding: 64px 0;
	width: 1200px;
	margin: 0 auto;	
}
.loginMain .topLog img{
	width: 118px;
	height: 75px;
}
.loginMain .middleMain{
	width: 100%;
	height: 500px;
	margin-bottom: 100px;
	
}
.loginMain .middleMain .middleMainInput{
	width: 1200px;
	margin: 0 auto;
	padding-top: 14px;
}
.loginMain .middleMainInput .loginInput{
	width: 396px;
	height: 472px;
	background-color: #fff;
	opacity: 0;
	/*float: right;*/
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #bbbbbb;
	box-shadow: 0 0px 10px rgba(255, 255, 255,0.8);
}
.loginMain .loginInput .title{
	font-size: 24px;
	color: #fbc131;
	text-align: center;
	padding: 24px 0;
}

input[type=number]::-webkit-inner-spin-button {
   -webkit-appearance: none;
}
input[type=number]::-webkit-outer-spin-button {
   -webkit-appearance: none;
}
input[type=number] {  
    -moz-appearance:textfield;
}
.loginMain .loginInputContainer{
	width: 312px;
	margin: 0 auto;
}
.loginMain .inputBorder{
	border: 1px solid #cecece;
	height: 38px;
	margin-bottom: 20px;
}
.loginMain .inputBorder input{
	height: 30px;
	border: none;
	margin-top: 4px;
	padding-left: 20px;
	color: #333333;
	width: 234px;
}
.loginMain .textNumberBox .textNumber{
	text-align: center;
}
.loginMain .textNumberBox .textNumber::-webkit-input-placeholder{
	font-size: 16px;
	color: #5f5d5d;	
}
.loginMain .textNumberBox .textNumbe:-moz-placeholder {
	font-size: 16px;
	color: #5f5d5d;
}
.loginMain .textNumberBox .textNumbe::-moz-placeholder {
	font-size: 16px;
	color: #5f5d5d;
}
.loginMain .textNumberBox .textNumbe:-ms-input-placeholder { 
	font-size: 16px;
	color: #5f5d5d;
}


.loginMain .inputBorder input::-webkit-input-placeholder {
	font-size: 16px;
	color: #5f5d5d;
}
.loginMain .inputBorder input:-moz-placeholder {
	font-size: 16px;
	color: #5f5d5d;
}
.loginMain .inputBorder input::-moz-placeholder {
	font-size: 16px;
	color: #5f5d5d;
}
.loginMain .inputBorder input:-ms-input-placeholder { 
	font-size: 16px;
	color: #5f5d5d;
}
.loginMain .inputBorder label{
	width: 72px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #666666;	
}
.loginMain .textNumberBox{
	position: relative;
}
.loginMain .textNumberBox img{
	position: absolute;
	height: 36px;
	right: 0;
}
.loginMain .remberAccountBox{
	margin-top: -8px;
}
.loginMain .remberAccountBox input{
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 2px;
}
.loginMain .remberAccountBox label{
	color: #333;
	font-size: 14px;
	padding-left: 14px;
	
}
.loginMain .remberAccountBox .forgetPassword{
	color: #333;
	font-size: 14px;
}
.loginMain .submitButton #loginButton{
	width: 100%;
	background-color: #efaa18;
	border: none;
	height: 40px;
	font-size: 18px;
	color: #fff;
	margin-top: 16px;
	cursor: pointer;
}
.loginMain .submitButton #loginButton:hover{
	background: rgba(239,170,24,0.8);	
}
.loginMain .otherWays{
	width:312px;
	text-align: center;
	padding-top: 20px;
	font-size: 14px;
	margin: 0 auto;
}
.loginMain .otherWays .registerNow{
	color: #333;
	
}
.loginMain .otherWays .thirdsLogin{
	text-align: center;
	margin-top: 20px;
	font-size: 16px;
	color: #efaa18;
}
.loginMain .otherWays .thirdsLogin p span{
	display: inline-block;
}
.loginMain .otherWays .thirdsLogin p span:first-child{
	margin-right: 16px;
	display: inline-block;
	width: 96px;
	height: 1px;
	background-color: #cccccc;
	vertical-align: middle;	
}
.loginMain .otherWays .thirdsLogin p span:last-child{
	margin-left: 10px;
	display: inline-block;
	width: 96px;
	height: 1px;
	background-color: #cccccc;
	vertical-align: middle;	
}
.loginMain .thirdsLogin a{
	width: 32px;
	height: 32px;
	display:inline-block;
	vertical-align: middle;
	margin-top: 20px;
}
.loginMain .otherWays .login-qq{
	background:url('../imgs/images/login-qq.png') no-repeat;
}
.otherWays .login-chat{
	background:url('../imgs/images/login-weixin.png') no-repeat;
	margin-left:30px;
}
.loginMain .bottomSwiper{
	width: 1200px;
	margin: 0 auto;
	height: 130px;
}
.loginMain .bottomSwiper img{
	height: 130px;
	width: 100%;
}
.loginMain .bottomSwiper .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
	left: unset;
	right: 0;
	width: unset;
	height: 130px;
	padding-right: 30px;
}
.loginMain .bottomSwiper .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	display: block;
	margin-top: 20px;
	width: 20px;
	height: 20px;
	background-color: #fff;
	opacity: 1;
}
.loginMain .bottomSwiper .swiper-pagination-bullet-active{
	background-color: #000 !important;
}

/*三期注册部分样式*/
.registerForm{
	position: relative;
}
.registMain .topLog{
	padding: 64px 0;
	width: 1200px;
	margin: 0 auto;	
}
.registMain .topLog img{
	width: 118px;
	height: 75px;
}
.registMain .middleMain{
	width: 100%;
	height: 500px;
	margin-bottom: 100px;
	
}
.registMain .middleMain .middleMainInput{
	width: 1200px;
	margin: 0 auto;
	padding-top: 14px;
}
.registMain .middleMainInput .registerInput{
	width: 396px;
	height: 472px;
	background-color: #fff;
	opacity: 0;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #bbbbbb;
	box-shadow: 0 0px 10px rgba(255, 255, 255,0.8);
}
.registMain .registerInput .title{
	font-size: 24px;
	color: #fbc131;
	text-align: center;
	padding: 24px 0 30px 0;
}

.registMain #registerPhoneNumber::-webkit-inner-spin-button {
   -webkit-appearance: none;
}
.registMain #registerPhoneNumber::-webkit-outer-spin-button {
   -webkit-appearance: none;
}
input[type=number] {  
    -moz-appearance:textfield;
}
.registMain .registerInputContainer{
	width: 312px;
	margin: 0 auto;
}
.registMain .inputBorder{
	border: 1px solid #cecece;
	height: 38px;
	margin-bottom: 16px;
}
.registMain .inputBorder input{
	height: 30px;
	border: none;
	margin-top: 4px;
	padding-left: 12px;
	color: #333333;
	width: 310px;
}
.registMain .inputBorder input::-webkit-input-placeholder {
	font-size: 16px;
	color: #5f5d5d;
}
.registMain .inputBorder input:-moz-placeholder {
	font-size: 16px;
	color: #5f5d5d;
}
.registMain .passwordNumberBox.inputBorder.code{
	/*width: 202px;*/
	position: relative;
	border: none;
}
.registMain .passwordNumberBox.inputBorder.code input{
	width: 200px;
    /*text-align: center;*/
    border: 1px solid #cecece;
    height: 38px;
    margin: 0;
}
.registMain .inputBorder input::-moz-placeholder {
	font-size: 16px;
	color: #5f5d5d;
}
.registMain .inputBorder input:-ms-input-placeholder { 
	font-size: 16px;
	color: #5f5d5d;
}
.registMain .inputBorder label{
	width: 84px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #666666;	
}
.registMain .textNumberBox{
	position: relative;
}
.registMain .textNumberBox img{
	position: absolute;
	height: 36px;
	right: 0;
}
.registMain .remberAccountBox{
	margin-top: -6px;
}
.registMain .remberAccountBox input{
	width: 16px;
	height: 16px;
	border: 1px solid red;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 2px;
}
.registMain .remberAccountBox label{
	color: #333;
	font-size: 14px;
	padding-left: 14px;
	cursor: pointer;
	
}
.registMain .remberAccountBox .forgetPassword{
	color: #fbc131;
	font-size: 14px;
}
.registMain .registerSubmitButton #registerButton{
	width: 100%;
	background-color: #efaa18;
	border: none;
	height: 40px;
	font-size: 18px;
	color: #fff;
	margin-top: 16px;
	cursor: pointer;
}
.registMain .registerSubmitButton #registerButton:hover{
	background: rgba(239,170,24,0.8);
}
.registMain .registerTip{
	text-align: center;
	line-height: 30px;
	padding: 5px 0;
	font-size: 14px;
	color: #666;
}
.registMain .registerTip a{
	margin-left: 5px;
	color: #efaa18;
}
.registMain .otherWays{
	width:312px;
	text-align: center;
	padding-top: 20px;
	font-size: 14px;
	margin: 0 auto;
}
.registMain .otherWays .registerNow{
	color: #fbc131;
	
}
.registMain .otherWays .thirdsLogin{
	text-align: left;
	margin-top: 20px;
	font-size: 16px;
	color: #999999;
}

.registMain .bottomSwiper{
	width: 1200px;
	margin: 0 auto;
	height: 130px;
}
.registMain .bottomSwiper img{
	height: 130px;
	width: 100%;
}
.registMain .bottomSwiper .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
	left: unset;
	right: 0;
	width: unset;
	height: 130px;
	padding-right: 30px;
}
.registMain .bottomSwiper .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	display: block;
	margin-top: 20px;
	width: 20px;
	height: 20px;
	background-color: #fff;
	opacity: 1;
}
.registMain .bottomSwiper .swiper-pagination-bullet-active{
	background-color: #000 !important;
}
.code #getval{
	position: absolute;
    height: 38px;
    margin: 0;
    right: 0;
	top: 0;
    width: 100px;
    text-align: center;
    padding: 0;	
    font-size: 16px;
    color: #fff;
    bottom: 90px;
    cursor: pointer;
    background-color: #efaa18;
	border: none;
}

/*企业登陆页面*/
.companyLogin{
	width: 100%;
	height:500px;
	margin-bottom: 100px;
}
.loginMain .companyLogin .middleMainInput{width: 1200px;margin: 0 auto;padding-top: 14px;}
.companyLogin .mainContainer{
	width: 396px;	
	height: 472px;
	background-color: #fff;
	border: 1px solid #bbbbbb;
	box-shadow: 0 0px 10px rgba(255, 255, 255,0.8);	
	padding: 0 36px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.companyLogin .topTabs span{
	display: inline-block;
	font-size: 0;
	width: 225px;
	border: 1px solid #efaa18;
	font-size: 18px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	background-color: #fff;
	border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;	
	cursor: pointer;
}
.companyLogin .topTabs .active{
	background-color: #efaa18;
	color: #fff;
}
.companyLogin .formContainer{
	/*background-color: #fff;
	height: 440px;
	box-shadow: 0 0px 10px rgba(255, 255, 255,0.8);	
	padding: 0 36px;
	border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;	
	border: 1px solid #efaa18;	
	border-top: 0;*/
}
.companyLogin .comLoginTitle{
	text-align: center;
	font-size: 24px;
	color: #efaa18;
	padding: 38px 0;
}
.companyLogin .inputBorder{
	border: 1px solid #cecece;
	height: 38px;
	margin-bottom: 24px;
}
.companyLogin .inputBorder input{
	height: 30px;
	border: none;
	margin-top: 4px;
	/*border-left: 1px solid #cecece;*/
	padding-left: 20px;
	color: #333333;
	width: 302px;
}
.companyLogin .inputBorder input::-webkit-input-placeholder {
	font-size: 16px;
	color: #999999;
}
.companyLogin .inputBorder input:-moz-placeholder {
	font-size: 16px;
	color: #999999;
}
.companyLogin .inputBorder input::-moz-placeholder {
	font-size: 16px;
	color: #999999;
}
.companyLogin .inputBorder input:-ms-input-placeholder { 
	font-size: 16px;
	color: #999999;
}
.companyLogin .inputBorder label{
	width: 72px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #666666;	
}
.companyLogin .textNumberBox{
	position: relative;
}
.companyLogin .textNumberBox img{
	position: absolute;
	height: 36px;
	right: 0;
}
.companyLogin .remberAccountBox label{
	color: #999999;
	font-size: 14px;
	padding-left: 18px;
	
}
.companyLogin .remberAccountBox .forgetPassword{
	color: #efaa18;
	font-size: 14px;
}
.companyLogin .submitButton #loginButton{
	width: 100%;
	background-color: #efaa18;
	border: none;
	height: 40px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	font-size: 18px;
	color: #fff;
	margin-top: 30px;
	cursor: pointer;
}
.companyLogin .submitButton #loginButton:hover{
	background: rgba(239,170,24,0.8);	
}
.companyLogin .forgotPassWord a{
	float: right;
	color: #efaa18;
	font-size: 14px;
}
.companyLogin .goRegister{
	font-size: 14px;
	color: #666666;
	text-align: center;
	margin-top: 20px;
}
.companyLogin .goRegister a{
	color: #efaa18;
	padding-left: 12px;
}
.companyLogin .companyNameLogin{
	display: none;
}

/*支付页面样式*/
.paymentContainer{
	width: 1200px;
	height: 500px;
	margin: 0 auto;
	margin-top: 130px;
	margin-bottom: 146px;
	border: 1px solid #e9e9e9;
	padding: 80px 30px 0 30px;
}
.paymentContainer .paymentMain{
	
}
.paymentContainer .orderTitle{
	font-size: 18px;
	color: #ff772b;
	margin-bottom: 30px;
}
.paymentContainer .orderNum span:first-child{
	font-size: 16px;
	color: #666666;
}
.paymentContainer .orderNum span:last-child{
	font-size: 16px;
	color: #ff772b;
}
.paymentContainer .orderTitle2{
	font-size: 20px;
	color:#333333;
	margin-top:46px;
}
.pl30{
	padding-left: 30px;
}
.paymentContainer .moreInfo{
	color: #333333;
	font-size: 16px;
	margin-top: 46px;
}
.priceText{
	color: #ff5701;
}
.submitButtonContent{
	font-size: 16px;
	text-align: right;
}
.submitButtonContent .submitButton{
	width: 90px;
	height: 30px;
	background-color: #ff5701;
	color: #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;	
	display: inline-block;
	text-align: center;
	line-height: 30px;	
	margin-top: 92px;
	margin-left:46px;
	cursor: pointer;
}
.submitButtonContent .submitButton:hover{
	background-color:rgba(255,87,0,0.8)
}
/*支付页面样式结束*/






/*系统通知*/
.noticeContent{width: 1200px;margin: 0 auto;margin-top: 30px;}
.noticeContent .leftNotice{width: 210px;text-align: center;float: left;}
.noticeContent .leftNotice a{display: block;padding: 15px 0;background-color: #efaa18;margin-bottom: 15px;color: #fff;font-size: 18px;}
.noticeContent .leftNotice .info{background-color: #eeeeee;color: #000;}
.noticeContent .rightNotice{width: 975px;float: left;margin-left: 15px;min-height: 800px;border: 1px solid #ddd;margin-bottom: 30px;}
.wordsBox{padding: 0 30px 0 30px;}
.wordsBox h3{margin-top: 40px;}
.wordsBox .fl{font-size: 18px;font-weight: bold;}
.wordsBox .fr{font-size: 14px;color: #ccc;}
.wordsBox .article{display: inline-block;width: 850px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;vertical-align: middle;font-size: 13.97px;color: #666;line-height: 23px;}
.wordsBox .articleBox{margin-top: 18px;}
.wordsBox .articleBox span{color: #f4c259;}
.wordsBox .articleBox .inside{display: none;float: right}
.wordsBox .article1{width:auto;-webkit-box-orient: vertical;overflow: hidden;vertical-align: middle;font-size: 13.97px;color: #666;white-space: pre-wrap;line-height: 23px;word-wrap: break-word}
#pageBox{text-align: center;margin-top: 40px;}
.layui-laypage .layui-laypage-curr .layui-laypage-em{background-color: #efaa18}
.layui-laypage a, .layui-laypage span{margin: 0 5px;vertical-align: top;padding: 0 8px;border-radius: 50%;height: 23px;line-height: 23px;}
.layui-laypage .layui-laypage-curr .layui-laypage-em{border-radius: 50%;}
.wordsBox ul li{padding: 26px 0;border-bottom: 1px solid #ddd;cursor: auto;}
.wordsBox ul li span{float: left;vertical-align: middle;font-size: 18px;font-weight: bold;line-height: 45px;}
.wordsBox ul li a{float: right;padding: 12px 30px;background-color: #efaa18;color: #fff;border-radius: 20px;font-size: 14px;vertical-align: middle;}
.wordsBox ul li .off{background-color: #eeeeee;color:#efaa18 ;}
.layui-laypage a, .layui-laypage button, .layui-laypage input, .layui-laypage select, .layui-laypage span{border: 0;}
/*个人中心*/
.editContent{background: url(../imgs/images/personalbg.jpg)no-repeat center;min-height: 740px;overflow: hidden;width: 100%;}
.editContent .editBox{width: 905px;margin: 0 auto;margin-top: 65px;background-color: #ffffff;border: 2px solid #e5e5e5;box-shadow:1px 2px  4px 1px #EDEDED;}
.editBox .personalTitle{padding-top: 50px;font-size: 18px;font-weight: bold;text-align: center;}
.editBox .personalMain{width: 610px;margin: 0 auto;margin-top: 50px;position: relative;height: 440px;}
.personalMain .textInput{width: 280px;margin-bottom: 25px;padding: 10px 0 10px 19px;border-radius: 7px;border: 1px solid #ddd;}
.personalMain .leftInput{margin-right: 45px;}
.personalMain .leftInput select{appearance:none;color: #aab2bd;}
.personalMain .leftInput option{border: 0;appearance:none;border: 1px solid #94c1e7;}
.personalMain .sign{padding: 10px 19px 70px 19px;resize: none;vertical-align: top;}
.personalMain .textInput::-webkit-input-placeholder { color: #aab2bd;}
.personalMain label{margin-right: 20px;font-size: 14px;}
.personalMain label input{margin-right: 10px; background: none;vertical-align: middle;}
/*.personalMain label input[type="radio"]:checked:before {
    content: url(../imgs/images/dot.jpg); 
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    width: 1em;
    height: 1em;
    margin-right: .4em;
    border-radius: 50%;
    border: 1px solid #01cd78;
    text-indent: .15em;
    line-height: 1; 
}*/
.personalMain .sexBox,.unload{width: 280px;}
.personalMain .unload input[type='file']{opacity: 0;width: 90px ;height: 90px;}
.personalMain .unload a{width: 80px;height:90px;display: inline-block;text-align: center;border: 1px solid #ddd;border-radius: 5px;background-color: #eeeeee;color: #BCBCBC;position: relative;vertical-align: top;}
.personalMain .unload{position: absolute;right: 0;top:200px}
.personalMain .unload a img{top:20px;position: absolute;left: 32.5px;display: inline-block;}
.personalMain .unload a span{position: absolute;bottom: 15px;left: 15px;}
.personalMain .unload .photo{width: 100px;display: inline-block;margin-left: 20px;font-size: 14px;color: #BCBCBC;text-align: center;margin-top: 25px;}
.personalMain .submit{margin-top: 55px;background:none;border: 0;padding: 12px 95px;background-color: #efaa18;border-radius: 20px;font-size: 16px;color: #fff;}
.personalMain .submitBox{text-align: center;}
.personalCenter{width: 1200px;margin: 0 auto;}
.cardContent{position:relative;width: 795px;height: 375px;border: 2px solid #e5e5e5;box-shadow:1px 2px  4px 1px #EDEDED;margin: 0 auto;margin-top: 65px;margin-right: 140px;}
.cardContent .cartoonBox{display:inline-block;border: 3px solid #b97a58;height: 345px;width:300px;transform: translate(-70px,-20px) rotate(-5deg); background-color: #fff;text-align: center;box-shadow: 3px 3px 4px 1px #e5e2e1;}
.cardContent .rightInfo{width: 280px;display:inline-block;position: absolute;top: 40px;right: 130px;}
.cardContent .rightInfo .personName{font-size: 18px;font-weight: bold;padding-bottom: 12px;border-bottom: 1px solid #ddd;}
.cardContent .rightInfo .personSign{margin-top: 12px;display: block;color: #BCBCBC;width: 220px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.cardContent .rightInfo .personData{margin-top: 40px;}
.cardContent .rightInfo .personData li{margin-bottom: 12px;color: #000;font-weight: bold;}
.cardContent .rightInfo .personData span{color: #333;font-weight: 400;}
.editData{position: absolute;right: 0;top: 25px;padding: 10px 25px;background-color: #efaa18;color: #fff;border-radius:25px 0 0 25px;}
.personalCenter .loveBox{margin-top: 55px;margin-bottom: 25px;}
.loveBox .loveTitle img{padding-right: 10px;}
.loveBox .loveTitle{font-size: 18px;font-weight: bold;}
.loveBox ul{margin-top: 25px;}
.loveBox ul li{float: left;margin-right: 30px;}
.loveBox ul li:last-child{margin-right: 0;}
.loveBox ul li a{width: 380px;height: 240px;display: block;text-align: center;border: 1px solid #eee;border-radius: 10px;-webkit-border-radius: 10px;-o-border-radius:10px;-moz-border-radius: 10px}
.loveBox ul li a img{display: inline-block;}
.loveBox ul li .love1{background: url(../imgs//images/love1.jpg)no-repeat;background-size: 100% 100%;}
.loveBox ul li .love2{background: url(../imgs//images/love2.jpg)no-repeat;background-size: 100% 100%;}
.loveBox ul li .love3{background: url(../imgs//images/love3.jpg)no-repeat;background-size: 100% 100%;margin-right: 0;}
.loveBox ul li div{text-align: center;padding-top: 15px ;border-bottom:1px solid #eee;}
.loveBox ul li div span{padding-bottom: 15px;display: inline-block;border-bottom: 1px solid #efaa18;}
.dataContent{background: url(../imgs/images/personalbg1.jpg)no-repeat center -90px;  min-height: 860px;overflow: hidden;width: 100%;}
/*心理咨询*/
.mindContent{width: 1200px;margin: 0 auto;margin-bottom: 60px;}
.mindContent .mindBox{margin: 0 auto;margin-top: 80px;}
.mindContent .mindBox .leftContent{width: 320px;margin-right: 160px;float: left;text-align: center;border: 1px solid #efaa18;border-radius: 15px;min-height: 576px;}
.mindContent .mindBox .rightContent{width: 320px;float: left;text-align: center;border: 1px solid #efaa18;border-radius: 15px;min-height: 576px;}
.mindBox .title{border-radius: 15px 15px 0 0;background-color: #efaa18;padding: 15px 0;color: #fff;font-size: 18px}
.rightContent .title1{background-color: #17224a!important;}
.mindBox .main{padding: 40px;position: relative;}
.mindBox .main .price{padding: 20px 0 40px 0;font-size: 28px;font-weight: bold;border-bottom: 1px solid #ddd;}
.mindBox .main .mainBox{height: 150px;margin: 40px 0 80px 0;font-size: 14px;color: #666666;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 6;}
.mindBox .main .mainBox p{line-height: 25px;text-align:left;}
/*.mindBox .main .mainBox::after{content: "..."; position: absolute; bottom: 0; right: 0; padding-left: 40px;background: -webkit-linear-gradient(left, transparent, #fff 55%);
background: -o-linear-gradient(right, transparent, #fff 55%);
background: -moz-linear-gradient(right, transparent, #fff 55%);
background: linear-gradient(to right, transparent, #fff 55%);}*/
.main a{padding: 15px 80px;background-color: #efaa18;color: #fff;border-radius: 30px;font-size: 16px;box-shadow: 2px 5px 10px 2px #ddd;}
.bubble{left: 240px;top: 0;border: solid 2px;border-radius: 15px; padding: 10px; display: inline-block;position: absolute;font-size: 15px;color: #666; text-align: left; width: 300px;background-color: #fff;display: none;}
.bubble:before{content: "\00a0"; width: 0;height: 0;border-top:32px solid ;border-right: 35px solid transparent;left: 15px;bottom: -32px; position: absolute;}
.bubble:after{content: "\00a0";position: absolute;bottom: -26px;left: 17px;border-top: 31px solid #fff;border-right: 35px solid transparent; border-bottom: 0 solid transparent;width: 0;height: 0;}
/*法律咨询*/
.lawBanner img{width: 100%;}
.sendContent{width: 1200px;margin: 0 auto;}
.sendContent form{margin-top: 80px;text-align: center;}
.sendContent form textarea{width: 700px;resize: none;height: 410px;margin-right: 40px;padding: 20px;border-radius: 5px;border: 1px solid #ddd;float: left;}
.sendContent form textarea::-webkit-input-placeholder{ color: #ddd;}
.sendContent form .unloadfile{text-align: center;width: 460px;height: 410px;border-radius: 5px;border: 1px solid #ddd;float: left;}
.unloadfile a{width: 110px;height: 110px;border-radius: 50%;border: 1px dashed #ddd;display: inline-block;margin-top: 105px;position: relative;}
.unloadfile input{opacity: 0;width: 110px;height: 110px;position: absolute;top: 0;left: 0;z-index: 99;}
.unloadfile img	{position: absolute;top: 35px;left: 35px;}
.unloadfile  p{margin-top: 35px;margin-bottom: 15px;}
.unloadfile span{color: #999;}
.sender{margin-top: 80px;float: left;}
.sender input{width: 360px;margin-right: 55px;padding: 15px;border-radius: 5px;border: 1px solid #ddd;}
.sender .email{margin-right:0 ;}
.sender input::-webkit-input-placeholder{ color: #ddd;}
.sendbtn{padding: 10px 95px;margin: 80px 0;border-radius: 20px;background-color: #efaa18;border: none;color: #fff;font-size: 16px}
.sendSuccess{width: 1200px;position: fixed;top: 100px}
.pubautos{position: relative;}
.pubautos .successBox{width: 800px;margin: 0 auto;height: 480px;background-color: #fff;border-radius: 5px;text-align: center;position: relative;z-index: 101;}
.pubautos .successBox img{margin-top: 60px;}
.photo-clip-rotateLayer img{margin-top: 0!important;}
.pubautos .successBox p{margin-top: 40px;margin-bottom: 20px;font-size:18px;color: #000; }
.pubautos .successBox span{font-size: 14px;color: #333;}
.pubautos .shadow{position:fixed;width: 100%;height: 100%;top: 100px;}
.shadowBox{position: absolute;width: 100%;height: 100%;top: 0;background-color: rgba(0,0,0,0.4);display: none;z-index: 999;}
/*再业申请价格*/
.application{position: relative;}
.application img{width: 100%;display: inline-block;min-height: 960px;}
.applicationTitle{position: absolute;top: 85px;margin: 0 auto;width: 1200px;left: 50%;transform:translate(-50%,0);text-align: center;}
.applicationTitle h3{font-size: 51px;color: #fff;letter-spacing: 25px;}
.applicationTitle p{font-size: 24px;color: #fff;margin-top: 35px;letter-spacing: 13px;}
.agreementBox{position: absolute;bottom: 0;width: 1200px;height: 670px;background-color: #fff;transform:translate(-50%,0);left: 50%;}
.agreementlist{margin: 50px 25px 0 25px;}
.agreementlist li{border: 1px solid #ddd;height: 220px;border-radius: 5px;margin-top: 20px;}
.agreementlist .agreementleft{width: 790px;float: left;padding: 30px;}
.agreementlist  .agreementright{float: left;width: 350px;}
.agreementleft p{margin-top: 15px;letter-spacing: .5px;font-size: 14px;color: #999999;line-height: 25px;}
.agreementleft span{font-size: 16px;color: #666;}
.line{width: 1px;height: 195px;margin-top: 12.5px;background-color: #ddd;float: left;}
.agreementright{text-align: center;}
.agreementright .headline{width: 240px;height: 1px;background-color: #efaa18;margin: 0 auto;position: relative;margin-top: 45px;}
.agreementright .headline span{position: absolute;width: 125px;background-color: #fff;left: 57.5px;top: -15px;font-size: 22px;height: 30px;color: #efaa18;}
.agreementright .priceBox{margin-top: 30px;font-size: 50px;color: #efaa18;}
.agreementright .priceBox span{font-size: 22px;color:#9a979b;vertical-align: super;}
.agreementright a{margin-top: 20px;padding: 5px 25px;border: 1px solid #efaa18;display: inline-block;color: #efaa18;font-size: 18px}
.agreementlist2 {margin:60px 20px 0 20px ;}
.agreementlist2 li{float: left;border: 1px solid#ddd;width: 232px;height: 530px;border-radius: 5px;padding: 50px 12px 0 12px; }
.agreementTop{text-align: center;padding-bottom: 40px;border-bottom: 1px solid #ddd;}
.agreementTop .headline{width: 200px;height: 1px;background-color: #efaa18;margin: 0 auto;position: relative;}
.agreementTop .headline span{position: absolute;width: 100px;background-color: #fff;left: 57.5px;top: -15px;font-size: 22px;height: 30px;color: #efaa18;}
.agreementTop .priceBox{margin-top: 30px;font-size: 50px;color: #efaa18;}
.agreementTop .priceBox span{font-size: 22px;color:#9a979b;vertical-align: super;}
.agreementTop a{margin-top: 20px;padding: 5px 25px;border: 1px solid #efaa18;display: inline-block;color: #efaa18;font-size: 18px}
.agreementbottom p{margin-top: 15px;letter-spacing: 0.5px;font-size: 14px;color: #999999;line-height: 25px;font-size: 14px}
.agreementbottom span{font-size: 16px;color: #666;display: block;width: 100%;text-align: center;margin-top: 15px;}
.agreementlist2 li:hover{border: 1px solid #efaa18;box-shadow: 2px 2px 10px 2px #eee;}
/*再业申请价格2*/
/*选择就业协议价格样式*/
.agreementPriceContainer{min-height: 1050px;}
.agreementPriceMain{width: 1200px;margin: 0 auto;}
.agreementPriceMain .priceTile1{text-align: center;color: #fff;font-size: 51px;font-family: 宋体;letter-spacing: 30px;padding-top: 80px;}
.agreementPriceMain .priceTile2{text-align: center;color: #fff;font-size: 24px;letter-spacing: 12px;font-family: "微软雅黑";margin-top: 38px;}
.agreementPriceMain .mainContent{width: 1200px;height:770px;background-color: #fff;margin-top: 73px;}
.agreementPriceMain .mainContentList{width: 1158px;height: 534px;margin: 0 auto;padding-top: 60px;}
/*5个的样式*/
.agreementPriceMain .mainContentList ul .block5{width: 20%;height:532px;border: 1px solid #e5e5e5;border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;float: left;}
.agreementPriceMain .mainContentList ul .block5:nth-child(1),.agreementPriceMain .mainContentList ul .block5:nth-child(2)
,.agreementPriceMain .mainContentList ul .block5:nth-child(3),.agreementPriceMain .mainContentList ul .block5:nth-child(4){border-right: none;}
.agreementPriceMain .mainContentList ul .block5:hover{border: 1px solid #efaa18;-webkit-transform: translateY(-5px);-moz-transform: translateY(-5px);-ms-transform: translateY(-5px);-o-transform: translateY(-5px);transform: translateY(-5px);-webkit-transition:all 1s ease;transition: all 1s ease;box-shadow: 0 10px 18px rgba(0, 0, 0, 0.10);transition: transform 1s;}
.agreementPriceMain .mainContentList ul .block5 .block5Box{width: 206px;margin: 0 auto;text-align: center;}
.agreementPriceMain .mainContentList ul .block5 .block5Title{font-size: 22px;color:#efaa18;letter-spacing: 1px;font-family: 黑体;margin-top: 40px;}
.agreementPriceMain .mainContentList ul .block5 .block5Title span{display: inline-block;width: 48px;height: 2px;background-color: #efaa18;font-size: 0;vertical-align: middle;}
.block5 .block5Title span:first-child{margin-right: 9px;}
.block5 .block5Title span:last-child{margin-left: 9px;}
.block5 .block5Price{margin-top: 22px;text-align: center;}
.block5 .block5Price span:first-child{color: #9a979b;font-size: 22px;font-family: 黑体;display: inline-block;vertical-align: top;padding-top: 6px;}
.block5 .block5Price span:last-child{color: #9a979b;font-size: 50px;font-family: 黑体;color:#efaa18;display: inline-block;vertical-align: top;	padding-left: 12px;}
.block5 .block5Button button{background: none;border: 1px solid #efaa18;width: 118px;height: 32px;line-height: 31px;font-size: 18px;font-family: 黑体;color:#efaa18;cursor: pointer;margin-top: 22px;}
.block5 .block5Button button:hover{background: #efaa18;color: #fff;}
.block5 .block5Box .block5Text{border-top: 1px solid #e5e5e5;margin-top: 38px;}
.block5 .block5Box .block5Text .title{font-size: 16px;color: #666666;font-family: 黑体;padding-top: 16px;}
.block5 .block5Box .block5Text .block5TextContent{padding-top: 20px;font-size: 14px;color: #999999;text-align: left;line-height: 24px;}
/*5个的样式结束*/
/*4个的样式*/
.agreementPriceMain .mainContentList ul .block4{width: 25%;height:532px;border: 1px solid #e5e5e5;border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;float: left;}
.agreementPriceMain .mainContentList ul .block4:nth-child(1),.agreementPriceMain .mainContentList ul .block4:nth-child(2)
,.agreementPriceMain .mainContentList ul .block4:nth-child(3){border-right: none;}
.agreementPriceMain .mainContentList ul .block4:hover{border: 1px solid #efaa18;-webkit-transform: translateY(-5px);-moz-transform: translateY(-5px);-ms-transform: translateY(-5px);-o-transform: translateY(-5px);transform: translateY(-5px);-webkit-transition:all 1s ease;transition: all 1s ease;box-shadow: 0 10px 18px rgba(0, 0, 0, 0.10);transition: transform 1s;}
.agreementPriceMain .mainContentList ul .block4 .block4Box{width: 206px;margin: 0 auto;text-align: center;}
.agreementPriceMain .mainContentList ul .block4 .block4Title{font-size: 22px;color:#efaa18;letter-spacing: 1px;font-family: 黑体;margin-top: 40px;}
.agreementPriceMain .mainContentList ul .block4 .block4Title span{display: inline-block;width: 48px;height: 2px;background-color: #efaa18;font-size: 0;vertical-align: middle;}
.block4 .block4Title span:first-child{margin-right: 9px;}
.block4 .block4Title span:last-child{margin-left: 9px;}
.block4 .block4Price{margin-top: 22px;text-align: center;}
.block4 .block4Price span:first-child{color: #9a979b;font-size: 22px;font-family: 黑体;display: inline-block;vertical-align: top;padding-top: 6px;}
.block4 .block4Price span:last-child{color: #9a979b;font-size: 50px;font-family: 黑体;color:#efaa18;display: inline-block;vertical-align: top;	padding-left: 12px;}
.block4 .block4Button button{background: none;border: 1px solid #efaa18;width: 118px;height: 32px;line-height: 31px;font-size: 18px;font-family: 黑体;color:#efaa18;cursor: pointer;margin-top: 22px;}
.block4 .block4Button button:hover{background: #efaa18;color: #fff;}
.block4 .block4Box .block4Text{border-top: 1px solid #e5e5e5;margin-top: 38px;}
.block4 .block4Box .block4Text .title{font-size: 16px;color: #666666;font-family: 黑体;padding-top: 16px;}
.block4 .block4Box .block4Text .block4TextContent{padding-top: 20px;font-size: 14px;color: #999999;text-align: left;line-height: 24px;}
/*4个的样式结束*/
/*3个的样式*/
.agreementPriceMain .mainContentList ul .block3{width: 32%;height:532px;border: 1px solid #e5e5e5;border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;float: left;}
.agreementPriceMain .mainContentList ul .block3:nth-child(1),.agreementPriceMain .mainContentList ul .block3:nth-child(2){margin-right: 2%;}
.agreementPriceMain .mainContentList ul .block3:hover{border: 1px solid #efaa18;-webkit-transform: translateY(-5px);-moz-transform: translateY(-5px);-ms-transform: translateY(-5px);-o-transform: translateY(-5px);transform: translateY(-5px);-webkit-transition:all 1s ease;transition: all 1s ease;box-shadow: 0 10px 18px rgba(0, 0, 0, 0.10);transition: transform 1s;}
.agreementPriceMain .mainContentList ul .block3 .block3Box{width: 206px;margin: 0 auto;text-align: center;}
.agreementPriceMain .mainContentList ul .block3 .block3Title{font-size: 22px;color:#efaa18;letter-spacing: 1px;font-family: 黑体;margin-top: 40px;}
.agreementPriceMain .mainContentList ul .block3 .block3Title span{display: inline-block;width: 48px;height: 2px;background-color: #efaa18;font-size: 0;vertical-align: middle;}
.block3 .block3Title span:first-child{margin-right: 9px;}
.block3 .block3Title span:last-child{margin-left: 9px;}
.block3 .block3Price{margin-top: 22px;text-align: center;}
.block3 .block3Price span:first-child{color: #9a979b;font-size: 22px;font-family: 黑体;display: inline-block;vertical-align: top;padding-top: 6px;}
.block3 .block3Price span:last-child{color: #9a979b;font-size: 50px;font-family: 黑体;color:#efaa18;display: inline-block;vertical-align: top;padding-left: 12px;}
.block3 .block3Button button{background: none;border: 1px solid #efaa18;width: 118px;height: 32px;line-height: 31px;font-size: 18px;font-family: 黑体;color:#efaa18;cursor: pointer;margin-top: 22px;}
.block3 .block3Button button:hover{background: #efaa18;color: #fff;}
.block3 .block3Text{border-top: 1px solid #e5e5e5;/*margin-top: 38px;*/ width: 330px; margin: 38px auto 0 auto;	}
.block3 .block3Text .title{font-size: 16px;color: #666666;font-family: 黑体;padding-top: 16px;text-align: center;}
.block3 .block3Text .block3TextContent{padding-top: 20px;font-size: 14px;color: #999999;text-align: left;line-height: 24px;}
/*3个的样式结束*/
/*2个的样式*/
.agreementPriceMain .mainContentList ul .block2{width: 100%;height:220px;border: 1px solid #e5e5e5;border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;margin-bottom: 20px;}
.agreementPriceMain .mainContentList ul .block2:nth-child(1),.agreementPriceMain .mainContentList ul .block2:nth-child(2){margin-right: 2%;}
.agreementPriceMain .mainContentList ul .block2:hover{border: 1px solid #efaa18;-webkit-transform: translateY(-5px);-moz-transform: translateY(-5px);-ms-transform: translateY(-5px);-o-transform: translateY(-5px);transform: translateY(-5px);-webkit-transition:all 1s ease;transition: all 1s ease;box-shadow: 0 10px 18px rgba(0, 0, 0, 0.10);transition: transform 1s;}
.agreementPriceMain .mainContentList ul .block2 .block2Box{width:calc(100% - 790px);margin: 0 auto;text-align: center;}
.agreementPriceMain .mainContentList ul .block2 .block2Title{font-size: 22px;color:#efaa18;letter-spacing: 1px;font-family: 黑体;margin-top: 28px;}
.agreementPriceMain .mainContentList ul .block2 .block2Title span{display: inline-block;width: 48px;height: 2px;background-color: #efaa18;font-size: 0;vertical-align: middle;}
.block2 .block2Title span:first-child{margin-right: 9px;}
.block2 .block2Title span:last-child{margin-left: 9px;}
.block2 .block2Price{margin-top: 22px;text-align: center;}
.block2 .block2Price span:first-child{color: #9a979b;font-size: 22px;font-family: 黑体;display: inline-block;vertical-align: top;padding-top: 6px;}
.block2 .block2Price span:last-child{color: #9a979b;font-size: 50px;font-family: 黑体;color:#efaa18;display: inline-block;vertical-align: top;padding-left: 12px;}
.block2 .block2Button button{background: none;border: 1px solid #efaa18;width: 118px;height: 32px;line-height: 31px;font-size: 18px;font-family: 黑体;color:#efaa18;cursor: pointer;margin-top: 22px;}
.block2 .block2Button button:hover{background: #efaa18;color: #fff;}
.block2 .block2Text{border-right: 1px solid #e5e5e5;/*margin-top: 38px;*/width: 758px;margin: 10px 0 10px 32px; height: 200px;	}
.block2 .block2Text .title{font-size: 16px;color: #666666;font-family: 黑体;padding-top: 16px;}
.block2 .block2Text .block2TextContent{padding-top: 16px;font-size: 14px;color: #999999;text-align: left;line-height: 24px;}
/*2个的样式结束*/
/*协议价格结束*/

/*提交相关需求样式*/
.requirementContainer{width: 1200px;margin: 0 auto;}
.requirementContainer .topTitle{padding-top: 40px;padding-bottom: 12px;font-size: 18px;color: #303030;/*	border-bottom: 1px solid #f0f0f0;*/}
.requirementContainer .mainContent textarea{width: 1200px;height: 200px;border: 1px solid #f0f0f0;padding-left: 20px;padding-top: 20px;margin-top: 30px;resize: none;	}
.requirementContainer .mainContent textarea:focus{border: 2px solid #fbc131;box-shadow: 0 0px 3px #fbc131;}
.requirementContainer .mainContent textarea::-webkit-input-placeholder {font-size: 14px;color: #999999;}
.requirementContainer .mainContent textarea:-moz-placeholder {font-size: 14px;color: #999999;}
.requirementContainer .mainContent textarea::-moz-placeholder {font-size: 14px;color: #999999;}
.requirementContainer .mainContent textarea:-ms-input-placeholder { font-size: 14px;color: #999999;}
.requirementContainer .mainContent .contactTitle{font-size: 14px;color: #999999;padding-top: 30px;padding-bottom: 20px;	}
.requirementContainer .mainContent input{width:280px;height: 40px;border: 1px solid #f0f0f0;padding-left: 16px;}
.requirementContainer .mainContent input:focus{border: 2px solid #fbc131;box-shadow: 0 0px 3px #fbc131;}
.requirementContainer .mainContent input::-webkit-input-placeholder {font-size: 14px;color: #999999;}
.requirementContainer .mainContent input:-moz-placeholder {font-size: 14px;color: #999999;}
.requirementContainer .mainContent input::-moz-placeholder {font-size: 14px;color: #999999;}
.requirementContainer .mainContent input:-ms-input-placeholder { font-size: 14px;color: #999999;}
.requirementContainer .mainContent #phoneNumber{margin-left: 20px;}
.requirementContainer .mainContent .requirementButton{display:block;width: 160px;height: 40px;background-color: #efaa18;border: none;font-size: 20px;color: #fff;border-radius: 8px;-moz-border-radius: 8px;-webkit-border-radius: 8px;	margin: 0 auto;margin-top: 74px;margin-bottom: 176px;cursor: pointer;}
.requirementContainer .mainContent .requirementButton:hover{background: rgba(239,170,24,0.8);}
.selectBox{margin-top: 40px;}
.selectBox select{width: 160px;border-radius: 8px;-webkit-border-radius: 8px;-moz-border-radius: 8px;border: 1px solid #ddd;padding-left: 10px;margin-right: 10px;font-size: 16px;height: 30px;line-height: 30px;}
.selectBox select option{display: inline-block;border: 0;}
/*提交相关需求样式结束*/

/*职豆豆资讯三级*/
.infothreeContent{width: 1200px;margin: 0 auto;}
.infothreeMain .infothreeTip{text-align: center;margin-top: 20px;margin-bottom: 85px;}
.infothreeMain h3{text-align: center;font-size: 24px;font-weight: bold;}
.infothreeMain{margin-top: 120px;padding-bottom: 75px;border-bottom: 1px solid #ddd;}
.infothreeMain .infothreetime{background: url(../imgs/images/timethree.png)no-repeat;color: #999999;padding-left: 22px;margin-right: 20px;}
.infothreeMain .infothreecheck{background: url(../imgs/images/checkthree.png)no-repeat;color: #999999;padding-left: 22px;background-position: 0px 2px}
.infothreeMain .infothreeArticle{width: 1200px;margin: 0 auto;color: #333;height: auto;min-height: 150px;}
.infothreeMain .infothreeArticle img{text-align: center;}
.infothreeMain .learnmoreBox{width: 1200px;margin: 0 auto;}
.infothreeMain .learnmoreBox img{width: 1200px;}
.infothreeContent .comment{margin-top: 75px;}
.infothreeContent .comment textarea{width: 1200px;resize: none;height: 265px;padding: 15px;border: 1px solid #dadada;border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;}
.infothreeContent .comment textarea::-webkit-input-placeholder{color: #dadada;}
.infothreeContent .comment textarea::-moz-placeholder{color: #dadada;}
.infothreeContent .comment p{font-size: 18px;color: #000;font-weight: bold;margin-bottom: 15px;}
.infothreeContent .comment .keepcomment{width: 230px;padding: 10px 0;margin: 0 auto;border-radius: 20px;-webkit-border-radius: 20px;-moz-border-radius: 20px;border: none;background-color: #efaa18;color: #fff;font-size: 16px;margin-top: 40px;}
.infothreeContent .comment form{text-align: center;}
.infothreeContent .comment .keepcomment:hover{background-color: rgba(239,170,24,.9)}
.infothreeContent .commentMain .title{margin-top: 70px;font-size: 18px;color: #000;font-weight: bold;margin-bottom: 15px;}
.commentTop .commentator img{width: 38px;height: 38px;border-radius: 50%;-webkit-border-radius: 50%;-moz-border-radius:50%;border: 1px solid #ddd;margin-right: 10px;}
.commentTop .commentator span{font-size: 18px;color: #333333;}
.commentTop .commentator{float: left;}
.commentTop .commentState span{font-size: 16px}
.commentTop .commentState .reply{padding-right: 20px;border-right: 1px solid #333;font-size: 16px}
.commentTop .commentState{float: right;line-height: 38px;}
.commentTop .commentState a{margin-right: 10px;font-size: 16px;display: none;}
/*小图标*/
@font-face {
  font-family: 'iconfont';  /* project id 918296 */
  src: url('//at.alicdn.com/t/font_918296_t1nknnvxnel.eot');
  src: url('//at.alicdn.com/t/font_918296_t1nknnvxnel.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_918296_t1nknnvxnel.woff') format('woff'),
  url('//at.alicdn.com/t/font_918296_t1nknnvxnel.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_918296_t1nknnvxnel.svg#iconfont') format('svg');
}
.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}
.commentTop .commentState .heart{color: #cccccc;margin-left: 15px;}
.commentTop .commentState .giveheart{color: #efaa18;}
.commentArea{font-size: 14px;color: #666666;margin-top: 15px;letter-spacing: 1px;margin-bottom: 20px;}
.commentMain li:first-child{border-top: 0;}
.commentMain li{padding-top: 35px;border-top: 1px solid #ddd;padding-bottom: 40px;}
/*.commentMain .commentitem{padding-bottom: 100px;}*/
.replyBox{margin-top: 20px;position: relative;display: none;margin-bottom: 80px;}
.replyBox textarea{width: 1200px;resize: none;height: 200px;padding: 10px;}
.replyBox .wordsNum .remain{color: #efaa18;}
.replyBox .wordsNum {position: absolute;bottom: 25px;right: 10px;color: #CCCCCC;}
.ke-statusbar{display: none;}
.ke-toolbar{position: absolute;left: 0;bottom: -35px;border-bottom: 0!important}
.ke-toolbar-icon-url{background-image: url(../imgs/images/look.png)!important;background-repeat: no-repeat;width: 21px!important;height: 21px!important;background-position: 0 0!important;}
.replyBox .lookBtn{position: absolute;right: 0;bottom: -60px;}
.replyBox .lookBtn .cancelBtn{font-size: 16px;color: #efaa18;}
.replyBox .lookBtn .replyBtn{width: 100px;padding: 10px 0;background-color: #efaa18;display: inline-block;text-align: center;color: #fff;margin-left: 20px;font-size: 16px}
.replyBox .lookBtn .replyBtn:hover{background: rgba(239,170,24,0.8)}
.replyArea{width: 1100px;margin: 0 auto;}
.replyArea .commentList{display: none;}
.replyArea .commentlistitem{position: relative;background-color: #F7F7F7;padding: 10px 20px;}
.replyArea .commentList .moreinfo{background: none;text-align: center;margin-top: 5px;}
.replyArea .commentList .moreinfo button{background-color: #eee;padding: 5px 20px;border: none;}
.replyArea .commentlistitem a{position: absolute;right: 10px;top: 10px;display: none;}
.replyArea div p{width: 95%;}
/*修改样式评论*/
.commentTip{background-color: #f7f7f7;padding: 10px 20px}
.commentTip span{color: deepskyblue;margin-right: 5px;}
.commentTip span:last-child{margin-left: 5px;}

/*登陆成功*/
.loginsuccess{width: 100%;background-color: #f9f6f4;text-align: center;padding-bottom: 95px;margin-bottom: 185px;}
.loginsuccess img{margin: 40px 0;}
.loginsuccess p{font-size: 16px;margin-bottom: 20px;}
.loginsuccess p .persondata{color: #f0b54a;text-decoration:underline;margin-left: 10px;}
.loginsuccess .returnback{font-size: 16px;color: #1869ef;}
/*手机验证登陆*/
.formContainer .phoneverifyTitle{text-align: center;font-size: 24px;color: #efaa18;padding: 45px 0;padding-top: 75px;}
.phoneLogin .phoneverifyNum{margin-bottom: 50px;}
.phoneLogin  .phoneverifyCode{margin-bottom: 60px;}
.phoneLogin  .phoneverifyCode .identifycode{position: absolute;height: 37px;top: -1px;background-color: #efaa18;text-align: center;line-height:37px;width: 95px;right: 0;color: #fff;margin-top: 0;padding-left: 0;}
/*找回密码*/
.loginMain .middleMainInput .getbackpass{height: 400px;border:none;margin-top: 36px;}
.loginMain .loginInput .getbacktitle{padding: 55px 0 40px 0;}
.phoneLogin .getbackphone{margin-bottom: 30px;}
.phoneLogin .getbackcode{margin-bottom: 50px;border: 0;}
.middleMain .inputBorder label{width: 72px; display: inline-block;text-align: center;font-size: 16px;color: #666666;}
.middleMain .inputBorder input{height: 30px;border: none;margin-top: 4px;padding-left: 20px;color: #333333;}
.middleMain .inputBorder input::-webkit-input-placeholder {font-size: 16px;color: #999999;}
.middleMain .inputBorder input:-moz-placeholder {font-size: 16px;color: #999999;}
.middleMain .inputBorder input::-moz-placeholder {font-size: 16px;color: #999999;}
.middleMain .inputBorder input:-ms-input-placeholder { font-size: 16px;color: #999999;}
.middleMain .loginInputContainer .getbacklogin{width: 100%;text-align: center;display: inline-block;margin-top: 20px;font-size: 14px}
.phoneLogin .getbackcode div{height: 38px;border: 1px solid #CECECE;width: 210px;}
/*个人信息修改*/
.personalMain .selectBox{margin-top: 30px;margin-bottom: 0}
.editBox .personalMain{height: 530px;}
.personalMain .submit{margin-top: 35px;}
.personalMain .companyBox{display: none;}
.cardContent{height: 400px;}
/*我的订单*/
.myordersbanner{width:100%;height:313px;background:url("../imgs/images/myorderbanner.png") no-repeat}
.myordersmain{margin:40px auto 130px auto;color:#666;}
.myorderssearchmain{border:1px solid #e6e6e6;border-left:none}
.myorderssearchmain .myorderssearch{position:relative;}
.myorderssearch,.myorderstexts{line-height:52px;height:52px;width:200px;text-align: center;background:url('../imgs/images/myorderfile.png') no-repeat 40px center}
.myorderssearch .search{cursor:pointer;display:block;border-left:1px solid #e6e6e6;border-right:1px solid #e6e6e6}
.myorderssearch .search:after{content:"";display:block;background:url('../imgs/images/myordersflag.png') no-repeat;width:13px;height: 8px;position:absolute;right:29px;top:22px;}
.myorderstexts{border-right:1px solid #e6e6e6;}
.myorderssearch ul{position:absolute;top:52px;left:0;border:1px solid #e6e6e6;width:200px}
.myorderssearch ul li{background:#fff;cursor:pointer;width:100%;height:52px;line-height:52px;text-align: center;}
.myorderssearch ul li:first-child{border-top:0;border-bottom:0}
.myorderssearch ul .orderactive{background:#fbc131;color:#fff;}
.myordersmain  .myorderstable{margin-top:20px;}
.myordersmain  .myorderstable table{width: 100%;border-collapse: collapse; border-spacing: 0;border:1px solid #ddd}
.myorderstable table th, .myorderstable table td{white-space:nowrap}
.myorderstable table tr th {font-weight: normal;  font-size: 16px;padding: 10px 5px;  text-align: center;color:#666;border: 1px solid #ddd;background:#f4f5f9}
.myorderstable table tr td{color:#666666;text-align: center;padding: 15px 0;border:1px solid #ddd}
.myorderstable table tr td:nth-child(2){color:#fbc131}
.myorderstable table tr td a:nth-child(2){margin-left:20px;margin-right:20px;}
.myorderstable table tr td a{display:inline-block;color:#666}
.myorderstable table tr td a:hover{color:#fbc131}
/*订单弹出框*/
.myorderdetail .layui-layer-title{font-size:16px;color:#666;text-align: center;background:#fff;height:52px;line-height: 52px;}
.myorderdetail .layui-layer-ico{background:url('../imgs/images/myorderdialog.png') no-repeat;width:19px;height:19px;}
.myorderdetail.layui-layer-dialog .layui-layer-content{padding:28px;font-size:16px;color:#999;height:324px !important;}
.myorderdetail  ul li{float:left;width:50%;margin-bottom:14px;}
.myorderdetail  ul li:first-child{width:100%}
.myorderdetail  ul li:last-child{width:100%}
.myorderdetail .title{color:#666;}
.myorderdetail .orange{color:#efaa18}
.myorderdetail .layui-layer-btn{text-align:center}
.myorderdetail .layui-layer-btn .layui-layer-btn0{padding:0;font-size:16px;width:100px;height:36px;line-height: 36px;color:#fff;background:#efaa18;border:none}
/*消息修改*/
.rightNotice .titleBox{padding: 15px 30px;border-bottom: 1px solid #ddd;font-size: 18px}
.rightNotice .titleBox p{padding-left: 20px;border-left:4px solid #efaa18 ;padding-top: 3px;padding-bottom: 3px;}
.rightNotice .titleBox div{padding: 3px 0;}
.rightNotice .titleBox div input{margin-right: 10px;vertical-align: middle;width: 15px;height: 15px;}
.rightNotice .titleBox div label{font-size:16px }
.rightNotice .titleBox div a{font-size:14px ;margin-left: 30px;padding: 8px 10px;background-color: #c4c4c4;color: #fff;border-radius: 4px;}
.wordsBox h3 input{margin-top: 6px;width: 15px;height: 15px;margin-right: 20px;}
.wordsBox h3 .read{margin-left: 40px;font-size: 14px;padding: 2px 5px;color: #fff;font-weight: normal;}
.wordsBox h3 .alreadyread{background-color: #efaa18;}
.wordsBox h3 .noread{background-color: #00a0e9}
.wordsBox ul li input{width: 15px;height: 15px;margin-right: 20px;margin-top: 15px;}
.wordsBox ul li .read{margin-left: 40px;font-size: 14px;padding: 2px 5px;color: #fff;font-weight: normal;line-height: normal;margin-top: 12px;}
.wordsBox ul li .alreadyread{background-color: #efaa18;}
.wordsBox ul li .noread{background-color: #00a0e9}
/*账户安全*/
.securityimg{width: 100%;}
.securityMain{width: 1200px;margin: 0 auto;height: 465px;border: 1px solid #e6e6e6;margin-top: 30px;margin-bottom: 140px;}
.securityBox .securityMain .title{padding: 20px 45px;border-bottom: 1px solid #E6E6E6;}
.securityBox .securityMain .title span{border-left:4px solid #fbc131 ;font-size: 18px;padding: 5px 0;padding-left: 20px;}
.securityMain ul{margin: 15px 40px;}
.securityMain ul li{padding: 20px 0;border-bottom: 1px solid #e6e6e6;font-size: 16px;color: #666666;} 
.securityMain ul li img{vertical-align: middle;}
.securityMain ul li p{display: inline-block;}
.securityMain ul li .phoneleft{margin-left: 15px;width: 100px;display: inline-block;}
.securityMain ul li p span{color: #ff5700;}
.securityMain ul li a{line-height: 35px;display: inline-block;color: #266090;}
.securityMain ul li .test span{margin: 0 5px;}
/*个人信息编辑修改*/
.personalMain .leftform{width: 285px;}
.personalMain .rightform{width: 285px;}
.personalMain .submitBox{clear: both;position: absolute;bottom: 60px;width: 100%;}
/*文件信息修改*/
.noticeContent .rightNotice{position: relative;}
.wordsBox ul li a{float: right;padding: 12px 30px;color: #efaa18;border-radius: 20px;font-size: 16px;vertical-align: middle;background:none}
.noticeContent .rightNotice .popup{display:none;position: absolute;top: 280px;z-index: 10;width: 555px;left: 210px;border: 1px solid #b5b5b5;}
.noticeContent .rightNotice .popup .popuptitle{background-color: #eef0f5;padding: 10px 15px;}
.rightNotice .popup .popuptitle .attachmentimg{background: url(../imgs/images/attachment.png)no-repeat ;padding-left: 33px;font-size: 16px;color: #464647;}
.noticeContent .rightNotice .popup .popupMain{background-color: #fff;padding: 35px 35px 30px 35px;color: #333333;}
.rightNotice .popup .popupMain h3 span{margin-left: 25px;}
.rightNotice .popup .popupMain ul{margin-left: 20px;margin-top: 40px;font-size: 16px}
.rightNotice .popup .popupMain ul li{margin-bottom: 30px;}
.rightNotice .popup .popupMain ul li span{border-bottom: 1px solid #b5b5b5;color: #b5b5b5;margin-left: 20px;cursor:default}
.rightNotice .popup .popupMain ul li a{color: #398cff;}
.rightNotice .popup .popupMain .popupoperate{text-align: center;font-size: 16px;margin-top: 50px;margin-bottom: 10px;}
.popupMain .popupoperate a{padding: 10px 0;border-radius: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;width: 90px;text-align: center;display: inline-block;}
.popupMain .popupoperate a:first-child{border: 1px solid #b5b5b5;color: #b5b5b5;}
.popupMain .popupoperate a:last-child{background-color: #efaa18;color: #fff;border: 1px solid #efaa18;margin-left: 25px}
/*系统通知样式修改*/
.wordsBox .articleBox .outside{display: none;cursor: pointer;}
.rightNotice .noticeContentup{position: absolute;top: 0;width: 100%;background-color: #f4f4f4;padding: 15px 20px;text-align: center;height:100%;display: none;}
.rightNotice .noticeContentup h3{margin-top: 50px;font-size: 20px;font-weight: bold;}
.rightNotice .noticeContentup .noticeup{text-align: center;margin-top: 35px;}
/*首页热门企业轮播*/
.hotCompanyMainbox{position: relative;width: 1360px;margin-left: -80px;}
.hotCompanyList{margin-left: 80px;overflow: hidden;margin-right: 80px;position: relative;height: 367px;}
.hotCompanyMainbox .hotCompanybtn{position: absolute;background-color:rgba(148,148,148,0.6);padding:25px;background-size:30px 30px;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;background-position:center;background-repeat:no-repeat;width: 22px;height: 44px;margin-top: -32px;cursor: pointer;display: none;}
.hotCompanyMainbox .hotCompanyright{background-image:url(../imgs/images/right.svg);right:1%;top: 50%;}
.hotCompanyMainbox .hotCompanyleft{background-image:url(../imgs/images/left.svg);left: 1%;top: 50%;}
.homePageWork .hotCompanyList ul li a{width: 222px;height: 158px;border: 1px solid #e5e5e5;border-radius: 8px;-moz-border-radius: 8px;-webkit-border-radius: 8px;display: inline-block;vertical-align: top;margin-right: 18px;margin-bottom: 20px;position: relative;cursor: pointer;background-color: #fff}
.hotCompanyList .tempWrap{width: auto!important;}
.homePageWork .hotCompanyList ul li{padding-top:10px;}
.homePageWork .hotCompany .triggle{position: absolute;bottom: -1px;left: 40px;}
.homePageWork .hotJob .triggle{position: absolute;bottom: -1px;left: 40px;}
.hpwbottomBanner{margin-top: 60px;}
.mainContent .lifeNews{padding: 15px 15px;background-color: #fff;position: relative;border-bottom: 1px solid #efaa18}
.mainContent .lifeNews img{position: absolute;bottom: 0;left: 40px;}
/*修改后企业登陆*/
.newcompanyLogin{
	width: 100%;
	height: 100%;
	position: relative;
}
.newcompanyLogin .mainContainer{
	width: 450px;
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	right: 200px;
}
.newcompanyLogin .topTabs span{
	display: inline-block;
	font-size: 0;
	width: 225px;
	border: 1px solid #efaa18;
	font-size: 18px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	background-color: #fff;
	border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;	
	cursor: pointer;
}
.newcompanyLogin .topTabs .active{
	background-color: #efaa18;
	color: #fff;
}
.newcompanyLogin .formContainer{
	background-color: #fff;
	height: 440px;
	box-shadow: 0 0px 10px rgba(255, 255, 255,0.8);	
	padding: 0 36px;
	border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;	
	border: 1px solid #efaa18;	
	border-top: 0;
}
.newcompanyLogin .comLoginTitle{
	text-align: center;
	font-size: 24px;
	color: #efaa18;
	padding: 38px 0;
}
.newcompanyLogin .inputBorder{
	border: 1px solid #cecece;
	height: 38px;
	margin-bottom: 24px;
}
.newcompanyLogin .inputBorder input{
	height: 30px;
	border: none;
	margin-top: 4px;
	border-left: 1px solid #cecece;
	padding-left: 20px;
	color: #333333;
	width: 302px;
}
.newcompanyLogin .inputBorder input::-webkit-input-placeholder {
	font-size: 16px;
	color: #999999;
}
.newcompanyLogin .inputBorder input:-moz-placeholder {
	font-size: 16px;
	color: #999999;
}
.newcompanyLogin .inputBorder input::-moz-placeholder {
	font-size: 16px;
	color: #999999;
}
.newcompanyLogin .inputBorder input:-ms-input-placeholder { 
	font-size: 16px;
	color: #999999;
}
.newcompanyLogin .inputBorder label{
	width: 72px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #666666;	
}
.newcompanyLogin .textNumberBox{
	position: relative;
}
.newcompanyLogin .textNumberBox img{
	position: absolute;
	height: 36px;
	right: 0;
}
.newcompanyLogin .remberAccountBox label{
	color: #999999;
	font-size: 14px;
	padding-left: 18px;
	
}
.newcompanyLogin .remberAccountBox .forgetPassword{
	color: #efaa18;
	font-size: 14px;
}
.newcompanyLogin .submitButton #loginButton{
	width: 100%;
	background-color: #efaa18;
	border: none;
	height: 40px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	font-size: 18px;
	color: #fff;
	margin-top: 30px;
	cursor: pointer;
}
.newcompanyLogin .submitButton #loginButton:hover{
	background: rgba(239,170,24,0.8);	
}
.newcompanyLogin .forgotPassWord a{
	float: right;
	color: #efaa18;
	font-size: 14px;
}
.newcompanyLogin .goRegister{
	font-size: 14px;
	color: #666666;
	text-align: center;
	margin-top: 20px;
}
.newcompanyLogin .goRegister a{
	color: #efaa18;
	padding-left: 12px;
}
.newcompanyLogin .companyNameLogin{
	display: none;
}

/*我的订单修改*/
/*我的订单*/
.newmyordersbanner{width:100%;height:313px;background:url("../imgs/images/myorderbanner.png") no-repeat center }
.newmyordersmain{margin:40px auto 130px auto;color:#666;}
.newmyorderssearchmain{border:1px solid #e6e6e6;border-left:none}
.newmyorderssearchmain .newmyorderssearch{position:relative;}
.newmyorderssearch,.newmyorderstexts{line-height:52px;height:52px;width:200px;text-align: center;background:url('../imgs/images/myorderfile.png') no-repeat 40px center}
.newmyorderssearch .search{cursor:pointer;display:block;border-left:1px solid #e6e6e6;border-right:1px solid #e6e6e6}
.newmyorderssearch .search:after{content:"";display:block;background:url('../imgs/images/myordersflag.png') no-repeat;width:13px;height: 8px;position:absolute;right:29px;top:22px;}
.newmyorderstexts{border-right:1px solid #e6e6e6;}
.newmyorderssearch ul{position:absolute;top:52px;left:0;border:1px solid #e6e6e6;width:200px}
.newmyorderssearch ul li{background:#fff;cursor:pointer;width:100%;height:52px;line-height:52px;text-align: center;}
.newmyorderssearch ul li:first-child{border-top:0;border-bottom:0}
.newmyorderssearch ul li:hover{background:#fbc131;color:#fff;}
.newmyordersmain  .newmyorderstable{margin-top:20px;}
.newmyordersmain  .newmyorderstable table{width: 100%;border-collapse: collapse; border-spacing: 0;border:1px solid #ddd}
.newmyorderstable table th, .newmyorderstable table td{white-space:nowrap}
.newmyorderstable table tr th {font-weight: normal;  font-size: 16px;padding: 10px 5px;  text-align: center;color:#666;border: 1px solid #ddd;background:#f4f5f9}
.newmyorderstable table tr td{color:#666666;text-align: center;padding: 15px 0;border:1px solid #ddd}
.newmyorderstable table tr td:nth-child(4){color:#fbc131}
.newmyorderstable table tr td a:nth-child(2){margin-left:20px;margin-right:20px;}
.newmyorderstable table tr td a{display:inline-block;color:#666}
.newmyorderstable table tr td a:hover{color:#fbc131}
/*订单详情*/
.neworderdetail .newordermain .title{font-size: 18px;margin: 30px 0;}
.neworderdetail .newordermain .newordermaindetail{background-color: #f8f8f8;padding: 50px 15px 50px 50px ;border: 1px solid #E0E0E0;border-top: 2px solid #fbc131;margin-bottom: 54px;}
.neworderdetail .newordermain .newordermaindetail .imgbox{width: 235px;height:170px;float: left;}
.neworderdetail .newordermain .newordermaindetail .imgbox img{width: 235px;height: 170px;}
.neworderdetail .newordermain .newordermaindetail .newdetail{float: left;margin-left: 50px}
.neworderdetail .newordermain .newordermaindetail .newdetail .name{font-size: 16px;padding-bottom:20px ;border-bottom: 1px solid #E0E0E0;}
.newordermain .newordermaindetail .newdetail ul{width: 840px;}
.newordermain .newordermaindetail .newdetail ul li{float: left;font-size: 16px;padding-top: 40px;}
.newordermain .newordermaindetail .newdetail ul li .coloractive{color: #fbc131;}
.newordermain .orderpaydetail{background-color: #f8f8f8;padding: 40px 50px ;border: 1px solid #E0E0E0;margin-bottom: 50px;color: #b5b5b5;}
.newordermain .orderpaydetail .leftmain{float: left;padding-right: 90px;border-right: 1px solid #E0E0E0;}
.newordermain .orderpaydetail .rightmain{float: left;padding-left: 90px;}
/*订单信息修改*/
.newpaymentContainer{
	width: 1200px;
	/*height: 500px;*/
	margin: 0 auto;
	margin-top: 90px;
	margin-bottom: 70px;
	padding: 50px 40px 0 40px;
	background-color: #fff
}
.newpaymentContainer .neworderTitle{
	font-size: 18px;
	color: #ff772b;
	padding-left: 10px;
	margin-bottom: 25px;
	border-left: 5px solid #ff772b;
}
.newpaymentContainer .neworderNum span:first-child{
	font-size: 16px;
	color: #333333;
}
.newpaymentContainer .neworderNum span:last-child{
	font-size: 16px;
	color: #ff772b;
}
.newpaymentContainer .neworderTitle2{
	font-size: 18px;
	color:#333333;
	margin-top:46px;
	padding: 20px;
	background-color: #f7f7f7
}
.newpaymentContainer .neworderTitle1{
	font-size: 18px;
	color:#333333;
	margin-top:46px;
	padding: 20px 0;
}
.pl30{
	padding-left: 30px;
}
.newpaymentContainer .newmoreInfo{
	color: #333333;
	font-size: 16px;
	margin-top: 30px;
	margin-bottom: 130px;
}
.newpaymentContainer .newmoreInfo .newmoreInfoitem{
	width: 32%;
	display: inline-block;
}
.newpriceText{
	color: #ff5701;
}
.newsubmitButtonContent{
	font-size: 16px;
	text-align: right;
	padding-bottom: 180px;
	color: #333;
}
.newsubmitButtonContent .newsubmitButton{
	width: 140px;
	height: 40px;
	background-color: #ff772b;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	display: inline-block;
	text-align: center;
	line-height: 40px;	
	margin-left:20px;
	cursor: pointer;
	font-size: 18px
}
.newsubmitButtonContent .newsubmitButton:hover{
	background-color:rgba(255,87,0,0.8)
}
.newpaymentMain .newordergrowinfo{
	margin-top: 35px;
	margin-bottom: 35px;
}
.newpaymentMain .newordergrowinfo .leftimg{
	width: 400px;
	height: 200px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px ;
}
.newpaymentMain .newordergrowinfo .leftimg img{
	width: 400px;
	height: 200px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px ;
}
.newpaymentMain .newordergrowinfo .rightmain{
	margin-left: 15px;
}
.newpaymentMain .newordergrowinfo .rightmain .selectbox{
	width: 695px;
	padding: 10px;
	background-color: #f7f7f7;
}
.newpaymentMain .newordergrowinfo .rightmain select{
	height: 35px;
	width: 260px;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px ;
	padding-left: 15px;
	
}
.newordergrowinfo .rightmain ul{
	margin-top: 20px;
	font-size: 14px;
	color: #333;
	margin-left: 30px;
	width: 665px;
}
.newordergrowinfo .rightmain ul li{
	width: 50%;
	float: left;
	margin-bottom: 15px;
}
.newordergrowinfo .rightmain ul li span{
	color:#ff772b ;
}
.newpaymentMain .neworderidentity .other{margin-left:25px;}
.newpaymentMain .neworderidentity select,.newpaymentMain .neworderidentity .other{
    height: 35px;
	width: 260px;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px ;
	padding-left: 15px;	
}
.newpaymentMain  .identityload{
	margin-top: 50px;
	margin-bottom: 60px;
}
.newpaymentMain  .identityload .identityfrontbox{
	text-align: center;
	margin-right: 30px;
}
.newpaymentMain  .identityload .identityfront{
	width: 350px;
	height: 255px;
	background-color: #f3f4f8;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px ;
}
.newpaymentMain  .identityload .identityfrontbox a,.newpaymentMain  .identityload .identityphotobox a{
	display: block;
	width: 135px;
	margin: 0 auto;
	margin-top: 30px;
	padding: 7px 0;
	border: 1.5px solid #ff772b;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px ;
	color: #ff772b;
	font-size: 18px;
	text-align: center;
}
.newpaymentMain  .identityload .identityfront p{
	text-align: center;
	padding: 30px 0;
	font-size: 16px;
	color: #6f6f70;
}
.newpaymentMain  .identityload .identityfront img{
	width: 235px;
	height: 145px;
}

.newpaymentMain  .identityload  .identityphoto{
	width: 350px;
	height: 255px;
	background-color: #f3f4f8;
	/*margin-left: 60px;*/
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px ;
}

.newpaymentMain  .identityload  .identityphoto img{
	margin: 30px 20px;
	width: 140px;
	height: 193px;
}
.newpaymentMain  .identityload  .identityphoto div{
	font-size: 16px
}
.newpaymentMain  .identityload  .identityphoto div p:first-child{
	margin: 15px 0 45px 0;
}
.newpaymentMain  .identityload  .identityphoto div p.tips{
	color: #ff772b;
	margin-bottom: 17px;
}
.newpaymentMain  .identityload input{
	opacity: 0;
    position: absolute;
    width: 135px;
    left: 0;
    height: 100%;
    top: 0;
};

