.main .gameList {
    margin-bottom: 30px;
    background-color: #80a5eb;
    border-radius: 4px;
    padding: 15px
}

.main .gameList .crumb {
    color: #666;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}

.main .gameList .crumb a {
    color: #666;
    font-weight: bold;
    font-size:20px;
}

.main .gameList .crumb a:hover {
    text-decoration: underline
}

.main .gameList .ad_typeGameList {
    margin-bottom: 20px;
    display: flex;
    align-items: stretch;
    justify-content: space-between
}

.main .gameList .ad_typeGameList .flot_ad {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: rgba(0,0,0,.06);
    width: calc((100% - 160px)/3 + 40px);
    border-radius: 5px
}

.main .gameList .ad_typeGameList .flot_ad>p {
    font-size: 12px;
    color: #999;
    margin-bottom: 3px
}

.main .gameList .ad_typeGameList .float_games {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    width: calc((200% - 320px)/3 + 100px)
}

.main .gameList .ad_typeGameList .float_games .gameImgBox {
    width: calc((100% - 100px)/6);
    margin-right: 20px
}

.main .gameList .ad_typeGameList .float_games .gameImgBox:nth-child(6n) {
    margin-right: 0
}

.main .gameList .ad_typeGameList .float_games .gameImgBox:nth-child(n+7) {
    margin-top: 20px
}

.main .gameList .typeGameList {
    display: flex;
    flex-wrap: wrap
}

.main .gameList .typeGameList .gameImgBox {
    width: calc((100% - 160px)/6);
    margin-right: 20px;
    margin-bottom: 20px
}

.main .gameList .typeGameList .gameImgBox:nth-child(6n) {
    margin-right: 0
}

.main .gameList .pagination {
    display: flex;
    align-items: center;
    justify-content: center
}

.main .gameList .pagination li {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #77a4e9;
    border-radius: 4px;
    border: 1px solid #ececec;
}

.main .gameList .pagination li+li {
    margin-left: 6px
}

.main .gameList .pagination li:first-child,.main .gameList .pagination li:last-child {
    width: 70px
}

.main .gameList .pagination li>a {
    width: 100%;
    height: 100%;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center
}

.main .gameList .pagination li.active,.main .gameList .pagination li:hover {
    background-color: #31cdf7;
    color: #fff
}

.main .gameList .pagination li.active>a,.main .gameList .pagination li:hover>a {
    color: #fff
}

.main .gameList .pagination li.disabled {
    color: #d8d8d8
}

.main .gameList .pagination li.disabled:hover {
    background-color: #fff;
    color: #d8d8d8;
    cursor: not-allowed
}

.main .gameList .more {
    display: block;
    background-color: #3dcb2d;
    color: #fff;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    border-radius: 4px;
    text-align: center;
    transition: all .3s
}

.main .gameList .more:hover {
    background-color: rgba(61,203,45,.9)
}

.main .bannerAd {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px
}

.main .bannerAd .textAd {
    width: 1160px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center
}

.main.extension_main {
    width: 100%;
    padding: 20px 70px 0
}

@media screen and (max-width: 1200px) {
    .main .gameList {
        margin-bottom:20px;
        padding: 20px
    }

    .main .gameList .crumb {
        margin-bottom: 15px
    }

    .main .gameList .typeGameList .gameImgBox {
        width: calc((100% - 80px)/9);
        margin-right: 10px;
        margin-bottom: 10px
    }

    .main .gameList .more {
        margin-top: 15px;
        height: 40px;
        line-height: 40px;
        font-size: 18px
    }

    .main .bannerAd {
        margin-bottom: 20px
    }

    .main .bannerAd .textAd {
        width: 728px;
        height: 90px
    }
}

@media screen and (max-width: 900px) {
    .main .gameList .typeGameList .gameImgBox {
        width:calc((100% - 40px)/9);
        margin-right: 5px;
        margin-bottom: 10px
    }
}

@media screen and (max-width: 700px) {
    .main .gameList {
        margin-bottom:10px;
        padding: 10px
    }

    .main .gameList .crumb {
        margin-bottom: 8px
    }

    .main .gameList .typeGameList .gameImgBox {
        width: calc((100% - 15px)/4);
        margin-right: 5px;
        margin-bottom: 5px
    }

    .main .gameList .typeGameList .gameImgBox:nth-child(9n) {
        margin-right: 5px
    }

    .main .gameList .typeGameList .gameImgBox:nth-child(4n) {
        margin-right: 0
    }

    .main .gameList .more {
        height: 36px;
        line-height: 36px;
        font-size: 16px
    }

    .main .bannerAd {
        margin-bottom: 10px
    }

    .main .bannerAd .textAd {
        width: 320px;
        height: 300px
    }
}

.header {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #31cdf7;
    margin-bottom: 30px;
    padding: 0 70px
}

.header .logo img {
    height: 44px
}

.header .nav {
    flex-shrink: 1;
    flex-grow: 1;
    padding: 0 200px 0 60px;
    display: flex;
    align-items: center
}

.header .nav .classify_list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
    height: 50px;
    border-radius: 26px;
    background-color: rgba(255,255,255,.2);
    max-width: calc(100% - 115px);
    padding: 0 6px
}

.header .nav .classify_list a {
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #fff;
    padding: 0 20px;
    margin-bottom: 20px;
    border-radius: 20px;
    margin-top: 6px;
    transition: all .3s
}

.header .nav .classify_list a:hover {
    background-color: #3175f7
}

.header .nav>a {
    font-size: 14px;
    color: #fff;
    margin-left: 30px
}

.header .searchBOx {
    position: relative;
    width: 300px;
    height: 40px
}

.header .searchBOx>input {
    border: none;
    outline: none;
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    text-indent: 2em;
    border-radius: 4px;
    color: #666
}

.header .searchBOx>input::placeholder {
    color: #ccc
}

.header .searchBOx button {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4em;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #fff;
    background-color: #3175f7;
    cursor: pointer
}

.header .searchBOx button:hover {
    opacity: .8
}

.header .searchBOx .keyword {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50px;
    background-color: #fff;
    box-shadow: 0 4px 15px 0 rgba(0,0,0,.4);
    border-radius: 4px;
    padding: 15px 20px 5px;
    display: none;
    flex-wrap: wrap;
    z-index: 999999
}

.header .searchBOx .keyword a {
    color: #666;
    margin-bottom: 10px;
    margin-right: 15px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    border-radius: 4px;
    background-color: #eee;
    padding: 0 15px
}

.header .searchBOx .keyword a:hover {
    background-color: #3175f7;
    color: #fff
}

@media screen and (max-width: 1200px) {
    .header {
        padding:0 15px;
        margin-bottom: 15px
    }

    .header+.nav {
        width: calc(100% - 30px);
        margin-left: 15px;
        margin-bottom: 15px;
        padding: 10px 15px;
        display: flex;
        border-radius: 40px;
        align-items: center;
        background-color: rgba(0,0,0,.15)
    }

    .header+.nav .classify_list {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
        overflow: hidden;
        height: 50px;
        border-radius: 26px;
        max-width: calc(100% - 115px);
        padding: 0 6px
    }

    .header+.nav .classify_list a {
        height: 38px;
        line-height: 38px;
        font-size: 14px;
        color: #333;
        padding: 0 20px;
        margin-bottom: 20px;
        border-radius: 20px;
        margin-top: 6px;
        transition: all .3s;
        font-weight: 600
    }

    .header+.nav .classify_list a:hover {
        background-color: #3175f7;
    }

    .header+.nav>a {
        font-size: 14px;
        color: #333;
        font-weight: 600;
        margin-left: 30px
    }
}

.extension_games {
    display: grid;
    grid-template-columns: repeat(auto-fill,130px);
    grid-template-rows: repeat(auto-fill,130px);
    grid-gap: 20px 20px;
    margin-bottom: 40px;
    justify-content: center
}

.extension_games li a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
    border-radius: 15px;
    position: relative
}

.extension_games li a img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    transition: all .3s
}

.extension_games li a p {
    position: absolute;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    bottom: 0;
    font-size: 12px;
    color: #fff;
    background-color: rgba(49,205,247,.9);
    left: 0;
    transition: all .3s;
    transform: translateY(100%);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.extension_games li a:hover p {
    transform: translateY(0)
}

.extension_games li a:hover img {
    transform: scale(1.1)
}

.main{
    display:block;
}
