.list .goods {
    margin-top: 0;
}

.roblox .roblox_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}

.roblox .roblox_list a {
    height: 88px;
    background: #1F203A;
    border-radius: 4px 4px 4px 4px;
    display: flex;
    align-items: center;
    padding: 12px 10px 12px 14px;
    color: #FFFFFF;
    font-size: 16px;
    font-family: 'Oswald';
    transition: all .3s;
}

.roblox .roblox_list a:hover {
    color: #0b85ea;
    box-shadow: 0px 0px 6px 1px rgba(255, 255, 255, .2);
}

.roblox .roblox_list a img {
    width: 64px;
    height: 64px;
    margin-right: 16px;
}





/* adopt me */

.common__select--warp {
    position: relative;
    cursor: pointer;
}

/* 公共下拉组件 */
.common__select--warp .select__value {
    background: #1F203C;
    border: 1px solid #3C4A64;
    height: 40px;
    border-radius: 2px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}

.common__select--warp .select__value i {
    display: block;
    width: 13px;
    height: 7px;
    position: absolute;
    right: 13px;
    top: 18px;
    background-image: url(/static/pc/image/public_ico.png);
    background-repeat: no-repeat;
    background-size: 200px;
    background-position: 0 -19px;
}

.common__select--warp .select__list {
    background: #1F203C;
    width: 100%;
    z-index: 10;
    max-height: 300px;
    overflow-y: auto;
    display: none;
    top: 110%;
    border-radius: 5px;
    position: absolute;
}

.common__select--warp .select__list::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.common__select--warp .select__list::-webkit-scrollbar-thumb {
    background: #0b85ea;
    border-radius: 5px;
    border: 1px solid hsla(0, 0%, 100%, .26);
    cursor: pointer;
}

.common__select--warp .select__list::-webkit-scrollbar-track {
    background-color: #0a142f;
}

.common__select--warp .select__list p {
    padding: 8px 10px;
    font-size: 14px;
}

.common__select--warp .select__list p:hover {
    color: #0b85ea;
}

.common__select--warp .select__list p.active {
    background: #0b85ea;
    color: #fff;
}

.adoptme_warp .adopt_tag {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    background: rgba(7, 14, 34, .4);
    box-shadow: 0 0 4px 0px #1770b7;
    padding: 20px 20px;
    border-radius: 5px;
}

.adoptme_warp .goods-list li.item .adopt_attr {
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    position: absolute;
}

.adoptme_warp .adopt_tag .reset button {
    height: 40px;
    border-radius: 6px;
    padding: 0 20px;
    background: #0b85ea;
    color: #fff;
}

.adoptme_warp .adopt_tag .reset button:hover {
    background: -webkit-linear-gradient(left top, #69f6a4, #133eda);
    background: -o-linear-gradient(bottom right, #69f6a4, #133eda);
    background: -moz-linear-gradient(bottom right, #69f6a4, #133eda);
    background: linear-gradient(to bottom right, #69f6a4, #133eda);
}

.adoptme_warp .goods-list li.item .adopt_attr .age {
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    padding: 0 10px;
    color: #fff;
    margin-bottom: 5px;
    border-radius: 0 0 3px 0;
    background: #0083FF;
}

.adoptme_warp .goods-list li.item .adopt_attr .attr_tag {
    display: flex;
    font-size: 12px;
    width: 18px;
    align-items: center;
    justify-content: center;
    height: 18px;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    background: #40bb18;
    margin-top: 7px;
    margin-left: 10px;
}

.adoptme_warp .goods-list li.item .adopt_attr .attr_tag.icon_r {
    background: #ff0900;
}

.adoptme_warp .goods-list li.item .adopt_attr .attr_tag.icon_m {
    background: #8f00ff;
}

.adoptme_warp .goods-list li.item .adopt_attr .attr_tag.icon_f {
    background: #0083FF;
}



/* wow */
.wow_classic .wow_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 21px;
    margin-bottom: 50px;
}

.wow_classic .wow_list .wow_item {
    height: 480px;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 16px 12px 20px 12px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 3px;
}

.wow_classic .wow_list .wow_item .item_bg_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    overflow: hidden;
}

.wow_classic .wow_list .wow_item .item_bg_img img {
    width: 100%;
    height: 100%;
    border-radius: 3px;
    transition: all .5s;
}

.wow_classic .wow_list .wow_item .item_bg_img img.mobile_img {
    display: none;
}

.wow_classic .wow_list .wow_item .item_content {
    position: relative;
    z-index: 1;
}

.wow_classic .wow_list .wow_item .item_icon {
    position: absolute;
    right: 14px;
    top: 14px;
}

.wow_classic .wow_list .wow_item .item_icon img {
    width: 50px;
    height: 50px;
}

.wow_classic .wow_list .wow_item .item_news {
    position: absolute;
    left: 0;
    top: 0;
}

.wow_classic .wow_list .wow_item .item_news img {
    width: 80px;
}

.wow_classic .wow_list .wow_item .item_title {
    font-size: 26px;
    color: #fff;
    font-family: 'Oswald';
    margin-bottom: 10px;
}

.wow_classic .wow_list .wow_item .item_child_option {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 8px;
}

.wow_classic .wow_list .wow_item .item_child_option a {
    padding: 0 20px;
    height: 36px;
    color: #fff;
    display: flex;
    align-items: center;
    background: #31355e;
    border-radius: 36px;
    font-family: 'Oswald';
}


/* d2 */
.gameSecond_main .game_lists {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    margin-bottom: 50px;
}

.gameSecond_main .game_lists .game_items {
    position: relative;
    height: 520px;
    display: flex;
    align-items: flex-end;
    padding: 16px 16px 26px 16px;
    cursor: pointer;
    overflow: hidden;
}

.gameSecond_main .game_lists .game_items .item_bg_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    overflow: hidden;
}

.gameSecond_main .game_lists .game_items img {
    width: 100%;
    height: 100%;
    border-radius: 3px;
    transition: all .5s;
}

.gameSecond_main .game_lists .game_items .item_icon {
    position: absolute;
    right: 14px;
    top: 14px;
}

.gameSecond_main .game_lists .game_items .item_icon img {
    width: 50px;
    height: 50px;
}

.gameSecond_main .game_lists .game_items .item_content {
    position: relative;
    z-index: 1;
    width: 100%;
}


.gameSecond_main .game_lists .game_items .item_title {
    font-size: 26px;
    color: #fff;
    font-family: 'oswald';
    margin-bottom: 16px
}

.gameSecond_main .game_lists .game_items .item_child_option {
    display: grid;
    flex-wrap: wrap;
    grid-gap: 8px;
    grid-template-columns: repeat(4, 1fr);
}

.gameSecond_main .game_lists .game_items .item_child_option a {
    height: 36px;
    color: #fff;
    display: flex;
    align-items: center;
    background: #31355e;
    border-radius: 36px;
    font-family: 'oswald';
    justify-content: center;
}

.gameSecond_main .game_lists .game_items .item_content .deviceServer {
    margin-top: 11px;
}

.gameSecond_main .game_lists .game_items .item_content .deviceServer .server_title {
    font-family: 'oswald';
    font-size: 16px;
    margin-bottom: 11px;
}

.gameSecond_main .game_lists .game_items .item_content .deviceServer:nth-child(2) .server_title {
    color: #8AE5AD;
}

.gameSecond_main .game_lists .game_items .item_content .deviceServer:nth-child(3) .server_title {
    color: #FFB800;
}

.monoopoly .wow_list {
    margin-top: 20px;
}

.monoopoly .item_content {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.monoopoly .wow_list .wow_item {
    height: 280px;
}

.monoopoly .item_content .item_title {
    margin-bottom: 0;
}

.monoopoly .item_content a.order_now {
    height: 44px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to bottom right, #69f6a4, #133eda);
    border-radius: 5px;
    padding: 0 10px;
    text-align: center;
}

.monoopoly .item_content a.order_now:hover {
    background: linear-gradient(to bottom, #775cdc, #2d78e6);
}

/* 二级页 */
.gameIndex_main .gameIndex_warp {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 21px;
    margin-top: 20px;
}

.gameIndex_main .gameIndex_warp .gameIndex_list {
    background: radial-gradient(57% 57% at 62% 117%, #172F66 0%, #181A54 100%);
    border-radius: 6px 6px 6px 6px;
    padding: 24px 24px 24px 30px;
    position: relative;
    height: 200px;
    overflow: hidden;
}

.gameIndex_main .gameIndex_warp .gameIndex_list a {
    color: #A3A3B5;
    font-size: 12px;
}

.gameIndex_main .gameIndex_warp .gameIndex_list a h2 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 10px;
}

.gameIndex_main .gameIndex_warp .gameIndex_list .product_info {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    z-index: 1;
}

.gameIndex_main .gameIndex_warp .gameIndex_list .product_info p {
    margin-bottom: auto;
}

.gameIndex_main .gameIndex_warp .gameIndex_list .continue {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    min-width: 36px;
    max-width: fit-content;
    border-radius: 24px;
    transition: all .2s;
    background: #2F328A;
}


.gameIndex_main .gameIndex_warp .gameIndex_list .continue em {
    font-style: normal;
    display: none;
    opacity: 0;
    font-size: 12px;
    color: #fff;
    margin-right: 10px;
    transition: all .5s;
}

.gameIndex_main .gameIndex_warp .gameIndex_list .product_img {
    position: absolute;
    width: 66px;
    height: 66px;
    right: 24px;
    bottom: 24px;
}


.gameIndex_main .gameIndex_warp .gameIndex_list::before {
    content: "";
    position: absolute;
    bottom: 6px;
    right: -36px;
    background-color: #172F66;
    filter: blur(48px);
    height: 61%;
    pointer-events: none;
    transition: all .25s ease-in;
    width: 64%;
    z-index: 0;
}


@media (min-width: 1024px) {

    .gameSecond_main .game_lists .game_items:hover .item_bg_img img,
    .wow_classic .wow_list .wow_item:hover .item_bg_img img {
        transform: scale(1.1);
    }

    .gameSecond_main .game_lists .game_items .item_child_option a:hover,
    .wow_classic .wow_list .wow_item .item_child_option a:hover {
        background: #7173C3;
    }

    .gameIndex_main .gameIndex_warp .gameIndex_list:hover .continue {
        width: 100%;
        padding: 0 18px;
        background: linear-gradient(148deg, #86DEAB 0%, #2A4FCE 100%);
    }

    .gameIndex_main .gameIndex_warp .gameIndex_list:hover .continue em {
        display: block;
        opacity: 1;
    }

    .gameIndex_main .gameIndex_warp .gameIndex_list:hover::before {
        background-color: #004A4C;
    }
}

@media (max-width: 1024px) {
    .roblox .roblox_list {
        grid-template-columns: repeat(2, 1fr);
    }

    .adoptme_warp .adopt_tag {
        grid-template-columns: repeat(2, 1fr);
        padding: 10px;
        margin: 20px 0 10px;
        box-shadow: none;
    }

    .roblox .roblox_list a {
        font-size: 14px;
        height: auto;
    }

    .roblox .roblox_list a img {
        width: 40px;
        height: 40px;
    }

    .wow_classic .wow_list .wow_item {
        height: 400px;
        padding: 12px 12px 15px 15px;
    }

    .wow_classic .wow_list .wow_item .item_child_option a {
        padding: 0 15px;
    }

    .wow_classic .wow_list .wow_item .item_title {
        font-size: 22px;
    }

    .gameSecond_main .game_lists .game_items .item_child_option {
        grid-template-columns: repeat(2, 1fr);
    }

    @font-face {
        font-family: 'Montserrat';
        src: url("/static/font/Montserrat-Medium.ttf");
        font-display: swap
    }

    @font-face {
        font-family: 'Oswald';
        src: url("/static/font/Oswald-Medium.ttf");
        font-display: swap
    }
}

@media (max-width: 850px) {
    .gameSecond_main .game_lists .game_items {
        height: 420px;
    }
}

@media (max-width: 800px) {
    .wow_classic .wow_list {
        grid-template-columns: repeat(2, 1fr);
    }

}


@media (max-width: 768px) {
    .gameSecond_main .game_lists {
        grid-template-columns: repeat(1, 1fr);
    }

    .gameSecond_main .game_lists .game_items .item_child_option {
        grid-template-columns: repeat(4, 1fr);
    }

    .gameSecond_main .game_lists .game_items .item_child_option a {
        font-size: 12px;
    }

    .gameIndex_main .gameIndex_warp {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        margin-top: 0;
    }

    .gameIndex_main .gameIndex_warp .gameIndex_list {
        height: 170px;
        padding: 15px 15px 15px 20px;
    }

    .gameIndex_main .gameIndex_warp .gameIndex_list .product_img {
        width: 60px;
        height: 60px;
        right: 15px;
        bottom: 15px;
    }
}

@media (max-width: 500px) {
    .wow_classic .wow_list {
        grid-template-columns: repeat(1, 1fr);
    }

    .wow_classic .wow_list .wow_item {
        height: 230px;
    }

    .wow_classic .wow_list .wow_item .item_bg_img img.pc_img {
        display: none;
    }

    .wow_classic .wow_list .wow_item .item_bg_img img.mobile_img {
        display: block;
    }

    .wow_classic .wow_list .wow_item .item_news img {
        width: 50px;
    }

    .gameSecond_main .game_lists .game_items .item_child_option {
        grid-template-columns: repeat(2, 1fr);
    }

    .gameSecond_main .game_lists .game_items .item_child_option a {
        font-size: 14px;
        padding: 16px 10px;
    }

    .gameIndex_main .gameIndex_warp {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .gameIndex_main .gameIndex_warp .gameIndex_list .product_img {
        width: 36px;
        height: 36px;
        right: 10px;
        bottom: 10px;
    }

    .gameIndex_main .gameIndex_warp .gameIndex_list a h2 {
        font-size: 16px;
    }

    .gameIndex_main .gameIndex_warp .gameIndex_list {
        padding: 10px;
        height: 136px;
    }
}