/*去除iPhone input默认样式*/
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

input {
    -webkit-appearance: none;
    outline: none;
    border: 0;
}

textarea {
    -webkit-appearance: none;
    outline: none;
}

li{
    list-style-type: none;
}

.no-select{
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

html,
body,
#app {
    height: 100%;
    overflow: auto;
}

* {
    margin: 0;
    padding: 0;
    font-family: "Noto Sans SC", sans-serif;
}

img{
    width: 100%;
    font-size: 0;
}

.bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
}

.bg img{
    width: auto;
}

.popup {
    z-index: 999;
    position: relative;
    display: none;
}

.popup .box {
    z-index: 1;
    position: fixed;
    width: 80%;
    min-width: 300px;
    max-width: 570px;
    margin: 0 auto;
    background-color: white;
    border-radius: 6px;
    top: 50%;
    left: 50%;
    transform: translate(-51%, -50%);
}
.popup .body{
    padding: 20px;
}
.popup .body img{
    width: auto;
    max-width: 90%;
}
.popup .zz {
    background: #0000003b;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

#back-to-top {
    position: fixed;
    bottom: 35px;
    right: 60px;
    background: white;
    padding: 6px;
    border-radius: 6px;
    cursor: pointer;
}


.menu_type{
    display: none;
}

.show{
    display: inline;
}

.main {
    /* background-color: rgba(56, 122, 207, 0.212); */
    height: 100%;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    /* border: 1px solid #efefef40; */
    position: relative;
}

.main .box{

}

.main .line{
    width: 100%;
}

.main .line .frm {
    margin: 16px 2%;
    padding: 2% 2%;
    border-radius: 3px;
    box-shadow: 0 0 6px #87858559;
}
.top_hint{
    margin-bottom: 20px;
    margin-top: 30px;
}

.top_hint .frm{
    background: #fff;
    border-radius: .8em !important;
    -moz-box-shadow: 0px 0px 25px #ddd !important;
    -webkit-box-shadow: 0px 0px 25px #ddd !important;
    box-shadow: 0px 0px 25px #ddd !important;
    padding: 20px !important;
}

.top_hint .title{
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 15px;
}

.top_hint .description{
    font-size: 16px;
    margin-bottom: 15px;
    color: #686868;
}

.top_hint .teble{
    font-size: 15px;
    text-align: center;
}
.top_hint .teble p {
    border: 1px solid #131313;
    padding: 10px;
    margin-bottom: -1px;
}

.menu {
    /*position: fixed;*/
    /*max-width: 600px;*/
    /*top: 10px;*/
}

.list_data{
    margin-top: 10px;
}

.menu .frm{
    margin: 0 !important;
    box-shadow: none !important;
    letter-spacing: -1em;
    border-radius: 12px;
    overflow: hidden;
}

.menu .li{
    width: calc(33% - 2px);
    padding: 6px 0;
    border: 1px solid #fff;
    display: inline-block;
    letter-spacing: normal;
    cursor: pointer;
    font-size: 1.3em;
    text-align: center;
    color: #181818;
    background-color: #ffffff62;
}

.menu .select{
    background-color: #ffffff;
}





/* 基础框架 */
.game_list{
    
}

.game_list .frm{
    border-radius: 12px !important;
}

.game_list .info{
    display: flex;
    
}

.game_list .info .item_img {
    width: 64px;
    border-radius: 14px;
    overflow: hidden;
    font-size: 0;
    position: relative;
    display: inline-block;
}

.game_list .info .right_box{
    margin-left: 10px;
}


.game_list .info .right_box .name_suffix {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.game_list .info .right_box .name_suffix .name {
    font-size: 20px;
    font-weight: bolder;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.game_list .info .right_box .name_suffix .suffix {
    flex-shrink: 0;
    border: 1px solid rgb(233 52 185);
    color: rgb(108 41 216);
    border-radius: 10px;
    font-size: 14px;
    padding: 0px 5px;
    line-height: 22px;
    height: 22px;
    margin-left: 5px;
}

.game_list .info .right_box .name_suffix .down {
    background: #48b2d3;
    color: white;
    padding: 3px 16px 5px 16px;
    border-radius: 50px;
    float: right;
    font-size: 14px;
    cursor: pointer;
    position: absolute;
    right: 5%;
    box-shadow: 0 0 10px #1b8aad5c;
    border: 1px solid #48b2d3;
    transition: all .3s;
}

.game_list .info .right_box .name_suffix .down:hover {
    background: #2f98b9;
    border: 1px solid #2f98b9;
    color: #ffffffd6;
    box-shadow: 0 0 10px #1b8aad96;
}

.game_list .info .right_box .type_box {
    display: flex;
    font-size: 16px;
    color: rgb(118, 118, 118);
    -webkit-box-align: center;
    align-items: center;
    padding-left: 2px;
}

.game_list .info .right_box .type_box .type_wap {
    display: flex;
    font-size: 14px;
}

.game_list .info .right_box .serve {
    display: flex;
    font-size: 14px;
    -webkit-box-align: center;
    align-items: center;
}

.game_list .info .right_box .serve .serve1{
        color: rgb(9 53 213);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.game_list .info .right_box .serve .serve2{
    color: rgb(118, 118, 118);
    margin-left: 10px;
    flex-shrink: 0;
}
.game_list .tags{
    margin-top: 10px;
} 

.game_list .tags .item {
    border-radius: 24px;
    font-size: 12px;
    padding: 2px 8px 3px 8px;
    margin: 0 7px 7px 0;
    box-sizing: border-box;
    width: max-content;
    display: inline-block;
    border: 1px solid #727272;
    color: rgb(141, 141, 141);
}

/* 标签配色 */
.game_list .tags .peise_1{
    border: 1px solid #0830f3;
    color: rgb(185 22 205);
}

.game_list .tags .peise_2{
    border: 1px solid red;
    color: red;
}

.game_list .tags .peise_3{
    border: 1px solid rgb(0, 200, 122);
    color: rgb(0, 200, 122);
}

.game_list .tags .peise_4{
    border: 1px solid rgb(0, 156, 255);
    color: rgb(0, 156, 255);
}

.game_list .tags .peise_5{
    border: 1px solid rgb(122 7 181);
    color: rgb(89 17 183);
}

/* 底部提示 */
.main .footer {
    text-align: center;
    padding-bottom: 12px;
}

.main .footer .frm{
    background: #fff;
    border-radius: .7em;
    -moz-box-shadow: 0px 0px 25px #ddd;
    -webkit-box-shadow: 0px 0px 25px #ddd;
    box-shadow: 0px 0px 25px #ddd;
    padding: 20px 0;
}

.main .footer .ts{
    color: #3d3d3d;
    font-weight: 800;
}
.main .footer .ts2{
    font-size: 13px;
    margin-top: 12px;
}
.main .footer .ts2 p{
    color: #919191;
    margin-top: 2px;
}


/* 九州八荒录 */
.game_item_jzbhl .frm{
    background: linear-gradient(0deg, rgba(41, 216, 148, 0.125), rgb(237 119 168)) rgb(255, 255, 255);
}

/* 幻世九歌 */
.game_item_hsjg .frm{
      background: linear-gradient(0deg, rgba(41, 216, 148, 0.125), rgb(87 35 124 / 60%)) rgb(255, 255, 255);
}


/* 狂神无双 */
.game_item_ksws .frm{
   background: linear-gradient(0deg, rgba(41, 216, 148, 0.125), rgb(113 175 243)) rgb(255, 255, 255);
}


/* 逍遥游 */
.game_item_xyy .frm{
        background: linear-gradient(0deg, rgba(41, 216, 148, 0.125), rgb(113 193 243)) rgb(255, 255, 255);
}

/* 龙城传奇 */
.game_item_lcss .frm{
    background: linear-gradient(0deg, rgba(41, 216, 148, 0.125), rgb(223 77 17 / 60%)) rgb(255, 255, 255);
}

/* 漂在江湖 */
.game_item_zzblh .frm{
    background: linear-gradient(0deg, rgba(41, 216, 148, 0.125), rgb(60 41 216 / 55%)) rgb(255, 255, 255);
}

/* 笑梦江山 */
.game_item_zxxx .frm{
    background: linear-gradient(0deg, rgba(41, 216, 148, 0.125), rgb(181 61 231 / 44%)) rgb(255, 255, 255);
}

/* 狂神无双 */
.game_item_ksws .frm{
background: linear-gradient( 0deg, rgb(29 227 150 / 13%), rgb(241 234 161)) rgb(255, 255, 255);
}

/* 笑梦江山 */
.game_item_xmjs .frm{
   background: linear-gradient( 0deg, rgba(41, 216, 148, 0.125), rgb(239 91 97)) rgb(255, 255, 255);
}

/* 战火纷争 */
.game_item_zhfz .frm{
   background: linear-gradient( 0deg, rgba(41, 216, 148, 0.125), rgb(239 91 97)) rgb(255, 255, 255);
}
/* 天之禁 */
.game_item_tzj .frm{
    background: linear-gradient(0deg, rgba(41, 216, 148, 0.125), rgb(28 221 241 / 44%)) rgb(255, 255, 255);
}
/* 0.1折手游最新榜 */
.game_item_tzj .frm{
    background: linear-gradient(0deg, rgba(41, 216, 148, 0.125), rgb(28 221 241 / 44%)) rgb(255, 255, 255);
}

/* 星界幻想 */
.game_item_hx .frm{
    background: linear-gradient(0deg, rgba(41, 216, 148, 0.125), rgb(113 48 145 / 44%)) rgb(255, 255, 255);
}

/* 一剑屠龙 */
.game_item_yjtl .frm{
    background: linear-gradient(0deg,rgba(41, 216, 148, 0.125),rgb(203 93 41 / 54%))rgb(255, 255, 255);
}

/* 灵剑奇缘 */
.game_item_ljqy .frm{
    background: linear-gradient( 352deg, rgb(213 233 225), rgb(224 85 241));
}
/* 新游戏 */
.game_item_xyx .frm{
    background: linear-gradient(0deg,rgba(41, 216, 148, 0.125),rgb(127 41 203 / 43%))rgb(255, 255, 255);
}
/* 天魔劫 */
.game_item_tmj .frm{
      background: linear-gradient( 352deg, rgb(232 243 239), rgb(209 95 245 / 87%));
}
/*斩千军 */
.game_item_zqj .frm{
       background: linear-gradient( 352deg, rgb(213 233 225), rgb(77 182 223));
}
/*雷霆战机 */
.game_item_ltzj .frm{
        background: linear-gradient( 352deg, rgb(213 233 225), rgb(213 147 76));
}
