@charset "UTF-8";

html,
body,
button,
input,
select,
textarea,
figure,
h1,
h2,
h3,
h4,
h5,
ul,
li,
dl,
dt,
dd,
p,
span,
form {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: "fontello";
    src: url("/font/fontello.woff2") format("truetype");
    font-weight: 400;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
    background: #FAFAFC;
}

.scrollToTopButton {
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    position: fixed;
    right: 1.25rem;
    bottom: 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
    background-color: #00e5c1;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.scrollToTopButton.visible {
    opacity: 1;
}

a,
a:hover {
    text-decoration: none;
}

.wrap {
    width: 98vw;
    margin: 0px auto;
    height: 100%;
    padding: 0 10px;
    position: relative;
    box-shadow: 0 0 15px 0 #ccc;
}

.wrap img {
    width: auto;
    height: auto;
}

.wrap .header {
    margin: 0.625rem auto;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
}

.wrap .header .logo {
    width: 2rem;
}

.wrap .header .header-rt {
    display: flex;
    align-items: center;
}

.wrap .header .header-rt .lang-switcher {
    color: #fff;
}

.wrap .header .header-rt .lang-switcher .lang-con {
    position: relative;
}

.wrap .header .header-rt .lang-switcher .lang-con .current-lang {
    display: flex;
    align-items: center;
    cursor: pointer;
    border-radius: 5px;
    padding: 0.1875rem 10px;
}

.wrap .header .header-rt .lang-switcher .lang-con .current-lang .thumb-box {
    margin-left: 10px;
    /* width: 24px;
                height: 24px; */
    opacity: 0.8;
}

.wrap .header .header-rt .lang-switcher .lang-con .current-lang .thumb-box .icon {
    width: 40px;
    height: 40px;
}

.wrap .header .header-rt .lang-switcher .lang-con .current-lang .thumb-box .flags {
    width: 24px;
    height: 18px;
    margin-top: 5px;
    margin-right: 5px;
}

.wrap .header .header-rt .lang-switcher .lang-con .current-lang:hover {
    background-color: #6b34fa;
}

.wrap .header .header-rt .lang-switcher .lang-con .lang-layer {
    position: absolute;
    right: 0;
    top: 42px;
    width: 100px;
    flex-direction: column;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border-radius: 8px;
    padding: 8px 10px;
    background: #ffffff;
    max-height: 863px;
    max-width: 174px;
    z-index: 1000;
}

.wrap .header .header-rt .lang-switcher .lang-con .lang-layer li {
    list-style-type: none;
    color: #fff;
}

.wrap .header .header-rt .lang-switcher .lang-con .lang-layer li a {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 40px;
    border-radius: 6px;
    margin: 5px 0;
    color: #333;
}

.wrap .header .header-rt .lang-switcher .lang-con .lang-layer li a.selected {
    background-color: #6b34fa;
    color: #fff;
}

.wrap .header .header-rt .download {
    width: 2.5rem;
    margin-right: 1.25rem;
    cursor: pointer;
}

.wrap .header .header-rt .download:hover {
    opacity: 0.8;
}

.wrap .header .header-rt .search {
    width: 2.5rem;
    margin-right: 0.625rem;
    cursor: pointer;
}

.wrap .search-box {
    padding: 0 0.9375rem;
    display: none;
}

.wrap .active {
    display: block;
}

.wrap .search-bar {
    width: 100%;
    margin: 0.625rem auto 1.25rem auto;
    background: #fff;
    border-radius: 6px;
}

.wrap .search-bar form {
    display: flex;
    align-items: center;
    height: 2.25rem;
    padding: 0 0.3125rem;
}

.wrap .search-bar form .icons {
    width: 1rem;
    margin: 0.1125rem 0.3125rem 0 0.3125rem;
}

.wrap .search-bar form .search-inpt {
    flex: 1;
    height: 100%;
    border: 0 none;
    outline: 0 none;
    background: transparent;
    color: #333;
    font-size: 0.875rem;
}

.wrap .wrap-con {
    position: relative;
    overflow: hidden;
}

.wrap .wrap-con .menu {
    display: flex;
    justify-content: space-between;
    padding: 0 0 0.625rem 0;
    overflow: auto;
}

.wrap .wrap-con .menu .link {
    background: #fff;
    color: #999;
    padding: 0.625rem;
    border-radius: 3.125rem;
    white-space: nowrap;
    margin: 0 0.3125rem;
    display: flex;
    align-items: center;
}
.wrap .wrap-con .menu .link .img-box{
    margin-right: .3125rem;
    background-color: #fff;
    border-radius: 50%;
    width: 1.875rem;
    height: 1.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrap .wrap-con .menu .selected {
    background: #FBDAE0;
    color: #E72949;
}

.wrap .wrap-con .menu::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.wrap .wrap-con .menu::-webkit-scrollbar-track {
    border-radius: 3px;
    background: rgb(247, 241, 241);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.08);
}

.wrap .wrap-con .menu::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: #999;
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
}

.wrap .wrap-con .back {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 50;
    width: 2.5rem;
    height: 2.5rem;
    cursor: pointer;
}

.wrap .wrap-con .back img {
    width: 100%;
}

.wrap .wrap-con .list {
    display: flex;
    align-items: center;
    margin-bottom: 0.9375rem;
}

.wrap .wrap-con .list .swiper {
    width: 100%;
    height: 100%;
}

.wrap .wrap-con .list .swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px;
}

.wrap .wrap-con .list .swiper .swiper-slide img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 14px;
    height: auto;
}

.wrap .wrap-con .subject-box {
    color: #333;
}

.wrap .wrap-con .subject-box .subject-item h1 {
    position: relative;
    color: #383838;
    font-size: 1.25rem;
    font-weight: bold;
    padding: 0 0 0 1.125rem;
    margin: .625rem 0 0 0;
}

.wrap .wrap-con .subject-box .subject-item .subject-list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 0 0.9375rem;
}

.wrap .wrap-con .subject-box .subject-item .subject-list .game-item-box {
    width: 100%;
    background-color: #fff;
    border-radius: .875rem;
    margin-bottom: .625rem;
    padding: .625rem;
}
.wrap .wrap-con .subject-box .subject-item .subject-list .icon{
    /* margin: 0 .5rem; */
    width: 100%;
}
.wrap .wrap-con .subject-box .subject-list .game-item .item-l .icon{
    margin: 0 .5rem;
}

.wrap .wrap-con .subject-box .subject-item .subject-list .loadMore {
    background: #fff;
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
    font-weight: bold;
    font-size: 0.875rem;
    color: #E72949;
    width: 7.9375rem;
    height: 2.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.625rem auto 0 auto;
}

.wrap .wrap-con .subject-box .subject-item .subject-list .icon {
    border-radius: 0.625rem;
}

.wrap .wrap-con .subject-box .subject-item .subject-list .top-items {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 3.75rem 0 1.25rem 0;
}

.wrap .wrap-con .subject-box .subject-item .subject-list .top-items .top-item {
    text-align: center;
    width: 6.25rem;
}

.wrap .wrap-con .subject-box .subject-item .subject-list .top-items .top-item .top-info .img-box {
    position: relative;
    top: -3.125rem;
}
.wrap .wrap-con .subject-box .subject-item .subject-list .top-items .top-item .top-info .img-box img{
    display: block;
    margin: 0 auto;
}
.wrap .wrap-con .subject-box .subject-item .subject-list .top-items .top-item .top-info .img-box img.lvl{
    width: 16px;
    margin-bottom: 5px;
}

.wrap .wrap-con .subject-box .subject-item .subject-list .top-items .top-item .top-info .icon {
    width: 3.125rem;
    height: 3.125rem;
}

.wrap .wrap-con .subject-box .subject-item .subject-list .top-items .top-item .top-info .name {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-top: -2.8125rem;
    font-size: 0.75rem;
    color: #fff;
}

.wrap .wrap-con .subject-box .subject-item .subject-list .top-items .top-item .top-info .btn {
    background: #FFE8ED;
    color: #E72949;
    font-size: 0.625rem;
    width: 3.75rem;
    height: 1.25rem;
    border-radius: 0.625rem;
    margin: 0.3125rem auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrap .wrap-con .subject-box .subject-item .subject-list .top-items .top-item-1 .top-info {
    height: 6.5rem;
    background: linear-gradient( 180deg, #FCB0BF 0%, #FDFBFC 100%);
    border-radius: 8px;
}

.wrap .wrap-con .subject-box .subject-item .subject-list .top-items .top-item-1 .top-info .name {
    margin-top: -1.5625rem;
}

.wrap .wrap-con .subject-box .subject-item .subject-list .top-items .top-item-2 {
    margin-top: 1.5rem;
}

.wrap .wrap-con .subject-box .subject-item .subject-list .top-items .top-item-2 .top-info {
    height: 5rem;
    background: linear-gradient( 180deg, #FCB0BF 0%, #FDFBFC 100%);
    border-radius: 8px;
}

.wrap .wrap-con .subject-box .subject-item .subject-list .top-items .top-item-3 {
    margin-top: 2.1875rem;
}

.wrap .wrap-con .subject-box .subject-item .subject-list .top-items .top-item-3 .top-info {
    height: 4.25rem;
    background: linear-gradient( 174deg, #F7C35B 0%, rgba(255,255,255,0) 100%);
    border-radius: 8px;
}

.wrap .wrap-con .subject-box .subject-item .subject-list .top-items .top-item-3 .top-info .name {
    margin-top: -3.125rem;
}

.wrap .wrap-con .subject-box .subject-item .subject-list .game-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #333;
    flex-direction: row;
    background-color: #fff;
    border-radius: .75rem;
    padding: .625rem;
    margin-bottom: .625rem;
}

.wrap .wrap-con .subject-box .subject-item .subject-list .game-item .item-l {
    display: flex;
    align-items: center;
}

.wrap .wrap-con .subject-box .subject-item .subject-list .game-item .item-l .thumb-box {
    margin: 0 0.5rem;
}

.wrap .wrap-con .subject-box .subject-item .subject-list .game-item .item-l .icon {
    width: 3.125rem;
    height: 3.125rem;
    overflow: hidden;
}

.wrap .wrap-con .subject-box .subject-item .subject-list .game-item .item-l .g-info .name,
.wrap .wrap-con .subject-box .subject-item .subject-list .game-item .item-l .g-info .desc {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0.75rem;
}

.wrap .wrap-con .subject-box .subject-item .subject-list .game-item .item-l .g-info .desc {
    width: 11.25rem;
    color: #999;
}

.wrap .wrap-con .subject-box .subject-item .subject-list .game-item .btn-box {
    width: 3.375rem;
    height: 1.5rem;
    background: #E72949;
    border-radius: 0.75rem;
    font-size: 0.8125rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.wrap .wrap-con .subject-box .record-item {
    position: relative;
}

.wrap .wrap-con .subject-box .record-item .back {
    position: static;
    display: block;
    margin: 0 0 0.625rem 0.625rem;
}

.wrap .wrap-con .subject-box .record-item h1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wrap .wrap-con .subject-box .record-item h1 .del-icon {
    width: 1.25rem;
}

.wrap .wrap-con .subject-box .record-item .subject-list {
    padding: 0.9375rem;
}

.wrap .wrap-con .subject-box .item-2 .subject-list,
.wrap .wrap-con .subject-box .item-4 .subject-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9375rem;
    padding: 0.9375rem;
}

.wrap .wrap-con .subject-box .item-2 .subject-list .game-item,
.wrap .wrap-con .subject-box .item-4 .subject-list .game-item {
    display: block;
    margin: 0;
    text-align: center;
    padding: 0;
    background: transparent;
}

.wrap .wrap-con .subject-box .item-2 .subject-list .game-item .thumb-box .icon,
.wrap .wrap-con .subject-box .item-4 .subject-list .game-item .thumb-box .icon {
    width: 100%;
    height: 100%;
}

.wrap .wrap-con .subject-box .item-2 .subject-list .game-item .name,
.wrap .wrap-con .subject-box .item-4 .subject-list .game-item .name {
    max-width: 6.25rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0.75rem;
}

.wrap .wrap-con .subject-box .item-3 .subject-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.9375rem;
    padding: 0.9375rem;
}

.wrap .wrap-con .subject-box .item-3 .subject-list .game-item {
    display: block;
    margin: 0;
    text-align: center;
    padding: 0;
    background: transparent;
}

.wrap .wrap-con .subject-box .item-3 .subject-list .game-item .thumb-box .icon {
    width: 100%;
    height: 100%;
}

.wrap .wrap-con .subject-box .item-3 .subject-list .game-item .name {
    max-width: 6.25rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0.75rem;
}

.wrap .wrap-con .subject-box .item-5 .subject-list,
.wrap .wrap-con .subject-box .item-7 .subject-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9375rem;
    padding: 0.9375rem;
}

.wrap .wrap-con .subject-box .item-5 .subject-list .game-item,
.wrap .wrap-con .subject-box .item-7 .subject-list .game-item {
    display: block;
    margin: 0;
    text-align: center;
    padding: 0;
    background: transparent;
}

.wrap .wrap-con .subject-box .item-5 .subject-list .game-item .thumb-box .icon,
.wrap .wrap-con .subject-box .item-7 .subject-list .game-item .thumb-box .icon {
    width: 100%;
    height: 100%;
}

.wrap .wrap-con .subject-box .item-5 .subject-list .game-item .name,
.wrap .wrap-con .subject-box .item-7 .subject-list .game-item .name {
    max-width: 6.25rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0.75rem;
    margin: 0 auto;
}

.wrap .wrap-con .subject-box .item-5 .subject-list .row-big,
.wrap .wrap-con .subject-box .item-7 .subject-list .row-big {
    grid-row: span 2/span 2;
    grid-column: span 2/span 2;
}

.wrap .wrap-con .subject-box .item-6 .subject-list {
    padding: .625rem;
}

.wrap .wrap-con .subject-box .item-6 .subject-list .game-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.625rem;
    background-color: #fff;
    border-radius: .75rem;
    padding: .625rem;
}

.wrap .wrap-con .subject-box .item-6 .subject-list .game-item .item-l {
    display: flex;
    align-items: center;
}

.wrap .wrap-con .subject-box .item-6 .subject-list .game-item .item-l .thumb-box {
    margin: 0 0.5rem 0 0;
}

.wrap .wrap-con .subject-box .item-6 .subject-list .game-item .item-l .icon {
    width: 3.125rem;
    height: 3.125rem;
    overflow: hidden;
}

.wrap .wrap-con .subject-box .item-6 .subject-list .game-item .item-l .g-info .name,
.wrap .wrap-con .subject-box .item-6 .subject-list .game-item .item-l .g-info .desc {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0.75rem;
}

.wrap .wrap-con .subject-box .item-6 .subject-list .game-item .item-l .g-info .desc {
    width: 11.25rem;
}

.wrap .wrap-con .subject-box .item-6 .subject-list .game-item .btn-box {
    width: 3.375rem;
    height: 1.5rem;
    background: #E72949;
    border-radius: 0.75rem;
    font-size: 0.8125rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.wrap .wrap-con .subject-box .item-6 .subject-list .game-item:last-child {
    margin: 0;
}

.wrap .wrap-con .subject-box .item-8 .subject-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9375rem;
    padding: 0.9375rem;
}

.wrap .wrap-con .subject-box .item-8 .subject-list .game-item {
    display: block;
    margin: 0;
    text-align: center;
    padding: 0;
}

.wrap .wrap-con .subject-box .item-8 .subject-list .game-item .thumb-box .icon {
    width: 100%;
    height: 100%;
}

.wrap .wrap-con .subject-box .item-8 .subject-list .game-item .name {
    max-width: 6.25rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0.75rem;
}

.wrap .wrap-con .cate-box {
    color: #fff;
}

.wrap .wrap-con .cate-box h1 {
    position: relative;
    color: #333;
    font-size: 1.25rem;
    font-weight: bold;
    padding: 0.625rem 0 0 .625rem;
}

.wrap .wrap-con .cate-box .cate-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.3125rem;
    padding: 0.9375rem .625rem;
}

.wrap .wrap-con .cate-box .cate-list .cate-item {
    height: 2.25rem;
    border-radius: 0.375rem;
    color: #E72949;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FBDAE0;
    font-size: 0.8125rem;
    position: relative;
}

.wrap .wrap-con .cate-box .cate-list .cate-item .name {
    display: flex;
    align-items: center;
}

.wrap .wrap-con .cate-box .cate-list .cate-item .name .icons {
    position: relative;
    font-style: normal;
}

.wrap .wrap-con .cate-box .cate-list .cate-item .name .icons:before {
    font-family: "fontello";
    margin-right: 0.3125rem;
    font-size: 14px;
    color: #E72949;
    width: 1.875rem;
    height: 1.875rem;
}

.wrap .wrap-con .cate-box .cate-list .cate-item .name .icons-0:before {
    content: "\e839";
}

.wrap .wrap-con .cate-box .cate-list .cate-item .name .icons-1:before {
    content: "\e875";
}

.wrap .wrap-con .cate-box .cate-list .cate-item .name .icons-2:before {
    content: "\e83e";
}

.wrap .wrap-con .cate-box .cate-list .cate-item .name .icons-3:before {
    content: "\e860";
}

.wrap .wrap-con .cate-box .cate-list .cate-item .name .icons-4:before {
    content: "\e863";
    font-size: 9px;
}

.wrap .wrap-con .cate-box .cate-list .cate-item .name .icons-5:before {
    content: "\e83c";
}

.wrap .wrap-con .cate-box .cate-list .cate-item .name .icons-6:before {
    content: "\e835";
}

.wrap .wrap-con .cate-box .cate-list .cate-item .name .icons-7:before {
    content: "\e83d";
}

.wrap .wrap-con .cate-box .cate-list .cate-item .name .icons-8:before {
    content: "\e880";
}

.wrap .wrap-con .cate-box .cate-list .cate-item .name .icons-9:before {
    content: "\e83b";
}

.wrap .wrap-con .cate-box .cate-list .cate-item .name .icons-10:before {
    content: "\e868";
}

.wrap .wrap-con .cate-box .cate-list .cate-item .name .icons-11:before {
    content: "\e838";
}

.wrap .wrap-con .cate-box .cate-list .selected {
    background: #E72949;
    color: #fff;
}

.wrap .wrap-con .cate-box .cate-list .selected .name .icons:before {
    color: #fff;
}

.wrap .wrap-con .cate-inner-box {
    margin: 0;
    padding: 0 0.9375rem;
}

.wrap .wrap-con .about {
    background: #E72949;
    position: relative;
    color: #fff;
    font-size: 0.875rem;
    font-weight: bold;
    padding: 0.625rem;
}

.wrap .wrap-con .about h1 {
    font-size: 1rem;
    font-weight: normal;
    text-align: center;
    margin-bottom: 0.625rem;
}

.wrap .wrap-con .top-bg {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}

.wrap .wrap-con .top-mask {
    width: 100%;
    height: 7.5rem;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1001;
}

.wrap .wrap-con .game-info {
    background: #fff;
    border-radius: 1.25rem 1.25rem 0px 0px;
    width: 100%;
    z-index: 1002;
    position: relative;
    margin-top: 12.25rem;
}

.wrap .wrap-con .game-info .info-con {
    display: flex;
    align-items: center;
    padding: 0 0.9375rem;
    position: relative;
    top: -1.875rem;
}

.wrap .wrap-con .game-info .info-con .logo {
    margin-right: 0.625rem;
    width: 6.25rem;
    height: 6.25rem;
    border-radius: 0.625rem;
}

.wrap .wrap-con .game-info .info-con .info {
    margin-top: 30px;
}

.wrap .wrap-con .game-info .info-con .info .title {
    font-size: 1.25rem;
    font-weight: normal;
    margin-bottom: 0.3125rem;
}

.wrap .wrap-con .game-info .games-desc {
    padding: 0 0.9375rem;
    margin: 0 0 1.25rem 0;
}

.wrap .wrap-con .game-info .games-desc h1 {
    border-left: 5px #E72949 solid;
    font-size: 1rem;
    color: #E72949;
    padding-left: 0.9375rem;
    margin-bottom: 0.625rem;
}

.wrap .wrap-con .game-info .games-desc .description {
    color: #859b9d;
    font-size: 0.75rem;
}

.wrap .wrap-con .game-info .game-tabs .tabs {
    display: flex;
    align-items: center;
    padding: 0 0.9375rem;
}

.wrap .wrap-con .game-info .game-tabs .tabs .tab {
    width: 6.25rem;
    height: 1.875rem;
    background: #F8F8FA;
    border-radius: 0.9375rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #A8ACB5;
    margin-right: 0.625rem;
    font-size: 0.8125rem;
}

.wrap .wrap-con .game-info .game-tabs .tabs .selected {
    background: #E72949;
    color: #fff;
}

.wrap .wrap-con .game-info .game-tabs .tabs-con {
    margin: 1.25rem 0;
}

.wrap .wrap-con .game-info .game-tabs .tabs-con .swiper {
    margin-bottom: 1.25rem;
    padding: 0 0.9375rem;
}

.wrap .wrap-con .game-info .game-tabs .tabs-con .swiper .swiper-slide img {
    width: 100%;
    height: auto;
}

.wrap .wrap-con .game-info .game-tabs .tabs-con .subject-box {
    margin: 0;
}

.wrap .wrap-con .game-info .playBtn {
    width: 94%;
    height: 4rem;
    margin: 0 auto 0.625rem auto;
    background: #E72949;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.25rem;
    border-radius: 0.3125rem;
    font-weight: bold;
    z-index: 2000;
}

.wrap .wrap-con .play-top {
    width: 100%;
}

.wrap .wrap-con .play-top .iframe-container {
    height: calc(100vh - 40px);
    width: 100%;
}
.wrap .wrap-con .play-top .top-hd{
    height: 40px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.125rem;
}
.wrap .wrap-con .play-top .top-hd .back{
    width: 1.875rem;
    height: 1.875rem;
    top: .3125rem;
}

.wrap .wrap-con .play-top .iframe-container2 {
    height: calc(100vh - 40px);
}

.wrap .wrap-con .play-top .iframe-container iframe {
    width: 100%;
    height: 100%;
    border: 0 none;
    overflow: hidden;
}

.wrap .wrap-con .stars {
    width: 1rem;
}

.pureWrap .ads-box,
.pureWrap .ads-box-mb,
.pureWrap .out-ads-box {
    display: none !important;
}

.out-ads-box {
    margin-bottom: 0.625rem;
}

footer {
    height: 50px;
    color: #E72949;
    text-align: center;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

footer a {
    color: #E72949;
}

footer a:hover {
    opacity: 0.7;
}

.pureWrap .wrap-con .list .swiper .swiper-slide img {
    width: 100%;
}

/** mob **/
.mob-wrap {
    width: 80%;
    padding: 0;
    overflow: hidden;
    position: static;
    box-shadow: none;
}

.mob-wrap .header .logo {
    width: 2.375rem;
    margin: 0 0 0 0.625rem;
}

.mob-wrap .wrap-con .menu {
    padding: 0 0.625rem 0.625rem 0.625rem;
}

.mob-wrap .wrap-con .menu::-webkit-scrollbar {
    display: none;
}

.mob-wrap .wrap-con .list {
    display: block;
    padding: 5px 10px;
    height: 200px;
}

.mob-wrap .wrap-con .list .swiper .swiper-slide img {
    width: 100%;
}

.mob-wrap .wrap-con .game-info .info-con .info {
    margin-top: 1.875rem;
}

.mob-wrap .wrap-con .grid-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
}

.mob-wrap .wrap-con .cate-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
}

.mob-wrap .wrap-con .ads-box {
    display: none;
    margin: 0;
}

.mob-wrap .wrap-con .ads-box-mb {
    text-align: center;
    margin: 20px 0;
    display: block;
    width: 100%;
    overflow: hidden;
}

.mob-wrap .wrap-con .top {
    height: auto;
    display: block;
}

.mob-wrap .wrap-con .top .lt {
    width: 100%;
    margin: 0 0 1.25rem 0;
    padding-bottom: 1.25rem;
}

.mob-wrap .wrap-con .game-info a {
    flex-direction: column;
}

.mob-wrap .wrap-con .game-info a .logo {
    width: 5rem;
    height: 5rem;
}

.mob-wrap .wrap-con .game-info a .star {
    margin-top: 0.625rem;
}

.mob-wrap .wrap-con .game-info h1 {
    font-size: 1rem;
}

.mob-wrap .wrap-con .btn-box {
    text-align: center;
    width: 100%;
}

.mob-wrap .wrap-con .play-btn {
    width: 100%;
    margin: 1.25rem 0 0 0;
    padding: 5px 0;
}

.mob-wrap .wrap-con .recommendation-con {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 5px;
}

ins.adsbygoogle[data-ad-status=unfilled] {
    display: none !important;
}

.empty-box {
    min-height: 300px;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.empty-box img {
    margin-bottom: 10px;
}

.globalLoading {
    width: "100%";
    height: calc(100vh - 100px - 100px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading,
.loading>div {
    position: relative;
    box-sizing: border-box;
}

.loading {
    display: block;
    font-size: 0;
    color: #fff;
}

.loading.la-dark {
    color: #333;
}

.loading>div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}

.loading {
    width: 42px;
    height: 32px;
}

.loading>div:nth-child(1) {
    position: absolute;
    bottom: 32%;
    left: 18%;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    transform-origin: center bottom;
    animation: ball-climbing-dot-jump 0.6s ease-in-out infinite;
}

.loading>div:not(:nth-child(1)) {
    position: absolute;
    top: 0;
    right: 0;
    width: 14px;
    height: 2px;
    border-radius: 0;
    transform: translate(60%, 0);
    animation: ball-climbing-dot-steps 1.8s linear infinite;
}

.loading>div:not(:nth-child(1)):nth-child(2) {
    animation-delay: 0ms;
}

.loading>div:not(:nth-child(1)):nth-child(3) {
    animation-delay: -600ms;
}

.loading>div:not(:nth-child(1)):nth-child(4) {
    animation-delay: -1200ms;
}

@keyframes ball-climbing-dot-jump {
    0% {
        transform: scale(1, 0.7);
    }

    20% {
        transform: scale(0.7, 1.2);
    }

    40% {
        transform: scale(1, 1);
    }

    50% {
        bottom: 125%;
    }

    46% {
        transform: scale(1, 1);
    }

    80% {
        transform: scale(0.7, 1.2);
    }

    90% {
        transform: scale(0.7, 1.2);
    }

    100% {
        transform: scale(1, 0.7);
    }
}

@keyframes ball-climbing-dot-steps {
    0% {
        top: 0;
        right: 0;
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        top: 100%;
        right: 100%;
        opacity: 0;
    }
}
.wrap .wrap-con .subject-box .item-9 .subject-list{
    margin-top: .9375rem;
}
.wrap .wrap-con .subject-box .item-9 .subject-list .game-item{
    background-color: #fff;
    border-radius: .75rem;
    margin-bottom: .625rem;
    padding: 0;
}
.wrap .wrap-con .subject-box .item-9 .subject-list .game-item .item-l .icon{
    width: 6.125rem;
    height: 6.125rem;
    margin: 0 0.5rem 0 0;
}
.wrap .wrap-con .subject-box .item-9 .subject-list .game-item .item-l .g-info .name{
    font-size: 1rem;
}
.wrap .wrap-con .subject-box .item-9 .subject-list .game-item .item-l .g-info .desc{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space:initial;
    margin-top: .625rem;
}
.wrap .wrap-con .subject-box .item-10 .subject-list{
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: inherit;
    padding: 0 0 .625rem 0;
    margin-top: .625rem;
}
.wrap .wrap-con .subject-box .item-10 .subject-list .slider-box{
    margin: 0 .3125rem;
}
.wrap .wrap-con .subject-box .item-10 .subject-list .slider-box img{
    border-radius: 8px;
}

.wrap .wrap-con .subject-box .item-11 .subject-list .top-box img{
    width: 100%;
    border-radius: 5px 5px 0 0;
    display: block;
}
.wrap .wrap-con .subject-box .item-11 .slider-box{
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: .3125rem;
    width: 100%;
    border-radius: .625rem;
    background-color: #fff;
    padding: .625rem 0;
    box-shadow: 0 2px 4px #dedede;
    margin-top: -.55rem;
    z-index: 2;
    position: relative;
}
.wrap .wrap-con .subject-box .item-11 .slider-box .slider-item{
    text-align: center;
}
.wrap .wrap-con .subject-box .item-11 .slider-box img{
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 8px;
}

.wrap .wrap-con .subject-box .item-12 .subject-list{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .625rem;
    margin-top: .625rem;
}

.wrap .wrap-con .subject-box .item-12 .subject-list img{
    width: 100%;
    border-radius: 1.25rem;
}

.wrap .wrap-con .subject-box .item-13 .subject-list{
    margin-top: .625rem;
}
.wrap .wrap-con .subject-box .item-13 .subject-list .slider-box{
    margin-bottom: 1.25rem;
}
.wrap .wrap-con .subject-box .item-13 .subject-list img{
    width: 100%;
    border-radius: .5rem .5rem 0 0;
    display: block;
}
.wrap .wrap-con .subject-box .item-13 .subject-list .g-info{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .875rem;
    box-shadow: 0 2px 4px #dedede;
    padding: .3125rem .625rem;
}
.wrap .wrap-con .subject-box .item-13 .subject-list .g-info .name{
    font-size: 1rem;
    color: #333;
}
.wrap .wrap-con .subject-box .item-13 .subject-list .g-info .desc{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 15rem;
    color: #999;
}
.wrap .wrap-con .subject-box .item-13 .subject-list .g-info .playBtn {
    width: 3.375rem;
    height: 1.5rem;
    background: #E72949;
    border-radius: 0.75rem;
    font-size: 0.8125rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}