body{
	background-color: #f8f8f8;
}
.red{
	color: #F31B1B;
}
/* 顶部搜索 */
.nav-fixed{
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1000;
}
.ycw_head{
	background-color: #fff;
	padding: 1.08rem 1.25rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #E8E8E8;
	position: relative;
}
.ycw_head_left{
	width: 5.38rem;
	margin-right: 1.13rem;
}
.ycw_head_left2{
	margin-right: 2rem;
}
.ycw_head_left2 img{
	width: 0.71rem;
	height: 1.29rem;
}
.ycw_head_left img{
	width: 100%;
}
.ycw_head_right{
	height: 3rem;
	background: #F7F7F7;
	border-radius: 1.5rem;
	border: 1px solid #E3E3E3;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex: 1;
	padding: 0 1.17rem;
	box-sizing: border-box;
}
.ycw_head_right .sousuo-input{
	flex: 1;
	font-size: 1.17rem;
	color: #333;
	border: 0;
	background-color: #F7F7F7;
	outline: none;
}
.ycw_head_right .sousuo-icon{
	width: 1.29rem;
}
/* 顶部搜索结束 */

/* 顶部搜索下拉 */
.sousuo_dropdown{
	position: fixed;
	width: 100%;
	left: 0;
	top: 4.21rem;
	right: 0;
	bottom: 0;
	z-index: 1001;
    display:none;
}
.sousuo_dropdown .mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7);
	z-index: 2001;
	position: absolute;
	animation-duration: 0.2s;
}
.sousuo_dropdown .sousuo_dropdown_list{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition-duration: 0.2s;
	z-index: 2006;
	max-height: 50%;
	background: #fff;
	padding-bottom: 1rem;
}
.sousuo_dropdown_list li{
	height: 3.58rem;
	margin: 0 0.83rem;
	border-bottom: 1px solid #E8E8E8;
	line-height: 3.58rem;
	font-size: 1.17rem;
}
.sousuo_dropdown_list li a{
	padding: 0 0.38rem;
	display: block;
}

.shaixuan_box{
	height: 4.08rem;
	line-height: 4.08rem;
	background-color: #f8f8f8;
}
.shaixuan_box ul{
	display: flex;
	padding: 0 0.7rem;
}
.shaixuan_box ul li{
	flex: 1;
	font-weight: bold;
	font-size: 1.17rem;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.shaixuan_box ul li img{
	width: 1.08rem;
	height: 1.04rem;
}
.shaixuan_box ul li.tabActive{
	color: #2F6DFE;
	
}
.shaixuan_xiala{
	position: fixed;
	right: 0;
	left: 0;
	z-index: 10;
	overflow: hidden;
	bottom: 0;
	top: 9.3rem;
    display:none;
}
.shaixuan_xiala .mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7);
	z-index: 2001;
	position: absolute;
	animation-duration: 0.2s;
}

.shaixuan_xiala_cont{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition-duration: 0.2s;
	z-index: 2006;
	max-height: 80%;
}
.xiala-cont_item{
	background-color: #fff;
	padding: 1.25rem;
}
.xiala-cont_item .xiala-title{
	font-weight: bold;
	font-size: 1.17rem;
	margin-bottom: 1.2rem;
}
.xiala-cont_item .xiala-title2{
	font-weight: 500;
	font-size: 1.08rem;
}

.ssfw-list{
	margin-top: 1.25rem;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.ssfw-list li{
	height: 2.5rem;
	padding: 0 2.2rem;
	border-radius: 0.33rem;
	border: 1px solid #D2D2D2;
	margin-right: 0.6rem;
	font-size: 1rem;
	color: #999999;
	margin-bottom: 1.25rem;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ssfw-list li.active{
	color: #2F6DFE;
	font-weight: bold;
	background: #F6F8FF;
	border: 1px solid #2F6DFE;
}

.ssfw-list2 li{
	width: 6.67rem;
	text-align: center;
	padding: 0;
}
.ssfw-list2 li:nth-child(4n){
	margin-right: 0;
}
/* .ssfw-list li:nth-child(3){
	margin-right: 0;
} */
.hylx-list li{
	padding: 0 2.5rem;
}
.hylx-list li:nth-child(3n){
	margin-right: 0;
}

.shaixuan_diqu{
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	background-color: #fff;
}
.diqu_tabNav{
	position: relative;
	width: 7.81rem;
	background-color: #F3F7FE;
	height: 24.5rem;
	overflow-y: auto;
}
.diqu_tabNav li{
	height: 3.5rem;
	line-height: 3.5rem;
	text-align: center;
}
.diqu_tabCont{
	flex: 1;
	height: 24.5rem;
	overflow: auto;
}
.diqu_tabCont .right-title{
	position: sticky;
	height: 2.77rem;
	line-height: 2.77rem;
	background-color: #fff;
	top: -0.13rem;
	margin-left: 1.13rem;
	margin-top: 0.83rem;
	display: block;
}
.right-title.select{ 
    background-color:#FFFFFF !important;
}
.diqu-list{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-left: 1.13rem;
}
.diqu-list li{
	height: 2rem;
	line-height: 2rem;
	padding: 0 1.5rem;
	border: 1px solid #D2D2D2;
	border-radius: 3px;
	font-size: 1rem;
	color: #999999;
	margin-right: 1.23rem;
	margin-top: 0.83rem;
	
}
.diqu-list li.active{
	border-color: #2F6DFE;
	background: #F6F8FF;
	color: #2F6DFE;
	
}
.sousuo-cont{
	padding: 0 1.25rem;
	margin-top: 9.5rem;
}
.sousuo-cont .total{
	font-size: 1.08rem;
	margin-bottom: 1.04rem;
}
.sousuo-list{
	margin: 0 0 0.83rem;
	background-color: #fff;
	padding: 0.83rem;
}
.sousuo-list_top{
	
}
.sousuo-list_top .title{
	font-weight: bold;
	font-size: 1.25rem;
	line-height: 1.92rem;
	color: #333333;
}
.sousuo-list_top .title:visited{
	color: gray;
}
.sousuo-list_top .biaoshu{
	width: 2.92rem;
	height: 1.42rem;
	line-height: 1.3rem;
	text-align: center;
	background: #FFF1F1;
	border-radius: 0.17rem;
	border: 1px solid #FE5454;
	font-size: 1rem;
	color: #FE5454;
	display: inline-block;
	vertical-align: text-bottom;
	box-sizing: border-box;
	margin-left:1rem;
}
.sousuo-list_top .fujian{
	width: 2.92rem;
	height: 1.42rem;
	line-height: 1.3rem;
	text-align: center;
	background: #E6FFEE;
	border-radius: 0.17rem;
	border: 1px solid #04A93A;
	font-size: 1rem;
	color: #04A93A;
	display: inline-block;
	vertical-align: text-bottom;
	box-sizing: border-box;
	margin-left:1rem;
}
.list-lable{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 1rem;
}
.list-label_left{
	
}
.list-label_left .label-icon{
	
	padding: 0.25rem 0.46rem;
	border-radius: 0.17rem;
	font-size: 1rem;
	display: inline-block;
	margin-right: 0.8rem;
}
.list-label_left .xxlx{
	background: #E6F0FF;
	color: #2F6DFE;
}
.list-label_left .diqu{
	background: #EAF0FB;
	color: #8494B3;
}
.list-label_left .jine{
	background: #FFF1F1;
	color: #FE5454;
}
.list-label_time{
	font-size: 1rem;
	color: #8494B3;
}
.list-more{
	text-align: center;
	padding: 2rem 0;
}
.list-more a{
	font-weight: bold;
	font-size: 1.17rem;
	color: #106CFF;
}
.list-Nomore{
	text-align: center;
	font-size: 1.17rem;
	color: #666666;
	margin-top: 1.5rem;
}

.denglu-btn{
	position: fixed;
	bottom: 4rem;
	display: flex;
	justify-content: center;
	left: 0;
	width: 100%;
	
}
.denglu-btn a{
	height: 4.08rem;
	line-height: 4.08rem;
	width: 15.5rem;
	display: block;
	text-align: center;
	border-radius: 2.04rem;
	background-color: rgba(47, 109, 254, 0.95);
	font-weight: bold;
	font-size: 1.5rem;
	color: #F8F8F8;
}
.xuanchuantu{
	margin-bottom: 0.83rem;
}
.xuanchuantu li{
	height: 7.75rem;
}
.xuanchuantu li img{
	width: 100%;
}
.right-fixed{
	position: fixed;
	z-index: 999;
	right: 0;
	bottom: 27%;
}
.right-fixed a{
	width: 5.17rem;
	height: 5.17rem;
	display: block;
}
.right-fixed img{
	width: 100%;
}

.sousuo-null{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 12rem;
}
.sousuo-null img{
	width: 17.17rem;
}


/* 搜索首页 */
.qiyedongtai_top{
	margin-top: 5.16rem;
	padding-top: 1.58rem;
}
.search-history{
	padding-top: 6.21rem;
}
.search-history_top{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 1.13rem;
}
.history_top_left{
	font-size: 1.33rem;
	font-weight: bold;
}
.clear-btn{
	font-size: 1.17rem;
	color: #2F6DFE;
}
.history_list{
	display: flex;
	flex-wrap: wrap;
	margin: 1.21rem 0 0 1.13rem;
}
.history_list li{
	height: 2.5rem;
	background: #EFEFEF;
	border-radius: 0.33rem;
	line-height: 2.5rem;
	padding: 0 0.71rem;
	margin-right: 0.83rem;
	margin-bottom: 1.04rem;
	max-width: 10rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.history_list li a{
	color: #333333;
}
.hot-icon{
	width: 3.13rem;
	height: 1.42rem;
	margin-left: 5px;
}
.hot_top_left{
	display: flex;
	align-items: center;
}
.hot_list{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 1rem  1.13rem 0;
	
}
.hot_list li{
	width: 50%;
	height: 2.5rem;
	line-height: 2.5rem;
	color: #666666;
}

.clearPop{
	width: 80%;
	background-color: #fff;
	border-radius: 0.83rem;
	position: absolute;
	left: 10%;
	top: 50%;
	margin-top: -10rem;
}
.clearPop_cont{
	font-weight: bold;
	font-size: 1.5rem;
	padding: 3.88rem 0;
	text-align: center;
}
.clearPop_btn{
	border-top:1px solid #D8D8D8;
	display: flex;
	align-items: center;
}
.clearPop_btn a{
	height: 4rem;
	flex: 1;
	line-height: 4rem;
	text-align: center;
	font-size: 1.33rem;
}
.clearPop_btn a.queren{
	color: #333333;
	border-right: 1px solid #D8D8D8;
}
.clearPop_btn a.quxiao{
	color: #ADB4C2;
}


/* 翻页 */
.list-page{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 1.25rem 0;
}
.list-page a{
	width: 10rem;
	height: 3.33rem;
	display: block;
	border-radius: 1.67rem;
	line-height: 3.33rem;
	text-align: center;
	font-weight: bold;
	font-size: 1.5rem;
}
.list-page .page_num{
	font-weight: bold;
	font-size: 1.5rem;
	margin: 0 3.13rem;
}
.list-page .page_num i{
	font-style: normal;
}

.list-page a.page_prev,.list-page a.page_next{
	background: #2F6DFE;
	color: #F8F8F8;
}
.list-page a.page_prev.disable,
.list-page a.page_next.disable {
	background: #FFFFFF;
	border: 1px solid #2F6DFE;
	color: #2F6DFE;
}


.ycwPopup{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1001;
	width: 100%;
	/* display: none; */
}
.ycwPopup .mask{
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.5);
	z-index: -1;
}

.zidingyi-box{
	display: flex;
	align-items: center;
}
.zidingyi-box .zidingyi-input{
	border: 1px solid #D2D2D2;
	height: 2.5rem;
	border-radius: 0.33rem;
	outline: none;
	padding: 0 0.83rem;
	box-sizing: border-box;
	width: 11.67rem;
}
.zidingyi-box span{
	margin: 0 0.83rem;
}
.shaixuan_xiala.active{ display: block !important; }