* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html,
body {
    width: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: Montserrat-SemiBold !important;
    font-size: 14px;
    color: #70554f !important
}

body {
    position: relative;
    background: linear-gradient(180deg, #EDF4F9 0%, #EAE6F6 100%);
    min-height: 100vh;
    padding-bottom: 90px;
}

@font-face {
    font-family: "Montserrat-Regular";
    src: url("../css/Montserrat-Regular.ttf")
}

@font-face {
    font-family: "Montserrat-Bold";
    src: url("../css/Montserrat-Bold.otf")
}

@font-face {
    font-family: "Montserrat-SemiBold";
    src: url("../css/Montserrat-SemiBold.otf")
}


ul,
ol {
    list-style: none
}

a {
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: capitalize;
    font-family: Montserrat-Bold
}

button {
    border: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.container {
    max-width: 1200px;
    width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto
}

img {
    border-style: none
}

input,
textarea {
    font-size: 14px;
    outline: none
}

input[type=submit] {
    -webkit-appearance: none
}

div,
i {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body.act {
    overflow: hidden
}

.ad {
    margin: 20px auto;
    width: 100%;
    max-width: 800px;
    text-align: center;
}
@media (max-width: 768px) {
    .ad {
        width: 300px !important;
        height: 200px !important;
    }
    .details01{
        width: 200px !important;
        height: 200px !important;
    }
}

.ad>p {
    font-size: 12px;
    color: #999;
    margin-top: 10px;
    font-family: Montserrat-Regular
}

.layui-rate {
    padding: 0;
    margin-bottom: 4px
}

.layui-icon-rate {
    color: #a69895 !important
}

.layui-icon-rate-solid {
    color: #ffb700 !important
}

.layui-icon-rate-solid:before,
.layui-icon-rate:before {
    content: "" !important;
    font-family: "iconfont"
}

header {
    background: #fff;
    width: 100%;
    box-shadow: 0px 2px 4px 0px rgba(8, 25, 45, .2);
    position: sticky;
    top: 0;
    z-index: 999;
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px
}

header .container .headL {
    display: flex;
    align-items: center
}

header .container .headL .logo {
    height: 40px;
    display: flex;
    align-items: center;
}

header .container .headL .logo>img {
    height: 100%;
    margin-right: 6px;
}

header .container .headL .logo>span {
    font-size: 18px;
    font-weight: 600;
    font-family: serif;
}

header .container .headL>nav {
    display: flex;
    align-items: center;
    width: calc(100% - 469px);
    height: 100%;
    padding-left: 60px
}

header .container .headL>nav>a {
    transition: all .3s;
    padding-bottom: 6px;
    position: relative;
    display: flex;
    align-items: center;
    color: #70554f;
    font-family: Montserrat-Bold
}

header .container .headL>nav>a .iconfont {
    margin-right: 6px
}

header .container .headL>nav>a::before {
    display: none;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #FD8E8D;
    border-radius: 4px;
    content: "";
    left: 0;
    bottom: 0
}

header .container .headL>nav>a+a {
    margin-left: 40px
}

@media screen and (min-width: 1181px) {
    header .container .headL>nav>a:hover {
        color: #FD8E8D !important
    }

    header .container .headL>nav>a:hover .iconfont {
        color: #FD8E8D
    }

    header .container .headL>nav>a:hover::before {
        display: block
    }
}

header .container .headL>nav>a.active {
    color: #FD8E8D !important
}

header .container .headL>nav>a.active .iconfont {
    color: #FD8E8D
}

header .container .headL>nav>a.active::before {
    display: block
}

header .container .cate {
    display: none
}

header .container .cate .iconfont {
    font-size: 20px;
    color: #70554f
}

header .container .searchBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 289px;
    height: 32px;
    overflow: hidden;
    transition: all .3s;
    position: relative
}

header .container .searchBtn>input {
    border: 1px solid #eee;
    border-radius: 8px;
    width: 100%;
    height: 32px;
    background: #ededed;
    color: #a69895;
    font-size: 12px;
    text-indent: 12px;
    -webkit-text-fill-color: #a69895
}

header .container .searchBtn>button {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 32px;
    background: #FD8E8D;
    border-radius: 8px
}

header .container .searchBtn>button .iconfont {
    font-size: 19px;
    color: #fff
}

header .container .searchBtn::before {
    display: none;
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    top: 135px;
    left: 0;
    background: rgba(0, 0, 0, .5)
}

header .container .searchBtn.act>input {
    border: 1px solid #70554f
}

header .container .searchBtn.act>button {
    background: #70554f
}

header .container .searchBtn.act>button .iconfont {
    color: #fff
}

header .container .searchBtn.active {
    display: flex;
    width: 100%;
    z-index: 999;
    position: absolute;
    background: #f8f8f8;
    top: 60px;
    left: 0;
    height: 75px;
    padding: 0 16px
}

header .container .searchBtn.active>input {
    border: 2px solid #70554f
}

header .container .searchBtn.active>button {
    right: 17px;
    top: 19px;
    background: #70554f
}

header .container .searchBtn.active>button .iconfont {
    color: #fff
}

header .container .searchBtn.active::before {
    display: block
}

@media screen and (max-width: 1024px) {
    header .container .searchBtn {
        display: none
    }

    header .container .cate {
        display: block
    }

    header .container .headL>nav {
        display: none
    }
}

header.act .container>nav {
    display: none
}

header.act .container .searchBtn {
    width: calc(100% - 200px)
}

.main {
    min-height: 800px
}

.main .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 16px;
    border-bottom: 1px solid #f2f5f9
}

.main .title>h2 {
    font-size: 20px
}

.main .title>a {
    transition: all .3s
}

@media screen and (min-width: 1181px) {
    .main .title>a:hover {
        color: #70554f
    }
}

.main .gameBox .gameList {
    display: flex;
    flex-wrap: wrap;
    margin-top: 4px
}

.main .gameBox .gameList>li {
    /* width: calc((100% - 128px)/9); */
    /* margin-right: 16px;
    margin-top: 16px; */
    width: 100% !important;
    height: 100% !important;
}

.main .gameBox .gameList>li>a {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 0px 2px 4px 0px rgba(8, 25, 45, .2);
    width: 100%;
    height: 100%;
}

.main .gameBox .gameList>li>a .thumb {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden
}

.main .gameBox .gameList>li>a .thumb>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.main .gameBox .gameList>li>a>dl {
    position: absolute;
    bottom: -101%;
    transition: all .3s;
    width: 100%;
    height: 101%;
    background: #FD8E8D;
    border-radius: 24px;
    backdrop-filter: blur(1px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px
}

.main .gameBox .gameList>li>a>dl>dt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #fff;
    font-size: 12px;
    text-align: center
}

.main .gameBox .gameList>li>a>dl>dd {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-top: 10px;
    background: #fff;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, .2);
    border-radius: 25px
}

.main .gameBox .gameList>li>a>dl>dd .iconfont {
    font-size: 16px;
    color: #FD8E8D
}

@media screen and (min-width: 1181px) {
    .main .gameBox .gameList>li>a:hover>dl {
        bottom: 0
    }
}

.main .gameBox .gameList>li:nth-child(9n) {
    margin-right: 0
}

@media screen and (max-width: 1024px) {
    .main .gameBox .gameList>li {
        width: calc((100% - 80px)/6)
    }

    .main .gameBox .gameList>li:nth-child(9n) {
        margin-right: 16px
    }

    .main .gameBox .gameList>li:nth-child(6n) {
        margin-right: 0
    }
}

@media screen and (max-width: 767px) {
    .main .gameBox .gameList>li {
        width: calc((100% - 32px)/3)
    }

    .main .gameBox .gameList>li:nth-child(6n) {
        margin-right: 16px
    }

    .main .gameBox .gameList>li:nth-child(3n) {
        margin-right: 0
    }
}

.main .cateList .categorieslist {
    display: flex;
    flex-wrap: wrap
}

.main .cateList .categorieslist>li {
    width: calc((100% - 54px)/4);
    margin: 18px 18px 0 0
}

.main .cateList .categorieslist>li>a {
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .3s;
    border: 2px solid #fff;
    background: #f2f2fa
}

.main .cateList .categorieslist>li>a .thumb {
    width: 76px;
    height: 76px;
    border-radius: 16px;
    overflow: hidden;
    margin-left: 12px;
    display: flex;
    align-items: center;
}

.main .cateList .categorieslist>li>a .thumb>img {
    width: 60%;
    height: 60%;
    object-fit: cover;
    object-position: center
}

.main .cateList .categorieslist>li>a>dl {
    padding: 0 12px;
    width: calc(100% - 76px);
    display: flex;
    align-items: center
}

.main .cateList .categorieslist>li>a>dl>dt {
    width: calc(100% - 50px);
    font-size: 16px;
    color: #70554f;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.main .cateList .categorieslist>li>a>dl>dd {
    width: 40px;
    height: 40px;
    background: #FD8E8D;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px
}

.main .cateList .categorieslist>li>a>dl>dd .iconfont {
    font-size: 16px;
    color: #fff
}

@media screen and (min-width: 1181px) {
    .main .cateList .categorieslist>li>a:hover {
        transform: scale(1.03)
    }

    .main .cateList .categorieslist>li>a:hover>dl>dt {
        text-decoration: underline
    }
}

.main .cateList .categorieslist>li:nth-child(4n) {
    margin-right: 0
}

@media screen and (max-width: 1024px) {
    .main .cateList .categorieslist>li {
        width: calc((100% - 18px)/2)
    }

    .main .cateList .categorieslist>li:nth-child(4n) {
        margin-right: 18px
    }

    .main .cateList .categorieslist>li:nth-child(2n) {
        margin-right: 0
    }
}

@media screen and (max-width: 766px) {
    .main .cateList .categorieslist>li {
        width: 100%;
        margin-right: 0
    }

    .main .cateList .categorieslist>li:nth-child(4n) {
        margin-right: 0
    }
}

.main .conBox {
    margin-top: 20px;
    padding: 20px;
    border-radius: 8px;
    background: #fff
}

.main .conBox>h2 {
    padding-bottom: 16px;
    border-bottom: 1px solid #f2f5f9;
    font-size: 20px
}

.main .conBox .contList {
    display: flex;
    flex-wrap: wrap
}

.main .conBox .contList>li {
    width: calc((100% - 240px)/8);
    margin-right: 30px;
    margin-top: 24px
}

.main .conBox .contList>li>a {
    width: 100%;
    display: block
}

.main .conBox .contList>li>a .thumb {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid #e8e8e8
}

.main .conBox .contList>li>a .thumb>img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.main .conBox .contList>li>a>dl {
    margin-top: 13px
}

.main .conBox .contList>li>a>dl>dt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.main .conBox .contList>li>a>dl>dd {
    margin-top: 6px;
    font-size: 12px;
    color: #666
}

.main .conBox .contList>li>a>dl>dd .iconfont {
    font-size: 12px;
    color: #ff7e00
}

@media screen and (min-width: 1181px) {
    .main .conBox .contList>li>a:hover>dl>dt {
        color: #70554f
    }
}

.main .conBox .contList>li:nth-child(8n) {
    margin-right: 0
}

@media screen and (max-width: 1181px) {
    .main .conBox .contList>li {
        width: calc((100% - 150px)/6)
    }

    .main .conBox .contList>li:nth-child(8n) {
        margin-right: 30px
    }

    .main .conBox .contList>li:nth-child(6n) {
        margin-right: 0
    }
}

@media screen and (max-width: 767px) {
    .main .conBox .contList>li {
        width: calc((100% - 60px)/3)
    }

    .main .conBox .contList>li:nth-child(6n) {
        margin-right: 30px
    }

    .main .conBox .contList>li:nth-child(3n) {
        margin-right: 0
    }
}

.main .searmain {
    margin-top: 20px;
    padding: 20px;
    background: #fefefe;
    box-shadow: 0px 2px 4px 0px rgba(8, 25, 45, .1);
    border-radius: 8px
}

.main .searmain .searchResult {
    display: flex;
    flex-wrap: wrap;
    margin-top: 4px
}

.main .searmain .searchResult>li {
    width: calc((100% - 112px)/8);
    margin-right: 16px;
    margin-top: 16px
}

.main .searmain .searchResult>li>a {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0px 2px 4px 0px rgba(8, 25, 45, .2)
}

.main .searmain .searchResult>li>a .thumb {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden
}

.main .searmain .searchResult>li>a .thumb>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.main .searmain .searchResult>li>a>p {
    position: absolute;
    bottom: -100%;
    transition: all .3s;
    width: 100%;
    padding: 6px;
    background: #FD8E8D;
    border-radius: 8px;
    backdrop-filter: blur(1px);
    text-align: center;
    color: #fff
}

@media screen and (min-width: 1181px) {
    .main .searmain .searchResult>li>a:hover>p {
        bottom: 0
    }
}

.main .searmain .searchResult>li:nth-child(8n) {
    margin-right: 0
}

@media screen and (max-width: 1024px) {
    .main .searmain .searchResult>li {
        width: calc((100% - 80px)/6)
    }

    .main .searmain .searchResult>li:nth-child(8n) {
        margin-right: 16px
    }

    .main .searmain .searchResult>li:nth-child(6n) {
        margin-right: 0
    }
}

@media screen and (max-width: 767px) {
    .main .searmain .searchResult>li {
        width: calc((100% - 32px)/3)
    }

    .main .searmain .searchResult>li:nth-child(6n) {
        margin-right: 16px
    }

    .main .searmain .searchResult>li:nth-child(3n) {
        margin-right: 0
    }
}

.main .searmain .searchBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 800px;
    height: 50px;
    overflow: hidden;
    transition: all .3s;
    position: relative
}

.main .searmain .searchBtn>input {
    border: 1px solid #eee;
    border-radius: 8px;
    width: 100%;
    height: 50px;
    background: #ededed;
    color: #a69895;
    font-size: 12px;
    text-indent: 12px;
    -webkit-text-fill-color: #a69895
}

.main .searmain .searchBtn>button {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 50px;
    background: #FD8E8D;
    border-radius: 8px
}

.main .searmain .searchBtn>button .iconfont {
    font-size: 19px;
    color: #fff
}

.main .searmain .searchBtn::before {
    display: none;
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    top: 135px;
    left: 0;
    background: rgba(0, 0, 0, .5)
}

.main .searmain .searchBtn.act>input {
    border: 1px solid #70554f
}

.main .searmain .searchBtn.act>button {
    background: #70554f
}

.main .searmain .searchBtn.act>button .iconfont {
    color: #fff
}

.main .searmain .searchBtn.active {
    display: flex;
    width: 100%;
    z-index: 999;
    position: absolute;
    background: #f8f8f8;
    top: 60px;
    left: 0;
    height: 75px;
    padding: 0 16px
}

.main .searmain .searchBtn.active>input {
    border: 2px solid #70554f
}

.main .searmain .searchBtn.active>button {
    right: 17px;
    top: 19px;
    background: #70554f
}

.main .searmain .searchBtn.active>button .iconfont {
    color: #fff
}

.main .searmain .searchBtn.active::before {
    display: block
}

.main .searmain .nosearch {
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.main .searmain .nosearch>img {
    width: 300px;
    height: 200px
}

.main .searmain .nosearch>h3 {
    margin: 40px 0
}

.main .similar {
    margin-top: 20px;
    padding: 20px;
    background: #fefefe;
    box-shadow: 0px 2px 4px 0px rgba(8, 25, 45, .1);
    border-radius: 8px
}

.main .similar .gameList {
    display: flex;
    flex-wrap: wrap
}

.main .similar .gameList>li {
    width: calc((100% - 48px)/4);
    margin: 16px 16px 0 0
}

.main .similar .gameList>li>a {
    width: 100%;
    display: flex;
    align-items: center;
    background: #f8f8f8;
    border-radius: 8px;
    color: #333
}

.main .similar .gameList>li>a .thumb {
    width: 80px;
    height: 80px;
    margin-right: 18px;
    border-radius: 8px 0px 0px 8px;
    overflow: hidden
}

.main .similar .gameList>li>a .thumb>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.main .similar .gameList>li>a>dl {
    transition: all .3s;
    width: calc(100% - 98px)
}

.main .similar .gameList>li>a>dl>dt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #70554f
}

.main .similar .gameList>li>a>dl>dd {
    color: #666;
    font-size: 12px;
    margin-top: 6px;
    font-family: Montserrat-Regular
}

.main .similar .gameList>li>a>dl>dd .iconfont {
    font-size: 12px;
    color: #ff7e00
}

@media screen and (min-width: 1181px) {
    .main .similar .gameList>li>a:hover>dl>dt {
        text-decoration: underline
    }
}

.main .similar .gameList>li:nth-child(4n) {
    margin-right: 0
}

@media screen and (max-width: 1024px) {
    .main .similar .gameList>li {
        width: calc((100% - 16px)/2);
        margin-right: 16px
    }

    .main .similar .gameList>li:nth-child(2n) {
        margin-right: 0
    }
}

@media screen and (max-width: 767px) {
    .main .similar .gameList>li {
        width: 100%;
        margin-right: 0
    }
}

.main .gameInfo {
    display: flex;
    justify-content: space-between;
    background: #fefefe;
    box-shadow: 0px 2px 4px 0px rgba(8, 25, 45, .1);
    border-radius: 8px;
    margin-top: 50px;
    padding: 20px
}

.main .gameInfo .infoL {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.main .gameInfo .infoL .gametop {
    width: calc(100% - 356px)
}

.main .gameInfo .infoL .gametop .nameBox {
    display: flex;
    align-items: flex-start;
    position: relative;
    padding-left: 120px;
    height: 70px
}

.main .gameInfo .infoL .gametop .nameBox .thumb {
    position: absolute;
    top: -50px;
    left: 0;
    width: 100px;
    height: 100px;
    border-radius: 8px;
    overflow: hidden
}

.main .gameInfo .infoL .gametop .nameBox .thumb>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.main .gameInfo .infoL .gametop .nameBox>dl>dt {
    font-size: 18px
}

.main .gameInfo .infoL .gametop .nameBox>dl>dd {
    margin-top: 8px;
    font-size: 12px;
    font-family: Montserrat-Regular
}

.main .gameInfo .infoL .gametop .nameBox>dl>dd .iconfont {
    font-size: 12px;
    color: #ffb700
}

.main .gameInfo .infoL .gametop .developer {
    background: #f8f8f8;
    border-radius: 4px;
    padding: 20px
}

.main .gameInfo .infoL .gametop .developer>li {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.main .gameInfo .infoL .gametop .developer>li>p {
    width: 140px
}

.main .gameInfo .infoL .gametop .developer>li>p .iconfont {
    font-size: 20px;
    margin-right: 10px;
    color: #a69895
}

.main .gameInfo .infoL .gametop .developer>li>p>span {
    font-size: 14px;
    color: #a69895
}

.main .gameInfo .infoL .gametop .developer>li>small {
    text-align: right;
    width: calc(100% - 150px);
    color: #70554f
}

.main .gameInfo .infoL .gametop .developer>li+li {
    margin-top: 28px
}


.main .gameInfo .infoL .ad>p {
    margin-top: 0
}

.main .gameInfo .gameico {
    width: 380px;
    height: 280px;
    margin-left: 20px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap
}

.main .gameInfo .gameico>li {
    margin: 0 8px 8px 0
}

.main .gameInfo .gameico>li>a {
    display: flex;
    align-items: center;
    padding: 5px;
    background: rgba(255, 255, 255, 0);
    border-radius: 4px;
    border: 1px solid #ededed
}

.main .gameInfo .gameico>li>a>img {
    width: 28px;
    height: 28px;
    border-radius: 4px;
    overflow: hidden;
    object-position: center;
    object-fit: cover;
    margin-right: 6px
}

.main .gameInfo .gameico>li>a>p {
    font-size: 12px;
    color: #a69895
}

@media screen and (max-width: 1024px) {
    .main .gameInfo {
        flex-direction: column
    }

    .main .gameInfo .infoL {
        width: 100%
    }

    .main .gameInfo .infoL .gametop {
        width: calc(100% - 344px)
    }

    .main .gameInfo .gameico {
        width: 100%;
        height: auto;
        margin-top: 20px;
        margin-left: 0
    }
}

@media screen and (max-width: 767px) {
    .main .gameInfo .infoL {
        flex-direction: column
    }

    .main .gameInfo .infoL .gametop {
        margin-bottom: 12px;
        width: 100%
    }
}

@media screen and (max-width: 1024px) {
    .main {
        min-height: 900px
    }
}

.extensionBox {
    max-width: 1780px;
    min-height: 850px;
    width: calc(100% - 32px);
    margin: 0 auto
}

.extensionBox .extension {
    display: flex;
    flex-wrap: wrap;
    margin-top: 4px
}

.extensionBox .extension>li {
    width: calc((100% - 220px)/12);
    margin-right: 20px;
    margin-top: 20px
}

.extensionBox .extension>li>a {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 0px 2px 4px 0px rgba(8, 25, 45, .2)
}

.extensionBox .extension>li>a .thumb {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden
}

.extensionBox .extension>li>a .thumb>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.extensionBox .extension>li>a>dl {
    position: absolute;
    bottom: -101%;
    transition: all .3s;
    width: 100%;
    height: 101%;
    background: #FD8E8D;
    border-radius: 24px;
    backdrop-filter: blur(1px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px
}

.extensionBox .extension>li>a>dl>dt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #fff;
    font-size: 12px;
    text-align: center
}

.extensionBox .extension>li>a>dl>dd {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-top: 10px;
    background: #fff;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, .2);
    border-radius: 25px
}

.extensionBox .extension>li>a>dl>dd .iconfont {
    font-size: 16px;
    color: #FD8E8D
}

@media screen and (min-width: 1181px) {
    .extensionBox .extension>li>a:hover>dl {
        bottom: 0
    }
}

.extensionBox .extension>li:nth-child(12n) {
    margin-right: 0
}

@media screen and (max-width: 1366px) {
    .extensionBox .extension>li {
        width: calc((100% - 160px)/9)
    }

    .extensionBox .extension>li:nth-child(12n) {
        margin-right: 20px
    }

    .extensionBox .extension>li:nth-child(9n) {
        margin-right: 0
    }
}

@media screen and (max-width: 1024px) {
    .extensionBox .extension>li {
        width: calc((100% - 100px)/6)
    }

    .extensionBox .extension>li:nth-child(9n) {
        margin-right: 20px
    }

    .extensionBox .extension>li:nth-child(6n) {
        margin-right: 0
    }
}

@media screen and (max-width: 767px) {
    .extensionBox .extension>li {
        width: calc((100% - 40px)/3)
    }

    .extensionBox .extension>li:nth-child(6n) {
        margin-right: 20px
    }

    .extensionBox .extension>li:nth-child(3n) {
        margin-right: 0
    }
}

@media screen and (max-width: 1024px) {
    .extensionBox {
        min-height: 1000px
    }
}

.errorBox {
    min-height: 780px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.errorBox>img {
    width: 200px;
    height: 200px
}

.errorBox>h3 {
    font-size: 48px
}

.errorBox>p {
    margin-top: 14px
}

.errorBox div {
    margin-top: 20px;
    display: flex;
    align-items: center
}

.errorBox div>a {
    margin-left: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 123px;
    height: 40px;
    background: #FD8E8D;
    border-radius: 4px;
    color: #fff
}

@media screen and (max-width: 1024px) {
    .errorBox {
        min-height: 900px
    }
}

.companyBox {
    min-height: 800px;
    margin-top: 20px
}

.companyBox .company {
    padding: 20px;
    border-radius: 8px;
    background: #fff
}

.companyBox .company h2 {
    padding-bottom: 16px;
    border-bottom: 1px solid #f2f5f9;
    font-size: 20px
}

.companyBox .company h3 {
    font-size: 20px;
    margin: 15px 0
}

.companyBox .company p {
    font-size: .9em;
    margin-bottom: 15px;
    line-height: 1.6em;
    color: #999
}

.companyBox .company form {
    margin-top: 16px
}

.companyBox .company form .formItem {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    position: relative
}

.companyBox .company form .formItem input {
    width: 100%;
    height: 50px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #eee;
    text-indent: 1em;
    color: #70554f;
    outline: none;
    font-family: Montserrat-Regular
}

.companyBox .company form .formItem input::-webkit-input-placeholder {
    color: #a69895
}

.companyBox .company form .formItem #comcom {
    width: 100%;
    resize: none;
    outline: none;
    color: #70554f;
    text-indent: 1em;
    padding-top: 15px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #eee;
    font-family: Montserrat-Regular
}

.companyBox .company form .formItem #comcom::-webkit-input-placeholder {
    color: #a69895
}

.companyBox .company form input[type=submit] {
    width: 120px;
    height: 50px;
    border: none;
    outline: none;
    border-radius: 4px;
    background: #FD8E8D;
    color: #fff;
    cursor: pointer;
    transition: all .3s
}

@media screen and (max-width: 1024px) {
    .companyBox {
        min-height: 900px
    }
}

.detail {
    display: flex;
    justify-content: space-between
}

.detail .left {
    width: calc(100% - 370px)
}

.detail .left .module {
    margin: 20px 0;
    background: #fefefe;
    box-shadow: 0px 2px 4px 0px rgba(8, 25, 45, .1);
    border-radius: 8px;
    padding: 20px
}

.detail .left .module .des {
    margin-top: 10px;
    max-height: 260px;
    min-height: 80px;
    overflow: hidden;
    position: relative;
    line-height: 26px;
    color: #a69895;
    box-sizing: content-box;
    font-size: 14px;
    font-family: Montserrat-Regular !important
}

.detail .left .module .des>p,
.detail .left .module .des>span {
    color: #a69895;
    font-size: 14px;
    font-family: Montserrat-Regular !important;
    line-height: 26px
}

.detail .left .module .des>p>span,
.detail .left .module .des>span>span {
    color: #a69895;
    font-size: 14px;
    font-family: Montserrat-Regular !important
}

.detail .left .module .showAll {
    max-height: 1500px
}

.detail .left .module .moreB {
    margin-top: 10px;
    position: relative
}

.detail .left .module .moreB .moreShow {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #70554f;
    width: 200px;
    height: 32px;
    background: #fff;
    border-radius: 16px;
    border: 1px solid #eee;
    margin: 0 auto;
    font-size: 12px
}

.detail .left .module .moreB .moreShow::before {
    content: "Show More";
    font-size: 12px
}

.detail .left .module .moreB .moreShow:hover {
    opacity: .8
}

.detail .left .module .moreB .moreShow::after {
    content: "";
    width: 100%;
    height: 30px;
    position: absolute;
    top: -30px;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgb(255, 255, 255))
}

.detail .left .module .moreB .lessShow::before {
    display: block;
    content: "Show Less"
}

.detail .left .module .moreB .lessShow::after {
    display: none
}

.detail .left .getGame {
    background: #fefefe;
    box-shadow: 0px 2px 4px 0px rgba(8, 25, 45, .1);
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0
}

.detail .left .getGame>nav {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.detail .left .getGame>nav>a {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: calc(50% - 10px);
    transition: all .3s;
    height: 40px;
    background: #ededed;
    border-radius: 20px
}

.detail .left .getGame>nav>a>p .iconfont {
    font-size: 16px;
    color: #70554f
}

.detail .left .getGame>nav>a>p>span {
    font-size: 16px;
    color: #70554f
}

@media screen and (min-width: 1181px) {
    .detail .left .getGame>nav>a:hover {
        background: #FD8E8D
    }

    .detail .left .getGame>nav>a:hover>p {
        color: #fff
    }

    .detail .left .getGame>nav>a:hover>p .iconfont {
        color: #fff
    }

    .detail .left .getGame>nav>a:hover>p>span {
        color: #fff
    }
}

.detail .left .getGame .ver {
    margin-top: 16px;
    font-size: 14px;
    font-family: Montserrat-Regular
}

@media screen and (max-width: 767px) {
    .detail .left .getGame>nav {
        flex-direction: column
    }

    .detail .left .getGame>nav>a {
        width: 100%
    }

    .detail .left .getGame>nav>a+a {
        margin-top: 20px
    }

    .detail .left .getGame .ver {
        display: flex;
        flex-direction: column
    }

    .detail .left .getGame .ver>span+span {
        margin-top: 10px;
        margin-right: 0
    }
}

.detail .left .swiper_con {
    margin-top: 20px;
    position: relative
}

.detail .left .swiper_con .preview {
    margin-top: 10px;
    position: relative
}

.detail .left .swiper_con .preview .swiper-wrapper .swiper-slide {
    width: auto;
    height: 224px;
    overflow: hidden;
    border-radius: 10px
}

.detail .left .swiper_con .preview .swiper-wrapper .swiper-slide>img {
    height: 100%
}

.detail .left .swiper_con .sw_btn {
    width: 100%;
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 6px;
    z-index: 99
}

.detail .left .swiper_con .sw_btn .swiper-button-p1,
.detail .left .swiper_con .sw_btn .swiper-button-n1 {
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, .6);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, .2);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    cursor: pointer
}

.detail .left .swiper_con .sw_btn .swiper-button-p1>.iconfont,
.detail .left .swiper_con .sw_btn .swiper-button-n1>.iconfont {
    color: #fff;
    font-size: 16px
}

.detail .left .swiper_con .sw_btn .swiper-button-p1:focus,
.detail .left .swiper_con .sw_btn .swiper-button-n1:focus {
    outline: none
}

.detail .left .similar .gameList>li {
    width: calc((100% - 32px)/3)
}

.detail .left .similar .gameList>li>a .thumb {
    border-radius: 8px
}

.detail .left .similar .gameList>li:nth-child(4n) {
    margin-right: 16px
}

.detail .left .similar .gameList>li:nth-child(3n) {
    margin-right: 0
}

@media screen and (max-width: 1024px) {
    .detail .left .similar .gameList>li {
        width: calc((100% - 16px)/2)
    }

    .detail .left .similar .gameList>li:nth-child(3n) {
        margin-right: 16px
    }

    .detail .left .similar .gameList>li:nth-child(2n) {
        margin-right: 0
    }
}

@media screen and (max-width: 767px) {
    .detail .left .similar .gameList>li {
        width: 100%;
        margin-right: 0
    }

    .detail .left .similar .gameList>li:nth-child(3n) {
        margin-right: 0
    }
}

.detail .left .comment {
    padding: 12px;
    margin-top: 20px;
    background: #fff;
    border-radius: 8px
}

.detail .left .comment .forBox {
    display: flex;
    justify-content: space-between;
    margin-top: 16px
}

.detail .left .comment .forBox>p {
    width: 40px;
    height: 40px;
    margin-right: 8px
}

.detail .left .comment .forBox>p .iconfont {
    font-size: 40px
}

.detail .left .comment .forBox form {
    width: calc(100% - 48px)
}

.detail .left .comment .forBox form .layui-form .layui-form-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    justify-content: space-between
}

.detail .left .comment .forBox form .layui-form .layui-form-item .putBox {
    width: 100%
}

.detail .left .comment .forBox form .layui-form .layui-form-item .putBox input {
    width: 100%;
    height: 40px;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #eee;
    color: #ccc;
    margin-bottom: 12px;
    outline: none;
    font-family: Montserrat-Regular
}

.detail .left .comment .forBox form .layui-form .layui-form-item .putBox input::-webkit-input-placeholder {
    color: #a69895
}

.detail .left .comment .forBox form .layui-form .layui-form-item .putBox #comcom {
    width: 100%;
    resize: none;
    outline: none;
    font-family: Montserrat-Regular;
    color: #ccc;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #eee;
    min-height: 60px !important
}

.detail .left .comment .forBox form .layui-form .layui-form-item .putBox #comcom::-webkit-input-placeholder {
    color: #a69895
}

.detail .left .comment .forBox form .layui-form .layui-form-item .rateS {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px
}

.detail .left .comment .forBox form .layui-form .layui-form-item .rateS .rateName {
    width: calc(100% - 94px);
    display: flex;
    align-items: center
}

.detail .left .comment .forBox form .layui-form .layui-form-item .rateS .rateName>span {
    font-size: 12px;
    margin-right: 8px
}

.detail .left .comment .forBox form .layui-form .layui-form-item .rateS .layui-rate {
    padding: 0;
    margin-bottom: 0
}

.detail .left .comment .forBox form .layui-form .layui-form-item .rateS .layui-rate .layui-icon {
    font-size: 16px;
    margin-right: 6px
}

.detail .left .comment .forBox form .layui-form .layui-form-item .rateS>button {
    width: 94px;
    height: 40px;
    background: #FD8E8D;
    border-radius: 4px;
    color: #fff;
    border: none
}

.detail .left .comment .forBox form .layui-form .layui-form-item .rateS .layui-inline {
    margin-right: 0;
    margin-bottom: 2px
}

@media screen and (max-width: 450px) {
    .detail .left .comment .forBox form .layui-form .layui-form-item .layui-inline {
        margin-bottom: 0 !important
    }
}

@media screen and (max-width: 767px) {
    .detail .left .comment .forBox form .layui-form .layui-form-item .rateS {
        flex-direction: column;
        margin-top: 20px;
        align-items: flex-start
    }

    .detail .left .comment .forBox form .layui-form .layui-form-item .rateS .rateName {
        width: 100%
    }

    .detail .left .comment .forBox form .layui-form .layui-form-item .rateS .layui-rate {
        display: flex
    }

    .detail .left .comment .forBox form .layui-form .layui-form-item .rateS>button {
        margin-top: 20px
    }
}

.detail .left .comment .comment_list {
    border-top: 1px solid #eee;
    margin-top: 20px
}

.detail .left .comment .comment_list>li {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    display: flex
}

.detail .left .comment .comment_list>li .girl {
    width: 40px;
    height: 40px;
    margin-right: 8px
}

.detail .left .comment .comment_list>li .girl .iconfont {
    font-size: 40px
}

.detail .left .comment .comment_list>li .girl .iconfont::before {
    content: ""
}

.detail .left .comment .comment_list>li:nth-child(2n) .girl .iconfont::before {
    content: ""
}

.detail .left .comment .comment_list>li:nth-child(3n) .girl .iconfont::before {
    content: ""
}

.detail .left .comment .comment_list>li:nth-child(4n) .girl .iconfont::before {
    content: ""
}

.detail .left .comment .comment_list>li .boxc {
    display: flex;
    width: calc(100% - 48px);
    align-items: flex-end;
    justify-content: space-between
}

.detail .left .comment .comment_list>li .boxc>dl {
    width: 100%
}

.detail .left .comment .comment_list>li .boxc>dl .layui-rate {
    padding: 0
}

.detail .left .comment .comment_list>li .boxc>dl .layui-rate .layui-icon {
    font-size: 12px
}

.detail .left .comment .comment_list>li .boxc>dl>dt {
    display: flex;
    justify-content: space-between
}

.detail .left .comment .comment_list>li .boxc>dl>dt .rateBox {
    border-radius: 8px;
    background: #f8f8f8;
    padding: 3px 3px 2px 10px
}

.detail .left .comment .comment_list>li .boxc>dl>dd {
    margin-top: 8px;
    font-family: Montserrat-Regular
}

.detail .left .comment .comment_list>li .boxc>dl>dd>small {
    font-size: 12px;
    color: #999
}

.detail .left .comment .comment_list>li .boxc>dl>dd.starD {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.detail .left .comment .comment_list>li .boxc>dl>dd.starD>p {
    font-size: 12px;
    font-family: Montserrat-Regular
}

.detail .left .comment .comment_list>li .boxc>dl>dd.starD .addZ .Like {
    color: #a69895
}

.detail .left .comment .comment_list>li .boxc>dl>dd.starD .addZ .iconfont {
    font-size: 16px;
    color: #a69895;
    margin-right: 6px
}

.detail .left .comment .comment_list>li .boxc>dl>dd.starD .addZ.active .Like,
.detail .left .comment .comment_list>li .boxc>dl>dd.starD .addZ.active .iconfont {
    color: #FD8E8D
}

.detail .left .comment .comment_list>li .boxc>nav {
    display: flex;
    align-items: center
}

.detail .left .comment .comment_list>li .boxc>nav>a {
    border-radius: 15px;
    border: 1px solid #ccc;
    width: 80px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center
}

.detail .left .comment .comment_list>li .boxc>nav>a .iconfont {
    font-size: 20px;
    color: #666
}

.detail .left .comment .comment_list>li .boxc>nav>a>span {
    margin-left: 10px;
    font-size: 12px;
    color: #666
}

.detail .left .comment .comment_list>li .boxc>nav>a+a {
    margin-left: 15px
}

.detail .left .comment .comment_list>li .boxc>nav>a:hover,
.detail .left .comment .comment_list>li .boxc>nav>a.active {
    border: 1px solid #70554f
}

.detail .left .comment .comment_list>li .boxc>nav>a:hover .iconfont,
.detail .left .comment .comment_list>li .boxc>nav>a.active .iconfont {
    color: #70554f
}

.detail .left .comment .comment_list>li .boxc>nav>a:hover>span,
.detail .left .comment .comment_list>li .boxc>nav>a.active>span {
    color: #70554f
}

.detail .left .comment .nocoment {
    display: flex;
    flex-direction: column;
    align-items: center
}

.detail .left .comment .nocoment img {
    width: 200px;
    height: 200px
}

.detail .left .comment .nocoment>p {
    font-size: 16px;
    margin-top: 8px
}

@media screen and (max-width: 1181px) {
    .detail .left .comment {
        margin-bottom: 20px
    }
}

.detail .left .video {
    background: #fff;
    border-radius: 8px;
    padding: 12px
}

.detail .left .video .playName {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.detail .left .video .playName .box {
    display: flex;
    align-items: center
}

.detail .left .video .playName .box .thumb {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    border: 1px solid #e8e8e8;
    margin-right: 12px;
    overflow: hidden
}

.detail .left .video .playName .box .thumb>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.detail .left .video .playName .box>dl>dt {
    font-size: 22px;
    font-family: Gravity-Bold
}

.detail .left .video .playName .box>dl>dd {
    margin-top: 8px;
    color: #999
}

.detail .left .video .playName .choice {
    display: flex;
    align-items: center
}

.detail .left .video .playName .choice>a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 25px
}

.detail .left .video .playName .choice>a .iconfont {
    font-size: 20px;
    color: #666
}

.detail .left .video .playName .choice>a>span {
    margin-left: 10px;
    font-size: 12px;
    color: #666
}

.detail .left .video .playName .choice>a:hover .iconfont,
.detail .left .video .playName .choice>a.active .iconfont {
    color: #70554f
}

.detail .left .video .playName .choice>a:hover>span,
.detail .left .video .playName .choice>a.active>span {
    color: #70554f
}

@media screen and (max-width: 767px) {

    .detail .left .video .playName .choice .addR,
    .detail .left .video .playName .choice .addZ {
        display: none
    }
}

.detail .left .video .videoGame {
    margin-top: 12px;
    width: 100%;
    height: 530px;
    position: relative;
    overflow: hidden
}

.detail .left .video .videoGame .iframe_img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.detail .left .video .videoGame .iframe_img .bbc {
    padding-top: 45px;
    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, .3)
}

.detail .left .video .videoGame .iframe_img .bbc .thumb {
    width: 140px;
    height: 140px;
    border: 1px solid #fff;
    border-radius: 10px;
    overflow: hidden
}

.detail .left .video .videoGame .iframe_img .bbc .thumb>img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover
}

.detail .left .video .videoGame .iframe_img .bbc>a {
    margin-top: 20px;
    display: block;
    width: 140px;
    height: 50px;
    line-height: 50px;
    background: #70554f;
    border-radius: 25px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-family: Gravity-Bold;
    border: 1px solid #fff
}

.detail .left .video .videoGame .iframe_img .bgc {
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    position: absolute;
    top: -10px;
    left: -10px;
    background-color: rgba(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)
}

.detail .left .video .videoGame .iframe_img.active {
    display: none
}

.detail .left .video .videoGame iframe {
    display: block;
    width: 1px;
    min-width: 100%;
    height: 1px;
    min-height: 100%;
    border: 0;
    overflow: hidden;
    z-index: 999
}

.detail .left .video .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
}

.detail .left .video .videoGame .back .iconfont {
    font-size: 20px;
    color: #fff
}

.detail .left .video .videoGame.active {
    display: block
}

.detail .left .video .videoGame.active iframe {
    position: fixed;
    background: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.detail .left .video .videoGame.active .back {
    display: flex
}

.detail .left .hotgame {
    padding: 20px 12px;
    background: #fff;
    border-radius: 8px;
    margin: 20px 0
}

.detail .left .hotgame h2 {
    padding-bottom: 16px;
    border-bottom: 1px solid #f2f5f9
}

.detail .left .hotgame .bestList {
    display: flex;
    flex-wrap: wrap
}

.detail .left .hotgame .bestList>li {
    width: calc((100% - 150px)/6);
    margin-right: 30px;
    margin-top: 24px
}

.detail .left .hotgame .bestList>li>a {
    width: 100%;
    display: block
}

.detail .left .hotgame .bestList>li>a .thumb {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid #e8e8e8
}

.detail .left .hotgame .bestList>li>a .thumb>img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.detail .left .hotgame .bestList>li>a>dl {
    margin-top: 13px
}

.detail .left .hotgame .bestList>li>a>dl>dt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.detail .left .hotgame .bestList>li>a>dl>dd {
    margin-top: 6px;
    font-size: 12px;
    color: #666
}

.detail .left .hotgame .bestList>li>a>dl>dd .iconfont {
    font-size: 12px;
    color: #ff7e00
}

@media screen and (min-width: 1181px) {
    .detail .left .hotgame .bestList>li>a:hover>dl>dt {
        color: #70554f
    }
}

.detail .left .hotgame .bestList>li:nth-child(6n) {
    margin-right: 0
}

@media screen and (max-width: 767px) {
    .detail .left .hotgame .bestList>li {
        width: calc((100% - 60px)/3)
    }

    .detail .left .hotgame .bestList>li:nth-child(6n) {
        margin-right: 30px
    }

    .detail .left .hotgame .bestList>li:nth-child(3n) {
        margin-right: 0
    }

    .detail .left .hotgame .bestList>li:nth-child(n+7) {
        display: none
    }
}

.detail .left .moreOnline {
    padding: 20px 12px;
    background: #fff;
    border-radius: 8px;
    margin-top: 20px
}

.detail .left .moreOnline h2 {
    padding-bottom: 16px;
    border-bottom: 1px solid #f2f5f9
}

.detail .left .moreOnline .onlineBox {
    display: flex;
    flex-wrap: wrap
}

.detail .left .moreOnline .onlineBox>li {
    width: calc((100% - 150px)/6);
    margin-right: 30px;
    margin-top: 24px
}

.detail .left .moreOnline .onlineBox>li>a {
    width: 100%;
    display: block
}

.detail .left .moreOnline .onlineBox>li>a .thumb {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid #e8e8e8
}

.detail .left .moreOnline .onlineBox>li>a .thumb>img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.detail .left .moreOnline .onlineBox>li>a>p {
    margin-top: 10px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.detail .left .moreOnline .onlineBox>li>a .playe {
    transition: all .3s;
    width: 60px;
    height: 26px;
    margin: 8px auto 0 auto;
    background: #5f5ff6;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px
}

.detail .left .moreOnline .onlineBox>li>a .playe .iconfont {
    color: #fff;
    font-size: 12px;
    margin-right: 5px
}

@media screen and (min-width: 1181px) {
    .detail .left .moreOnline .onlineBox>li>a:hover>p {
        color: #70554f
    }

    .detail .left .moreOnline .onlineBox>li>a:hover .playe {
        box-shadow: 0px 0px 6px 0px #4343db;
        color: #fff
    }
}

.detail .left .moreOnline .onlineBox>li:nth-child(6n) {
    margin-right: 0
}

@media screen and (max-width: 767px) {
    .detail .left .moreOnline .onlineBox>li {
        width: calc((100% - 60px)/3)
    }

    .detail .left .moreOnline .onlineBox>li:nth-child(6n) {
        margin-right: 30px
    }

    .detail .left .moreOnline .onlineBox>li:nth-child(3n) {
        margin-right: 0
    }

    .detail .left .moreOnline .onlineBox>li:nth-child(n+7) {
        display: none
    }
}

.detail .right {
    width: 340px
}

.detail .right h2 {
    padding-bottom: 16px;
    border-bottom: 1px solid #f2f5f9
}

.detail .right .similar {
    padding: 20px 12px;
    background: #fff;
    border-radius: 8px
}

.detail .right .similar .searchResult {
    display: flex;
    flex-wrap: wrap;
    margin-top: 4px
}

.detail .right .similar .searchResult>li {
    width: calc((100% - 32px)/3);
    margin-right: 16px;
    margin-top: 16px
}

.detail .right .similar .searchResult>li>a {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0px 2px 4px 0px rgba(8, 25, 45, .2)
}

.detail .right .similar .searchResult>li>a .thumb {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden
}

.detail .right .similar .searchResult>li>a .thumb>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.detail .right .similar .searchResult>li>a>p {
    position: absolute;
    bottom: -100%;
    transition: all .3s;
    width: 100%;
    padding: 6px;
    background: #FD8E8D;
    border-radius: 8px;
    backdrop-filter: blur(1px);
    text-align: center;
    color: #fff
}

@media screen and (min-width: 1181px) {
    .detail .right .similar .searchResult>li>a:hover>p {
        bottom: 0
    }
}

.detail .right .similar .searchResult>li:nth-child(3n) {
    margin-right: 0
}

.detail .right .ad1 {
    display: flex;
    flex-direction: column;
    align-items: center
}

.detail .right .ad1>p {
    font-size: 12px;
    margin-top: 10px;
    color: #999;
    text-align: center
}

@media screen and (max-width: 1181px) {
    .detail .right .ad1 {
        display: none
    }
}

@media screen and (max-width: 1181px) {
    .detail .game-right {
        display: none
    }

    .detail .left {
        width: 100%
    }
}

footer {
    background: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
}

footer .container {
    position: relative;
    padding: 14px 0;
    display: flex;
    align-items: center;
    justify-content: space-between
}

footer .container img {
    height: 32px
}

footer .container>nav>a {
    color: #70554f;
    transition: all .3s
}

footer .container>nav>a+a {
    margin-left: 20px
}

@media screen and (min-width: 1181px) {
    footer .container>nav>a:hover {
        color: #FD8E8D;
        text-decoration: underline
    }
}

@media screen and (max-width: 767px) {
    footer .container {
        flex-direction: column
    }
}

.exfot .container {
    max-width: 1780px;
    width: calc(100% - 32px);
    margin: 0 auto
}

.black_bac {
    display: none;
    width: 100%;
    height: calc(100% - 60px);
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 99;
    background: rgba(0, 0, 0, .5)
}

.categoryBox {
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    display: none
}

.categoryBox .box {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    overflow-y: scroll;
    width: 252px;
    padding: 22px;
    background: rgba(80, 166, 132, .9);
    backdrop-filter: blur(1px)
}

.categoryBox .box .close {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.categoryBox .box .close .iconfont {
    font-size: 23px;
    color: #fff
}

.categoryBox .box .searchBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 32px;
    overflow: hidden;
    transition: all .3s;
    position: relative;
    margin-top: 20px
}

.categoryBox .box .searchBtn>input {
    border-radius: 8px;
    width: 100%;
    height: 32px;
    background: #fff;
    color: #a69895;
    font-size: 12px;
    text-indent: 12px;
    -webkit-text-fill-color: #a69895;
    border: none
}

.categoryBox .box .searchBtn::before {
    display: none;
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    top: 135px;
    left: 0;
    background: rgba(0, 0, 0, .5)
}

.categoryBox .box .searchBtn>button {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 32px;
    background: #fff;
    border-radius: 8px;
    border: none
}

.categoryBox .box .searchBtn>button .iconfont {
    font-size: 16px;
    color: #70554f
}

.categoryBox .box>nav {
    display: flex;
    flex-direction: column
}

.categoryBox .box>nav>a {
    margin-top: 30px;
    color: #fff !important;
    font-size: 12px;
    font-family: Montserrat-Bold
}

.categoryBox .box>nav>a .iconfont {
    color: #fff;
    font-size: 16px;
    margin-right: 6px
}

.categoryBox.act {
    display: block
}

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

#apkBox .dBox {
    width: 480px;
    height: 202px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 10px;
    margin: 0 15px
}

#apkBox .dBox>h2 {
    font-size: 20px;
    color: #333;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
    text-transform: none
}

#apkBox .dBox>h2>span {
    font-size: 20px;
    color: #333;
    font-weight: 700
}

#apkBox .dBox .Btn>a {
    display: inline-block;
    line-height: 38px;
    text-align: center;
    width: 160px;
    height: 40px;
    background: #fff;
    color: #70554f;
    border-radius: 10px;
    border: 1px solid #70554f;
    transition: all .3s;
    font-family: Menlo-Bold
}

#apkBox .dBox .Btn>a:hover {
    background: #70554f;
    color: #fff;
    box-shadow: 0 2px 10px 2px #70554f
}

#apkBox .dBox .Btn>a+a {
    background: #70554f;
    color: #fff;
    margin-left: 15px
}

#apkBox.active {
    display: flex
}

.error {
    color: red
}

.more-games {
    width: 153px;
    height: 40px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    color: #FD8E8D;
    border: 2px solid #FD8E8D;
    border-radius: 10px;
    margin: 20px auto 0;
    cursor: pointer;
}

.pulse-animate {
    animation: pulse-scale 2s infinite ease-in-out;
    will-change: transform;
}

@keyframes pulse-scale {
    0% {
        transform: scale(0.9);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(0.9);
    }
}


.menu-header-container {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    grid-auto-rows: 100px;
    grid-auto-flow: dense;
    gap: 10px;
    margin: 0 !important;
    /* width: 100%; */
  }

.row-span-2 {
    grid-row: span 2 !important;
}

.col-span-2 {
    grid-column: span 2 !important;
}

.row-span-3 {
    grid-row: span 3 !important;
}

.col-span-3 {
    grid-column: span 3 !important;
}



/*# sourceMappingURL=main.css.map */