.product-detail-warp{
    display: flex;
    justify-content: center;
    background: #EFEFEF;
}
.product-detail-left{
    width: 600px;
}
.detail-top-swiper{
    width: 600px;
    height: 600px;
}
.detail-top-swiper img{
    width: 600px;
    height: 600px;
    object-fit: cover;
}
.detail-bottom-swiper{
    margin-top: 31px;
    /*padding-bottom: 32px;*/
    border-bottom: 1px dashed #B0AFAF;
    padding: 0 31px 32px;
}
.detail-bottom-swiper .swiper-slide{
    /*padding: 0 31px;*/
}
.detail-bottom-swiper img{
    width: 92px;
    height: 92px;
    object-fit: cover;
    cursor: pointer;
}
.detail-bottom-swiper .swiper-button-next{
    background: url("../img/product/you.png");
    right: -10px;
}
.detail-bottom-swiper .swiper-button-prev{
    background: url("../img/product/zuo.png");
    left: -10px;
}
.detail-bottom-swiper .swiper-button-next,.detail-bottom-swiper .swiper-button-prev{
    top: 48px;
    width: 39px;
    background-size: contain;
}
.detail-bottom-swiper .swiper-slide-thumb-active img{
    border: 1px solid #F49D1A;
}
.product-detail-img{
   padding-top: 18px;
}
.product-detail-img img{
    width: 100%;
    object-fit: contain;
    margin-top: 39px;
}
.product-detail-right{
    width: 546px;
}
.product-detail{
    padding: 37px 0 37px;
    border-bottom: 1px dashed #B5B5B5;
}
.product-detail-name{
    font-size: 24px;
    font-family: Arial;
    font-weight: bold;
    color: #686868;
    line-height: 30px;
    padding-bottom: 60px;
}
.product-detail-info{
    font-size: 18px;
    color: #4B4B4B;
    line-height: 40px;
}
.product-detail-info span{
    color: #686868;
    width: 219px;
    line-height: 40px;
    display: inline-block;
}
.detail-count{
    padding: 28px 0 54px;
    border-bottom: 1px dashed #B5B5B5;
}
.product-detail-quantity{
    display: flex;
    align-items: center;
    margin-top: 23px;
    background: #ffffff;
}
.product-detail-quantity .quantity-btn{
    width: 55px;
    height: 51px;
    background: #FFFFFF;
    border: 1px solid #A5A4A4;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    color: #4B4B4B;
    flex-shrink: 0;
    cursor: pointer;
}
.product-detail-quantity .quantity-del{
    border-right: none;
}
.product-detail-quantity .quantity-add{
    border-left: none;
}
.product-detail-quantity input{
    border: 1px solid #A5A4A4;
    height: 51px;
    text-align: center;
    font-size: 16px;
    color: #4B4B4B;
    width: 100%;
}
.count-btn{
    width: 100%;
    height: 50px;
    background: #F49D1A;
    border-radius: 25px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 50px;
    cursor: pointer;
    margin-top: 27px;
    text-align: center;
}
.detail-card{
    margin-top: 57px;
    background: #ffffff;
    padding: 39px 25px 37px 27px;
}
.detail-shop-img{
    width: 101px;
    height: 101px;
    flex-shrink: 0;
    object-fit: contain;
    border: 1px solid #E2E2E1;
}
.detail-shop-name{
    width: 341px;
    font-size: 18px;
    font-family: Arial;
    font-weight: bold;
    color: #686868;
    line-height: 24px;
    margin-bottom: 16px;
}
.detail-shop-type{
    width: 341px;
    font-size: 18px;
    color: #686868;
    line-height: 30px;
}
.card-btn-show, .card-btn-contact{
    font-size: 18px;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
    color: #FFFFFF;
    width: 234px;
    height: 45px;
    margin-top: 41px;
    border-radius: 30px;
}
.card-btn-show{
    background: #969594;
}
.card-btn-contact{
    background: #F49D1A;
}
.guess-like{
    background: #ffffff;
    padding-top: 137px;
}
.guess-like .guess-more-btn{
    display: none;
}
