.product_detail {
    max-width: 12rem !important;
}

.box1 {
    display: flex;
    justify-content: space-between;
    padding-top: 0.3rem;
    padding-right: 0.2rem;
}

.box1_left {
    width: 6.7rem;
    height: 4.54rem;
}

.mySwiper {
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    border-radius: 0.3rem 0.3rem 0.3rem 0.3rem;
}

.swiper-button-prev,
.swiper-button-next {
    width: 0.36rem !important;
    height: 0.66rem !important;
    background: rgba(0, 0, 0, 0.2);
    color: #FFFFFF !important;
    font-size: 0.3rem;
    font-weight: 200 !important;
    top: 1.74rem !important;
    transition: 0.3s;
}

.swiper-button-prev {
    left: 0 !important;
}

.swiper-button-next {
    right: 0 !important;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    color: var(--c) !important;
}
.my-bullet {
    display: inline-block;
    vertical-align: top;
    margin-right: 0.1rem;
    width: 0.1rem;
    height: 0.1rem;
    background: #000;
    border-radius: 50%;
    opacity: 0.1;
    transition: 0.3s;
}

.my-bullet-active {
    background: #fff;
    opacity: 1;
}
.box1_right{
    width: 4.5rem;
}
.box1_p1 {
    width: 4.5rem;
    font-family: Inter, Inter;
    font-weight: 400;
    font-size: 0.35rem;
    color: #000000;
    padding-top: 0.08rem;
    padding-bottom: 0.18rem;
    border-bottom: 0.01rem solid #DDDDDD;
    margin-bottom: 0.13rem;
}

.box1_p2 {
    font-family: Inter, Inter;
    font-weight: 400;
    font-size: 0.2rem;
    color: #000000;
    line-height: 0.45rem;
    margin-bottom: 0.05rem;
}

.box1_color {
    display: flex;
    align-items: center;
    gap: 0.2rem;
}

.box1_color .box1_p2 {
    margin-right: 0.1rem;
}

.color {
    width: 0.26rem;
    height: 0.26rem;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}
.color_bottom{
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 0;
}
.color1 {
    background: #EDCA53;
}

.color2 {
    background: #F49963;
}

.color3 {
    background: #6AC6C2;
}

.box2 {
    width: 100%;
    margin-top: 0.6rem;
}

.box2_title {
    width: 100%;
    border-bottom: 0.01rem solid #D8DEEA;
}

.box2_title p {
    width: fit-content;
    font-family: Inter, Inter;
    font-weight: bold;
    font-size: 0.24rem;
    color: #333333;
    line-height: 0.24rem;
    padding-bottom: 0.29rem;
    position: relative;
}

.box2_title p::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0.04rem;
    background: var(--c);
    left: 0;
    bottom: -0.01rem;
}

.box2_text {
    padding-top: 0.71rem;
    padding-bottom: 1.1rem;
}

.box2_text img {
    width: revert-layer;
}
@media only screen and (max-width:768px){
    .crumbs{
        margin-top: 1.3rem;
        max-width:7rem;
    }
    .box1{
            flex-wrap: wrap;
            padding-right: 0;
    }
    .box1_right {
    width: 100%;
    margin-top: 0.5rem;
    }
    .box1_left{
        width: 100%;
    }
}