* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: black;
}

li {
    list-style-type: none;
}

i {
    font-style: normal;
}

/* 版心 */
.main {
    width: 1080px;
    margin: 0 auto;
}

/* 热门专区 */
.hot {
    margin-top: 49px;
}

/* 标题 */
.hot_title {
    display: flex;
}

.hot_title_arrondi {
    display: flex;
    /* height: 36px; */
    font-size: 24px;
    font-weight: bold;
    color: #3F3939;
    line-height: 29px;

}

.hot_title_arrondi_img {
    width: 50px;
    height: 25px;
    line-height: 36px;
    margin-right: 5px;
}

.hot_title_arrondi_img img {
    /* vertical-align: text-bottom; */
    width: 100%;
    height: 100%;
}

/* 推荐 */
.hot_title_sell {
    margin-left: 15px;
    height: 14px;
    font-size: 14px;
    color: #3F3939;
    line-height: 36px;
}

/* 下方商品 */
.hot_main_item {
    position: relative;
    display: flex;
    margin-top: 23px;
    width: 1089px;
    height: 446px;
    border-radius: 18px;
    overflow: hidden;
}

.hot_main_item .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    filter: blur(50px);
    transform: scale(3);
    background-size: cover;
    opacity: 0.3;
}

.hot_main_item_left {
    width: 210px;
    height: 446px;
    box-shadow: 0 10px 20px 0 rgba(169, 169, 169, 0.1);
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.hot_main_item_left .label {
    color: #FFFFFF;
    mix-blend-mode: difference;
    font-size: 24px;
    font-weight: bold;
    line-height: 35px;
    width: 35px;
    position: absolute;
    top: 53px;
    left: 80px;
}

.hot_main_item_left .message {
    color: #FFFFFF;
    mix-blend-mode: difference;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    width: 26px;
    position: absolute;
    top: 132px;
    left: 110px;
}

/* 右侧 */
.hot_main_item_right {
    position: relative;
    z-index: 1;
    display: flex;
    margin-top: 23px;
    margin-left: 23px;
    width: 837px;
    height: 400px;
    background: #FFFFFF;
    box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    border: 1px solid #F6F6F6;
    padding: 15px 15px 0;
}

.hot_main_item_right_goods {
    margin-right: 14px;
    width: 260px;
    height: 350px;
    background: #FAFAFA;
    border-radius: 10px;
}

.hot_main_item_right_goods_image {
    width: 260px;
    height: 259px;
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
}

.hot_main_item_right_goods_image img {
    width: 100%;
    height: 100%;
}

/* 文字 */
.hot_main_item_right_goods_text {
    padding: 0px 11px;
}

.hot_main_item_right_goods_text_title {
    margin-top: 10px;
    /* width: 238px; */
    height: 48px;
    font-size: 14px;
    /* font-family: SourceHanSansCN-Medium, SourceHanSansCN; */
    font-weight: 500;
    color: #000000;
    line-height: 24px;
}

.hot_main_item_right_goods_text_priace {
    margin-top: 2px;
    height: 22px;
    font-weight: 500;
    color: #E91A56;
    line-height: 22px;
}

.hot_main_item_right_goods_text_priace .unit {
    font-size: 12px;
}

.hot_main_item_right_goods_text_priace .price-right {
    transform: scale(0.6);
    display: inline-block;
    transform-origin: -20% 80%;
}

/* 猜你喜欢 */
.like {
    margin: 50px auto 70px;
}

/* 左侧 */
.left_maingoods {
    display: flex;
    flex-flow: wrap;
    width: 1080px;
    margin-top: 20px;
}

.left_maingoods_goods {
    width: 260px;
    margin-right: 13px;
    margin-bottom: 15px;
}

.left_maingoods_goods:nth-child(4n) {
    margin-right: 0;
}

/* 图片 */
.left_maingoods .left_maingoods_goods .left_maingoods_goods_img {
    width: 260px;
    height: 259px;
    background: #D8D8D8;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.left_maingoods_goods_img_image {
    width: 100%;
    height: 100%;
}

/* 文字 */
.left_maingoods_goods_text {
    width: 260px;
    height: 119px;
    background-color: #FAFAFA;
    border-radius: 0px 0px 10px 10px;
    padding: 0px 12px 0px 10px;
}

.left_maingoods_goods_text_top {
    padding-top: 13px;
    height: 48px;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    line-height: 18px;
}

.left_maingoods_goods_text_top span {
    text-overflow: -o-ellipsis-lastline;
    /* 溢出内容隐藏 */
    overflow: hidden;
    /* 文本溢出部分用省略号表示 */
    text-overflow: ellipsis;
    /* 特别显示模式 */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 行数 */
    line-clamp: 2;
    /* 盒子中内容竖直排列 */
    -webkit-box-orient: vertical;
}

/* 价格 */
.left_maingoods_goods_text_middle {
    display: flex;
    justify-content: space-between;
    height: 16px;
    margin-top: 13px;
    /* ps */
    /* background-color: pink; */
}

.left_maingoods_goods_text_middle_price {
    width: 150px;
    height: 16px;
    font-size: 16px;
    font-weight: bold;
    color: #E91A56;
    line-height: 15px;
}

.left_maingoods_goods_text_middle_price .unit {
    font-size: 12px;
}

.left_maingoods_goods_text_middle_price .price-right {
    transform: scale(0.7);
    transform-origin: -40% 80%;
    display: inline-block;
}

/* 销量 */
.left_maingoods_goods_text_middle_quantify {
    margin-top: 2px;
    display: flex;
    height: 12px;
    font-size: 12px;
    color: #666666;
    line-height: 18px;
}

.left_maingoods_goods_text_bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    height: 12px;
    /* ps */
    /* background-color: pink; */
}

/* 店铺名 */
.left_maingoods_goods_text_bottom_store {
    height: 12px;
    font-size: 12px;
    color: #666666;
    line-height: 12px;
}

/*城市 */
.left_maingoods_goods_text_bottom_city {
    width: 24px;
    height: 12px;
    font-size: 12px;
    color: #666666;
    line-height: 12px;
}
