*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}
html,body{
    width:100%;
    height:100%
}
body{
    position:relative;
    background-color: rgba(38, 33, 41, 1);
}
ul,ol{list-style:none}
a{text-decoration:none} 
h1,h2,h3,h4,h5,h6{font-weight:500}
button{
    border:none;
    outline:none
}
body.act{overflow:hidden}
.ad {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.ad p {
    font-size: 12px;
    color: #ccc;
}
header {
    margin-bottom: 20px;
    position: relative;
    z-index: 999;
    background-color: rgba(103, 200, 255, 1);
}
footer {
    margin-top: 20px;
    background-color: rgba(103, 200, 255, 1);
}
.box .tit {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.container ,.top-container,.bottom-container {
    width: calc(100% - 20px);
    margin: 0 auto;
}
.top-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.box {
    margin: 20px 0;
}
.box .tit h3 {
    font-weight: 700;
    font-size: 18px;
    color: #FFFFFF;
}
.box .tit a {
    font-weight: 700;
    font-size: 14px;
    color: #FFFFFF;
}
.top ,.tg .group {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3,calc((100% - 20px)/3))
}
.top a .thum ,.tg .group a .thum {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}
.top a .thum img ,
.tg .group a .thum img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}
.top a:nth-child(5) {
    grid-row-start: 2;
    grid-row-end: 4;
    grid-column-start: 2;
    grid-column-end: 4;
}
.top a:nth-child(7) {
    grid-row-start: 4;
    grid-row-end: 6;
    grid-column-start: 1;
    grid-column-end: 3;
}
.pop {
    display: flex;
    flex-wrap: wrap;
}
.pop a {
    /* margin-top: 20%; */
    width: calc((100% - 10px)/2);
    background-color: rgba(86, 96, 127, 1);
    border-radius: 12px;
    /* border-top-left-radius: 50%;
    border-top-right-radius: 50%;    */
    position: relative;
    padding: 10px;
    margin: 10px 10px 0 0;
}
.pop a:nth-child(2n) {
    margin-right: 0;
}
.pop a:nth-child(-n+2) {
    margin-top: 0;
}
.pop a>div .thum {
    width: 100%;
    height: 0;
    padding-bottom: 100%; 
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 10px;
}
.pop a>div dl dt {
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 17px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pop a>div dl dd {
    display: block;
    text-align: center;
}
.pop a>div dl dd .layui-rate {
    padding: 0;
    
}
.pop a>div dl dd .layui-rate i {
    font-size: 11px;
    color: #fe9d39;
}
.pop a>div .thum img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}
.pop a .play {
    margin-top: 10px;
    height: 36px;
    line-height: 36px;
    background-color: rgba(49, 76, 255, 1);
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    border-radius: 12px;
}
.rec {
    display: flex;
    flex-wrap: wrap;
}
.rec a {
    width: 100%;
    padding: 10px;
    border-radius: 12px;
    display: flex;
    background-color: rgba(59, 60, 78, 1);
    margin-bottom: 10px;
}
.rec a:nth-last-child(1) {
    margin-bottom: 0;
}
.rec a .thum {
    width: 86px;
    height: 0;
    padding-bottom: 86px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-right: 24px;
}
.rec a .thum img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}
.rec a .info {
    width: calc(100% - 110px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 86px;
}
.rec a .info h3 {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 17px;
    font-weight: 400;
}
.rec a .info .play {
    width: 80px;
    height: 30px;
    border-radius: 10px;
    background-color: rgba(49, 76, 255, 1);
    line-height: 30px;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
}
.desc {
    background-color: rgba(86, 96, 127, 1);
    border-radius: 12px;
    padding: 10px;
}
.desc .dec p ,
.desc .dec p a  {
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
}
.imgs .thum {
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.imgs .thum img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}
.imgs.swiper {
    padding-bottom: 30px;
}
.game {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.45);
    width: calc(100% - 20px);
    height: 46px;
    left: 10px;
    bottom: 40px;
    z-index: 999;
    border-radius: 10px;
    padding: 6px 10px;
}
.game .thum {
    width: 34px;
    height: 0;
    padding-bottom: 34px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.game .thum img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}
.game h3 {
    font-size: 20px;
    color: #FFFFFF;
    line-height: 17px;
}
header ,footer {
    background-color: rgba(103, 200, 255, 1);
}
header .top-container {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
footer .bottom-container {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}
header .top-container .icon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
header .top-container .icon i {
    font-size: 26px;
    color: #FFFFFF;
}
header .top-container .logo img {
    height: 50px;
}
header .top-container.active {
    justify-content: space-between;
}
header .top-container .search {
    background-color: #FFFFFF;
    width: 220px;
    border-radius: 12px;
    height: 40px;
    display: none;
    align-items: center;
    position: relative;
}
header .top-container .search input {
    width: 100%;
    height: 100%;
    border-radius: 18px;
    outline: none;
    border: none;
    text-indent: 1em;
    background: #fff;
    font-size: 14px;
}
header .top-container .search button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 12px;
    background-color: rgba(86, 96, 127, 1);
    position: absolute;
    right: 2px;
    top: 2px;
}
header .top-container .search button i {
    font-size: 26px;
    color: #fff;
}
header .top-container .search.active {
    display: flex;
}
.top-navigation>div {
    width: 100%;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
}
.top-navigation span,.top-navigation a {
    padding: 0 10px;
    height: 40px;
    background-color: rgba(59, 60, 78, 1);
    border-radius: 6px;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
}
.banner_list_box ,
.banner_search_box {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: none;
}

.banner_list_box.active ,
.banner_search_box.active {
    display: block;
}
.banner_list_box .banner_list {
    position: absolute;
    top: 140px;
    background-color: rgba(86, 96, 127, 1);
    padding: 10px;
}
.banner_list_box .banner_list .tags ,
.banner_list_box .banner_list .game_list {
    display: flex;
    flex-wrap: wrap;
}
.banner_list_box .banner_list .tags a ,
.banner_list_box .banner_list .game_list a {
    border-radius: 6px;
    width: calc((100% - 10px)/2);
    margin: 10px 10px 0 0;
    background-color: rgba(59, 60, 78, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 16px;
    height: 40px;
}
.banner_list_box .banner_list .tags a:nth-child(2n),
.banner_list_box .banner_list .game_list a:nth-child(2n) {
    margin-right: 0;
}
.banner_list_box .banner_list .tags a:nth-child(-n+2),
.banner_list_box .banner_list .game_list a:nth-child(-n+2) {
    margin-top: 0;
}
.banner_list_box .banner_list h3 {
    text-align: center;
    font-weight: 700;
    font-size: 23px;
    color: #FFFFFF;
    margin: 30px 0 10px;
}
.all {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    border-radius: 12px;
    background-color: rgba(86, 96, 127, 1);
}
.all a {
    width: calc((100% - 20px)/3);
    margin: 10px 10px 0 0;
}
.all a:nth-child(3n) {
    margin-right: 0;
}
.all a:nth-child(-n+3) {
    margin-top: 0;
}
.all a .thum {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}
.all a .thum img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}
.action {
    display: flex;
    flex-wrap: wrap;
}
.action a {
    width: calc(50% - 10px);
    position: relative;
    margin: 20px 20px 0 0;
}
.action a:nth-child(2n) {
    margin-right: 0;
}
.action a:nth-child(-n+2) {
    margin-top: 0;
}
.action a .thum {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}
.action a .thum img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}
.action a .tag {
    position: absolute;
    left: 10px;
    top: 10px;
}
.action a .tag span {
    display: inline-block;
    padding: 5px 10px;
    background-color: #fff;
    border-radius: 6px;
    color: #333;
    font-size: 12px;
}
.tit_sousuo {
    margin: 20px 0 10px;
}
.tit_sousuo h3 {
    font-weight: 700;
    font-size: 17px;
    color: #999999;
}
.error {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.error dl dt {
    font-size: 60px;
    font-weight: 700;
    color: #333;
}
.error dl dd {
    font-size: 20px;
    color: #666;
}
.error dl dd p {
    font-size: 12px;
}
.no {
    width: 100%;
    height: 300px;
    display: none;
    justify-content: center;
    align-items: center;
}
.tag_box {
    background-color: rgba(59, 60, 78, 1);
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    padding: 0 20px;
}
.tag_box h3 {
    width: 60px;
}
.tag_box .tag {
    width: calc(100% - 60px);
    display:flex
}
.tag_box h3,
.tag_box .tag span{
    
    font-weight: 700;
    font-size: 20px;
    color: #FFFFFF;
}
.tag_box .tag span {
    display: inline-block;
    width: 50%;
    text-align: center;
}
.play_button {
    margin-top: 10px;
    width: 100%;
    background-color: rgba(49, 76, 255, 1);
    border-radius: 12px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 20px;
    color: #FFFFFF;
}
.no i {
    font-size: 200px;
}
section {
    min-height: calc(100vh - 160px);
}
.menu2 {
    position: absolute;
    left: -220px;
    background-color: #91d8ff;
    width: 220px;
}
.menu2 .detail_box {
    width: 220px;
    height: 100vh;
}
.menu2 .head {
    display: flex;
    width: 100%;
    height: 50px;
    padding: 5px 10px;
    align-items: center;
    justify-content: space-between;
    background-color: #5ebfc1;
    box-sizing: border-box;
}
.menu2 .head a {
    display: flex;
    height: 40px;
    align-items: center;
}
.menu2 .head a img {
    height: 30px;
}
.menu2 .head i {
    font-size: 30px;
    color: #fff;
}
.menu2 .games_box {
    display: flex;
    flex-wrap: wrap;
    margin: 10px;
    width: calc(100% - 20px);
}
.menu2 .games_box a {
    margin-right: 8px;
    margin-bottom: 8px;
    width: calc(50% - 4px);
    border-radius: 6px;
    overflow: hidden;
}
.menu2 .games_box a:nth-child(2n) {
    margin-right: 0;
}
.menu2 .games_box a img {
    width: 100%;
    height: 100%;
}
.ray_box {
    margin: 10px;
}
.menu2 .ray_box a {
    display: flex;
    width: 200px;
    height: 54px;
    background-color: #5e46e7;
    border-radius: 10px;
    align-items: center;
    margin-bottom: 10px;
    justify-content: center;
    color: #fff;
}
.menu2 .button {
    width: 40px;
    height: 40px;
    padding: 5px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    position: absolute;
    left: 220px;
    top: 100px;
    background-color: #fff;
    z-index: 999;
    box-sizing: initial;
}
.menu2 .button a {
    display: block; 
    width: 40px;
    height: 40px;
    border-radius: 40px;
    overflow: hidden;

}
.menu2 .button a img {
    width: 100%;
    height: 100%;
}
.play {
    width: 100%;
    height: 100vh;
    padding: 0;
}
.play iframe {
    display: block;
    width: 1px;
    min-width: 100%;
    height: 1px;
    min-height: 100%;
    border: 0;
    overflow: hidden;
}
.tg .group {
    margin-bottom: 10px;
}
.tg .group a:nth-child(2) {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 2;
    grid-column-end: 4;
}
.error {
    width: 100%;
    height: 100%;
    min-height: 445px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.error dl dt {
    font-size: 60px;
    font-weight: 700;
    color: #333;
}
.error dl dd {
    font-size: 20px;
    color: #666;
}
.error dl dd p {
    font-size: 12px;
}
.no {
    width: 100%;
    height: 300px;
    display: none;
    justify-content: center;    
    align-items: center;
}

.no img ,
.error img{
    width: 200px;
}