*{
    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;background-color: rgba(239, 243, 245, 1);}
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%;

    background-color: #1f79cd;
}
footer .container {
    height: 60px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
footer .container a,footer .container span {
    color: #fff;
}
footer .container a i {
    font-size: 40px;
    color: #999;
}
footer .container a i {
    color: #1e7aff;
}
footer {
    margin-top: -60px;
}
.main {
    min-height: calc(100vh - 60px);
    padding-bottom: 60px;
}
.container{
    max-width:1366px;
    width:calc(100% - 20px);
    margin-left:auto;
    margin-right:auto
}
header {
    background-color: #529add;
}
header .container {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .container .logo {
    height: 28px;
}
header .container .logo img {
    height: 100%;
}
header .container .hea_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .container .hea_top .searchBox {
    width: 148px;
    height: 28px;
    border-radius: 10px;
    display: flex;
    position: relative;
}
header .container .hea_top .icon_top {
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    position: relative;
}
header .container .hea_top .icon_top img {
    width: 100%;
    height: 100%;
    position: absolute;
}
header .container .hea_top .searchBox input {
    width: 100%;
    height: 100%;
    border-radius: 14px;
    outline: none;
    border: none;
    padding: 0;
    margin: 0;
    text-indent: 1em;
    background-color: #fff;
}
header .container .hea_top .searchBox button {
    position: absolute;
    width: 31px;
    height: 28px;
    border: none;
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
    right: 0;
    top: 0;
    cursor: pointer;
    text-align: center;
    justify-content: center;
    background-color: rgba(240, 73, 75, 1);
}
header .container .hea_top .searchBox button i {
    color: #fff;
}

.box {
    margin-bottom: 15px;
}

.box .game_box1 {
    display: flex;
    flex-wrap: wrap;
}
.box .game_box1 li {
    width: calc((100% - 10px)/2);
    margin: 10px 10px 0 0;
}
.box .game_box1 li:nth-child(-n+2) {
    margin-top: 0;
}
.box .game_box1 li:nth-child(2n) {
    margin-right: 0;
}
.box .game_box1 li a {
    display: block;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 17px;
    padding-top: 12px;
}
.box .game_box1 li a .thum {
    width: 100%;
    height: 0px;
    padding-bottom: 100%;
    position: relative;
}
.box .game_box1 li a .details {
    position: relative;
}
.box .game_box1 li a .details h4 {
    font-size: 15px;
    color: #666;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 5px 0 10px;
}
.box .game_box1 li a .details dl {
    display: flex;
}
.box .game_box1 li a .details dl dd {
    width: 55px;
}
.box .game_box1 li a .details dl dd span, .box .game_box1 li a .details dl dd i {
    font-weight: 400;
    font-size: 14px;
    color: #cdcdcd;
}
.box .game_box1 li a .details .a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0px;
    bottom: -5px;
    border-radius: 33px;
    background-color: #f0494b;
}
.box .game_box1 li a .details .a i {
    color: #fff;
}
.box .game_box1 li a .thum img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.title_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.title_box .title {
    display: flex;
    align-items: center;
}
.box .title_box a {
    color: #F0494B;
    font-size: 12px;
    font-weight: 700;
}
.title_box .title i {
    font-size: 35px;
    color: #F0494B;
    margin-right: 5px;
}
.title_box .title h2 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
}
.light_blue_bg {
    background-color: #529add;
    padding: 10px 0;
}
.game_list1>li {
    margin-top: 10px;
}
.game_list1>li a {
    display: block;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
}
.game_list1>li:nth-child(1) {
    margin-top: 0;
}
.game_list1 li a .game {
    display: flex;
    margin-bottom: 10px;
}
.game_list1 li a .game .thum {
    width: 70px;
    height: 0;
    padding-bottom: 70px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-right: 10px;
}
.game_list1 li a .game .thum img {
    position: absolute;
    width: 100%;
    height: 1005;
}
.game_list1 li a .game .content {
    width: calc(100% - 80px);
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.game_list1 li a .game .content .layui-rate {
    padding: 0;
}
.game_list1 li a .game .content .til_ {
    display: flex;
    justify-content: space-between;
}
.game_list1 li a .game .content .til_ h3 {
    font-size: 15px;
    color: #333;
}
.game_list1 li a .game .content .til_ .a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 33px;
    background-color: #f0494b;
}
.game_list1 li a .game .content .til_ .a {
    color: #fff;
}
.game_list1 li a .game .content .num {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.game_list1 li a .game .content .num .number>i,.game_list1 li a .game .content .num .number span {
    color: #cdcdcd;
}
.box .block {
    background-color: #1f79cd;
    padding-bottom: 20px;
    margin: 0;
}
.block .title h2 ,.box .block a {
    color: #fff;
}
.mt-10 {
    margin-top: -10px;
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 25px;
}
.game_list2 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.game_list2>li {
    margin: 5px 5px 0 0;
    width: calc((100% - 5px)/2);
}
.game_list2>li:nth-child(-n+2) {
    margin-top: 0;
}
.game_list2>li:nth-child(2n) {
    margin-right: 0;
}
.game_list2 li a {
    display: block;
    width: 100%;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2)
}
.game_list2 li a .game {
    display: flex;
    margin-bottom: 5px;
}
.game_list2 li a .game .thum {
    width: 55px;
    height: 0;
    padding-bottom: 55px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    margin-right: 5px;
}
.game_list2 li a .game .thum img {
    position: absolute;
    width: 100%;
    height: 100%;
}
.game_list2 li a .game dl {
    width: calc(100% - 60px);
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.game_list2 li a .game dl dt {
    overflow: hidden;
    font-size: 12px;
    color: #666;
    text-overflow: ellipsis;
}
.game_list2 li a .game dl dd {
    display: flex;
}
.game_list2 li a .game dl dd .number {
    color: #cdcdcd;
    width: 45px;
}
.game_list2 li a .game dl dd .number span {
    font-size: 12px;
}
.game_list2 li a p {
    font-size: 12px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.game_list3 {
    display: flex;
    flex-wrap: wrap;
}
.game_list3 li {
    margin: 15px 5px 0 0;
    width: calc((100% - 10px)/3);
}
.game_list3 li:nth-child(3n) {
    margin-right: 0;
}
.game_list3 li:nth-child(-n+3) {
    margin-top: 0;
}
.game_list3 li a {
    display: block;
}
.game_list3 li a .thum {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.game_list3 li a .thum img {
    width: 100%;
    height: 100%;
    position: absolute;
}
.game_list3 li a p {
    font-size: 12px;
    color: #333;
    text-align: center;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.category {
    display: flex;
    flex-wrap: wrap;
    
}
.category li {
    width: calc((100% - 10px)/3);
    margin: 5px 5px 0 0;
}
.category li:nth-child(-n+3) {
    margin-top: 0;
}
.category li:nth-child(3n) {
    margin-right: 0;
}
.category li a {
    display: flex;
}
.category li a .thum {
    width: 40px;
    height: 0;
    padding-bottom: 40px;
    position: relative;
    margin-right: 5px;
}
.category li a .thum img {
    width: 100%;
    height: 100%;
    position: absolute;
}
.category li a .text {
    width: calc(100% - 45px);
    display: flex;
    align-items: center;
}
.category li a .text p {
    font-size: 14px;
    color: #fff;
}
.box .light_blue_bg .title_box .title h2 {
    color: #fff;
}
.banner_list {
    display: none;
    width: 100%;
    height: calc(100vh - 60px);
    background-color: rgba(0,0,0,.3);
    position: fixed;
    top: 60px;
}
.banner_list.active {
    display: block;
}
.banner_list .banner .category_box {
    width: 182px;
    height: 299px;
    background-color: #fff;
    border-radius: 15px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    position: absolute;
    top: -10px;
    right: 10px;
}
.banner_list .banner .category_box a {
    width: 100%;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: rgba(31, 121, 205, 1);
    font-size: 14px;
    border-radius: 35px;
}
.white {
    padding: 10px 0;
    background-color: #fff;
}
.game_list4 {
    display: flex;
    flex-wrap: wrap;
}
.game_list4 li {
    width: calc((100% - 10px)/3);
    margin: 5px 5px 0 0;
}
.game_list4 li:nth-child(-n+3) {
    margin-top: 0;
}
.game_list4 li:nth-child(3n) {
    margin-right: 0;
}
.game_list4 li a {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}
.game_list4 li a img {
    width: 100%;
    height: 100%;
    position: absolute;
}
.game_list5 {
    margin-bottom: 15px;
}
.game_list5 a {
    display: flex;
    padding: 11px 9px;
    padding-right: 5px;
    background-color: #fff;
    border-radius: 10px;
}
.game_list5 a .thum {
    width: 70px;
    height: 0;
    padding-bottom: 70px;
    border-radius: 6px;
    overflow: hidden;
    margin-right: 5px;
    position: relative;
}
.game_list5 a .thum img {
    width: 100%;
    height: 100%;
    position: absolute;
}
.game_list5 a .content {
    width: calc(100% - 75px);
}
.game_list5 a .content .miscellaneous {
    position: relative;
    display: flex;
    justify-content: space-between;
}
.game_list5 a .content .num {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.game_list5 a .content .num .number {
    color: #cdcdcd;
}
.game_list5 a .content .miscellaneous .name_tag h3 {
    width: 150px;
    font-size: 15px;
    color: #1e2428;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}
.game_list5 a .content .num .layui-rate {
    padding: 0;
}
.game_list5 a .content .miscellaneous .name_tag .tag_a {
    display: inline-block;
    font-weight: 700;
    font-size: 12px;
    padding: 0 10px;
    height: 20px;
    border-radius: 20px;
    line-height: 20px;
    background-color: #1f79cd;
    color: #fff;
}
.game_list5 a .content .miscellaneous .a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 11px;
    bottom: 15px;
    border-radius: 33px;
    background-color: #f0494b;
}
.game_list5 a .content .miscellaneous .a i {
    color: #fff;
}
.game_box {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 15px;
}
.game_box .game {
    display: flex;
    margin-bottom: 10px;
}
.game_box .game .thum {
    width: 70px;
    height: 0;
    padding-bottom: 70px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-right: 10px;
}
.game_box .game .thum img {
    position: absolute;
    width: 100%;
    height: 100%;
}
.game_box .game dl {
    width: calc(100% - 80px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.game_box .game dl dt {
    font-size: 15px;
}
.game_box .game dl dd .layui-rate {
    padding: 5px 0;
}
.game_box .game dl dd .layui-rate li i.layui-icon {
    font-size: 16px;
}
.game_box .game dl dd .tag {
    padding: 0 10px;
    background-color: #f1f1f1;
    border-radius: 15px;
    font-size: 12px;
    color: #b0b0b0;
}
.detail {
    margin-bottom: 10px;
}
.detail nav {
    width: 100%;
    border-radius: 32px;
    overflow: hidden;
    background-color: #f8f8f8;
    display: flex;
    align-items: center;
}
.detail nav div {
    width: calc(100%/2);
    height: 32px;
    border-radius: 32px;
    text-align: center;
    color: #333;
    font-weight: 700;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.detail nav div.active {
    background-color: #f1f1f1;
}
.detail ul {
    display: none;
}
.detail ul.active {
    display: block;
}
.detail ul li {
    display: flex;
    width: 100%;
    height: 32px;
    background-color: rgba(red, green, blue, 0);
    border-radius: 32px;
}
.detail ul li h4 , .detail ul li p {
    width: 50%;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.detail ul li h4 {
    color: #333;
}
.detail ul li p {
    color: #939393;
}
.detail ul li:nth-child(2n) {
    background-color: #f1f1f1;
}
.shuffling {
    width: 100%;
    border: 1px solid #ccc;
    padding: 0 20px 20px;
    border-radius: 10px;
    box-sizing: border-box;
}
.shuffling h2 {
    height: 34px;
    color: #6f6f6f;
    margin: 0;
    padding-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}
.shuffling ul {
    display: flex;
    flex-wrap: wrap;
}
.shuffling ul li {
    width: calc((100% - 30px)/3);
    margin: 15px 15px 0 0;
}
.shuffling ul li:nth-child(-n+3) {
    margin-top: 0;
}
.shuffling ul li:nth-child(3n) {
    margin-right: 0;
}
.shuffling ul li a {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.shuffling ul li a img {
    width: 100%;
    height: 100%;
    position: absolute;
}
.module {
    width: 100%;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #fff;
    margin-bottom: 20px;
    margin-top: 65px;
    padding-bottom: 1px;
}
.module h4 {
    height: 40px;
    width: 140px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgb(111 111 111/10%);
    text-align: center;
    color: #6f6f6f;
    font-weight: 700;
    font-size: 14px;
    line-height: 40px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    position: relative;
    top: -40px;
}
.module .tags {
    padding: 20px;
    margin-top: -40px;
    display: flex;
    flex-wrap: wrap;
}
.module .tags .a {
    display: inline-flex;
    height: 20px;
    color: #b0b0b0;
    border-radius: 20px;
    line-height: 20px;
    background-color: #f1f1f1;
    font-size: 12px;
    align-items: center;
    padding: 0 10px;
    margin-right: 10px;
}
.get_app {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #fff;
    padding: 32px 20px;
    margin-bottom: 25px;
    position: relative;
}
.get_app>a {
    width: 295px;
    display: block;
    border-radius: 10px;
    background-color: #f1f1f1;
    color: #6f6f6f;
    text-align: center;
    height: 60px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 700;
    padding: 14px;
    margin: 0;
}
.get_app p {
    width: 100%;
    font-family: microsoft yahei ui bold,microsoft yahei ui regular,microsoft yahei ui,sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #b9b9b9;
    line-height: 10px;
    padding-left: 25px;
}
.get_app>a:nth-child(2) {
    margin-bottom: 20px;
}
.get_app h4 {
    position: absolute;
    left: 0
}
.get_app i {
    margin-right: 10px;
}
.get_app a:nth-last-child(1) i {
    font-size: 22px;
}
.module .dec {
    padding: 15px 20px;
    text-align: left;
    margin-top: -40px;
    overflow: hidden;
}
.module .dec img {
    display: block;
    margin: 10px auto;
    width: 100%;
}
.game_list6 {
    display: flex;
    flex-wrap: wrap;
}
.game_list6 a {
    width: 100%;
    height: 110px;
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 10px;
    background-color: #fff;
    display: flex;
}
.game_list6 a .thum {
    width: 80px;
    height: 0;
    padding-bottom: 80px;
    position: relative;
    margin-right: 15px;
}
.game_list6 a .thum img {
    width: 100%;
    height: 100%;
    position: absolute;
}
.game_list6 a dl {
    width: calc(100% - 95px);
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.game_list6 a dl dt {
    font-size: 24px;
    color: #666;
}
.game_list6 a dl dd {
    display: flex;
}
.game_list6 a dl dd p {
    width: 80px;
    color: #cdcdcd;
}
.comment_box .layui-rate li i.layui-icon {
    font-size: 30px;
}
.comment_box .score p {
    font-size: 14px;
    color: #cdcdcd;
}
.comment_box input[type=text] {
    width: 100%;
    height: 35px;
    border: none;
    outline: none;
    background-color: #f5f5f5;
    color: #999;
    overflow: hidden;
    border-radius: 10px;
    text-indent: 1em;
    margin: 15px 0;
}
textarea {
    padding: 10px 0;
    margin-top: 15px;
    width: 100%;
    text-indent: 1em;
    border: none;
    outline: none;
    background-color: #f1f1f1;
    border-radius: 4px;
    resize: none;
    margin-bottom: 15px;
    color: #999;
}
input[type=submit]{
    width: 120px;
    height: 36px;
    border: none;
    font-size: 16px;
    outline: none;
    color: #fff;
    cursor: pointer;
    border-radius: 40px;
    background-color: #1f79cd;
    transition: all .3s;
    margin-top: 10px;
}
.comment_box {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
}

.categories a {
    display: flex;
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
}
.categories a .content {
    width: calc(100% - 90px);
    display: flex;
    justify-content: space-between;

}
.categories a .content .name,
.categories a .content .text,
.categories a .content .jump {
    display: flex;
    flex-direction: column;
    justify-content: center;

}
.categories a .content .name h3 {
    font-size: 15px;
    color: #666;
}
.categories a .content .text {
    padding: 0 20px;
    border-left: 1px solid #888;
    border-right: 1px solid #888;
}
.categories a .content .text p {
    color: #cdcdcd;
}
.jump .a {
    width: 33px;
    height: 33px;
    background-color: #f0494b;
    border-radius: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.jump .a i {
    color: #fff;
}
.categories a .thum {
    width: 75px;
    height: 0;
    padding-bottom: 75px;
    position: relative;
    margin-right: 15px;

}
.categories a .thum img {
    width: 100%;
    height: 100%;
    position: absolute;
}
.privacy {
    margin-bottom: 10px;
}
.privacy h3 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}
.privacy .box3 {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
}
.privacy .box3 h3 {
    color: #529add;
}
.ad {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.ad p {
    font-size: 12px;
    color: #ccc;
}