*{
    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: 0px 0px 5px rgba(0, 0, 0, 0.15);
    /* border-bottom-right-radius: 30px; */
    margin-bottom: 13px;
}
footer {
    width:100%;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    border-radius: 35px;
}
footer .container {
    height: 70px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
footer .container a {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer .container a i {
    font-size: 40px;
    color: #999;
}
footer .container a i {
    color: #1e7aff;
}
footer {
    margin-top: -70px;
}
.mian {
    min-height: calc(100vh - 73px);
    padding-bottom: 70px;
}
.container{
    max-width:1366px;
    width:calc(100% - 20px);
    margin-left:auto;
    margin-right:auto
}
.hea_top {
    display: flex;
    height: 60px;
    justify-content: space-between;
    align-items: center;
}
.hea_top .logo {
    width: 120px;
}
.hea_top .logo img {
    width: 100%;
    height: 100%;
}
.hea_top .search_box {
    background-color: #fff;
    width: calc(100% - 190px);
    border-radius: 3px;
    height: 34px;
    padding: 8px 0;
    position: relative;
    box-shadow: 1px 1px 4px 0px rgba(0,0,0,.1);

}
.hea_top .search_box input[type="text"] {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: none;
    outline: none;
    border-radius: 4px;
    text-indent: 1em;
}
.hea_top .search_box button {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2878ff;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
}
.hea_top .icon_top {
    width: 45px;
    height: 45px;
    border-radius: 20px;
    background: rgba(255,255,255,.2);
    display: flex;
    align-items: center;
    justify-content: center;
}
header>.hea_top .icon_sea>.iconfont, header>.hea_top .icon_top>.iconfont {
    font-size: 30px;
    color: #666;
}
.sticky_box {
    display: none;
    width: 100%;
    height: calc(100vh - 60px);
    position: fixed;
    top: 60px;
}
.sticky_box.active {
    display: block;
}
.sticky_box .banner_list {
    width: 230px;
    position: absolute;
    top: 10px;
    right: 10px;
}
.sticky_box nav {
    width: 100%;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 1px 1px 6px 0 rgba(0,0,0,.2);
}
.sticky_box nav a.active {
    background-color: #dce9ff;
}
.sticky_box nav a {
    display: flex;
    align-items: center;
    padding-left: 15px;
    height: 46px;
    font-size: 16px;
    color: #333;
    font-weight: 600;
    transition: all .3s;
    position: relative;
}
.sticky_box nav a .iconfont {
    font-size: 22px;
    color: #2878ff;
    margin-right: 10px;
    font-weight: 400;
}
.sticky_box nav .sub .sub_trigger::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #2878ff;
    position: absolute;
    right: 15px;
    top: 23px;
}
.sticky_box nav .sub .sub_nav {
    display: none;
    transition: all .3s;
}
.sticky_box nav .sub.active .sub_trigger {
    background-color: #dce9ff;
}
.sticky_box nav .sub.active .sub_nav {
    display: block;
}
.sticky_box nav .sub.active .sub_trigger::after {
    border-top-color: transparent;
    border-bottom-color: #2878ff;
    top: 17px;
}
.box {
    margin-bottom: 20px;
}
.box .body_body_main_title {
    font-size: 18px;
    line-height: 24px;
    color: #333;
    margin-bottom: 5px;
}
.big_game {
    display: flex;
    flex-wrap: wrap;
}
.big_game a {
    width: 100%;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 1px 1px 6px 0 rgba(0,0,0,.2);
    margin-top: 15px;
}
.big_game a:nth-child(1) {
    margin-top: 0;
}
.big_game a>.thum {
    width: 100%;
    height: 0;
    padding-bottom: 52%;
    position: relative;
}
.big_game a>.thum img {
    position: absolute;
    transition: all .3s;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.big_game .game_info {
    padding: 10px 12px;
    display: flex;
    align-items: center;
}
.big_game .game_info .thum {
    width: 50px;
    height: 50px;
    border-radius: 4px;
    overflow: hidden;
}
.big_game .game_info .thum img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.big_game .game_info dl {
    width: calc(100% - 80px);
    padding: 0 10px;
}
.big_game .game_info dl dt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #333;
    font-weight: 600;
}
.big_game .game_info dl dd .layui-rate {
    padding: 5px 0;
}
.big_game .game_info dl dd .layui-rate li i.layui-icon {
    font-size: 14px;
}
.game_list {
    display: flex;
    flex-wrap: wrap;
}
.game_list a {
    width: calc((100% - 18px)/2);
    margin-right: 18px;
    display: flex;
    flex-direction: column;
    padding: 14px;
    background: #fff;
    box-shadow: 1px 1px 6px 0 rgba(0,0,0,.2);
    border-radius: 4px;
    border: 1px solid transparent;
    transition: all .3s;
    position: relative;
    margin-top: 18px;
}
.game_list a:nth-child(-n+2) {
    margin-top: 0;
}
.game_list a:nth-child(2n) {
    margin-right: 0;
}
.game_list a .thum {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}
.game_list a .thum img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all .3s;
}
.game_list a dl {
    margin-top: 10px;
    position: relative;
    overflow: hidden;
}
.game_list a dl dt {
    font-size: 14px;
    color: #333;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .1s;
}
.game_list a dl dd {
    transition: all .1s;
}
.game_list a dl dd .layui-rate {
    padding: 5px 0;
}
.game_list a dl dd .layui-rate li i.layui-icon {
    font-size: 14px;
}
.game_list2 {
    display: flex;
    flex-wrap: wrap;
}
.game_list2 a {
    width: calc((100% - 18px)/2);
    margin-right: 18px;
    display: flex;
    flex-direction: column;
    padding: 14px 30px 20px;
    background: #fff;
    box-shadow: 1px 1px 6px 0 rgba(0,0,0,.2);
    border-radius: 4px;
    border: 1px solid transparent;
    transition: all .3s;
    position: relative;
    margin-top: 18px;
}
.game_list2 a .thum {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}
.game_list2 a .thum img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all .3s;
}
.game_list2 a p {
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑', sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 21px;
    height: 21px;
    white-space: nowrap;
}
.game_list2 a:nth-child(-n+2) {
    margin-top: 0;
}
.game_list2 a:nth-child(2n) {
    margin-right: 0;
}

.game_list3 {
    display: flex;
    flex-wrap: wrap;
}
.game_list3 a {
    width: calc((100% - 20px)/3);
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    padding: 12px;
    background: #fff;
    box-shadow: 1px 1px 6px 0 rgba(0,0,0,.2);
    border-radius: 4px;
    border: 1px solid transparent;
    transition: all .3s;
    position: relative;
    margin-top: 10px;
}
.game_list3 a:nth-child(-n+3) {
    margin-top: 0;
}
.game_list3 a:nth-child(3n) {
    margin-right: 0;
}
.game_list3 a .thum {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}
.game_list3 a .thum img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all .3s;
}
.game_list3 a dl {
    margin-top: 7px;
    position: relative;
    overflow: hidden;
}
.game_list3 a dl dt {
    font-size: 12px;
    color: #333;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .1s;
}
.game_list3 a dl dd {
    transition: all .1s;
}
.game_list3 a dl dd .layui-rate {
    padding: 4px 0;
}
.game_list3 a dl dd .layui-rate li i.layui-icon {
    font-size: 12px;
}
.hot_game_list {
    display: flex;
    flex-wrap: wrap;
}
.hot_game_list>a {
    width: calc(100%);
    /* margin-right: 18px; */
    display: flex;
    align-items: center;
    position: relative;
    background: #fff;
    box-shadow: 1px 1px 6px 0 rgba(0,0,0,.2);
    border-radius: 4px;
    padding: 10px;
    border: 1px solid transparent;
    transition: all .3s;
}
.hot_game_list>a + a {
    margin-top: 15px;
}
.hot_game_list>a .thum {
    width: 80px;
    height: 80px;
    border-radius: 4px;
    overflow: hidden;
}
.hot_game_list>a .thum img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all .3s;
}
.hot_game_list>a dl {
    width: calc(100% - 110px);
    padding: 0 10px;
}
.hot_game_list>a dl dt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hot_game_list>a dl dd .layui-rate {
    padding: 5px 0;
}
.hot_game_list>a dl dd .layui-rate li i.layui-icon {
    font-size: 14px;
}
.hot_game_list>a dl dd:nth-child(3) span {
    height: 20px;
    line-height: 20px;
    border-radius: 4px;
    background-color: #dce9ff;
    padding: 0 10px;
    margin-bottom: 10px;
    color: #2878ff;
    font-size: 12px;
    transition: all .3s;
}
.detail_game_info {
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 1px 1px 6px 0 rgba(0,0,0,.2);
    border-radius: 4px;
    padding: 20px 20px 10px;
}
.detail_game_info>h1 {
    width: 100%;
    background-color: #2878ff;
    color: #fff;
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    font-weight: 600;
    padding-left: 150px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}
.detail_game_info .game_top_info {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
    margin-top: -60px;
}
.detail_game_info .game_top_info .l {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
}
.detail_game_info .game_top_info .l .l_mail {
    padding-left: 20px;
}
.detail_game_info .game_top_info .l .l_mail .l_game {
    display: flex;
    align-items: flex-end;
}
.detail_game_info .game_top_info .l .l_mail .l_game .thum {
    width: 120px;
    height: 120px;
    border: 4px solid #fff;
    border-radius: 12px;
}
.detail_game_info .game_top_info .l .l_mail .l_game .thum img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.detail_game_info .game_top_info .l .l_mail .l_game dl {
    width: calc(100% - 140px);
    margin-left: 20px;
}
.detail_game_info .game_top_info .l .l_mail .security {
    display: flex;
    align-items: center;
    color: #00c483;
    margin: 10px 0;
}
.detail_game_info .game_top_info .l .l_mail .security .iconfont {
    margin-right: 7px;
}
.detail_game_info .game_top_info .l .l_mail .info_table {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.detail_game_info .game_top_info .l .l_mail .info_table li {
    width: 50%;
    display: flex;
    align-items: flex-start;
}
.detail_game_info .game_top_info .l .l_mail .info_table li .iconfont {
    font-size: 16px;
    color: #333;
    margin-right: 12px;
}
.detail_game_info .game_top_info .l .l_mail .info_table li dl {
    width: calc(100% - 28px);
}
.detail_game_info .game_top_info .l .l_mail .info_table li dl dt {
    font-size: 14px;
    color: #333;
    font-weight: 600;
}
.detail_game_info .game_top_info .l .l_mail .info_table li dl dd {
    margin-top: 2px;
    font-size: 12px;
    color: #999;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 16px;
}
.d_s_h {
    margin-bottom: 20px;
}
.d_s_h>nav {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    background-color: #e3e9ff;
    height: 70px;
    /* padding-left: 40px; */
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.d_s_h>nav div.active {
    background-color: #2878ff;
}
.d_s_h>nav div {
    height: 54px;
    background-color: rgba(255,255,255,.5);
    display: flex;
    align-items: flex-end;
    transition: all .3s;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: all .3s;
}
.d_s_h>nav div+div {
    margin-left: 10px;
}
.d_s_h>nav div.active span {
    background-color: #fff;
}
.d_s_h>nav div span {
    height: 50px;
    line-height: 50px;
    padding: 0 32px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    transition: all .3s;
}
.d_s_h #d_s_h_box li {
    display: none;
    width: 100%;
    background-color: #fff;
    padding: 15px;
    box-shadow: 1px 1px 6px 0 rgba(0,0,0,.2);
}
.d_s_h #d_s_h_box li.active {
    display: block;
}
.d_s_h #d_s_h_box li .desc {
    max-height: 340px;
    overflow: hidden;
}
.d_s_h #d_s_h_box li .desc p {
    font-size: 14px!important;
    line-height: 20px!important;
    font-weight: 400!important;
    color: #666!important;
    font-family: worksans!important;
}
.d_s_h #d_s_h_box li>.more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 164px;
    height: 30px;
    margin: 15px auto;
    background: #2879ff;
    border-radius: 4px;
    transition: all .3s;
}
.d_s_h #d_s_h_box li>.more::before {
    content: "SHOW LESS";
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.d_s_h #d_s_h_box li>.more::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #fff;
    margin-top: 10px;
    margin-left: 10px;
}
.d_s_h #d_s_h_box li>.more.active::before {
    content: "SHOW MORE";
}
.d_s_h #d_s_h_box li>.more.active::after {
    border: 6px solid transparent;
    border-bottom-color: #fff;
    margin-top: -5px;
    margin-left: 20px;
}
.d_s_h #d_s_h_box li .desc.active {
    max-height: initial;
}
.d_s_h #d_s_h_box li .gallery-top {
    width: 100%;
    /* width: 310px; */
    overflow: hidden;
    position: relative;
}
.d_s_h #d_s_h_box li .gallery-top .swiper-wrapper .swiper-slide {
    width: auto;
    width: 310px;
}
.d_s_h #d_s_h_box li .gallery-top .swiper-wrapper .swiper-slide img {
    width: 100%;
}
.d_s_h #d_s_h_box li .gallery-top .swiper-button-white {
    width: 38px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,.5);
}
.d_s_h #d_s_h_box li .gallery-top .swiper-button-white {
    width: 38px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,.5);
}
.get_game {
    margin-bottom: 10px;
    background: #fff;
    box-shadow: 1px 1px 6px 0 rgba(0,0,0,.2);
}
.get_game .body_body_main_title h2 {
    font-size: 16px;
    font-weight: 700;
}
.get_game .c_box {
    
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 35px 0;
}
.get_game .c_box a:nth-child(1) {
    color: #ff8539;
    border: 1px solid #ff8539;
    margin-bottom: 20px;
}
.get_game .c_box a:nth-child(2) {
    color: #2878ff;
    border: 1px solid #2878ff;
}
.get_game .c_box a {
    padding: 18px 50px;
    border-radius: 4px;
    display: flex;
    align-items: flex-start;
    transition: all .3s;
}
.get_game .c_box a .iconfont {
    font-size: 20px;
    margin-right: 10px;
}
.get_game .c_box a dl {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.get_game .c_box a dl dt {
    font-size: 16px;
    font-weight: 600;
}
.get_game .c_box a dl dd {
    font-size: 12px;
}
.score_info {
    background: #fff;
    box-shadow: 1px 1px 6px 0 rgba(0,0,0,.2);
    margin-bottom: 10px;
    padding: 10px 20px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.score_info .score_percent {
    /* width: 480px; */
    margin-top: 15px;
    display: flex;
    align-items: stretch;
    justify-content: center;
    /* margin-right: 60px; */
    margin-bottom: 15px;
}
.score_info .score_percent dl {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.score_info .score_percent dl dt {
    font-size: 50px;
    color: #222;
    line-height: 1em;
    font-weight: 600;
}
.score_info .score_percent dl dd:nth-child(3) {
    font-size: 12px;
    color: #999;
    font-weight: 500;
}
.score_info>ul {
    flex-shrink: 1;
    flex-grow: 1;
    width: 100%;
}
.score_info>ul>li {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #999;
}
.score_info>ul>li .item_wrapper {
    margin-left: 6px;
    flex-grow: 1;
    flex-shrink: 1;
    height: 12px;
    border-radius: 7px;
    background-color: #eee;
}
.score_info>ul>li:nth-child(1) .item_wrapper .item {
    background-color: #79c9a1;
}
.score_info>ul>li .item_wrapper .item {
    height: 100%;
    border-radius: 7px;
    background-color: #ccc;
}
.score_info>ul>li+li {
    margin-top: 10px;
}
.score_info>ul>li:nth-child(2) .item_wrapper .item {
    background-color: #aed888;
}
.score_info ul>li:nth-child(3) .item_wrapper .item {
    background-color: #ffd94c;
}
.score_info>ul>li:nth-child(4) .item_wrapper .item {
    background-color: #ffb248;
}
.score_info>ul>li:nth-child(5) .item_wrapper .item {
    background-color: #ff8c5d;
}
.score_info .score_percent dl dd:nth-child(2) .layui-rate li i.layui-icon {
    font-size: 14px;
}
.score_info .give_score {
    margin-left: 20px;
}
.score_info .give_score dd:nth-child(2) {
    font-size: 12px;
    color: #999;
    padding: 5px 0;
}
.score_info .score_percent .give_score dt {
    font-size: 14px;
}
.mian>.game {
    position: relative;
    margin-bottom: 20px;
}
.mian .game .img {
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}
.mian .game .img img {
    display: block;
    width: 100%;
    object-position: center;
    object-fit: cover;
    filter: blur(5px);
}
.mian .game a {
    display: block;
    width: 120px;
    height: 120px;
    position: absolute;
    left: calc(50% - 60px);
    top: calc(50% - 75px);
}
.mian .game a .thum {
    width: 120px;
    height: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    border-radius: 10px;
}
.mian .game a .thum img {
    width: 100%;
    height: 100%;
}
.mian .game a p {
    height: 20px;
    background-color: rgba(22, 155, 213, 1);
    color: #fff;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
}
.l_mail>p {
    margin: 20px 0 0;
    display: flex;
    flex-wrap: wrap;
}
.l_mail>p span {
    padding: 7px 15px;
    border-radius: 4px;
    background-color: rgba(220, 233, 255, 1);
    color: #2878FF;
    font-size: 12px;
    margin-right: 15px;
    margin-bottom: 15px;

}
.l_mail>.desc p {
    font-size: 14px!important;
    line-height: 20px!important;
    font-weight: 400!important;
    color: #666!important;
    font-family: worksans!important;
}
.menu {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.menu a + a {
    margin-top: 20px;
}
.menu a {
    width: 300px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}
.iframe {
    position: relative;
    width: 325px;
    height: 220px;
    margin: 0 auto 10px;
}
.iframe iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 1px;
    min-width: 100%;
    height: 1px;
    min-height: 100%;
    border: 0;
    overflow: hidden;
}
.share {
    margin-bottom: 10px;
}
.share p {
    font-size: 14px;
    color: #999;
    margin-bottom: 10px;
}
.zan {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.zan a {
    display: flex;
    align-items: center;
    height: 42px;
    border: 1px solid #e1e2e2;
    padding: 0 20px;
    border-radius: 4px;
    font-size: 12px;
    color: #888;
}
.zan a.z_zan::before {
    content: "";
    transform: rotateY(180deg) rotateZ(180deg);
}
.zan a.d_zan::before {
    content: "";
}
.play {
    width: 100%;
    height: 80vh;
    padding: 0px;
    min-height: auto;
}
.play iframe {
    display: block;
    width: 1px;
    min-width: 100%;
    height: 1px;
    min-height: 100%;
    border: 0;
    overflow: hidden;
}
.game_box {
    width: 100%;
    height: 10vh;
    display: flex;
    align-items: center;
    background-color: #68D9F7;
}
.game_box a {
    width: calc((100% - 100px)/5);
    margin-right: 25px;
}
.game_box a .thum {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.game_box a .thum img {
    width: 100%;
    height: 100%;
    position: absolute;
}
.game_box a:nth-child(5n) {
    margin-right: 0;
}
.ad {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.ad p {
    font-size: 12px;
    color: #ccc;
}