.m-hdnav .nav-item {
    position: relative;
    margin-left: 23px;
}




@media screen and (max-width: 1219px) {
    .m-mobilenav {
        position: fixed;
        z-index: 11;
        padding-top: 25px;
        top: 0;
        right: 0;
        width: 0;
        height: 0;
        display: block;
        box-sizing: border-box;
        transition: all 350ms;
    }
}
@media screen and (max-width: 1219px) {
    .m-hdnav, .m-hdline, .m-hdlnk {
        display: none;
    }
}
@media screen and (max-width: 1219px) {
    .m-mobilenav .mbnav-btn {
        position: absolute;
        z-index: 2;
        top: 15px;
        right: 12px;
        width: 26px;
        transition: all 500ms;
    }
}
@media screen and (max-width: 1219px) {
    .m-mobilenav .mbnav-btn .line {
        width: 100%;
        height: 2px;
        background-color: #ED1C24;
    }
}
@media screen and (max-width: 1219px) {
    .m-mobilenav .mbnav-btn .line2 {
        margin-top: 6px;
        margin-bottom: 6px;
    }
}
@media screen and (max-width: 1219px) {
    .m-mobilenav .mbnav-btn .line {
        width: 100%;
        height: 2px;
        background-color: #ED1C24;
    }
}
@media screen and (max-width: 1219px) {
    .m-hdlogo {
        line-height: 50px;
    }
}
@media screen and (max-width: 1219px) {
    .m-hdlang .lang-btn {
        line-height: 50px;
        padding-top: 0;
        padding-bottom: 0;
        min-width: inherit;
    }
}
@media screen and (max-width: 1219px) {
    .m-hdsch {
        position: absolute;
        right: 55px;
        top: 0;
        margin-left: 0;
    }
}
@media screen and (max-width: 1219px) {
    .m-hdlang {
        position: absolute;
        right: 85px;
        top: 0;
        margin-left: 0;
    }
}
@media screen and (max-width: 1219px) {
    .m-hdsch .sch-btn {
        line-height: 50px;
    }
}


@media screen and (max-width: 1219px) {
    .m-mobilenav .mbnav-item {
        position: relative;
        padding-left: 44px;
        padding-right: 24px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}




@media screen and (max-width: 1219px) {
  .m-mobilenav {
    position: fixed;
    z-index: 11;
    padding-top: 25px;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    display: block;
    box-sizing: border-box;
    transition: all 350ms;
  }
  .m-mobilenav.show {
    width: 100%;
    height: 100%;
  }
  .m-mobilenav.show .mbnav-btn {
    transform: rotate(90deg);
  }
  .m-mobilenav.show .mbnav-btn .line {
    background-color: #fff;
  }
  .m-mobilenav.show .mbnav-bd {
    visibility: visible;
  }
  .m-mobilenav.show .mbnav-bd .mbnav-wp {
    height: 100%;
    opacity: 1;
  }
  .m-mobilenav.show .mbnav-bd .mbnav-item > a {
    opacity: 1;
    transform: scale(1) translate(0, 0);
  }
  .m-mobilenav .mbnav-btn {
    position: absolute;
    z-index: 2;
    top: 15px;
    right: 12px;
    width: 26px;
    transition: all 500ms;
  }
  .m-mobilenav .mbnav-btn .line {
    width: 100%;
    height: 2px;
    background-color: #ED1C24;
  }
  .m-mobilenav .mbnav-btn .line2 {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .m-mobilenav .mbnav-bd {
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
    height: 100%;
    top: 0;
    visibility: hidden;
    z-index: 1;
  }
  .m-mobilenav .mbnav-wp {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 0;
    background-color: #333;
    top: 0;
    transition: all 500ms;
    opacity: 0;
  }
  .m-mobilenav .mbnav-fix {
    position: absolute;
    right: 0;
    top: 60px;
    max-height: calc(100% - 60px);
    width: 100%;
    box-sizing: border-box;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .m-mobilenav .mbnav-item {
    position: relative;
    padding-left: 44px;
    padding-right: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .m-mobilenav .mbnav-item i {
    position: absolute;
    left: 13px;
    top: 12px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #333;
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
  }
  .m-mobilenav .mbnav-item > a {
    display: block;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    transform: scale(1.1) translate(60px, -35px);
    opacity: 0;
    transition: 0.5s 0.1s;
  }
  .m-mobilenav .mbnav-item > a.current:after {
    content: "";
    margin-left: 5px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    transition: all 500ms;
  }
  .m-mobilenav .mbnav-item > a.active {
    color: #ED1C24;
  }
  .m-mobilenav .mbnav-item > a.active:after {
    background-color: #ED1C24;
  }
  .m-mobilenav .mbnav-item:nth-child(1) > a {
    transition-delay: 250ms;
  }
  .m-mobilenav .mbnav-item:nth-child(2) > a {
    transition-delay: 300ms;
  }
  .m-mobilenav .mbnav-item:nth-child(3) > a {
    transition-delay: 350ms;
  }
  .m-mobilenav .mbnav-item:nth-child(4) > a {
    transition-delay: 400ms;
  }
  .m-mobilenav .mbnav-item:nth-child(5) > a {
    transition-delay: 450ms;
  }
  .m-mobilenav .mbnav-item:nth-child(6) > a {
    transition-delay: 500ms;
  }
  .m-mobilenav .mbnav-item:nth-child(7) > a {
    transition-delay: 550ms;
  }
  .m-mobilenav .mbsbnav-list {
    padding: 10px 0;
    display: none;
  }
  .m-mobilenav .mbsbnav-item {
    position: relative;
    padding-left: 20px;
    padding-right: 5px;
  }
  .m-mobilenav .mbsbnav-item i {
    left: 0;
    top: 6px;
    line-height: 24px;
  }
  .m-mobilenav .mbsbnav-item a {
    display: block;
    padding: 5px 5px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
  }
  .m-mobilenav .mbsbnav-item a.active {
    color: #ED1C24;
  }
}