.l-header {
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 15;
}

.l-search-input {
    position: relative;
    padding: .15rem .2rem .15rem .22rem;
    box-shadow: 0px 5px 23px rgba(0, 0, 1, 0.1);
}


.l-search input {
	outline: none;
	display: block;
	position: relative;
	z-index: 20;
	width: 86%;
	/* border: 1px solid #ddd; */
	padding: .12rem .6rem .12rem .72rem;
	font-size: .28rem;
	/* text-align: center; */
	-webkit-border-radius: .1rem;
	-moz-border-radius: .1rem;
	-ms-border-radius: .1rem;
	-o-border-radius: .1rem;
	border-radius: .5rem;
	transition: width .2s;
	background: #EEEEEE;
	box-sizing: border-box;
}
.l-search-remove {
    position: absolute;
    z-index: 21;
    width: .26rem;
    top: 50%;
    transform: translateY(-50%);
    right: 1.4rem;
    display: none;
}
.l-search-icon {
    position: absolute;
    z-index: 21;
    width: .32rem;
    height: .32rem;
    left: .4rem;
    top: 50%;
    transform: translateY(-50%);
	pointer-events: none;
}
.l-search-btn {
    position: absolute;
    z-index: 16;
    top: 50%;
    right: .4rem;
    border: none;
    background-color: transparent;
    font-size: .28rem;
    color: #333;
    transform: translateY(-50%);
    outline: none;
}

.l-search .focus+.l-search-remove {
    display: block;
}


.l-search input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #cccccc;
}

.l-search input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #cccccc;
}

.l-search input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #cccccc;
}

.l-search input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #cccccc;
}


.l-bg24{
	background: #F1F2F6;
	height: 0.24rem;
}

.liyue-tab{
	display: flex;
	box-shadow:0px 6px 20px 0px rgba(0, 0, 0, 0.06);
}

.liyue-tab a{
	flex: 0 0 25%;
	text-align: center;
	color: #666666;
	font-size:0.3rem;
	font-family:Microsoft YaHei;
	font-weight:bold;
	padding-top: 0.3rem;
	padding-bottom: 0.27rem;
	position: relative;
}
.liyue-tab a.active{
	color: #333333;
}
.liyue-tab a.active:after{
	content: "";
	width:0.98rem;
height:0.04rem;
	background: #DC3023;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	
}

.liyue-wrap{
	        margin-top:2.1rem;
    margin-bottom: 0.4rem;
    width: 100%;
    position: absolute;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}


.liyue-hot{
	font-size:0.24rem;
font-family:Microsoft YaHei;
font-weight:400;
color: #999999;
margin-left: 0.2rem;
margin-top: 0.38rem;
margin-bottom: 0.24rem;
}

.liyue-list{
	min-height: 0.2rem;
}

.liyue-list li{
	width: 2.2rem;
	float: left;
	margin-left: 0.22rem;
}


.liyue-img{
	height: 2.2rem;
	overflow: hidden;
	border-radius:0.1rem;
}
.liyue-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.liyue-title{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size:0.26rem;
	font-family:Microsoft YaHei;
	font-weight:bold;
	text-align: center;
	color: #333333;
	padding-top: 0.24rem;
	margin-bottom: 0.3rem;
}