.warp {
    max-width: 1200px;
    margin: 0 auto;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul li {
    list-style: none;
}

i,
em {
    font-style: normal;
}

input,
select,
textarea,
button {
    font-size: 100%;
    outline: 0;
    padding: 10px;
    border: none;
    font-size: 14px;
    font-family: 'montserrat';
}

a {
    color: #000;
    text-decoration: none;
}

html,
body {
    height: 100%;
    font-size: 14px;
    color: #141414;
    background: #fff;
    font-family: 'montserrat';
}

@font-face {
    font-family: 'montserrat';
    src: url('/font/default.ttf');

}

.flex {
    display: flex;
}

.flex_item_c {
    display: flex;
    align-items: center;
}

.flex_c {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex_between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex_warp {
    flex-wrap: wrap;
}

.font_bold {
    font-weight: 400;
}

.yf_relative {
    position: relative;
}

.modal,
.other__modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    margin: 0;
    z-index: 199;
    background: rgba(19, 20, 22, 0.5);
    display: none;
}

.other__modal {
    z-index: 201;
}

.dialog__common {
    background: #FFFFFF;
    width: 340px;
    position: fixed;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    z-index: 202;
    display: none;
    overflow: hidden;
}

.dialog__common .dialog__title {
    font-size: 14px;
    padding: 10px 17px;
    background: #EEEEEE;
    font-weight: 700;
}

.dialog__common .dialog__title i {
    font-size: 20px;
    cursor: pointer;
}

.dialog__common .dialog__title img {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    cursor: pointer;
}

.gameList__warp .order__list {
    margin-top: 10px;
    border-bottom: 1px dashed #E6E6E6;
}

.gameList__warp .order__list.hide {
    display: none;
}

.gameList__warp .order__list .order__list_h {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    text-align: center;
    padding: 10px 0;
}

.diablo4724__warp.gameList__warp .order__list .order__list_h {
    grid-template-columns: repeat(6, 1fr);
}

.gameList__warp .order__list .order__list_h span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gameList__warp .order__list .order__list_h span.order_no {
    justify-content: flex-start;
    padding-left: 24px;
}

.gameList__warp .order__list .order__list_h span.order_no input {
    margin-right: 5px;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    position: relative;
}

.gameList__warp .order__list .order__list_h span.order_no input:checked::after {
    content: '\2713';
    background-color: #141414;
    position: absolute;
    font-size: 12px;
    font-weight: 600;
    border: none;
    color: #fff;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    text-align: center;
}


.gameList__warp .order__list .order__list_h span.order_no i {
    font-style: normal;
    white-space: nowrap;
}

.gameList__warp .order__list .order__list_h .see {
    background: #EEEEEE;
    padding: 5px 10px;
    cursor: pointer;
    color: #141414;
    border-radius: 20px;
    font-size: 12px;
}

.gameList__warp .order__list .order__list_h .allEditPrice {
    background: #EEEEEE;
    color: #141414;
    padding: 5px 10px;
    margin-left: 10px;
    cursor: pointer;
    border-radius: 35px;
    font-size: 12px;
}

.gameList__warp .order__list .order__list_h .allEditPrice:hover,
.gameList__warp .order__list .order__list_h .see:hover {
    background: #141414;
    color: #fff;
}

.gameList__warp .order__list .order__info {
    display: none;
}

.gameList__warp .order__list .order__info .ship__list {
    padding: 16px 0;
}

.gameList__warp .order__list .order__info .ship__item {
    padding: 16px 14px 16px 38px;
    background: #EEEEEE;
    border-radius: 10px 10px 10px 10px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.gameList__warp .order__list .order__info .ship__item:last-child {
    margin: 0;
}

.gameList__warp .order__list .order__info .ship__item.hide {
    display: none;
}

.gameList__warp .order__list .order__info .ship__item .remark {
    flex: 1 100%;
    margin-top: 10px;
}

.gameList__warp .order__list .order__info .ship__item .ship__item_left input {
    width: 16px;
    height: 16px;
    position: relative;
}

.gameList__warp .order__list .order__info .ship__item .ship__item_left input:checked::after {
    content: '\2713';
    background-color: #141414;
    position: absolute;
    font-size: 12px;
    font-weight: 600;
    border: none;
    color: #fff;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    text-align: center;
}

.gameList__warp .order__list .order__info .ship__item .ship_img {
    position: relative;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 50px;
}

.gameList__warp .order__list .order__info .ship__item img.small__img {
    max-width: 80px;
    max-height: 100px;
}

.gameList__warp .order__list .order__info .ship__item .ship_img .big__img {
    position: absolute;
    left: 110%;
    top: -208%;
    display: none;
    z-index: 1;
}

.gameList__warp .order__list .order__info .ship__item .ship_img .big__img img {
    max-width: 300px;
}

.gameList__warp .order__list .order__info .ship__item .ship__item_right {
    flex: 1;
    margin-left: 30px;
    justify-content: flex-end;
}

.gameList__warp .order__list .order__info .ship__item .discount,
.gameList__warp .order__list .order__info .ship__item .price,
.gameList__warp .order__list .order__info .ship__item .status {
    min-width: 100px;
}
.gameList__warp .order__list .order__info .ship__item .price {
    min-width: 100px;
    font-size: 18px;
}
.gameList__warp .order__list .order__info .ship__item .price p {
    color: #e51515;
    font-weight: 700;
}

.gameList__warp .order__list .order__info .ship__item .status span,
.gameList__warp .order__list .order__info .ship__item .price span {
    cursor: pointer;
    text-decoration: underline;
    margin-left: 10px;
}

.gameList__warp .order__list .order__info .ship__item .status span:hover,
.gameList__warp .order__list .order__info .ship__item .price span:hover {
    color: #e51515;
}

.gameList__warp .order__list .order__info .ship__item .ship__item_left p {
    max-width: 400px;
    min-width: 240px;
}

.gameList__warp .order__list .order__info .ship__item .ship__item_left .ship_attr {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    grid-gap: 5px;
    max-width: 400px;
}

.gameList__warp .order__list .order__info .ship__item .ship__item_left .ship_attr span {
    background: #FFFFFF;
    border-radius: 40px;
    padding: 3px 10px;
    color: #141414;
    font-size: 12px;
    font-weight: 700;
}

.gameList__warp .order__list .order__info .ship__item .item__status {
    text-align: right;
    margin-right: 10px;
    font-size: 12px;
    white-space: nowrap;
}

.gameList__warp .order__list .order__info .ship__item button {
    background: #FFFFFF;
    border-radius: 30px;
    padding: 3px 10px;
    color: #141414;
    cursor: pointer;
    margin-left: 2px;
    font-size: 12px;
    white-space: nowrap;
}


.gameList__warp .order__list .order__info .ship__item .delete_goods:hover,
.gameList__warp .order__list .order__info .ship__item .tag_error:hover {
    background: #FABABA;
}

.gameList__warp .order__list .order__info .ship__item .editItemsPrice:hover,
.gameList__warp .order__list .order__info .ship__item .editItemsStatus:hover {
    background: #141414;
    color: #fff;
}

.gameList__warp .order__list .order__info .order_payment {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 20px 0;
    grid-gap: 20px;
}

.gameList__warp .order__list .order__info .order_payment .contact {
    padding: 10px 20px;
}

.edit__priceAll--dialog,
.edit__status--dialog,
.edit__price--dialog {
    z-index: 202;
    width: 340px;
    top: 30%;
}

.dialog__common .dialog__form {
    padding: 20px;
}

.edit__priceAll--dialog .dialog__form input,
.edit__price--dialog .dialog__form input {
    height: 40px;
    background: #fff;
    width: 100%;
    border-radius: 40px;
    font-family: alver;
    background: #EEEEEE;
}
.dialog__common .dialog__form .dialog__button {
    justify-content: flex-end;
    border-top: 1px dashed #E6E6E6;
    padding-top: 16px;
    margin-top: 16px;
}
.dialog__common .dialog__form button {
    height: 33px;
    background: #141414;
    border-radius: 30px 30px 30px 30px;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0 24px;
    justify-content: center;
}
.dialog__common .dialog__form button:hover {
    background: #545454;
}
.dialog__common .dialog__form button.close_icon {
    background: #EEEEEE;
    color: #141414;
    margin-right: 8px;
}
.dialog__common .dialog__form button.close_icon:hover {
    background: #141414;
    color: #fff;
}
.dialog__common .dialog__form button.disabled {
    background: #7e7e7e;
    cursor: not-allowed;
}

.edit__status--dialog .dialog__form p {
    margin-right: 20px;
    cursor: pointer;
}

.edit__status--dialog .dialog__form p input {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}


.success_tips {
    position: fixed;
    top: 20%;
    left: 50%;
    align-items: center;
    color: #67c23a;
    background-color: #f0f9eb;
    border-color: #e1f3d8;
    height: 40px;
    justify-content: center;
    display: none;
    padding: 0 40px;
    z-index: 200;
    transform: translateX(-50%);
    white-space: nowrap;
    border-radius: 5px;
}

.success_tips.show {
    display: flex;
}

.test__img {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    margin: 0;
    z-index: 199;
    background: rgba(19, 20, 22, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
}

.test__img.show {
    display: flex;
}

.test__img .close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    color: #fff;
    font-size: 30px;
}





.tips__dialog,
.announcement__dialog {
    position: fixed;
    min-width: 300px;
    width: 300px;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    overflow: hidden;
    display: none;
    z-index: 1001;
}

.tips__dialog .tips__title,
.announcement__dialog .tips__title {
    color: #444444;
    padding: 10px;
    background-color: #F8F8F8;
    border-bottom: 1px solid #eee;
}

.announcement__dialog .tips__title img,
.tips__dialog .tips__title img {
    width: 20px;
    cursor: pointer;
}

.tips__dialog .tips__content {
    padding: 20px;
    font-size: 20px;
    text-align: center;
    color: #ff0000;
}

.tips__dialog .tips__content p {
    text-align: center;
    margin-bottom: 20px;
}

.tips__dialog .tips__content div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 0;
}

.tips__dialog .tips__content button {
    background: #3f6ad8;
    color: #fff;
    cursor: pointer;
}

.tips__dialog .tips__content button.cancel {
    margin-left: 20px;
    background: #7e7e7e;
    color: #fff;
}


.announcement__dialog {
    width: 500px;
    font-size: 20px;
    top: 30%;
    font-weight: 700;
}

.announcement__dialog .tips__content {
    padding: 60px 10px;
    font-size: 18px;
    color: #ff0000;
    font-weight: 700;
    text-align: center;
}

/* 多语言 */

.language_warp {
    cursor: pointer;
}

.sign__form .language_warp {
    position: absolute;
    margin-bottom: 20px;
    right: 15px;
    top: 15px;
}

.containter .language_warp {
    position: relative;
    margin-right: 40px;
}

.language_warp .select_value {
    padding: 8px 0 8px 10px;
}

.language_warp .select_value img {
    width: 25px;
    margin-right: 5px;
}

.language_warp .select_list {
    position: absolute;
    top: 32px;
    left: -10px;
    z-index: 100;
    white-space: nowrap;
    padding: 15px 0;
    display: none;
}

.language_warp .select_list::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 4px;
    transform: translate(-50%);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #F8F8F8;
    z-index: 51;
}

.language_warp .select_list p {
    padding: 10px 10px;
    background: #F8F8F8;
}

.containter .language_warp .select_list::after {
    border-bottom: 12px solid rgba(242, 242, 242, 1);
}

.containter .language_warp .select_list p {
    background: rgba(242, 242, 242, 1);
}

.language_warp .select_list p img {
    width: 20px;
    margin-right: 15px;
}

.language_warp .select_list p:hover {
    background: #E8E8E8;
}