/*------产品详情----------*/

.container {
    background-color: #F7F7F7;
}

.product-card-box {
    background-color: #fff;
    margin-bottom: 0.8rem;
    padding-bottom: 0.133333rem;
}

.product-swiper-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.666667rem;
}

.swiper-container {
    margin: 0;
}

.swiper-slide {
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.swiper-slide>img {
    width: 100%;
    height: 100%;
}

.gallery-top {
    height: 7.6rem;
}

.swiper-change-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.4rem;
    margin-bottom: 1.04rem;
}

.gallery-thumbs {
    width: calc(6.453333rem + 12px);
    /* width: 508; */
    height: calc(1.493333rem + 2px);
    box-sizing: border-box;
}

.gallery-thumbs .swiper-slide {
    width: 1.493333rem;
    height: 1.493333rem;
    margin: 0;
    margin-right: 0.16rem;
    opacity: 0.4;
    transition: all 0.4s;
    border: 1px solid #ddd;
}

.gallery-thumbs .swiper-slide:last-of-type {
    margin-right: 0.36rem;
}

.gallery-thumbs .swiper-slide-thumb-active {
    border: 1px solid #0C0C0B;
    border-radius: 0.053333rem;
    opacity: 1;
}

.swiper-button-prev, .swiper-button-next {
    position: static;
    margin: 0;
    width: 0.373333rem;
    height: calc(1.493333rem + 2px);
    background: url('../../img/mobile/product/icon_left.png') no-repeat;
    background-size: 0.373333rem 0.24rem;
    background-position: center;
}

.swiper-button-next {
    background: url('../../img/mobile/product/icon_right.png') no-repeat;
    background-size: 0.373333rem 0.24rem;
    background-position: center;
}

div:focus {
    outline: none !important;
}

.swiper-button-prev::after, .swiper-button-next::after {
    content: "";
}

.swiper-button-disabled {
    opacity: 0 !important;
}

/*----右边产品详情----*/

.product-card-right {
    margin: 0 0.133333rem;
    padding: 0.4rem;
    background-color: #F7F7F7;
}

.product-name {
    margin-bottom: 0.266667rem;
    font-size: 0.453333rem;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #0C0C0B;
}

.product-tips {
    font-family: SourceHanSansCN-Light, SourceHanSansCN;
    font-weight: 300;
    color: #A97852;
    font-size: 0.32rem;
    margin-bottom: 0.8rem;
}

.product-features {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0.533333rem;
}

.features-item {
    width: 1.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0.3rem 0.56rem 0;
    position: relative;
}
.features-item:nth-of-type(5n){
    margin-right: 0;
}
.features-item:hover .features-text{
    z-index: 1;
    opacity: 1;
}

.features-icon {
    width: 0.666667rem;
    height: 0.666667rem;
    padding-bottom: 0.133333rem;
}
.features-item:nth-of-type(5n-4) .features-text{
    left: 0;
}
.features-item:nth-of-type(5n-4) .features-text::after{
    left: 0.44rem;
}
.features-text {
    z-index: -100;
    position: absolute;
    top: -0.9rem;
    padding: 0.16rem 0.24rem;
    font-size: 0.213333rem;
    line-height: 0.3rem;
    background: #0C0C0B;
    color: #fff;
    font-family: SourceHanSansCN-Light, SourceHanSansCN;
    font-weight: 300;
    white-space: nowrap;
    opacity: 0;
    transition: all 0.4s;
}
.features-text::after{
    content: "";
    position: absolute;
    bottom: -0.14rem;
    left: calc(50% - 0.16rem);
    width: 0;
    height: 0;
    border-left: 0.16rem solid transparent;
    border-right: 0.16rem solid transparent;
    border-top: 0.16rem solid #111;
}

.product-title {
    font-size: 0.373333rem;
    color: #666;
    padding-bottom: 0.133333rem;
    margin-bottom: 0.133333rem;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
}

.product-text-box {
    font-size: 0.373333rem;
    margin-bottom: 0.8rem;
    line-height: 0.533333rem;
    color: #666;
    font-family: SourceHanSansCN-Light, SourceHanSansCN;
    font-weight: 300;
}

.product-file-box {
    display: flex;
    align-items: center;
    height: 0.453333rem;
    margin-bottom: 0.226667rem;
    color: #666;
    font-size: 0.373333rem;
    font-family: SourceHanSansCN-Light, SourceHanSansCN;
    font-weight: 300;
}

.file-icon {
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.133333rem;
}

.same-recommend {
    margin-bottom: 0.4rem;
    display: flex;
    align-items: center;
    cursor: default;
}

.recommend-title {
    flex-shrink: 0;
    margin-right: 0.453333rem;
    color: #0C0C0B;
    font-size: 0.453333rem;
}

.same-recommend .line {
    width: 100%;
    height: 1px;
    background-color: #0C0C0B;
}

.series-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0.4rem;
}

.series-item-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 4.266667rem;
    height: 5.28rem;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0.4rem;
    background-color: #fff;
    color: #0C0C0B;
    cursor: pointer;
    box-shadow: 0px 2px 8px 0px rgba(156, 156, 156, 0.5);
    font-size: 0.293333rem;
}

.item-img-box {
    width: 4.266667rem;
    height: 4.266667rem;
    overflow: hidden;
    margin-bottom: 0.32rem;
}

.product-item-img {
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.series-item-box:hover .product-item-img {
    transform: scale(1.1);
}