.popCustomizeView-fullMask-EUO {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

.popCustomizeView-popCustomizeView-S9m {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popCustomizeView-header-nlH {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 10px;
}

.popCustomizeView-iconClose-QX6 {
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    position: absolute;
    top: 16px;
    right: 16px;
}

.popCustomizeView-box-ZAl {
    background-color: #fff;
    max-height: 600px;
    max-width: calc(100vw - 12px);
    display: flex;
    flex-direction: column;
    padding: 0 16px;
    border-radius: 12px;
    position: relative;
    width: 600px;
}

.popCustomizeView-bTop-dmP {
    text-align: left;
    font-size: 18px;
    padding: 16px 40px 16px 0;
    font-weight: 600;
    border-bottom: 1px solid #f1f1f1;
}

.popCustomizeView-closeBtn-lbT {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgOUMwIDQuMDI5NDQgNC4wMjk0NCAwIDkgMEMxMy45NzA2IDAgMTggNC4wMjk0NCAxOCA5QzE4IDEzLjk3MDYgMTMuOTcwNiAxOCA5IDE4QzQuMDI5NDQgMTggMCAxMy45NzA2IDAgOVoiIGZpbGw9ImJsYWNrIi8+CjxwYXRoIGQ9Ik0xMC44NDIgMTEuMjVMOS4wMDE0NSA5LjQwNzc4TDcuMTYwOTMgMTEuMjVMNi43NSAxMC44MzkzTDguNTkzNDEgOUw2Ljc1IDcuMTYwNjdMNy4xNjA5MyA2Ljc1TDkuMDAxNDUgOC41OTIyMkwxMC44NDIgNi43NTI4OUwxMS4yNSA3LjE2MDY3TDkuNDA5NDkgOUwxMS4yNSAxMC44MzkzTDEwLjg0MiAxMS4yNVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=) no-repeat 50% 50% / contain;
    transition: all 0.5s;
}

.popCustomizeView-closeBtn-lbT:hover {
    transform: rotateZ(180deg) scale(1.2)
}

.popCustomizeView-bBody-aRu {
    overflow-y: auto;
    flex: 1;
    max-height: 600px;
    box-sizing: border-box;
    padding: 12px;
}

.popCustomizeView-item-nS3 {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    grid-template-rows: auto auto;
    gap: 10px;
    align-items: center;
    margin-bottom: 32px;
    line-height: 16px;
}

.popCustomizeView-lab-ZkH {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
    font-weight: 600;
}

.popCustomizeView-desc-23k {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
}

.popCustomizeView-price-Hve {
    grid-column: 3 / 4;
    grid-row: 1 / 3;
    text-align: right;
}

.popCustomizeView-other-hso {
    grid-column: 1 / -1;
    grid-row: 3 / 4;
}

.popCustomizeView-other-hso table {
    width: 100%;
    text-align: center;
    border: 1px solid #f1f1f1;
}

.popCustomizeView-other-hso tr th,
.popCustomizeView-other-hso tr td {
    border: 1px solid #f1f1f1;
    padding: 8px;
}

.popCustomizeView-other-hso tr td:first-child {
    text-align: left;
    font-weight: 500;
}

.popCustomizeView-other-hso tr td.popCustomizeView-center-Q2S {
    text-align: center;
}

.popCustomizeView-bFoot-84D {
    display: flex;
    justify-content: space-around;
    padding: 16px 0;
    gap: 8px;
}

.popCustomizeView-editButton-TfN,
.popCustomizeView-confirmButton-ysm {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
}

.popCustomizeView-editButton-TfN:hover,
.popCustomizeView-confirmButton-ysm:hover {
    background-color: #0056b3;
}

@media screen and (max-width: 640px) {
    .popCustomizeView-bTop-dmP{
        font-size: 16px;
    }
    .popCustomizeView-bBody-aRu {
        font-size: 12px;
    }
}
.button-root-3iv {
    /* composes: min-w-[10rem] from global; */
    min-height: 2.5rem;
    transition-duration: 256ms;
    transition-property: background-color, border-color, color;
    transition-timing-function: var(--venia-global-anim-standard);
    min-width:200px;

    /* composes: focus_shadow-inputFocus from global; */
}

.button-root-3iv:active {
    transition-duration: 128ms;
}

/**
 * Some browsers retain the :hover state after a click, this ensures if a button becomes disabled after
 * being clicked it will be visually disabled.
 */
.button-root-3iv:hover:disabled {
    /* TODO @TW: cannot compose. This may not be possible with two variants. */
    pointer-events: none;
}

.button-root_lowPriority-xHk {
}

.button-root_normalPriority-Z4b {
}

.button-root_highPriority-sM1 {
    background: #000;color: #fff;
}
.button-root_highPriority-sM1:hover{
    background: #000;color: #fff; opacity: 0.7;
}

.button-root_lowPriorityNegative-KqK,
.button-root_normalPriorityNegative-DHO {
}

.button-root_highPriorityNegative-inZ {
   
}

.button-content-ouv {
}

/* 新样式 */
.button-root-new-0dl {
    /* composes: min-w-[10rem] from global; */
    min-height: 2.5rem;
    transition-duration: 256ms;
    transition-property: background-color, border-color, color;
    transition-timing-function: var(--venia-global-anim-standard);
    width: 100%;
    background: #000;
    height: 2.5rem;
    border-radius: 8px;
    color: #fff;
    min-width:200px;
}
.button-root-black--4a{
    /* composes: min-w-[10rem] from global; */
    /* TODO @TW: review */
    line-height: 2.5rem;
    transition-duration: 256ms;
    transition-property: background-color, border-color, color;
    transition-timing-function: var(--venia-global-anim-standard);
    width: 100%;
    background: #000;
    height: 2.5rem;
    border-radius: 6px;
    color: #fff;
    min-width:200px;
}
.button-root-white-toR{
    /* composes: min-w-[10rem] from global; */
    min-height: 2.5rem;
    transition-duration: 256ms;
    transition-property: background-color, border-color, color;
    transition-timing-function: var(--venia-global-anim-standard);
    width: 100%;
    border:1px solid #000;
    height: 2.5rem;
    border-radius: 6px;
    color: #000;
    min-width:200px;
}
.button-root-new-0dl:active,.button-root-black--4a:active {
    transition-duration: 128ms;
}

.button-root-new-0dl:hover:disabled,.button-root-black--4a:hover:disabled{
    /* TODO @TW: cannot compose. This may not be possible with two variants. */
    pointer-events: none;
}
/* autoBlack */
.button-root-autoBlack-ex0{
    background: #000;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    border-radius: 4px; font-size: 16px;
    width: 100%;
}
.button-root-autoBlack-ex0:disabled{
    pointer-events: none;
    opacity: 0.3;
}
.button-root-block-0OB{
    /* composes: min-w-[10rem] from global; */
    /* TODO @TW: review */
    transition-duration: 256ms;
    transition-property: background-color, border-color, color;
    transition-timing-function: var(--venia-global-anim-standard);
    background: #000;
    padding: 0 25px;
    line-height: 64px;
    border-radius: 6px; 
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}
.button-root-block-0OB:hover{
    opacity: 0.7;
}
@media (max-width: 960px) {
    .button-root-3iv,.button-root-white-toR,.button-root-black--4a,.button-root-new-0dl{
        min-width:100px;
    }
    .button-root-block-0OB{
        line-height: 44px; font-size: 18px;
    }
}
