*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}
html,body{
    width:100%;
    height:100%
}
body{
    position:relative;
    background: rgba(236, 236, 236, 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, .top-container, .bottom-container {
    width: calc(100% - 20px);
    margin: 0 auto;
}
body.act{overflow:hidden}
.ad {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
header {
    background-color: #fff;
    margin-bottom: 20px;
}
.top-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 65px;
}
.top-container a {
    height: 40px;
}
.top-container a img {
    height: 100%;
}
.top-container .icon i {
    font-size: 43px;
}
.ad p {
    font-size: 12px;
    color: #ccc;
}
.box {
    margin: 20px 0;
}
.box .tit {
    width: 100%;
    height: 52px;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 10px;
}
.box .tit h3 {
    font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
}
.rec {
    display: flex;
    flex-wrap: wrap;
}
.rec a {
    width: calc(50% - 5px);
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    margin: 15px 22px 0 0;
    position: relative;
    background: #ffffff;
    margin: 10px 10px 0 0;
}
.rec a:nth-child(2n) {
    margin-right: 0;
}
.rec a:nth-child(-n+2) {
    margin-top: 0px;
}
.rec a .thum {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.rec a .thum img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}
.rec a .content_info {
    width: 100%;
    height: 23px;
    padding: 1.5px 20px;
    background: #fff;
}
.rec a .content_info p {
    font-size: 14px;
    color: #7b7b7b;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
.tre {
    display: flex;
    flex-wrap: wrap;
}
.tre a {
    width: calc(50% - 5px);
    margin: 10px 10px 0 0;
    padding: 5px;
    display: flex;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.tre a:nth-child(2n) {
    margin-right: 0;
}
.tre a:nth-child(-n+2) {
    margin-top: 0;
}
.tre a .thum {
    width: 60px;
    height: 0;
    padding-bottom: 60px;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    margin-right: 10px;
}
.tre a .thum img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}
.tre a .text {
    width: calc(100% - 70px);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.tre a .text h3 {
    color: #7b7b7b;
    font-size: 16px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tre a .text p {
    position: relative;
    height: 15px;
}
.tre a .text p span:nth-child(1) {
    position: absolute;
    left: 0;
}
.tre a .text p span {
    color: #7b7b7b;
    font-size: 10px;
}
.tre a .text p span:nth-child(2) {
    position: absolute;
    left: 40px;
}
.tre a .text p span i {
    color: #7b7b7b;
    font-size: 12px;
    margin-right: 2px;
}
.icon-genduo::before ,
.icon-genduo::after {
    display: block;
    content: "";
    width: 35px;
    height: 5px;
    background-color: #000;
    border-radius: 5px;
}
.icon-genduo span {
    display: block;
    width: 35px;
    height: 5px;
    background-color: #000;
    margin: 7px 0;
    border-radius: 5px;

}
/*  */
.aside,.title,.navigation,.public_box{
    background: #fff;
    /* border-radius: 23px; */
    width: 170px;
    padding: 10px 0;
    height: 100%;
    overflow: auto;
}
.aside .header .logo {
    margin: 15px 0 28px;
    height: 31px;
}
.aside .header .logo a {
    height: 100%;
    display: block;
    text-align: center;
}
.aside .header .logo a img {
    height: 100%;
    cursor: pointer;
}
.aside .header .search_box {
    width: 145px;
    height: 30px;
    border-radius: 11px;
    background: rgba(242, 242, 242, 1);
    margin-left: 15px;
    margin-bottom: 13px;
    position: relative;
}
.aside .header .search_box input {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    height: 30px;
    border-radius: 11px;
    padding: 6px 12px;
    width: 100%;
    outline: none;
}
.aside .header .search_box button {
    position: absolute;
    right: 10px;
    top: 7px;
    cursor:pointer
}
.nav ul li a ,.small_box ul li a {
    display: block;
    width: 100%;
    height: 46px;
    padding: 13px 15px;
}

.nav ul li a:hover ,.small_box ul li a:hover {
    background: rgba(209, 245, 255, 1);
}
.nav ul li a i ,.small_box ul li a i {
    font-size: 18px;
    color: #333333;
}
.nav ul li a span ,.small_box ul li a span {
    font-size: 14px;
    color: #333;
}
.small_box {
    margin-top: 20px;
}
.small_box hr {
    width: 170px;
    height: 0;
    border-top: 1px solid #dbdbdb;
    margin: 0 auto 20px;
}
.small_box h3 {
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}
/*  */
.banner_search_box,
.banner_list_box {
    display: none;
    width: 100vw;
    height: calc(100vh - 65px);
    position: fixed;
    top: 65px;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.5);
    
}

.banner_search_box.active {
    display: block;
}
.banner_search .searrch_box {
    width: calc(100% - 20px);
    height: 44px;
    margin-bottom: 10px;
    margin: 0 auto;
    
}
.banner_search .searrch_box form {
    height: 100%;
}
.banner_search .searrch_box input[type="text"] {
    width: 100%;
    height: 100%;
    border-radius: 18px;
    outline: none;
    border: 1px solid #f2f2f2;
    text-indent: 1em;
    background: rgba(236, 236, 236, 1);
    font-size: 14px;
}
.banner_list {
    /* width: 100%; */
    position: absolute;
    /* top: 85px; */
    top: 0;
    left: 0px;
}
.banner_search {
    width: 100%;
    position: absolute;
    top: 0px;
    background-color: #fff;
    padding: 10px 0;
}
.banner_list_box.active {
    display: block;
}



.game_box {
    padding: 15px 20px;
    /* display: flex; */
    position: relative;
    background-color: #fff;
    border-radius: 10px;
}
.game_box .game {
    /* width: 583px; */
    /* margin-right: 15px; */
}
.game_box .ad_box {
    position: absolute;
    right: 20px;
    bottom: 15px;
}
.game_box .game .mm_t {
    display: flex;
    /* height: 111px; */
    margin-bottom: 15px;
}
.game_box .game .mm_t .img {
    width: 80px;
    height: 80px;
    margin-right: 10px;
    border-radius: 6px;
    overflow: hidden;
}
.game_box .game .mm_t .img img {
    width: 100%;
    height: 100%;
}
.game_box .game .mm_t .ml_t h3 {
    width: calc(100% - 90px);
    font-size: 24px;
    color: #333333;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 31px;
    /* margin: 10px 0 20px; */
}
.game_box .game .mm_t .ml_t {
    width: calc(100% - 90px);
    /* height: 60px; */

}
.game_box .game .mm_t .ml_t .g_a_link {
    padding-top: 12px;
    display: flex;
}
.game_box .game .mm_t .ml_t .g_a_link .buttons {
    display: flex;
    margin-right: 10px;
}
.game_box .game .mm_t .ml_t .g_a_link .buttons div {
    width: 36px;
    height: 36px;
    border-radius: 6px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
}
.game_box .game .mm_t .ml_t .g_a_link .buttons div:nth-child(2) {
    margin-left: 5px;
}

.game_box .game .mm_t .ml_t .g_a_link .buttons div i {
    font-size: 18px;
    color: #333333;
}
.game_box .game .mm_t .ml_t .g_a_link .rating-bar {
    width: calc(100% - 87px);
    height: 36px;
    padding-top: 5px;
}
.game_box .game .mm_t .ml_t .g_a_link .rating-bar .rating-name_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2px;
}
.game_box .game .mm_t .ml_t .g_a_link .rating-bar .rating-name_box p {
    font-size: 12px;
    color: #838383;
}
.game_box .game .mm_t .ml_t .g_a_link .rating-bar .article {
    width: 100%;
    height: 7px;
    border-radius: 7px;
    background: #f4f4f4;
    position: relative;
}
.game_box .game .mm_t .ml_t .g_a_link .rating-bar .article .c {
    background: rgba(141, 234, 71, 1);
    height: 7px;
    border-radius: 7px;
}
.game_box .game .game_details {
    position: relative;
}
.game_box .game .game_details .buttons {
    display: flex;
    margin-top: 30px;
    flex-direction: column;
    position: absolute;

    z-index: 2;
}
.game_box .game .game_details .buttons span {
    display: block;
    height: 40px;
    width: 100px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(111 ,111 ,111 ,.2);
    text-align: center;
    color: #d9d9d9;
    font-weight: 400;
    font-size: 14px;
    line-height: 40px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 10px;
}
.game_box .game .game_details .buttons .active {
    font-weight: 700;
    color: #838383;
}

.game_box .game .game_details .details_box {
    background: rgba(255, 255, 255, 1);
    border-radius: 18px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    padding: 20px 0;
    position: relative;
    width: 100%;
}
.game_box .game .game_details .details_box ul {
    display: none;
    padding-left: 110px;
    width: calc(100% - 20px);

}
.game_box .game .game_details .details_box .active {
    display: block;
    width: 100%;
}

.game_box .game .game_details .details_box ul li {
    display: flex;
    /* width: calc(100% - 120px); */
    height: 23px;
    margin-bottom: 20px;
    /* padding-left: px; */
}
.game_box .game .game_details .details_box ul li h3 {
    width: 120px;
    height: 23px;
    font-size: 12px;
    color: #838383;
    font-weight: 700;
    line-height: 23px;
}
.game_box .game .game_details .details_box ul li p {
    /* width: calc(100% - 12px); */
    /* padding-left: 100px; */
    font-size: 12px;
    color: #838383;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 23px;
    line-height: 23px;
    width: 80px;
}


.seeding_box {
    padding: 20px;
    background: #fff;
    border-radius: 10px
}
.seeding_box .seeding {
    width: 100%;
    height: 138px;
}
.seeding_box .seeding img {
    height: 138px;
}
.seeding .swiper-wrapper .swiper-slide {
    width: auto;
    height: 138px;
}

.box_three {
    padding: 15px;
    background-color: #fff;
    border-radius: 10px;
}
.box_three h3 {
    font-size: 16px;
    font-weight: 700;
    color: #9F9F9F;
}
.get_app_box {
    /* height: 206px; */
    display: flex;
    flex-direction: column  ;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
}
.get_app_box a {
    width: 250px;
    height: 53px;
    border-radius: 6px;
    background: #f4f4f4;
    margin-top: 10px;
    text-align: center;
    color: #909090;
    padding: 9px 0;
}
.get_app_box a h4 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    line-height: 24px;
}
.get_app_box a h4 i {
    font-size: 22px;
    font-weight: 100;
}
.get_app_box a p {
    font-size: 12px;
    text-align: center;
}
.get_app_box a:nth-child(1) {
    margin-top: 0;
}

.box_three .dec {
    margin-top: 15px;
}
.box_three .dec p {
    color: #9F9F9F;
    font-size: 14px;
    line-height: 25px;
}

.tit_sousuo h3 {
    font-family: "微软雅黑 Bold", "微软雅黑 Regular", 微软雅黑, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    color: rgb(204, 204, 204);
}
.error {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    padding-top: 40px;
}
.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;
}
.no i ,
.error i {
    font-size: 200px;
}
.tit_sousuo {
    margin-bottom: 10px;
}
.tg {
    display: grid;
    grid-template-columns: repeat(3, calc((100% - 20px) / 3));
    gap: 10px;
}
.tg a .thum {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.tg a .thum img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}
.tg a:nth-child(6n+2) {
    grid-column: 2 / span 2;
}
.tg a:nth-child(6n+4) {
    grid-column: 1 / span 2;
}