#carouselExampleCaptions .carousel-item img {
    height: 800px; /* 或者具体像素值 */
}

#showGoods{
    width: 90%;
    margin-top: 30px;
}
#hotSale{
    margin-top: 30px;
    width: 95%;
}
#hotSale .swiper-container{
    margin-top: 30px;
}
#hotSale .swiper-slide{
    text-align: left;
}
.hot-sale-brief{
    color: #7A7A7A;
    min-height: 27px;
    padding: 10px 25px;
}
.hot-sale-brief a{
    color:#212529;
    text-decoration: none;
}
.hot-sale-money{
    color: #FF7E01;
    min-height: 27px;
    padding: 10px 25px;
}
.hot-sale-money-reduction{
    text-decoration: line-through;
    opacity: 0.5;
}

.hot-container{
    min-height:430px;
}
@media (min-width: 1280px) {
    .hot-container{
        min-height:670px;
    }
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#introduce{
    margin: 30px auto;
    text-align: center
}
@font-face {
    font-family: 'home-ifont';
    src: url('/static/ifont/iconfont.ttf') format('truetype');

}
.home-ifont {
    font-family: "home-ifont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#introduce i {
    font-size: 60px
}
@media (max-width: 767px) {
    #introduce{
        margin: 10px auto 0px auto;
        text-align: center
    }
    .introduce{
        font-size: 12px;
    }
}