body {
    overflow-x: hidden;
    /* 防止整个页面出现横向滚动条 */
}

.pc-only {
    display: block;
}

.mobile-only {
    width: 100vw;
    display: none;
    overflow-x: hidden;
}

/* 移动设备（最大宽度767px） */
@media (max-width: 768px) {
    body {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    html {
        min-width: 1200px;
    }
}

/* 中等屏幕（平板，宽度768px到1024px） */
@media (min-width: 768px) and (max-width: 1024px) {
    body {
        font-size: 16px;
    }
}

/* 移动端样式（最大宽度1024px） */
@media (max-width: 768px) {
    .pc-only {
        display: none !important;
    }


    .mobile-only {
        display: block !important;
    }
}

html {


    /* 设置最小宽度 */
    overflow-x: auto;
    /* 允许横向滚动 */
    margin: 0 auto;
    /* 可选：居中容器 */

}

.mobile-only img {
    max-width: 100%;
    height: auto;
}

.banner {
    width: 100%;
    height: 320px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
}

.banner span {
    width: 1200px;
    margin-top: 108px;
    font-weight: 800;
    font-size: 72px;
    color: #FFFFFF;
    line-height: 101px;
    text-shadow: 0px 4px 32px rgba(0, 0, 0, 0.25);
}

.content {
    width: 100vw;
    height: 100%;
    padding: 20px;
}
.content p img{
        max-width: 100% !important;
        height: auto!important; 
}
.Transverseline {
    width: 100%;
    height: 1px;
    background: #EBEDF0;
    margin: 20px 0;
}

.content .TagsView {
    height: 20px;
    line-height: 20px;
    width: 100%;
    display: flex;
}

.TagsView p {
    margin-left: 10px;
    font-size: 16px;
    display: inline-block;
    color: #9A9A9A;
}

.TagsView p a {
    color: #9A9A9A;
}

p {
    font-family: Source Han Sans SC, Source Han Sans SC;
    margin: 0;
    font-size: 16px;
}

span {
    font-family: Source Han Sans SC, Source Han Sans SC;
    margin: 0;
    font-size: 18px;
}

ul {
    padding: 0 15px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    margin: 0;
    font-size: 16px;
    line-height: 32px;
}

.adofwz a,
.boxcolor a {
    font-size: 30px;
}