.product_center{
    padding: 0 1.6rem;
}
.pc-title{
    font-weight: bold;
    font-size: .4rem;
    padding: .2rem 0 0 .67rem;
}
.pc-content{
    display: flex;
}
.pc-content-all{
    display: flex;
    flex-wrap: wrap;
    width: 9.13rem;
    margin-bottom: .8rem;
}
.pc-content-all img{
    width: 4.53rem;
    height: 2.41rem;
    display: block;
    margin: 0 .07rem .07rem 0;
}
.pc-content-all img:nth-child(2n) {
    margin-right: 0;
}
.pc-content-all img:nth-child(n + 2) {
    margin-bottom: 0;
}
.pc-seat{
    height: 1.4rem;
    line-height: 1.4rem;
}
.detail{
    border: .01rem solid #F5F5F5;
    margin-bottom: .8rem;
}
.detail p{
    font-size: .21rem;
}
.detail-tab{
    width: 100%;
    display: flex;
    background: #F5F5F5;
    height: .8rem;
    line-height: .8rem;
}
.detail-tab span{
    background: #fff;
    width: 2.4rem;
    text-align: center;
    color: #FAA719;
    font-size: .27rem;
    position: relative;
}
.detail-tab span::after{
    content: '';
    width: 2.4rem;
    height: .04rem;
    background: #FAA719;
    position: absolute;
    top: 0;
    left: 0;
}
.detail-content{
    padding: 0 .67rem;
}
.detail-p1{
    padding: .67rem 0 .4rem 0;
}
.detail-p2{
    padding-bottom: .4rem;
}