* {
    margin: 0;
    padding: 0;
}

.page-top-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    height: 60px;
}

.list-empty {
    font-size: 40px;
    line-height: 200px;
    text-align: center;
    color: #f2f2f2;
    width: 100%;
}

.aside-img2 span {
    display: block;
    color: #fff;
    font-size: 12px;
}

@media (max-width: 999px) {
    .page {
        width: 100%;
        /* display: flex; */
        flex-direction: row;
        margin: 0 auto;
    }
    .top-nav,
    .top-nav-list {
        display: flex;
        flex-direction: row;
    }
    .aside {
        background-color: #333;
        opacity: .9;
        padding-top: 10px;
        width: 240px;
        text-align: center;
        overflow: visible;
        font-size: 14px;
        position: fixed;
        top: 0;
        bottom: 0;
        left: -340px;
        z-index: 200;
    }
    .aside-img2 {
        margin: 20px 0 5px 0;
    }
    .aside-img2 img {
        width: 120px;
        height: 120px;
    }
    .aside-img2 span {
        display: block;
        color: #fff;
        font-size: 12px;
    }
    .action {
        /* width: 960px; */
    }
    .icon {
        width: 20px;
        height: 20px;
    }
    .icon-nav {
        display: flex;
        justify-content: flex-start;
        flex-direction: row;
    }
    .icon-nav div {
        margin: 15px 0;
        padding: 8px 14px;
        display: block;
        background-color: #d8b207;
        border-radius: 6px;
        font-size: 12px;
        color: #fff;
        cursor: pointer;
    }
    .icon-nav img {
        margin: 20px 0 0 15px;
        width: 23px;
        height: 23px;
    }
    .icon-nav:hover {
        cursor: pointer;
    }
    .page-top-img {
        width: 100%;
        vertical-align: middle;
    }
    .list {
        margin-top: 50px;
    }
    .list>li {
        list-style: none;
        padding: 10px;
        font-size: 14px;
    }
    .list>li a {
        text-decoration: none;
        color: #fff;
    }
    #active a {
        color: #fff;
        background-color: #d8b207;
        padding: 8px 40px;
        border-radius: 20px;
    }
    .list>li a:hover {
        color: #d8b207;
        cursor: pointer;
    }
    .page-select {
        width: 170px;
        height: 20px;
        border-radius: 6px;
        font-size: 10px;
        outline: none;
        transition: .3s;
        border: 1px solid #ccc;
        margin: 13px 35px 10px 0;
        padding: 6px 0 6px 20px;
    }
    .search {
        position: relative;
    }
    .search-icon {
        width: 12px;
        height: 12px;
        position: absolute;
        right: 46px;
        top: 24px;
        /* opacity: 0.5; 图片透明度设置 */
    }
    .page-top {
        position: relative;
    }
    .page-body {
        background-color: #fff;
        min-height: 500px;
        padding: 20px;
    }
    .right-compan img {
        padding-top: 5px;
        width: 20px;
        height: 20px;
    }
    .right-compan {
        background-color: #01A58A;
        padding: 0 5px;
        border-radius: 6px;
        position: fixed;
        right: 0;
        top: 45%;
        width: 15px;
        margin: 0 auto;
        font-size: 16px;
        color: #fff;
    }
    .jump {
        display: flex;
        justify-content: center;
        flex-direction: row;
        padding: 80px 0 40px 0;
    }
    .jump-list:nth-child(1) {
        background-color: #d8b207;
        color: #fff;
    }
    .jump-list {
        margin: 0 5px;
        width: 28px;
        height: 28px;
        line-height: 28px;
        border: 1px solid #DDDDDD;
        text-align: center;
        font-size: 13px;
    }
    .jump-list img {
        padding-top: 7px;
        width: 15px;
        height: 15px;
    }
    .jump-list:hover {
        background-color: #F5F5F5;
        color: #d8b207;
        cursor: pointer;
    }
    .page-bottom {
        background-color: #393939;
        color: #fff;
        text-align: center;
        font-size: 14px;
        padding: 18px 0;
    }
    #tet {
        display: none;
    }
}

.top-nav-list li a.active {
    color: #fff;
    background-color: #d8b207;
}

@media (min-width: 1000px) {
    .page {
        width: 100%;
        /* display: flex; */
        flex-direction: row;
        margin: 0 auto;
    }
    .top-nav,
    .top-nav-list {
        display: flex;
        flex-direction: row;
    }
    .top-nav-list {
        margin: 10px 0 10px 25px;
    }
    #top-nav-list-item {
        color: #fff;
        background-color: #d8b207;
    }
    .top-nav-list li {
        margin: 10px 7px;
        list-style: none;
        cursor: pointer;
    }
    .top-nav-list li a {
        background-color: #fff;
        border: 1px solid #CCCCCC;
        border-radius: 6px;
        font-size: 14px;
        padding: 8px 13px;
        text-decoration: none;
        color: #000;
    }
    .aside {
        background-color: #333;
        opacity: .9;
        padding-top: 10px;
        width: 240px;
        text-align: center;
        overflow: visible;
        font-size: 14px;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 200;
    }
    .aside-img1 {}
    .aside-img1 img {
        width: 140px;
    }
    .aside-img2 {
        margin: 20px 0 5px 0;
    }
    .aside-img2 img {
        width: 120px;
        height: 120px;
    }
    .action {
        padding-left: 240px;
        /* width: 960px; */
    }
    .icon {
        width: 20px;
        height: 20px;
    }
    .icon-nav {
        display: flex;
        justify-content: flex-start;
        flex-direction: row;
    }
    .icon-nav div {
        background-color: #d8b207;
        border-radius: 6px;
        color: #fff;
        cursor: pointer;
        display: none;
        width: 23px;
        height: 23px;
    }
    .icon-nav img {
        margin: 20px 0 0 30px;
        width: 23px;
        height: 23px;
    }
    .icon-nav:hover {
        cursor: pointer;
    }
    .list {
        margin-top: 50px;
    }
    .list>li {
        list-style: none;
        padding: 10px;
        font-size: 14px;
    }
    .list>li a {
        text-decoration: none;
        color: #fff;
    }
    .list>li.active a {
        color: #fff;
        background-color: #d8b207;
        padding: 8px 40px;
        border-radius: 20px;
    }
    .list>li a:hover {
        color: #d8b207;
    }
    .list>li.active a:hover {
        color: #fff;
    }
    #active a {
        color: #fff;
        background-color: #d8b207;
        padding: 8px 40px;
        border-radius: 20px;
    }
    .page-select {
        width: 170px;
        height: 20px;
        border-radius: 6px;
        font-size: 10px;
        outline: none;
        transition: .3s;
        border: 1px solid #ccc;
        margin: 13px 35px 10px 0;
        padding: 6px 0 6px 20px;
    }
    .search {
        position: relative;
        position: absolute;
        right: 2.5%;
        top: 0;
    }
    .search-icon {
        width: 12px;
        height: 12px;
        position: absolute;
        right: 46px;
        top: 24px;
        /* opacity: 0.5; 图片透明度设置 */
    }
    .page-body {
        background-color: #fff;
        min-height: 500px;
        padding: 20px 30px;
    }
    .right-compan img {
        padding-top: 5px;
        width: 20px;
        height: 20px;
    }
    .right-compan {
        background-color: #01A58A;
        padding: 0 5px;
        border-radius: 6px;
        position: fixed;
        right: 0;
        top: 45%;
        width: 15px;
        margin: 0 auto;
        font-size: 16px;
        color: #fff;
    }
    .jump {
        display: flex;
        justify-content: center;
        flex-direction: row;
        padding: 80px 0 40px 0;
    }
    .jump-list.active {
        background-color: #d8b207;
        color: #fff;
    }
    .jump-list {
        margin: 0 5px;
        width: 28px;
        height: 28px;
        line-height: 28px;
        border: 1px solid #DDDDDD;
        text-align: center;
        font-size: 13px;
        padding: 0 10px;
    }
    .jump-list img {
        padding-top: 7px;
        width: 15px;
        height: 15px;
    }
    .jump-list:hover {
        background-color: #F5F5F5;
        color: #d8b207;
        cursor: pointer;
    }
    .page-bottom {
        background-color: #393939;
        color: #fff;
        text-align: center;
        font-size: 14px;
        padding: 18px 0;
    }
}