.list-content-left-bar{
    width: 20%;
    overflow: auto;
    font-size: 12px;
    background-color: #F5F6F7;
    -webkit-overflow-scrolling: touch
}
.list-content-left-bar p{
    position: absolute;
    min-width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    right: -5px;
    top: -5px;
    z-index: 2;
    padding: 2px;
    background-color: #FF5139;
    font-weight: normal;
    color: #ffffff;
    font-size: 16px;
    border-radius: 35px;
    transform: scale(0.5)
}
li a{
    color: #040404
}
#nav li{
    position: relative;
    background-color: #F5F6F7;
    border-left: 5px solid #F5F6F7;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #828384;
    padding: 5px 10px;
    min-height: 15vw
}
#nav .current{
    position: relative;
    display: flex;
    background-color: #ffffff;
    justify-content: center;
    align-items: center;
    border-left: 5px solid #43B4A9;
    padding: 5px 10px;
    font-weight: normal;
    color: #040404;
    min-height: 15vw
}
/* ------------------------左边菜单列表------------------------ */
.list-content-banner{
    width: 100%;
    height: 35vw;
    overflow-x: scroll;
}
.swiper-container {
    padding: 10px;
    width: calc(100% - 20px);
    height: calc(35vw - 20px);
    --swiper-pagination-color: #43B4A9
}
.swiper-container img{
    width: calc(100% - 20px);
    height: calc(35vw - 20px);
} 
/* ------------------------banner------------------------ */
.list-content-right-list{
    height:  calc(50vh + 60px);
    width: 80%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.list-content-title{
    position: relative;
    max-width: calc(100%-25px);
    border-left: 5px solid #43B4A9;
    background-color: #D6ECE4;
    padding: 5px 10px;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 2vw;
}
.list-content-info{
    height: 20vw;
    position: relative;
    margin: 0 2vw 2vw 2vw;
    display: flex;
    align-items: center;
}
.list-content-info img{
    height: 20vw;
    width: 24vw;
}
.list-content-info-content{
    flex: 1;
    margin-left: 5px;
}
.list-content-info-content-name{
    height: 15vw;
    line-height: 5vw;
    font-size: 14px;
    width: 100%;
    font-weight: normal;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.list-content-info-content-price{
    margin-top: 1vw;
    color: #FF4548;
    height: 5vw;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.list-content-info-content-price span {
    display: flex;
    align-items: center;
}
.list-content-info-content-price span div{
    width: 30px;
    color: #040404;
    font-weight: normal;
    text-align: center;
}
.list-content-info-content-price img {
    max-height: 40px;
    max-width: 40px;
    height: 7vw;
    width: 7vw;
}
.list-content-box{
    /* height:  calc(50vh - 60px);
    overflow: scroll; */
}