body {
    background-color: #f6f6f6;
}

.nodataImg{
    margin:0 auto;
    width:50vw;
}
/* banner */
/* #banner{
    width: 1760px;
    height: 272px;
    margin: 105px auto 0;
    font-size: 14px;
    color: #666;
    padding-left: 42px;
    box-sizing: border-box;
    position: relative;
    padding-top: 31px;
}
#banner img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
#banner .breadcrumb{
    margin-left: 4px;
    line-height: 14px;
    position: relative;
    z-index: 1;
}
#banner .title{
    margin-top: 40px;
    font-size: 36px;
    line-height: 36px;
    color: #333;
    font-weight: bold;
    position: relative;
    z-index: 1;
}
#banner .info{
    width: 740px;
    margin-top: 22px;
    line-height: 30px;
    color: #636363;
    position: relative;
    z-index: 1;
} */



main {
    width: 100%;
    padding-top: 0;
    position: relative;
    margin: 0 auto;
    padding-bottom:0.8rem;
}



.topBox {
    width: calc(100% - 0.46rem);
}

.titleBox {
    width: calc(100% -0.46rem);
}

.titleBox .tab {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 0.16rem;
    color: #E94829;
    margin: 0;
}




.hidden {
    opacity: 0;
}

.bottomBox .listBox .listItem .imgBox img{
    width: 100%;
    height: 100%;
	object-fit: contain;
    box-shadow: 0 0 6px 0 rgba(134,141,141,.3);

}

#banner2 .info .btn{
    position: relative;
}

#banner2 .info .btn::after{
    content: "";
    width: 0.16rem;
    height: 0.16rem;
    background: #fff;
    display: block;
    right: 0.34rem;
    top: 0.1rem;
    position: absolute;
    background: url(/product_web_2023/images/index/jiantou_right_white.svg);
    z-index: 3;
    background-size: contain;
}