/*detail*/
#detail .dc {
    width: 100%;
    height: 35px;
    background: #f0f0f0;
}

#detail .dc .content {
    height: 35px;
    width: 80%;
}

#detail .dc .content .title {
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    font-weight: bold;
}

#detail .dc .content nav {
    display: inline-block;
    width: 170px;
    height: 58px;
    line-height: 58px;
}

#detail .dc .content nav li {
    font-size: 14px;
    float: left;
    display: block;
    margin: 0px 5px;
}

#detail .dc .content nav li a {
    color: #333;
    font-size: 14px;
}

#detail .dc .content nav li a:hover {
    color: #ff6700;
}

#detail .intro{
    height: 400px;
}
#detail .intro .left {
    width: 40%;
}

#detail .intro .left > img {
    width: 100%;
    height: 100%;
}

#detail .intro .left .smallbox {
    display: none;
    background-color: rgba(0, 255, 0, 0.3);
    width: 280px;
    height: 280px;
    position: absolute;
    top: 0;
    left: 0;
}
.goods mt20 w clearfix{
    width: 55%;
}
#detail .intro .left .swiper-container {
    /*object-fit: contain;
    max-width: 70%;
    max-height: 70%;
    padding: 30px 34px;
    box-sizing: border-box;*/
    object-fit: contain;
    max-width: 80%;
    max-height: 80%;
    padding: 10px 14px;
    box-sizing: border-box;

}

#detail .intro .left .swiper-container .swiper-button-prev {
    left: 0;
    background-position: left;
}

#detail .intro .left .swiper-container .swiper-button-next {
    right: 0;
    background-position: right;
}

#detail .intro .right {
    width: 50%;
    height: 90%;
    background: #f8f8f8;
}

#detail .intro .right .sub_title {
    font-size: 16px;
    line-height: 20px;
    height: 10%;
}

#detail .intro .right .item_price {
    width: 230px;
    font-size: 18px;
    color: #1baeae;
    font-weight: bold;
    height: 10%;
}

#detail .intro .right .item_price del {
    font-size: 14px;
    margin-left: 5px;
    color: #b0b0b0;
    text-decoration: line-through;
}
.sizeXXl {
    margin-left: 10px;
    margin-right: 8px;
    height: 30px;
    width: 60px;
    border: 1px solid #dadde0;
    font-size: 12px;
    cursor: pointer;
    background-color: white;
    color: black;
    /* 添加过渡效果，使颜色变化更平滑 */
    transition: background-color 0.3s ease, color 0.3s ease;
    border-radius:11px;
}

.sizeXXl.selected {
    background-color: #1baeae;
    color: white;
}
#detail .intro .right .order {
    height: 50px;
    line-height: 50px;
    margin: 0px 0px 20px 20px;
    height: 13%;
}

#detail .intro .right .order .car {
    height: 80%;
    width: 40%;
    border: none;
    background: #1baeae;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    margin-right: 15px;
    border-radius: 20px;
}

#detail .intro .right .order .car:hover {
    border: 1px solid #fff;
}

.swiper-container {
    height: 100%;
}

.swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
}

.pro-policy {
    height: 100px;
    line-height: 50px;
    float: right;
    margin-top: 80px;
}

.pro-policy a {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    cursor: default;
    white-space: nowrap;
    color: #b0b0b0;
}

.pro-policy span i {
    font-size: 20px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    font-style: normal;
    vertical-align: middle;
}

.pro-policy span em {
    font-style: normal;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin-left: 2px;
    vertical-align: middle;
}

.tb-extra {
    font-size: 13px;
    height: 20%;
}

.tb-extra dl {
    overflow: hidden;
    *zoom: 1;
}

.tb-extra dl dt {
    float: left;
    width: 60px;
    height: 22px;
    line-height: 22px;
    margin-bottom: 4px;
    color: #6C6C6C;
}

.tb-extra dl dd a {
    margin-bottom: 15px;
    margin-right: 15px;
    height: 22px;
    line-height: 22px;
    color: #6C6C6C;
}

.goods img {
    margin-top: 2px;
}

.tab-container {
    justify-content: center;
    border-bottom: 1px solid #ccc;
    width: 80%;
    margin: 10px auto;
}

.tab-button {
    padding: 10px 20px;
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    color: #666;
}

.active {
    color: #1baeae;
    border-bottom: 3px solid #1baeae;
}

.tab-content {
    padding: 20px;
    text-align: center;
    width: 80%;
    margin: 10px auto;
}
.user-review {
    padding: 15px;
    width: 100%;
}
.review-header {
    display: flex;
    align-items: center;

}
.avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ccc;
    margin-right: 10px;
}
.review-info {
    display: flex;
    flex-direction: column;
}

.username {
    font-size: 14px;
    font-weight: bold;
}

.review-time {
    font-size: 14px;
    color: #666;
}

.review-content {
    font-size: 16px;
    margin-top: 10px;
    margin-left: 30px;
    display: flex;
}

.review-img {
    max-width: 200px;
    margin-top: 10px;
    border-radius: 8px;
    margin-left: 30px;
    display: flex;
}
.user-review::after {
    content: "";
    display: block;
    height: 2px;
    background-color: #e9e9e9;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 10px auto;
}
.zoom-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.zoom-img {
    max-width: 90%;
    max-height: 90%;
}
.quantity-container {
    display: flex;
    border-radius: 5px;
    overflow: hidden;
}

.minus-button, .plus-button {
    background: #f9f9f9;
    border: none;
    padding: 2px 8px;
    font-size: 18px;
    cursor: pointer;
    border: 1px solid #ccc;
}

.quantity-input {
    width: 30px;
    text-align: center;
    border: none;
    border: 1px solid #ccc;
}