.top_info {
    padding: 0.5rem 0;
    background: #f6f6f6;
    overflow: hidden;
    text-align: center
}

.top_info img {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 0.15rem;
}

.top_info .right_info {
    margin-top: 0.2rem;
}

.top_info .right_info .title {
    font-size: 0.48rem;
    line-height: 0.48rem;
    color: #333333;
}

.top_info .right_info .subtext {
    color: #888888;
    line-height: 0.24rem;
    margin-top: 0.20rem;
}

.top_info .right_info .button {
    display: inline-block;
    width: 1.56rem;
    height: 0.56rem;
    line-height: 0.56rem;
    background: #faf9fa;
    border: 0.02rem solid #e6e6e6;
    border-radius: 0.1rem;
    text-align: center;
    color: #4db332;
    font-size: 0.24rem;
}

.swiper-container ul li img {
    width: 100%;
}

.inner_info {
    background: #eeeeee;
    padding: 0.4rem 0.4rem 0.4rem 0.42rem;
}

.inner_info .title {
    color: #333333;
    font-size: 0.3rem;
    line-height: 0.3rem;
}

.inner_info .intro {
    margin-top: 0.24rem;
    color: #888888;
}

.inner_info .line {
    margin: 0.43rem 0;
    border-top: 0.02rem solid #e4e4e4;
}