body {
    line-height: initial;
}

.page-content {
    padding-right: 0;
    margin-right: 0;
    background: #b71f1e;
}

.hot-title {
    padding: 1px;
    box-sizing: border-box;
    width: 7.5rem;
    height: 3.61rem;
    background: url(../../image/hot_list/bg.png) no-repeat center;
    background-size: 100% 100%;
}

.li-right {
    width: calc(100% - 2.35rem);
}

.hot-tit-main {
    margin: 1.24rem auto 0 auto;
    width: 3.93rem;
    text-align: center;
}

.hot-icon {
    display: initial;
    width: 0.62rem;
    height: 0.4rem;
}

.hot-brand {
    margin-top: .16rem;
    position: relative;
    width: 100%;
    height: .35rem;
    line-height: .35rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand-left, .brand-right {
    width: .64rem;
    height: 1px;
    background: #fff;
}

.brand-con {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    width: 2.49rem;
    z-index: 3;
    background: transparent;
    text-align: center;
    color: #fff;
    font-size: .3rem;
}

span.brand-con-m {
    display: block;
    width: 0.08rem;
    height: 0.08rem;
    border-radius: 50%;
    background: #fff;
}

.brand-name {
    margin-top: .05rem;
    display: block;
    width: 100%;
    font-size: .5rem;
    color: #fff;
    text-align: center;
}

.brand-desc {
    margin-top: .025rem;
    background: #75091e;
    width: 100%;
    color: #fff;
    text-align: center;
    line-height: .46rem;
    font-size: 0.25rem;
    border-radius: 10px;
}

.hot-container {
    background: #b71f1e;
}

.hot-container .hot-li {
    margin: 0 auto .26rem auto;
    padding: 0.25rem;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 6.99rem;
    border-radius: 10px;
    background: #fff;
    box-sizing: border-box;
}

.hot-container .hot-li:nth-child(1) .rank-icon {
    color: #fff;
    background: url(../../image/hot_list/NO1.png) no-repeat center;
    background-size: 100% 100%;
}

.hot-container .hot-li:nth-child(2) .rank-icon {
    color: #fff;
    background: url(../../image/hot_list/NO2.png) no-repeat center;
    background-size: 100% 100%;
}

.hot-container .hot-li:nth-child(3) .rank-icon {
    color: #fff;
    background: url(../../image/hot_list/NO3.png) no-repeat center;
    background-size: 100% 100%;
}

.hot-li .li-left {
    margin-right: .15rem;
    position: relative;
    width: 2.2rem;
    height: 2.2rem;
    flex-shrink: 0;
}

.hot-li .li-left .goods-img {
    width: 100%;
    height: 100%;
}

.rank-icon {
    position: absolute;
    top: 0;
    left: .12rem;
    width: 0.68rem;
    height: 0.72rem;
    background: url(../../image/hot_list/NO4.png) no-repeat center;
    background-size: 100% 100%;
    color: #eca455;
    font-size: .35rem;
    text-align: center;
    line-height: .8rem;
}

.goods-title {
    width: 100%;
    max-height: 40px;
    line-height: 20px;
    color: #333;
    text-align: left;
    font-size: .28rem;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.hot-num {
    margin: .1rem 0 0 .2rem;
    padding: 0.025rem .25rem 0.025rem 0.4rem;
    position: relative;
    border-radius: 10px;
    min-width: 44%;
    color: #fff;
    text-align: center;
    font-size: .275rem;
    background-image: linear-gradient(to right, #ff0021, #ff008d);
    display: inline-block;
}

.hot-num i {
    position: absolute;
    top: -.075rem;
    left: -.225rem;
    width: .55rem;
    height: .55rem;
    background: url(../../image/hot_list/fire_icon.png) no-repeat center;
    background-size: 100% 100%;
}

.price {
    width: 100%;
    margin-top: .1rem;
    display: flex;
    justify-content: space-between;
}

.price-left {
    display: flex;
    align-items: center;
    color: #ff0000;
    font-size: .35rem;
}

.price i {
    margin: 0 .1rem;
    font-style: normal;
    font-size: .25rem;
}

.chux_icon {
    display: block;
    color: white;
    background: var(--orange);
    width: .35rem;
    height: .35rem;
    border-radius: 4px;
    text-align: center;
    font-size: .25rem !important;
    margin-top: initial;
}
.cx-group {
  margin: 1px 0 4px 0;
}
.cx-group span:first-of-type {
    margin-right: .08rem;
}

.cx-group span {
    display: block;
    float: left;
    margin: .1rem 0;
    padding: .05rem .15rem;
    color: #ff0000;
    font-size: .2rem;
    border: 1px solid #ff0000;
    border-radius: .3rem;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
}

.buy-right {
    width: 86px;
    text-align: center;
    /*padding: 4px 0;*/
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    background-image: linear-gradient(to right, #ed0c37, #ff1e6e);
    margin-top: 4px;
    line-height: 30px;
}

.cbbfixed .cbbtn {
    width: 0.85rem;
    height: 0.85rem;
    border-radius: 50%;
    display: block;
    text-align: center;
    background-color: #f68520;
}
.cbbfixed .cbbtn.jsbc{
    background-color: var(--orange);
}

.cbbfixed .gotop .up-icon {
    display: inline-block;
    text-align: center;
    line-height: 50%;
    margin-top: .3rem;
    width: .5rem;
    height: .25rem;
    background: url(../image/side-icon02.png) no-repeat 100% 100%/100% 100%;
}