#root, body, html {
    height: 100%;
    width: 100%
}

#root, *, body, html {
    margin: 0;
    padding: 0
}

* {
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, noto sans, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol, noto color emoji;
    font-size: 16PX
}

body, html {
    height: 100%;
    width: 100%
}

body {
    background: #eee;
    position: relative
}

ol, ul {
    list-style: none
}

a {
    -webkit-tap-highlight-color: transparent;
    text-decoration: none
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600
}

button {
    border: none;
    outline: none
}

button, div, i {
    -webkit-tap-highlight-color: transparent
}

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200PX;
    width: calc(100% - 20PX)
}

body.act {
    overflow: hidden
}

header {
    background-color: #7e21ff;
    width: 100%
}

header > .container {
    align-items: center;
    display: flex;
    height: 50PX;
    justify-content: space-between
}

header > .container .logo {
    height: 40PX;
    margin: 0
}

header > .container .logo > span {
    align-items: left;
    color: #fff;
    display: flex;
    font-size: 32PX;
    justify-content: left
}

header > .container .logo > img {
    height: 100%
}

header > .container .logo_dao {
    align-items: center;
    background: rgba(0, 0, 0, .2);
    border-radius: 10PX;
    display: flex;
    height: 40PX;
    justify-content: center;
    width: 40PX
}

header > .container .logo_dao .iconfont {
    color: #fff;
    font-size: 20PX
}

header .container .icon_top {
    align-items: center;
    display: flex;
    height: 40PX;
    justify-content: center;
    width: 40PX
}

header .container .icon_top > .iconfont {
    color: #fff;
    font-size: 32PX
}

.swiper_box {
    background-color: #fff;
    margin-bottom: 42PX;
    padding-top: 15PX
}

.swiper_box > h2 {
    color: #333;
    font-size: 18PX;
    font-weight: 600;
    margin-bottom: 10PX
}

.swiper_box .swiper-container .swiper-wrapper .swiper-slide {
    grid-gap: 8PX;
    display: grid;
    grid-auto-flow: row dense;
    grid-template-columns:repeat(3, calc(33.33333% - 5.33333PX));
    width: 100%
}

.swiper_box .swiper-container .swiper-wrapper .swiper-slide > li > a {
    border-radius: 15PX;
    display: block;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
    width: 100%
}

.swiper_box .swiper-container .swiper-wrapper .swiper-slide > li > a > .box_img {
    height: 100%;
    left: 50%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%
}

.swiper_box .swiper-container .swiper-wrapper .swiper-slide > li > a > .box_img > img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%
}

.swiper_box .swiper-container .swiper-wrapper .swiper-slide > li > a > p {
    background: rgba(126, 33, 255, .8);
    bottom: 0;
    color: #fff;
    font-size: 12PX;
    font-weight: 600;
    height: 20PX;
    left: 0;
    line-height: 20PX;
    overflow: hidden;
    padding: 0 10PX;
    position: absolute;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.swiper_box .swiper-container .swiper-wrapper .swiper-slide > li:first-child {
    grid-column: 2/4;
    grid-row: 1/3
}

.swiper_box .swiper-container .swiper-wrapper .swiper-slide > li:nth-child(n+7) {
    display: none
}

@media (orientation: landscape) {
    .swiper_box .swiper-container .swiper-wrapper .swiper-slide {
        grid-template-columns:repeat(6, calc(16.66667% - 6.66667PX))
    }

    .swiper_box .swiper-container .swiper-wrapper .swiper-slide > li:nth-child(n+7) {
        display: block
    }

    .swiper_box .swiper-container .swiper-wrapper .swiper-slide > li:nth-child(2) {
        grid-column: 4/6;
        grid-row: 1/3
    }
}

@media screen and (min-width: 767PX) {
    .swiper_box .swiper-container .swiper-wrapper .swiper-slide {
        grid-template-columns:repeat(6, calc(16.66667% - 6.66667PX))
    }

    .swiper_box .swiper-container .swiper-wrapper .swiper-slide > li:nth-child(n+7) {
        display: block
    }

    .swiper_box .swiper-container .swiper-wrapper .swiper-slide > li:nth-child(2) {
        grid-column: 4/6;
        grid-row: 1/3
    }
}

.swiper_box .swiper-pagination {
    background-color: #fff;
    left: 50%;
    padding-bottom: 5PX;
    transform: translateX(-50%);
    width: 100%
}

.swiper_box .swiper-pagination-bullet {
    background-color: #7e21ff;
    margin-right: 3PX
}

.crumb {
    background-color: #fff;
    margin-bottom: 10PX;
    padding: 10PX 0
}

.crumb .container {
    align-items: center;
    display: flex;
    flex-wrap: wrap
}

.crumb .container > a, .crumb .container > p {
    color: #333;
    font-size: 14PX;
    font-weight: 600;
    margin-right: 3PX
}

.ad {
    width: 100%
}

.ad .adbox {
    display: flex;
    justify-content: center;
    width: 100%
}

.ad > p {
    color: #ccc;
    font-size: 12PX;
    font-weight: 600;
    margin-top: 2PX;
    text-align: center
}

.container .hot_game > h2 {
    color: #333;
    font-size: 18PX;
    font-weight: 600;
    margin-top: 15PX
}

.container .hot_game .hot_list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10PX
}

.container .hot_game .hot_list > a {
    background-color: #eafafe;
    border-radius: 30PX;
    margin-bottom: 8PX;
    margin-right: 8PX;
    overflow: hidden;
    position: relative;
    width: calc(33.33333% - 5.33333PX)
}

.container .hot_game .hot_list > a .hot_img {
    border-radius: 30PX;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
    width: 100%
}

.container .hot_game .hot_list > a .hot_img > img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    width: 100%
}

.container .hot_game .hot_list > a > p {
    background: rgba(126, 33, 255, .8);
    bottom: 0;
    color: #fff;
    font-size: 12PX;
    font-weight: 600;
    height: 22PX;
    left: 0;
    line-height: 20PX;
    overflow: hidden;
    padding: 0 10PX;
    position: absolute;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.container .hot_game .hot_list > a:nth-child(3n) {
    margin-right: 0
}

@media (orientation: landscape) {
    .container .hot_game .hot_list > a {
        width: calc(16.66667% - 6.66667PX)
    }

    .container .hot_game .hot_list > a:nth-child(4n) {
        margin-right: 8PX
    }

    .container .hot_game .hot_list > a:nth-child(6n) {
        margin-right: 0
    }
}

@media screen and (min-width: 767PX) {
    .container .hot_game .hot_list > a {
        width: calc(16.66667% - 6.66667PX)
    }

    .container .hot_game .hot_list > a:nth-child(3n) {
        margin-right: 8PX
    }

    .container .hot_game .hot_list > a:nth-child(6n) {
        margin-right: 0
    }
}

.container .more_game {
    background-color: #7e21ff;
    border-radius: 10PX;
    color: #fff;
    display: inline-block;
    font-size: 16PX;
    font-weight: 600;
    height: 40PX;
    line-height: 40PX;
    margin-bottom: 15PX;
    margin-top: 5PX;
    text-align: center;
    width: 100%
}

.container .about {
    margin-top: 10PX
}

.container .about > h2 {
    color: #333;
    font-size: 18PX;
    font-weight: 600;
    margin-bottom: 10PX
}

.container .about .about_c {
    background-color: #fff;
    border-radius: 10PX;
    margin-bottom: 20PX;
    padding: 15PX;
    width: 100%
}

.container .about .about_c > p {
    color: #999;
    font-size: 12PX;
    font-weight: 600;
    line-height: 16PX
}

.container .games_list {
    margin-top: 6PX
}

.container .games_list > h2 {
    color: #333;
    font-size: 18PX;
    font-weight: 600;
    margin-bottom: 10PX
}

.container .games_list .g_list > a {
    align-items: center;
    background-color: #fff;
    border-radius: 10PX;
    display: flex;
    margin-bottom: 10PX;
    padding: 10PX
}

.container .games_list .g_list > a > .thumbs {
    border-radius: 10PX;
    height: 50PX;
    margin-right: 10PX;
    overflow: hidden;
    width: 50PX
}

.container .games_list .g_list > a > .thumbs > img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%
}

.container .games_list .g_list > a > dl {
    width: calc(100% - 100PX)
}

.container .games_list .g_list > a > dl > dt {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #222;
    display: -webkit-box;
    font-size: 16PX;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis
}

.container .games_list .g_list > a > dl > dd {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #999;
    display: -webkit-box;
    font-size: 12PX;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis
}

.container .games_list .g_list > a > p {
    align-items: center;
    background-color: #7e21ff;
    border-radius: 10PX;
    display: flex;
    height: 30PX;
    justify-content: center;
    margin-left: 10PX;
    width: 30PX
}

.container .games_list .g_list > a > p > .iconfont {
    color: #fff;
    font-size: 16PX
}

.container .other > h2 {
    color: #333;
    font-size: 18PX;
    font-weight: 600;
    margin-top: 6PX
}

.container .other .other_list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10PX
}

.container .other .other_list > a {
    background-color: #eafafe;
    border-radius: 15PX;
    margin-bottom: 8PX;
    margin-right: 8PX;
    overflow: hidden;
    position: relative;
    width: calc(33.33333% - 5.33333PX)
}

.container .other .other_list > a .hot_img {
    border-radius: 10PX;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
    width: 100%
}

.container .other .other_list > a .hot_img > img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    width: 100%
}

.container .other .other_list > a > p {
    background: rgba(126, 33, 255, .8);
    bottom: 0;
    color: #fff;
    font-size: 12PX;
    font-weight: 600;
    height: 22PX;
    left: 0;
    line-height: 20PX;
    overflow: hidden;
    padding: 0 10PX;
    position: absolute;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.container .other .other_list > a:nth-child(3n) {
    margin-right: 0
}

@media (orientation: landscape) {
    .container .other .other_list > a {
        width: calc(16.66667% - 6.66667PX)
    }

    .container .other .other_list > a:nth-child(4n) {
        margin-right: 8PX
    }

    .container .other .other_list > a:nth-child(6n) {
        margin-right: 0
    }
}

@media screen and (min-width: 767PX) {
    .container .other .other_list > a {
        width: calc(16.66667% - 6.66667PX)
    }

    .container .other .other_list > a:nth-child(3n) {
        margin-right: 8PX
    }

    .container .other .other_list > a:nth-child(6n) {
        margin-right: 0
    }
}

.container .name_box {
    align-items: center;
    background-color: #fff;
    border-radius: 10PX;
    display: flex;
    margin-top: 8PX;
    padding: 10PX 0 10PX 10PX
}

.container .name_box .name_img {
    border-radius: 10PX;
    height: 50PX;
    margin-right: 5PX;
    overflow: hidden;
    width: 50PX
}

.container .name_box .name_img > img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%
}

.container .name_box > dl {
    width: calc(100% - 160PX)
}

.container .name_box > dl > dt {
    color: #333;
    font-size: 18PX;
    font-weight: 600
}

.container .name_box > dl > dd .layui-rate {
    padding: 0
}

.container .name_box > dl > dd .layui-icon {
    color: #ccc;
    font-size: 12PX
}

.container .name_box > dl > dd .layui-icon-rate:before {
    content: ""
}

.container .name_box > dl > dd .layui-icon-rate-solid {
    color: #ffb800 !important
}

.container .name_box > dl > dd .layui-icon-rate-half {
    color: #ffb800 !important
}

.container .module {
    background-color: #fff;
    border-radius: 10PX;
    margin-top: 8PX;
    min-height: 100PX;
    overflow: hidden;
    padding: 15PX;
    width: 100%
}

.container .module > h2 {
    border-left: 6px solid #7e21ff;
    color: #333;
    font-size: 16PX;
    font-weight: 600;
    line-height: 18PX;
    padding-left: 10PX
}

.container .module .module_box {
    margin-top: 10PX
}

.container .module .module_box .des {
    box-sizing: content-box;
    color: #666;
    max-height: 10em;
    min-height: 5em;
    overflow: hidden;
    position: relative
}

.container .module .module_box .des > p {
    color: #666;
    font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, noto sans, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol, noto color emoji !important;
    font-size: .75em;
    font-weight: 500;
    line-height: 16PX !important;
    margin: 0 !important
}

.container .module .module_box .showAll {
    max-height: 750em
}

.container .module .module_box .more {
    display: flex;
    justify-content: center;
    margin-top: 10PX
}

.container .name_box .playBtn {
    background-color: #7e21ff;
    border-radius: 30PX;
    color: #fff;
    font-size: 24PX;
    height: 40PX;
    line-height: 40PX;
    text-align: center;
    width: 90PX
}

.container .module .module_box .more .moreShow {
    background-color: #7e21ff;
    border-radius: 20PX;
    color: #fff;
    height: 30PX;
    line-height: 28PX;
    text-align: center;
    width: 110PX
}

.container .module .module_box .more .moreShow > .iconfont {
    font-size: 12PX;
    font-weight: 500
}

.container .module .module_box .more .moreShow > .iconfont:before {
    content: "SHOW MORE"
}

.container .module .module_box .more .lessShow > .iconfont:before {
    content: "ShOW LESS"
}

.container .video {
    background-color: #fff;
    border-radius: 10PX;
    margin-top: 8PX;
    padding: 15PX;
    position: relative
}

.container .video .swiper-container > h2 {
    border-left: 6px solid #7e21ff;
    color: #333;
    font-size: 16PX;
    font-weight: 600;
    line-height: 18PX;
    padding-left: 10PX
}

.container .video .swiper-container .swiper-wrapper {
    margin-top: 10PX
}

.container .video .swiper-container .swiper-wrapper .swiper-slide {
    width: 240PX
}

.container .video .swiper-container .swiper-wrapper .swiper-slide > img {
    border-radius: 10PX;
    width: 100%
}

.container .get_game {
    background-color: #fff;
    border-radius: 10PX;
    margin-bottom: 8PX;
    margin-top: 8PX;
    padding: 15PX
}

.container .get_game > h2 {
    border-left: 6px solid #7e21ff;
    color: #333;
    font-size: 16PX;
    font-weight: 600;
    line-height: 18PX;
    padding-left: 10PX
}

.container .get_game .download_btn {
    border-radius: 6PX;
    display: flex;
    justify-content: center;
    margin-top: 10PX;
    width: 100%
}

.container .get_game .download_btn > a {
    background: #7e21ff;
    border-radius: 10PX;
    color: #fff;
    display: block;
    font-size: 14PX;
    font-weight: 500;
    height: 40PX;
    line-height: 40PX;
    text-align: center;
    width: 140PX
}

.container .get_game .download_btn > a > .iconfont {
    margin-right: 5PX
}

.container .get_game .download_btn > a + a {
    margin-left: 9PX
}

.container .game_table {
    background-color: #fff;
    border-radius: 10PX;
    margin-top: 8PX;
    padding: 15PX
}

.container .game_table > h2 {
    border-left: 6px solid #7e21ff;
    color: #333;
    font-size: 16PX;
    font-weight: 600;
    line-height: 18PX;
    padding-left: 10PX
}

.container .game_table > table {
    margin-top: 10PX;
    width: 100%
}

.container .game_table > table > tbody {
    width: 100%
}

.container .game_table > table > tbody > tr {
    align-items: center;
    background: #f5f5f5;
    display: flex;
    padding: 5PX 10PX;
    width: 100%
}

.container .game_table > table > tbody > tr > td {
    color: #999;
    font-size: 12PX;
    font-weight: 600;
    padding: 5PX 0
}

.container .game_table > table > tbody > tr > td:first-child {
    color: #333;
    width: 100PX
}

.container .game_table > table > tbody > tr > td > .iconfont {
    font-size: 12PX
}

.container .game_table > table > tbody > tr > td.price {
    color: #fa1953
}

.container .game_table > table > tbody > tr:nth-child(2n) {
    background-color: #fff
}

.container .game_table .security {
    color: #999;
    font-size: 12PX;
    font-weight: 600;
    line-height: 16PX;
    margin-top: 10PX
}

.container .game_table .playby > a {
    background-color: #7e21ff;
    border-radius: 10PX;
    color: #fff;
    display: inline-block;
    font-size: 16PX;
    font-weight: 600;
    height: 40PX;
    line-height: 40PX;
    margin-top: 10PX;
    text-align: center;
    width: 100%
}

.container .game_table .playby > a > .iconfont {
    font-size: 18PX
}

.container .no_search {
    background-color: #fff;
    border-radius: 10PX;
    margin-top: 6PX;
    padding: 15PX
}

.container .no_search > h3 {
    color: #7e21ff;
    margin-top: 15PX;
    text-align: center
}

.container .no_search > p {
    color: #999;
    font-size: 14PX;
    font-weight: 600;
    margin: 20PX 0;
    text-align: center
}

.container .no_search > form {
    align-items: center;
    background-color: #fff;
    display: flex;
    justify-content: center;
    padding: 10PX;
    position: relative
}

.container .no_search > form .inputshow {
    background: #f2f2f2;
    border: none;
    border-radius: 10PX;
    color: #999;
    height: 40PX;
    outline: none;
    overflow: hidden;
    text-indent: 1em;
    width: 100%
}

.container .no_search > form > button {
    background: #f2f2f2;
    border: none;
    cursor: pointer;
    height: 40PX;
    position: absolute;
    right: 20PX;
    top: 10PX
}

.container .no_search > form > button > .iconfont {
    color: #7e21ff;
    font-size: 24PX
}

.container .no_search .search_list {
    align-items: center;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 10PX
}

.container .no_search .search_list > a {
    background: #fff;
    border: 2px solid #2ccb7a;
    color: #7e21ff;
    font-size: 14PX;
    font-weight: 600;
    height: 30PX;
    line-height: 26PX;
    margin-bottom: 10PX;
    margin-right: 10PX;
    padding: 0 15PX
}

.container .error_box {
    align-items: center;
    background-color: #fff;
    border-radius: 10PX;
    display: flex;
    flex-direction: column;
    margin-bottom: 15PX;
    margin-top: 10PX;
    min-height: calc(100% - 160PX)
}

.container .error_box > img {
    margin: 40PX 0 30PX;
    width: 200PX
}

.container .error_box > h2 {
    color: #7e21ff;
    font-size: 16PX;
    font-weight: 600;
    line-height: 30PX;
    margin-bottom: 15PX
}

.container .error_box > h3 {
    color: #999;
    font-size: 14PX;
    font-weight: 600;
    line-height: 20PX;
    padding: 0 10PX;
    text-align: center
}

.container .error_box .back {
    margin: 40PX 0
}

.container .error_box .back > span {
    color: #999;
    font-size: 16PX;
    font-weight: 600;
    line-height: 30PX
}

.container .error_box .back > a {
    background-color: #7e21ff;
    border-radius: 10PX;
    color: #fff;
    display: inline-block;
    font-size: 14PX;
    font-weight: 500;
    height: 40PX;
    line-height: 40PX;
    margin-left: 20PX;
    text-align: center;
    width: 156PX
}

.error_h {
    min-height: calc(100% - 105PX)
}

.banner_list {
    background-color: rgba(0, 0, 0, .5);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 50PX;
    transition: all .1s;
    visibility: hidden;
    width: 100%;
    z-index: 99
}

.banner_list .banner_cont {
    background-color: #fff;
    float: right;
    height: 100%;
    padding: 10PX;
    width: 235PX
}

.banner_list .banner_cont .form {
    align-items: center;
    background: #f2f2f2;
    border-radius: 10PX;
    display: flex;
    justify-content: center;
    margin-bottom: 15PX;
    overflow: hidden;
    width: 100%
}

.banner_list .banner_cont .form > input[type=text] {
    background: #f2f2f2;
    border: none;
    font-size: 14PX;
    height: 40PX;
    outline: none;
    text-indent: 15PX;
    width: calc(100% - 30PX)
}

.banner_list .banner_cont .form button {
    background: #f2f2f2;
    border: none;
    color: #666;
    font-size: 18PX;
    height: 40PX;
    outline: none;
    width: 45PX
}

.banner_list .banner_cont .form button > .iconfont {
    color: #7e21ff;
    font-size: 24PX
}

.banner_list .banner_cont > h2 {
    color: #333;
    font-size: 16PX;
    font-weight: 600;
    margin-bottom: 10PX
}

.banner_list .banner_cont .banner_box {
    height: calc(100% - 60PX);
    overflow-y: scroll;
    padding-bottom: 65PX
}

.banner_list .banner_cont .banner_box > a {
    align-items: center;
    background-color: #f5f5f5;
    border-radius: 10PX;
    display: flex;
    height: 40PX;
    margin-bottom: 10PX;
    padding-right: 10PX;
    width: 100%
}

.banner_list .banner_cont .banner_box > a > .thumb {
    border-radius: 10PX;
    height: 40PX;
    margin-right: 10PX;
    overflow: hidden;
    width: 40PX
}

.banner_list .banner_cont .banner_box > a > .thumb > img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%
}

.banner_list .banner_cont .banner_box > a > p, .banner_list .banner_cont .banner_box > a > span {
    color: #333;
    font-size: 14PX;
    font-weight: 500
}

.banner_list .banner_cont .banner_box > a > p {
    width: calc(100% - 75PX)
}

.banner_list .banner_cont .banner_box > a > span {
    margin-left: 5PX
}

.banner_list.active {
    opacity: 1;
    visibility: visible
}

.top_lea {
    align-items: center;
    background: #7e21ff;
    border-radius: 25PX;
    bottom: 80PX;
    box-shadow: 0 4PX 10PX 0 rgba(126, 33, 255, .5);
    display: none;
    height: 50PX;
    justify-content: center;
    position: fixed;
    right: 15PX;
    width: 50PX;
    z-index: 9
}

.top_lea .iconfont {
    color: #fff;
    font-size: 20PX
}

.company {
    background-color: #fff;
    border-radius: 10PX;
    margin-bottom: 30PX;
    margin-top: 10PX;
    min-height: calc(100% - 115PX);
    padding: 15PX
}

.company h2 {
    color: #333;
    font-size: 18PX;
    font-weight: 700
}

.company .mainBox {
    margin-top: 10PX
}

.company .mainBox h3 {
    color: #7e21ff;
    font-size: 1.1em;
    margin-bottom: 15PX
}

.company .mainBox p {
    color: #666;
    font-size: .7em;
    font-weight: 600;
    line-height: 1.6em;
    margin-bottom: 15PX
}

.company .mainBox form .formItem {
    align-items: flex-start;
    display: flex;
    margin-bottom: 10PX;
    position: relative
}

.company .mainBox form .formItem input {
    height: 50PX
}

.company .mainBox form .formItem #comcom, .company .mainBox form .formItem input {
    background-color: #eee;
    border: none;
    border-radius: 10PX;
    color: #516375;
    font-size: 14PX;
    outline: none;
    text-indent: 1em;
    width: 100%
}

.company .mainBox form .formItem #comcom {
    padding-top: 10PX;
    resize: none
}

.company .mainBox form input[type=submit] {
    -webkit-appearance: none;
    background-color: #7e21ff;
    border: none;
    border-radius: 10PX;
    color: #fff;
    cursor: pointer;
    height: 40PX;
    outline: none;
    width: 90PX
}

.company .mainBox .error {
    color: red
}

.tuiguang {
    margin-top: 15PX;
    min-height: calc(100% - 110PX)
}

.tuiguang .tu_games {
    grid-gap: 9PX;
    display: grid;
    grid-auto-flow: row dense;
    grid-template-columns:repeat(3, calc(33.33333% - 6PX))
}

.tuiguang .tu_games > li {
    width: 100%
}

.tuiguang .tu_games > li > a {
    background-color: #eafafe;
    border-radius: 10PX;
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%
}

.tuiguang .tu_games > li > a .tui_img {
    border-radius: 10PX;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
    width: 100%
}

.tuiguang .tu_games > li > a .tui_img > img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    width: 100%
}

.tuiguang .tu_games > li > a > p {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    color: #fff;
    display: -webkit-box;
    font-size: 12PX;
    font-weight: 600;
    height: 22PX;
    left: 0;
    line-height: 22PX;
    overflow: hidden;
    padding: 0 8PX;
    position: absolute;
    text-align: center;
    text-overflow: ellipsis;
    width: 100%
}

.tuiguang .tu_games > li:first-child {
    grid-column: 2/4;
    grid-row: 1/3
}

.tuiguang .tu_games > li:nth-child(2) {
    grid-column: 1/3;
    grid-row: 4/6
}

@media (orientation: landscape) {
    .tuiguang .tu_games {
        grid-template-columns:repeat(6, calc(16.66667% - 7.5PX))
    }

    .tuiguang .tu_games > li:first-child {
        grid-column: 1/3;
        grid-row: 1/3
    }

    .tuiguang .tu_games > li:nth-child(2) {
        grid-column: 4/6;
        grid-row: 1/3
    }
}

@media screen and (min-width: 767PX) {
    .tuiguang .tu_games {
        grid-template-columns:repeat(6, calc(16.66667% - 7.5PX))
    }

    .tuiguang .tu_games > li:first-child {
        grid-column: 1/3;
        grid-row: 1/3
    }

    .tuiguang .tu_games > li:nth-child(2) {
        grid-column: 4/6;
        grid-row: 1/3
    }
}

.tuiguang .more_show {
    display: flex;
    justify-content: center
}

.tuiguang .more_show .more {
    background-color: #7e21ff;
    border-radius: 20PX;
    color: #fff;
    font-weight: 600;
    height: 40PX;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20PX;
    padding: 10PX;
    text-align: center;
    width: 100%
}

footer {
    background: #fff;
    flex-direction: column;
    height: 60PX;
    margin-top: 20PX;
    width: 100%
}

footer, footer .about_list {
    align-items: center;
    display: flex
}

footer .about_list {
    color: #999;
    font-size: 12PX;
    justify-content: center;
    margin-bottom: 2PX;
    padding-top: 10PX
}

footer .about_list > a {
    color: #666;
    font-size: 12PX;
    margin: 0 10PX
}

footer .copy {
    color: #999;
    font-size: 12PX;
    padding: 6PX 0;
    text-align: center;
    width: 100%
}