h1 {


    display: block;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 28px;
    font-weight: normal;
}

.small-desc {
    font-size: 14px;
    line-height: 18px;
    color: #666666;
    margin-bottom: 5px;
    overflow: hidden;
}

del {
    font-size: 28px;
    line-height: 32px;
    color: #666666;
    margin-right: 20px;
}

.real-price {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    color: #fcc800;
}

.seller {
    color: #999999;
   /*float: right;*/
}

.content-product {
    word-break: break-word;
    padding: 15px;
    height: 200px;
    overflow: auto;
}

.image-zoom-slider {
    max-height: 550px;
    object-fit: contain
}

.image-zoom-smail {
    object-fit: contain;
    max-height: 60px;
}

.right-tags {
    border: 1px solid #e2e2e2;
    padding: 5px;
    margin-top: 20px;
}

.right-content {
    border: 1px solid #e2e2e2;
    padding: 5px;
    margin-top: 20px;
}

.font-weight-title {
    font-weight: 600;
}

.float-right-all {
    float: right;
}

.product-image-slider{
    width: 100%;
    object-fit: contain;
    height: 100px;
    top: 42px;
    transition: all 0.3s;
}
.text-align-center{
    text-align: center;
}
.one-title{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
}
.one-price{
    font-size: 13px;
    line-height: 28px;
    font-weight: bold;
    color: #000000;
}

.tags {
    list-style: none;
    margin: 20px;
    overflow: hidden;
    padding: 0;
}

.tags li {
    float: left;
}

.tag {
    background: #eee;
    border-radius: 3px 0 0 3px;
    color: #999;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    -webkit-transition: color 0.2s;
}

.tag::before {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    content: '';
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 10px;
}

.tag::after {
    border-bottom: 13px solid transparent;
    border-left: 10px solid #eee;
    border-top: 13px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}

.tag:hover {
    background-color: #fcc800;
    color: white;
}

.tag:hover::after {
    border-left-color: #fcc800;
}
/* slider start  */

/* slider end */
