body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{margin:0;padding:0}
html{overflow:hidden;width: 100%;height: 100%;}
body{padding-bottom: 1.7rem;background-size: contain;font-family:'stheiti','microsoft yahei',helvetica,arial,sans-serif;-webkit-tap-highlight-color:rgba(0,0,0,0);width: 100%;}
a,a:active,a:hover,a:focus,a:visited{text-decoration:none}
a,img{-webkit-touch-callout:none}
a{text-decoration: none;}
ul,li{list-style: none;}
.clearfix:after{content: '';display: block;visibility: visible;overflow:hidden;clear: both;}
.img-responsive{width: 100%;height: auto;overflow:hidden;display: block;}
.hide{display: none;}

.page-one{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	overflow: hidden;
	background:#d7b673 url(/uploads/image/zsimages/people.jpg) no-repeat;
	background-size: 100%;
	text-align: center;
}
.logo{
	position: absolute;
	top: 0.3rem;
	width: 6rem;
	left: 50%;
	margin-left: -3rem;
	text-align: center;
}
.page_center{
	width: 11.4rem;
	position: absolute;
	left: 50%;
	margin-left: -5.7rem;
	top: 2.5rem;
	border:1px solid #fff;
	text-align: center;
	padding-bottom: 1.2rem;
}
.slogan{
	margin-top: 1rem;
	width: 10rem;
	text-align: center;
	margin-left: 1rem;
}
.p_name{
	font-size:1rem;
	color: white;
	width: 100%;
	text-align: center;
	padding-top: 1.5rem;
}
.p_ask{
	color: #000;
	font-size: 0.85rem;
	position: relative;
	width: 13rem;
	text-align: center;
	font-weight: bold;
	line-height: 1.1rem;
	background:#d7b673;
	left: -0.8rem;
	top: 1rem;
	padding: 10px 0;
}
.line{
	position: absolute;
	bottom:5rem;
	width: 11.4rem;
	left: 50%;
	margin-left: -5.7rem;
}
.page_btn{
	position: absolute;
	left: 50%;
	bottom: 1rem;
	width: 11.4rem;
	margin-left: -5.7rem;
}
.p1{
	font-size: 0.65rem;
	color: white;
	padding: 13px 0  5px;
}
.start_btn{
	width: 100%;
	height: 1.9rem;
	line-height: 1.9rem;
	text-align: center;
	background-color: #222;
	color: #d7b673;
	font-size: 0.9rem;
	font-weight: bold;
	border-radius: 5px;
	display: inline-block;
}

.wj_header_txt{
	background: url(/uploads/image/zsimages/wj_header_bg.jpg) no-repeat;
	background-size: 100%;
	padding: 2rem  0.8rem 1rem;
	color: #e6c37c;
	font-size: 0.65rem;
}
.wj_header_txt p{
	padding-bottom: 0.7rem;
	line-height: 1rem;
}
.form_box{
	padding: 0 0.6rem;
}
.question_item{
	border-bottom: 1px solid #efe2c7;
	display: inline-block;
	width: 100%;
	padding: 10px 0;
}
.question-name{
	font-size: 0.7rem;
	color: #3e3e3e;
	line-height: 0.9rem;
}
.question-choose{
	padding-left: 0.5rem;
	font-size: 0.65rem;
}
.choose_item{
	width: 50%;
	float: left;
	display: block;
	margin-top: 10px;
}
.choose_item input,label{
	vertical-align: middle;
}
.choose_item .label-word{
	color: #d7b673;
	padding-right: 8px;
	font-size: 0.7rem;

}
.regular-radio{
	display: none;
}
.regular-radio label.label{
	-webkit-appearance:none;
	background-color: #fff;
	border: 1px solid #d7b673;
	border-radius: 50px;
	display: inline-block;
	padding: 8px;
	position: relative;
}
.regular-radio:checked label.label:after{
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50px;
	position: absolute;
	top: 3px;
	background: #d7b673;
	text-shadow:0;
	left: 3px;
	font-size: 32px;
}
.button-sub{
	background-color: #222;
	width: 90%;
	margin-left: 5%;
	display: inline-block;
	height: 1.9rem;
	line-height: 1.9rem;
	text-align: center;
	color: #d7b673;
	clear: both;
	border: 0;
	border-radius: 5px;
	margin-top: 20px;
	font-size: 0.7rem;
	cursor: pointer;
}

.zt_mask{
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: rgba(32,32,32,0.6);
	z-index: 889;
}
.form_box2{
	position: fixed;
	left: 0.5rem;
	right: 0.5rem;
	top: 1rem;
	background-color: #d7b673;
	min-height: 12rem;
	z-index: 900;
	border-radius: 5px;
}
.close_box{
	position: absolute;
	right: 0.2rem;
	top: -0.5rem;
	width: 26px;
	height: 26px;
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 50%;
	z-index: 99999;
	text-align: center;
	padding: 2px;
	background-color: #ccab69;
}
.close_box:before{
	content: '';
	position: absolute;
	top: 50%;
	
	width: 26px;
	height: 1px;
	background-color: #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	display: block;
}
.close_box:after{
	content: '';
	position: absolute;
	top: 50%;
	width: 26px;
	height: 1px;
	background-color: #fff;
	display: block;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.form_tit{
	color: #030303;
	text-align: center;
	padding: 1.5rem 0 0.8rem;
	width: 90%;
	margin-left: 5%;
	margin-bottom: 1rem;
	font-size: 0.8rem;
	border-bottom: 1px solid #a78f5d;
}
.value_item{
	margin-bottom: 0.7rem;
}
.value_item  input{
	font-size: 0.65rem;
}
.value_item span{
	display: inline-block;
	width: 25%;
	text-align: right;
	height: 1.7rem;
	line-height: 1.7rem;
	color: #3e3e3e;
	font-size: 0.7rem;
	padding-right: 10px;
	box-sizing:border-box;
}
.value_box{
	width: 65%;
	height: 1.7rem;
	line-height: 1.7rem;
	background-color: #fff;
	border: 0;
	padding-left: 5px;
	box-sizing:border-box;
	font-size: 0.65rem;
}
.submit_form_btn{
	height: 1.9rem;
	width: 80%;
	line-height: 1.9rem;
	text-align: center;
	font-size: 0.7rem;
	color: #d7b673;
	border: 0;
	background: #222;
	border-radius: 8px;
	display: inline-block;
	margin-left: 13%;
	margin-top: 1rem;
}
.pop_window{
	display: none;
}
select{
	-webkit-appearance: none;
	font-size: 0.65rem;
}
.graycolor{
	color: #999;
}
.arrow_down{
	position: relative;
}
.arrow_down:after{
	content: '';
	position: absolute;
	top: 50%;
	right: 13%;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #ccc;
	margin-top: -5px;
}

.result-box{
	background:#000 url(/uploads/image/zsimages/result_bg.jpg) no-repeat;
	width: 100%;
	background-size: cover;
	padding: 1rem 0.5rem;
	box-sizing:border-box;
	display: block;
	overflow: hidden;
	position: absolute;
	left: -10000%;
	top: 0;
	padding-bottom: 3rem;
}
.result_tit{
	position: relative;
	width: 100%;
	text-align: center;
}
.result_tit:before{
	content: '';
	border-bottom: 1px solid #d7b673;
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	top: 50%;
	display: inline-block;
}
.result_tit h2{
	font-size: 1.2rem;
	color: #d7b673;
	padding: 0 10px;
	background: #181818;
	position: relative;
	z-index: 1;
	display: inline-block;
}
.radar_score{
	width: 100%;
	border: 1px solid #fff;
	min-height: 10rem;
	padding: 0.5rem;
	box-sizing:border-box;
	margin-top: 1rem;
}
.radar_name{
	color: #fff;
	font-size: 0.7rem;
	text-align: center;
	width: 100%;
	line-height: 2rem;
}
.item_tit{
	font-size: 0.8rem;
	color: #d7b673;
	padding-top: 0.7rem;
}
.type_item{
	font-size: 0.7rem;
	width: 30%;
	height: 1.5rem;
	line-height: 1.5rem;
	text-align: center;
	color: #fff;
	border:1px solid #d7b673;
	display: inline-block;
	margin-top: 10px;
	box-sizing:border-box;
}
.explain{
	border-top: 1px solid #fff;
	padding: 0.7rem 0.2rem 0;
	margin-top: 1rem;
	font-size: 0.65rem;
	color: #fff;
	line-height: 1.1rem;
}
.explain span{
	color: #d7b673;
	display: block;
}
.explain p{
	font-size: 0.6rem;
}
.inter_panel{
	margin-top: 1rem;
	background-color: #fff;
	border-radius: 5px;
	width: 100%;
	padding: 1rem 0.5rem;
	box-sizing:border-box;
}
.inter_type_name{
	color: #000;
	text-align: center;
	font-size: 0.9rem;
	padding-bottom: 0.6rem;
}
.result_individuality_tit{
	font-size: 0.8rem;
	color: #d7b673;
	line-height: 1.3rem;
	border-bottom: 1px solid #d7b673;
	display: inline-block;
}
.result_individuality_tit span{
	width: 5px;
	height: 15px;
	display: inline-block;
	background-color: #d7b673;
	margin-right: 5px;
	vertical-align: middle;
}
.p_txt{
	color: #000;
	font-size: 0.65rem;
	line-height: 1.1rem;
	padding: 0.6rem 0.2rem;
}
.result_like_info{
	border:1px solid #d7b673;
	padding: 0 0.5rem;
	margin-bottom: 0.8rem;
}
.suit_job{
	padding-top: 1rem;
	color: #d7b673;
	padding-bottom: 2.2rem;
	min-height: 1.5rem;
	height: auto;
}
.job_box{
	padding-top: 0.6rem;
}
.job_box h2{
	font-size: 0.8rem;
	float: left;
	color: #d7b673;
	float: left;
	width: 2rem;
	line-height: 1.1rem;
}
.job_box p{
	float: left;
	color: #fff;
	font-size: 0.65rem;
	width: 12.5rem;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	text-overflow:ellipsis;
	overflow: hidden;
	line-height: 1.1rem;
}
.ask_btn{
	position: fixed;
	left: -1000000px;
	bottom: 0;
	width: 100%;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
	text-align: center;
	display: block;
	font-size: 0.8rem;
	color: #d7b673;
	border:2px solid #d7b673;
	box-sizing:border-box;
	background: rgba(34,34,34,1);
}
.hide{
	display: none;
}
.panel_tit{
	position: relative;
	width: 100%;
	text-align: center;
	display: inline-block;
	z-index: 4;
	clear: both;
	overflow: hidden;
}
.before_line{
	content: '';
	position: absolute;
	top: 55%;
	left: 0;
	height: 1px;
	background-color: #c3a66e;
	display: block;
	z-index: 5;
}
.after_line{
	content: '';
	position: absolute;
	top: 55%;
	right: 0;
	height: 1px;
	background-color: #c3a66e;
	display: block;
	z-index: 5;
}
.tit_name{
	display: inline-block;
	position: relative;
	z-index: 6;
	font-size: 1.2rem;
	padding: 0 10px;
	color: #c3a66e;
	font-weight: bolder;
}
.tit_name:before,.tit_name:after{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -5px;
	width: 0;
	height: 0;
	display: inline-block;
	border-radius: 50%;
	border: 0;
	background-color: transparent;
}
.tit_name:before{
	left: -8px;
}
.tit_name:after{
	right: -8px;
}