@charset "utf-8";

.slider-wrap {
    margin: 25px auto;
}

.slider {
    overflow: hidden;
}

.slider img {
    max-width: 100%;
}

.seller-banner {
    margin-top: 20px;
}

.seller-banner img {
    max-width: 100%;
}

.seller-item {
    width: 100%;
    height: auto;
}

.seller-item-title {
}

.seller-item-title h4 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.seller-item-body {
    width: 100%;
    height: auto;
}

.seller-item-img {
}

.seller-item-img img {
    max-width: 100%;
}

.seller-item-goods-list {
}

.goods-list-hot {
    overflow: hidden;
}

.goods-list-hot-item {
    padding: 15px;
}

.goods-list-hot-item .goods-img img {
    max-width: 100%;
    transform: scale(1.0);
    transition: all 0.5s ease 0s;
    -webkit-transform: scale(1.0);
    webkit-transform: all 0.5s ease 0s;
    -ms-transform: scale(1.0);
    -ms-transition: all 0.5s ease 0s;
    -moz-transform: scale(1.0);
    -moz-transition: all 0.5s ease 0s;
    -o-transform: scale(1.0);
    -o-transition: all 0.5s ease 0s;
}

.goods-list-hot-item:hover .goods-img img {
    transform: scale(1.1);
    transition: all 0.5s ease 0s;
    -webkit-transform: scale(1.1);
    webkit-transform: all 0.5s ease 0s;
    -ms-transform: scale(1.1);
    -ms-transition: all 0.5s ease 0s;
    -moz-transform: scale(1.1);
    -moz-transition: all 0.5s ease 0s;
    -o-transform: scale(1.1);
    -o-transition: all 0.5s ease 0s;
}

.goods-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 15px 22px 10px 22px;
    font-size: 14px;
}

.goods-price {
    height: 18px;
    line-height: 18px;
    color: #F10215;
    font-size: 14px;
    font-family: Verdana;
    font-weight: bold;
    text-align: center;
}

.goods-list-wrap {
}

.goods-list-item {
    width: calc(1210px / 4);
    float: left;
    padding: 10px;
}

.goods-list-item-img {
    padding: 20px;
}

.goods-list-item-name {
    overflow: hidden;
    white-space: nowrap;
}

.goods-list-item-name h3 {
    font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", "微软雅黑", sans-serif;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    font-weight: normal;
    color: #333333;
}

.goods-list-item-describe {
    margin: 10px auto;
    color: #666;
}

.goods-list-item-price {
    padding: 10px 0;
}

.goods-list-item-price span {
    font-size: 18px;
    color: #f00;
    font-weight: bold;
    display: inline-block;
}

.goods-list-item .goods-list-item-img img {
    transform: scale(1.0);
    transition: all 0.5s ease 0s;
    -webkit-transform: scale(1.0);
    webkit-transform: all 0.5s ease 0s;
    -ms-transform: scale(1.0);
    -ms-transition: all 0.5s ease 0s;
    -moz-transform: scale(1.0);
    -moz-transition: all 0.5s ease 0s;
    -o-transform: scale(1.0);
    -o-transition: all 0.5s ease 0s;
}

.goods-list-item:hover .goods-list-item-img img {
    transform: scale(1.1);
    transition: all 0.5s ease 0s;
    -webkit-transform: scale(1.1);
    webkit-transform: all 0.5s ease 0s;
    -ms-transform: scale(1.1);
    -ms-transition: all 0.5s ease 0s;
    -moz-transform: scale(1.1);
    -moz-transition: all 0.5s ease 0s;
    -o-transform: scale(1.1);
    -o-transition: all 0.5s ease 0s;
}

.shop-name {
    margin: 15px;
}

.shop-description {
    font-size: 14px;
}
