.rel-zk-area .head .span1 {
    padding-right: 0;
}
.rel-zk-area .head .span2 {
    padding: inherit;
    width: 83px;
    text-align: right;
}
.rel-zk-area .head span.color{
    background: #ff0520;
    color: #FFF;
}
.rel-zk-area .head span.color::after{
    border-left: 15px solid #ff0520;
    border-right: 15px solid transparent;
    border-top: 20px solid transparent;
    border-bottom: 20px solid #ff0520;
    z-index: 1;
}
.rel-zk-area .rel-zk-list.none,.rel-zk-area .rel-zk-detailPic.none{
    display: none;
}
.rel-zk-area .rel-zk-detailPic{
    width: 1100px;
    background: #FFF;
    margin-top: 10px;
    /*padding-top: 30px;!*20px*!*/
    overflow: hidden;
    padding-bottom: 30px;

}
.rel-zk-area .rel-zk-detailPic .left-content{
    margin-left: 20px;
    float: left;
    padding-top: 30px;
    width: 800px;
    min-height: 800px;
}
.rel-zk-area .rel-zk-detailPic img{
    /*width: 1060px;*/
    width: 800px;
    height: auto;
}
.rel-zk-area .right-content{
    width:231px;
    float: left;
    margin-left: 20px;
    margin-bottom: 30px;
}
.rel-zk-area .right-content h3{
    margin-bottom: 20px;
    font-size:14px;
    font-family:HiraginoSansGB-W6;
    color: #333333;
    line-height:21px;
    text-align: center;

}
.rel-zk-area .right-content ul{
    overflow: hidden;
}
.rel-zk-area .right-content li{
    float: left;
    width: 68px;
    height: 30px;
    position: relative;
    margin-left: 8px;
    margin-bottom: 10px;
    background: #F5F5F5;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius:4px;
}
.rel-zk-area .right-content li:hover,.rel-zk-area .right-content li:hover a{
    background:linear-gradient(180deg,rgba(255,146,46,1),rgba(255,106,29,1));
    color: #FFF;
}
.rel-zk-area .right-content li a{
    color: #666666;
}

/*卖家信息*/
.right-content .seller{
    width: 259px;
    height: 145px;
    background: rgba(255,255,255,1);
    margin-left: -3px;
    border: 2px solid rgba(255,161,131,1);

}
.right-content .seller p{
    width:260px;
    height:40px;
    font-size:16px;
    color:rgba(255,110,55,1);
    line-height: 40px;
    text-align: center;
    background:linear-gradient(180deg,rgba(255,210,191,1),rgba(255,167,139,0));
    position: relative;
}
.right-content .seller p:after{
    content: '';
    display: inline-block;
    width: 30px;
    height: 2px;
    position: absolute;
    background: rgba(255,140,103,1);
    top: 18px;
    left: 60px;
}
.right-content .seller p:before{
    content: '';
    display: inline-block;
    width: 30px;
    height: 2px;
    position: absolute;
    background: rgba(255,140,103,1);
    top: 18px;
    right: 60px;
}
.right-content .seller h5{
    font-size:14px;
    font-family:HiraginoSansGB-W6;
    color:rgba(51,51,51,1);
    margin-left: 30px;
    margin-top: 7px;
}
.right-content .seller .score {
    margin-left: 30px;
    margin-top: 11px;
    font-family:HiraginoSansGB-W3;
    color:rgba(51,51,51,1);
}
.right-content .seller .score b{
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}
.right-content .seller .coupons {
    margin-left: 30px;
    margin-top: 12px;
}
.right-content .coupons span{
    display: inline-block;
    width: 60px;
    height: 21px;
    line-height: 21px;
    margin-right: 10px;
    text-align: center;
    font-size:12px;
    font-family:PingFangSC-Regular;
    color:rgba(255,255,255,1);
    background: url('../../img/shop/bg.jpg') no-repeat;
    background-size: cover;
}

/*感兴趣店铺*/
.right-content .shop{
    width: 105%;
    overflow: hidden;
    padding-left: 10px;
}
.right-content .shop div{
    width: 100px;
    height: 100px;
    position: relative;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.right-content .shop img{
    width: 100%;
    height: 100%;
}
.right-content .shop p{
    width: 100%;
    height: 20px;
    line-height: 20px;
    padding-left: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size:12px;
    color:rgba(102,102,102,1);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background:rgba(255,255,255,0.5);
}
.describe{
    padding-left: 30px;
    margin-top: 7px;
}
.describe span {
    font-size: 14px;
    font-family: HiraginoSansGB-W3;
    color: rgba(102, 102, 102, 1);
    margin-right: 5px;
 }
.describe span b{
    font-size:12px;
    font-family:HiraginoSansGB-W6;
    color:rgba(255,34,32,1);
}
