header {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    height: 50px;
    background-color: #2184e2;
    line-height: 50px
}
header h1 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}
header #ios {
    display: flex;
    margin-top: 6px;
}
header #ios img {
    width: 40px;
    height: 40px;
}
header #ios #close {
    display: none;
}
header #ios #search_close {
    display: none;
}
#searchBox {
    box-shadow: 0px -1px 1px rgba(0, 0, 0, .25);
    width: 100%;
    background: #2184e2;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 999;
    display: none;
}
.ios-search-box .search_box {
    padding: 20px;
}
.ios-search-box .search_box .search_input {
    height: 40px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #fff;
}
.ios-search-box .search_box input {
    outline: none;
    border: 0px;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    width: 90%;
    background-color: #2184e2;
    color: #fff;
}
.ios-search-box .search_box .search_input img {
    width: 24px;
    height: 24px;
}
#index_top_ad{
    margin-top: 12px;
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items:center;
    width: 100%;
    margin-bottom: 10px;
}
#index_top_ad p{
    font-size: 10px;
    color: #666;
    text-align: center;
    margin-bottom: 5px;
}
#index_top_ad_detail{
    width: 300px;
    height: 250px;
}
#index_top_ad_detail img{
    width: 100%;
    height: 100%;
}
#pop {
    width: calc(100% - 30px);
    margin: 5px auto 15px;
    overflow-x: hidden
}

#pop .sortTitle {
    display: flex;
    justify-content: space-between;
    height: 48px;
    line-height: 48px;
    color: #fff;
    padding: 0 10px;
    background-color: #2184e2;
}

#pop .sortTitle a {
    font-size: 12px;
    color: #fff
}
#pop #hotGame{
    min-height: 200px;
    background-color: #fff;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    padding: 10px;
    padding-top: 0;
}
#pop #hotGame li{
margin-top: 20px;
}

#pop #hotGame li a .thum {
    width: auto;
    height: auto;
    margin: 0 5px;
}

#pop #hotGame li a .thum img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#pop #hotGame li a h3 {
    font-size: 12px;
    color: #2184e2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all .3s;
    font-weight: 800;
}
#pop #newGame{
    min-height: 200px;
    background-color: #fff;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    padding: 10px;
    padding-top: 0;
}
#pop #newGame li{
margin-top: 20px;
}

#pop #newGame li a .thum {
    width: auto;
    height: auto;
    margin: 0 5px;
}

#pop #newGame li a .thum img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#pop #newGame li a h3 {
    font-size: 12px;
    color: #2184e2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all .3s;
    font-weight: 800;
}
#pop #kidsGame{
    min-height: 200px;
    background-color: #fff;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    padding: 10px;
    padding-top: 0;
}
#pop #kidsGame li{
margin-top: 20px;
}

#pop #kidsGame li a .thum {
    width: auto;
    height: auto;
    margin: 0 5px;
}

#pop #kidsGame li a .thum img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#pop #kidsGame li a h3 {
    font-size: 12px;
    color: #2184e2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all .3s;
    font-weight: 800;
}
#recommend {
    width: calc(100% - 30px);
    margin: 15px auto 15px;
    overflow-x: hidden
}

#recommend .sortTitle {
    display: flex;
    justify-content: space-between;
    height: 48px;
    line-height: 48px;
    color: #fff;
    padding: 0 10px;
    background-color: #2184e2;
}

#recommend .sortTitle a {
    font-size: 12px;
    color: #fff
}

#recommend #recommendGame{
    background-color: #fff;
    padding: 20px;
}
#recommend #recommendGame a{
    width: 100%;
    display: flex;
    align-items: center;
    transition: all .3s;
    padding-bottom: 10px;
}

#recommend #recommendGame a .img {
    width: 92px;
    height: 92px;
    margin-right: 10px;
    transition: all .3s;
    overflow: hidden;
    border: 1px solid #FFFFFF;
}

#recommend #recommendGame a .img img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    transition: all .3s;
}
#recommend #recommendGame a .item-intro{
    width: calc(100% - 140px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-around;
    height: 92px;
}
#recommend #recommendGame a .item-intro .star img{
width: 20px;
height: 20px;
}
#recommend #recommendGame a h2 {
    margin: 0;
    font-size: 14px;
    color: #2184e2;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all .3s;
}
#recommend #recommendGame a .arrow img{
    width: 24px;
    height: 24px;
}
.recommend {
    width: calc(100% - 30px);
    padding: 15px 0;
    margin: 0 auto
}

.recommend .sortTitle {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px
}

.recommend .sortTitle h3 {
    font-size: 16px;
    color: #333
}

.recommend .sortTitle a {
    font-size: 12px;
    color: #999
}

.recommend .recommendCon {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.recommend .recommendCon a {
    width: calc(25% - 8px);
    margin-bottom: 15px;
    text-align: center
}

.recommend .recommendCon a .thum {
    margin: 0 auto 10px;
    border-radius: 10px;
    overflow: hidden
}

.recommend .recommendCon a .thum img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.recommend .recommendCon a h3 {
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 400
}

.recommend .recommendCon a .desc {
    font-size: 12px;
    color: #999
}

.recommend .recommendCon a .desc span {
    color: #f99d01
}
#index_bottom_ad{
    display: flex;
    flex-direction:column;
    align-items:center;
    justify-content: center;
    width: 100%;
}
#index_bottom_ad p{
    font-size: 10px;
    color: #666;
    text-align: center;
    margin-bottom: 5px;
}
#index_bottom_ad_detail{
    width: 300px;
    height: 250px;
}
#index_bottom_ad_detail img{
    width: 100%;
    height: 100%;
    
}
.ios-classify-box {
    box-shadow: 0px -1px 1px rgba(0, 0, 0, .25);
    width: 100%;
    background: #2184e2;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 999;
    display: none
}
.ios-classify-box .category ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.2rem;
    justify-content: center;
    z-index: 999;
}
.ios-classify-box .category ul a {
    width: 100%;
    background-color: #2184E2;
    box-shadow: 0 7px 21px 0 hsla(0, 0%, 4%, .3);
    border-radius: 10px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    border: 2px solid #fff;
    border-color: transparent;
}
.ios-classify-box .category ul a img {
    width: 80px;
    border-radius: 10px 0 0 10px;
    border: transparent;
}
.ios-classify-box .category ul a span {
    padding-left: 20px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}


@keyframes menudrop {
    0% {
        transform: translateY(-100%)
    }
    100% {
        transform: translateY(0)
    }
}