#noticeBar {
    width: 100%;
    height: 80px;
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    /* bottom: 20px; */
    /* transform:rotate(40deg); */
}

.noticeBar-con {
    /* background: linear-gradient(270deg, rgba(98, 98, 98, 0.5) 0%, #000000 17%, #000000 83%, rgba(51, 51, 51, 0.5) 100%); */
    background-image: url('../img/notice_bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.notice-text {
    font-family: PingFang-SC, PingFang-SC;
    font-weight: 400;
    font-size: 11rpx;
    color: #FFFFFF;
    line-height: 11rpx;
    text-align: left;
    font-style: normal;
}

.green {
    color: #81C060;
}

.notice-right {
    width: 62px;
    height: 28px;
    background: #81C060;
    border-radius: 15px;
    font-family: PingFang-SC, PingFang-SC;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 28px;
    letter-spacing: 1px;
    text-align: center;
    font-style: normal;
}

.van-notice-bar {
    padding: 0 14px;
}