.a_my_product_link .img_amount_tag {
    position: absolute;
    top: 111px;
    background: #ff6b00;
    border-radius: 0px 8px 0px 0px;
    padding: 2px 8px;
    font-size: 14px;
    color: #fff;
}
.store-title{
    font-size: 24px;
    color: #222222;
    font-weight: bold;
}
.store_table {
    border-collapse: separate; /* 关键：必须设置为 separate，border-spacing 才生效 */
    border-spacing: 0 20px; /* 关键：水平间距 0，垂直间距 10px */
}
.store-description{
    font-size: 16px;
}
.el-dropdown-link{
    color: #222222;
    font-size: 18px;
}
.grid-store{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 20px;
    width: 100%;
}
.store-row-title {
    display: flex;
    justify-content: space-between;
    padding: 15px 10px;
    background-color: #fff;
}
.store-row-title .store-row-title-left {
    font-size: 20px;
    font-weight: 600;
}
.store-row-title .store-row-title-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.store-row-title .store-row-title-right a {
    font-size: 18px;
    color: #222222;
}
.store-row-title .store-row-title-right .right-tools {
    display: flex;
    align-items: center;
    gap: 10px;
    border-left: 1px solid #e1e1e1;
    padding: 0 10px;
}
.store-row-title .store-row-title-right .right-tools a img {
    width: 14px;
    height: 14px;
}
.store_td_top_product {
    vertical-align: middle;
    text-align: center;
    position: relative;
}
.store_div_top_product {
    display: inline-block;
    background: #ffffff;
    border-radius: 12px 12px 12px 12px;
    border: 1px solid #e1e1e1;
}

.store_div_top_product:hover {
    box-shadow: 0px 0px 8px 0px #e1e1e1;
}
.store_td_top_product:hover .add-cart{
    visibility: visible;
}
.store_td_top_product .add-cart{
    right: 15px;
    top: 180px;
}
.store_table {
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 20px;
}
.store_product_img {
    width: 220px;
    height: 220px;
    border-radius: 12px 12px 0px 0px;
}
.store_product_info {
    margin-left: 12px;
    margin-top: 20px;
    height: 56px;
    font-family: "Roboto";
    font-weight: 400;
    font-size: 18px;
    color: #222222;
    line-height: 20px;
    text-align: left;
}
.store_product_low_price {
    margin-left: 12px;
    margin-top: 6px;
    text-align: left;
    margin-bottom: 10px;
}
.store_product_score {
    margin-left: 12px;
}
.a_my_product_link {
    position: relative;
}
.store_img_tag {
    position: absolute;
    top: 101px;
    background: #ff6b00;
    border-radius: 0px 8px 0px 0px;
    padding: 2px 8px;
    font-size: 12px;
    color: #fff;
}
.store_span_product_low_price {
    width: 106px;
    height: 20px;
    font-family: "Roboto";
    font-weight: 800;
    font-size: 20px;
    color: #216dff;
    line-height: 20px;
}
.store_span_product_high_price {
    width: 77px;
    height: 20px;
    font-family: "Roboto";
    font-weight: 400;
    font-size: 15px;
    color: #666666;
    line-height: 20px;
    text-decoration-line: line-through;
}
.largeIcon .store_product_img {
    width: 480px;
    height: 480px;
}
.largeIcon .store_img_tag {
    top: 226px;
}
.listIcon .store_div_top_product {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
}

.store-list-left {
    display: flex;
    align-items: center;
    gap: 10px;
}
.store-list-right {
    margin-right: 20px;
}
.listIcon .store_td_top_product .store_product_img {
    width: 220px;
    height: 220px;
    border-radius: 0;
    position: relative;
}
.listIcon .store_img_tag {
    top: 209px;
}
.listIcon .store_product_score {
    text-align: right;
}
.list_product_low_price {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
}
.layui-collapse {
    background-color: #fff;
}
.colla-title {
    background-color: #fff;
    padding: 0 15px 0 15px;
}
.collapse-form-item {
    box-shadow: inset 0px -1px 0px 0px #ececec;
    padding: 8px 0;
}
.layui-colla-icon {
    right: 16px;
    left: auto;
}
.layui-form-checked {
    color: #216dff;
}
.layui-form-checked[lay-skin="primary"] > i {
    background-color: #216dff;
    border-color: #216dff !important;
}
.layui-form-checkbox[lay-skin="primary"]:hover > i {
    border-color: #216dff;
}
.store-collapse.el-collapse {
    border-bottom: none;
    border-top: none;
}
.store-collapse .el-collapse-item__wrap {
    border-bottom: none;
}
.store-collapse .el-collapse-item__header.is-active {
    padding-right: 0;
    border-bottom: 1px solid var(--el-collapse-border-color);
}
.store-collapse .el-checkbox.el-checkbox--large {
    width: 100%;
    border-bottom: 1px solid var(--el-collapse-border-color);
}
.el-dropdown span {
    outline: none;
}
.body-scroll-lock {
    overflow: hidden;
}
/* store样式结束 */
.drawer-overlay,.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
    display: none;
    transition: all 0.3s ease;
    z-index: 100;
    overflow-y: auto;
}

.drawer {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100%;
    background-color: white;
    box-shadow: -2px 0 12px rgba(0, 0, 0, 0.2);
    transition: right 0.4s ease;
    z-index: 101;
    display: flex;
    flex-direction: column;
}

.drawer-header {
    padding: 25px;
    border-bottom: 1px solid #eaecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.drawer-title {
    font-size: 22px;
    font-weight: 600;
    color: #2c3e50;
}

.close-btn {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #7f8c8d;
    padding: 5px;
}

.close-btn:hover {
    color: #34495e;
}

.drawer-body {
    padding: 30px;
    border-bottom: 1px solid #eaecef;
}

.form-group {
    margin-bottom: 20px;
    text-align: left;
    position: relative;
}

.form-group label {
    display: block;
    color: #888888;
    position: absolute;
    top: 12px;
    left: 14px;
    transition: all 0.3s;
}

.form-control {
    width: 100%;
    padding: 24px 14px 4px;
    border: 1px solid #dce1e6;
    border-radius: 4px;
    font-size: 16px;
    transition: border-color 0.3s;
    box-sizing: border-box;
}

.form-control:focus {
    border-color: #3498db;
    outline: none;
}
.form-group:focus-within .form-label {
    font-size: 12px;
    top: 5px;
}
.form-group .has-value {
    font-size: 12px;
    top: 5px;
}
.form-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.checkbox-group {
    display: flex;
    align-items: center;
}

.checkbox-group input {
    margin-right: 8px;
}

.forgot-link {
    color: #216dff;
    text-decoration: none;
    font-size: 14px;
}
.reset-password {
    color: #216dff;
}
.login-btn {
    width: 100%;
    padding: 16px;
    background-color: #216dff;
    color: white;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    margin-bottom: 30px;
}

.login-btn:hover {
    opacity: 0.6;
}

.drawer-footer {
    margin-top: 100px;
    padding: 25px;
    text-align: center;
}

.no-account {
    margin: 15px 0;
    font-size: 18px;
    color: #222222;
    font-weight: 600;
}

.create-account {
    background-color: transparent;
    font-weight: 600;
    transition: all 0.3s;
    font-size: 14px;
    color: #216dff;
    line-height: 14px;
    text-align: left;
    text-decoration-line: underline;
    text-transform: none;
}

@media (max-width: 480px) {
    .drawer {
        width: 100%;
        right: -100%;
    }
}
/* 登录注册页面样式 */
.login-form {
    width: 430px;
    margin: 0 auto;
}
.login-title {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #000201;
    white-space: nowrap;
    display: flex;
    justify-content: center;
}
.login-desc {
    margin: 20px 0;
    color: #666666;
    display: flex;
    white-space: nowrap;
    text-align: center;
    justify-content: center;
}
.login-desc a {
    color: #216dff;
}
.create-desc {
    text-align: center;
    color: #666666;
    margin: 20px 0;
}
.cancel-btn {
    width: 100%;
    padding: 16px;
    border-color: 1px solid #000000;
    color: #000000;
    background-color: #fff;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    margin-bottom: 30px;
}
.cancel-btn:hover {
    opacity: 0.6;
}
.div_big_product_low_price {
    font-family: "Roboto";
    font-weight: 800;
    font-size: 20px;
    color: #216dff;
    line-height: 20px;
}
.div_big_product_low_price .RetailPriceValue {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 15px;
    color: #666666;
    line-height: 20px;
    text-decoration-line: line-through;
}
.div_samll_product_low_price {
    font-family: "Roboto";
    font-weight: 800;
    font-size: 20px;
    color: #216dff;
    line-height: 20px;
}
.div_samll_product_low_price .RetailPriceValue {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 15px;
    color: #666666;
    line-height: 20px;
    text-decoration-line: line-through;
}
.td_top_big_product {
    position: relative;
}
.add-cart {
    position: absolute;
    top: 190px;
    right: 30px;
    visibility: hidden;
}
.add-cart img {
    width: 48px;
    height: 48px;
}
.td_top_big_product:hover .add-cart {
    visibility: visible;
}
.td_top_samll_product {
    position: relative;
}
.div_top_samll_product:hover .add-cart {
    visibility: visible;
}
.div_samll_product_low_price {
    margin-bottom: 15px;
}

.carouselBox-container {
    max-width: 1000px;
    width: 100%;
    background: white;
    border-radius: 15px;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); */
    padding: 25px;
    position: relative;
}

.carouselBox-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 auto;
    width: 460px;
}

.carouselBox {
    display: flex;
    transition: transform 0.4s ease;
    padding: 10px 15px;
}

.carouselBox-item {
    flex: 0 0 auto;
    width: 77px;
    height: 77px;
    margin: 0 6px;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    padding: 2px;
    box-sizing: border-box;
}

.carouselBox-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.carouselBox-item.active {
    transform: scale(1.05);
    border: 2px solid #000000;
}

.carouselBox-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 97px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
    border: none;
    font-size: 18px;
    font-weight: bold;
    color: #3498db;
}

.carouselBox-btn.last {
    left: -10px;
}

.carouselBox-btn.next1 {
    right: -10px;
}

.carouselBox-indicators {
    display: flex;
    justify-content: center;
    margin-top: 25px;
    gap: 10px;
}

.indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #dfe6e9;
    cursor: pointer;
    transition: all 0.3s ease;
}

.indicator.active {
    background: #3498db;
    transform: scale(1.2);
}

.product-tag {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #e74c3c;
    color: white;
    padding: 3px 8px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: bold;
}

.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
/* 弹窗 */
/* 遮罩层样式 */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 1010;
    justify-content: center;
    align-items: center;
    
}

.modal-content {
    position: absolute;
    max-width: 90%;
    max-height: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal-image {
    max-width: 100%;
    max-height: 80vh;
    border-radius: 10px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.4);
}

.close-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

.nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    z-index: 1001;
}

.nav-btn.prev {
    left: 20px;
}

.nav-btn.next {
    right: 20px;
}

.image-counter {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 16px;
}
.product-box-left {
    position: sticky;
    top: 50px;
}

.share-box {
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 10px;
}
.share-box a img {
    width: 28px;
    height: 28px;
}
.features {
    background: white;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    margin: 10px 0;
}

.features-orders {
    height: 300px;
    overflow: hidden;
    position: relative;
}

.features-header {
    display: grid;
    grid-template-columns: 1.5fr 2fr 1.2fr 1fr;
    padding: 12px 15px;
    background-color: #f2f6ff;
    color: #666666;
    font-weight: 600;
    font-size: 16px;
    position: sticky;
    top: 0;
    z-index: 10;
}

.features-list {
    height: 280px;
    overflow: hidden;
}

.features-list-item {
    display: grid;
    grid-template-columns: 1.5fr 2fr 1.2fr 1fr;
    padding: 12px 15px;
    border-bottom: 1px solid #f0f4ff;
    align-items: center;
    font-size: 14px;
}

.features-list-item-country {
    display: flex;
    align-items: center;
    gap: 8px;
}

.features-list-item-country-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: white;
    font-size: 14px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
}

.features-list-item-info {
    display: flex;
    flex-direction: column;
}

.features-list-item-info .username {
    font-weight: 600;
    margin-bottom: 2px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000000;
}

.features-list-item-info .phone {
    color: #666666;
}

.features-list-item-date {
    font-size: 14px;
    color: #666666;
}

.features-list-item-quantity {
    font-weight: 600;
    color: #222222;
    font-size: 14px;
}

#ProductDescription {
    height: 400px;
    overflow: hidden;
    padding: 20px 0;
    margin-bottom: 15px;
    transition: height 0.4s ease; /* 平滑过渡效果 */
    position: relative;
}
.collapsible-overly {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(
        to top,
        #ffffff 40%,
        rgba(255, 255, 255, 0) 100%
    );
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.toggle-btn {
    padding: 10px 20px;
    background-color: #216dff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
}

.toggle-btn:hover {
    opacity: 0.8;
}
/* 评论 */
.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.review-title {
    font-size: 24px;
    font-weight: bold;
}
.rating {
    display: flex;
    align-items: center;
    margin: 10px 0;
}
.rating-value {
    font-size: 18px;
    font-weight: bold;
    margin-right: 10px;
    line-height: 18px;
}
.stars {
    color: #ffc107;
    font-size: 20px;
}
.description {
    margin: 15px 0;
    color: black;
    font-weight: 600;
}
.filter-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0;
}
.filter-btn {
    padding: 8px 15px;
    background: #f0f0f0;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s;
}
.filter-btn:hover,
.filter-btn.active {
    background: #e0e0e0;
}
.review-btn {
    padding: 5px 10px;
    background: white;
    color: black;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    margin-left: auto;
}
.write-review-btn {
    padding: 10px 20px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    margin-left: auto;
}
.reviews-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 30px;
    align-items: start;
    margin-top: 30px;
}
.review-box {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-row-gap: 30px;
    overflow: hidden;
}
.review-card {
    border: 1px solid #eee;
    border-radius: 8px;
    background: white;
}
.review-img img {
    width: 100%;
    height: auto;
}
.review-content {
    padding: 15px 12px;
}
.review-content .review-author,
.review-date {
    margin-bottom: 10px;
    color: #888888;
    font-size: 14px;
}
.review-content .review-content-title {
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}
.review-content .review-content-text {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}
.review-rate {
    width: 16px;
    height: 16px;
}
.review-menu {
    display: flex;
    align-items: center;
    gap: 15px;
}
#ProductReviews .review-menu a img {
    margin-top: 10px;
    width: 20px;
    height: 20px;
}
.account-header {
    display: flex;
    justify-content: space-between;
}
.account-header a {
    box-shadow: 0px 1px 0px 0px #222222;
    text-decoration: none;
    color: #222222;
    font-weight: 600;
}
.welcome {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}

.welcome span {
    font-weight: bold;
    color: #000000;
}

.page-title {
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    flex-grow: 1;
}

.logout-btn {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.logout-btn:hover {
    background: rgba(255, 255, 255, 0.3);
}

.dashboard {
    padding: 30px;
}

.modules-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.module {
    background: white;
    border-radius: 4px;
    padding: 25px;
    text-align: center;
    border: 1px solid #e1e1e1;
    transition: all 0.3s;
    border: 1px solid #eaeaea;
}

.module:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    border-color: #4b6cb7;
}

.module img {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}

.module-title {
    font-size: 18px;
    font-weight: 600;
    color: #222222;
}
/* 购物车弹窗-开始 */
.cart-drawer {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100%;
    background: white;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.15);
    transition: right 0.4s ease;
    z-index: 1001;
    display: flex;
    flex-direction: column;
}

.cart-header {
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}

.cart-title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

.close-cart {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #777;
    transition: color 0.3s;
}

.close-cart:hover {
    color: #333;
}

.cart-content {
    padding: 20px;
    flex-grow: 1;
    overflow-y: auto;
}

.cart-item {
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    position: relative;
}
.item-remove {
    position: absolute;
    right: 0;
    color: #777;
    font-size: 22px;
    line-height: 22px;
}
.item-image {
    width: 72px;
    height: 72px;
    background: linear-gradient(45deg, #8a2be2, #9370db);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-size: 24px;
    color: white;
}

.item-details {
    flex-grow: 1;
    overflow: hidden;
}
.cart-empty {
    text-align: center;
    margin-top: 150px;
}
.cart-empty-desc {
    margin: 10px 0;
    color: #888888;
    font-size: 18px;
}
.cart-empty img {
    width: 110px;
    height: 110px;
}
.cart-empty button {
    width: 200px;
    padding: 10px;
    border-radius: 25px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
    margin-bottom: 20px;
    border-color: #216dff;
    background-color: #216dff;
    color: #ffffff;
}
.item-name {
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.item-flavor {
    color: #777;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.item-price {
    font-weight: 600;
    color: #216dff;
    margin-bottom: 10px;
    font-size: 14px;
}

.quantity-controls {
    display: flex;
    align-items: center;
    margin-top: 10px;
    width: 90px;
    background: #f8f8f8;
    border-radius: 8px;
}

.qty-btn {
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    background: transparent;
    cursor: pointer;
    transition: all 0.2s;
}

.qty-btn:hover {
    background: #e9ecef;
}

.qty-input {
    width: 30px;
    height: 30px;
    text-align: center;
    border: none;
    background: transparent;
    border-radius: 4px;
    font-weight: 600;
}

.cart-summary {
    padding: 10px 20px;
}
.summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}
/* 进度条 */
.linear-progress-container {
    width: 100%;
    height: 10px;
    background-color: #ecf0f1;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
.linear-progress-bar {
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(90deg, #3498db, #2ecc71);
    transition: width 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 10px;
    color: white;
    font-weight: 600;
    font-size: 12px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.summary-label {
    color: #666;
}

.summary-value {
    font-weight: 600;
    color: #333;
}
.summary-by {
    color: #666666;
    text-align: left;
    margin-bottom: 12px;
}
.discount {
    color: #216dff;
}
.cart-button-box {
    text-align: center;
    padding: 10px 20px;
}
.cart-btn {
    display: block;
    width: 100%;
    padding: 14px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
    margin-bottom: 20px;
}

.view-cart {
    background: white;
    border: 1px solid #216dff;
    color: #007bff;
}
.view-cart:hover {
    background: #f0f7ff;
}

.checkout {
    background: #007bff;
    border: 2px solid #007bff;
    color: white;
}

.checkout:hover {
    background: #0069d9;
    border-color: #0069d9;
}
/* 购物车弹窗结束 */
.page-box{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
