.menu_ul {
    text-align: center;
    width: 670px;
    line-height: 120px;
}

.menu_ul>a>li {
    display: inline-block;
    width:90px;
    color: #292929;
    font-size: 16px;
    line-height: 18px;

}
.menu_ul>a>li>.menu_li{
    border-right: 1px solid #fff;
    font-family: '思源黑体 CN Light';
}
.menu_img_box img {
    cursor: pointer;
    max-width: 42px;
    margin-top: -3px;
}

.menu_img {
    margin-right: 25px;
}
.product_number{
    color: #ff1c1c;
}
.menu_bottom{
    display: none;
}
.menu_on{
    height: 2px;background: red;width: 70px;margin:10px auto 0 auto;display: block;
}