@font-face {
    font-family: Microsoft YaHei;
    font-display: swap;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

a:active {

}

ins.adsItem[data-ad-status='unfilled'] {
    display: none !important;
}

ins.adsItem {
    margin: 15px 0 15px 0;
}

.flex {
    display: flex;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-space-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.width-50 {
    width: 55%;
    margin: 0 auto;
}

.width-80 {
    width: 60%;
    margin: 0 auto;
}

@media only screen and (max-width: 1680px) {
    .width-80 {
        width: 82%;
    }

    .width-50 {
        width: 70%;
    }
}

@media only screen and (min-width: 1680px) and (max-width: 2080px) {
    .width-80 {
        width: 70%;
    }

    .width-50 {
        width: 65%;
    }
}

.no-bg {
    background: none;
}

.mb16 {
    margin-bottom: 1.6rem;
}

.mb18 {
    margin-bottom: 1.8rem;
}

.mb28 {
    margin-bottom: 2.8rem;
}

.mb38 {
    margin-bottom: 3.8rem;
}

.mb14 {
    margin-bottom: 1.4rem;
}

.mt18 {
    margin-top: 1.8rem;
}

.mt30 {
    margin-top: 3rem;
}

.pt20 {
    padding-top: 2rem;
}

.pt40 {
    padding-top: 4rem;
}

.pt30 {
    padding-top: 3rem;
}

.pb40 {
    padding-bottom: 4rem;
}

.hide-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hide-text-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.hide-text-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.hide-text-8 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

.hide-text-10 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}

.hover-shadow:hover {
    box-shadow: 0 8px 8px #999 !important;
}

.header-wrapper {
    height: 70px;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to right, #5C16A4, #0572B5);
}

.header-area {
    height: 100%;
    display: flex;
    align-items: center;

}

.header-area .logo-container {
    margin-right: 2.5rem;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.header-area .logo-container img {
    height: 2.2rem;
}

.header-area .header-main {
    flex: 1;
    justify-content: right;
}

.header-area .header-main .nav-list {
    display: flex;
    align-items: center;
    position: relative;
    gap: 2rem;
}

@media only screen and (min-width: 1680px) and (max-width: 2080px) {
    .header-area .header-main .nav-list {
        gap: 1.5rem;
    }
}

@media only screen and (max-width: 1680px) {
    .header-area .header-main .nav-list {
        gap: 1.5rem;
    }
}

.header-area .header-main .nav-item,
.head-more {
    font-family: Microsoft YaHei;
    color: #ffffff;
    font-weight: 700;;
    padding: 0.2rem 0.5rem;
    border-radius: 0.3rem;
    cursor: pointer;
    text-align: center;
}

.head-more img {
    height: 0.5rem;
    margin-left: 0.4rem;
    transition-duration: 0.5s;
}

.arrow-rotate {
    transform: rotate(180deg);
}

.header-area .header-main .nav-item span {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.header-area .header-main .nav-item.this {

    background: linear-gradient(270deg, #b700e6 0%, #f01da1 100%);
}

.head-more {

}

.head-pop-wrapper {
    display: none;
    position: absolute;
    top: 50px;
    right: 0;
    background: #3f3081;
    width: 90%;
    padding: 1rem;
    border: 1px solid;
    border-color: #cb90ff;
    border-radius: 15px;
}

.head-pop-nav-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.header-area .header-main .head-pop-nav-list .nav-item {
    color: #ffffff;
}

.header-search-container {
    background-color: #f4f4f4;
    padding: 0.7rem 1.4rem;
    border-radius: 2rem;
}

.header-search-container img {
    margin-left: 2rem;
    height: 1.2rem;
    cursor: pointer;
}

.search-input {
    height: 1.5rem;
    color: rgba(106, 106, 106, 0.4);
    font-size: 0.9rem;
}

.favorites-icon {
    margin-right: 1.5rem;
}

.favorites-icon img {
    height: 1.3rem;

}

input {
    border: 0;
    outline: none;
    background-color: inherit;
}

.main-area {
    margin-top: 70px;
    width: 100%;
    height: auto;
    font-family: "Microsoft YaHei";
    min-height: 90vh;
}

.main-content {
}


.blue-bg {

}

.blue-bg {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.blue-bg::before, .blue-bg::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    filter: blur(216.13px);
}

.blue-bg::before {
    left: 0;
    background-color: #9b0de1;
}

.blue-bg::after {
    right: 0;
    background-color: #00b4ff;
}

.gray-bg {
    background-color: #13163e;
}

.z-index1 {
    z-index: 1;
    position: relative;
}

.head-bg {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.head-bg::before, .head-bg::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    filter: blur(216.13px);
}

.head-bg::before {
    left: 0;
    background-color: #9b0de1;
}

.head-bg::after {
    right: 0;
    background-color: #00b4ff;
}


.main-bg {
    background-color: #13163e;
}

/*@media only screen  and (max-width: 1920px) {*/
/*    .main-bg {*/
/*        background-image: url('../img/1920.webp');*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 1920px) and (max-width: 2560px) {*/
/*    .main-bg {*/
/*        background-image: url('../img/2560.webp');*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 2561px)  {*/
/*    .main-bg {*/
/*        background-image: url('../img/3840.webp');*/
/*    }*/
/*}*/

.classic-bg {
    background: url('../img/classic.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.translucency-bg {
    background: url('../img/translucency.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.content-text {
    font-size: 1.1rem;
    color: #ffffff;
    line-height: 1.8rem;
    opacity: 85%;
}

.list-box {
    display: flex;
    flex-wrap: wrap;
    gap: 5.6%;
    width: 100%;
}

.list-box .game-item {
    cursor: pointer;
    width: 12%;
}

.list-box .game-item img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 40px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
}

.list-box .game-title {
    height: 3.8rem;
    width: 100%;
    text-align: center;
    font-size: 1.1rem;
    color: #ffffff;
    font-weight: 0;
    margin-top: 0.4rem;
}

.head-lang {

}

.head-lang-btn {
    height: 1.4rem;
    cursor: pointer;
}

.head-lang-container {
    display: none;
    align-items: center;
    flex-direction: column;
    gap: 1.2rem;
    position: absolute;
    background: #3f3081;
    border: 1px solid;
    border-color: #cb90ff;
    top: 50px;
    right: -51px;
    width: 100px;
    padding: 1rem;
    border-radius: 15px;
}

.head-lang-container .lang-item {
    color: #ffffff;
    font-size: 1rem;
    display: flex;
    align-items: center;
}

.head-lang-container .lang-item img {
    height: 1.1rem;
    margin-right: 10px;
}

.footer-wrapper {
    background-color: #09448d;;
    padding: 3rem 0;
    font-family: "Microsoft YaHei";
}

.footer-wrapper .lang-main {
    gap: 4rem;
    font-size: 1.1rem;
}

.footer-wrapper .lang-main .lang-item {
    color: #ffffff;
}

.footer-wrapper .footer-line {
    height: 14px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.5);
}

.footer-wrapper .footer-main {
    gap: 4rem;
}

.footer-wrapper .footer-item {
    color: #a4a4a4;
    font-size: 1rem;
}

.about-wrapper {
    background-color: #2a2d5c;
    font-family: Microsoft YaHei;
    color: #ffffff;
    padding: 2rem 0;
}

.about-wrapper .about-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.about-wrapper .about-text {
    font-size: 1rem;
    line-height: 1.5rem;
    opacity: 70%;
}

.about-wrapper .about-subtitle {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.8rem;
    margin-top: 1.6rem;
}