.main .crumbs {
    width: 100%;
    height: 64px;
    line-height: 64px;
    font-size: 16px;
    color: #181D23;
}

.main .crumbs .active{
    color: #3E007D;
}

.main .detail-page {
    padding-bottom: 96px;
}

.main .show {
    width: 616px;
}

.main .show .show-img-x {
    width: 616px;
    height: 616px;
    background: #F5F9FC;
    background: var(--bgcolor);
    border-radius: 8px;
    border-radius: var(--radius);
}

.main .show .show-img {
    margin: 68px;
    width: 480px;
    height: 480px;
}

.main .show .pics {
    width: 616px;
    height: 114px;
    display: flex;
    /* gap: 12px; */
    margin-top: 24px;
}

.main .detail1 .show .pics.pics-div {
    display: none;
}

.main .show .pic {
    width: 114px;
    height: 114px;
    background: #F5F9FC;
    background: var(--bgcolor);
    border-radius: 8px;
    border-radius: var(--radius);
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;cursor: pointer;
    position: relative;
    overflow: hidden;
    margin-right: 12px;
}

.main .show .pic img{
    width: 96px;
    height: 96px;
}

.main .show .pic.active {
    background: #FBF6FC;
}

.main .show .pic-count {
    font-size: 20px;
    color: #FFF;
    line-height: 114px;
    text-align: center;
    position: absolute;
    width: 100%;
}
.main .div-bg {
    width: 100%;
    height: 100%;
    background: #000000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.12;
}

.main .detail2 .pics {
    width: 616px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    height: fit-content;
}

.main .detail2 .pic {
    width: 302px;
    height: 400px;
}

.main .detail-info {
    width: 616px;
    margin-left: auto;
}
.main .name {
    font-size: 40px;
    font-size: var(--page-h1);
    color: #3E007D;
    line-height: 48px;
    font-weight: 600;
    margin-bottom: 8px;
}
.main .val {
    font-size: 20px;
    font-size: var(--page-text);
    color: #181D23;
    line-height: 36px;
    margin-bottom: 24px;
}

.main .detail2 .val {
    margin-bottom: var(--page-text);
}

.main .color-x {
    margin-bottom: 32px;
    align-items: center;
}

.main .color-x .text{
    font-size: 20px;
    font-size: var(--page-text);
    color: #181D23;
    line-height: 36px;
    margin-right: 20px;
}

.main .color-point{
    width: 32px;
    height: 32px;
    border: 2px solid #FFF;
    border-radius: 50%;
    margin-right: 16px;
    user-select: none;cursor: pointer;
}

.main .color-point.active{
    border: 2px solid #FF5C35;
}

.main .line {
    width: 100%;
    height: 0px;
    border: 1px solid #DADEE0;
    margin-bottom: 32px;
}

.main .detail2 .line {
    margin-bottom: 24px;
}

.main .detail1 .detail-info ul li{
    margin-bottom: 16px;
    display: flex;
}

.main .detail1 .detail-info .point{
    width: 8px;
    height: 8px;
    display: inline-block;
    background: #3E007D;
    border-radius: 50%;
    margin-right: 12px;
    flex-shrink: 0;
    margin-top: 10px;
}

.main .detail1 .detail-info .detail-desc {
    font-size: 20px;
    font-size: var(--page-text);
    color: #606266;
    line-height: 28px;
}


/*detail2*/
.main .detail2 .detail-info ul {
    margin-bottom: 24px;
}
.main .detail2 .detail-info ul li{
    margin-bottom: 8px;
}

.main .detail2 .detail-info .point{
    width: 8px;
    height: 8px;
    display: inline-block;
    background: #3E007D;
    border-radius: 50%;
    margin-right: 12px;
}

.main .detail2 .detail-info .title{
    font-size: 20px;
    font-size: 18px;
    color: #181D23;
    line-height: 36px;
    display: flex;
    align-items: center;
}

.main .detail2 .detail-info ul li p{
    font-size: 20px;
    font-size: var(--page-text);
    color: #606266;
    line-height: 28px;
    margin: 0 0 16px 20px;
}

.main .carousel-arrow {
    top: 340px;
    margin-top: 0;
}

.main .carousel-arrow.detail {
    top: 440px;
    background-color: #F5F9FC !important;
}

.main .carousel-arrow.detail.disabled {
    background-color: #F5F9FC !important;
}

.main .carousel-arrow-left.detail {
    left: -220px;
}

.main .carousel-arrow-right.detail {
    right: -220px;
}


.main .show-img-x .carousel-arrow {
    display: none;
}
.main .show-img-x:hover .carousel-arrow {
    display: block;
}
.main .show-img-x .carousel-arrow-left {
    left: 20px;
}

.main .show-img-x .carousel-arrow-right {
    right: 20px;
}

@media screen and (max-width: 1730px){
    .main .carousel-arrow.detail {
        display: none;
    }
}




@media (max-width: 1024px) {
    .main .crumbs {
        display: none;
    }
    .main .detail-page {
        display: block;
    }
    .main .detail1.main-content {
        padding: 0;
    }
    .main .detail2.main-content {
        padding: 0 8px;
    }

    .main .detail1 .show {
        width: 100%;
    }
    .main .detail1 .show .show-img-x {
        width: 100%;
        height: 375px;
        display: flex;
        justify-content: center;
        padding: 43px 0;
    }
    .main .detail1 .show .show-img {
        width: auto;
        height: 100%;
        object-fit: contain;
        object-position: top;
        margin: 0;
    }


    .main .detail1 .show .pics {
        display: none;
    }

    .main .detail1 .show .pics.pics-div {
        display: flex;
        flex-wrap: wrap;
        /* gap: 6px; */
        position: absolute;
        bottom: 8px;
        height: 5px;
        right: 0;
        width: 100%;
        justify-content: center;
    }
    .main .detail1 .show .pics.pics-div .pic.active {
        background: #3E007D;
        width: 32px;
    }
    .main .detail1 .show .pics.pics-div .pic {
        width: 12px;
        height: 4px;
        background: #DADEE0;
        border-radius: 3px;
        margin: 0 3px;
    }

    .main .detail1 .detail-info {
        padding: 0 16px;
    }
    .main .detail2 .detail-info {
        padding: 0 8px;
    }

    .main .detail-info {
        margin: 0;
        width: 100%;
    }

    .main .name {
        padding-top: 28px;
        font-size: var(--page-p);
        line-height: 32px;
    }

    .main .detail1 .val {
        margin-bottom: 12px;
    }

    .main .detail2 .pics {
        width: 100%;
        gap: 1vh 1%;
        gap: 0;
        justify-content: center;
    }

    .main .detail2 .pic {
        width: 47%;
        height: auto;
        margin: 0 4px 8px;
    }
    .main .detail2 .pic img {
        width: 100%;
        height: 100%;
    }

    .main .detail-page {
        padding-bottom: 48px;
    }

    .main .div-page {
        display: flex;
        justify-content: center;
        /* gap: 11px; */
    }
    .main .div-page .page-btn .carousel-arrow{
        display: block;
        position: relative;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        border-radius: 0;
        background-size: 20px;
        margin: 0 6px;
    }
    .main .div-page .page-btn {
        width: 166px;
        width: 48%;
        height: 40px;
        border-radius: 28px;
        border: 1px solid #181D23;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        color: #181D23;
        margin: 0 5px;
    }

    .main .show-img-x:hover .carousel-arrow {
        display: none;
    }

    .main .detail1 .detail-info .detail-desc {
        line-height: 24px;
    }

    .main .detail2 .detail-info ul {
        margin-bottom: 16px;
    }

    .main .detail2 .detail-info ul li p {
        line-height: 22px;
        margin: 0 0 8px 20px;
    }


}

