@font-face {
  font-family: 'YunFengFeiYunTi';
  src: url('../fonts/YunFengFeiYunTi.eot?v=4.7.0');
  src: url('../fonts/YunFengFeiYunTi.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/YunFengFeiYunTi.woff2?v=4.7.0') format('woff2'), url('../fonts/YunFengFeiYunTi.woff?v=4.7.0') format('woff'), url('../fonts/YunFengFeiYunTi.ttf?v=4.7.0') format('truetype'), url('../fonts/YunFengFeiYunTi.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    /* font-family: 'YunFengFeiYunTi'; */
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
}

.ml_mb_nav i {
    position: relative;
}

.ml_mb_nav i::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    left: -11px;
    background-color: var(--main-color);
    top: 0px;
}