/* 背景 */
#container {
    width: 100%;
    height: 2.51042rem;
    text-align: center;
    position: relative;
    background-size: cover;
    background-repeat: round;
}


#container .img {
    display: block;
    width: 100%;
    height: 2.51042rem;
}


#container .block {
    position: absolute; /* 绝对定位 */
    bottom: 0; /* 放置在底部 */
    top: 80%;
    left: 9.1667%;
    right: 9.1667%;
    display: flex; /* 设置为 flex 布局 */
    justify-content: center; /* 水平居中 */
    align-items: center;
    box-sizing: border-box;
    color: #FFFFFF;
    border: 0.00521rem solid white;

    background: rgba(37, 37, 37, 0.3);
}

#container .text-title{
    position: absolute;
    height: 0.30208rem;
    left: 0.32rem;
    font-style: normal;
    font-size: 0.1875rem;
    font-weight: 400;
    line-height: 0.302rem;
    color: #FFFFFF;
}

#container .text-line1{
    position: absolute;
    height: 100%;
    left: 17.95204%;
    border: 0.00521rem solid white;
}

#container .text-line2{
    position: absolute;
    width: 0.4rem;
    height: 0;
    left: 70%;
    border: 0.005rem solid #FFFFFF;
    background-color: #FFFFFF;
}

#container .text-content{
    position: absolute;
    height: 0.23rem;
    right: 5%;
    font-style: normal;
    font-weight: 400;
    font-size: 0.125rem;
    line-height: 0.229167rem;
    color: #FFFFFF;
}

#container .text-content .link{
    font-style: normal;
    font-weight: 400;
    font-size: 0.125rem;
    line-height: 0.229167rem;
    color: #FFFFFF;
    text-decoration: none;
}

#content .side-nav {
    margin-top: .25rem!important;
}