.home_hotProduct {
    margin-bottom: 30px;
}

.home_hotProduct .title .iconfont-ut {
    font-size: 20px;
    cursor: pointer;
    color: var(--main-color);
}

/* 左右翻页按钮 */
.home_hotProduct .cont .iconicon_arrow_right,
.home_hotProduct .cont .iconjiantouzuo {
    display: none;
    width: 26px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: rgba(0, 0, 0, .2);
    position: absolute;
    top: 41%;
    z-index: 2;
}

.home_hotProduct .cont .iconjiantouzuo {
    left: 0;
    border-radius: 0 2px 2px 0;
}

.home_hotProduct .cont .iconicon_arrow_right {
    right: 0;
    border-radius: 2px 0 0 2px;
}

.home_hotProduct .cont {
    position: relative;
}

.home_hotProduct .cont:hover .iconicon_arrow_right,
.home_hotProduct .cont:hover .iconjiantouzuo {
    display: inline-block;
}

/* 前置类型 */
.home_hotProduct .cont .img_box {
    position: relative;
    width: 260px;
    height: 412px;
    overflow: hidden;
}

.home_hotProduct .cont .img_box>div {
    position: relative;
    width: 260px;
    height: 412px;

}

.home_hotProduct .cont .img_box .advertise01 {
    height: 100%;
}

/* 翻页指示器 */
.home_hotProduct .cont .img_box .circle_box {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    left: 50%;
    bottom: 10px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.home_hotProduct .cont .img_box .circle_box span {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(51, 51, 51, .3);
}

.home_hotProduct .cont .img_box .circle_box .swiper-pagination-bullet-active {
    background-color: rgba(51, 51, 51, .6);
}


/* 热门列表 */
.home_hotProduct .cont .partno_box,
.home_hotProduct .cont .partno_box ul,
.swiper-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 1040px;
}

.home_hotProduct .cont .partno_box {
    height: 412px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
}

.home_hotProduct .cont .partno_box ul {
    -webkit-box-pack: justify;
    justify-content: space-between;
    position: absolute;
}

/* 列表内每项 */
.home_hotProduct .cont .partno_box ul li {
    border: 1px solid hsla(0, 0%, 83%, .3);
    border-radius: 6px;
    height: 46%;
    transform: scale(.95);
    transition: all .3s;
    width: 20%;
}

.home_hotProduct .cont .partno_box ul li:hover {
    box-shadow: -2px 2px 9px #0000001a;
}

/* 每项型号 */
.home_hotProduct .cont .partno_box ul li a {
    /* border: 1px solid #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 20px 16px; */
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px;
    width: 100%;
}


.home_hotProduct .cont .partno_box ul li a p {
    color: #999;
    font-size: 14px;
}

.home_hotProduct .cont .partno_box ul li a p.cl-3 {
    color: #333;
    font-size: 14px;
    font-weight: 400;
}

.home_hotProduct .cont .partno_box ul li a .img {
    height: 80px;
    /* margin-bottom: 20px; */
    width: 80px
}

/* 小屏时 */
@media screen and (max-width: 1024px) {
    .home_hotProduct {
        display: none !important;
        width: 0 !important;
    }
}