* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 14px;
    font-family: -apple-system,PingFangSC-Semibold,PingFang SC,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"
}
html,body {
    width: 100%;
    height: 100%
}
body {
    position: relative
}
ul,ol {
    list-style: none
}
a {
    text-decoration: none
}
h1,h2,h3,h4,h5,h6 {
    font-weight: 500
}
button {
    border: none;
    outline: none
}
.container {
    max-width: 1366px;
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto
}
body.act {
    overflow: hidden
}
header {
    width: 100%;
    box-shadow: 3px 3px 9px rgba(0,0,0,.3);
    position: fixed;
    z-index: 1;
    top: 0;
    background-color: #fff;
}
header .container {
    height: 34px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .container .logo {
    width: 126px;
    /* height: 34px; */
    padding-right: 40px;
    position: relative;
    box-sizing: border-box;
    background-color: #00cdab;
    border-right: 35px solid #f7fffe;
    border-bottom: 35px solid #00cdab;
}
header .container .logo img {
    position: absolute;
    height: 30px;
    left: 12px;
    top: 3px;
    /* width: 100%; */
}
header .container .hea_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .container .hea_top .searchBox {
    width: 124px;
    height: 19px;
    border-radius: 10px;
    display: flex;
    position: relative;
}
header .container .hea_top .searchBox input {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    outline: none;
    border: none;
    padding: 0;
    margin: 0;
    text-indent: 1em;
    background-color: #e8e8e8;
}
header .container .hea_top .searchBox button {
    position: absolute;
    width: 31px;
    height: 19px;
    border: none;
    border-radius: 10px;
    right: 0;
    top: 0;
    cursor: pointer;
    text-align: center;
    justify-content: center;
    background-color: #01CDAB;
}
header .container .hea_top .searchBox button i {
    color: #fff;
}
header .container .hea_top .icon_top {
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
}
header .container .hea_top .icon_top i {
    font-size: 22px;
    color: #01CDAB;
}
footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: #01CDAB;
}
footer .container {
    display: flex;
    justify-content: space-evenly;
}
footer a {
    width: 40px;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
}
footer a .icon {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer .icon i {
    font-size: 27px;
}
footer .icon p {
    font-size: 12px;
    font-weight: 700;
}
footer .icon i.active {
    color: #fd5b28;
}
.main {
    padding-top: 34px;
    padding-bottom: 60px;
}
.box, .box1 {
    margin: 15px 0;
}
.box .title {
    text-transform: uppercase
}
.box .title, .box1 .title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
.box .title h3, .box1 .title h3 {
    font-size: 16px;
    font-weight: 700;
    color: #01CDAB;
}
.box1 .title h3 {
    padding-top: 5px;
}
.box .title a {
    font-size: 16px;
    font-weight: 700;
    color: #01CDAB;
}
.box .gri {
    display: grid;
    grid-template-columns: repeat(4,calc((100% - 45px)/4));
    gap: 15px;
}
.box .action {
    grid-template-columns: repeat(3,calc((100% - 30px)/3));
}
.box .gri a .thum {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}
.box .gri a .thum img {
    width: 100%;
    height: 100%;
    position: absolute;
}
.box .gri a:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
}
.box .hot a:nth-child(12) {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 4;
    grid-row-end: 6;
}
.box .category {
    display: flex;
    flex-wrap: wrap;
}
.box .category a {
    width: calc((100% - 15px)/2);
    display: flex;
    padding: 6px;
    background-color: rgba(242, 242, 242, 1);
    border-radius: 10px;
    margin-top: 15px;
    margin-right: 15px;
}
.box .category a:nth-child(-n+2) {
    margin-top: 0;
}
.box .category a:nth-child(2n) {
    margin-right: 0;
}
.box .category a .thum {
    width: 60px;
    height: 0;
    padding-bottom: 60px;
    margin-right: 15px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}
.box .category a .thum img {
    width: 100%;
    height: 100%;
    position: absolute;
}
.box .category a .text {
    width: calc(100% - 75px);
    height: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
.box .category a .text h3 {
    width: 100%;
    font-size: 15px;
    color: #01CDAB;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.box .games_list {
    display: flex;
    flex-wrap: wrap;
}
.box .games_list a {
    width: calc((100% - 40px)/3);
    margin-top: 20px;
    margin-right: 20px;
}
.box .games_list a:nth-child(-n+3) {
    margin-top: 0;
}
.box .games_list a:nth-child(3n) {
    margin-right: 0;
}
.box .games_list a .thum {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
}
.box .games_list a .thum img {
    width: 100%;
    height: 100%;
    position: absolute;
}
.banner_list {
    display: none;
    width: 100%;
    height: calc(100vh - 34px);
    background-color: rgba(0,0,0,.3);
    position: fixed;
    top: 34px;
}
.banner_list.active {
    display: block;
}
.banner_list .banner {
    width: 100%;
    box-shadow: 3px 3px 9px rgba(0,0,0,.3);
    background-color: #fff;
    padding: 10px;
}
.banner_list .banner .hea {
    margin-bottom: 10px;
}
.banner_list .banner .hea a {
    color: #01CDAB;
    font-size: 16px;
    font-weight: 700;
    margin-right: 30px;
}
.banner_list .banner .category h3 {
    color: #01CDAB;
    font-size: 16px;
    font-weight: 700;
    margin-right: 30px;
    margin-bottom: 10px;
}
.banner_list .banner .category ul {
    display: flex;
    flex-wrap: wrap;
}
.banner_list .banner .category ul li {
    margin-bottom: 5px;
}
.banner_list .banner .category ul li a {
    font-size: 14px;
    color: #01CDAB;
    margin-right: 20px;
}
.banner_list .banner .category ul li a::before {
    display: inline-block;
    content: "";
    width: 7px;
    height: 7px;
    margin-right: 10px;
    border-radius: 7px;
    background-color: #01CDAB;
    position: relative;
    top: -2px;
}
.f_cont {
    margin-top: 10px;
}
.f_cont a {
    font-size: 16px;
    color: #01CDAB;
    margin-right: 30px;
}

.box1 {
    background-color: rgba(242, 242, 242, 1);
    border-radius: 10px;
    padding: 15px;
}
.box1:nth-child(n+4) {
    padding-top: 0;
}
.box1 .inner_box {
    border-radius: 10px;
    background-color: rgba(253, 253, 253, 1);
    padding: 10px 15px;
}
.box1 .game {
    display: flex;
}
.box1 .game .thum {
    width: 55px;
    height: 0;
    padding-bottom: 55px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 15px;
}
.box1 .game .thum img {
    width: 100%;
    height: 100%;
    position: absolute;
}
.box1 .game .text {
    width: calc(100% - 70px);
    height: 55px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.box1 .game .text h3 {
    font-size: 18px;
    color: #151515;
    font-weight: 700;
}
.box1 .game .text p {
    font-size: 16px;
    color: #01CDAB;
    font-weight: 700;
}
.box1 .inner_box ul.detail li {
    display: flex;
    margin-bottom: 15px;
}
.box1 .inner_box ul.detail li:nth-last-child(1) {
    margin-bottom: 0;
}
.box1 .inner_box ul.detail li h4 {
    width: 100px;
}
.box1 .inner_box ul.detail li p {
    width: calc(100% - 100px);
}
.box1 .inner_box ul.detail li p, .box1 .inner_box ul.detail li h4 {
    color: #4C4C4C;
    font-size: 15px;
    font-weight: 500;
}
.box1 .inner_box .desc ,.box1 .inner_box .word {
    max-height: 340px;
    overflow: hidden;
}
.box1 .inner_box .word {
    max-height: initial;
}
.box1 .inner_box .desc.active {
    max-height: initial;
}
.box1 .inner_box .more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 164px;
    height: 30px;
    margin: 15px auto;
    background: #01CDAB;
    border-radius: 4px;
    transition: all .3s;
}
.box1 .inner_box .more::before {
    content: "SHOW LESS";
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.box1 .inner_box .more.active::before {
    content: "SHOW MORE";
}
.box1 .inner_box.tags {
    display: flex;
    flex-wrap: wrap;
}
.box1 .inner_box.tags a {
    padding: 0 10px;
    line-height: 16px;
    font-size: 12px;
    color: #fff;
    background-color: #01CDAB;
    border-radius: 8px;
    margin: 5px 5px 0 0;
}
.get_app {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    height: 150px;
}
.get_app a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 164px;
    height: 40px;
    /* margin: 15px auto; */
    background: #01CDAB;
    border-radius: 4px;
    transition: all .3s;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.get_app a i {
    font-size: 18px;
    margin-right: 5px;
}
.ad {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 15px 0;
}
.ad p {
    font-size: 12px;
    color: #ccc;
}