.box{
    width: 100%;
    height: 100%;
    padding-bottom: 1rem;
    background: rgb(241,241,241);
}
.pic1{
    display: block;
    width: 100%;
}
.pic2{
    display: block;
    width: 100%;
    margin-top: 1.5rem;
}
.line{
    background: rgb(240,240,240);
    height: 0.3rem;
    width: 100%;
}
.warp{

    background: #fff;
    /* height: 5rem; */
    color: #000;
    padding: 0.3rem;
}
.tips{
  
    display: flex;
    align-items: center;
    text-align: left;
    font-size: 0.3rem;
    margin-bottom: 0.5rem;
}
.tips .f{
    color: red;
    margin-left: 0.3rem;
    margin-right: 0.2rem;
}
.tips i{
    color: red;
    font-size: 0.4rem;
}
/* 修改部分 */
.list{
    position: relative;
    width: 100%;
    display: flex;
    align-items: top;
    margin-bottom: 0.2rem;
}
.list .hot{
    position: absolute;
    left: 0;
    top: 0.1rem;
    width: 1.9rem;
    border-radius: 0.95rem;
    height: 0.5rem;
    background: rgba(240,145,78,.5) url('../images/hot.png') no-repeat 0.1rem center;
    background-size: 0.3rem;
    font-size: 0.28rem;
    line-height: 0.5rem;
    padding-left: 0.5rem;
    color: #fff;
}
.list .hot span{
    font-size: 0.28rem;
}
.list .rt .title{
    margin: 0;
    margin-bottom: 0.3rem;
    display: flex;
    align-items: center;
 
    
}
.list .rt .title span{
    font-size: 0.28rem;
    margin-left: auto;
    color: rgb(184,78,49);
}
/* 结束 */


.list>img{
    width: 3.2rem;
    height: 3.2rem;
    display: block;
    border-radius: 0.15rem;
}
.list .rt{
    text-align: left;
    width: 3.4rem;
    margin-left: auto;
    font-size: 0.28rem;
}
.list .rt h6{
    font-weight: bold;
    font-size: 0.35rem;
    /* margin-bottom: 0.3rem; */
    
}
.list .rt>div{
    margin-bottom: 0.2rem;
}
.list .rt>a{
    display: block;
    width: 2rem;
    height: 0.65rem;
    line-height: 0.65rem;
    text-align: center;
    color: #fff;
    border-radius: 0.35rem;
    background: rgb(251,67,37);
}
footer{
    width: 100%;
    height: 1rem;
    background: #fff;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99;
    display: flex;
    justify-content: space-around;
}
footer a{
    display: block;
    padding-top: 0.1rem;
}
footer a img{
    width: 0.55rem;
    display: block;
}
footer a p{
    font-size: 0.27rem;
}