@charset "utf-8";

/* iconfont图标 */

@import url("font/iconfont.css");

/* 公共 */

/* @import url("common.css"); */
@import url("common.css?v=1.0.0");
html,
body {
    height: 100%;
    background-color: #eeeced;
}

.hot_nr {
    padding: 0 .07rem;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    align-items: flex-start;
}

.hot_sp {
    width: 1.74rem;
    /* height: 1.23rem; */
    margin-bottom: .12rem;
}

.hot_spm {
    width: 1.74rem;
    height: .94rem;
    overflow: hidden;
    border-radius: .05rem;
    margin-bottom: .06rem;
    position: relative;
}

.hot_spm .sp {
    width: .4rem;
    height: .4rem;
    background: url(img/hot/sp.png) no-repeat;
    /* background-size: auto; */
    background-size: 100% 100%;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.hot_spm img {
    width: 100%;
    height: 100%;
}

.hot_spm .top1 {
    display: block;
    width: .2rem;
    height: .1rem;
    background: url("img/hot/top1.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: .07rem;
    right: .07rem;
}

.hot_spm .top2 {
    display: block;
    width: .2rem;
    height: .1rem;
    background: url("img/hot/top2.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: .07rem;
    right: .07rem;
}

.hot_spm .top3 {
    display: block;
    width: .2rem;
    height: .1rem;
    background: url("img/hot/top3.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: .07rem;
    right: .07rem;
}

.hot_spm .tj {
    display: block;
    width: .2rem;
    height: .1rem;
    background: url("img/hot/tj.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: .07rem;
    right: .07rem;
}

.hot_spm .kg {
    color: #fff;
    font-size: .06rem;
    position: absolute;
    bottom: .05rem;
    right: .09rem;
}

.hot_spm .kg .iconfont {
    font-size: .06rem;
    margin-right: .05rem;
}

.hot_sp p {
    font-size: 0.12rem;
    color: #0a0a0a;
    line-height: .16rem;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}