* {
    margin: 0;
    padding: 0;
}

.cms-main {
    display: none;
}

@media screen and (max-width:500px) {
    /* 重构导航 */
    .cms-head {
        background-color: RGB(23, 31, 56);
        width: 100%;
        height: 80px;
        display: flex;
        position: relative;
    }
    .cms-head-logo {
        position: absolute;
        left: 0;
        top: 0;
        width: 180px;
        height: 80px;
        color: white;
    }
    .cms-head-logo a {
        text-decoration: none;
    }
    .cms-head-logo a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        padding: 10px;
        /* border-radius: 10px; */
    }
    /* 切换菜单 */
    .cms-head-qie {
        position: absolute;
        right: 0;
        top: 0;
        height: 80px;
        line-height: 80px;
        padding: 0 10px;
        font-size: 35px;
        color: white;
        cursor: pointer;
        font-weight: 600;
    }
    /* 重构搜索 */
    .cms-head-suo {
        /* box-shadow: -2px -2px 0 2px #7950b7, 2px 2px 0 2px #3d92f0; */
        width: 100%;
        height: 130px;
        background-color: RGB(23, 31, 56);
    }
    .cms-head-suo-form {
        padding-top: 35px;
        box-sizing: border-box;
        justify-content: center;
        text-align: center;
        /* align-items: center; */
    }
    .cms-head-suo-form-wd {
        font-size: 20px;
        width: 70%;
        height: 50px;
        border: none;
        outline: none;
        border-radius: 5px;
        font-weight: 600;
    }
    .cms-head-suo-form-btn {
        font-size: 20px;
        width: 20%;
        height: 50px;
        border: none;
        outline: none;
        border-radius: 5px;
        font-weight: 600;
    }
    /* 导航 */
    .cms-header-center {
        background-color: hwb(0 51% 15%);
        width: 100%;
        line-height: 50px;
        text-align: center;
        font-size: 18px;
    }
    .cms-header-nav {
        display: flex;
        justify-content: space-around;
        text-align: center;
    }
    .nav-li {
        list-style-type: none;
    }
    .nav-li a {
        text-decoration: none;
        font-size: 18px;
        color: green;
    }
    .nav-li a:hover {
        color: #5351e6;
    }
    /* 内容 */
    .cms-main {
        display: block;
        width: 100%;
        background-color: RGB(23, 31, 56);
    }
    .cms-main-top {
        width: 100%;
        line-height: 80px;
        height: 80px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        border: 1px solid RGB(36, 46, 76);
        /* box-shadow: 1px 5px 5px 3px RGB(36, 46, 76); */
        /* box-shadow: 0 5px 10px rgba(194, 184, 184, 0.1); */
    }
    .main-con {
        text-decoration: none;
        font-size: 25px;
        color: RGB(232, 232, 240);
        padding: 0px 10px;
        font-weight: 600;
    }
    .main-ct {
        text-decoration: none;
    }
    .main-ct .main-ct-a {
        text-decoration: none;
        color: #96a5a4;
    }
    .main-box {
        text-decoration: none;
        color: #7c6571;
    }
    .cms-main-lie {
        width: 100%;
    }
    .main-ul {
        display: flex;
        flex-wrap: wrap;
    }
    .main-ul-li {
        width: 33.33%;
        box-sizing: border-box;
        padding: 05px;
        list-style-type: none;
    }
    .main-ul-li a {
        text-decoration: none;
    }
    .main-ul-li a img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        border-radius: 10px;
    }
    .a-pp {
        text-align: center;
        font-size: 14px;
        color: #817b7a;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .pp {
        text-align: center;
        font-size: 16px;
        color: #f3ecec;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    /* 详情页 */
    .cms-detail {
        width: 100%;
        padding: 10px;
        background-color: RGB(23, 31, 56);
    }
    .xiang-qing {
        display: flex;
    }
    .qing-abc {}
    .qing-abc img {
        width: 120px;
        height: 150px;
        background-size: 100% 100%;
        border-radius: 10px;
    }
    .xiang-qing-nei {
        /* margin-left: 10px; */
        width: 100%;
    }
    .nei-title {
        font-size: 12px;
        text-decoration: none;
    }
    .nei-title .hhh {
        text-decoration: none;
        color: hotpink;
    }
    .kkk {
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .fff {
        color: grey;
    }
    .fff a {
        text-decoration: none;
        color: lightslategrey;
    }
    .btn {
        align-items: center;
        text-align: center;
        text-decoration: none;
        font-size: 16px;
        background-color: lightcoral;
        border-radius: 10px;
        color: white;
    }
}