/* 头部 */
.return{
    width: .2rem;
    height: .2rem;
}

/* 标题 */
.main_title{
    width: 100%;
    height: .28rem;
    margin: .25rem 0;
}
#nav{
    height: .37rem;
    display: flex;
    justify-content: space-between;
    text-align: center;
}
#nav a{
    width: 33%;
    height: .37rem;
    line-height: .37rem;
    background: #e3e3e3
}
#nav a:hover{
    background: #de161c;
    color: #fff;
    font-weight: bold;
}

#nav .on{    background: #de161c;
    color: #fff;
    font-weight: bold;}

/* 各种图片 */
.list_img{
    padding: 0 .15rem .15rem .15rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list_img .img_box{
    width: 1.65rem;
    height: 2.5rem;
    margin-bottom: .1rem;
    position: relative;
}
.list_img .img_box span{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: .25rem;
    line-height: .25rem;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, .5);
}
.list_img .img_box span i{
    color: #feecc9;
}