.msg {
    font-family: PingFangTC-Medium, PingFangTC;
    background: #FFF2E3;
    color: #8F150A;
    font-size: 0.3rem;
    line-height: 0.8rem;
    text-align: center;
    display: none;
}

.banner img {
    width: 100%;
}

.info {
    padding: 0.79rem 1rem;
    margin-bottom: 0.7rem;
}

.info .item {
    position: relative;
    margin-bottom: 0.5rem;
}

.info .item .bg {
    width: 100%;
}

.info .item .shouyi {
    width: 3.42rem;
    position: absolute;
    top: -0.25rem;
    left: 50%;
    transform: translateX(-50%);
}

.info .item .txt1 {
    width: 6rem;
    height: 0.61rem;
    background: rgba(255, 244, 237, 0.71);
    border-radius: 1rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #E56C13;
    position: absolute;
    top: 0.8rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info .item .txt2 {
    width: 6rem;
    height: 0.61rem;
    background: rgba(255, 244, 237, 0.71);
    border-radius: 1rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #E56C13;
    position: absolute;
    top: 1.7rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info .item .line {
    position: absolute;
    top: 0.9rem;
    left: 1.25rem;
}

.info .item .line .line_item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    font-size: 0.3rem;
    margin-bottom: 0.2rem;
}

.info .item .line .gou {
    width: 0.29rem;
    padding-right: 0.3rem;
}