body {
	background: #fff;
	font-family: PingFang SC, Lantinghei SC, Roboto, Helvetica Neue, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans;
}

div,
p,
span,
i,
em,
header,
ul,
li {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.searchBox{
    width: 7.02rem;
    height: .64rem;
    border-radius: .32rem;
    background: #F7F7F7;
    padding: 0 .12rem;
    margin-top: .15rem;
    margin-left: .24rem;
}
.searchBox .jiantou{
	margin-left: .15rem;
	color: #333333;
}
.searchBox .search {
    height: .64rem;
    border-radius: .32rem;
    position: relative;
    display: flex;
    align-items: center;
}
.searchBox .search i {
    font-size: .32rem;
    margin-right: .2rem;
    color: #CCCCCC;
}
.searchBox .search input {
    width: 70%; /* 最大宽度，根据实际需要调整  */
    height: .64rem;
    line-height: 100%;
    background: #F5F5F5;
    border-radius: 0.2rem;
    outline: none;
    font-size: .28rem;
    border: none;
}
.searchBox .search .searchText {
    width: 1.2rem;
    height: .6rem;
    background: #24C527;
    border-radius: .5rem;
    font-weight: 400;
    font-size: .24rem;
    color: #FFFFFF;
    line-height: .6rem;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0.02rem;
}
.footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    height: 1.2rem;
    background-color: #fff;
    max-width: 7.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer a {
    flex: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #666666;
    font-size: .26rem;
    /*line-height: .20rem;*/
    padding-bottom: .24rem;
}

.footer img {
	width: .47rem;
	height: .45rem;
}
.infoBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 7.5rem;
    padding: .24rem;
    padding-bottom: 1rem;
    background: #f7f7f7;
}
.infoBox .infoItem{
	width: 3.43rem;
	height: 3.43rem;
	border-radius: .1rem;
	position: relative;
}
.infoBox .infoItem img{
	width: 3.43rem;
	height: 3.43rem;
	border-radius: .1rem;
}
.infoBox .infoItem .pic{
	position: absolute;
	top: 2.34rem;
	left: 2.12rem;
	color: #FFFFFF;
	font-size: .2rem;
}
.infoBox .infoItem .text {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: .64rem;
    background: #000000;
    border-radius: 0px 0px .1rem .1rem;
    opacity: 0.3;
    font-weight: 600;
    font-size: .24rem;
    color: #FFFFFF;
    text-align: center;
    line-height: .64rem;
}

.infoBox .infoItems {
    width: 3.43rem;
    border-radius: .1rem;
    position: relative;
    margin-bottom: .24rem;
    background: #fff;
    padding-bottom: .2rem;
}

.infoBox a {
    display: inline-block;
}

.infoBox .infoItems img {
    width: 100%;
    height: 3.9rem;
    border-radius: .1rem .1rem 0px 0px;
}

.infoBox .infoItems .icons {
    font-size: .18rem;
    color: #24C527;
    margin: .1rem 0 .15rem;
    padding: 0 0.1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.infoBox .infoItems .icons i{
	font-size: .18rem;
}
.infoBox .infoItems .details{
	display: flex;
    padding: 0 0.1rem
}
.infoBox .infoItems .details img {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: .04rem;
    margin-right: .12rem;
}
.infoBox .infoItems .details .d1 .s1 {
    font-weight: 600;
    font-size: .24rem;
    color: #333333;
}
.infoBox .infoItems .details .d1 .s2 {
    font-size: .18rem;
    color: #999;
}
.infoBox .infoItems  .d2 {
    padding: 0 0.1rem;
    margin-top: .24rem;
    font-size: .2rem;
    color: #999999;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.infoBox .infoImg{
	width: 3.43rem;
}
.infoBox .infoImg img{
	width: 3.43rem;
}
