#times>span,
#texts>span {
    margin: 5px;
    width: 35px
}

#times tr td {
    margin: auto;
    width: 200px;
    text-align: center;
}

.bg-f1f1f1 {
    background-color: #f1f1f1;
}

.bg-f6f8f9 {
    background-color: #f6f8f9;

}

.timeLine a {
    color: #0070ff;
}

.timeLine a:focus {
    color: #660099
}

.color-0066ee {
    color: #0066ee;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.timeLine-mo .content-right {
    background-color: #ffffff;
    padding: 10px;
    margin-left: 25px;
}

.visited {
    color: #660099;
}

.dashed-line {
    border: 1px dashed #d1d1d1;
}

/* .saveShopOne div{width: 100%;} */
.time-block {
    position: relative;
}

.justify-around {
    justify-content: space-around;
}

.add-cart {
    margin: 0 auto;
    border-radius: 4px;
}

.add-cart span {
    width: 100%;
    height: 48px;
    line-height: 48px;
    background-color: #0070ff;
    border-radius: 4px;
    margin-top: 2rem !important;
    cursor: pointer;
}


.to-cart span {
    width: 100%;
    height: 48px;
    line-height: 48px;
    background-color: #0070ff;
    margin: 0 auto;
    border-radius: 4px;
    font-size: 18px;
}

.rounded {
    border-radius: 0.25rem;
    /* 4px */
}

.color-cf2140 {
    color: #CF2140;
}

.btn-close {
    top: 15px;
    right: 15px;
    z-index: 1050;
    width: 32px;
    height: 32px;
    opacity: 0.7;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border-color: transparent;
    cursor: pointer;
}

.btn-close2 {
    background-color: rgb(255, 255, 255, 0.3);
}

.btn-close-x {
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.select2-selection__rendered {
    line-height: 48px !important;
}

.select2-selection__clear {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100% !important;
}

.notClick {
    border: 2px solid #999;
    background: #999 !important;
    cursor: not-allowed!important;
}

#cn-cart-success {
    display: none;
}

.select2-container--open .select2-search__field {
    display: block !important;
    pointer-events: auto !important;
    opacity: 1 !important;
}

.max-width-1480 {
    max-width: 1480px;
}

.bg-black {
    background-color: rgb(0 0 0);
}

.pretimeText,
.endtimeText {
    color: red;
}

.time-new-2 {
    display: none;
}

.justify-center {
    justify-content: center;
}

.table-radius {
    background: rgba(255, 255, 255, 0.40);
}

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

.flex-col {
    flex-direction: column;
}

.align-center {
    align-items: center;
}

.green .progress {
    border: 2px solid #fff;
}

.green .progress .inner {
    border: 1px solid transparent;
}

.progress {
    background: rgba(255, 255, 255, 0.15);
}

.progress-loading {
    flex-flow: column;
}

.green .progress .inner .water {
    top: 95%;
    background: #fff;
}

.green .progress {
    width: 60px;
    height: 60px;
}

.progress-ing {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 16px;
}

.progress-ing>div {
    font-size: 18px;
}

.progress-ing .text {
    margin-bottom: 1rem;
}

.info-list {
    font-size: 16px;
    display: grid;
    gap: 20px;
    padding: 2rem 0;
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.info-list li {
    padding: 1rem;
    border-radius: 12px;
}

.shop-go-list {
    background: rgba(255, 255, 255, 0.10);
    border: 2px solid rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    padding: 2rem 1rem 2.5rem;
}

.toggle-arrow {
    transition: transform 0.3s ease;
}

.open .toggle-arrow {
    transform: rotate(180deg);
}

.show-info {
    display: none;
    max-width: 700px;
}

.new-nav-list li {
    text-decoration: underline;
    font-size: 16px;
    margin-bottom: 1.5rem;
}

.new-nav-list li:hover,
.check-out:hover {
    color: #0070ff;
    cursor: pointer;
    text-decoration: underline;
}

.quick_banner {
    background-image: url("https://pic.lightbicycle.com/www/newsletter/cd65689e-730f-3f40-89f3-2e70b4b7945e/images/compressed/mo-banner-the-award-winning-aerorevo-handlebar-open-for-preorder-1.jpeg");
}

input,
button,
select,
textarea {
    appearance: auto !important;
}

.d-grid {
    display: grid;
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gap-4 {
    gap: 1rem;
}

.cursor-pointer {
    cursor: pointer;
}

.text-black {
    color: #000;
}

.text-white {
    color: #fff;
}

.background-f1f1f1 {
    background: #f1f1f1;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.z-10 {
    z-index: 10;
}

.visited {
    color: #660099;
}

.cursor-pointer {
    cursor: pointer;
}

.green {
    color: #008009
}

.red {
    color: #E30000;
}

.overflow-auto {
    overflow: auto;
}

.bg-cover {
    background-size: cover;
}

.bg-no-repeat {
    background-repeat: no-repeat;
}

.bg-bottom {
    background-position: bottom;
}

a {
    color: #0066ee
}

.color-0066ee {
    color: #0066ee !important
}

.underline {
    text-decoration-line: underline;

}

.border-0070ff-hover:hover,
.select2-container--default .select2-selection--single:hover {
    border-color: #0070ff;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: flex;
    align-items: center;
    right: 6px;
}

.select2-container--open .select2-selection__arrow svg {
    transform: rotate(180deg);
}

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

    .quick_banner .font-sm-30 {
        font-size: 30px;
    }

    .quick_banner .font-mo-16 {
        font-size: 16px;
    }

}

.max-w-full {
    max-width: 100%;
}

.w-auto {
    width: auto;
}

.jump-to {
    display: flex;
    height: 48px;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 6px;
    width: 100%;
    margin: 0 auto;
    font-weight: 600;
}

.jump-disable {
    background-color: #D1D1D1;
    color: #fff !important;
}

.text-999 {
    color: #999;
}

.justify-center {
    justify-content: center;
}

.gap-8 {
    gap: 34px;
}

.absolute-locate {
    left: 0;
    top: 5%;
    transform: translateY(0px);
    text-align: center;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.icon-jiantou-zuo:before {
    content: "\e616";
    transform: rotate(-180deg);
    display: inline-block;
}

.carousel-control-prev,
.carousel-control-next {
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    top: 35%;
    bottom: 0;
    background-color: #fff;
    z-index: 999;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-image: none;
    color: #000;
    font-weight: 700;
    font-size: 30px;
    position: absolute;
    line-height: 20px;
    width: 30px;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.swiper-button-disabled {
    display: none;
}

.swiper-horizontal {
    touch-action: pan-y;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    overflow: clip;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}

.swiper-pc p,
.swiper-PDAH p,
.swiper-PDAS p,
.swiper-mo p {
    text-align: center;
}

.swiper-mo img {
    width: 75%;
    margin: 0 auto;
    display: block;
}

.order-cut {
    display: none;
}

.active {
    display: block;
}

.modal-border {
    border: 2px solid #fff;
    border-radius: 8px;
}

.table {
    border-left: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

.table caption {
    font-size: 18px;
    text-align: center;
    caption-side: top;
    /* 标准位置：表格顶部 */
    border-top: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;

}

.table th,
.table td {
    border-right: 1px solid #dee2e6;
}

.table thead th {
    border-bottom: 1px solid #dee2e6;
    background-color: #252525;
    padding: 0.75rem !important;
    vertical-align: inherit;
}

.one-table tbody tr td:nth-child(1),
.two-table .undertone {
    background-color: #252525;
}

.one-table tbody tr:hover td {
    background-color: #666666 !important;
}

.one-table tbody tr:nth-child(1):hover td {
    background-color: transparent !important;
}

.one-table tbody tr:nth-child(1):hover td:nth-child(1) {
    background-color: #252525 !important;
    color: #fff;
}

.tab-list li {
    background-color: #a2a2a2;
    color: #333;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 40px;
    margin-right: 2px;
    text-align: center;
    font-size: 14px;
    flex: 1;
}

.tab-list li:last-child {
    margin-right: 0;
}

.tab-list .active {
    background-color: #0066EE;
    color: #fff;
}

.wait-over .plate-title,
.testing-backed .plate-title,
.wait-over-p,
.testing-backed-p {
    text-align: center;
}

.color-orange {
    color: orange;
}

.carbonSpoke {
    top: 0;
}
.testing-backed {
    top: 18%;
}
.wait-over {
    top: 29%;
}
.lighterFaster {
    top: 24%;
}

.wideProfile {
    top: 21%;
}

.aerodynamicShape {
    top: 15%;
}
.compatibility {
    top: 25%;
}
.construction {
    top: 17%;
}
.loading-placeholder {
    height: 800px;
}

.mo-display {
    display: none;
}

.pcdh-display {
    display: none;
}

.pcds-display {
    display: none;
}

.pc-display {
    display: block;
}

#in-depth-test .ab-history-li-btn {
    height: 52px !important;
}

#bike-list .ab-history-li-btn {
    height: 97px !important;
}

.comparison .ab-history-li-btn {
    height: 73px !important;
}

.bg-252525 {
    background-color: #252525;
}

.glass-card {
    /* 毛玻璃核心样式 */
    backdrop-filter: blur(50px);
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

/* 返回顶部按钮 */
#backToTop {
    position: fixed;
    bottom: 100px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: #0066EE;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 9999;
    border: none;
    outline: none;
}

#backToTop.show {
    opacity: 1;
    visibility: visible;
}

#backToTop:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

#backToTop:active {
    transform: translateY(1px);
}

.sequence {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 12px;
}

.sequence span {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border: 2px solid #0066ee;
    border-radius: 50%;
    font-size: 18px;
    color: #0066ee;
    margin-top: 0.5rem;
}

.mb-10 {
    margin-bottom: 2.5rem;
}

.text-style {
    text-align: center;
}
.progress-ing .text {
    text-align: center;
}
.select-arrow {
    width: 100%;
}

.shop-center-list {
    margin: 0 1rem;
}
.line-through {
    text-decoration-line: line-through;
}
.color-e30000 {
    color: #e30000;
}

@media only screen and (max-width: 1200px) {
    .pc-display {
        display: none;
    }

    .mo-display {
        display: none;
    }

    .pcds-display {
        display: none;
    }

    .pcdh-display {
        display: block;
    }
}

@media only screen and (max-width: 1023px) {
    .pc-display {
        display: none;
    }

    .mo-display {
        display: none;
    }

    .pcdh-display {
        display: none;
    }

    .pcds-display {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .pc-display {
        display: none;
    }

    .pcdh-display {
        display: none;
    }

    .pcds-display {
        display: none;
    }

    .mo-display {
        display: block;
    }
}

@media (min-width: 768px) {
    .progress-ing>div {
        display: flex;
        font-size: 24px;
    }
    .jump-to {
        width: 480px;
    }
    .progress-ing .text {
        margin-bottom: 0;
        text-align: left;
    }

    .info-list {
        font-size: 18px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .info-list li {
        border: 2px solid rgba(255, 255, 255, 0.15);
    }
    .tab-list li {
        height: 64px;
        font-size: 24px;
    }

    .add-cart,
    .select-arrow {
        width: 480px;
    }

    .shop-go-list {
        padding: 2rem 1.25rem 2.5rem;
    }
    
    .new-nav-list {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 0;
    }

    .new-nav-list li {
        font-size: 18px;
    }
    .new-nav-list li:nth-child(1) {
        flex: 0 0 calc(22%);
        box-sizing: border-box;
    }

    .new-nav-list li:nth-child(2) {
        flex: 0 0 calc(26%);
        box-sizing: border-box;
    }

    .new-nav-list li:nth-child(3) {
        flex: 0 0 calc(30%);
    }

    .new-nav-list li:nth-child(4) {
        flex: 0 0 calc(38%);
    }

    .new-nav-list li:nth-child(5) {
        flex: 0 0 calc(36%);
    }
    .absolute-locate {
        left: 0;
        top: 4%;
        transform: translateY(0px);
        text-align: center;
    }

    .wideProfile,
    .aerodynamicShape,
    .lighterFaster,
    .carbonSpoke,
    .construction,
    .wait-over,
    .testing-backed,
    .compatibility {
        max-width: 100%;
    }
    .wideProfile-p,
    .aerodynamicShape-p,
    .lighterFaster-p,
    .carbonSpoke-p,
    .construction-p,
    .wait-over-p,
    .testing-backed-p,
    .compatibility-p {
        text-align: left;
    }
    .loading-placeholder {
        height: 768px;
    }

    #in-depth-test .modal-dialog,
    #bike-list .modal-dialog {
        max-width: 700px;
    }

    .table caption {
        font-size: 24px;
    }

    .quick_banner {
        background-image: url("https://pic.lightbicycle.com/www/newsletter/cd65689e-730f-3f40-89f3-2e70b4b7945e/images/compressed/pad-s-banner-the-award-winning-aerorevo-handlebar-open-for-preorder-1.jpeg");
    }
    .wideProfile {
        top: 32%;
    }
    .compatibility {
        top: 22%;
    }
    .testing-backed {
        top: 30%;
    }
    .aerodynamicShape {
        top: 15%;
    }
    .lighterFaster {
        top: 34%;
    }
    .construction {
        top: 18%;
    }
    .wait-over {
        top: 34%;
    }
    .sequence {
        align-items: center;
    }
    .sequence span {
        margin: 0;
    }

    .rounded-t-12 {
        border-radius: 12px 12px 0 0;
    }
    
    .rounded-b-12 {
        border-radius: 0 0 12px 12px;
    }
    .table-radius {
        border-radius: 8px;
    }
    .progress-loading {
        flex-flow: initial;
    }
}

@media (min-width: 1024px) {
    .progress-ing>div {
        width: 80%;
        font-size: 28px;
    }

    .absolute-locate {
        left: 3rem;
        top: calc(50% - 0px);
        max-width: 470px;
        text-align: left;
        transform: translateY(-50%);
    }

    .wideProfile {
        max-width: 678px;
    }

    .aerodynamicShape {
        max-width: 670px;
    }

    .lighterFaster {
        max-width: 590px;
    }

    .carbonSpoke {
        max-width: 621px;
    }

    .construction {
        max-width: 530px;
    }

    .compatibility {
        max-width: 670px;
    }

    .compatibility-p {
        max-width: 540px;
    }

    .wait-over {
        max-width: 910px;
        top: calc(50% - 0px);
    }

    .wait-over .plate-title,
    .wait-over-p {
        text-align: left;
    }

    .wait-over-p {
        max-width: 546px;
    }

    .loading-placeholder {
        height: 768px;
    }

    .wideProfile-p {
        width: 526px;
    }

    .aerodynamicShape-p {
        width: 516px;
    }

    .lighterFaster-p {
        width: 526px;
    }

    .testing-backed {
        max-width: 910px;
        top: calc(50% - 0px);
    }

    .testing-backed .plate-title,
    .testing-backed-p {
        text-align: left;
    }

    .testing-backed-p {
        width: 530px;
    }

    #in-depth-test .modal-dialog,
    #bike-list .modal-dialog {
        max-width: 820px;
    }

    .tab-list li {
        width: 460px;
        flex: inherit;
    }

    .tab-list li:hover {
        background-color: #fff;
        color: #333;
    }

    .tab-list .active:hover {
        background-color: #0066EE;
        color: #fff;
    }

    .quick_banner {
        background-image: url("https://pic.lightbicycle.com/www/newsletter/cd65689e-730f-3f40-89f3-2e70b4b7945e/images/compressed/pad-h-banner-the-award-winning-aerorevo-handlebar-open-for-preorder-1.jpeg");
    }

    .new-nav-list li:nth-child(1) {
        flex: 0 0 calc(18%);
        box-sizing: border-box;
    }

    .new-nav-list li:nth-child(2) {
        flex: 0 0 calc(24.5%);
        box-sizing: border-box;
    }

    .new-nav-list li:nth-child(3) {
        flex: 0 0 calc(30%);
    }

    .new-nav-list li:nth-child(4) {
        flex: 0 0 calc(44.5%);
    }

    .new-nav-list li:nth-child(5) {
        flex: 0 0 calc(30%);
    }

    .text-style {
        text-align: left;
    }
    .shop-center-list {
        margin: 0 3rem;
    }
}

@media (min-width: 1280px) {

    .new-nav-list {
        justify-content: space-between;
    }

    .new-nav-list li {
        flex: inherit !important;
    }

    .absolute-locate {
        left: 3rem;
    }
    .shop-center-list {
        margin: 0 3rem;
    }
    .wideProfile {
        max-width: 756px;
    }

    .aerodynamicShape {
        max-width: 740px;
    }

    .lighterFaster {
        max-width: 764px;
    }

    .construction {
        max-width: 746px;
    }

    .carbonSpoke {
        max-width: 824px;
    }

    .compatibility {
        max-width: 876px;
    }

    .compatibility-p {
        max-width: 768px;
    }

    .d-xl-none {
        display: none !important;
    }

    .jump-to {
        height: 48px;
    }

    .tab-list li {
        width: 326px;
        font-size: 18px;
    }

    .wait-over {
        max-width: 910px;
        top: calc(50% - 0);
    }

    .wait-over-p {
        max-width: 746px;
    }

    .testing-backed {
        max-width: 910px;
        top: calc(50% - 0);
    }

    .testing-backed-p {
        max-width: 750px;
    }

    .wideProfile-p {
        width: 730px;
    }

    .lighterFaster-p {
        width: 730px;

    }

    .aerodynamicShape-p,
    .construction-p {
        width: 100%;
    }

    .loading-placeholder {
        height: 972px;
    }

    .info-list li {
        padding: 1.5rem;
        border: 0;
    }

    .info-list li:hover {
        cursor: pointer;
        background: rgba(255, 255, 255, 0.15);
    }

    .quick_banner {
        background-image: url("https://pic.lightbicycle.com/www/newsletter/cd65689e-730f-3f40-89f3-2e70b4b7945e/images/compressed/pc-banner-the-award-winning-aerorevo-handlebar-open-for-preorder-1.jpeg");
    }
}

@media (min-width: 1600px) {
    .absolute-locate {
        left: 5.5%;
    }
}

@media (min-width: 1900px) {
    .absolute-locate {
        left: 10%;
    }
    .shop-center-list {
        margin: 0 10%;
    }
}

/* Bootstrap 5 示例：将 xl 模态框设为 1400px */
@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1400px !important;
    }
}