@font-face {
    font-family: 'MiSans Latin';
    /* 自定义字体名称 */
    src: url('./static/font/MiSansLatin/static/woff2/MiSansLatin-Normal.woff2') format('woff2'),
      url('./static/font/MiSansLatin/static/woff/MiSansLatin-Normal.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }
/* 公共代码  底部*/
@media only screen and (min-width: 1921px) {

    /* footer介绍 */
    .content-list__header,
    .content-list__item {
        font-size: 2rem !important;
    }

    /* 底部备案号 */
    .footer__policy-wrapper {
        display: flex;
        flex-direction: column !important;
        align-items: center;
    }

    .footer__policy-wrapper span,
    .footer__policy-links a {
        font-size: 2rem !important;
    }

    /* 右侧导航栏 */

    .s06-main-navigation .nav__item-link {
        font-size: 3.2rem;

    }
}

/* 大屏幕 */
@media only screen and (min-width: 1201px) and (max-width: 1920px) {

    /* footer介绍 */
    .content-list__header,
    .content-list__item {
        font-size: 1.5rem !important;
    }

    /* 底部备案号 */
    .footer__policy-wrapper {
        display: flex;
        flex-direction: column !important;
        align-items: center;
    }

    .footer__policy-wrapper span,
    .footer__policy-links a {
        font-size: 1.5rem !important;
    }

    .footer__content-list:nth-child(2) {
        margin-left: -50px;
    }

    /* 右侧导航栏 */

    .s06-main-navigation .nav__item-link {
        font-size: 2.8rem;

    }

}

/* 中等屏幕 */
@media only screen and (min-width: 992px)and (max-width: 1200px) {

    /* footer介绍 */
    .content-list__header,
    .content-list__item {
        font-size: 2rem !important;
    }


    /* 底部备案号 */
    .footer__policy-wrapper {
        display: flex;
        flex-direction: column !important;
        align-items: center;
    }

    .footer__policy-wrapper span,
    .footer__policy-links a {
        font-size: 2rem !important;
    }

    /* 右侧导航栏 */

    .s06-main-navigation .nav__item-link {
        font-size: 2.8rem;

    }
}

/* 小屏幕 */
@media only screen and (min-width: 768px)and (max-width: 991px) {

    /* 底部列表 */
    .footer__menu {
        display: flex !important;
        flex-wrap: wrap;
    }

    .footer__content-list_a {
        width: 20% !important;
        padding-top: 20px;
    }

    .footer__content-list:nth-child(2) {
        width: 38% !important;
    }

    .footer__content-list:nth-child(3) {
        width: 28% !important;
    }

    .footer__content-list:nth-child(4) {
        width: 20% !important;
        margin-top: 20px;
    }

    .footer__content-list:nth-child(5) {
        margin-top: 20px;
    }

    .footer__contact-button {
        width: 140px !important;
        height: 50px !important;
        font-size: 1.5rem;
    }

    /* 底部图片 */
    .logo_wrapperImg {
        width: 10rem;
    }

    /* 联系我们按钮 */
    .footer__content-list {
        margin-top: 20px;
        width: 190px;
    }

    /* footer介绍 */
    .content-list__header,
    .content-list__item {
        font-size: 2rem !important;
    }

    /* 底部备案号 */
    .footer__policy-wrapper {
        display: flex;
        flex-direction: column !important;
        align-items: center;
    }

    .footer__policy-wrapper span,
    .footer__policy-links a {
        font-size: 1.875rem !important;
    }


    /* 右侧导航栏 */

    .s06-main-navigation .nav__item-link {
        font-size: 2.8rem;

    }


}

/* 手机端显示 */
@media only screen and (max-width: 767px) {

    /* 底部列表 */
    .footer__menu {
        display: flex !important;
        flex-wrap: wrap;
    }

    .footer__content-list_a {
        width: 20% !important;
    }

    .footer__content-list:nth-child(2) {
        width: 33% !important;
    }

    .footer__content-list:nth-child(3) {
        width: 28% !important;
    }

    /* 底部按钮 */
    .footer__contact-button {
        width: 140px !important;
        height: 50px !important;
        font-size: 1.5rem;
    }

    .button__text {
        font-size: 2rem;
    }

    .button__icon {
        width: 18px !important;
    }

    /* 列表字体 */
    .content-list__header,
    .content-list__item {
        font-size: 2rem !important;
    }

    /* 备案号 */
    .footer__policy-wrapper {
        display: flex;
        flex-direction: column !important;
        align-items: center;
    }
}

#app h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600 !important;
    font-family: 黑体;
}

.beian{
    margin-left: -25%;
    margin-top: 2%;
    color: #7a7676;
}
body,
html {
    font-family: 黑体;
}
