@charset "utf-8";

#shSnb ul{display:flex;justify-content:center;align-items:center;transform:skew(-0.1deg);height:90px;}
#shSnb ul li+li:before{display:inline-block;content:"";width:1px;height:13px;margin:0 20px;background:#d4d4d4;}
#shSnb ul li a{font-size:16px;color:#ffffff;
}
#shSnb ul li.on a{position:relative;color: #e7e7e7;}
#shSnb ul li.on a:after{display:block;content:"";position:absolute;
    left:0;bottom:-15px;width:100%;height:4px;background:#3787ff;}