.product_detail_wrap {
    padding-top: 0.8rem;
    background: #F8F8F8;
    padding-bottom: 1.2rem;
}

.product_detail_wrap .main {
    display: flex;
    gap: 0.4rem;
}

.product_left {
    width: 2.6rem;
}

.product_left_head {
    width: 100%;
    height: 0.8rem;
    background: var(--c1);
    border-radius: 0.1rem 0rem 0rem 0rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_left_head p {
    font-family: csb;
    font-size: 0.24rem;
    color: #FFFFFF;
}

.product_left_body {
    width: 100%;
    height: fit-content;
    padding-bottom: 0.37rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.04rem 0.01rem rgba(99, 99, 99, 0.16);
    border-radius: 0rem 0rem 0.1rem 0.1rem;
}

.product_left_box {
    height: 0.58rem;
    border-bottom: 0.01rem solid #E5E5E5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.25rem;
    position: relative;
    cursor: pointer;
}

.product_left_box::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 0.04rem;
    height: 0;
    background: var(--c1);
    transition: 0.3s;
}

.product_left_box p {
    font-family: cm;
    font-size: 0.16rem;
    color: #666666;
    transition: 0.3s;
}

.product_left_box img {
    width: 0.06rem;
    height: 0.12rem;
    object-fit: contain;
    filter: grayscale(1) brightness(1.5);
    transition: 0.3s;
}

.product_left_box:hover p,
.product_left_box.active p {
    color: var(--c1);
}

.product_left_box:hover img,
.product_left_box.active img {
    filter: none;
}

.product_left_box:hover::before,
.product_left_box.active::before {
    height: 0.36rem;
}

.product_right {
    flex: 1;
}

.right_box1 {
    width: 100%;
    height: fit-content;
    background: #FFFFFF;
    padding: 0.5rem 0.6rem;
    padding-bottom: .4rem;
    /*margin-bottom: 0.4rem;*/
    display: flex;
    justify-content: space-between;
}

.right_info {
    width: 5.2rem;
    width: 100%;
}

.right_info_title {
    font-family: cb;
    font-size: 0.26rem;
    color: #222222;
    padding-bottom: 0.23rem;
    border-bottom: 0.01rem solid #D6D6D6;
    position: relative;
    margin-bottom: 0.4rem;
}

.right_info_title::after {
    content: '';
    position: absolute;
    width: 0.6rem;
    height: 0.02rem;
    background: var(--c1);
    left: 0;
    bottom: -0.01rem;
}

.right_info_text {
    height: 2.65rem;
    height: auto;
    list-style: disc;
    padding-left: 0.17rem;
    overflow: hidden;

}

.right_info_text li {
    font-family: cr;
    font-size: 0.16rem;
    color: #6B6B6B;
    line-height: 0.3rem;
}

.right_info_text li::marker{
    color: #000;
}

.right_info_btn {
    width: fit-content;
    padding: 0 0.22rem;
    height: 0.5rem;
    background: var(--c2);
    display: flex;
    align-items: center;
    gap: 0.11rem;
}

.right_info_btn img {
    width: 0.24rem;
    height: 0.24rem;
    object-fit: contain;
}

.right_info_btn * {
    font-family: cm;
    font-size: 0.16rem;
    color: #FFFFFF;
}

.right_swiper {
    width: 4.08rem;
    height: 3.6rem;
    position: relative;
}

#mySwiper .swiper-slide {
    background: #F8F8F8;
}

.magnifier {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0.32rem;
    height: 0.32rem;
    background: #CCCCCC;
}

.magnifier img {
    width: 0.15rem;
    height: 0.18rem;
    object-fit: contain;
}

#thumbs {
    margin-top: 0.2rem;
    padding: 0 0.3rem;
}

.small_img {
    width: 0.68rem;
    height: 0.6rem;
    border: 0.01rem solid #E3E3E3;
    transition: 0.3s;
}

#thumbs .swiper-slide-thumb-active {
    border-color: var(--c1);
}

.prev {
    left: 0 !important;
    color: #A4A4A4 !important;
}

.next {
    right: 0 !important;
    color: #A4A4A4 !important;
}

.prev:hover,
.next:hover {
    color: var(--c1) !important;
}

.right_box2 {
    width: 100%;
    height: fit-content;
    background: #FFFFFF;
    padding: 0.6rem 0.6rem 0.8rem 0.6rem;
    padding-top: 0;
}

.right_box2_title {
    padding-bottom: 0.1rem;
    font-family: csb;
    font-size: 0.24rem;
    color: #333333;
    border-bottom: 0.01rem solid #D6D6D6;
    margin-bottom: 0.2rem;
}

.right_box2_text {
    font-family: cr;
    font-size: 0.16rem;
    color: #333333;
    line-height: 0.3rem;
}

.magbot {
    margin-bottom: 0.4rem;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 0.2rem;

}

tr:first-child:not(>:last-child) {
    border-right: 0.01rem solid #DEDEDE;
}

tr:first-child {
    height: 0.52rem;
    background: var(--c1);
}

tr:first-child * {
    font-family: csb;
    font-size: 0.18rem;
    color: #FFFFFF;
}

tr:not(:first-child) * {
    font-family: cr;
    font-size: 0.16rem;
    color: #2E2E2E;
}

tr {
    height: 0.45rem;
}

td {
    border: 0.01rem solid #EEEEEE;
}

td:first-child {
    padding-left: 0.4rem;
    width: 4.3rem;
}

td:nth-child(2) {
    width: 3.15rem;
}

td:not(:first-child) {
    text-align: center;
}