@charset "UTF-8";
.news-bg {
  width: 100%;
  margin: 0 auto;
  background: url(../images/bgN.jpg) no-repeat top;
  background-size: cover;
  background-attachment: fixed;
  padding: 20px 0 20px;
  box-sizing: border-box;
}

.news-content {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  border: 4px solid #b1a490;
  box-sizing: border-box;
}

.news-content h2 {
  font-size: 28px;
  color: #4A413D;
  font-weight: bold;
  line-height: 40px;
  padding: 40px 0 10px;
}

.news-content h3 {
  font-size: 26px;
  color: #4A413D;
  font-weight: bold;
  padding: 40px 0 0;
  font-family: "FusionPixel", sans-serif !important;
}

.news-content p {
  font-size: 24px;
  color: #4A413D;
  line-height: 42px;
}

.news-content p a {
  color: #75a4c1;
}

.news-content p a:hover {
  color: #75a4c1;
}

.news-content p a:visited {
  color: #75a4c1;
}

.news-content p a:active {
  color: #75a4c1;
}

.news-content p a:link {
  color: #75a4c1;
}

.news-content .news-foot {
  padding-top: 40px;
}

.news-title {
  font-size: 32px;
  color: #4A413D;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  border-bottom: 2px solid #b1a490;
  padding: 10px 0 40px;
  box-sizing: border-box;
}

.mobile {
  display: none;
}

.footer-mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .web {
    display: none;
  }
  .mobile {
    display: block;
  }
  *:focus {
    outline: none;
  }
  * {
    -webkit-tap-highlight-color: transparent;
  }
  @font-face {
    font-family: FusionPixel;
    src: url("../fonts/fusion-pixel-12px-monospaced-zh_hans.ttf");
    font-weight: normal;
    font-style: normal;
  }
  body, h1, h2, p {
    font-family: "FusionPixel", sans-serif !important;
  }
  img {
    display: block;
    /* width: 100%;
    height: 100%; */
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -moz-optimize-contrast;
    image-rendering: -ms-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
  }
  [v-cloak] {
    display: none;
  }
  .bgColor {
    background: #fff;
    overflow-x: hidden;
  }
  .nav {
    max-width: 100%;
    height: 1rem;
    background: #676056;
    background-size: 100% 100%;
    margin: 0 auto;
    position: relative;
    z-index: 999;
    padding: 0.1rem 0;
    box-sizing: border-box;
  }
  .nav::before {
    content: '';
    display: block;
    width: 100%;
    height: 0.1rem;
    background: url(../images/borderB.jpg) no-repeat top center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
  }
  .nav::after {
    content: '';
    display: block;
    width: 100%;
    height: 0.1rem;
    background: url(../images/borderB.jpg) no-repeat top center;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
  }
  .nav.active {
    opacity: 1;
    animation: scroll_header .3s;
    -webkit-animation: scroll_header .3s;
    -moz-animation: scroll_header .3s;
    -o-animation: scroll_header .3s;
  }
  @-webkit-keyframes scroll_header {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @-o-keyframes scroll_header {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @-moz-keyframes scroll_header {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes scroll_header {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .nav .logo img {
    width: 2.92rem;
    height: 0.67rem;
    margin: 0.05rem 0 0;
  }
  .nav .nav_con {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.2rem;
    box-sizing: border-box;
    height: 100%;
  }
  .navList {
    height: 1.09rem;
    display: flex;
    align-items: center;
  }
  .menu {
    display: flex;
    align-items: center;
  }
  .menu img {
    width: .57rem;
    height: .57rem;
  }
  .navList {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100vh;
    justify-content: center;
    flex-flow: column;
    z-index: 99999;
    pointer-events: auto;
    /* 确保导航优先接收事件，阻止穿透 */
    margin: unset;
  }
  /* 隐藏时禁用事件，避免残留穿透 */
  .navList.hidden {
    pointer-events: none;
  }
  .navList .menu_close img {
    width: .57rem;
    height: .57rem;
    position: absolute;
    top: .25rem;
    right: 0.2rem;
  }
  .navList .homePage {
    margin-left: 0;
  }
  .navList .homePage a {
    /* color: #FF6623; */
    padding-left: 0;
  }
  .navList .homePage a::after {
    display: none;
  }
  .navList li {
    float: left;
    margin: unset;
  }
  .navList li a {
    display: block;
    color: #fff;
    font-size: 0.4rem;
    position: relative;
    box-sizing: border-box;
    height: 1rem;
    line-height: 1rem;
  }
  .navList li a.active {
    color: #FFFCD0;
  }
  .language {
    border-top: 1px solid #FFFCD0;
    width: 100%;
    padding: 0.6rem 0 0;
    box-sizing: border-box;
    height: unset;
    display: unset;
    align-items: unset;
    cursor: unset;
    position: unset;
  }
  .lang-switch {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: unset;
    right: unset;
    top: unset;
    z-index: unset;
    border: unset;
    border-radius: unset;
    overflow: unset;
    background-color: unset;
  }
  .lang-switch .lang-btn {
    color: #F3E9DB;
    font-size: 0.4rem;
    position: relative;
    margin: 0 .5rem 0 0;
    font-family: "FusionPixel", sans-serif !important;
    background-color: unset;
  }
  .lang-switch .lang-btn.active {
    color: #FFFCD0;
    background-color: unset;
    width: unset;
    height: unset;
    border-radius: unset;
  }
  .lang-switch .lang-btn:not(:last-child):after {
    content: "·";
    position: absolute;
    right: -0.32rem;
    color: #F3E9DB;
    font-size: 0.5rem;
    line-height: 1;
    top: 0.05rem;
  }
  .news-bg {
    padding: .2rem 0 0.2rem;
  }
  .news-content {
    width: 90%;
    padding: 0.4rem;
    border-radius: 0.2rem;
    border: 0.04rem solid #b1a490;
  }
  .news-content h2 {
    font-size: 0.28rem;
    line-height: 0.4rem;
    padding: 0.4rem 0 0.1rem;
  }
  .news-content h3 {
    font-size: 0.26rem;
    padding: 0.4rem 0 0;
  }
  .news-content p {
    font-size: 0.24rem;
    line-height: 0.42rem;
    padding: 0.2rem 0 0 !important;
  }
  .news-content p a {
    overflow-wrap: break-word;
  }
  .news-title {
    font-size: 0.32rem;
    margin-bottom: 0.2rem;
    border-bottom: 0.02rem solid #b1a490;
    padding: 0.1rem 0 0.4rem;
  }
  p {
    font-size: 0.24rem !important;
    line-height: 0.42rem !important;
    padding: 0.2rem 0 !important;
  }
  /* //  =============== 底部信息 footer ===============  */
  .footer-web {
    display: none;
  }
  .footer-mobile {
    display: block;
  }
  .footer-positon {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 888;
  }
  .footer-content {
    width: 100%;
    background: #0F0E0D;
  }
  .app-footer {
    width: 100%;
    padding: 0 0.3rem;
    box-sizing: border-box;
  }
  .footer {
    padding: 0.25rem 0;
    box-sizing: border-box;
    min-width: 100%;
  }
  .footer .footerLogo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.2rem;
  }
  .footer .footerLogo a img.softstar {
    display: block;
    width: 0.56rem;
  }
  .footer .footerLogo a img.FKlogo {
    display: block;
    width: 1.27rem;
  }
  .footer .footerLogo a img.WXlogo {
    display: block;
    width: 1.14rem;
  }
  .footer .footerLogo img {
    margin: 0 0.25rem;
  }
  .footer .explain p {
    color: #FFFFFF;
    font-size: 0.14rem;
    line-height: 0.28rem;
    text-align: center;
  }
  .footer .explain p .ICP {
    color: #FFFFFF;
  }
}
