@import "reset.css";

.banner {
    width: 7.5rem;
    height: 3.4rem;
    background: url('../img/banner1.png') no-repeat center center;
    background-size: 7.5rem 3.4rem;
}

.list ul {
    width: 7.5rem;
    height: 0.88rem;
    display: flex;
    background: #890013;
    margin: 0 auto;
}

.list ul li {
    flex: 1;
    color: #fff;
    line-height: 0.88rem;
    text-align: center;
    font-size: 0.3rem;
}

.list ul .select {
    background-color: #FCD688;
    color: #8F0011;
}

.box5 .left {
    width: 7.5rem;
    overflow: hidden;
    background: #F2F2F2;
}

.box5 .left p {
    color: #333;
    line-height: 0.8rem;
    margin: 0 0.4rem;
    float: left;
    font-size: 0.28rem;
}

.box5 .left .sel {
    color: #890013;
}

.box5 .right {
    width: 6.64rem;
    min-height: 5rem;
    margin: 0.3rem auto;
}

.box5 .right .same a {
    color: #333;
    font-size: 0.28rem;
    line-height: 0.5rem;
    word-break: break-all;
    padding-bottom: 0.2rem;
}

.box5 .right .same a:last-child {
    display: none;
}