.z-goods-list .goods_col_wp button.custom {
    background: #0082FB;
    color: #fff;
    height:36px;
    width:100%;
    margin-right: 10px;
}

.z-goods-list .goods_col_wp button.custom:hover {
    background: #4e68ff;
}


.pokemon_mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background: #000;
    z-index: 99;
    display: none;
}

.pokemon_custom_dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 420px;
    transform: translate(-50%, -50%);
    z-index: 1000;
    background: var(--nw-dialog-bj);
    border-radius: 6px;
    padding: 20px;
    display: none;
    color: var(--nw-default-color);
}

.pokemon_custom_dialog.show {
    display: block;
}

.pokemon_custom_dialog .dialog_title {
    display: flex;
    justify-content: space-between;
    padding: 0 0 20px;
    font-family: "default_bold";
    color: var(--nw-default-color);
    font-size: 16px;
}

.pokemon_custom_dialog .dialog_title i.z-close {
    color: var(--nw-default-color);
}

.pokemon_custom_dialog .dialog_tab {
    padding: 10px 0 0;
    border-bottom: 1px solid var(--nw-color-e);
    display: flex;
}

.pokemon_custom_dialog .dialog_tab span {
    cursor: pointer;
    color: var(--nw-default-color);
    font-size: 16px;
    background: var(--nw-shipping-h);
    border-radius: 6px 6px 0px 0px;
    text-align: center;
    font-family: "default_bold";
    padding: 11px 27px;
    font-size: 14px;
    display: block;
    margin-right: 2px;
}

.pokemon_custom_dialog .dialog_tab span:hover {
    color: #0082FB;
}

.pokemon_custom_dialog .dialog_tab span.active {
    background: #0082FB;
    color: #fff;
}

.pokemon_custom_dialog .dialog_content {
    padding: 13px 4px 9px;
    min-height: 355px;
}

.pokemon_custom_dialog .dialog_content .dialog_content_item {
    display: none;
}

.pokemon_custom_dialog .dialog_content .dialog_content_item.show {
    display: block;
}

.dialog_content .attr_item {
    display: flex;
    align-items: center;
    white-space: nowrap;
    margin-bottom: 5px;
}

.dialog_content .attr_item span.label {
    min-width: 123px;
}

.dialog_content .attr_item select {
    background: #263144;
    min-width: 160px;
    border-radius: 6px;
    cursor: pointer;
    font-family: "default_bold";
    color: var(--nw-default-color);
    appearance: none;
    background-image: url(/images/poke/down.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 14px;
    height: 36px;
    padding: 0 10px;
}
.light .dialog_content .attr_item select {
    background: #f3f3f3;
    background-image: url(/images/poke/down_light.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 14px;
}

.dialog_content .attr_item input {
    background: var(--nw-shipping-h);
    min-width: 160px;
    width: 160px;
    border-radius: 6px;
    color: var(--zg-shipping-c);
    font-family: "default_bold";
    height: 36px;
    padding: 0 10px;
}

.dialog_content input::placeholder {
    color: #A3A3B3;
    font-family: "default_bold";
}



.pokemon_custom_dialog .dialog_content .dialog_content_item.show.iv_ev {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.dialog_content_item.iv_ev .iv_ev_label p {
    height: 18px;
}

.dialog_content_item.iv_ev .iv_ev_label span {
    display: block;
    height: 36px;
    display: flex;
    align-items: center;
    margin-top: 5px;
    min-width: 60px;
}

.dialog_content_item.iv_ev input {
    width: 60px;
    background: var(--nw-shipping-h);
    border-radius: 6px;
    height: 36px;
    color: var(--zg-shipping-c);
    font-family: "default_bold";
    text-align:center;
    padding:0;
}

.dialog_content_item.iv_ev .input_values {
    margin-top: 5px;
    display: flex;
    align-items: center;
}

.dialog_content_item.iv_ev .input_values .set_btn {
    display: none;
    background: var(--nw-shipping-h);
    border-radius: 6px;
    cursor: pointer;
    color: var(--zg-shipping-c);

}

.dialog_content_item.iv_ev .input_values .set_btn:hover {
    background: #0082FB;
    color: #fff;
}

.dialog_content_item.iv_ev .input_values .set_btn.show {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 36px;
    margin-left: 6px;
}


.dialog_content_item .moves_item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.dialog_content_item .moves_item>span {
    min-width: 123px;
    white-space: nowrap;
}

.dialog_content_item .moves_item .move_select_warp {
    width: 100%;
    position: relative;
}

.dialog_content_item .moves_item .move_select_value {
    background: var(--nw-shipping-h);
    height: 36px;
    width: 160px;
    min-width: max-content;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 8px 0 11px;
    cursor: pointer;
     color: var(--zg-shipping-c);
}

.dialog_content_item .moves_item .move_select_value img {
    width: 14px;
    margin-left: 5px;
}

.dialog_content_item .moves_item .move_select_value img.clear {
    width: 14px;
    height: 14px;
}

.dialog_content_item .moves_item .move_select_down {
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    min-width: max-content;
    background: var(--nw-dialog-bj);
    display: none;
    border-radius: 6px;
    z-index: 1;
    color: var(--zg-shipping-c);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.dialog_content_item .moves_item .move_select_down .select_search {
    padding: 5px;
    border-bottom: 1px solid var(--nw-color-e);
}

.dialog_content_item .moves_item .move_select_down .select_search input {
    background: var(--nw-shipping-h);
    color: var(--nw-color-c);
    width: 100%;
    height: 36px;
    border-radius: 5px;
}

.dialog_content_item .moves_item .move_select_down .select_list {
    max-height: 300px;
    overflow-y: auto;
}

.dialog_content_item .moves_item .move_select_down .select_list p {
    padding: 8px 10px;
    cursor: pointer;
}

.dialog_content_item .moves_item .move_select_down .select_list p.active,
.dialog_content_item .moves_item .move_select_down .select_list p:hover {
    background: #0082FB;
    color: #fff;
}

.pokemon_custom_dialog .dialog_footer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 13px 0 0;
    border-top: 1px solid var(--nw-color-e);
}

.pokemon_custom_dialog .dialog_footer .z-price {
    color: #F76A04;
    font-size: 20px;
    text-align: center;
}

.pokemon_custom_dialog .dialog_footer button {
    height: 45px;
    border-radius: 4px 4px 4px 4px;
    background: #0082FB;
    color: #fff;
    padding: 0 53px;
    font-size: 14px;
    margin-left: 20px;
}

.pokemon_custom_dialog .dialog_footer button:hover {
    background:#4e68ff;
}

.z-tips_backdrop {
    z-index: 9999;
}
.goods_col_wp .goods_attr.hide {
    display: none;
}
.goods_col_wp .goods_attr .select_list .option-value.hide {
    display: none !important;
}
@media (max-width: 500px) {
    .pokemon_custom_dialog {
        width: 95%;
        padding: 20px 10px;
    }

    .dialog_content_item.iv_ev .iv_ev_label span {
        min-width: 40px;
    }

    .pokemon_custom_dialog .dialog_content .dialog_content_item.show.iv_ev {
        gap: 20px;
    }

    .dialog_content_item .moves_item .move_select_down .select_list {
        max-height: 200px;
    }
}