body {
    line-height: normal !important;
}
#index .head_logo {
    margin-right: .3rem;
   
}
#index .head_logo a {
    color:#333;
}
#index .hot-cakes {
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#index .hot-cakes .item-group {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #b4272d;
}
#index .hot-cakes .item-group img {
    margin-right: 5px;
    width:13px;
    height: 13px;
}

#index .index-productlist {
    display: flex;
    justify-content: space-between;
    padding: 2%;
    background-color: #efefef;
    flex-wrap: wrap;
}

#index .index-productlist .product {
    margin-bottom: .14rem;
    width: 49%;
    border-radius: .2rem;
}
#index .index-productlist .product .content-box {
    padding-top: .2rem;
    padding-left: .1rem;
    padding-right: .1rem;
    /* padding: .2rem .1rem; */
    background-color: #fff;
}
#index .index-productlist .product .content-box .title {
    font-size: .24rem;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#index .index-productlist .product .content-box .n-price--normal {
    margin-right: 5px;
    color: #999;
    text-decoration: line-through;
    font-size: .28rem;
}

#index .index-productlist .product .content-box .price--normal {
    color: #CC0066;
    font-size: .3rem;
    font-weight: 600;
}

#index .index-productlist .product .product-image img {
    /* width: 100%; */
    height: 3.6rem;
}
#index .index-productlist .product .submit-btn {
    display: block;
    padding: .1rem .2rem;
    text-align: center;
    /* width: 100%; */
    color: #fff;
    background-color: #FF3300;
    /* border-radius: 0.08rem; */
    font-size: .24rem;
}
#index .content-box-container {
    background-color: #fff;
}

#index .price-box {
    display: flex;
    align-items: center;
}