.sidebar .menu_product .depth02 {
    display: block;
}
.sidebar .menu_product .slide::after {
    transform: rotate(-45deg);
}
.sidebar .menu_product .slide.active::after {
    transform: rotate(135deg);
}
.sidebar .shoppingCart {
    background: #f6f6f6;
    color: var(--theme);
}
.sidebar .shoppingCart::before {
    opacity: 1;
}

#cartApp {
    height: 100%;
    font-size: 1.6rem;
    overflow-y: auto;
}

.submit {
    background: var(--theme);
    color: #fff;
}
.amount {
    display: flex;
    justify-content: center;
    text-align: center;
    border: 1px solid #dcdfe6;
    border-radius: 0.4rem;
    line-height: 3.2rem;
}
.amount input {
    width: 5rem;
    text-align: center;
    border: solid #dcdfe6;
    border-width: 0 1px 0 1px;
}
.amount button {
    width: 3rem;
    font-size: 1.4rem;
}
.amount button:hover {
    color: var(--theme);
}

.container {
    width: 100%;
}
.search_control .box {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1.6rem;
    border-radius: 0.8rem;
    background: #fff;
    font-size: 1.4rem;
}
.search_control input {
    height: 3.2rem;
    padding: 0 1.5rem;
    border: 1px solid #dcdfe6;
    border-radius: 0.3rem;
}
.search_control .price {
    margin-left: 2rem;
}
.search_control .price span {
    margin-right: 0.6rem;
}
.search_control .price input {
    width: 12rem;
}
.search_control .btns button {
    width: 5.4rem;
    height: 3.2rem;
    border-radius: 0.3rem;
    margin-left: 1rem;
    font-size: 1.2rem;
}
.search_control .btns .reset {
    border: 1px solid #dcdfe6;
    color: #606266;
}

.thead {
    margin-top: 1.2rem;
}
.thead .box {
    width: 100%;
    padding: 1.6rem;
    border-radius: 0.8rem;
    background: #fff;
}
.thead .submit {
    padding: 0.9rem 1.5rem;
    border-radius: 0.3rem;
    font-size: 1.2rem;
}
.thead .tr {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    margin-top: 1.6rem;
}
.thead .th:first-child {
    justify-content: flex-start;
    width: 40%;
    text-align: left;
}
.thead .th {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 12%;
    text-align: center;
}
.thead .th .icon {
    width: 1.2rem;
    height: 1.2rem;
    border: 1px solid #999;
    border-radius: 50%;
    color: #999;
    font-size: 1rem;
    text-align: center;
    padding: 1px;
    cursor: pointer;
}

.product_list .box {
    width: 100%;
    padding: 2rem 1.6rem;
    margin-top: 1.2rem;
    border-radius: 0.8rem;
    background: #fff;
}
.product_list .sub_tit {
    border-bottom: 1px solid #f5f5f5;
    font-size: 1.6rem;
    padding-bottom: 1.6rem;
    margin-bottom: 2rem;
}
.product_list .product_name {
    display: flex;
    align-items: stretch;
    gap: 0.5rem;
    font-size: 1.4rem;
}
.product_list .membership {
    font-size: 1rem;
    background: #000;
    padding: 0.3rem;
    color: #f0e4d9;
}
.product_list .list {
    display: flex;
    align-items: center;
    margin-top: 1.6rem;
}
.product_list .list li {
    display: flex;
    justify-content: center;
    width: 12%;
    font-size: 1.2rem;
}
.product_list .list li:first-child {
    justify-content: flex-start;
    width: 40%;
}
.product_list .list .img {
    flex-shrink: 0;
    width: 6rem;
    height: 6rem;
    overflow: hidden;
    background: pink;
}
.product_list .list .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product_list .list .text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 1rem;
}
.product_list .list .options {
    color: #4d4d4d;
}
.product_list .list .product_num {
    color: #999;
}
.product_list .list .delete {
    color: var(--theme);
}
.product_list .btn_add {
    margin-top: 1.6rem;
    padding: 0.8rem 1.5rem;
    border-radius: 0.3rem;
    border: 1px solid #dcdfe6;
    font-size: 1.2rem;
    color: #606266;
}
.product_list .btn_add:hover {
    border-color: var(--theme);
    color: var(--theme);
    background: rgba(255, 64, 0, 0.09);
}

.cart_result {
    position: sticky;
    bottom: 0;
}
.cart_result .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 1.6rem;
    margin-top: 1.2rem;
    border-top: 1px solid #dcdfe6;
    background: #fff;
    font-size: 1.4rem;
}
.cart_result .box > div {
    display: flex;
    align-items: center;
}
.cart_result .controls {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.cart_result .box label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
}
.cart_result .box button {
    padding: 0.9rem 1.5rem;
    border-radius: 0.3rem;
    font-size: 1.2rem;
}
.cart_result .delete {
    border: 1px solid #dcdfe6;
    color: #606266;
}
.cart_result .count {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-left: 2.4rem;
}
.cart_result .count dl {
    display: flex;
    gap: 0.5rem;
}
.cart_result .right dl {
    display: flex;
    gap: 0.5rem;
    margin-right: 3rem;
}
.cart_result .right dd {
    color: var(--theme);
}

.pcs-tip .tooltip-wrap {
    max-width: 462px;
    font-size: 12px;
}
.pcs-tip .tooltip-wrap * {
    line-height: 1.36;
}
.pcs-tip .tooltip-wrap .img {
    width: 430px;
    margin-top: 10px;
}

.price-tip .tooltip-wrap {
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-size: 12px;
}

.option-tip {
    font-size: 12px;
}
.option-tip .tooltip-wrap {
    max-width: 600px;
}
.option-tip .option-title {
    display: flex;
    align-items: flex-end;
    padding-bottom: 8px;
    background: #fff;
}
.option-tip .option-title .key {
    width: 70px;
    font-size: 16px;
}
.option-tip .option-title .value {
    color: #999;
}
.option-tip .option-list {
    display: flex;
    justify-content: flex-start;
}
.option-tip .option-list .key {
    flex-shrink: 0;
    width: 70px;
    font-size: 14px;
}
.option-tip .option-list .value {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 12px;
}
.option-tip .option-list label {
    cursor: pointer;
}
.option-tip .option-info {
    display: flex;
    align-items: center;
    border: 1px solid #ededed;
    border-radius: 3px;
}
.option-tip input:checked + .option-info {
    border-color: var(--theme);
}
.option-tip .option-list .img {
    width: 32px;
    height: 32px;
    background: pink;
    overflow: hidden;
}
.option-tip .option-name {
    padding: 0 10px;
}
.option-tip .option-btns {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding-top: 8px;
}
.option-tip .option-btns button {
    width: 50px;
    height: 30px;
    border-radius: 3px;
}
.option-tip .option-btns .cancel {
    border: 1px solid #dcdfe6;
    color: #606266;
}

.option-tip .option-count-list {
    display: flex;
    justify-content: flex-start;
}
.option-tip .option-count-list .key {
    flex-shrink: 0;
    width: 70px;
    margin-top: 5px;
    font-size: 14px;
}
.option-tip .option-count-list li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.option-tip .option-count-list .td {
    min-width: 120px;
    text-align: center;
    font-size: 13px;
}
.option-tip .option-count-list .td:first-child {
    flex-shrink: 0;
    width: 140px;
    text-align: left;
}
.option-tip .option-count-list .td:nth-child(3) {
    color: #999;
    font-size: 12px;
}
.option-tip .option-count-list .td:nth-child(4) {
    min-width: auto;
}
.option-tip .amount {
    border-radius: 3px;
    line-height: 24px;
}
.option-tip .amount input {
    width: 45px;
}
.option-tip .amount button {
    width: 24px;
    font-size: 12px;
}

.label-tip {
    max-width: 28rem;
}
.label-tip li {
    margin-bottom: 1rem;
}
.label-tip .info {
    font-size: 1.4rem;
    line-height: 1.35;
}
.label-tip .img {
    width: 100%;
    height: 5rem;
    overflow: hidden;
    background: pink;
}
.label-tip .code {
    letter-spacing: 1.1rem;
}

.product_pop .pop_overlay {
    padding: 0;
}
.product_pop .pop_frame {
    min-height: 100vh;
}
.product_pop .pop_product_list {
    background: #fafafa;
    padding: 2rem;
    border-radius: 0.8rem;
}
.product_pop .filter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2rem;
    padding: 2.4rem;
    background: #fff;
    border-radius: 0.8rem;
}
.product_pop .filter > li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.product_pop .filter .value {
    color: #606266;
}
.product_pop .filter input,
.product_pop .filter .dropdown {
    width: 18rem;
    height: 3.2rem;
}
.product_pop .sort .value {
    display: flex;
    gap: 1rem;
}
.product_pop .sort label {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.product_pop .sort img {
    width: 12px;
    transform: rotate(-90deg);
}
.product_pop .sort input:checked ~ .icon img {
    transform: rotate(90deg);
    filter: brightness(0) saturate(100%) invert(44%) sepia(69%) saturate(6810%)
        hue-rotate(1deg) brightness(105%) contrast(105%);
}
.product_pop .price_filter .value {
    display: flex;
    align-items: center;
}
.product_pop .price_filter .value > div {
    position: relative;
}
.product_pop .price_filter .mark {
    position: absolute;
    left: 0.9rem;
    top: 0.9rem;
}
.product_pop .price_filter input {
    width: 13rem;
    padding: 0 0.5rem 0 3rem;
    text-align: center;
}
.product_pop .filter .period {
    gap: 0;
    align-items: stretch;
}
.product_pop .dropdown::after {
    top: 0.8rem;
}
.product_pop .dropdown .placeholder {
    line-height: 3.2rem;
}
.product_pop .period .dropdown,
.product_pop .product_state .dropdown {
    width: 10rem;
}
.product_pop .date_box {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
}
.product_pop .date_box input {
    width: 10rem;
    height: 3rem;
    text-align: center;
}
.product_pop .btns {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.product_pop .btns button {
    width: 5.4rem;
    height: 3.2rem;
    border-radius: 0.3rem;
    margin-left: 1rem;
    font-size: 1.2rem;
}
.product_pop .btns .reset {
    border: 1px solid #dcdfe6;
    color: #606266;
}
.product_pop .list {
    display: flex;
    align-items: stretch;
    gap: 1.6rem;
    padding: 2rem 0;
}
.product_pop .list .box {
    width: calc(50% - 0.8rem);
    padding: 2.4rem;
    background: #fff;
    border-radius: 0.8rem;
}
.product_pop .list .box .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product_pop .list .title {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    width: 70%;
}
.product_pop .list .title p {
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product_pop .list .title .open_tooltip {
    padding: 0.5rem;
    border-radius: 0.2rem;
    font-size: 1.2rem;
    background: #ffece6;
    cursor: pointer;
    white-space: nowrap;
}
.product_pop .list .dropdown {
    width: 24%;
}
.product_pop .list .placeholder {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product_pop .list .select {
    left: auto;
    right: 0;
    width: auto;
    min-width: 100%;
}
.product_pop .list .select::after {
    left: auto;
    right: 10px;
}
.product_pop .list .select::before {
    left: auto;
    right: 9px;
}
.product_pop .list .select .option {
    white-space: nowrap;
}
.product_pop .pr_options {
    display: flex;
    gap: 1rem;
    margin-top: 2.4rem;
}
.product_pop .pr_options .thumnail {
    flex-shrink: 0;
    width: 10.5rem;
    height: 10.5rem;
    overflow: hidden;
    background: pink;
}
.product_pop .pr_options .option_box {
    width: calc(100% - 11.5rem);
}
.product_pop .pr_options .options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    width: 100%;
    background: #fafafa;
}
.product_pop .pr_options .options:not(:first-child) {
    margin-top: 1.6rem;
}
.product_pop .pr_options .options > * {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.product_pop .options .img {
    flex-shrink: 0;
    width: 3rem;
    height: 3rem;
    background: pink;
    overflow: hidden;
}
.product_pop .options .price {
    color: var(--theme);
}
.product_pop .options .amount {
    line-height: 2.4rem;
    background: #fff;
}
.product_pop .options .amount input {
    font-size: 1.2rem;
}
.product_pop .option_control {
    position: relative;
    width: 100%;
    padding: 3rem 0 2.4rem;
    text-align: center;
}
.product_pop .option_control .btn_more {
    gap: 0.5rem;
    font-size: inherit;
}
.product_pop .option_control .btn_more::after {
    transform: rotate(135deg);
}
.product_pop .option_control .submit {
    position: absolute;
    top: 2.4rem;
    right: 0;
    padding: 0.8rem 1rem;
    font-size: 1.4rem;
    border-radius: 0.4rem;
}

@media (max-width: 850px) {
    .amount {
        line-height: 2.8rem;
    }
    .amount button {
        width: 2.4rem;
        font-size: 1.2rem;
    }
    .amount input {
        width: 4.2rem;
    }

    .search_control .box {
        display: block;
        font-size: 1.1rem;
    }
    .search_control .box > * {
        margin-bottom: 1.2rem;
    }
    .search_control .box > input {
        width: 100%;
    }
    .search_control .price {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        margin-left: 0;
    }
    .search_control .price span {
        display: block;
        width: 100%;
        margin-bottom: 0.8rem;
    }
    .search_control .price input {
        width: 48%;
    }
    .search_control .btns {
        display: flex;
        justify-content: center;
    }
    .search_control .btns button {
        width: 4.8rem;
        height: 2.8rem;
        font-size: 1rem;
    }

    .thead .submit {
        padding: 0.7rem 1rem;
        font-size: 1rem;
    }
    .thead .tr {
        justify-content: space-between;
        font-size: 1.1rem;
    }
    .thead .th:first-child,
    .thead .th {
        gap: 0.2rem;
        width: auto;
    }

    .product_list .sub_tit {
        padding-bottom: 1.2rem;
        margin-bottom: 1.5rem;
        font-size: 1.4rem;
    }
    .product_list .product_name {
        flex-wrap: wrap;
        align-items: center;
    }
    .product_list .product_name .num {
        font-size: 1.1rem;
    }
    .product_list .product_name .name {
        width: 100%;
        line-height: 1.25;
        font-size: 1.25rem;
    }
    .product_list .list {
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 2.4rem;
    }
    .product_list .list li:first-child {
        width: 100%;
        margin-bottom: 1rem;
    }
    .product_list .list li {
        width: auto;
        font-size: 1.1rem;
    }
    .product_list .btn_add {
        padding: 0.5rem 1rem;
        font-size: 1rem;
    }

    .cart_result .box {
        display: block;
        font-size: 1.2rem;
    }
    .cart_result .box .right {
        justify-content: flex-end;
        margin-top: 1.2rem;
    }
    .cart_result .right dl {
        margin-right: 1.6rem;
    }
    .cart_result .box button {
        padding: 0.6rem 1rem;
        font-size: 1rem;
    }

    .product_pop .pop_product_list {
        padding: 1.6rem;
    }
    .product_pop .filter {
        gap: 1.4rem;
        padding: 1.6rem;
    }
    .product_pop .filter input,
    .product_pop .filter .dropdown {
        width: 12rem;
        height: 2.4rem;
    }
    .product_pop .dropdown .placeholder {
        line-height: 2.4rem;
    }
    .product_pop .dropdown::after {
        top: 0.6rem;
    }
    .product_pop .btns button {
        width: 4.8rem;
        height: 2.4rem;
    }
    .product_pop .period .dropdown,
    .product_pop .product_state .dropdown {
        width: 8rem;
    }
    .product_pop .list .title .open_tooltip {
        font-size: 1rem;
    }
    .product_pop .list {
        flex-direction: column;
    }
    .product_pop .list .box {
        width: 100%;
    }
    .product_pop .option_control .submit {
        padding: 0.8rem;
        font-size: inherit;
    }
}

@media (max-width: 650px) {
    .cart_result .box .left {
        display: block;
    }
    .cart_result .count {
        margin: 1.2rem 0 0;
    }

    .product_pop .list .box .top {
        flex-direction: column;
        align-items: flex-start;
    }
    .product_pop .list .title {
        width: 100%;
    }
    .product_pop .list .dropdown {
        width: 100%;
        margin: 1rem 0 0;
    }
    .product_pop .filter > li {
        width: 100%;
    }
    .product_pop .filter .sort {
        flex-direction: column;
        align-items: flex-start;
    }
    .product_pop .filter input,
    .product_pop .filter .dropdown {
        width: 10rem;
    }
    .product_pop .filter .period {
        flex-direction: column;
    }
    .product_pop .period .value,
    .product_pop .product_state .value,
    .product_pop .period .dropdown,
    .product_pop .product_state .dropdown {
        width: 100%;
    }
    .product_pop .date_box {
        justify-content: space-between;
    }
    .product_pop .btns button {
        margin-left: 0;
    }
    .product_pop .pr_options {
        flex-direction: column;
    }
    .product_pop .pr_options .option_box {
        width: 100%;
    }
    .product_pop .pr_options .options {
        flex-direction: column;
        align-items: flex-start;
    }
    .product_pop .option_control {
        padding-bottom: 0;
    }
    .product_pop .option_control .submit {
        position: static;
        display: block;
        margin: 1rem auto 0;
    }
}
