
.first {
	width: 100%;
	position: relative;
	background-image: url(../../images/pc_img/xingzhuang.png);
	background-size: cover;
	background-repeat: no-repeat;
	height: 12rem;
}
@font-face {
  font-family: 'iconfont';  /* project id 2309470 */
  src: url('//at.alicdn.com/t/font_2309470_ge3zu5bmlbs.eot');
  src: url('//at.alicdn.com/t/font_2309470_ge3zu5bmlbs.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_2309470_ge3zu5bmlbs.woff2') format('woff2')

}
.iconfont{
    font-family:"iconfont" !important;
    font-size:0.24rem;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}
/* 步骤基本样式 */

/* 步骤基本样式 */

.step{
	margin-top:1.54rem;
	color: #606676;
	display: flex;
	font-size: 0.28rem;
	justify-content: center;
}
.step > div{
	display: flex;
	align-items: center;
}
.step .gou{
	background-image: url(../../images/pc_img/hui_gou.png);
	width: 0.28rem;
	height: 0.28rem;
	background-size: 100%;
	margin: 0 5px;
}
.step .line{
	background-color: #606676;
	height: 1px;
	width: 0.4rem;
	margin-left: 5px;
}

.step .active {
	color: #199afe;
}
.step .active .gou{
	background-image: url(../../images/pc_img/lan_gou.png);
}
.step .active .line{
		background-color: #199afe;
}

/* 信息 */

.info{
	width: 100%;
	margin: auto;
	margin-top: 1rem;
}
.info .title{
	color: #353e51;
	font-size: 0.5rem;
	text-align: center;
	font-weight: bold;
	
}
.info .content{

	width: 86%;
	margin: auto;
	margin-top: 0.8rem;	
}
.info .content .sub{
	margin-top: 0.55rem;	
	font-size: 0.28rem;
	color: #606676;
}
.info .content input{
	border-bottom: 1px solid #606676;
	width: 100%;
	line-height:0.8rem;
	margin-bottom: 0.2rem;
	font-size:.28rem;
	background: none;
	color: #333;
}
.info .button{
	    width:3rem;
	    height: 1rem;
	    font-size: 0.32rem;
	    background: linear-gradient(90deg, #7fb8fe, #0591fe);
	    border-radius: 5px;
	    display: flex;
	    align-items: center;
	    justify-content: center;	 
			margin: auto;
	    margin-top: 0.8rem;
			color: #fff;
			cursor: pointer;
}
.info .button img{
	  width: 0.25rem;
	  height: 0.21rem;
	  margin-left: 8px;
}

.but_box{
	display: flex;
}
.but_box .left{
	 background: linear-gradient(90deg, #4b5261, #353e51);
}
.but_box .left img{
	 margin-left: 8px;
	 margin-right: 8px;
	transform: rotate(180deg);
}


.label{
	margin-top: 0.2rem;
}
.label span{
    padding: 0.08rem 0.1rem;
    border-radius: 3px;
    border: 1px solid #999;
    display: inline-block;
    font-size: 0.26rem;
    margin-right: 0.06rem;
    margin-bottom: 0.1rem;
    color: #999;
}

/* labBox */
.labBox{
	display: flex;
	border-bottom: 1px solid #606676;
	padding: 0.1rem 0;
	line-height: 0.4rem;
	margin: 0.1rem 0;
	position: relative;
}
.info .labBox input{
	border: none;
	margin: 0;
	width: 100%;
	
}
.sub_lable{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.sub_lable li{
	padding: 0.08rem 0.1rem;
  background-color: #f1f1f1;
  margin-right: 5px;
  border-radius: 3px;
	display: flex;
	float: left;
	margin-bottom: 5px;
	font-size: 0.28rem;
}
.sub_lable li i{
	margin-left: 3px;
	cursor: pointer;
	color: #0591FE;
}

/* 行业列表 */

#hyList{
	width: 96%;
	position: absolute;
	top: 1rem;
	left: 0;
	display: flex;
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #9A9EA9;
	z-index: 2;
	padding: 2%;
}

#hyList ul{
	height:4.6rem;
	overflow-y: auto;
	
}
 #hyList ul::-webkit-scrollbar {
  /*滚动条整体样式*/
  width : 0.08rem;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
  }
#hyList ul::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  background   : rgba(0,0,0,0.3);
  }
#hyList ul::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background : #ededed;
  }
	 #hyList ul::-webkit-scrollbar-track-piece {
		
	 }
#hyList>ul>li{
	line-height: 0.5rem;
	font-size: 0.28rem;
	cursor: pointer;
}
#hyList>ul>li .postfix{
	background-image: url(../../images/phone/back.png);
	width:0.15rem;
	height: 0.15rem;
	background-size: 100%;
	transform: rotate(-90deg);
	display: block;
	float: right;
	margin-right: 0.15rem;
	margin-top: 0.1rem;
}
.hoverlab{
	color: #0075F9;
	background-color: #f5f5f5;
}
.menu_list{
	border-right: 1px solid #f5f5f5;
	box-sizing: border-box;
	width:50%;
}
.er_list{
	width: 50%;
	overflow: hidden;
}
.er_list li{
	padding-left: 2%;
}
.er_list .lab p:hover{
	width: 100%;
	color: #0075F9;
	background-color: #f5f5f5;
}
.er_list .lab p img{
	    width: 0.26rem;
	    height: 0.26rem;
	    float: right;
	    margin-right: 0.15rem;
			margin-top: 0.06rem;
}

.bao_box,.choice_hy{
	position: relative;
	
}
.choice_hy img{
	width: 0.3rem;
	height: 0.3rem;
	    position: absolute;
	    right: 0;
	    top: 0.25rem;
}