.searchBox {
	padding: .24rem;
	padding-top: 1rem;
	display: flex;
	align-items: center;
}

.searchBox .input-box {
	width: 6.18rem;
	background: #F7F7F7;
	border-radius: .28rem;
	display: flex;
	align-items: center;
}

.searchBox .input-box input {
	background: #F7F7F7;
	margin-left: .18rem;
	height: .56rem;
	line-height: .56rem;
	width: 80%;
	font-size: .3rem;
}

.searchBox .input-box i {
	margin-left: .24rem;
	font-size: .3rem;
}

.searchBox .searchText {
	margin-left: .25rem;
	min-width: .8rem;
	font-size: .3rem;
	color: #FFFFFF;
	width: .90rem;
	height: .48rem;
	text-align: center;
	line-height: .48rem;
	background: #0076EE;
	border-radius: .24rem;
}

.searchLs {
	padding: .24rem;
}

.searchLs .searchLsTitle {
	font-size: .32rem;
	color: #333333;
}

.searchLs .searchLsTitle i {
	font-size: .32rem;
	color: #333333;
}

.searchLs .searchLsList {
	display: flex;
	align-items: center;
	flex-wrap: wrap;

}

.searchLs .searchLsList .searchLsItem {
	max-width: 2.52rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: .26rem;
	color: #666666;
	background: #F4F4F4;
	border-radius: .26rem;
	padding: .14rem .27rem;
	margin-top: .24rem;
	margin-right: .24rem;
}

.hot {
	padding: .24rem;
}

.hot .hotTitle {
	font-size: .32rem;
	color: #333333;
}


.hot .bangdan {
	display: flex;
	overflow-x: scroll;
	padding: .24rem;
}

.hot .bangdan .bangdanList {
	min-width: 5.3rem;
	height: 10.71rem;
	background: #FFFFFF;
	border-radius: .20rem;
	padding: .24rem;
	margin-right: .24rem;
	background: linear-gradient(0deg, #FFFFFF 0%, #C7E3FF 100%);
}

.hot .bangdan .bangdanList .bangdanTitle {
	display: flex;
	align-items: center;
	justify-content: space-between;

}

.hot .bangdan .bangdanList .bangdanTitle img {
	width: 1rem;
	height: auto;
}

.hot .bangdan .bangdanList .bangdanTitle div:last-child {
	width: .78rem;
	height: .32rem;
	line-height: .32rem;
	text-align: center;
	font-size: .18rem;
	color: #FFFFFF;
	background: #24C527;
	border-radius: .16rem;
}

.hot .bangdan .bangdanList.rexiao .bangdanTitle div:last-child {
	background: #FF752A;
}

.hot .bangdan .bangdanList .bangdanTitle div:last-child i {
	font-size: .18rem;
	color: #FFFFFF;
}

.hot .bangdan .bangdanList .bangdanItem {
	display: flex;
	align-items: center;
	margin-top: .24rem;
	position: relative;
}

.hot .bangdan .bangdanList .bangdanItem .img {
	width: 1rem;
	height: 1rem;
	border-radius: .14rem;
}

.hot .bangdan .bangdanList .bangdanItem .itemIndex {
	position: absolute;
	top: 0;
	left: 0;
	width: .24rem;
	height: .24rem;
    z-index: 100;
    font-size: .18rem;
    text-align: center;
    line-height: .24rem;
    color: #FFFFFF;
    font-style: italic;
    background: rgba(0, 0, 0, 0.4);
    border-radius:.14rem 0 .10rem 0;
}
.hot .bangdan .bangdanList a:nth-child(2) .bangdanItem .itemIndex{
    background: linear-gradient(0deg, #FFD542 0%, #FFB740 100%);
}
.hot .bangdan .bangdanList a:nth-child(3) .bangdanItem .itemIndex{
    background: linear-gradient(0deg, #C6CEE6 0%, #A2B6CD 100%);
}
.hot .bangdan .bangdanList a:nth-child(4) .bangdanItem .itemIndex{
    background: linear-gradient(0deg, #F2B763 0%, #F18B56 100%);
}
.hot .bangdan .bangdanList .bangdanItem .bangdanInfo {
	max-width: 3.57rem;
	margin-left: .17rem;
}

.hot .bangdan .bangdanList .bangdanItem .bangdanInfo .i1 {
	font-size: .26rem;
	color: #333333;
}

.hot .bangdan .bangdanList .bangdanItem .bangdanInfo .i2 {
	font-size: .18rem;
	color: #333333;
	margin-top: .16rem;
	width: 1.64rem;
	height: .42rem;
	background: linear-gradient(90deg, #FCF0F1 0%, #FEFCFC 100%);
	border-radius: .12rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hot .bangdan .bangdanList .bangdanItem .bangdanInfo .i2 i {
	font-size: .24rem;
	color: #E93845;
	margin-left: .05rem;
}

.listBox {
	width: 7.50rem;
	padding: .24rem;
	padding-top: .24rem;
	display: none;
}

.listBox .listItem {
	width: 7.02rem;
	height: .88rem;
	background: #FFFFFF;
	border-radius: .24rem;
	display: flex;
	align-items: center;
}

.listBox .listItem img {
	width: .36rem;
	height: .36rem;
	margin-right: .17rem;
}

.listBox .listItem .imgtext {
	font-size: .28rem;
	color: #333333;
}
