a{
    font-size: 0.69rem;
    font-weight: normal;
    text-decoration: none;
    color: #ffffff;
}
.top{
    width: 100%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0.5rem 1rem;
    background: url(../img/top-bj.png) no-repeat;
    background-size: cover;
    color: #ffffff;
    position: fixed;
    top:0;
    left:0;
    height: 3rem;
    z-index: 99;
}
.t-inputSearch{
    position: relative;
    height: 2rem;
}
.t-inputSearch img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1rem;
}
.t-inputSearch input{
    width: 70vw;
    height: 100%;
    border-radius: 20px;
    outline: none;
    border: none;
    font-size: 0.81rem;
    font-weight: normal;
    padding-left: 2rem;
    box-sizing: border-box;
	color: #b2b2b2;
}
.t-textSearch{
    font-size: 0.81rem;
	font-weight: normal;
    color: #222222;
    background: #ffffff;
    border-radius: 20px;
    box-sizing: border-box;
    width: 3.5rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* 筛选 */
.option-list{
    font-size: 0.81rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.6rem 1rem;
    box-sizing: border-box;
}
.option-list-p{
    font-size: 0.81rem;
	font-weight: normal;
	color: #222222;
}
.content{
    width: 100%;
    box-sizing: border-box;
    margin-top: 3rem;
    margin-bottom: 4rem;
}
.c-list{
    width: 100%;
    padding: 0.5rem 1rem;
    box-sizing: border-box;
}
.c-list-child{
    width: 100%;
    border-radius: 10px;
    box-shadow: rgba(102, 102, 102, 0.5) 0px 0px 0.3rem; 
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
    overflow: hidden;
}
.listChildTop{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 1rem 0;
}
.listChildTop-span{
    font-size: 0.81rem;
	font-weight: normal;
    color: #8f2127;
    padding: 0.3rem 0.6rem;
    box-sizing: border-box;
    border-radius: 1rem                                                                                                                                                                                                                                                                                                                                                        ;
    border: 2px solid #8f2127;
    display: flex;
    align-items: center;
    height: 2rem;
    width: 3.5rem;
    justify-content: center;
    margin-right: 0.5rem;
}
.listChildTop-div{
    display: flex;
    margin-left: 0.5rem;
}
.listChildTop-div .h-tit{
    font-size: 1rem;
	font-weight: normal;
	color: #222222;
}
.listChildTop-div .p-text{
    font-size: 0.69rem;
	font-weight: normal;
    color: #222222;
    width: 55vw;
    /* line-height: 2; */
}
.listChildTop .listChildTop-img{
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 0.7rem;
}
.listChildBot{
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-bottom: 0.6rem;
}
.listChildBot .listChildBot-child{
    width: 6.22rem;
    height: 3.9rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.2rem;
}
.listChildBot .listChildBot-child img{
    width: 100%;
}







.bot{
    height: 4rem;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 0.6rem 0rem;
    background: url(../img/bot-bj.png) no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
}
.bot-nav{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.nav-child-div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.nav-child-div img{
    width: 1.31rem;
    height: 1.38rem;
    margin-bottom: 0.5rem;
}
/* money */
.money {
    font-size: 1rem;
    font-weight: normal;
    color: #8f2127;
}

.bot-money .money-after {
    font-size: 0.56rem;
    font-weight: normal;
    color: #a5a5a5;
}

.bot-money .fp {
    font-size: 0.56rem;
    font-weight: normal;
    color: #8f2127;
    width: 2.8rem;
    height: 1.2rem;
    box-sizing: border-box;
    border-radius: 0.5rem;
    padding: 0.15rem 0.4rem;
    border: 1px solid #8f2127;
    text-align: center;
}