.login_content{
	width: 100%;
/*	min-height: 870px;*/
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding: 0px 15px;
	box-sizing: border-box;
}
.reg_content{
	width: 1260px;
/*	height: 840px;*/
	margin: 0 auto;
	border: 1px solid #dddddd;
	margin-top: 20px;
}
.reg_btn{
	width: 100%;
	height: 60px;
	color: #fdb021;
	font-size: 2rem;
	text-align: right;
	display: block;
	padding: 0px 30px 0px 0px;
	box-sizing: border-box;
	line-height: 60px;

}
.reg_btn:hover{
color: #fdb021;
}
.fenlei{
	width: 100%;
	height: 260px;
}
.fenlei_title{
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 2rem;
	color: #05ba58;
	padding: 0px 158px;
	box-sizing: border-box;
	font-weight: 600;
}
.fenlei_lists{
	width: 100%;
	height: 220px;
	padding: 0px 13%;
	box-sizing: border-box;
}
.fenlei_lists ul{
	width: 80%;
	height: 100%;
	list-style-type: none;
	display: flex;
	justify-content: space-between;
}
.fenlei_lists ul li{
	width: 150px;
	height: 150px;
	border:1px solid #dddddd;
	position: relative;
	color: #bfbfbf;
	cursor: pointer;
}
.fenlei_lists ul li img{
	width: 40px;
	height: 40px;
	margin: 0 auto;
	display: block;
	padding-top: 20px;
}
.fenlei_span{
	width: 100%;
	height: 90px;
	display: block;
	line-height: 90px;
	text-align: center;
	
	font-size: 2rem;
}
.fenlei_lists ul li.fenlei_lists_active{
	border: 1px solid #05ba58;
	color: #05ba58;
}
.fenlei_lists ul li.fenlei_lists_active:after{
	content: "";
	position: absolute;
	right: 0px;
	top: 0px;
	width: 23px;
	height: 23px;
	background-image: url('../images/role-select.jpg');
}
.jbxx{
	width: 100%;
	height: 60px;
	margin: 0 auto;
	padding: 0px;
	display: flex;
}
.jbxx_title{
	    height: 38px;
    line-height: 38px;
    color: #666666;
    font-size: 1.5rem;
    padding-left: 15px;
    box-sizing: border-box;
    width: 20%;
    display: block;
    text-align: right;
}
.jbxx input{
	margin: 0px 0px 0px 10px;
    width: 67%;
    height: 38px;
    padding-left: 15px;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    outline: none;
    color: #666666;
}
.getcode{
	font-size: 1.5rem;
	height: 38px;
    margin-left: 10px;
    line-height: 38px;
    background: #999999;
    color: #ffffff;
    box-sizing: border-box;
    width: 13%;
	text-align: center;
	cursor: pointer;
	border: none;
	outline: none;
}
.getcode_active{
	background: #fdb021;
}
.xieyi_btn{
	width: 22px;
	height: 22px;
}
.xieyi_btn:hover{
	cursor: pointer;
}
.xieyi_icon{
   width: 20%;
   text-align: right;
   margin-top: 10px;
}
.seexieyi{
	color: #666666;
	 margin-top: 10px;
	 cursor: pointer;
}
.seexieyi:hover{
	color: #666666;
}
.registerbtn{	
	width: 44%;
    height: 40px;
    background: #999999;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin-left: 13%;
    padding: 0px;
    outline: none;
    font-size: 1.5rem;
    font-weight: 600;
    cursor: pointer;
}
.registerbtn.registerbtnactive{
	width: 44%;
    height: 40px;
    background: #05ba58;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin-left: 18%;
    padding: 0px;
    outline: none;
    font-size: 1.5rem;
    font-weight: 600;
}

#phonecode{
	width: 53%;
}
.jyztcontent{
	width: 100%;
	display: none;
}



.wtdet{
    width: 80%;
	margin-top: 10px;
	margin-left: auto;
    margin-right: auto;
    border: 1px solid #dff6ec;
    box-sizing: border-box;
}
.regtitle{
	height: 38px !important;
    line-height: 38px !important;
    color: #666666 !important;
    font-size: 1.5rem !important;
    padding: 0 0 0 15px !important;
    box-sizing: border-box !important;
    width: 20% !important;
    display: block !important;
    text-align: right !important;
}
.wtdet_top{
    width: 100%;
    height: 50px;
    background-image: linear-gradient(180deg,#d5f3e5,#fff);
    padding: 10px 20px;
    box-sizing: border-box;
}
.wtdet_top_head{
    width: 100%;
    height: 40px;
    display: block;
    line-height: 40px;
    padding: 0px 20px;
    box-sizing: border-box;
    font-size: 20px;
}
.wtdet_content{
    width: 80%;
    min-height: 437px;
    line-height: 30px;
    padding: 0px 40px;
    box-sizing: border-box;
    font-size: 14px;
    color: #666;
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, SimSun, sans-serif;
    /* text-indent: 20px; */
    margin: 0 auto;

}
#jyztform{
    display: block !important;
    height: auto;
    margin-top: 0px;
}
#zjform{
    display: block !important;
    height: auto;
    margin-top: 0px;
}
.formbox{
    width: 100% !important;
    display: flex;
/*    flex-wrap: wrap;*/
}
.inputbox{
    width: 60%;
}
.selectbox{
    width: 19%;
    border: 1px solid #d0d0d0;
}
.selectbox2{
    margin-left: 2.5% !important;
}
.submitbox{
    width: 60%;
    margin-left: 20px !important;
}
.xqslbox{
    width: 45%;
}
.timebox{
    width: 69%;
}
#demo2 img{
    width: 150px;
    height: 150px;
    margin: 10px 10px;
}
.layui-quote-nm{
    border-style: solid;
    border-width: 1px 1px 1px 1px !important;
    background: 0 0;
    margin-left: 18px;

}
.textareabox{
    width: 80%;
}
.fwlxselect{
    width: 100%;
    display: flex;
}
.fwlx_title{
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    color: #000;
}
.fwlx_list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 40px;
}
.fwlx_list li{
    border: 1px solid #CECECE;
    border-radius: 3px;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    color: #000;
    cursor: pointer;
    padding: 10px 46px;
    display: block;
}
.fwlx_list li.active{
    border: 1px solid #FF9F00;
    background: #FF9F00;
    color: #ffffff;
}
.fwlx_line{
    border-bottom: 1px dashed #00914c;
    margin: 40px 0px;
}
.fwfbnext{
    width: 184px;
    border-radius: 3px;
    border: 1px solid #FF9F00;
    background: #FF9F00;
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    padding: 10px 20px;
    display: block;
    margin-top: 40px;
    box-shadow: 0px 2px 0px #C8631D;
}
.fwfbnext:hover{
    background: #C8631D;
}
.fwxlbox{
    display: none;
}
.layui-form-label{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.serachInputList{
    display: flex;
    justify-content: space-between;
    margin: 10px 0px;
    
}
.serachInputList input{
    position: relative;
    border: 1px solid #70b4e1;
    border-radius: 3px;
    background: #fff;
    height: 40px;
    box-sizing: border-box;
    width: 100%;
    padding: 0 14px;
}
.mapjwd{
    width: 100%;
    height: 38px;
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
}
@media screen and (max-width: 1200px){
.wtdet{
    width: 100%;
}
.wtdet_content{
    width: 100%
}
}

.fenlei_icon{
/*   margin-top: 10px;*/
}
.fenleispan{
	color: #666666;
	margin: 0 10px 0 5px !important;
	cursor: pointer;
}
.fenleispan:hover{
	color: #666666;
}
.fenleilist{
	display: flex;
}

/*.zjcontent{
	width: 100%;
	display: none;
}*/
.jbxxs{
	padding: 0 0 60px 0;
}



/*专家认证*/
.zjrzcontent{
    display: none;
}
.zjcontent{
    width: 100%;
    padding: 0 158px;
    box-sizing: border-box;
}
.contentlists{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.wtdet{
    width: 100%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #dff6ec;
    box-sizing: border-box;
}
.wtdet_top{
    width: 100%;
    height: 50px;
    background-image: linear-gradient(180deg,#d5f3e5,#fff);
    padding: 10px 20px;
    box-sizing: border-box;
}
.wtdet_top_head{
    width: 100%;
    height: 40px;
    display: block;
    line-height: 40px;
    padding: 0px 20px;
    box-sizing: border-box;
    font-size: 20px;
}
.wtdet_content{
    width: 80%;
    min-height: 437px;
    line-height: 30px;
    padding: 0px 40px;
    box-sizing: border-box;
    font-size: 14px;
    color: #666;
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, SimSun, sans-serif;
    /* text-indent: 20px; */
    margin: 0 auto;

}
#twform{
    display: block !important;
    height: auto;
}
.formbox{
    width: 100% !important;
    display: flex;
/*    flex-wrap: wrap;*/
}
.inputbox{
    width: 69%;
}
.selectbox{
    width: 19%;
    border: 1px solid #d0d0d0;
}
.selectbox2{
    margin-left: 2.5% !important;
}
.submitbox{
    width: 60%;
    margin-left: 20px !important;
}
.xqslbox{
    width: 45%;
}
.timebox{
    width: 69%;
}
#demo2 img{
    width: 150px;
    height: 150px;
    margin: 10px 10px;
}
.layui-quote-nm{
    border-style: solid;
    border-width: 1px 1px 1px 1px !important;
    background: 0 0;
    margin-left: 18px;

}
.textareabox{
    width: 80%;
}
.fwlxselect{
    width: 100%;
    display: flex;
}
.fwlx_title{
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    color: #000;
}
.fwlx_list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 40px;
}
.fwlx_list li{
    border: 1px solid #CECECE;
    border-radius: 3px;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    color: #000;
    cursor: pointer;
    padding: 10px 46px;
    display: block;
}
.fwlx_list li.active{
    border: 1px solid #FF9F00;
    background: #FF9F00;
    color: #ffffff;
}
.fwlx_line{
    border-bottom: 1px dashed #00914c;
    margin: 40px 0px;
}
.fwfbnext{
    width: 184px;
    border-radius: 3px;
    border: 1px solid #FF9F00;
    background: #FF9F00;
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    padding: 10px 20px;
    display: block;
    margin-top: 40px;
    box-shadow: 0px 2px 0px #C8631D;
}
.fwfbnext:hover{
    background: #C8631D;
}
.fwxlbox{
    display: none;
}
.layui-form-label{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.serachInputList{
    display: flex;
    justify-content: space-between;
    margin: 10px 0px;
    
}
.serachInputList input{
    position: relative;
    border: 1px solid #70b4e1;
    border-radius: 3px;
    background: #fff;
    height: 40px;
    box-sizing: border-box;
    width: 100%;
    padding: 0 14px;
}
.mapjwd{
    width: 100%;
    height: 38px;
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
}
.yjfxfl{
    width: 100%;
    display: flex;
}
.yjfxfl li{
    margin-right: 20px;
}

.yjfxfl li img.registerbtnactive{
    background: #05ba58;
    color: #fff;
    text-align: center;
    line-height: 40px;
    padding: 0px;
    outline: none;
    font-size: 1.5rem;
    font-weight: 600;
}
.flpzcontent{
    display: none;

}
.fwpzfl{
    width: 100%;
    display: flex;
        flex-wrap: wrap;
}
.fwpzfl li{
    margin-right: 20px;
}

.fwpzfl li img.registerbtnactive{
    background: #05ba58;
    color: #fff;
    text-align: center;
    line-height: 40px;
    padding: 0px;
    outline: none;
    font-size: 1.5rem;
    font-weight: 600;
}
.layui-upload-list img{
    max-width: 500px;
}
@media screen and (max-width: 1200px){
.wtdet{
    width: 100%;
}
.wtdet_content{
    width: 100%
}
}



/*服务商注册*/
#fwsform{
    display: block !important;
    height: auto;
}


.fwsfwfl{
    width: 100%;
    display: flex;
}
.fwsfwfl li{
    margin-right: 20px;
}

.fwsfwfl li img.registerbtnactive{
    background: #05ba58;
    color: #fff;
    text-align: center;
    line-height: 40px;
    padding: 0px;
    outline: none;
    font-size: 1.5rem;
    font-weight: 600;
}

.fwsflpzcontent{
    display: none;
}
.fwsfwpz{
    width: 100%;
    display: flex;
        flex-wrap: wrap;
}
.fwsfwpz li{
    margin-right: 20px;
}

.fwsfwpz li img.registerbtnactive{
    background: #05ba58;
    color: #fff;
    text-align: center;
    line-height: 40px;
    padding: 0px;
    outline: none;
    font-size: 1.5rem;
    font-weight: 600;
}


.fwsfwlx{
    width: 100%;
    display: flex;
        flex-wrap: wrap;
}
.fwsfwlx li{
    margin-right: 20px;
}

.fwsfwlx li img.registerbtnactive{
    background: #05ba58;
    color: #fff;
    text-align: center;
    line-height: 40px;
    padding: 0px;
    outline: none;
    font-size: 1.5rem;
    font-weight: 600;
}
.zhucebtns{
    width: 100%;
    display:flex;
    justify-content: space-between;
}

.jueserz{   
    width: 44%;
    height: 40px;
    background: #999999;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin-left: 13%;
    padding: 0px;
    outline: none;
    font-size: 1.5rem;
    font-weight: 600;
    cursor: pointer;
    display: none;
}
.jueserz.jueserzactive{
    width: 44%;
    height: 40px;
    background: #05ba58;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin-right: 18%;
    padding: 0px;
    outline: none;
    font-size: 1.5rem;
    font-weight: 600;
}

.thsteps{
    width: 100%;
    height: 60px;
    padding: 10px 0px;
}
.stepsul{
width: 100%;
height: 40px;
display: flex;
}
.stepsul li{
    width: 33.3%;
    height: 40px;
    background: #CCCCCC;
    line-height: 40px;
    text-align: center;
    color: #ffffff; 
}
.stepsul li:nth-child(1){
    background: linear-gradient(135deg, transparent 0px, #CCCCCC 0) top left,
            linear-gradient(-135deg, transparent 15px, #CCCCCC 0) top right,
            linear-gradient(-45deg, transparent 15px, #CCCCCC 0) bottom right,
            linear-gradient(45deg, transparent 0px, #CCCCCC 0) bottom left;  
    background-size: 50% 50%;
    background-repeat: no-repeat;
}
.stepsul li:nth-child(2){
    background: linear-gradient(45deg, transparent 15px, #CCCCCC 0) top left,
            linear-gradient(-135deg, transparent 15px, #CCCCCC 0) top right,
            linear-gradient(-45deg, transparent 15px, #CCCCCC 0) bottom right,
            linear-gradient(135deg, transparent 15px, #CCCCCC 0) bottom left;  
    background-size: 50% 50%;
    background-repeat: no-repeat;
}
.stepsul li:nth-child(3){
    background: linear-gradient(45deg, transparent 15px, #CCCCCC 0) top left,
            linear-gradient(-135deg, transparent 0px, #CCCCCC 0) top right,
            linear-gradient(-45deg, transparent 0px, #CCCCCC 0) bottom right,
            linear-gradient(135deg, transparent 15px, #CCCCCC 0) bottom left;  
    background-size: 50% 50%;
    background-repeat: no-repeat;
}
.stepsul li.stepactive{
    background: #05ba58;
}
.stepsul li.stepactive span:nth-child(1){
    color: #05ba58 !important;
}
.stepsul li.stepactive:nth-child(1){
    background: linear-gradient(135deg, transparent 0px, #05ba58 0) top left,
            linear-gradient(-135deg, transparent 15px, #05ba58 0) top right,
            linear-gradient(-45deg, transparent 15px, #05ba58 0) bottom right,
            linear-gradient(45deg, transparent 0px, #05ba58 0) bottom left;  
    background-size: 50% 50%;
    background-repeat: no-repeat;
}



.stepsul li.stepactive:nth-child(2){
    background: linear-gradient(45deg, transparent 15px, #05ba58 0) top left,
            linear-gradient(-135deg, transparent 15px, #05ba58 0) top right,
            linear-gradient(-45deg, transparent 15px, #05ba58 0) bottom right,
            linear-gradient(135deg, transparent 15px, #05ba58 0) bottom left;  
    background-size: 50% 50%;
    background-repeat: no-repeat;
}
.stepsul li.stepactive:nth-child(3){
    background: linear-gradient(45deg, transparent 15px, #05ba58 0) top left,
            linear-gradient(-135deg, transparent 0px, #05ba58 0) top right,
            linear-gradient(-45deg, transparent 0px, #05ba58 0) bottom right,
            linear-gradient(135deg, transparent 15px, #05ba58 0) bottom left;  
    background-size: 50% 50%;
    background-repeat: no-repeat;
}
.rzsqcontent{
    display: none;
}
.ddshcontent{
    width: 80%;
    min-height: 437px;
    line-height: 30px;
    padding: 0px 40px;
    box-sizing: border-box;
    font-size: 14px;
    color: #666;
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, SimSun, sans-serif;
    /* text-indent: 20px; */
    margin: 0 auto;
    display: none;
}
.shjgcontent{
    width: 80%;
    min-height: 437px;
    line-height: 30px;
    padding: 0px 40px;
    box-sizing: border-box;
    font-size: 14px;
    color: #666;
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, SimSun, sans-serif;
    /* text-indent: 20px; */
    margin: 0 auto;
    display: none;
}
.rzsb{
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: red;
    color: #ffffff;
    display: none;
}
.rzcg{
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #eeeeee;
    display: none;
}