.productHot_item > a {
    position: relative;
}

.goods-pic {
    display: inline-block!important;
}
.goods-pic>img {
    display: block;
}

.inner-mod-like li {
    text-align: center;
}
.inner-mod-like li a {
    display: inline-block!important;
}
.inner-mod-like li a>img {
    margin: 0;
}
.inner-like-col .like-info {
    text-align: left;
}

.promotion-box img {
    margin: 0!important;
}
.promotion-box .top {
    width: 30%!important;
    height: auto!important;
    position: absolute;
    top: 0;
    right: 10px;
}
.promotion-box .bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.promotion-box .bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
}
.promotion-box2 .bottom-left {
    position: absolute;
    bottom: 2%;
    left: 2%;
    width: 27%;
    height: 27%;
    border-radius: 50%;
    overflow: hidden;
    line-height: 1;
}
.promotion-box2 .bottom-left img {
    width: 100%;
    height: auto;
}
.promotion-box .bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
    overflow: hidden;
}
.promotion-box .price-get {
    height: 100%;
    width: 30%;
    line-height: 1;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.promotion-box2 .price-get .gift {
    width: 90%;
    height: 92%;
    border-radius: 50%;
    overflow: hidden;
}
.promotion-box2 .price-get .gift img {
    width: 90%;
    height: auto;
}
.promotion-box2 .icon {
    position: absolute;
    bottom: 16.5%;
    left: 1%;
    width: 12%;
    height: 12%;
    border-radius: 50%;
    background: #f5264a;
    font-size: 8px;
    line-height: 1;
    color: #fff;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}

.promotion-box .price-get .text {
    color: #fff;
    font-size: 12px;
}
.promotion-box .price-get .rmb {
    color: #fff100;
    font-size: 12px;
    margin-left: -4px;
}
.promotion-box .price-get .number {
    color: #fff100;
    font-size: 18px;
    font-family: Impact;
}
.promotion-box .info {
    box-sizing: border-box;
    width: 70%;
    height: 68%;
    overflow: hidden;
    display: block;
    text-align: left;
    color: #fff;
}
.promotion-box1 .info {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-around;
}
.promotion-box2 .info {
    height: 60%;
    padding-left: 10%;
}
.promotion-box3 .info {
    height: 53%;
    padding-left: 10%;
}
.promotion-box4 .info {
    height: 95%;
    padding-left: 10%;
}
.promotion-box .info .h2 {
    height: 64%;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.promotion-box .info .h3 {
    height: 36%;
    font-size: 8px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.promotion-box .text-white {
    font-size: 14px;
    font-family: Impact;
    color: #fff;
    text-align: center;
    line-height: 1;
}
.promotion-box .text-red {
    width: 44px;
    height: 12px;
    line-height: 12px;
    border-radius: 6px;
    background: #fff;
    color: #f5264a;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}
.promotion-box img.bg {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}