body {
    font-family: "PingFangSC-Regular, PingFang SC,微软雅黑";
}
#jihe{
    background: #f5f5f5;
}
.top-banner {
    height: 480px;
}
.top-banner .banner-item-bg {
    background-repeat: no-repeat;
    background-size: 1920px 480px;
    background-position: 50% top;
    height: 480px;
}
.top-banner .banner-item-bg .banner-con {
    width: 100%;
    height: 480px;
    cursor: pointer;
}
.content {
    width: 1190px;
    margin: 0 auto;
    padding-bottom: 40px;
}
.contentNew{
    position: relative;
    z-index: 100;
    margin-top: -232px;
}
.itemHeader{
    font-size: 16px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #222222;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}
.itemHeader .headerText{
    line-height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 190px;
}
.module_4 .itemHeader .headerText{
    max-width: 100px;
}
.floor-banner img{
    width: 100%;
}
/*banner下方四个模块部分 start*/
.partItem{
    margin-bottom: 10px;
}
.moduleList{
    width: 100%;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4,290px);
}
.moduleList .moduleListDiv{
    width: 250px;
    padding: 0 20px 20px;
    background: #ffffff;
}
.moduleList .moduleListDiv .moduleHeader{
    width: 100%;
    height: 50px;
    padding: 0;
}
.moduleList .moduleListDiv .moduleHeader .countDown{
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #222222;
}
.moduleList .moduleListDiv .rightLink{
    display: block;
    width: 24px;
    height: 24px;
    background: url("https://image01.homedo.com/Files/Images/cms/www/20221027/4672387163701613743_pic1.png") no-repeat center;
    background-size: 24px;
}
.moduleList .moduleListDiv .rightLink:hover{
    background: url("https://image01.homedo.com/Files/Images/cms/www/20221027/5428334259392036099_pic1.png") no-repeat center;
    background-size: 24px;
}
.modeleCon{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: center;
}
.modeleCon .imgDivSize1{
    width: 250px;
    height: 250px;
}
.modeleCon .imgDivSize1 img{
    width: 100%;
    height: 100%;
}
.modeleCon .imgDivSize2{
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2,120px);
    grid-template-rows: repeat(2,120px);
}
.modeleCon .imgDivSize2 .contain4{
    /*width: 120px;*/
    /*height: 120px;*/
    /*background: #F9F9FB;*/
    text-align: center;
    cursor: pointer;
}
.modeleCon .imgDivSize2 img{
    width: 80px;
    height: 80px;
    margin: 8px auto 4px;
}
.modeleCon .imgDivSize2 .contain4 span{
    display: block;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #222222;
    line-height: 24px;
}
.modeleCon .imgDivSize3{
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2,120px);
    grid-template-rows: 120px 120px;
    text-align: center;
}
.modeleCon .imgDivSize3 .contain4{
    text-align: center;
    cursor: pointer;
}
.modeleCon .imgDivSize3 .contain4:first-child{
    grid-column: 1 / 3;
    grid-row: 1;
}
.modeleCon .imgDivSize3 .contain4:first-child img{
    width: 250px;
    height: 120px;
}
.modeleCon .imgDivSize3 .contain4:not(:first-child){
    /*background: #F9F9FB;*/
}
.modeleCon .imgDivSize3 .contain4:not(:first-child) img{
    width: 80px;
    margin: 8px auto 4px;
}
.modeleCon .imgDivSize3 .contain4 span{
    display: block;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #222222;
    line-height: 24px;
}
/*banner下方四个模块部分 over*/

/*店铺模块 start*/
.shopItem{
    background: #ffffff;
}
.shopItemTitle{

}
.shopSwiper{
    overflow: hidden;
    padding: 0 26px;
    position: relative;
}
.shopSwiper .swiper-slide{
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 270px;
    background: url("https://image01.homedo.com/Files/Images/cms/www/20221118/4799428821512173205_pic1.png") no-repeat center 0;
    background-size: 220px;
}
.shopSwiper .swiper-slide:hover{
    background: url("https://image01.homedo.com/Files/Images/cms/www/20221118/5116904430912218971_pic1.png") no-repeat center 0;
    background-size: 220px;
}
.swiper-slide .pro_img_con{
    margin-top: 38px;
}
.swiper-slide .pro_img_con img{
    width: 90px;
    height: 90px;
}
.swiper-slide .logo_div{
    position: relative;
    width: 160px;
    height: 50px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px #E0EBFB;
    border-radius: 28px;
    overflow: hidden;
    margin-top: 5px;
}
.swiper-slide .logo_div img{
    position: absolute;
    width: 90px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.swiper-slide .middle_info{
    height: 22px;
    line-height: 22px;
}
.swiper-slide .middle_info p{
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    padding: 0 10px;
    color: #ffffff;
    border-radius: 22px;
    background: #F54F49;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.swiper-slide .shop_name{
    width: 180px;
    margin: 20px auto 0;
    font-size: 14px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #3A3A3A;
    height: 22px;
    line-height: 22px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.itemHeader .rightLink{
    font-family: MicrosoftYaHei;
    color: #222222;
    cursor: pointer;
}
.itemHeader .rightLink:hover{
    color: #326CCC;
}
.shopSwiper .swiper-button-prev,
.shopSwiper .swiper-button-next{
    top: 50%;
    margin-top: -20px;
    width: 20px;
    height: 40px;
    z-index: 10;
    cursor: pointer;
    background-size: 16px 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.1);
}
.shopSwiper .swiper-button-prev{
    left: 0;
}
.shopSwiper .swiper-button-next{
    right: 0;
}
.shopSwiper .logo_div{
    position: relative;
}
.shopSwiper .logo_div a{
    position: absolute;
    top: 50px;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: 10;
    font-size: 16px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #326CCC;
    background: #ffffff;
    border-radius: 50px;
}
.shopSwiper .logo_div:hover a{
    -webkit-animation: goshopmove 0.5s 1; /* Chrome, Safari, Opera */
    animation: goshopmove 0.5s 1;
    animation-fill-mode:forwards;
    -webkit-animation-fill-mode:forwards;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes goshopmove {
    from {top:50px;}
    to {top:0;}
}

/* Standard syntax */
@keyframes goshopmove {
    from {top:50px;}
    to {top:0;}
}
/*店铺模块 over*/

/*品类热荐 start*/
.sortsItem{
    background: #ffffff;
}
.sortsTab .sortTabName{
    float: left;
    height: 26px;
    line-height: 26px;
    padding: 0 11px;
    border: 1px solid #326CCC;
    border-right: none;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #326CCC;
    cursor: pointer;
}
.sortsTab .sortTabName:last-child{
    border: 1px solid #326CCC;
}
.sortsTab .sortTabName.cur{
    background: #326CCC;
    color: #FFFFFF;
}
.sortsTab .sortTabName:hover{
    background: #A0C4FF;
    color: #ffffff;
}
.itemCon .proList{
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(5,222px);
    grid-template-rows: 296px;
    gap: 10px;
}
.itemCon .proList .proInfo{

}
.itemCon .proList .proInfo .proImg{
    /*width: 184px;*/
    /*height: 184px;*/
}
.itemCon .proList .proInfo .proImg img{
    display: block;
    margin: 16px auto 8px;
    width: 184px;
    height: 184px;
}
.itemCon .proList .proInfo .proTitle{
    height: 40px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #222222;
    line-height: 20px;
    padding: 0 19px;
    word-break: break-all;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.itemCon .proList .proInfo .proPrice{
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FF3030;
    line-height: 24px;
    margin-top: 8px;
    padding: 0 19px;
}
.itemCon .proList .proInfo .proPrice i{
    font-size: 12px;
}
.itemCon .noProduct{
    align-content: center;
    grid-template-columns: 1fr;
    text-align: center;
    align-items: center;
    font-size: 18px;
}
/*品类热荐 over*/



















