* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 14px;
    font-family: fredoka-regular;
}
@font-face {
    font-family: fredoka-regular;
    src: url('../iconfont/Fredoka-Regular.ttf');
}
html,
body {
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
}
body {
    position: relative;
}
body::before {
    position: fixed;
    content: '';
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../images/game-bg.jpg');
    background-size: 100%;
    width: 100%;
    height: 100%;
    filter: blur(2px);
}
ul,
ol {
    list-style: none;
}
a {
    text-decoration: none;
    background-color: transparent;
    -webkit-tap-highlight-color: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: capitalize;
    font-family: Fredoka-SemiBold;
}
button {
    border: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}
.container {
    max-width: 1024px;
    width: calc(100% - 76px);
    margin-left: auto;
    margin-right: auto;
}
input,
textarea {
    font-size: 16px;
}
input[type='submit'] {
    -webkit-appearance: none;
}
div,
i {
    -webkit-tap-highlight-color: transparent;
}
body.act {
    overflow: hidden;
}
header {
    width: 100%;
}
header .container {
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .container .icon_top,
header .container .icon_sea {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
header .container .icon_top > .iconfont,
header .container .icon_sea > .iconfont {
    color: #fff;
    font-size: 24px;
}
header .container .logo {
    height: 42px;
    display: flex;
    justify-items: center;
    justify-content: center;
    margin-right: 30px;
}
header .container .logo > img {
    height: 100%;
}
.layui-rate li i .layui-icon {
    color: #fadb14 !important;
    font-size: 18px !important;
}
.adv {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 16px 0;
}
.adv > p:first-child {
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding-bottom: 4px;
}
.container .search_con {
    width: 100%;
    height: 40px;
    margin-top: 16px;
}
.container .search_con .sBox {
    width: 100%;
    height: 100%;
    position: relative;
}
.container .search_con .sBox > p {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    border: 2px solid #fff;
    backdrop-filter: blur(4px);
}
.container .search_con .sBox > p > span {
    line-height: 36px;
    padding-left: 16px;
    color: #999;
    font-size: 12px;
}
.container .search_con .sBox .bIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 2px;
    width: 60px;
    height: 36px;
    background: #fff;
    border-radius: 0 100px 100px 0;
}
.container .search_con .sBox .bIcon > .iconfont {
    color: #ff313f;
    font-size: 16px;
}
.container .games {
    margin-top: 20px;
}
.container .games .games_list1,
.container .games .games_list {
    margin-bottom: 16px;
    display: grid;
    grid-gap: 16px 16px;
    grid-template-columns: repeat(3, calc((100% - 32px) / 3));
    width: 100%;
}
.container .games .games_list1 > li > a,
.container .games .games_list > li > a {
    display: block;
    width: 100%;
    transition: all 0.3s;
    position: relative;
    background: transparent;
    box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.3);
    border-radius: 16px;
}
.container .games .games_list1 > li > a .thumb,
.container .games .games_list > li > a .thumb {
    overflow: hidden;
    border-radius: 16px;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
}
.container .games .games_list1 > li > a .thumb > img,
.container .games .games_list > li > a .thumb > img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center;
}
.container .games .games_list1 > li > a .gameicon,
.container .games .games_list > li > a .gameicon {
    position: absolute;
    left: -4px;
    top: 8px;
    width: 32px;
    height: 32px;
    background-size: 100% 100%;
    background-image: url('../images/gamicon.png');
}
.container .games .games_list1 > li:nth-child(1),
.container .games .games_list > li:nth-child(1) {
    grid-row: 1/3;
    grid-column: 1/3;
}
@media (orientation: landscape) {
    .ad-middle {
        grid-column-end: 7 !important;
    }
    .container .games .games_list1,
    .container .games .games_list {
        grid-template-columns: repeat(6, calc((100% - 80px) / 6));
    }
    .container .games .games_list1 > li:nth-child(1),
    .container .games .games_list > li:nth-child(1) {
        grid-row: auto;
        grid-column: auto;
    }
}
.container .games .games_list1 > li:nth-child(1) {
    grid-row: 1/3;
    grid-column: 2/4;
}
@media (orientation: landscape) {
    .container .games .games_list1 {
        grid-template-columns: repeat(6, calc((100% - 80px) / 6));
    }
    .container .games .games_list1 > li:nth-child(1) {
        grid-row: auto;
        grid-column: auto;
    }
}
.container .company {
    background: #a9f3ff;
    box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    border: 1px solid #fff;
    backdrop-filter: blur(4px);
    padding: 20px;
    margin-top: 16px;
}
.container .company > h2 {
    font-size: 18px;
}
.container .company > p {
    margin-top: 10px;
    line-height: 21px;
    font-weight: 600;
    font-family: Fredoka-Regular;
}
.container .company > a {
    display: block;
    line-height: 36px;
    color: #fff;
    font-family: Fredoka-SemiBold;
    text-align: center;
    width: 190px;
    margin: 10px auto 0;
    height: 40px;
    background: linear-gradient(180deg, #ffc149 0%, #ff6331 100%);
    border-radius: 20px;
    border: 2px solid #fff;
}
.container .gameTh > h3 {
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
}
.container .gameTh .gamelist {
    display: flex;
    flex-wrap: wrap;
}
.container .gameTh .gamelist > li {
    width: calc((100% - 32px) / 3);
    margin: 16px 16px 0 0;
}
.container .gameTh .gamelist > li > a {
    display: block;
    width: 100%;
    transition: all 0.3s;
    position: relative;
    background: transparent;
    box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.3);
    border-radius: 16px;
}
.container .gameTh .gamelist > li > a .thumb {
    overflow: hidden;
    border-radius: 16px;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
}
.container .gameTh .gamelist > li > a .thumb > img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center;
}
.container .gameTh .gamelist > li > a .gameicon {
    position: absolute;
    left: -4px;
    top: 8px;
    width: 32px;
    height: 32px;
    background-size: 100% 100%;
    background-image: url('../images/gamicon.png');
}
.container .gameTh .gamelist > li:nth-child(3n) {
    margin-right: 0;
}
@media (orientation: landscape) {
    .container .gameTh .gamelist > li {
        width: calc((100% - 80px) / 6);
    }
    .container .gameTh .gamelist > li:nth-child(3n) {
        margin-right: 16px;
    }
    .container .gameTh .gamelist > li:nth-child(6n) {
        margin-right: 0;
    }
}
.container .gameTh .end {
    display: none;
    width: 314px;
    height: 50px;
    margin: 16px auto;
    line-height: 46px;
    text-align: center;
    color: #fff;
    font-family: Fredoka-SemiBold;
    font-size: 18px;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    border: 1px solid #fff;
    backdrop-filter: blur(4px);
}
.container .gameTh .btn {
    display: block;
    line-height: 36px;
    color: #fff;
    font-family: Fredoka-SemiBold;
    text-align: center;
    width: 190px;
    margin: 10px auto 0;
    height: 40px;
    background: linear-gradient(180deg, #ffc149 0%, #ff6331 100%);
    border-radius: 20px;
    border: 2px solid #fff;
}
.container .gameSearch {
    margin: 16px 0;
}
.container .gameSearch h4 {
    font-size: 12px;
    font-family: Fredoka-Regular;
}
.container .gameSearch .gamelist {
    display: flex;
    flex-wrap: wrap;
}
.container .gameSearch .gamelist > li {
    width: calc((100% - 32px) / 3);
    margin: 16px 16px 0 0;
}
.container .gameSearch .gamelist > li > a {
    display: block;
    width: 100%;
    transition: all 0.3s;
    position: relative;
    background: transparent;
    box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.3);
    border-radius: 16px;
}
.container .gameSearch .gamelist > li > a .thumb {
    overflow: hidden;
    border-radius: 16px;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
}
.container .gameSearch .gamelist > li > a .thumb > img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center;
}
.container .gameSearch .gamelist > li > a .gameicon {
    position: absolute;
    left: -4px;
    top: 8px;
    width: 32px;
    height: 32px;
    background-size: 100% 100%;
    background-image: url('../images/gamicon.png');
}
.container .gameSearch .gamelist > li:nth-child(3n) {
    margin-right: 0;
}
.container .gameSearch .noSearch {
    margin-top: 36px;
}
.container .gameSearch .noSearch > h2 {
    font-size: 20px;
    margin-bottom: 9px;
}
.container .gameSearch .end {
    display: none;
    width: 314px;
    height: 50px;
    margin: 16px auto;
    line-height: 46px;
    text-align: center;
    color: #fff;
    font-family: Fredoka-SemiBold;
    font-size: 18px;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    border: 1px solid #fff;
    backdrop-filter: blur(4px);
}
.container .conMain {
    min-height: 650px;
}
.container .conMain .mainBox {
    margin-top: 16px;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    border: 1px solid #fff;
    backdrop-filter: blur(4px);
    padding: 16px 20px;
}
.container .conMain .mainBox > h2 {
    font-size: 18px;
}
.container .conMain .mainBox > form {
    margin-top: 20px;
}
.container .conMain .mainBox > form .formItem {
    width: 100%;
}
.container .conMain .mainBox > form .formItem > input {
    width: 100%;
    height: 48px;
    background: #fff;
    border-radius: 16px;
    outline: none;
    display: block;
    text-indent: 1em;
    margin-bottom: 10px;
    border: none;
    color: #999;
}
.container
.conMain
.mainBox
> form
.formItem
> input::-webkit-input-placeholder {
    color: #999;
}
.container .conMain .mainBox > form .formItem #comcom {
    border: none;
    width: 100%;
    height: 180px;
    resize: none;
    outline: none;
    display: block;
    text-indent: 1em;
    margin-bottom: 10px;
    padding-top: 10px;
    border-radius: 16px;
    background: #fff;
    color: #999;
}
.container
.conMain
.mainBox
> form
.formItem
#comcom::-webkit-input-placeholder {
    color: #999;
}
.container .conMain .mainBox > form input[type='submit'] {
    width: 130px;
    height: 40px;
    background: linear-gradient(180deg, #ffc149 0%, #ff6331 100%);
    border-radius: 20px;
    border: 2px solid #fff;
    line-height: 36px;
    text-align: center;
    color: #fff;
}
.container .video {
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
}
.container .video .playGame {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    background: #f9fafb;
    border-radius: 16px;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .2);
}
.container .video .playGame .playName {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    flex-direction: column;
}
.container .video .playGame .playName > h3 {
    font-size: 18px;
    color: #333;
    width: 100%;
    margin: 8px 0;
    text-align: center;
}
.container .video .playGame .playName > p {
    width: 100%;
    margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.container .video .playGame .videoGame {
    width: 100%;
    height: 314px;
    position: relative;
    overflow: hidden;
}
.container .video .playGame .videoGame .iframe_img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.container .video .playGame .videoGame .iframe_img .bbc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}
.container .video .playGame .videoGame .iframe_img .bbc > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    overflow: hidden;
    border-radius: 32px;
    background: #fff;
    box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.5);
    margin-bottom: 8px;
}
.container .video .playGame .videoGame .iframe_img .bbc > a .iconfont {
    color: #ff313f;
    font-size: 16px;
}
.container .video .playGame .videoGame .iframe_img .bbc > span {
    color: #fff;
    font-size: 24px;
    font-family: Fredoka-SemiBold;
}
.container .video .playGame .videoGame .iframe_img .bgc {
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    position: absolute;
    top: -10px;
    left: -10px;
    background-color: rgba(0, 0, 0, 0.3);
    object-fit: cover;
    object-position: center;
    -webkit-filter: blur(8px);
    -moz-filter: blur(8px);
    -ms-filter: blur(8px);
    filter: blur(8px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=5,MakeShadow=false);
}
.container .video .playGame .videoGame .iframe_img.active {
    display: none;
}
.iframe_img img {
    width: 100%;
    height: 100%;
    filter: blur(1px);
}
.container .video .playGame .videoGame iframe {
    display: block;
    width: 1px;
    min-width: 100%;
    height: 1px;
    min-height: 100%;
    border: 0;
    overflow: hidden;
    z-index: 999;
}
.container .video .playGame .videoGame .back {
    display: none;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    position: fixed;
    top: 10px;
    left: 10px;
    border-radius: 25px;
    background: #2e455f;
    z-index: 999;
}
.container .video .playGame .videoGame .back .iconfont {
    font-size: 20px;
    color: #fff;
    width: 20px;
    height: 20px;
    margin-left: -4px;
    margin-top: -2px;
}
.container .video.active {
    display: block;
}
.container .video.active .playGame .videoGame iframe {
    position: fixed;
    background: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.container .video.active .playGame .videoGame .back {
    display: flex;
}
.listBox {
    min-height: calc(100% - 96px);
    margin-top: 10px;
}
.listBox .noSearch {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.listBox .noSearch > img {
    width: 300px;
    height: 300px;
}
.listBox .noSearch > p {
    color: #ff313f;
    margin: 20px;
}
.typeBox {
    min-height: calc(100% - 96px);
}
.typeBox .gameType {
    margin-top: 10px;
    background: #fff;
}
.typeBox .gameType > h2 {
    background: linear-gradient(0deg, #113146, #000000);
    padding: 7px 10px;
    color: #ff313f;
    font-size: 14px;
}
.typeBox .gameType .typeList {
    padding: 10px;
}
.typeBox .gameType .typeList > li > a {
    display: flex;
    align-items: center;
}
.typeBox .gameType .typeList > li > a .thumb {
    width: 92px;
    height: 92px;
    margin-right: 10px;
}
.typeBox .gameType .typeList > li > a .thumb > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.typeBox .gameType .typeList > li > a > dl {
    width: calc(100% - 166px);
}
.typeBox .gameType .typeList > li > a > dl dt {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.typeBox .gameType .typeList > li > a > dl > dd {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.45);
    margin-top: 10px;
    font-weight: 500;
}
.typeBox .gameType .typeList > li > a .more {
    width: 64px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    background: linear-gradient(0deg, #113146, #000000);
    color: #fff;
    border-radius: 4px;
}
.typeBox .gameType .typeList > li + li {
    margin-top: 10px;
}
.search_main {
    margin-top: 10px;
}
.search_main > h2 {
    width: 100%;
    font-size: 18px;
    color: #333;
    line-height: 18px;
    text-align: center;
}
.search_main > h2 > .iconfont {
    font-size: 18px;
    margin: 0 5px;
}
.detail {
    margin-top: 10px;
}
.detail .detailTop {
    padding: 10px;
    background-color: rgba(0, 198, 194, 0.3);
    margin-top: 10px;
    border-radius: 15px;
}
.detail .detailTop .crumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.detail .detailTop .crumb > a {
    color: #999;
    font-size: 16px;
    margin-right: 5px;
}
.detail .detailTop .crumb > a .layui-icon-home {
    color: #999 !important;
}
.detail .detailTop .crumb > p {
    font-size: 16px;
    color: #fff;
}
.detail .detailTop .nameBox {
    display: flex;
}
.detail .detailTop .nameBox .thumb {
    width: 96px;
    height: 96px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 10px;
}
.detail .detailTop .nameBox .thumb > img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
.detail .detailTop .nameBox > dl {
    width: calc(100% - 106px);
}
.detail .detailTop .nameBox > dl > dt {
    color: #fff;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 18px;
}
.detail .detailTop .nameBox > dl > dd {
    display: flex;
    align-items: center;
}
.detail .detailTop .nameBox > dl > dd .rat {
    width: calc(100% - 120px);
    color: #9e9e9e;
    font-size: 12px;
}
.detail .detailTop .nameBox > dl > dd .rat > span {
    color: #ff313f;
    text-decoration: underline;
}
.detail .detailTop .nameBox > dl .layui-icon-rate:before {
    content: '' !important;
}
.detail .detailTop .nameBox > dl .layui-icon-rate {
    color: #05c6c3 !important;
}
.detail .detailTop .add_choice {
    margin-top: 10px;
}
.detail .detailTop .add_choice .rate_tab {
    display: flex;
    align-items: center;
}
.detail .detailTop .add_choice .rate_tab > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 32px;
    background: #fff;
    font-size: 14px;
    font-weight: 500;
    color: #affffa;
    background: transparent;
    box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.5), inset 0 0 8px -2px #2bffd5,
    inset 0 0 17px -2px #2bffd5;
}
.detail .detailTop .add_choice .rate_tab > a > .iconfont {
    margin-right: 3px;
    font-weight: 500;
    color: #affffa;
    font-size: 18px;
}
.detail .detailTop .add_choice .rate_tab > a .icon-apple {
    font-size: 20px;
}
.detail .detailTop .add_choice .rate_tab > a.active {
    background: #fff;
    box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.5), inset 0 0 8px -2px #fff,
    inset 0 0 17px -2px #fff;
    color: #333;
}
.detail .detailTop .add_choice .rate_tab > a.active .iconfont {
    color: #333;
}
.detail .detailTop .add_choice .inf-inform {
    margin-top: 10px;
}
.detail .detailTop .add_choice .inf-inform .add_ifr {
    display: none;
    border: 1px solid rgba(193, 253, 250, 0.6);
    color: #affffa;
    background: transparent;
}
.detail .detailTop .add_choice .inf-inform .add_ifr > li {
    display: flex;
    align-items: center;
    border-top: 1px solid rgba(193, 253, 250, 0.6);
    background: transparent;
}
.detail .detailTop .add_choice .inf-inform .add_ifr > li > h3 {
    width: 100px;
    font-size: 16px;
    color: #affffa;
    font-weight: 700;
    padding-left: 10px;
}
.detail .detailTop .add_choice .inf-inform .add_ifr > li > p {
    height: 100%;
    width: calc(100% - 100px);
    padding: 8px 10px;
    font-weight: 400;
    color: #affffa;
    border-left: 1px solid rgba(193, 253, 250, 0.6);
}
.detail .detailTop .add_choice .inf-inform .add_ifr > li:nth-child(1) {
    border-top: none;
}
.detail .detailTop .add_choice .inf-inform .add_ifr.active {
    display: block;
}
.detail .detailTop .add_choice small {
    font-size: 12px;
    color: #bdbdbd;
}
.detail .detailTop .gameTags {
    margin-top: 10px;
}
.detail .detailTop .gameTags > h2 {
    font-size: 14px;
    color: #999;
}
.detail .detailTop .gameTags > h2 > span {
    color: #fff;
    font-size: 14px;
}
.detail .detailTop .gameTags .gameLi {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.detail .detailTop .gameTags .gameLi > li > a {
    display: block;
    padding: 4px 8px;
    border-radius: 4px;
    font-weight: 500;
    color: #ff313f;
    font-size: 12px;
    margin: 8px 10px 0 0;
    background: transparent;
    box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.5), inset 0 0 8px -2px #2bffd5,
    inset 0 0 17px -2px #2bffd5;
}
.detail .detailTop .similarBox {
    margin-top: 10px;
}
.detail .detailTop .similarBox > h2 {
    font-size: 14px;
    color: #999;
}
.detail .detailTop .similarBox > h2 > span {
    color: #fff;
    font-size: 14px;
}
.detail .detailTop .similarBox .similar_list {
    display: flex;
    flex-wrap: wrap;
}
.detail .detailTop .similarBox .similar_list > li {
    width: calc((100% - 24px) / 4);
    margin-right: 8px;
    margin-top: 10px;
}
.detail .detailTop .similarBox .similar_list > li > a {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
}
.detail .detailTop .similarBox .similar_list > li > a > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.detail .detailTop .similarBox .similar_list > li:nth-child(4n) {
    margin-right: 0;
}
@media (orientation: landscape) {
    .detail .detailTop .similarBox .similar_list > li {
        width: calc((100% - 56px) / 8);
    }
    .detail .detailTop .similarBox .similar_list > li:nth-child(4n) {
        margin-right: 8px;
    }
    .detail .detailTop .similarBox .similar_list > li:nth-child(8n) {
        margin-right: 0;
    }
}
@media screen and (min-width: 767px) {
    .detail .detailTop .similarBox .similar_list > li {
        width: calc((100% - 56px) / 8);
    }
    .detail .detailTop .similarBox .similar_list > li:nth-child(4n) {
        margin-right: 8px;
    }
    .detail .detailTop .similarBox .similar_list > li:nth-child(8n) {
        margin-right: 0;
    }
}
.detail .module {
    width: 100%;
    margin-top: 10px;
    background-color: rgba(0, 198, 194, 0.3);
    border-radius: 15px;
    padding-bottom: 10px;
}
.detail .module h2 {
    width: 100%;
    padding: 7px 10px;
    color: #999;
}
.detail .module h2 > span {
    color: #fff;
}
.detail .module .des {
    max-height: 15em;
    overflow: hidden;
    line-height: 1.5em;
    position: relative;
    color: #fff;
    box-sizing: content-box;
    font-size: 1em;
    padding: 0 10px;
    margin: 10px 0;
}
.detail .module .des > p {
    color: #fff;
}
.detail .module .moreShow {
    display: block;
    margin: 18px auto 0;
    width: calc(100% - 20px);
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 0.9em;
    font-weight: 600;
    border-radius: 4px;
    color: #affffa;
    background: transparent;
    box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.5), inset 0 0 8px -2px #2bffd5,
    inset 0 0 17px -2px #2bffd5;
}
.detail .module .moreShow::before {
    content: 'SHOW MORE';
    font-weight: 600;
    margin-right: 5px;
}
.detail .module .moreShow .iconfont {
    font-size: 14px;
}
.detail .module .showAll {
    max-height: 2000px;
}
.detail .module .lessShow::before {
    content: 'SHOW LESS';
    font-weight: 600;
    margin-right: 5px;
}
.detail .swiper_con {
    margin-top: 10px;
    position: relative;
}
.detail .swiper_con h2 {
    width: 100%;
    padding: 7px 10px;
    color: #999;
}
.detail .swiper_con h2 > span {
    color: #fff;
}
.detail .swiper_con .preview {
    background-color: rgba(0, 198, 194, 0.3);
    border-radius: 15px;
    padding: 10px;
}
.detail .swiper_con .preview .swiper-wrapper .swiper-slide {
    width: auto;
    height: 180px;
    overflow: hidden;
}
.detail .swiper_con .preview .swiper-wrapper .swiper-slide > img {
    height: 100%;
}
.detail .swiper_con .sw_btn {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 9;
}
.detail .swiper_con .sw_btn .swiper-button-p1,
.detail .swiper_con .sw_btn .swiper-button-n1 {
    width: 34px;
    height: 34px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
    border-radius: 28px;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    cursor: pointer;
}
.detail .swiper_con .sw_btn .swiper-button-p1 > .iconfont,
.detail .swiper_con .sw_btn .swiper-button-n1 > .iconfont {
    color: #666;
    font-size: 14px;
}
.detail .swiper_con .sw_btn .swiper-button-p1:focus,
.detail .swiper_con .sw_btn .swiper-button-n1:focus {
    outline: none;
}
.detail .swiper_con .sw_btn .swiper-button-disabled {
    opacity: 0;
}
.detail .get {
    margin-top: 10px;
}
.detail .get h2 {
    width: 100%;
    padding: 7px 10px;
    color: #999;
}
.detail .get h2 > span {
    color: #fff;
}
.detail .get .getGame {
    padding: 10px 0;
    background-color: rgba(0, 198, 194, 0.3);
    border-radius: 15px;
}
.detail .get .getGame > li {
    display: flex;
    align-items: center;
    justify-content: center;
}
.detail .get .getGame > li .code {
    width: 48px;
    height: 48px;
    margin-right: 8px;
    text-align: center;
    line-height: 48px;
    border-radius: 5px;
    position: relative;
    color: #affffa;
    font-size: 14px;
    background: transparent;
    box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.5), inset 0 0 8px -2px #2bffd5,
    inset 0 0 17px -2px #2bffd5;
}
.detail .get .getGame > li .code .iconfont {
    color: #fff;
}
.detail .get .getGame > li .code .code_img {
    display: none;
    position: absolute;
    width: 80px;
    height: 80px;
    top: -85px;
    left: -12px;
    padding: 2px;
    background-color: #fff;
    z-index: 99;
}
.detail .get .getGame > li .code .code_img > img {
    width: 100%;
    height: 100%;
}
.detail .get .getGame > li .code.act .code_img {
    display: block;
}
.detail .get .getGame > li > a {
    width: 208px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    border-radius: 5px;
    color: #affffa;
    font-size: 14px;
    transition: all 0.3s;
    background: transparent;
    box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.5), inset 0 0 8px -2px #2bffd5,
    inset 0 0 17px -2px #2bffd5;
}
.detail .get .getGame > li + li {
    margin-top: 10px;
}
@media (orientation: landscape) {
    .detail .get .getGame {
        display: flex;
        justify-content: center;
    }
    .detail .get .getGame > li + li {
        margin-top: 0;
        margin-left: 20px;
    }
}
@media screen and (min-width: 767px) {
    .detail .get .getGame {
        display: flex;
        justify-content: center;
    }
    .detail .get .getGame > li + li {
        margin-top: 0;
        margin-left: 20px;
    }
}
.detail #comment {
    margin-top: 10px;
    padding-bottom: 10px;
}
.detail #comment h2 {
    width: 100%;
    padding: 7px 10px;
    color: #999;
}
.detail #comment .commentBox {
    padding: 0 10px 10px;
    background-color: rgba(0, 198, 194, 0.3);
    border-radius: 15px;
}
.detail #comment .commentBox .comments_form .star {
    display: flex;
    color: #ff313f;
    align-items: center;
}
.detail #comment .commentBox .comments_form form {
    position: relative;
}
.detail #comment .commentBox .comments_form form #name {
    width: 300px;
    height: 40px;
    outline: none;
    display: block;
    text-indent: 1em;
    margin-bottom: 10px;
    border-radius: 4px;
    background: transparent;
    border: 2px solid rgba(193, 253, 250, 0.6);
    color: #affffa;
}
.detail
#comment
.commentBox
.comments_form
form
#name::-webkit-input-placeholder {
    color: #affffa;
}
.detail #comment .commentBox .comments_form form #comcom {
    width: 100%;
    resize: none;
    outline: none;
    display: block;
    text-indent: 1em;
    margin-bottom: 10px;
    padding-top: 10px;
    border-radius: 4px;
    background: transparent;
    border: 2px solid rgba(193, 253, 250, 0.6);
    color: #affffa;
}
.detail
#comment
.commentBox
.comments_form
form
#comcom::-webkit-input-placeholder {
    color: #affffa;
}
.detail #comment .commentBox .comments_form form input[type='submit'] {
    width: 154px;
    height: 40px;
    border: none;
    outline: none;
    color: #fff;
    font-size: 16px;
    transition: all 0.3s;
    cursor: pointer;
    border-radius: 20px;
    background: transparent;
    box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.5), inset 0 0 8px -2px #2bffd5,
    inset 0 0 17px -2px #2bffd5;
}
.detail #comment .commentBox .comment_list {
    margin-top: 10px;
}
.detail #comment .commentBox .comment_list > li {
    border-top: 1px solid rgba(193, 253, 250, 0.6);
    padding: 10px;
}
.detail #comment .commentBox .comment_list > li p {
    padding: 10px;
    font-size: 14px;
    color: #ff313f;
    line-height: 1.5em;
    background: transparent;
    border: 2px solid rgba(193, 253, 250, 0.6);
}
.detail #comment .commentBox .comment_list > li .btn {
    font-size: 12px;
    color: #999;
    display: flex;
}
.detail #comment .commentBox .comment_list > li .btn .com_p {
    font-size: 12px;
    margin-right: 12px;
    display: flex;
    align-items: center;
}
.detail #comment .commentBox .comment_list > li .btn .com_p span {
    font-size: 12px;
    color: #092644;
    font-weight: 600;
    margin-left: 5px;
    margin-right: 6px;
}
.detail #comment .commentBox .comment_list > li .btn .score {
    font-size: 12px;
    color: #999;
    display: flex;
    align-items: center;
}
.detail #comment .commentBox .comment_list > li .btn .score .vote {
    margin-left: 6px;
}
.detail
#comment
.commentBox
.comment_list
> li
.btn
.score
.layui-rate
.layui-icon {
    font-size: 12px !important;
    margin-right: 3px !important;
}
.detail #comment .commentBox .more_comment {
    display: block;
    margin: 0 auto;
    width: calc(100% - 20px);
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 0.9em;
    color: #ff313f;
    font-weight: 600;
    background: transparent;
    box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.5), inset 0 0 8px -2px #2bffd5,
    inset 0 0 17px -2px #2bffd5;
}
.error_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: calc(100% - 293px);
}
.error_box .err_r {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.error_box .err_r > span {
    font-size: 14px;
    color: #999;
    text-align: center;
    margin-top: 20px;
}
.error_box .err_r .btns {
    margin-top: 16px;
}
.error_box .err_r .btns > span {
    color: #ff313f;
    font-size: 14px;
}
.error_box .err_r .btns > a {
    display: inline-block;
    margin-left: 10px;
    font-size: 12px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    background-color: #ff313f;
    border-radius: 4px;
    padding: 0 20px;
}
footer {
    margin-top: 20px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
}
footer p {
    font-size: 14px;
}
.categoryBox {
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}
.categoryBox .box {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 230px;
    padding: 10px;
    background: #fff;
    box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(1px);
    padding-bottom: 30px;
}
.categoryBox .box .close {
    display: flex;
    align-items: center;
    margin-top: 20px;
    height: 42px;
    justify-content: center;
}
.categoryBox .box .close .iconfont {
    font-size: 18px;
    color: #333;
}
.categoryBox .box > .cateList {
    overflow-y: scroll;
    height: calc(100% - 103px);
}
.categoryBox .box > .cateList > li > a {
    margin-top: 16px;
    color: #333;
    font-size: 12px;
    height: 50px;
    background: #f8f8f8;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 0 16px;
}
.categoryBox .box > .cateList > li > a .thumb {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    border: 1px solid #fff;
    overflow: hidden;
    margin-right: 12px;
}
.categoryBox .box > .cateList > li > a .thumb > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.categoryBox .box > .cateList > li > a > p {
    width: calc(100% - 44px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 18px;
    font-family: Fredoka-Medium;
}
.categoryBox .contact {
    height: 60px;
    padding-top: 16px;
    width: 100%;
    display: flex;
    align-items: center;
}
.categoryBox .contact > p {
    width: 44px;
    height: 44px;
    background: #f8f8f8;
    border-radius: 22px;
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.categoryBox .contact > p .iconfont {
    font-size: 22px;
}
.categoryBox .contact > span {
    font-size: 18px;
    font-family: Fredoka-Medium;
}
.categoryBox.act {
    display: block;
}
.companyBox {
    z-index: 99;
    position: fixed;
    top: 20px;
    left: 0;
    width: 100%;
    height: calc(100% - 20px);
    background: transparent;
    display: none;
}
.companyBox .comMain {
    height: calc(100% - 30px);
    width: calc(100% - 76px);
    margin: 0 auto;
    background: #fff;
    box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(1px);
    border-radius: 16px;
    padding: 20px 10px 20px 20px;
}
.companyBox .comMain .close {
    display: flex;
    width: 100%;
    height: 20px;
    align-items: center;
    justify-content: end;
    padding-right: 20px;
}
.companyBox .comMain .close .iconfont {
    font-size: 18px;
}
.companyBox .comMain .box {
    height: calc(100% - 30px);
    overflow-y: scroll;
    padding-right: 10px;
}
.companyBox .comMain .box > h2 {
    font-family: Fredoka-SemiBold;
    font-size: 18px;
}
.companyBox .comMain .box > h3 {
    font-family: Fredoka-Medium;
    font-size: 16px;
    margin-top: 10px;
}
.companyBox .comMain .box > p {
    font-family: Fredoka-Regular;
    margin: 10px 0;
    line-height: 21px;
}
.companyBox .comMain .box::-webkit-scrollbar {
    margin-right: 10px;
    padding-top: 10px;
    width: 4px;
    height: calc(100% - 20px);
    border-radius: 10px;
    overflow: hidden;
    background: #eee;
}
.companyBox .comMain .box::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #ff313f;
}
.companyBox.act {
    display: block;
}
.searchBox {
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 70px;
    background: transparent;
    display: none;
}
.searchBox .comMain {
    height: calc(100% - 70px);
    width: calc(100% - 76px);
    margin: 0 auto;
    background: #fff;
    box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(1px);
    border-radius: 16px;
    padding: 20px;
}
.searchBox .comMain .searB {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.searchBox .comMain .searB .back .iconfont {
    font-size: 18px;
}
.searchBox .comMain .searB > .searchMain {
    position: relative;
    width: 246px;
    height: 40px;
}
.searchBox .comMain .searB > .searchMain > input {
    width: 100%;
    height: 100%;
    outline: none;
    -webkit-appearance: none;
    text-indent: 1em;
    color: #999;
    overflow: hidden;
    background: #fff;
    border-radius: 20px;
    border: 2px solid #ff313f;
    backdrop-filter: blur(4px);
    font-size: 12px;
}
.searchBox .comMain .searB > .searchMain input::-webkit-input-placeholder {
    color: #999;
}
.searchBox .comMain .searB > .searchMain button {
    position: absolute;
    border: none;
    right: 0;
    top: 2px;
    width: 60px;
    height: 36px;
    background: #ff313f;
    border-radius: 0 100px 100px 0;
}
.searchBox .comMain .searB > .searchMain button > .iconfont {
    color: #fff;
    font-size: 16px;
}
.searchBox .comMain .key {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.searchBox .comMain .key > li > a {
    display: block;
    background: #eee;
    margin: 16px 12px 0 0;
    border-radius: 15px;
    padding: 6px 12px;
    color: #333;
    font-family: Fredoka-Medium;
}
.searchBox .comMain .games {
    margin-top: 20px;
    overflow-y: auto;
    height: 80%;
}
.searchBox .comMain .games > h2 {
    font-size: 18px;
}
.searchBox .comMain .games .gamelist {
    display: flex;
    flex-wrap: wrap;
}
.searchBox .comMain .games .gamelist > li {
    width: calc((100% - 32px) / 3);
    margin: 16px 16px 0 0;
}
.searchBox .comMain .games .gamelist > li > a {
    display: block;
    width: 100%;
    transition: all 0.3s;
    position: relative;
    background: transparent;
    box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.2);
    border-radius: 16px;
}
.searchBox .comMain .games .gamelist > li > a .thumb {
    overflow: hidden;
    border-radius: 16px;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
}
.searchBox .comMain .games .gamelist > li > a .thumb > img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center;
}
.searchBox .comMain .games .gamelist > li > a .gameicon {
    position: absolute;
    left: -4px;
    top: 8px;
    width: 32px;
    height: 32px;
    background-size: 100% 100%;
    background-image: url('../images/gamicon.png');
}
.searchBox .comMain .games .gamelist > li:nth-child(3n) {
    margin-right: 0;
}
.searchBox .comMain .games .nohistory {
    margin-top: 20px;
    font-size: 16px;
    font-family: Fredoka-Medium;
}
.searchBox.act {
    display: block;
}
.top_lea {
    cursor: pointer;
    box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.2);
    display: none;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 25px;
    position: fixed;
    align-items: center;
    justify-content: center;
    right: 15px;
    bottom: 162px;
    z-index: 9999;
}
.top_lea .iconfont {
    color: #333;
    font-size: 18px;
}
.extension {
    min-height: calc(100% - 96px);
}
.extension .similar_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.extension .similar_list > li {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
    margin-top: 10px;
}
.extension .similar_list > li > a {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.extension .similar_list > li > a > .thumb {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}
.extension .similar_list > li > a > .thumb > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.extension .similar_list > li > a p {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0 5px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.extension .similar_list > li:nth-child(3n) {
    margin-right: 0;
}
@media (orientation: landscape) {
    .extension .similar_list > li {
        width: calc((100% - 50px) / 6);
    }
    .extension .similar_list > li:nth-child(3n) {
        margin-right: 10px;
    }
    .extension .similar_list > li:nth-child(6n) {
        margin-right: 0;
    }
}
@media screen and (min-width: 767px) {
    .extension .similar_list > li {
        width: calc((100% - 50px) / 6);
    }
    .extension .similar_list > li:nth-child(3n) {
        margin-right: 10px;
    }
    .extension .similar_list > li:nth-child(6n) {
        margin-right: 0;
    }
}
.extension .btn {
    display: block;
    margin: 20px auto;
    width: 200px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 0.9em;
    color: #fff;
    transition: all 0.3s;
    font-weight: 600;
    background: transparent;
    box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.5), inset 0 0 8px -2px #2bffd5,
    inset 0 0 17px -2px #2bffd5;
}
.error {
    color: red;
}

details.hidden-details {
    display: none !important;
}

.header-logo {
    flex-grow: 1;
}

.h3-title {
    margin: 20px 0 0 0 !important;
    font-weight: 600;
}

footer a {
    color: #333;
}

.big h2 {
    margin: 0 0 12px 0;
}
.big .title {
    margin: 4px 0 12px 0;
}
.big .title h3 {
    margin: 0 0 8px 0;
}
.over-hidden {
    overflow: hidden;
}
.hidden {
    display: none;
}

.tag-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 12px;
}
.tag-container span {
    margin: 8px 8px 0 0;
    height: 24px;
    border: 1px solid #a7cbd3;
    border-radius: 8px;
    line-height: 22px;
    padding: 0 10px;
    font-size: 12px;
    color: #5f7a99;
}

.logo-a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.site-name {
    font-size: 24px;
    color: white;
    margin-left: 14px;
    text-transform: uppercase;
}