.pro-details-flex .product-list-wish {
    visibility: inherit;
}

.halloween-copy {
    position: relative;
    margin-top: 10px;
}

.halloweenCSwiper {
    background-color: #fbf9fb;
    border: 3px dashed #dfdcea;
    padding: 17px;
    box-sizing: border-box;
}

.coupon-order-li {
    position: relative;
    width: 100%;
}

.coupon-order-con {
    text-align: center;
    background: #660099; /* 半透明背景 */
    border-radius: 7px;
    padding: 10px 0;
}

.coupon-order-title {
    color: #ffffff;
    font-weight: bold;
    font-size: 19px;
}

.coupon-order-intro {
    color: #ffffff;
    font-size: 12px;
    color: #ffffff;
    margin-top: -5px;
}

.coupon-order-btn {
    background: #ffffff;
    border-radius: 3px 3px 3px 3px;
    padding: 5px 10px;
    color: #fff;
    display: flex;
    border-radius: 3px;
    align-items: center;
    margin: 5px auto 0 auto;
}

.coupon-order-btn span:nth-child(1) {
    font-size: 12px;
    color: #373737;
}

.coupon-order-btn span:nth-child(2) {
    font-size: 14px;
    color: #373737;
    font-weight: bold;
}

.coupon-order-btn:hover {
    cursor: pointer;
}

.content-paste-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -10;
}

.halloween-img {
    min-height: 122px;
}

@media screen and (max-width: 1500px) {
    .coupon-order-title {
        font-size: 16px;
    }

    .coupon-order-intro {
        font-size: 12px;
    }
}

@media screen and (max-width: 1250px) {

    .coupon-check {
        width: 100%;
        text-align: center;
        margin: 10px 0 5px 0;
    }

    .coupon-order {
        flex-wrap: wrap;
    }

    .coupon-hr2 {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    .coupon-order {
        padding: 5px;
    }

    .coupon-order-title {
        font-weight: bold;
        font-size: 14px;
    }

    .coupon-order-btn span:nth-child(1) {
        font-size: 12px;
    }

    .coupon-order-btn span:nth-child(2) {
        font-size: 12px;
    }
}

.klarna-show-icon-box {
    display: flex;
    align-items: center;
    color: #333;
    font-size: 16px;
    margin: 20px 0 0;
    flex-wrap: wrap;
}

.klarna-show-icon-box img {
    margin-right: 5px;
}

.buy-from-wrap .label-name {
    float: left;
    width: 90px;
    padding-top: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

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

.buy-from > a {
    margin: 0 20px 20px 0;
    padding: 5px 10px;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    width: 140px;
}

.buy-from > a img {
    width: 100%;
}

.ships-figure {
    margin: 0px 5px;
}

.quote_div {
    border-top: 1px solid #DDDDDD;
    padding: 15px 0;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 15px;
}

.quote-btn {
    border: 1px solid #000000;
    padding: 10px 40px;
    border-radius: 5px;
    font-size: 16px;
    color: #333333;
    margin-bottom: 10px;
}

.quote-btn:hover {
    cursor: pointer
}

.accordion {
    margin-bottom: 30px;
    border: 1px solid #e0e0e0;
}

.accordion-item {
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid #e0e0e0;
}

.accordion-header {
    background-color: #f8f9fa;
    padding: 18px 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s;
}

.accordion-header:hover {
    background-color: #e9ecef;
}

.accordion-header h2 {
    font-size: 20px;
    color: #2c3e50;
    margin: 0;
}

.accordion-content {
    height: 0;
    padding: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.accordion-item.active .accordion-content {
    height: auto;
    margin: 20px;
}

.arrow {
    position: relative;
    width: 20px; /* 容器固定宽高 */
    height: 20px;
    display: inline-block;
    transform: rotate(270deg);
}

.accordion-item.active .arrow {
    transform: rotate(90deg);
}

.arrow::before,
.arrow::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px; /* 线段固定长度 */
    height: 2px; /* 线条固定粗细 */
    background: #999;
    transform-origin: left center;
    border-radius: 2px;
}

.arrow::before {
    transform: translate(-50%, -10%) rotate(45deg);
}

.arrow::after {
    transform: translate(-50%, -10%) rotate(-45deg);
}

.detail-item-content .title {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.detail-item-content .list-box {
    margin-bottom: 15px;
}

.detail-item-content .list-box li {
    margin-top: 8px;
}

.product-phone-Swiper .swiper-pagination-fraction {
    bottom: 10px;
    left: 10px;
    width: 14% !important;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    border-radius: 20px;
}

.pro-swiper-max {
    position: relative;
}

.product-w {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 9;
    line-height: 1;
}

.product-w i {
    font-size: 28px;
}

.product-w i:last-child {
    display: none;
}

.pro-details-flex {
    margin-top: 20px;
}

.mobile_banner_wrap {
    display: none;
}

.pc_box {
    display: block;
}

.m_box {
    display: none;
}

.m_cart_fixation {
    position: fixed;
    bottom: 0;
    background: #ffffff;
    padding: 10px 2%;
    width: 96%;
    z-index: 99;
    border-top: 1px solid #E9E9E9;
    display: none;
}

.m_cart_fixation ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.m_cart_fixation li {
    width: 40%;
    text-align: center;
}

.m_cart_fixation li:nth-child(3) {
    text-align: right;
}

.m_cart_fixation li button {
    font-size: 14px;
    line-height: 36px;
    height: 36px;
    width: 95%;
    border-radius: 3px;
}

.m_cart_fixation li button:hover {
    cursor: pointer;
}

.m_cart_fixation li .wheelup-add {
    border: 1px solid #333333;
    color: #333333;
}

.m_cart_fixation li .wheelup-buy-now {
    color: #ffffff;
    background: #660099;
}

.d-score-flex {
    display: flex;
    align-items: center;
}

.score-aryy {
    justify-content: space-between;
}

.score-left {
    flex-wrap: wrap;
}

.score-left, .score-right {
    width: 28%;
}

.score-right {
    text-align: right;
}

.score-middle {
    width: 40%;
    border-left: 1px solid #E0D9E5;
    border-right: 1px solid #E0D9E5;
}

.d-score-icon svg {
    width: 21px;
    height: 19px;
}

.sum-score svg {
    width: 29px;
    height: 27px;
}

.score-middle .d-score-flex {
    justify-content: center;
}

.tmep-review {
    width: 1200px;
    margin: 0 auto;
}

.tmep-review .copy-title {
    text-align: center;
}

.contact-close {
    position: absolute;
    right: 15px;
    top: 0;
    font-size: 34px;
    cursor: pointer;
    color: #333333;
}

.Write-Review {
    cursor: pointer;
}

.template-list .template-img {
    max-width: 70px;
    max-height: 70px;
    width: 70px;
    height: 70px;
}

.imagebox {
    height: auto;
    max-height: 140px;
}

#rating_msg {
    margin: 0px 0 20px 0;
}

/* 进度条 */
.deals {
    width: 150px;
    margin: 0px 10px;
}

.deals-bar-flex {
    display: flex;
    align-items: center;
    margin: 25px 0;
}

.deals-bar {
    background-color: #EFEFEF;
    width: 100%;
    overflow: hidden;
}

.deals-bar-fill {
    height: 6px;
    background-color: #660099;
    width: var(--progresswidth);
    text-align: center;
    color: white;
    line-height: 20px;;
    transition: width 1s ease-in-out;
}

.deals-bar-name {
    margin-left: 10px;
}

.dealsText {
    font-size: 16px;
    color: #ffffff;
    position: absolute;
    right: 10px;
    bottom: 5px;
    z-index: 2;
}


.Add-btn, .contact-form .submit-btn {
    width: 210px;
}

.contact-form .submit-btn {
    margin-left: 40px;
}


@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1300px) {
    .tmep-review {
        width: 94%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 768px) {

    .pro-details-flex .pro-details-left {
        display: none;
    }

    .pro-details-flex .pro-details-right {
        width: 100%;
    }

    .pro-details-right > .page-next-flex {
        display: none;
    }

    .breadcrumb {
        display: none;
    }

    .mt-top {
        margin-top: 0;
    }

    .pro-details-flex {
        margin-top: 0;
    }

    .mobile_banner_wrap {
        display: block;
    }

    .klarna-show-icon-box {
        font-size: 14px;
    }

    .pc_box {
        display: none;
    }

    .m_box {
        display: block;
    }

    .d-describe-li {
        list-style: disc inside;
    }

    .pro-describe li h3 {
        display: inline;
    }

    .quote-btn {
        padding: 7px 15px;
        border-radius: 5px;
        font-size: 14px;
        margin-bottom: 15px;
    }

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

    .m_qty_box > .pro-de-grop {
        width: 48%;
        margin: 10px 0;
    }

    .m_qty_box > .pro-de-grop .pro-de-btn {
        width: 100%;
    }

    .klarna-show-icon-box.m_box {
        display: flex;
    }

    .pro-details-main {
        display: flex;
        flex-wrap: wrap;
    }

    .pro-details-main > * {
        width: 100%;
    }

    .pro-details-main > .sku_box {
        order: -15;
        margin-top: 10px;
    }

    .pro-details-main > .pro-d-name {
        order: -10;
    }

    .pro-details-main > .pro-d-price {
        order: -5;
        margin-bottom: 0;
        flex-wrap: wrap;
    }

    .pro-details-main > .pro-describe {
        order: -10;
    }

    .pro-d-qty {
        margin-top: 0;
    }

    .pro-de-grop .pro-de-btn-two {
        width: 100%;
    }

    .accordion-header h2 {
        font-size: 18px;
    }

    .tmep-review .score-aryy {
        flex-wrap: wrap;
    }

    .tmep-review .score-aryy > * {
        width: 100%;
    }

    .tmep-review .score-aryy > .score-left, .tmep-review .score-aryy > .score-right {
        text-align: center;
    }

    .score-max .Write-Review {
        margin-top: 20px;
        margin-bottom: 20px;
        border-radius: 60px;
        border: 1px solid #660099;
        padding: 10px 20px;
        font-size: 14px;
        color: #660099;
    }

    .score-view-btn {
        margin: 0;
        margin-bottom: 20px;
    }

    .review-form {
        display: none;
        position: fixed;
        z-index: 101;
        background: #fff;
        width: 90%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .contact-form {
        padding: 0px 24px 24px 24px;
    }

    .review-form .comment-name {
        padding: 24px 24px 15px 24px;
        text-align: center;
        font-size: 20px;
        color: #333333;
    }

    #back-curtain .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
    #back-curtain .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        background: #fff;
    }

    .score-aryy {
        width: 85%;
        margin: 0 auto;
    }

    .score-max {
        padding-bottom: 0;
    }

}

@media screen and (max-width: 640px) {
}
