#productDetailPlugin .input-group .form-control {
    float: none;
}

.detail-info-title{
    padding: 20px 30px 0 20px;
}
.product-detail {
    width: 100%;
    margin: 20px 0;
}

.product-detail >div{
    background-color: #fff;
    margin-bottom: 20px;
}
.detail_top_left{
    height: 100%;
}
.detail-top-left-top{
    height: 70%;
}
.detail-top-left-bottom{
    height: 30%;
}
.product-header {
    display: flex;
    padding: 30px;
}
.column-inner-right {
    width: 70%;
    display: flex;
    flex-direction: column;
    padding-left: 30px;
    position: relative;
}
.column-inner-right{
    flex: 1;
    padding: 0 0 0 30px;
    font-size: 16px
}

.column-inner-right .active-status-button {
    display: none;
    font-size: 18px;
    width: 54.5%;
    right: 0;
    bottom: 0;
    position: absolute;
    padding: 15px 18px;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}
.column-inner-right .header-title {
    font-size: 24px;
    color: #333333;
    padding-bottom: 10px;
}
.column-inner-right label{
    padding-right: 20px;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
}
.header-button {
    padding-bottom: 31px;
}
.column-inner-right .textBox {
    display: flex;
    flex-direction: column;
    background-color: #f8f8f8;
    padding: 15px;
}
.product-size .active {
    border: 1px solid #eb5c5a !important;
    color: #eb5c5a !important;
}
.product-size >span{
    border: 1px solid #999999;
    padding: 0 15px;
    border-radius: 5px;
    margin-right: 15px;
}
.align-items{
    align-items: center;
}
.column-inner-right .introduction {
    color: #999999;
    display: flex;
    padding-bottom: 15px;
}
.product-price {
    color: #eb5c5a;
    font-size: 28px;
}

.view .swiper-container {
    width: 540px;
    height: 300px;
}

.view .arrow-left {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -25px;
    width: 28px;
    height: 51px;
    z-index: 10;
}

.view .arrow-right {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -25px;
    width: 28px;
    height: 51px;
    z-index: 10;
}

.preview {
    width: 100%;
    box-sizing: border-box;
    margin-top: 10px;
    position: relative;
}

.preview .swiper-container {
    width: 435px;
    height: 56px;
    box-sizing: border-box;
}

.preview .swiper-slide {
    width: 97px;
    height: 53px;
}

.preview .slide6 {
    width: 94px;
}

.preview .arrow-left {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}

.preview .arrow-right {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}

.preview img {
    padding: 1px;
}

.preview .active-nav img {
    padding: 0;
    border: 1px solid #F00;
}


/**
  猜你喜欢
 */
#guessLikeAreaPc {
    display: flex;
    padding: 15px;
    background-color: #ffffff;

}
.guess-like .img-show {
    width:100%;
    height: 184px;
    overflow: hidden;
}
.guess-like {
    width: 25%;
    padding: 15px;
}
.single-text{
    padding: 15px 0 ;
}
.resource-time {
}

.single-text{
    font-size: 20px;
    font-weight: 400;
    line-height: 21px;
    color: #333333FF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px 10px 0px 10px;
}
/**
  店铺 非遗入口
 */

.product-theme {
    display: flex;
    background: #FBFBFB;
    padding: 20px;
}
.product-theme >div{
    flex: 1;
    display: flex;
}

.product-theme .master-img img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.product-theme .theme-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-left: 30px;
}
.product-theme .theme-info .master-name {
    font-size: 20px;
    color: #0E2435FF;
    margin-bottom: 20px;
}

.product-theme .theme-info .master-into span{
    padding: 2px 15px;
    border: 1px solid #999999;
    border-radius: 5px;
}

.detail_top_left .swiper-slide img{
    width: 100%;
    height: 300px;

}




