html,
body {
    background-color: #030E1D;
    height: 100%;
    overflow-y: auto;
}

.bg {

    position: relative;
    font-size: 3.2vw;
    color: #FFFFFF;
    line-height: 1;
    font-family: PingFang SC;
}

.bg .nav {
    position: absolute;
    top: 1.64rem;
    left: 0;
    font-size: 3.73vw;
}

.bg .nav .tohome {
    color: #fff;
    margin: 0 .06rem 0 .4rem;
}

.bg .nav .this_href {
    color: #999999;
    margin-left: .06rem;
}

.bg .msg {
    position: absolute;
    top: 2.36rem;
    left: 0;
    width: 100%;
}

.bg .msg .msg_tab p:first-child {
    display: flex;
    justify-content: space-around;
}

.bg .msg .msg_tab .line {
    width: 100%;
    height: .02rem;
    border-bottom: .02rem solid #043653;
    position: absolute;
    top: .5rem;
    left: 0;
}

.bg .msg .msg_tab span {
    font-size: 4vw;
    font-weight: 500;
    padding-bottom: .4rem;
}

.bg .msg .msg_tab span:first-child {
    margin-left: -.3rem;
}

.bg .msg .msg_tab span:last-child {
    margin-right: -.3rem;
}

.bg .msg .msg_tab span.active {
    background: url(https://cdn-js.yebaojiasu.com/mobile/m817/line1.png) no-repeat;
    background-size: 100%;
    background-position: 0 .5rem;
    z-index: 9;
    color: #2ABCFF;
}

.bg .msg .msg_ul li {
    width: 7rem;
    height: 2.2rem;
    background-color: #04162C;
    margin: .2rem auto 0;
    position: relative;
}


.bg .msg .msg_ul img {
    width: 1.8rem;
    height: 1.8rem;
    position: absolute;
    top: .2rem;
    left: .16rem;
}

.bg .msg .msg_ul .img_div {
    position: absolute;
    top: .2rem;
    left: .16rem;
    width: 1.8rem;
    height: 1.8rem;
    background: url(https://cdn-js.yebaojiasu.com/mobile/m817/li_bg.png) no-repeat;
    background-size: 100% 100%;
    z-index: 6;
}

.bg .msg .msg_ul .msg_right {
    position: absolute;
    left: 2.2rem;
    top: 0;
    width: 4.6rem;
    overflow: hidden;
}

.bg .msg .msg_ul .msg_top {
    font-size: 3.7vw;
    font-weight: 500;
    line-height: .4rem;
    margin: .6rem 0 .3rem 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bg .msg .msg_ul .msg_time {
    font-size: 2.67vw;
}