* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    font-style: normal;
}

body {
    font-size: 14px;
    background: #1a1a1a;
    color: #e0e0e0;
}

a {
    text-decoration: none;
    color: #e0e0e0;
}

.pcHead {
    display: block;
}

.mobileHead {
    display: none;
}

.globalWidth {
    max-width: 1200px;
    width: 100%;
}

.box {
    width: 32%;
    background-color: #2a2a2a;
    padding: 10px;
    border-radius: 0.5rem;
}

.pcHasMarginMobileNot {
    margin: 0 auto 15px auto;
}

.notMargin {
    margin: 0 auto;
}

.hasMargin {
    margin-bottom: 15px;
}

.hotsearch {
    font-size: 12px;
}

.hotsearch a {
    margin-right: 6px;
    color: #ff4d4d;
    font-weight: bold;
}

.searchLeft {
    width: 70%;
    background-color: #2a2a2a;
    border-radius: 0.5rem;
}

.searchRight {
    width: 29%;
}

.searchRightDiv {
    background-color: #2a2a2a;
    border-radius: 0.5rem;
    padding: 10px;
}

.nav ul {
    height: 100%;
}

.nav ul li a {
    color: #e0e0e0;
    font-weight: bold;
    font-size: 16px;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 18px;
}

.smalllist li {
    display: flex;
    justify-content: space-between;
    height: 36px;
    align-items: center;
}



.smalllist li p {
    width: 76%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.smalllist li p :hover{
    color: #f73434;
}

.smalllist li em {
    color: #ff6b6b;
}

.smalllist li span {
    font-style: italic;
    font-weight: bold;
    margin-right: 6px;
}

.smalllist li .color1 {
    color: #ff6b8a;
}

.smalllist li .color2 {
    color: #ffa94d;
}

.smalllist li .color3 {
    color: #4dabf7;
}

.smalllist li .color {
    color: #888888;
}

.flagUl a {
    display: flex;
    margin-right: 5px;
    margin-bottom: 5px;
    height: 23px;
    border-radius: 3px;
    padding: 0 8px;
    align-items: center;
}

.flagUl a.flag1 {
    background: #008b7d;
}

.flagUl a.flag2 {
    background: #cc8429;
}

.flagUl a.flag3 {
    background: #cc5e4d;
}

.flagUl a.flag4 {
    background: #3db85a;
}

.flagUl a.flag5 {
    background: #4fa8a8;
}

.flagUl a.flag6 {
    background: #8bc922;
}

.flagUl a:hover {
    background: #ff5252;
    color: #ffffff;
}

.searchbox li:hover {
    background: rgba(255, 255, 255, 0.05);
}

.typeUl a:hover {
    background: #ff5252;
    color: #ffffff;
}

.pagination {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.pagination li {
    margin: 0 3px 3px 3px;
    background: #cc8429;
    height: 30px;
    display: flex;
    align-items: center;
    font-size: 14px;
    border-radius: 3px;
}

.pagination a {
    padding: 0 15px;
}

.pagination span {
    padding: 0 15px;
}

.pagination .active {
    color: #ffffff;
    background: #ff5252;
}

.pcDownload {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f7336a;
    border-radius: 0.5rem;
    height: 40px;
    color: white;
    font-size: 15px;
    font-weight: 700;
}

.pcDownload:hover {
    background-color: #fb8b84;
}

.pcDownloadTwo {
    width: 46%;
    margin-left: 5px;
}

.pcDownloadOne {
    width: 98%;
    margin-left: 10px;
}

.on {
    display: block;
    height: calc(100vh - 50px) !important;
}

.menuNav ul li a {
    display: block;
    height: 45px;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
}

@media (max-width: 600px) {
    .pcHead {
        display: none;
    }

    .mobileHead {
        display: block;
    }

    .globalWidth {
        width: 96%;
    }

    .box {
        width: 100%;
    }

    .searchRight {
        width: 100%;
    }

    .searchLeft {
        width: 100%;
    }

    .box {
        width: 100%;
    }

    .pcNotMarginMobileHas {
        margin: 0 auto 15px auto;
    }

    .pcHasMarginMobileNot {
        margin: 0 auto;
    }
}

.pcQrcode {
    display: none;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2500;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
}