html,
body {
	position: relative;
	height: 100%;
	font-family: "Microsoft YaHei", sansserif;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	overflow: hidden;
}
p{
	margin: 0;
	padding: 0;
}
img{
	display: block;
}
.add {
	width: -webkit-fill-available;
	padding: 10px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-direction: row;
	font-size: 16px;
	color: #393939;
}

.add img {
	display: block;
	width:20px;
}

.banner{
	width: 100%;
}

.nav{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
	width: -webkit-fill-available;
	padding: 10px;
}

.nav ul{
	width: 95%;
	list-style: none;
	padding: 0;
	margin: 0;
	 overflow-x: auto;
	 display: flex;
	 justify-content: flex-start;
	 align-items: center;
	 flex-direction: row;
}


.nav ul::-webkit-scrollbar {
  display: none; /* 对于Chrome, Safari, Opera等 */
}

.nav ul li{
	font-size: 16px;
	width: 24%;
	position: relative;
	text-align: center;
	flex: 0 0 auto;
	
}

.nav ul li p{
	position: relative;
	z-index: 1;
}

.nav img{
	width: 20px;
}


.f_nav{
	width: 95%;
	list-style: none;
	padding: 0;
	margin: 0;
	 overflow-x: auto;
	 display: flex;
	 justify-content: flex-start;
	 align-items: center;
	 flex-direction: row;
	 margin: 5px auto;
}

.f_nav  li{
	font-size: 14px;
	width: fit-content;
	position: relative;
	text-align: center;
	flex: 0 0 auto;
	background-color: #f6f6f6;
	color: #333333;
	padding: 3px 10px;
	margin-left: 5px;
	border-radius: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
}

.f_nav  li span{
	background-image: linear-gradient(to bottom,#ff9362,#ff6e29,#ff6014);
	border-radius: 5px;
	padding: 5px;
	font-size: 12px;
	width: 10px;
	height: 10px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	/* margin-right: 5px; */
}


.sh-list{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
	margin-top: 15px;
}

.sh-nav{
	width: 20%;
	text-align: center;
	 -webkit-box-flex: 1;
	    -webkit-flex: 1;
	    -ms-flex: 1;
	    flex: 1;
	    overflow: auto;
    overflow: auto;
    height: 73vh;
}

.sh-show{
	width: 80%;
	background-color: #f4f5f7;
	height: 73vh;
	overflow-y: auto;
}

.sh-list ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;

}

.sh-list ul li{
	padding: 15px 0;
	width: -webkit-fill-available;
	    flex: 0 0 auto;
}

.sh-show ul li{
	padding: 15px 10px;
	width: -webkit-fill-available;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
}

.sh-show ul li img{
	width:70px;
	border-radius: 10px;
	display: block;
	margin-right: 10px;
}


.sh-xx{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
}


.sh-xx  .bq{
	background-image: linear-gradient(to bottom,#ff9362,#ff6e29,#ff6014);
	border-radius: 5px;
	padding: 5px;
	font-size: 12px;
	height: 10px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	/* margin-right: 5px; */
	width: fit-content;
}

.sh-nr{
	position: relative;
	width: 100%;
}

.sh-nr p:nth-child(1){
	color: #4a3215;
	font-size: 14px;
}

.sh-nr p:nth-child(2){
	color: #898b8a;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin: 5px auto; 
	font-size: 13px;
}


.dw{
	position: absolute;
	right: 0;
	bottom: 0;
	color: #898b8a;
	font-size: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
}
.dw img{
	width: 12px !important;
	margin-right: 5px !important;
}
.sh-nav-hover{
	background-color: #f4f5f7;
}

.fd-img{
	width: 30px !important;
	position: absolute;
	right: 0;
	top: 0;
	margin: 0 !important;
}


.fd-show{
    /* position: fixed; */
    /* z-index: 1; */
    /* right: 0; */
    /* top: 27vh; */
    width: -webkit-fill-available;
    /* background-color: rgb(255 255 255 / 90%); */
    padding: 10px;
/*    border-radius: 10px 0 0 10px;
    box-shadow: 0 0px 12px 1px rgb(74 50 21 / 51%); */
    
}

.fd-bt{
	position: relative;
	text-align: center;
	height: 30px;
}

.fd-bt::before{
	width: 20px;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	height: 20px;
	background-image: url(../images/sq.png?v=1);
	    background-size: 100%;
}


.fd-show ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	height: 50vh;
	overflow: auto;

}
.fd-show ul li{
	padding: 15px 10px;
	width: -webkit-fill-available;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
}

.fd-show ul li img{
	width:70px;
	border-radius: 10px;
	display: block;
	margin-right: 10px;
}


.fbt-hover{
	background-color: #ffc690  !important;
	color: #542a15;
}

.zbt-hover{
	position: relative;
	font-weight: bold;
}

.zbt-hover::after{
position: absolute;
    bottom: 0;
    width: 59%;
    content: '';
    left: 20%;
    background-image: linear-gradient(to right,#ff754a,#ff9e4a);
    height: 6px;
    z-index: 0;
	
}


.ss-list{
	    outline: none;
	    padding: 5px 10px;
	    border: 1px solid #9a9a9a;
		border-radius: 30px;
		font-size: 14px;
		width: -webkit-fill-available;
		height: 25px;
}

.zw{
	width: 18px;
	height: 18px;
}


.fb{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	width: 100%;
	height: 20px;
}

.ssrq{
	position: relative;
	width:85%;
}

.ss-btn{
	position: absolute;
	right: 0;
	height: 100%;
	border-radius: 30px;
	background-color: #ff6015;
	width: fit-content;
	top: 0;
	color: #fff;
	font-size: 14px;
	    padding: 0px 25px;
		line-height: 36px;
}