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

body {
    font-size: 14px;
    background: #f0f0f0;
    color: #222222;
}

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


.pcHead {
    display: block;
}

.mobileHead {
    display: none;
}

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


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


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

.notMargin {
    margin: 0 auto;
}

.hasMargin {
    margin-bottom: 15px;
}

.hotsearch {
    font-size: 12px;

    a {
        margin-right: 6px;
        color: #ff0000;
        font-weight: bold;
    }
}

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

.searchRight {
    width: 29%;
}

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


.nav {
    ul {
        height: 100%;
    }

    a {
        color: black;
        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;

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

        em {
            color: #ff6161;
        }

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

        .color1 {
            color: #ff4a80;
        }

        .color2 {
            color: #ff9900;
        }

        .color3 {
            color: #3571ff;
        }

        .color {
            color: #999999;
        }
    }
}


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

    a.flag1 {
        background: #00c4ad;
    }

    a.flag2 {
        background: #ffa335;
    }

    a.flag3 {
        background: #ff7760;
    }

    a.flag4 {
        background: #51ef73;
    }

    a.flag5 {
        background: #67cdcd;
    }

    a.flag6 {
        background: #b6f328;
    }


    a:hover {
        background: #ff6161;
        color: #ffffff;
    }

}

.searchbox {
    li:hover {
        background: rgba(0, 0, 0, 0.02);
    }
}

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

.pagination {

    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;

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

    a {
        padding: 0 15px;
    }

    span {
        padding: 0 15px;
    }

    .active {
        color: #ffffff;
        background: #ff6161;
    }
}

.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;
}
