html, body {
    width: 100%;
    min-height: 100vh;
    background: #000;
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC","Helvetica Neue",STHeiti,"Microsoft Yahei",Tahoma,Simsun,sans-serif;
}

.wrapper {
    width: 7.5rem;
    padding: 1.04rem .36rem 2rem;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative; 
    background: url(//game.gtimg.cn/images/yrzx2/m202409/news/bg2.jpg) center/cover no-repeat;
    min-height: 100vh;
    overflow: hidden;
    background-attachment: fixed;
}

.mask {
    background: url(//game.gtimg.cn/images/yrzx2/m202409/news/bg2.jpg) center/cover no-repeat;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    mask-image: linear-gradient(to bottom, 
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,0) 75%,
    rgba(0,0,0,1) 85%,
    rgba(0,0,0,1) 100%);
  -webkit-mask-image: linear-gradient(to bottom, 
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,0) 75%,
    rgba(0,0,0,1) 85%,
    rgba(0,0,0,1) 100%);
    pointer-events: none;
}

.news-info {
    padding-bottom: 1.5rem;
}

/* .wrap {width: 7.5rem;height: 100vh; height: 100dvh; max-height: 16.24rem; position: relative; overflow: hidden; position: relative; margin: 0 auto;} */
.news-info .title {

    text-align: center;
    color: #dae1de;
    font-weight: bold;
    padding-bottom: .18rem;
    border: 1px solid;
    border-image: linear-gradient(
        to right,
        rgba(255, 255, 255, 0.3) 60%,
        rgba(255, 255, 255, 0)
      )
      0 0 1 0;
    /* display: flex;
    justify-content: space-between;
    align-items: flex-end; */
}

.news-info .title .date {
    flex-shrink: 0;
    font-size: .22rem;
    display: flex;
    justify-content: space-between;
    color: #c6d3cd;
    text-shadow: 0.01rem 0.01rem 0 black, -0.01rem -0.01rem 0 black, -0.01rem 0.01rem 0 black, 0.01rem -0.01rem 0 black;
}

.news-info .title .date span:nth-child(1) {
    margin-right: .2rem;
}

.news-info .title h3 {
    margin-bottom: .62rem;
    margin-top: 0;
    font-size: .44rem;
    color: #dae1de;
    font-weight: normal;
    line-height: 1.4;
    text-shadow: 0.01rem 0.01rem 0 black, -0.01rem -0.01rem 0 black, -0.01rem 0.01rem 0 black, 0.01rem -0.01rem 0 black;
}

.news-info img {
    max-width: 100%;
    margin: .3rem auto;
    height: auto;
}

.news-info video {
    width: 100% !important;
    margin: .3rem auto;
    height: auto !important;
}

.news-info iframe {
    width: 100% !important;
    margin: .3rem auto;
    height: auto !important;
}

.news-info .detail {
    font-size: .22rem;
    color: #9aada0;
    line-height: .38rem;
    /* text-align: justify; */
}

.wrapper .bottom-wrap {
    width: 7.5rem;
height: 2rem;
/* background: #131313;
box-shadow: 
    0 0 3rem #131313,
    0 -1rem 2rem rgba(19, 19, 19, 0.6),
    0 -2rem 2rem rgba(19, 19, 19, 0.4); */
position: fixed;
bottom: 0;
left: 50%;
margin-left: -3.75rem;
}

.wrapper .btn-back {
    width: 2.92rem;
    height: .98rem;
    background: url(//game.gtimg.cn/images/yrzx2/m202409/index/btn_newsdetail_back.png) center / contain no-repeat;
    /* margin: .42rem auto; */
    margin: 0 auto;
    display: block;
    padding-top: .25rem;
    box-sizing: border-box;
    position: relative;
    left: .2rem;
}

.wrapper .btn-back a {
    width: 2.1rem;
    height: .62rem;
    display: block;
    outline: 0;
    border: none;
    -webkit-tap-highlight-color: transparent;
}