body{
    background-color: #f6f6f6!important;
}
.logo{
    display: flex;
    align-items: center;
}
.logo span{
    font-size: 17px;
    color: #fff;
    margin-left: 10px;
    margin-top: 25px;
}
.hot-detail-content{
    width: 1200px;
    margin:20px auto 0;
}
.catepos{
    height: 54px;
    line-height: 54px;
    font-size: 12px;
    padding-left: 20px;
    box-sizing: border-box;
    background-color: #fff;
}
.catepos a{
    color: #000;
}
.hot-detail-list{
    background-color: #fff;
    margin-top: 2px;
    padding: 58px 110px 140px 100px;
    box-sizing: border-box;
}
.hot-detail-list p{
    font-size: 18px;
    font-weight:500;
}
.time{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    color: #969696;
}
.date{
    margin-right: 30px;
}
.fav{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 22px;
    font-size: 14px;
    border: 1px solid;
    cursor: pointer;
}
.fav i{
    font-size: 18px;
}
.hits{
    display: flex;
    align-items: center;
    color: #969696;
}
.hits i{
    font-size: 25px;
    margin-right: 10px;
}
.desc{
    margin-top: 60px;
    font-size: 15px;
    line-height: 25px;
}
.hot1{
    margin-top: 30px;
}
.hot-goods{
    display: flex;
    height:200px;
    margin-top: 20px;
    background:url("../../../assets/imgs/hot/hot3.png") 990px;
}
.hot-goods img{
    width: 200px;
    height: 200px;
}
.hot-content{
    width: 790px;
    height: 200px;
    padding: 25px 20px;
    box-sizing: border-box;
}
.hot-content p{
    font-size: 15px;
}
.hot-price{
    margin:40px 0 53px;
    font-size: 14px;
}
.hot-price span{
    margin-right: 8px;
}
.buy{
    font-size: 15px;
    color: #fff;
    width: 110px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}
.intro{
    margin: 22px 0 28px;
    font-size: 15px;
    line-height: 25px;
}
