.product-container #myCarousel ,
.product-container #myCarousel>div.carousel-inner>.item>img ,
.product-container .product-indicators {
    min-height: 400px;
    max-height: 500px;
}
.product-container .carousel-control.left,
.product-container .carousel-control.right {
    background: none;
}
.product-container #myCarousel {
    max-height: 500px;
}
.product-container #myCarousel>div.carousel-inner>.item>img {
    width: 100%;
}
.product-container #myCarousel>div.carousel-inner>.item>.carousel-caption{
    margin-bottom: 10px;
    font-size: 16px;
    color: #000;
}
.product-container #myCarousel>ol.carousel-indicators {
    margin-bottom: 0;
}
.product-container #myCarousel>ol.carousel-indicators>li {
    background: #fff;
    height: 5px;
    width: 30px;
    border: none;
    margin:10px;
}
.product-container #myCarousel>ol.carousel-indicators>li.active {
    background: #000;
    height: 5px;
    width: 30px;
}
.product-container .product-indicators {
    padding-right: 5px;
    padding-left: 5px;
    overflow-x: hidden;
}
.product-container .product-indicators>.indicator-item {
    background-color: #f8f8f8;
    border: solid 1px #eeeeee;
    display: block;
    margin-bottom: 10px;
    height: 23%;
}
.product-container .product-indicators>.indicator-item:last-child {
    margin-bottom: 0;
}
.product-container .product-indicators>.indicator-item>img {
    height:100%;
    width: 100px;
}
.product-container .product-indicators>.indicator-item>img:hover {
    cursor: pointer;
}
.mall-container .product-info .product-title ,
.product-container .product-info .product-title {
    font-size: 23px;
    font-weight: 600;
}
.mall-container .product-info>a>img.img-show{
    height: 200px;
    margin-bottom: 15px;
}
.product-container .product-info>.info-attr {
    background-color: #f8f8f8;
    border: solid 1px #eeeeee;
    display: block;
    padding: 15px;
}
.product-container .product-info>p.product-price a.btn-buy{
    float: right;
}
.product-container .product-info>.info-attr>.attr-item:not(:last-child) {
    margin-bottom:20px;
}
.product-container .product-info>.info-attr>.attr-promise>span:nth-child(2) {
    margin-left: 40px ;
}
.product-container .product-info>.info-attr>.attr-promise>span:not(:first-child) {
    margin-left: 20px;
    margin-right: 20px;
    white-space: nowrap;
}
.product-container .product-info>.info-attr>.attr-item>span {
    color:#999;
}
.product-container .product-info>.info-attr>.attr-item>span:first-child {
    margin-right: 10px;
}
.product-container .product-info>.info-attr>.attr-item>span:last-child {
    border: 1px solid #eee;
    padding: 5px 20px;
    border-radius: 5px;
    background-color: #ffffff;
}
.product-container .product-info>.product-price>span:first-child {
    font-family: PingFangSC-Medium;
    font-size: 34px;
    color: #ff4e4e;
}
.product-container .product-info>.product-price>span.orig-price {
    margin-left: 20px;
    font-size: 16px;
    color: #a09c9c;
}
.product-container .product-info>span.new-tag {
    background-color: #ffffff;
	border: solid 1px #1abc9c;
    font-size: 12px;
	color: #1abc9c;
    padding: 1px 6px;
    display: inline-block;
}
.mall-container #hotCarousel>.carousel-inner>.item img {
    width: 100%;
    max-height: 400px;
}
.mall-container>.home-product>.product-info {
    position: relative;
}
.mall-container>.home-product>.product-info p.home-title{
    font-size: 18px;
    color: #979593;
}
.mall-container>.home-product>.product-info:nth-child(4n+1) div.product-title,
.mall-container>.home-product>.product-info:nth-child(4n+2) div.product-title{
    position: absolute;
    width: calc(100% - 30px);
}
.mall-container>.home-product>.product-info div.product-title>p.home-title{
    margin-bottom:0;
}
.mall-container>.home-product>.product-info div.product-title{
    top:40px;
}
.mall-container>.home-product>.product-info:nth-child(4n+3) {
    margin-bottom: 12px;
}
.mall-container>.home-product>.product-info:nth-child(4n+3) div.product-title,
.mall-container>.home-product>.product-info:nth-child(4n+4) div.product-title {
    position: absolute;
    margin-left: 1%;
    width: 50%;
}
.mall-container>.home-feature img,
.product-container>.home-feature img {
    width: 60px;
}
@media (max-width: 768px) {
    .product-container #myCarousel ,
    .product-container #myCarousel>div.carousel-inner>.item>img ,
    .product-container .product-indicators {
        height: auto;
        min-height: auto;
        max-height: 500px;
        width: auto;
        margin: 0 auto;
    }
    .product-container .product-indicators>.indicator-item {
        width: 20%;
        margin-top: 15px;
        float: left;
    }
    .product-container .product-indicators>.indicator-item:not(:last-child) {
        margin-right: 15px;
    }
    .product-container .product-indicators {
        display: flex;
        justify-content: center;
    }
}
