.switch-pic-list{
    width: 690px;
    margin: 0 auto;
}
.switch-list ul{
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
    height: 58px;
    padding: 0 8px;
}
.switch-list ul li{
    width: 150px;
    border: none;
    height: 55px;
    line-height: 55px;
    font-size: 27px;
    margin-top: 0;
    color: #757575;
}
.switch-list ul .on {
    font-weight: 600;
    border-bottom: 3px solid #a32424 !important;
}
.pic-des div{
    font-size: 25px;
}
.sPrev, .sNext{
    display: block;
    z-index: 100;
    background-size: 30px;
    width: 30px;
    height: 60px;
}
.sPrev{
    top: 34px;
    left: 4px;
}
.sNext{
    right: 34px;
    top: 34px;
}
.hd ul li img{
    width: 156px;
    height: 104px;
}
.hd{
    margin-bottom: 100px;
    padding: 0;
}
.hd ul{
    /* overflow: hidden; */
    padding: 0;
}
.hd ul li{
    height: 112px;
    width: 164px;
}
/* .tempWrap{
    width: 690px !important;
} */

.bd .tempWrap ul li a img{
    width: 690px;
    height: auto;
}
.sPrevBd, .sNextBd{
    top: 216px;
}