@charset "utf-8";


/* 样式归0开始 */
* {
    margin: 0;
}

html,
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-size: 14px;
    width: 100%;
    color: #545454;
    line-height: 1.15;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    word-wrap: break-word;
}

html {
    overflow-y: scroll;
}

td {
    font-size: 1rem;
}

input,
button,
textarea {
    font-size: 1rem;
    outline: none;
    border: none;
    -webkit-appearance: none;
    color: var(--color-main);
}

input:disabled {
    color: var(--disable-color);
}

input[type=text],
input[type=password] {
    line-height: 1rem;
    -webkit-appearance: none;
    border-radius: 0;
}

input::-moz-placeholder {
    color: var(--color-input-placeholder);
}

input:-ms-input-placeholder {
    color: var(--color-input-placeholder);
}

input::placeholder {
    color: var(--color-input-placeholder);
}

input[type=button],
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select {
    font-size: 1rem;
    background: transparent;
    -webkit-tap-highlight-color: transparent;
}

select:-internal-autofill-selected {
    transition: background-color 5000s ease-in-out 0s !important;
}

textarea {
    overflow: auto;
    font-size: 1rem;
    font-family: Arial, Helvetica, sans-serif;
}

img {
    border: 0px;
}



ul,
li,
p,
div,
input,
ol {
    padding: 0px;
    margin: 0px;
}

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

a:hover {
    color: #545454;
}

/*加载*/
.mo-loading-warp {
    position: relative;
    pointer-events: none;
}

.mo-loading-black .mo-loading {
    border-color: #000;
    border-bottom-color: transparent;
}

.mo-loading-black::after {
    content: none !important;
}

.mo-loading-black::before {
    content: none !important;
}

.mo-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    display: inline-block;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    border: 2px solid #fff;
    border-bottom-color: transparent;
    -webkit-animation: loadingRotate 0.75s linear infinite;
    animation: loadingRotate 0.75s linear infinite;
}

@-webkit-keyframes loadingRotate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes loadingRotate {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* 弹出框样式 */
.mo-popup{ 
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 510000;
}

.mo-popup .mo-popup-mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.mo-popup .mo-popup-body {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    /* height: 100%; */
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}




/*消息提示框*/
.mo-modal {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 510000;
}

.mo-modal .mo-modal-mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.mo-modal .mo-modal-body {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

.mo-modal .mo-modal-warp {
    width: 360px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 0;
}

.mo-modal .mo-modal-warp .icon {
    width: 88px;
    height: 88px;
}

.mo-modal .mo-modal-warp .message-text {
    font-size: 14px;
    margin-top: 28px;
    padding: 0 40px;
    box-sizing: border-box;
    word-break: break-all;
    text-align: center;
}

/* 轻消息提醒 */
.mo-alret-model {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 510000;
}

.mo-alret-model .mo-alret-body {
    padding: 16px 38px;
    background-color: #fff;
    box-shadow: 0 0 10px #ccc;
    border-radius: 6px;
    font-size: 14px;
}


/* 弹窗 */


.layer-add-cart-success {
    width: 520px;
    background-color: #fff;
}

@media screen and (max-width: 520px) {
    .layer-add-cart-success {
        width: calc(100vw - 20px);
    }
}


.layer-add-cart-success .cart-header {
    height: 80px;
    background: #ecfbf4;
    padding: 0 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.layer-add-cart-success .cart-header span {
    font-size: 24px;
    font-weight: 400;
    text-align: left;
    color: #1d1f21;
    margin-left: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.layer-add-cart-success .cart-header .cart-header-claer {
    margin-left: auto;
    cursor: pointer;
}

.layer-add-cart-success .cart-product {
    padding: 30px;
    border-bottom: 1px solid #ddd;
    display: flex;
}

.layer-add-cart-success .cart-product .cart-product-img {
    flex-shrink: 0;
    width: 120px;
    height: 120px;
    object-fit: contain;
}

.cart-product-info {
    flex: 1;
    margin-left: 16px;
    overflow: hidden;
}

.layer-add-cart-success .cart-product .cart-product-name {
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    color: #1d1f21;
}

.layer-add-cart-success .cart-product-skuId,
.layer-add-cart-success .cart-product-skuName {
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    color: #888888;
    margin-top: 10px;
}

.layer-add-cart-success .cart-price {
    font-size: 20px;
    padding: 40px 0;
    text-align: center;
}

.layer-add-cart-success .layer-add-cart-success-label {
    font-weight: 300;
    color: #888888;
}

.layer-add-cart-success .layer-add-cart-success-value {
    font-weight: bold;
    color: #333;
}

.layer-add-cart-success .cart-operate {
    padding: 0 30px 30px 30px;
}

.layer-add-cart-success .cart-operate .cart-button {
    text-align: center;
    height: 48px;
    background: #1d1f21;
    color: #ffffff;
    margin-top: 0px;
}

.layer-add-cart-success .cart-operate .cart-button-plan {
    display: block;
    line-height: 48px;
    background: #fff;
    text-decoration: underline;
    color: #1d1f21;
    margin-top: 10px;
    font-size: 16px;
}

.main_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    font-size: 16px;
    padding: 10px 20px;
    min-height: 48px;
    text-align: center;
    background: var(--main_button_bg);
    color: var(--main_button_color);
    cursor: pointer;
    border-radius: var(--button_border_radius);
    transition: all 0.3s;
}


.secondary_btn {
    display: inline-block;
    font-size: 16px;
    padding: 0 20px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    box-sizing: border-box;
    background: var(--secondary_button_bg);
    border: 1px solid var(--secondary_button_color);
    color: var(--secondary_button_color);
    border-radius: var(--button_border_radius);
    cursor: pointer;
    transition: all 0.3s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  

/* 重置编辑器样式 */


.mo-editor-reset {
    overflow: hidden;
    word-break: break-all;
}

.mo-editor-reset img,
.mo-editor-reset table,
.mo-editor-reset video {
    max-width: 100% !important;
    height: auto;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;
}

.mo-editor-reset pre {
    white-space: pre-wrap;
}

.mo-editor-reset table {
    border-collapse: collapse;
}

.mo-editor-reset table td {
    max-width: 100% !important;
    border-style: solid;
    border-color: #ccc;
    border-width: 1px;
    padding: 0.4rem;
}

.mo-editor-reset ul,
.mo-editor-reset ol {
    margin: revert;
    padding: revert;
}

.mo-editor-reset ul li {
    list-style: initial
}

.mo-editor-reset ol li {
    list-style: inherit
}

.mo-editor-reset a {
    color: revert;
    text-decoration: underline;
}

/* 重置编辑器样式 */
.mo-editor-reset p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0;
    margin-inline-end: 0;
}

.mo-editor-reset strong {
    font-weight: bold;
}

.mo-editor-reset ol {
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 40px;
}

.mo-editor-reset ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 40px;
}

.mo-editor-reset li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.mo-editor-reset table {
    box-sizing: border-box;
    display: table;
    text-indent: initial;
    word-wrap: break-word;
    border-spacing: 2px;
    border-collapse: collapse;
    border-color: grey;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

.mo-editor-reset table img {
    width: 100%;
}

.mo-editor-reset tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

.mo-editor-reset tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.mo-editor-reset table[border]:not([border='0']):not([style*='border-color']) td,
.mo-editor-reset table[border]:not([border='0']):not([style*='border-color']) th {
    border-color: #ccc;
}

.mo-editor-reset table[border]:not([border='0']):not([style*='border-style']) td,
.mo-editor-reset table[border]:not([border='0']):not([style*='border-style']) th {
    border-style: solid;
}

.mo-editor-reset table[border]:not([border='0']):not([style*='border-width']) td,
.mo-editor-reset table[border]:not([border='0']):not([style*='border-width']) th {
    border-width: 1px;
}

.mo-editor-reset table:not([cellpadding]) td,
.mo-editor-reset table:not([cellpadding]) th {
    padding: 0.4rem;
}

.mo-editor-reset td {
    display: table-cell;
    vertical-align: inherit;
}


/* 测试模式 */
.test-warp {
    text-align: center;
    position: fixed;
    z-index: 10000;
    left: 0;
    bottom: 0;
    right: 0;
    height: 70px;
    line-height: 70px;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFE9CE;
    color: #FD0200;
}
.test-warp svg{
    margin-right: 6px;
}

/*结算流程头部*/

header {
    margin-bottom: 40px;
}

.logo a {
    font-size: 30px;
    color: #333;
}

.logo img {
    max-height: 60px;
}

.logo .shop_name {
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
}

.logo .shop_name img {
    width: 36px;
    height: 36px;
    margin-right: 16px;
}

.order_crumbs {
    margin-top: 20px;
    line-height: 18px;
    height: 18px;
    color: #737373;
    font-size: 12px;
}

.checkout_order_number{
    margin-top: 30px;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    padding-bottom: 30px;
}

.order_crumbs a {
    display: inline-flex;
    align-items: center;
    line-height: 15px;
}
.order_crumbs a .mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    line-height: 15px;
    width: 15px;
    height: 15px;
    background: #999999;
    color:#fff;
    border-radius: 50%;
    margin-right: 4px;
}

.order_crumbs svg {
    display: inline-block;
    vertical-align: top;
    height: 18px;
    width: 14px;
    margin: 0 5px;
    fill: #737373;
}

.order_crumbs a.on {
    color: #333;
    font-weight: 500;
}
.order_crumbs a.on .mark{
    background: #000000;
}

/*结算流程底部*/
.order_footer {
    padding: 15px 0;
    border-top: 1px solid #e6e6e6;
}

.order_footer .order_terms {
    margin-bottom: 15px;
}

.order_footer .order_terms a {
    display: inline-block;
    margin-right: 15px;
    font-size: 12px;

}




/*地址填写*/
.order_contact_information {
    overflow: hidden;
}

.order_contact_information .order_contact_information_wrapper {
    display: -webkit-flex;
    display: flex;
    max-width: 1244px;
    width: 90%;
    padding: 0 5%;
    margin: 0 auto;
    box-sizing: border-box;
}

.order_contact_information .order_contact_information_left {
    width: 58%;
    padding-right: 6%;
    padding-top: 50px;
    box-sizing: border-box;
}

.order_contact_information .order_address_form {
    padding: 0 0 40px;
}

.order_contact_information .order_address_form .email-newsletter {
    margin-top: 8px;
}

.order_contact_information .account_icon svg {
    fill: #666;
}

.order_contact_information .member_information {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 15px;
}

.order_contact_information .account_information {
    margin-left: 10px;
}

.order_contact_information .account_information a {
    margin-top: 0.3rem;
    display: block;
    color: #737373;
}

.order_contact_information .account_information a:hover {
    color: #333;
}

.order_contact_information .order_email .order_email_title {
    display: flex;
    justify-content: space-between;
    height: 28px;
    line-height: 28px;
    margin-bottom: 8px;
    font-size: 18px;
    position: relative;
    color: #333;
}

.order_contact_information .order_email .order_email_title .account_login {
    font-size: 14px;
    color: #545454;
}

.order_contact_information .order_email .order_email_title .account_login a {
    color: #767676;
}

.order_contact_information .order_email .order_email_title .account_login a:hover {
    color: #545454;
}

.order_contact_information .shipping_address {
    margin-top: 40px;
}

.order_contact_information .shipping_address_title {
    height: 28px;
    line-height: 28px;
    margin-bottom: 8px;
    font-size: 18px;
    position: relative;
    color: #333;
}

.order_contact_information .shipping_address_content li {
    list-style-type: none;
    grid-template-rows: 50% 50%;
    margin-bottom: 8px;
}

.order_contact_information .shipping_address_content li.shipping_address_name {
    display: flex;
    justify-content: space-between;
}

.order_contact_information .shipping_address_content li.shipping_address_name .order_text_box {
    width: calc(50% - 4px);
}

.order_contact_information .shipping_address_content li.shipping_address_3 {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.order_contact_information .shipping_address_content li.shipping_address_3 .order_select_box,
.order_contact_information .shipping_address_content li.shipping_address_3 .order_text_box {
    /* width: calc(33.3333% - 8px); */
    flex: 1;
    /* background: #fff; */
}
.order_contact_information .shipping_address_content li.shipping_address_3 .order_select_box:nth-child(2),
.order_contact_information .shipping_address_content li.shipping_address_3 .order_text_box {
    margin-left: 8px;
}

.different_billing_address_content .shipping_address_content li.shipping_address_3 .order_select_box:nth-child(2),
.different_billing_address_content .shipping_address_content li.shipping_address_3 .order_text_box {
    margin-left: 8px;
}

.order_contact_information .shipping_address_content li .checkbox_label {}

.order_contact_information .order_contact_information_btn {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;

}

.order_contact_information .order_contact_information_btn .order_btn {
    position: relative;
    height: 60px;
    line-height: 60px;
    padding: 0 25px;
    background: #e85c89;
    border-radius: 5px;
    color: #fff;
    min-width: 100px;
    text-align: center;
    box-sizing: border-box;
    font-weight: 500;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

@media screen and (max-width: 767px) {
    .order_btn.show_img {
        width: 100% !important;
    }
}
@media screen and (min-width: 768px) {
    .order_btn.show_img {
        width:188px !important;
    }
}
.order_btn.show_img {
    height: 60px !important;
    padding: 0 !important;
    background: transparent !important;
    border: 1px solid #d9d9d9;
}
.order_btn.show_img svg path {
    fill: #000;
}
.order_btn .save_address_btn_img {
    width:100%;
    height: 100%;
}
.order_btn .save_address_btn_img img {
    width:100%;
    height: 100%;
    object-fit: cover;
}

.order_contact_information .order_contact_information_btn .order_btn:hover {
    background: #e22f69;
}

.order_contact_information .order_contact_information_btn .order_btn svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
    width: 20px;
    height: 20px;
    fill: #fff;
}

.order_contact_information .order_contact_information_btn .return_cart {
    display: flex;
    align-items: center;
}

.order_contact_information .order_contact_information_btn .return_cart svg {
    margin-right: 5px;
}

.order_contact_information .order_address_ecpay_checkout {
    margin-bottom: 40px;
    text-align: center;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    padding: 30px 110px;
    position: relative;
}

.order_contact_information .order_address_ecpay_checkout .order_address_ecpay_checkout_name {
    padding: 0 20px;
    background: #fff;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    position: absolute;
    left: 50%;
    top: -12px;
    transform: translateX(-50%);
}




.order_contact_information_right {
    width: 42%;
    padding-left: 4%;
    position: relative;
    padding-top: 50px;
    min-height: 100vh;
    box-sizing: border-box;
}

.order_contact_information_right:after {
    content: "";
    display: block;
    width: 300%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: #fafafa;
    z-index: -1;
    -webkit-box-shadow: 1px 0 0 #e1e1e1 inset;
    box-shadow: 1px 0 0 #e1e1e1 inset;
}

.order_contact_information_right .product_info_list {
    padding: 10px 0 25px;
    max-height: calc(100vh - 520px);
    overflow-y: hidden;
    position: relative;
}

.order_contact_information_right .product_info_list .order_product_list_tip {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    height: 32px;
    line-height: 32px;
    color: #fafafa;
    padding: 0 20px;
    border-radius: 20px;
    background: rgba(50, 50, 50, 0.85);
    white-space: nowrap;
    display: none;
    z-index: 2;
}

.order_contact_information_right .product_info_list .order_product_list_tip svg {
    width: 14px;
    height: 32px;
    vertical-align: top;
    fill: #fff;
    margin-left: 5px;
}

.order_contact_information_right .product_info_list ul {}

.order_contact_information_right .product_info_list li {
    display: -webkit-flex;
    display: flex;
    /* align-items: center; */
    margin-bottom: 15px;
}

.order_contact_information_right .product_info_list li:last-child {
    margin-bottom: 0;
}

.order_contact_information_right .product_info_list li .order_product_pic {
    width: 64px;
    height: 64px;
    border-radius: 8px;
    background: #fff;
    position: relative;
}

.order_contact_information_right .product_info_list li .order_product_pic_img {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    z-index: 1;
}

.order_contact_information_right .product_info_list li .order_product_pic_img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.order_contact_information_right .product_info_list li .order_product_num {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(114, 114, 114, 0.9);
    color: #fff;
    z-index: 3;
    font-size: 12px;
    white-space: nowrap;
}

.order_contact_information_right .product_info_list li .order_product_pic::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 8px;
    border: 1px rgba(0, 0, 0, 0.1) solid;
    z-index: 2;
}

.order_contact_information_right .product_info_list li .order_product_content {
    padding-left: 15px;
    /* width: calc(100% - 175px); */
    flex: 1;
    display: flex;
    overflow: hidden;
}
.order_product_content .order_product_content-info{
    flex: 1;
    flex-shrink: 0;
    overflow: hidden;
}

.order_contact_information_right .product_info_list li .order_product_name {
    color: #323233;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 18px;
    max-height: 36px;
    margin-bottom: 5px;
}

.order_contact_information_right .product_info_list li .order_product_sku {
    color: #717171;
    font-size: 14px;
    line-height: 22px;
}

.order_contact_information_right .product_info_list li  .product_custom_option {
    color: #717171;
    font-size: 14px;
    line-height: 22px;
  word-break: break-all;

}

.order_contact_information_right .product_info_list li .order_product_price {
    color: #323233;
    font-weight: 500;
    width: 100px;
    text-align: right;
}

.order_contact_information_right .order_total .order_total_list {
    padding: 20px 0;
    border-top: 1px solid #d9d9d9;
}

.order_contact_information_right .order_total .order_total_list li {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    /* height: 30px; */
}
.order_total .order_total_list li +  li {
    margin-top: 10px;
}

.order_contact_information_right .order_total .order_total_price .value {
    font-size: 24px;
    font-weight: 500;
    color: #333;
}

.order_contact_information_right .order_total .order_total_price .name {
    color: #333;
    font-weight: 700;
    font-size: 16px;
}

.order_contact_information_right .order_total .order_total_list li .value {
    font-weight: 500;
    color: #333;
    margin-left: 6px;
}

.order_contact_information_right .order_total .order_total_list li .calculated_at_next_step {
    font-weight: normal;
    text-align: right;
}

.order_contact_information_right .order_total .order_total_price {
    padding: 20px 0;
    border-top: 1px solid #d9d9d9;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.address_order_contact_information .order_contact_information_left {
    margin: auto;
}




/*配送方式*/
.order_shipping_method {
    overflow: hidden;
}

.order_shipping_method .order_shipping_method_form {
    padding: 0 0 50px;
}

.order_shipping_method .order_contact_information_wrapper {
    display: -webkit-flex;
    display: flex;
    max-width: 1244px;
    width: 90%;
    padding: 0 5%;
    margin: 0 auto;
    box-sizing: border-box;
}

.order_shipping_method .order_contact_information_left {
    width: 58%;
    padding-right: 6%;
    padding-top: 50px;
    box-sizing: border-box;
}

.order_shipping_method .change_address {
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    padding: 0 15px;
}

.order_shipping_method .change_address li {
    list-style-type: none;
    display: flex;
    align-items: center;
    min-height: 30px;
    padding: 10px 0;
}

.order_shipping_method .change_address li .name {
    width: 75px;
    color: #737373;
}

.order_shipping_method .change_address li .value {
    width: calc(100% - 75px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    flex: 1;
    flex-shrink: 0;
    line-height: 18px;
    max-height: 36px;
}

.order_shipping_method .change_address li:nth-child(2) {
    border-top: 1px solid #d9d9d9;
    justify-content: space-between;
}

.order_shipping_method .change_address li:nth-child(2) .value {
    width: calc(100% - 125px);
}

.order_shipping_method .change_address li .change_address_btn {
    font-size: 12px;
}

.order_shipping_method .shipping_method_box {
    margin-top: 40px;
}

.order_shipping_method .shipping_method_box .not_delivery {
    background: #fff5d2;
    padding: 10px 20px;
    border: 1px solid #fac444;
}

.order_shipping_method .shipping_method_title {
    line-height: 28px;
    margin-bottom: 8px;
    font-size: 18px;
    position: relative;
    color: #333;
}

.order_shipping_method .shipping_method_content ul {
    border-radius: 5px;
    border: 1px solid #d9d9d9;
}

.order_shipping_method .shipping_method_content li {
    border-top: 1px solid #d9d9d9;
    list-style-type: none;
}

.order_shipping_method .shipping_method_content li:first-child {
    border-top: none;
}



.order_shipping_method .order_contact_information_btn {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;

}

.order_shipping_method .order_contact_information_btn .order_btn {
    position: relative;
    height: 60px;
    line-height: 60px;
    padding: 0 25px;
    background: #e85c89;
    border-radius: 5px;
    color: #fff;
    min-width: 100px;
    text-align: center;
    box-sizing: border-box;
    font-weight: 500;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.order_shipping_method .order_contact_information_btn .order_btn svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
    width: 20px;
    height: 20px;
    fill: #fff;
}

.order_shipping_method .order_contact_information_btn .return_cart {
    display: flex;
    align-items: center;
}

.order_shipping_method .order_contact_information_btn .return_cart svg {
    margin-right: 5px;
}




.order_shipping_method .other_information {
    margin-top: 40px;
}

.order_shipping_method .other_information .other_information_title {
    line-height: 28px;
    margin-bottom: 8px;
    font-size: 18px;
    position: relative;
    color: #333;
}


.order_shipping_method .payment_method_box {
    margin-top: 40px;
}

.order_shipping_method .payment_method_title {
    line-height: 28px;
    margin-bottom: 20px;
    font-size: 18px;
    position: relative;
    color: #333;
}

.order_shipping_method .payment_method_content ul {
    border-radius: 5px;
    border: 1px solid #d9d9d9;
}

.order_shipping_method .payment_method_content li {
    border-top: 1px solid #d9d9d9;
    list-style-type: none;
}

.order_shipping_method .payment_method_content li:first-child {
    border-top: none;
}







/*支付方式*/
.order_payment_method {
    overflow: hidden;
}

.order_payment_method .order_payment_method_form {
    padding: 0 0 40px;
}

.order_payment_method .order_contact_information_wrapper {
    display: -webkit-flex;
    display: flex;
    max-width: 1244px;
    width: 90%;
    padding: 0 5%;
    margin: 0 auto;
    box-sizing: border-box;
}

.order_payment_method .order_contact_information_left {
    width: 58%;
    padding-right: 6%;
    padding-top: 50px;
    box-sizing: border-box;
}

.order_payment_method .payment_method_box {
    margin-top: 40px;
}

.order_payment_method .payment_method_title {
    line-height: 28px;
    margin-bottom: 8px;
    font-size: 18px;
    position: relative;
    color: #333;
}

.order_payment_method .payment_method_content ul {
    border-radius: 5px;
    border: 1px solid #d9d9d9;
}

.order_payment_method .payment_method_content li {
    border-top: 1px solid #d9d9d9;
    list-style-type: none;
}

.order_payment_method .payment_method_content li:first-child {
    border-top: none;
}

.order_payment_method .payment_method_content li .payment_methods_down {
    padding: 40px;
    background: #fafafa;
    border-top: 1px solid #d9d9d9;
    text-align: center;
    display: none;
}

.order_payment_method .payment_method_content li .payment_methods_svg {
    margin-bottom: 16px;
}

.order_payment_method .payment_method_content li .payment_methods_down p {
    line-height: 1.5;
}

.order_payment_method .payment_method_content li .payment_methods_on {
    display: block;
}

.order_payment_method .payment_method_content li .accepted_payment_list {
    /* position: absolute;
    right: 20px;
    top: -5px; */
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: 28px;
    gap: 10px;
}
/* .payment_methods_down  .accepted_payment_list .accepted_payment_image{
    margin-bottom: 10px !important;
} */

.order_payment_method .payment_method_content li .accepted_payment_image {
    display: block;
    height: 26px;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    overflow: hidden;
}

.order_payment_method .payment_method_content li .accepted_payment_list span:last-child {
    margin-right: 0;
}

.order_payment_method .payment_method_content li .accepted_payment_image img {
    height: 26px;
}

.order_payment_method .payment_method_content li .accepted_payment_image_more {
    line-height: 1;
    margin-top: -6px;
    font-weight: bold;
}

.order_payment_method .payment_method_content li .payment_methods_down .accepted_payment_list {
    position: relative;
    margin-top: 20px;
    right: auto;
    top: auto;
}

.order_payment_method .billing_address_box {
    margin-top: 40px;
}

.order_payment_method .billing_address_title {
    line-height: 28px;
    margin-bottom: 8px;
    font-size: 18px;
    position: relative;
    color: #333;
}

.order_payment_method .billing_address_detail {
    margin-bottom: 8px;
    color: #888;
}

.order_payment_method .billing_address_content ul {
    border-radius: 5px;
    border: 1px solid #d9d9d9;
}

.order_payment_method .billing_address_content li {
    border-top: 1px solid #d9d9d9;
    list-style-type: none;
}

.order_payment_method .billing_address_content li:first-child {
    border-top: none;
}

.order_payment_method .billing_address_content .shipping_address_content {
    padding: 12px;
    border-radius: 0;
    background: #f5f5f5;
    border: 0;
    border-top: 1px solid #d9d9d9;
}

.order_payment_method .billing_address_content .shipping_address_content li {
    list-style-type: none;
    grid-template-rows: 50% 50%;
    margin-bottom: 8px;
    border: 0;
}

.order_payment_method .billing_address_content .shipping_address_content li:last-child {
    margin-bottom: 0;
}

.order_payment_method .billing_address_content .shipping_address_content li.shipping_address_name {
    display: flex;
    justify-content: space-between;
}

.order_payment_method .billing_address_content .shipping_address_content li.shipping_address_name .order_text_box {
    width: calc(50% - 4px);
}

.order_payment_method .billing_address_content .shipping_address_content li.shipping_address_3 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    /* gap: 16px; */
}

.order_payment_method .billing_address_content .shipping_address_content li.shipping_address_3 .order_select_box,
.order_payment_method .billing_address_content .shipping_address_content li.shipping_address_3 .order_text_box {
    flex: 1;
}

.order_payment_method .billing_address_content .shipping_address_content li.shipping_address_3 .order_select_box:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 46px;
    border-radius: 3px;
    background: #fff;
}

.order_payment_method .billing_address_content .shipping_address_content li .checkbox_label {}




.order_payment_method .order_contact_information_btn {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;

}

.order_payment_method .order_contact_information_btn .order_btn {
    position: relative;
    height: 60px;
    line-height: 60px;
    padding: 0 25px;
    background: #e85c89;
    border-radius: 5px;
    color: #fff;
    min-width: 100px;
    text-align: center;
    box-sizing: border-box;
    font-weight: 500;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.order_payment_method .order_contact_information_btn .order_btn svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
    width: 20px;
    height: 20px;
    fill: #fff;
}

.order_payment_method .order_contact_information_btn .return_cart {
    display: flex;
    align-items: center;
}

.order_payment_method .order_contact_information_btn .return_cart svg {
    margin-right: 5px;
}


.order_payment_method .order_contact_information_right {
    width: 42%;
    padding-left: 4%;
    position: relative;
    padding-top: 50px;
    min-height: 100vh;
    box-sizing: border-box;
}

.order_payment_method .order_contact_information_right:after {
    content: "";
    display: block;
    width: 300%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: #fafafa;
    z-index: -1;
    -webkit-box-shadow: 1px 0 0 #e1e1e1 inset;
    box-shadow: 1px 0 0 #e1e1e1 inset;
}

.order_payment_method .product_info_list {
    padding: 10px 0 20px;
    max-height: calc(100vh - 520px);
    overflow-y: hidden;
    position: relative;
}

.order_payment_method .product_info_list .order_product_list_tip {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    height: 32px;
    line-height: 32px;
    color: #fafafa;
    padding: 0 20px;
    border-radius: 20px;
    background: rgba(50, 50, 50, 0.85);
    white-space: nowrap;
    display: none;
    z-index: 2;
}

.order_payment_method .product_info_list .order_product_list_tip svg {
    width: 14px;
    height: 32px;
    vertical-align: top;
    fill: #fff;
    margin-left: 5px;
}

.order_payment_method .product_info_list ul {}

.order_payment_method .product_info_list li {
    display: -webkit-flex;
    display: flex;
    /* align-items: center; */
    margin-bottom: 15px;
}

.order_payment_method .product_info_list li:last-child {
    margin-bottom: 0;
}

.order_payment_method .product_info_list li .order_product_pic {
    width: 64px;
    height: 64px;
    border-radius: 8px;
    background: #fff;
    position: relative;
}

.order_payment_method .product_info_list li .order_product_pic_img {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    z-index: 1;
}

.order_payment_method .product_info_list li .order_product_pic_img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.order_payment_method .product_info_list li .order_product_num {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(114, 114, 114, 0.9);
    color: #fff;
    z-index: 3;
    font-size: 12px;
}

.order_payment_method .product_info_list li .order_product_pic::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 8px;
    border: 1px rgba(0, 0, 0, 0.1) solid;
    z-index: 2;
}

.order_payment_method .product_info_list li .order_product_content {
    padding-left: 15px;
    /* width: calc(100% - 175px); */
    flex: 1;
}

.order_payment_method .product_info_list li .order_product_name {
    color: #323233;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 18px;
    max-height: 36px;
    margin-bottom: 5px;
}

.order_payment_method .product_info_list li .order_product_sku {
    color: #717171;
}

.order_payment_method .product_info_list li .order_product_price {
    color: #323233;
    font-weight: 500;
    width: 100px;
    text-align: right;
}

.order_payment_method .order_discount {
    padding: 20px 0;
    border-top: 1px solid #d9d9d9;
}

.order_payment_method .order_discount .order_discount_form {
    display: flex;
}

.order_payment_method .order_discount .order_discount_coupon_code {
    display: inline-flex;
    align-items: center;
    height: 38px;
    background: rgba(113, 113, 113, 0.11);
    margin-top: 15px;
    border-radius: 5px;
    padding: 0 10px;
}

.order_payment_method .order_discount .order_discount_coupon_code>svg {
    margin-right: 5px;
    fill: #717171;
}

.order_payment_method .order_discount .order_discount_coupon_code .close_coupon_code {
    display: block;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    cursor: pointer;
}

.order_payment_method .order_discount .order_discount_code_btn {
    margin-left: 10px;
    width: 90px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: #c8c8c8;
    color: #fff;
    border: 0;
    border-radius: 5px;
}

.order_payment_method .order_discount .order_discount_code_btn_on {
    background: #333;
    cursor: pointer;
}

.order_payment_method .order_discount .order_text_box {
    width: calc(100% - 100px);
}

.order_payment_method .order_contact_information_right .order_total_list {
    padding: 20px 0;
    border-top: 1px solid #d9d9d9;
}

.order_payment_method .order_total_list li {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    /* height: 30px; */
}

.order_payment_method .order_total_price {
    padding: 20px 0;
    border-top: 1px solid #d9d9d9;
    display: flex;
    justify-content: space-between;
}



.order_payment_method .change_address {
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    padding: 0 15px;
}

.order_payment_method .change_address li {
    list-style-type: none;
    display: flex;
    align-items: center;
    height: 50px;
    border-bottom: 1px solid #d9d9d9;
}

.order_payment_method .change_address li .name {
    min-width: 75px;
    margin-right: 10px;
}

.order_payment_method .change_address li .value {
    /* width: calc(100% - 75px); */
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    flex: 1;
    flex-shrink: 0;
    line-height: 18px;
    max-height: 36px;
}

.order_payment_method .change_address li:last-child {
    border-bottom: none;
}

.order_payment_method .change_address li:nth-child(2),
.order_payment_method .change_address li:nth-child(3) {
    justify-content: space-between;
}

.order_payment_method .change_address li:nth-child(3) .value,
.order_payment_method .change_address li:nth-child(2) .value {
    width: calc(100% - 125px);
}






.checkout-main .order_discount {
    padding: 12px 0;
    border-top: 1px solid #d9d9d9;
}

.checkout-main .order_discount .order_discount_form {
    display: flex;
}

.checkout-main .order_discount .order_discount_coupon_code {
    display: inline-flex;
    align-items: center;
    background: rgba(113, 113, 113, 0.11);
    margin-top: 15px;
    border-radius: 5px;
    padding: 0 10px;
    height: 38px;
}
.checkout-main .order_discount .order_discount_coupon_code.not_available {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 70px;
}

.checkout-main .order_discount .order_discount_coupon_code>div {
    display: inline-flex;
    align-items: center;
    font-weight: bold;
}
.checkout-main .order_discount .order_discount_coupon_code>div span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.checkout-main .order_discount .order_discount_coupon_code.not_available>div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.checkout-main .order_discount .order_discount_coupon_code.not_available .tip_code {
    color: #e32c2b;
    margin-top: 5px;
    padding: 0 10px;
    width: 100%;
}

.checkout-main .order_discount .order_discount_coupon_code>div span>svg {
    fill: #717171;
}

.checkout-main .order_discount .order_discount_coupon_code .close_coupon_code {
    display: block;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    cursor: pointer;
}


.checkout-main .order_discount .order_discount_code_btn {
    margin-left: 10px;
    width: 90px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: #c8c8c8;
    color: #fff;
    border: 0;
    border-radius: 5px;
}

.checkout-main .order_discount .order_discount_code_btn_on {
    background: #333;
    cursor: pointer;
}

.checkout-main .order_discount .order_text_box {
    width: calc(100% - 100px);
}







.pop_change_addresss {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.pop_change_addresss .pop_change_addresss_wrapper {
    width: 750px;
    box-sizing: border-box;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
}

.pop_change_addresss .pop_change_addresss_top {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding: 0 10px;
    margin: 0 0 10px;
    display: flex;
    justify-content: space-between;
}

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

.pop_change_addresss .pop_change_addresss_mid ul {
    padding: 0 10px;
}

.pop_change_addresss .pop_change_addresss_mid li {
    min-height: 88px;
    border: 1px solid #dcdcdc;
    padding: 10px 15px;
    box-sizing: border-box;
    margin: 0 0 12px;
    border-radius: 5px;
    position: relative;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.checkout-main .pop_change_addresss_mid li .order_radio_box {
    width: 35px;
}

.checkout-main .pop_change_addresss_mid li .order_radio_box .radio_label {
    padding: 0;
}

.checkout-main .pop_change_addresss_mid li .pop_order_address_content {
    width: calc(100% - 55px);
}

.pop_change_addresss .address-name {
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
    margin: 1px 0;
}

.pop_change_addresss .address-txt {
    line-height: 24px;
    width: 100%;
}

.pop_change_addresss .address-edit svg {
    color: #333;
}

.pop_change_addresss .pop_change_addresss_btn {
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

.pop_change_addresss .pop_change_addresss_btn a {
    display: block;
    font-size: 14px;
    width: 158px;
    height: 42px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #333;
    border-radius: 5px;
    margin: 0 10px;
    transition: all 0.3s;
}

.pop_change_addresss .pop_change_addresss_btn a:hover {
    background: #333;
    color: #fff;
}

.pop_change_addresss_on {
    opacity: 1;
    visibility: visible;
}



.order_shipping_method .shipping_method_content li .shipping_method_remark {
    padding: 10px 20px 0px 48px;
    color: #999;
    font-size: 12px;
}

.order_shipping_method .shipping_method_content li .shipping_method_remark img {
    max-width: 100%;
}






/*公共*/
.field__icon {
    width: 44px;
    height: 46px;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    cursor: pointer;
}

.field__icon svg {
    fill: #919191;
}

.field__icon .field__message {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: 80%;
    width: 300px;
    margin: 0 0 5px 0;
    padding: 10px 14px;
    border-radius: 4px;
    white-space: normal;
    font-size: 12px;
    font-style: normal;
    text-align: center;
    color: #fff;
    display: block;
    z-index: 200;
    -webkit-transition: all 0.3s cubic-bezier(0.3, 0, 0, 1);
    transition: all 0.3s cubic-bezier(0.3, 0, 0, 1);
    -webkit-transform: rotateX(20deg) scale(0.8);
    transform: rotateX(20deg) scale(0.8);

    -webkit-backface-visibility: hidden;
    background-color: rgba(51, 51, 51, 0.9);
    visibility: hidden;
    opacity: 0;
    -webkit-transform-origin: center 120%;
    transform-origin: center 120%;
    right: 50%;
    margin-right: -150px;
}

.field__icon:hover .field__message {
    -webkit-transform: rotateX(0deg) scale(1);
    transform: rotateX(0deg) scale(1);
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
}

.field__icon .field__message:after {
    content: "";
    position: absolute;
    top: 100%;
    right: 50%;
    margin-right: -6px;
    width: 0;
    border: 6px solid transparent;
    border-top-color: rgba(51, 51, 51, 0.9);
}









.checkout-main .order_text_box {
    position: relative;
}

.checkout-main .text_label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    line-height: 44px;
    padding: 0 10px;
    color: #737373;
    font-size: 12px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.2s ease-out;
}

.checkout-main .order_discount_form .order_text_box .text_label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
}

.checkout-main .order_text {
    height: 46px;
    box-sizing: border-box;
    width: 100%;
    background: #fff;
    border: 1px solid #d9d9d9;
    text-indent: 10px;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.checkout-main .order_text:focus {
    outline: none;
    border-color: #767676;
    -webkit-box-shadow: 0 0 0 1px #767676;
    box-shadow: 0 0 0 1px #767676;
}

.checkout-main .order_text_on .text_label {
    line-height: 28px;
}

.checkout-main .order_text_on .order_text {
    padding-top: 18px;
    line-height: 20px;
}

.checkout-main .top-border {
    border-color: #e32c2b !important;
    -webkit-box-shadow: 0 0 0 1px #e32c2b;
    box-shadow: 0 0 0 1px #e32c2b;
}

.checkout-main .tip {
    color: #e32c2b;
    margin-top: 5px;
}


.checkout-main .order_textarea_box {
    position: relative;
}

.checkout-main .textarea_label {
    position: absolute;
    left: 0;
    top: 10px;
    line-height: 20px;
    padding-left: 10px;
    color: #737373;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.checkout-main .order_textarea {
    height: 90px;
    box-sizing: border-box;
    width: 100%;
    background: #fff;
    border: 1px solid #d9d9d9;
    padding: 10px;
    border-radius: 5px;
    line-height: 20px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.checkout-main .order_textarea:focus {
    outline: none;
    border-color: #767676;
    -webkit-box-shadow: 0 0 0 1px #767676;
    box-shadow: 0 0 0 1px #767676;
}

.checkout-main .order_textarea_on .textarea_label {
    line-height: 28px;
    top: 0;
}

.checkout-main .order_textarea_on .order_textarea {
    padding-top: 20px;
    line-height: 20px;
    height: 90px;
}



.checkout-main .order_checkbox_box {
    margin: 15px 0px;
    height: 18px;
    line-height: 18px;
    position: relative;
    cursor: pointer;
}

.checkout-main .order_checkbox {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.checkout-main .checkbox_label {
    cursor: pointer;
    display: inline-block;
    position: relative;
}

.checkout-main .checkbox_label .check_icon {
    display: inline-block;
    vertical-align: top;
    height: 18px;
    width: 18px;
    border: 1px solid #ccc;
    background: #fff;
    box-sizing: border-box;
    border-radius: 3px;
    text-align: center;
    margin-right: 10px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.checkout-main .checkbox_label .check_icon svg {
    height: 16px;
    width: 10px;
    opacity: 0;
    fill: #fff;
}

.checkout-main .order_checkbox:checked+span.check_icon {
    -webkit-box-shadow: 0 0 0 10px #767676 inset;
    box-shadow: 0 0 0 10px #767676 inset;
    border-color: #767676;
}

.checkout-main .order_checkbox:disabled+span.check_icon {
    -webkit-box-shadow: 0 0 0 10px #767676 inset;
    box-shadow: 0 0 0 10px #767676 inset;
    border-color: #767676;
}
.checkout-main .order_checkbox:disabled+span.check_icon {
    -webkit-box-shadow: 0 0 0 10px #ededed inset;
    box-shadow: 0 0 0 10px #ededed inset;
    border-color: #d9d9d9;
    cursor: not-allowed !important;
}

.checkout-main .order_checkbox:checked+span.check_icon svg {
    opacity: 1;
}

.checkout-main .order_select_box {
    position: relative;
}

.checkout-main .order_select_box .select_label {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    line-height: 28px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    color: #737373;
    z-index: 9;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.checkout-main .order_select_box select {
    height: 46px;
    width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    padding-top: 18px;
    line-height: 20px;
    padding-left: 10px;
    background: transparent;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 5;
    padding-right: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 9;
}

.checkout-main .order_select_box select:-internal-autofill-selected {
    background: transparent !important;
}

.checkout-main .order_select_box .order_select_icon {
    width: 30px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 13px;
    border-left: 1px rgba(179, 179, 179, 0.5) solid;
    text-align: center;

}

.checkout-main .order_select_box .order_select_icon svg {
    height: 20px;
    width: 10px;
    fill: #919191
}

.checkout-main .order_select_box select:focus {
    outline: none;
    border-color: #767676;
    -webkit-box-shadow: 0 0 0 1px #767676;
    box-shadow: 0 0 0 1px #767676;
}



.checkout-main .order_select_box_2 {
    position: relative;
}

.checkout-main .order_select_box_2 select {
    height: 46px;
    width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    line-height: 20px;
    padding-left: 10px;
    background: none;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 5;
    padding-right: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.checkout-main .order_select_box_2 .order_select_icon {
    width: 30px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 13px;
    border-left: 1px rgba(179, 179, 179, 0.5) solid;
    text-align: center;

}

.checkout-main .order_select_box_2 .order_select_icon svg {
    height: 20px;
    width: 10px;
    fill: #919191
}

.checkout-main .order_select_box_2 select:focus {
    outline: none;
    border-color: #767676;
    -webkit-box-shadow: 0 0 0 1px #767676;
    box-shadow: 0 0 0 1px #767676;
}





















.checkout-main .order_radio_box {
    padding: 15px 0;
    position: relative;
}

.checkout-main .radio_label {
    height: 20px;
    padding: 0 15px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    outline: none;
}

.checkout-main .order_radio {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.checkout-main .radio_icon {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    /* -webkit-box-shadow: 0 0 0 1px #ccc inset;
    box-shadow: 0 0 0 1px #ccc inset;
    -webkit-transition: all 0.2s ease-in-out; */
    transition: all 0.2s ease-in-out;
    margin-right: 10px;
    position: relative;
    flex-shrink: 0;
}

.checkout-main .radio_icon:after {
    width: 4px;
    height: 4px;
    margin-left: -2px;
    margin-top: -2px;
    background-color: #fff;
    border-radius: 50%;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.2s ease-in-out 0.1s;
    transition: all 0.2s ease-in-out 0.1s;
}

.checkout-main .radio_t {
    position: absolute;
    right: 15px;
    top: 0;
    font-weight: 500;
}

.checkout-main .radio_t .radio_old {
    text-decoration: line-through;
    color: #999;
    margin-right: 5px;
}

.checkout-main .order_radio:checked+span {
    /* -webkit-box-shadow: 0 0 0 10px #cccccc inset;
    box-shadow: 0 0 0 10px #cccccc inset; */
    border: 6px solid  #767676;
}

.checkout-main .order_radio:checked+ .payment_methods-label .radio_icon {
    /* -webkit-box-shadow: 0 0 0 10px #cccccc inset;
    box-shadow: 0 0 0 10px #cccccc inset; */
    border: 6px solid  #767676;

}


/*小费*/

.ordertip_custom_text {
    height: 46px;
    box-sizing: border-box;
    width: 100%;
    background: #fff;
    border: 1px solid #d9d9d9;
    text-indent: 10px;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease-out;
    color: #737373;
    transition: all 0.2s ease-out;
}

.ordertip {
    margin: 0 auto;
    margin-top: 40px;
}



.ordertip .ordertip_title {
    line-height: 28px;
    margin-bottom: 8px;
    font-size: 18px;
    position: relative;
    color: #333;
    font-weight: bold;
}

.ordertip_content {
    border: 1px solid #d9d9d9;
    border-radius: 5px;
}

.ordertip_content .ordertip_subtitle {
    padding: 20px 15px;
    display: flex;
}

.ordertip_content .ordertip_con {
    padding: 15px;
    background: #fafafa;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.ordertip_select {
    display: flex;
    margin-bottom: 20px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
}

.ordertip_select li {
    width: 100%;
    padding: 0px;
    box-sizing: border-box;
    cursor: pointer;
    border-right: 1px solid #d9d9d9;
    display: flex;
}

.ordertip_select li:last-child {
    border-right: 0px;
}

.ordertip_select li .con {
    border: 2px solid #FFF;
    padding: 5px 0;
    background: #fff;
    text-align: center;
    width: 100%;
}

.ordertip_select li .con div {
    padding: 0px;
}

.ordertip_select li .con .percent {
    color: #333;
    margin-bottom: 5px;
}

.ordertip_select li .con .price {
    color: #333;
}

.ordertip_select li .con .fix_price {
    line-height: 38px;
}

.ordertip_select li .con.on {
    border-color: #333;
}

.ordertip_select li:first-child .con {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.ordertip_select li:last-child .con {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.ordertip_select li .con.on div {
    color: #333;
}

.ordertip_select li .con.on .price {
    font-weight: bold;
}

.ordertip_select li .con .none {
    height: 100%;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ordertip_custom_box {
    position: relative;
    margin: 0 0 20px;
    display: flex;
}

.ordertip_text_box {
    position: relative;
    display: flex;
    border: 1px solid #d9d9d9;
    background: #fff;
    border-radius: 5px;
    max-width: 100%;
    flex-grow: 1;
}

.ordertip_text_box .ordertip_label {
    border-right: 1px solid #d9d9d9;
    padding-right: 10px;
    top: 10px;
    line-height: 25px;
    height: 25px;
    min-width: 20px;
    text-align: center;
    padding-left: 10px;
    color: #737373;
    margin: 10px 0;
    white-space: nowrap;
}

.ordertip_text_box .ordertip_custom_text {
    border: none;
    width: 100%;
    background: none;
}

.ordertip_text_box .ordertip_custom_success_svg {
    position: absolute;
    right: 10px;
    top: 13px;
    display: none;
}

.ordertip_text_box .ordertip_custom_success_svg svg {
    width: 20px;
    height: 20px;
    fill: #079807;
}

.ordertip_remarks {
    color: #666;
}

.ordertip_custom_box .ordertip_custom_button {
    width: auto;
    min-width: 100px;
    list-style: none;
    border: 0px;
    border-style: none;
    color: #FFF;
    background: #cccccc;
    cursor: pointer;
    margin-left: 15px;
    padding: 0px 20px;
    border-radius: 5px;
    height: 48px;
    line-height: 48px;
    overflow: hidden;
    white-space: nowrap;
}

.ordertip_custom_box .ordertip_custom_button:hover {
    opacity: 0.8;
}

.ordertip_custom_box .on {
    background: #333 !important;
}



.wap_order_summary {
    padding: 10px 0;
    width: 100%;
    box-sizing: border-box;
    background: #fafafa;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    cursor: pointer;
    display: none;
    min-height: 60px;
}

.wap_order_summary .order-summary-toggle__icon-wrapper {
    margin-right: 10px;
}

.wap_order_summary .order-summary-toggle__icon-wrapper svg {
    fill: #767676;
    -webkit-transition: fill 0.2s ease-in-out;
    transition: fill 0.2s ease-in-out;
}

.wap_order_summary .wrap {
    display: flex;
    align-items: center;
}

.wap_order_summary .order-summary-toggle__text {
    width: calc(100% - 130px);
    display: flex;
    align-items: center;
}

.wap_order_summary .order-summary-toggle__text svg {
    fill: #767676;
    height: 6px;
    margin-left: 5px;
}

.wap_order_summary .order-summary-toggle__text--hide {
    display: none;
}

.wap_order_summary_on .order-summary-toggle__text--show {
    display: none;
}

.wap_order_summary_on .order-summary-toggle__text--hide {
    display: flex;
}

.wap_order_summary .order-summary-price {
    font-size: 18px;
    color: #323232;
    font-weight: 500;
    display: inline-block;
    width: 200px;
    text-align: right;
}
.btn_loading{
    pointer-events: none;
}
.btn_disable{
    pointer-events: none;
    background-color: #ddd !important;
    cursor: not-allowed;
}

.btn_loading span {
    opacity: 0;
}

.btn_loading svg {
    -webkit-animation: rotate 0.5s linear infinite;
    animation: rotate 0.5s linear infinite;
    opacity: 1 !important;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}




/*付款成功，失败，等待*/
.order_contact_information .order-state__success,
.order_contact_information .order-state__failed {
    padding: 0 0 40px;
    position: relative;
}

.order_contact_information .order-state__svg {
    margin-right: 15px;
}

.order_contact_information .order-state__svg svg {}

.order_contact_information .order-state__failed svg {}

.order_contact_information .order-state__waiting svg {}



.order_contact_information .order-state__content {
    color: #5C5C5C;
}

.order_contact_information .order-state__content_1 {}

.order_contact_information .order-state__content_1 .order_num {}

.order_contact_information .order-state__content_1 .thank_txt {
    font-size: 22px;
    margin-top: 10px;
    color: #2F2F2F;
}

.order_contact_information .order-state__content_2 {
    margin-top: 30px;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 20px;
    display: flex;
}

.order_contact_information .order-state__content_2 h4 {
    margin: 0 0 8px;
    color: #25AA53;
    font-weight: 500;
}

.order_contact_information .order-state__content_2 .order-state__waiting h4 {
    color: #E88C4E;
}

.order_contact_information .order-state__email {
    margin-top: 15px;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 20px;
    display: flex;
}

.order_contact_information .order-state__email h4 {
    margin: 0 0 8px;
    font-weight: 500;
    color: #2F2F2F;
}

.order_contact_information .order-state__email p span {
    color: #2F2F2F;
    font-weight: 500;
}

.order_contact_information .order-linked__service {
    margin-top: 15px;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 20px;
    display: flex;
}
.order_contact_information .order-linked__service .order-state__svg img{
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
}

.order_contact_information .order-linked__service h4{
    margin: 0 0 8px;
    font-weight: 500;
    color: #2F2F2F;
    word-break: break-word;
}
.order_contact_information .order-linked__service p{
    color: #888888;
    word-break: break-word;
}

.order_contact_information .order-state__content_3 h4 {
    font-size: 18px;
    margin-bottom: 15px;
    width: 100%;
    color: #2F2F2F;
    font-weight: normal;
}

.order_contact_information .order-state__content_3 {
    margin-top: 15px;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.order_contact_information .order-state__content_3 dl {
    width: calc(50% - 10px);
    margin-bottom: 20px;
    line-height: 1.5;
}

.order_contact_information .order-state__content_3 dl dt {
    font-size: 14px;
    margin-bottom: 8px;
    color: #2F2F2F;
    font-weight: 500;
}


.order_contact_information .order-state__btn {
    margin-top: 20px;
    display: flex;
    display: -webkit-flex;
    flex-direction: row-reverse;
}

.order_contact_information .order-state__btn a {
    position: relative;
    height: 60px;
    line-height: 60px;
    padding: 0 25px;
    background: #e85c89;
    border-radius: 5px;
    color: #fff;
    min-width: 100px;
    text-align: center;
    box-sizing: border-box;
    font-weight: 500;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out,
        box-shadow 0.2s ease-in-out,
        -webkit-box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.order_contact_information .order-state__btn a:hover {
    opacity: 0.9;
}




#go_payment {
    display: inline-block;
    position: relative;
    height: 60px;
    line-height: 60px;
    padding: 0 25px;
    background: #e85c89;
    border-radius: 5px;
    color: #fff;
    min-width: 100px;
    text-align: center;
    box-sizing: border-box;
    font-weight: 500;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

/*加载动画*/
.ajaxloading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999999;
}

.ajaxloading svg {
    width: 60px;
    height: 60px;
    fill: #000;
    -webkit-animation: rotate 0.7s linear infinite;
    animation: rotate 0.7s linear infinite;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}




.checkout-main .insurance {
    border-radius: 5px;
    border: 1px dashed #ddd;
    padding: 0 15px;
    margin: 10px 0 0;
}

.checkout-main .insurance .field__icon {
    position: relative;
}

.checkout-main .insurance .radio_t {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.checkout-main .insurance .order_checkbox_box {
    display: flex;
    align-items: center;
    padding: 15px 0px;
    margin: 0;
}

.checkout-main .insurance .wap_help_icon,
.checkout-main .insurance .help_icon {
    margin-left: 8px;
    position: relative;
}

.checkout-main .insurance .wap_help_icon svg,
.checkout-main .insurance .help_icon svg {
    fill: #767676;
}

.checkout-main .insurance .help_content {
    display: none;
}

.checkout-main .insurance .help_content_wrapper {
    position: absolute;
    left: 30px;
    top: -15px;
    width: 400px;
    border: 1px solid #e8e7e9;
    background: #fff;
    padding: 10px;
    font-size: 12px;
    line-height: 18px;
    white-space: normal;
    box-sizing: border-box;
    z-index: 99;
}

.checkout-main .insurance .wap_help_icon {
    display: none;
}

.checkout-main .insurance .wap_help_content {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.checkout-main .insurance .wap_help_content.on {
    opacity: 1;
    visibility: visible;
}

.checkout-main .insurance .wap_help_content .wap_help_content_close {
    margin: 0 0 15px;
}

.checkout-main .insurance .wap_help_content .wap_help_content_close svg {
    fill: #fff;
}

.checkout-main .insurance .wap_help_content_wrapper {
    background: #fff;
    display: block;
    width: calc(100% - 28px);
    max-height: calc(100vh - 60px);
    border-radius: 5px;
    padding: 15px;
    box-sizing: border-box;
}

/*=======order_service=======*/
.checkout-main .order_service {
    margin-top: 40px;
}
.checkout-main .order_service .order_service_list{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    list-style: none;
    flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
    .checkout-main .order_service .order_service_list{
        grid-template-columns: repeat(2,1fr);
    }
}

.checkout-main .order_service .order_service_list li{
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    max-width: 100%;
    cursor: pointer;
    height: 48px;
    box-sizing: border-box;
}
.checkout-main .order_service .order_service_list li.select{
    border-color: #767676;
    box-shadow: 0 0 0 1px #767676;
}
.checkout-main .order_service .order_service_list li .service_avatar{
    margin-right: 10px;
}
.checkout-main .order_service .order_service_list li .service_avatar img{
    height: 36px;
    width: 36px;
    border-radius: 50%;
    object-fit: cover;
}
.checkout-main .order_service .order_service_list li .service_avatar svg {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}
.checkout-main .order_service .order_service_list li .service_avatar svg path{
    fill: #545454;
}
.checkout-main .order_service .order_service_list li .service_name{
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

/*支付错误弹窗*/
.payment_failed_pop {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    z-index: 999999;
}

.payment_failed_pop .payment_failed_warpper {
    max-width: 520px;
    width: 90%;
    box-sizing: border-box;
    padding: 60px 30px 30px;
    background: #fff;
    border-radius: 5px;
    text-align: center;
}

.payment_failed_pop .payment_failed_warpper h4 {
    font-size: 18px;
    color: #DB2739;
    margin-top: 30px;
}

.payment_failed_pop .payment_failed_warpper p {
    color: #666;
    margin-top: 10px;
}

.payment_failed_pop .payment_failed_warpper a {
    display: block;
    height: 55px;
    line-height: 55px;
    background: #333;
    color: #fff;
    margin-top: 60px;
    border-radius: 5px;
    font-weight: bold;
}

.close_payment_failed {
    opacity: 0;
    visibility: hidden;
}


.paypal_checkout_button {
    background: #ffc439;
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
    line-height: 45px;
    height: 45px;
}

.paypal_checkout_button img {
    position: relative;
    top: 50%;
}

.paypal_checkout_button .paypal-button-logo {
    vertical-align: top;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    text-align: left;
}

.paypal_checkout_button .paypal-button-logo {
    height: 24px;
    max-height: 33px;
    min-height: 22px;
}

@media screen and (max-width:1000px) {
    .field__icon .field__message:after {
        right: 22px;
    }

    .field__icon .field__message {
        right: 0;
        -webkit-transform-origin: 90% 120%;
        transform-origin: 90% 120%;
        margin-right: 0;
        width: 240px;
    }

    .field__icon .field__message_right {
        margin-right: -188px;
    }
    .field__icon .field__message_right:after {
        left: 22px;
        right: 0;
    }

    .checkout-main .insurance .field__icon .field__message:after {
        right: 50%;
    }

    .checkout-main .insurance .field__icon .field__message {
        right: 50%;
        -webkit-transform-origin: center 120%;
        transform-origin: center 120%;
        margin-right: -120px;
    }

    .checkout-main {
        padding: 60px 0 0;
    }

    header {
        margin: 0 0 15px;
    }
    .checkout_order_number{
        margin-top: 15px;
        padding-bottom: 15px;
    }
    header .logo {
        position: absolute;
        left: 0;
        top: 0;
        height: 60px;
        background: #fff;
        width: 100%;
        padding: 0 15px;
        display: flex;
        align-items: center;
        box-sizing: border-box;
    }

    .wrap {
        width: 100%;
        padding: 0 15px;
        margin: 0 auto;
        box-sizing: border-box;
    }

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

    .order_contact_information .order_contact_information_wrapper,
    .order_shipping_method .order_contact_information_wrapper,
    .order_payment_method .order_contact_information_wrapper {
        flex-direction: column-reverse;
        padding: 0;
        width: 100%;
        min-height: auto !important;
        box-sizing: border-box;
    }

    .order_shipping_method .order_contact_information_left,
    .order_shipping_method .order_contact_information_right,
    .order_payment_method .order_contact_information_left,
    .order_payment_method .order_contact_information_right,
    .order_contact_information .order_contact_information_left,
    .order_contact_information .order_contact_information_right {
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
        min-height: auto;
    }

    .order_contact_information .order_contact_information_right,
    .order_shipping_method .order_contact_information_right,
    .order_payment_method .order_contact_information_right {
        display: none;
        border-bottom: 1px solid #d9d9d9;
        overflow-x: hidden;
    }

    .order_payment_method .billing_address_content .shipping_address_content li.shipping_address_name,
    .order_payment_method .billing_address_content .shipping_address_content li.shipping_address_3,
    .order_contact_information .shipping_address_content li.shipping_address_3,
    .order_contact_information .shipping_address_content li.shipping_address_name {
        flex-wrap: wrap;
    }

    .order_payment_method .billing_address_content .shipping_address_content li.shipping_address_name .order_text_box,
    .order_contact_information .shipping_address_content li.shipping_address_name .order_text_box {
        width: 100%;
    }

    .order_payment_method .billing_address_content .shipping_address_content li.shipping_address_name .order_text_box:first-child,
    .order_contact_information .shipping_address_content li.shipping_address_name .order_text_box:first-child {
        margin-bottom: 8px;
    }
    .checkout-layout-card .order_payment_method .billing_address_content .shipping_address_content li.shipping_address_name .order_text_box:first-child,
    .checkout-layout-card .order_contact_information .shipping_address_content li.shipping_address_name .order_text_box:first-child {
        margin-bottom: 12px !important;
    }

    .order_payment_method .billing_address_content .shipping_address_content li.shipping_address_3 .order_select_box,
    .order_payment_method .billing_address_content .shipping_address_content li.shipping_address_3 .order_text_box,
    .order_contact_information .shipping_address_content li.shipping_address_3 .order_select_box,
    .order_contact_information .shipping_address_content li.shipping_address_3 .order_text_box {
        width: 100%;
        margin-left: 0 !important;
        flex: auto;
    }
    .order_contact_information .shipping_address_content li.shipping_address_3 .country_phone_code_box {
        min-width: 130px;
    }
    
    .different_billing_address_content .shipping_address_content li.shipping_address_3 .country_phone_code_box {
        min-width: 130px;
    }

    #new_shipping_address_area,#billing_address_area, #shipping_address_provinces_box,#shipping_address_postal_code_box,#indonesia_area_box,#shipping_address_postal_code_box_indonesia_box{
        margin-top: 8px !important;
    }
    .checkout-layout-card #new_shipping_address_area,
    .checkout-layout-card #billing_address_area, 
    .checkout-layout-card #shipping_address_provinces_box,
    .checkout-layout-card #shipping_address_postal_code_box,
    .checkout-layout-card #indonesia_area_box,
    .checkout-layout-card #shipping_address_postal_code_box_indonesia_box {
        margin-top: 12px !important;
    }

    .order_contact_information_right:after {
        box-shadow: none;
        -webkit-box-shadow: none;
    }

    .order_contact_information .order_email .order_email_title {
        flex-wrap: wrap;
        height: auto;
    }

    /* .order_payment_method .billing_address_content .shipping_address_content li.shipping_address_3 div:nth-child(2),
    .order_contact_information .shipping_address_content li.shipping_address_3 div:nth-child(2) {
        margin: 12px 0  !important;
    }
    .order_payment_method .billing_address_content .shipping_address_content li.shipping_address_3 .order_text_box,
    .order_contact_information .shipping_address_content li.shipping_address_3 .order_text_box {
        margin: 12px 0 0 0 !important;
    } */

    .order_contact_information .product_info_list,
    .order_shipping_method .product_info_list,
    .order_payment_method .product_info_list {
        max-height: 240px;
        overflow-y: auto;
    }

    .order_contact_information .order_contact_information_right:after {
        box-shadow: none;
    }


    .order_contact_information .order_contact_information_btn,
    .order_shipping_method .order_contact_information_btn,
    .order_payment_method .order_contact_information_btn {
        flex-direction: column-reverse;
    }

    .order_contact_information .order_contact_information_btn .return_cart,
    .order_shipping_method .order_contact_information_btn .return_cart,
    .order_payment_method .order_contact_information_btn .return_cart {
        justify-content: center;
        margin-top: 40px;
    }

    .order_contact_information .order_total_price .value {
        font-size: 24px;
        font-weight: bold;
    }

    .payment_method_content #pp-message,
    .payment_method_content #paypal-button-container {
        width: 100% !important;
    }

    .order_shipping_method .shipping_method_title,
    .order_shipping_method .payment_method_title,
    .order_contact_information .shipping_address_title,
    .order_contact_information .order_email .order_email_title {
        margin-bottom: 10px;
    }




    .order_contact_information .order-state__success,
    .order_contact_information .order-state__failed {
        flex-direction: column;
    }

    .order_contact_information .order-state__btn {
        flex-direction: column;
    }

    .order_contact_information .order-state__content {
        margin-top: 20px;
    }

    .order_contact_information .order-state__btn a {
        width: 100%;
        text-align: center;
    }

    .order_contact_information .order-state__btn a.btn1 {
        margin-bottom: 15px;
    }

    .order_contact_information .order-state__information {
        margin-top: 15px;
    }

    .order_contact_information .order-state__information span {
        line-height: 20px;
    }

    .order_contact_information .order-state__btn {
        margin-top: 24px;
    }

    #go_payment {
        width: 100%;
    }

    .checkout-main .insurance .wap_help_icon {
        display: block;
    }

    .checkout-main .insurance .help_icon {
        display: none;
    }

    .address_order_contact_information {
        margin-top: -60px;
    }

    .address_order_contact_information header .logo {
        position: relative;
        padding: 0;
    }

    .address_order_contact_information .shipping_address {
        margin-top: 0;
    }

    .logo .shop_name img {
        width: 30px;
        height: 30px;
    }

    .logo .shop_name {
        font-size: 24px;
    }

    .ordertip_custom_box .ordertip_custom_button {
        padding: 0 5px;
        margin-left: 10px;
    }

}

@media screen and (max-width:767px) {
    #order_contact_information .shipping_address_content li:nth-last-child(1) {
        margin-bottom: 20px !important;
    }
    .checkout-layout-car #order_contact_information .shipping_address_content li:nth-last-child(1) {
        margin-bottom: 0px !important;
    }
    .order_contact_information .order-state__content_3 dl {
        width: 100%;
    }

    .order_contact_information .order-state__content_3 h4 {
        margin-bottom: 20px;
    }

    .order_contact_information .order-state__content_3 dl dt {
        margin: 0;
    }

    .order_contact_information .order-state__content_3 dl:last-child {
        margin-bottom: 0;
    }

    .order_contact_information .order-state__content_2,
    .order_contact_information .order-state__content_3 {
        padding: 15px;
    }

    .order_contact_information .order_address_ecpay_checkout {
        padding: 30px 50px;
    }

    .order_shipping_method .shipping_method_content li .radio_name {
        white-space: nowrap;
        max-width: calc(100% - 85px);
        overflow: hidden;
        text-overflow: ellipsis;
    }

}

.mo-editor-reset {
    overflow: hidden;
    word-break: break-all;
}

.mo-editor-reset img,
.mo-editor-reset table,
.mo-editor-reset video {
    max-width: 100% !important;
    height: auto;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;
}

.mo-editor-reset pre {
    white-space: pre-wrap;
}

.mo-editor-reset table {
    border-collapse: collapse;
}

.mo-editor-reset table td {
    max-width: 100% !important;
    border-style: solid;
    border-color: #ccc;
    border-width: 1px;
    padding: 0.4rem;
}

.mo-editor-reset ul,
.mo-editor-reset ol {
    margin: revert;
    padding: revert;
}

.mo-editor-reset ul li {
    list-style: initial
}

.mo-editor-reset ol li {
    list-style: inherit
}

.mo-editor-reset a {
    color: revert;
    text-decoration: underline;
}


/* 物流选择表单提交 */
.checkout-info-title {
    color: #444444;
    font-size: 20px;
    margin-bottom: 8px;
    line-height: 26px;
    margin-top: 40px;
    font-weight: bold;
}

.form-cell {
    padding-bottom: 32px;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 32px;
}

.form-cell .form-cell-desc {
    font-size: 14px;
    line-height: 1.4;
    color: #666666;
    padding-bottom: 4px;
}

.form-box {
    font-size: 14px;
}

.form-box .form-box-label {
    margin-top: 16px;
    color: #666666;
}

.form-box .form-box-content {
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px;
}

.form-box .form-tip {
    color: #e32c2b;
    margin-top: 5px;
}

.form-error .form-textarea-warp,
.form-error .form-input-warp,
.form-error .form-select-warp {
    border: 2px solid #e32c2b;
}

.form-checkbox-warp {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    line-height: unset;
    cursor: pointer;
    padding: 6px 0;
    overflow: hidden;
    margin-right: 20px;
    display: flex;
}

.form-checkbox-warp .form-checkbox {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #000000d9;
    font-size: 14px;
    list-style: none;
    position: relative;
    display: inline-block;
    white-space: nowrap;
    vertical-align: top;
    outline: none;
    cursor: pointer;
}

.form-checkbox-warp .form-checkbox .form-checkbox-input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.form-checkbox-warp .form-checkbox .form-checkbox-input:checked+.form-checkbox-inner {
    box-shadow: 0 0 0 10px #767676 inset;
    border: 1px solid #767676;
}

.form-checkbox-warp .form-checkbox .form-checkbox-input:checked+.form-checkbox-inner svg {
    opacity: 1;
}

.form-checkbox-warp .form-checkbox .form-checkbox-inner {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    border-collapse: separate;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-checkbox-warp .form-checkbox .form-checkbox-inner svg {
    height: 16px;
    width: 10px;
    opacity: 0;
    fill: #fff;
}

.form-checkbox-warp .form-checkbox-text {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    vertical-align: top;
    margin: 0 8px;
    overflow: hidden;

}

.form-radio-warp {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    line-height: unset;
    cursor: pointer;
    padding: 6px 0;
    margin-right: 20px;
    overflow: hidden;
    display: flex;
}

@media screen and (max-width:767px) {
    .form-radio-warp,.form-checkbox-warp {
        padding: 10px 0;
    }
    .order-button-fixed{
        right: 0;
        position: fixed;
        bottom: 0;
        left: 0;
        background: #fff;
        margin-top: 0;
        padding: 20px 15px;
        z-index: 9999;
    }
}


.form-radio-warp .form-radio {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #000000d9;
    font-size: 14px;
    list-style: none;
    position: relative;
    display: inline-block;
    white-space: nowrap;
    vertical-align: top;
    outline: none;
    cursor: pointer;
}

.form-radio-warp .form-radio .form-radio-input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.form-radio-warp .form-radio .form-radio-input:checked+.form-radio-inner {
    border: 6px solid #767676;
}

.form-radio-warp .form-radio .form-radio-input:checked+.form-radio-inner::before {
    width: 4px;
    height: 4px;
    margin-left: -2px;
    margin-top: -2px;
    background-color: #fff;
    border-radius: 50%;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
}

.form-radio-warp .form-radio .form-radio-inner {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #cccccc;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.form-radio-warp .form-radio-text {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    vertical-align: top;
    margin: 0 8px;
    overflow: hidden;
}

.form-textarea-warp {
    height: 90px;
    box-sizing: border-box;
    width: 100%;
    background: #fff;
    border: 1px solid #d9d9d9;
    padding: 10px;
    border-radius: 5px;
    line-height: 20px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.form-textarea-warp::placeholder {
    color: #999999;
}

.form-textarea-warp:focus {
    outline: none;
    border-color: #767676;
    -webkit-box-shadow: 0 0 0 1px #767676;
    box-shadow: 0 0 0 1px #767676;
}

.form-input-warp {
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.form-input-warp .form-input-label {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 46px;
    padding:0 10px;
    color: #737373;
    font-size: 12px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    box-sizing: border-box;
}

.form-input-warp .form-input-input {
    height: 46px;
    box-sizing: border-box;
    width: 100%;
    background: #fff;
    text-indent: 10px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border-radius: 5px;
    border: none;
    outline: none;
}

.input_on .form-input-label {
    line-height: 28px;
    height: 28px;
}

.input_on .form-input-input {
    padding-top: 18px !important;
    line-height: 20px;
}

.form-select-warp {
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    position: relative;
    width: 100%;
}

.form-select-warp .form-select-label {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 28px;
    padding-left: 10px;
    color: #737373;
    font-size: 12px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.form-select-warp .form-select {
    height: 46px;
    width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    padding-top: 18px;
    line-height: 20px;
    padding-left: 10px;
    background: transparent;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 5;
    padding-right: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 9;
    border: none;
    outline: none;
}

.form-select-warp .form-select-icon {
    width: 30px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 13px;
    border-left: 1px rgba(179, 179, 179, 0.5) solid;
    text-align: center;
}

.form-select-warp .form-select-icon svg {
    height: 20px;
    width: 10px;
    fill: #919191;
}

.form-input-warp .form-input-input::placeholder {
    opacity: 0;
}

.form-input-warp .form-input-input:focus::placeholder {
    opacity: 1;
    color: #999999;
}



/* end */

#order_success .order-state-updated{
    display: none;
}

/* 快速弹窗样式修改 */
.quick-iframe-wrap {
    min-width: 60px;
    min-height: 60px;
    background-color: transparent;
}

.quick-iframe-wrap-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    display: inline-block;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    border: 2px solid #fff;
    border-bottom-color: transparent;
    -webkit-animation: loadingRotate 0.75s linear infinite;
    animation: loadingRotate 0.75s linear infinite;
}

@-webkit-keyframes loadingRotate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes loadingRotate {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.quick-iframe {
    height: 0;
    max-height: 90vh;
    background-color: #fff;
    border: none;
    transition: all .35s;
}

.normal-quick-iframe {
    width: 1000px;
}

.simple-quick-iframe {
    width: 500px;
}


.mo-alret-model {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 510000;
}

.mo-alret-model .mo-alret-body {
    padding: 16px 38px;
    background-color: #fff;
    box-shadow: 0 0 10px #ccc;
    border-radius: 6px;
    font-size: 14px;
}

/* /手机端767以下，ipad端768-1024，小屏笔记本1024-1200，台式电脑1200以上 */
@media screen and (max-width: 500px) {
    .simple-quick-iframe {
        width: calc(100vw - 20px);
    }
}


@media screen and (max-width: 1000px) {
    .normal-quick-iframe {
        width: calc(100vw - 20px);
    }
}



.mo-alert-info-model {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 99999999999999;
 }
 
 .mo-alert-info-model .mo-alert-info-body {
    display: inline-flex;
    align-items: center;
    padding: 10px 16px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 3px 6px -4px #0000001f, 0 6px 16px #00000014, 0 9px 28px 8px #0000000d;
    pointer-events: all;
    font-size: 14px;
    animation-name: bounceIn;
 }
 
 .mo-alert-info-model .mo-alert-info-body svg {
    width: 14px;
    height: 14px;
    margin-right: 8px;
 }
 
 .mo-alert-info-model.mo-alert-info-model_top {
    align-items: flex-start;
 }
 
 .mo-alert-info-model.mo-alert-info-model_top .mo-alert-info-body {
    margin-top: 64px;
    animation-name: bounceInDown;
 }
 
 .mo-alert-info-model .mo-alert-info-body.mo-alert-info_close-top-animation {
    animation-name: bounceOutUp;
 }
 
 .mo-alert-info-model .mo-alert-info-body.mo-alert-info_close-center-animation {
    animation-name: bounceOut;
 }

 .order_product_content-header{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* align-items: center; */
    margin-bottom: 5px;
    color: #333;
    font-weight: 500;

 }
 .order_product_content-header .product_name{
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    flex:1;
    flex-shrink: 0;
    line-height: 18px;
    max-height: 36px;
    color: #000;
 }
 .order_product_content .product_price{
    line-height: 18px;
    max-height: 36px;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    text-align: right;
    color: #333;
    font-weight: 500;
 }

/* 单页样式 */
 .shipping-address__invalid{
    display: inline-block;
    width: 100%;
    font-size: 14px;
    text-align: center;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    color: #757575;
    padding: 10px 0;
    line-height: 20px;

 }


.cart-label-warp {
    color: #EC4330;
    font-size: 14px;
    padding: 5px 10px;
    line-height: 1;
    background: #FFF0EF;
    border-radius: 16px 16px 16px 16px;
    margin-top: 5px;
    display: inline-block;
}

.cart-label-timer{
    display: inline-flex;
    align-items: center;
}


/*询问框*/
.mo-confirm {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000000;
  }
  
  .mo-confirm .mo-confirm-body {
    width: 360px;
    background-color: #fff;
    padding-bottom: 10px;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
  }
  
  .mo-confirm .mo-confirm-body .mo-title {
    padding: 40px 20px 20px 20px;
    text-align: center;
  }
  
  .mo-confirm .mo-handle {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 75px;
  }
  
  .mo-confirm .mo-handle .mo-handle-btn {
    flex: 1;
    text-align: center;
    cursor: pointer;
  }

/* 移动端显示优惠券 */
@media screen and (min-width: 775px) {
    .wap-coupon-box{
        display: none;
    }
}
.payment_methods-item{
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;
}
.payment_methods-label{
    display: flex;
    overflow: hidden;
}
.payment_methods-label>span{
    overflow: hidden;
}

#order_contact_information_form .order_email .order_text_box .email_auto_fill_box {
    max-height: 400px;
    overflow-y: scroll;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 5px 0;
}
  
#order_contact_information_form .order_email .order_text_box .email_auto_fill_box:empty {
  border: 0;
  padding: 0;
}

#order_contact_information_form .order_email .order_text_box .email_auto_fill_box .divide {
  height: 1px;
  background-color: #d9d9d9;
}

#order_contact_information_form .order_email .order_text_box li {
  list-style: none;
  line-height: 2;
  cursor: pointer;
}


/* 国家手机号区号 */
@media screen and (max-width: 1000px) {
    .country_phone_code_box{
        /* margin-bottom: 12px; */
        margin-right: 8px !important;
        max-width: calc(33.3333% - 8px) !important;
    }
    .checkout-layout-card .country_phone_code_box{
        /* margin-bottom: 12px; */
        margin-right: 12px !important;
        max-width: calc(33.3333% - 8px) !important;
    }
}

.country_phone_code{
    position: relative;
    /* left: 0;
    top: 0;
    left: 0; */
    display: inline-block;
    width: 100%;
    height: 46px;
    border-radius: 3px;
    box-sizing: border-box;
}
.country_phone_code select{
    position: absolute !important;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    color: rgba(0, 0, 0, 0);
}
.country_phone_code select option{
    color: #000;
}
.country_phone_code .country_label{
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 10px;
}
.country_phone_code .country_label img{
    width: 32px;
    height: 28px;
}
.country_phone_code .country_label .country_label-text{
    padding: 0 6px;
}




.clause-item{
    padding: 8px 20px;
    display: flex !important;
    align-items: center;
}
.clause-box{
    border: 1px solid #D9D9D9;
    border-radius: 4px 4px 4px 4px;
    padding: 8px 0;

}

.clause-item .mo-checkbox_label{
    flex:none;
}
.clause-item .clause-item-value{
    color: #474747;
    font-size:12px;
    text-decoration: underline;
}

.clause-header{
    font-size: 18px;
    color: #1D1F21;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    display: flex;
    position: relative;

}


.clause-header::after{
    position: absolute;
    left: 20px;
    bottom: -1px;
    right: 20px;
    border-bottom: 1px solid #dddddd;
    content: "";
}
.clause-header-menu{
    display:flex;
    overflow-x: auto;
    gap:16px;
    flex: 1;
    position: relative;
    margin-right: 10px;
    scrollbar-width: none;
}
.clause-header::before{
    position: absolute;
    top:0;
    bottom: 0;
    right:50px;
    width:120px;
    background: linear-gradient(90deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.04) 0%, #FFFFFF 100%);
    content:"";
    z-index: 100;
    pointer-events: none;
}
/* .clause-header-menu::after{
    position: absolute;
    top:0;
    left:0;
    width:30px;
    background: linear-gradient(90deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.04) 0%, #FFFFFF 100%);
    content:""
}

.clause-header-menu::before{
    position: absolute;
    top:0;
    right:0;
    width:30px;
    background: linear-gradient(90deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.04) 0%, #FFFFFF 100%);
    content:""
} */
.clause-header .clause-header-menu-item{
    padding:15px 0;
    cursor: pointer;
    color:#999;
    max-width: 255px;
    flex-shrink: 0;
    overflow: hidden;
    text-overflow: ellipsis; 
    white-space: nowrap;
}
/* .clause-header .clause-header-menu-item:hover{
    max-width: max-content;
} */
.clause-header  .active{
    color: #1D1F21;
    border-bottom: 2px solid #1D1F21;
}

#clause-body{
    max-height:50vh;
    min-height: 266px;
    font-size:14px;
    line-height: 18px;
    color: #333333;
    font-family: Montserrat-Light, Montserrat;
    overflow-y: auto;
    overflow-x: hidden;
    white-space: pre-wrap;
    padding-bottom: 20px;
    border-bottom: 1px solid #dddddd;
}

.clause-header-menu::-webkit-scrollbar {
    display: none;
}

.clause-header-menu::-moz-scrollbar {
    display: none;
}
@media screen and (max-width: 1000px) {
    .clause-header-menu::-webkit-scrollbar {
        display: none;
    }
    .clause-header-menu::-moz-scrollbar {
        display: none;
    }
    .clause-header::before{

    }
}
.clause-footer{
    padding: 20px;
    gap:20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.clause-box-warp{
    margin-top: 40px;
}
.clause-box_title{
    line-height: 28px;
    margin-bottom: 8px;
    font-size: 18px;
    position: relative;
    color: #333;
}

.clause-item.clause-error{
    border:1px solid #e32c2b;
    box-shadow:0 0 0 1px #e32c2b;
}
.clause-popup .oemui-popup-content{
    padding: 20px 20px 0 20px !important;
}


.verify-card-warp{
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.verify-card-warp span{
    flex-shrink: 0;
}
.verify-card-warp img{
    width: 44px;
    height: 26px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    border: 1px solid #D4D4D4;
}

.shipping_method_box .order_radio_box .radio_t{
    position: static;
    flex-shrink: 0;
}
.shipping_method_box .order_radio_box .radio_name{
    flex: 1 !important;
    max-width: 100% !important;
    white-space: normal !important;
    padding-right: 35px;
    box-sizing: border-box;
}
.shipping_method_box .order_radio_box .radio_label{
    height: auto !important;
    align-items: flex-start;
}
.checkout-layout-card .shipping_method_box .order_radio_box .radio_label {
    align-items: center;
}

/*** 自定义属性 **/
.custom-option-download{
    position: relative;
    padding-bottom: 4px;
    display: inline-block;
    word-break: break-word;
  }
  .custom-option-download::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    transition: width 500ms ease-in-out;
  }
  .custom-option-download:hover::after {
    width: 35%;
  }
  header .pc_logo{
    display: none;
  }
  header .mobile_logo{
    display: flex;
  }
@media screen and (min-width: 976px) {
    header .pc_logo{
        display: flex !important;
    }
    header .mobile_logo{
        display: none !important;
    }
}




.checkout-layout-card .account_login{
    border-radius: 4px 4px 4px 4px;
    background: #FFCF31;
    height: 28px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    color: #000000;
    font-weight: bold;
    margin-bottom: 8px;
}
.checkout-layout-card .account_login a{
    color: #000000;
    text-decoration: underline;
    font-weight: 400;
    margin-left: 2px;
}

.checkout-layout-card .required-mark{
    padding-left: 18px !important;
}
.checkout-layout-card .required-mark::after{
    position: absolute;
    top: 0;
    left: 10px;
    color: #FF0027;
    content: "*";
    margin-right: 2px;
}
.card-title{
    font-size: 18px;
    color: #000000;
    font-weight: bold;
}

.change_address .name{
    font-weight: bold;
    color: #000000 !important;
}
/* .checkout-layout-default .card-title{
    font-weight: bold;
} */
body {
    background-color: #ffffff;
}

@media screen and (max-width: 750px) {
    .order_crumbs {
        margin-top: 1px;
        margin-bottom: 40px;
    }
    .checkout-layout-card{
        background: #ECEDEE;
    }
    .checkout-layout-card .order_contact_information_left{
        padding: 0 15px !important;
    }
    .checkout-layout-card  .checkout-main .order_discount{
        border: none !important;
    }

    .checkout-layout-card .order_contact_information_right{
        padding: 0 15px !important;
        border-radius: 0px 0px 16px 16px !important;
        overflow: hidden;
        border: none;
        background-color: #fff;
    }
    .checkout-layout-card .order_crumbs{
        padding: 12px 0;
        margin: 0 !important;
    }
    .checkout-layout-card .checkout-card{
        background-color: #fff;
        border-radius: 4px 4px 4px 4px;
        padding: 16px;
        margin-top: 8px !important;
    }
    .checkout-layout-card .checkout-card:empty {
        padding: 0;
        margin-top: 0 !important;
    }
    .checkout-layout-card .not-login .negative-checkout-card{
        margin-top: -6px !important;
    }
    .checkout-layout-card header{
        margin: 0 !important;
    }

    .checkout-layout-card .account_login{
        margin-bottom: 0 !important;
        padding: 0 16px 6px 16px !important;
    }
    .checkout-layout-card .card-title{
        margin-bottom: 8px !important;
    }
    .checkout-layout-card .card-title-des{
        margin-bottom: 8px !important;
    }
    .checkout-layout-card .order_email_title{
        margin: 0 !important;
    }
    .checkout-layout-card .email-newsletter{
        margin-top: 9px !important;
    }
    .checkout-layout-card .shipping_address_content li{
        margin-bottom: 0 !important;
    }
    .checkout-layout-card .shipping_address_content li + li{
        margin-top: 12px !important;
    }
    .checkout-layout-card .other_concat{
        margin-top: 9px !important;

    }
    .checkout-layout-card .shipping_address{
        margin-top: 16px !important;
    }
    .checkout-layout-card .wap-coupon-box{
         border: none !important;

    }
    .checkout-layout-card .order_contact_information_left .checkout-coupon-box{
        /* background-color: #fff; */
        /* border-radius: 4px 4px 4px 4px; */
         border: none !important;
        /* padding: 16px !important; */
        /* margin-top: 8px; */
    }
    .checkout-layout-card .order_btn{
        height: 48px !important;
        line-height: 48px !important;
    }
    .checkout-layout-card .checkout-main .order_text{
        height: 46px;
    }
    .checkout-layout-card .wap_order_summary{
        border-radius: 0px 0px 0px 0px;
        background: #D0CFCF;
        min-height: 40px !important;
        padding: 5px 0 !important;
        border: none;
    }
    .checkout-layout-card  .wap_order_summary .order-summary-price{
        font-weight: bold;
    }
    .checkout-layout-card .order_address_ecpay_checkout{
        background-color: #fff !important;
        margin-bottom: 8px !important;
        margin-top: 8px !important;
    }
    .checkout-layout-card .order_address_ecpay_checkout_name{
        background-color: transparent !important; 
        z-index: 5;
    }
    .checkout-layout-card .order_address_ecpay_checkout_name::after {
        content: '';
        height: 10px;
        width: 100%;
        left: 0;
        bottom: -1px;
        background-color: #ffffff;
        position: absolute;
        z-index: -1;
    }
    .checkout-layout-card  .order_total_list{
        padding: 16px 0 !important;
        margin-top: 16px !important;
    }

    .checkout-layout-card .form-radio-warp, .form-checkbox-warp{
        padding: 0 0 10px 0;
    }
    .checkout-layout-card  .order_total_price{
        padding: 16px 0 !important;
    }
    .checkout-layout-card .order_total .order_total_list li{
        height:  auto;
    }
    .checkout-layout-card .order_total .order_total_list li + li{
        margin-top: 10px;
    }
    .checkout-layout-card .product_info_list{
        padding: 20px 0 !important;
    }
    .checkout-layout-card .change_address{
        border: none;
        padding:  0 !important;
        border-radius: 0;
    }
    .checkout-layout-card .shipping_method_box,.checkout-layout-card .ordertip,.checkout-layout-card .checkout-info-title{
        margin-top: 0 !important;
    }
    .checkout-layout-card .change_address li{
        background-color: #fff !important;
        border-radius: 4px 4px 4px 4px;
        padding: 16px;
        flex-direction: column;
        align-items: start;
        position: relative;
        border: none !important;
    }
    .checkout-layout-card .change_address li{
    margin-bottom: 8px;
    }
    .checkout-layout-card .change_address .change_address_btn{
        position: absolute;
        top: 16px;
        right: 16px;
        color: #000000 !important;
        text-decoration-line: underline;
        font-size: 14px;
    }
    .checkout-layout-card .change_address .name{
        font-size: 18px;
        color: #000000 !important;
    }
    .checkout-layout-card .change_address .value{
        font-size: 14px;
        color: #666666 !important;
        margin-top: 4px;
    }
    /* .checkout-layout-card .payment_method_box,.checkout-layout-card .order_shipping_method .shipping_method_box{
        margin-top: 8px !important;
    } */
    /* .checkout-layout-card .order_shipping_method .shipping_method_box{
        background-color: #fff;
        padding: 16px;
        border-radius: 4px;
    } */
    .checkout-layout-card .order_payment_method .change_address li{
        height:  auto !important;
    }
    .checkout-layout-card .order_shipping_method .other_information{
        margin-top: 8px !important;
    }
    .checkout-layout-card .shipping_method_content ul{
        border: none;
    }
    .checkout-layout-card .order_radio:checked+span{
        /* box-shadow: 0 0 0 6px #FA9F17 inset;
        border-color: #FA9F17; */
        border: 6px solid #FA9F17 !important;
    }
    .checkout-layout-card .order_radio:checked+ .payment_methods-label .radio_icon{
        /* box-shadow: 0 0 0 6px #FA9F17 inset;
        border-color: #FA9F17; */
        border: 6px solid #FA9F17 !important;

    }
    .checkout-layout-card .form-radio .form-radio-input:checked+.form-radio-inner{
        /* box-shadow: 0 0 0 5px #FA9F17 inset;
        border-color: #FA9F17 !important;
        border: 1px solid #FA9F17 !important; */
        border: 6px solid #FA9F17 !important;

    }
    .checkout-layout-card .form-checkbox .form-checkbox-input:checked+.form-checkbox-inner{
        box-shadow:0 0 0 10px #FA9F17 inset;
        border-color: #FA9F17;
        border: 1px solid #FA9F17;

    }
    .checkout-layout-card .radio_label{
         padding: 0 !important;
    }
    .checkout-layout-card .shipping_method_content li{
        border-top: none;
    }
    .checkout-layout-card .billing_address_content li{
        border-top: none;
    }
    .checkout-layout-card .shipping_method_content li + li{
        margin-top: 8px;
    }
    .checkout-layout-card .billing_address_content li + li{
        margin-top: 8px;
    }
    .checkout-layout-card  .order_radio_box{
        padding: 0 !important;
    }
    .checkout-layout-card   .insurance{
        margin-top: 0 !important;
        padding: 0;
        border: none;
        border-top: 1px dashed #ddd;
        margin-top: 16px !important;

    }
    .checkout-layout-card .insurance .order_checkbox_box{
        padding:  16px 0 0 0 !important;
    }
    .checkout-layout-card .billing_address_content ul{
        border: none !important;
    }
    .checkout-layout-card .order_payment_method .billing_address_box{
        margin-top: 8px !important;

    }
    .checkout-layout-card  .order_payment_method .billing_address_content .shipping_address_content{
        background: transparent !important;
        padding: 8px 0 0 0 !important;
    }
    .checkout-layout-card  .payment_methods-item{
        gap: 8px !important;
    }
    .checkout-layout-card .order_payment_method .payment_method_content li  +li{
        margin-top: 12px;
        border-top: 1px solid rgba(204 ,204, 204, .6);
        padding-top: 12px;
    }
    .checkout-layout-card .order_payment_method .payment_method_content li .payment_methods_down{
        /* padding: 16px 0 8px 0 !important; */
        border: none!important;
        margin-top: 16px;
        padding: 8px !important;
        background: #ECEDEE;
        border-radius: 4px !important;
    }
    .checkout-layout-card .payment_methods_svg{
        margin-bottom: 0 !important;
        margin-top: 16px !important;
    }
    .order_payment_method .payment_method_content li .payment_methods_down .payment_methods_svg + p{
        padding: 0 !important;
        padding-bottom: 16px !important;
    }
    .order_payment_method .payment_method_content li .payment_methods_down p{
        padding: 24px !important;
        color: #666666;
    }
    .checkout-layout-card  .order_payment_method .payment_method_content ul{
        border: none;
    }
    .checkout-layout-card   .log_out{
        text-decoration-line: underline;
    }
    .checkout-layout-card .member_information {
        margin-top: 0 !important;
    }
    .checkout-layout-card .member_information svg{
        width: 24px;
        height: 24px;
        vertical-align: top;
    }
    .checkout-layout-card .account_information{
        margin-left: 8px;
    }
    
    .checkout-layout-card .form-cell{
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
        border: none !important;
    }
    .checkout-layout-card .form-box .form-box-content{
        margin-top: 8px !important;
    }
    .checkout-layout-card .coupons-record-box{
        margin-top: 16px !important;
        padding-top: 16px !important;
    }
    .checkout-layout-card .coupons-record-wrap{
        grid-row-gap: 15px !important;
        grid-column-gap: 15px !important;
        margin-top: 15px !important;
    }
    .checkout-layout-card .clause-box-warp{
        margin-top: 8px !important;
    }
    .checkout-layout-card .clause-box{
        border: none !important;
        padding: 0 !important;
    }
    .checkout-layout-card .clause-box .clause-item{
        padding: 0 !important;
    }
    .checkout-layout-card .clause-box .clause-item+.clause-item{
        margin-top: 8px;
    }
    .checkout-layout-card .order_discount_coupon_code{
        margin-top: 8px !important;
    }
    .checkout-layout-card .coupons-record-item-active .coupons-record-item-riado{
        border: 6px solid #FA9F17 !important
    }
    .checkout-layout-card  .coupons-record-item-active .coupons-record-item-code{
        border: 1px dashed #FA9F17;
        color: #FA9F17;
    }
    .checkout-layout-card .change_address li .change_shipping_btn {
        position: absolute;
        top: 16px;
        right: 16px;
        color: #000000 !important;
        text-decoration-line: underline;
        font-size: 12px;
    }
    .checkout-layout-card .order_checkbox:checked+span.check_icon{
        box-shadow: 0 0 0 10px #FA9F17 inset;
        border-color: #FA9F17;
    }
    
    
    .checkout-layout-card .payment_method_box {
        background-color: #ffffff;
        border-radius: 4px 4px 4px 4px;
        padding: 16px;
        margin-top: 8px !important;
    }
}