/* Ã¥â€¦Â¨Ã¥Â±â‚¬Ã¦Â Â·Ã¥Â¼ÂÃ©â€¡ÂÃ§Â½Â®Ã¤Â¸Å½Ã¥Å¸ÂºÃ§Â¡â‚¬Ã¨Â®Â¾Ã§Â½Â® */
* {
  word-break: break-word !important;
}

:root {
  --main-color: #056eb9;
  --wy-color-two: #333;
}


h1, h2, h3 {

  margin-bottom: 15px;
}


h2 {

  font-size: .24rem;
}


/* @font-face {
    font-family: "Alibabapuhuiti-regular";
    src: url(https://omo-oss-file110.thefastfile.com//portal-saas/pg2025012416521389251/cms/file/alibabapuhuiti-3-55-regular.ttf);
}
@font-face {
    font-family: "Alibabapuhuiti-medium";
    src: url(https://omo-oss-file110.thefastfile.com//portal-saas/pg2025012416521389251/cms/file/alibabapuhuiti-3-65-medium.ttf);
}
@font-face {
    font-family: "Alibabapuhuiti-bold";
    src: url(https://omo-oss-file110.thefastfile.com//portal-saas/pg2025012416521389251/cms/file/alibabapuhuiti-3-75-semibold.ttf);
} */



body, input, textarea {
  font-family: "Alibabapuhuiti-regular", "Aril", "PingFang SC", "Helvetica Neue", Helvetica;
}




.xbt {
    font-family: "Alibabapuhuiti-medium";

}



.bt {
    font-family: "Alibabapuhuiti-bold";

}

/* Ã¨Â®Â¾Ã¥Â¤â€¡Ã¦Â¨Â¡Ã¥Â¼ÂÃ¦Â â€¡Ã¨Â¯â€  */
body::after {
  display: block;
  height: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
  content: 'Pc';
}

.PcMode::after { 
  content: 'Pc' !important;
}

/* Ã¥â€œÂÃ¥Âºâ€Ã¥Â¼ÂÃ¥Â¸Æ’Ã¥Â±â‚¬Ã¥Â®Â¹Ã¥â„¢Â¨ */


/* Ã¥â€ºÂ¾Ã§â€°â€¡Ã¦â€¡â€™Ã¥Å Â Ã¨Â½Â½Ã¦Â Â·Ã¥Â¼Â */
img[data-src] { 
  opacity: 0;
  filter: alpha(opacity=0);
}

img[data-srcloaded] { 
  opacity: 1;
  filter: alpha(opacity=100);
}

img {
  transition: all 0.5s;
  border: 0;
  display: inline-block;
}

/* Ã¦ËœÂ¾Ã§Â¤ÂºÃ¦Å½Â§Ã¥Ë†Â¶Ã§Â±Â» */
.UnpcPush, .MobilePush { 
  display: none;
}

.PcPush { 
  display: block;
}

/* Ã¦â€ºÂ´Ã¥Â¤Å¡Ã¦Å’â€°Ã©â€™Â®Ã¦Â Â·Ã¥Â¼Â */
.more {
  position: relative;
  margin-top: 0.55rem;
  padding: 0.04rem 0.08rem 0 0.25rem;
  line-height: 0.5rem;
  color: var(--main-color);
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  transition: all 0.5s ease;
  font-size: 0.17rem;
  text-align: center;
  padding-top: 0%;
}

.more::before,
.more::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
  z-index: -1;
}

.more::before {
  border: 1px solid var(--main-color);
  transform: translate(-50%, -50%) scale(1);
}

.more::after {
  background: var(--main-color);
  transform: translate(-50%, -50%) scale(0.8);
  opacity: 0;
  z-index: -1;
}

.more:hover {
  color: #fff;
}

.more:hover::before {
  transform: translate(-50%, -50%) scale(1.2);
  opacity: 0;
}

.more:hover::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.more svg {
  width: 0.18rem;
  height: auto;
  line-height: 0.44rem;
  margin: 0 0.1rem 0.02rem 0.3rem;
}

/* Ã¦Å’â€°Ã©â€™Â®Ã§Â»â€žÃ¤Â»Â¶Ã¦Â Â·Ã¥Â¼Â */
.wz_btn {
  display: block;
  position: relative;
  overflow: hidden;
  width: 155px;
  line-height: 48px;
  padding: 0;
  border: 1px solid #acabaa;
  border-radius: 0;
  color: #333;
  background: transparent;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.3s;
  margin: 0 auto 0 0;
}

.wz_btn span {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  outline: 0;
  margin: 0;
  overflow: hidden;
}

.wz_btn .txt_1,
.wz_btn .txt_2 {
  transition: transform 0.3s, opacity 0.3s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.wz_btn .txt_2 {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  transform: translate3d(0, 25%, 0);
  opacity: 0;
}

.wz_btn:hover {
  border-color: var(--main-color) !important;
  background: var(--main-color);
}

.wz_btn:hover .txt_1 {
  opacity: 0;
  transform: translate3d(0, -25%, 0);
}

.wz_btn:hover .txt_2 {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* Ã¥Ë†â€ Ã©Â¡ÂµÃ¦Â Â·Ã¥Â¼Â */
.page_a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 5px;
  border: 1px solid #ededed;
  border-radius: 5px;
  background: transparent;
  font-size: 16px;
  color: #333;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
    font-family: "Alibabapuhuiti-regular";
}

.page_a.page_prev,
.page_a.page_next {
  width: 90px;
}

.page_a.current {
  background: var(--main-color);
  border-color: var(--main-color);
  color: #fff;
    font-family: "Alibabapuhuiti-regular";
}

.page_a:hover {
  color: #fff;
  background: var(--main-color);
  border-color: var(--main-color);
}

.page_a.disabled {
  color: #000;
  border-color: #e4e4e4;
  background: #fff;
  pointer-events: none;
}

.page_a.disabled:hover {
  color: #000;
  border-color: #e4e4e4;
  background: #fff;
}

/* Ã©ÂÂ¢Ã¥Å’â€¦Ã¥Â±â€˜Ã¥Â¯Â¼Ã¨Ë†Âª */
.ny_bread {
  color: #777;
  padding: 10px 0;
}

.ny_bread * {
  color: #777 !important;
  line-height: 28px;
}

.ny_bread > div {
  display: flex;
  align-items: center;
}

/* Ã¦Â¨ÂªÃ¥Â¹â€¦Ã¦Â Â·Ã¥Â¼Â */
.ny_banner .p_info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.ny_banner .p_btitle {
  color: #fff;
  line-height: 1;
}

.ny_banner .p_summary {
  color: #fff;
  line-height: 1.5;
  margin-top: 20px;
  max-width: 57%;
}

/* Ã¦Â»Å¡Ã¥Å Â¨Ã¦ÂÂ¡Ã¦Â Â·Ã¥Â¼Â */
::-webkit-scrollbar {
  width: 5px;
  height: 2px;
}

::-webkit-scrollbar-track {
  background: #d7d7d7;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--main-color);
}

/* Ã¥Â·Â¥Ã¥â€¦Â·Ã§Â±Â» */
.btn.focus, .btn:focus {
  box-shadow: none;
}

.icon {
  margin: 0;
}

/* Ã¥â€œÂÃ¥Âºâ€Ã¥Â¼ÂÃ¨Â®Â¾Ã¨Â®Â¡ */
/* 1920pxÃ¥ÂÅ Ã¤Â»Â¥Ã¤Â¸Å  */

html {

  font-size: 100px;
}


@media only screen and (min-width: 1921px) {
  html {
    font-size: 100px;
    font-size: calc(100px - 30 * ((1920px - 110vw) / 680));
  }
}


@media only screen and (max-width: 1920px) {
  html {
    font-size: 100px;
    font-size: calc(100px - 30 * ((1920px - 100vw) / 680));
  }
}

/* 1540px (FHDÃ§Â¼Â©Ã¦â€Â¾125%) */
@media only screen and (max-width: 1540px) {
  html {
    font-size: 90px;
    font-size: calc(100px - 30 * ((1920px - 100vw) / 680));
  }
}

/* 1366px (Ã¦â„¢Â®Ã©â‚¬Å¡14Ã¥Â¯Â¸) */
@media only screen and (max-width: 1366px) {
  html {
    font-size: 80px;
    font-size: calc(100px - 30 * ((1920px - 100vw) / 680));
  }
}

/* 1240px (Ã¥Â¹Â³Ã¦ÂÂ¿Ã¦Â¨Â¡Ã¥Â¼Â) */
@media only screen and (max-width: 1240px) {
  html {
    font-size: 80px;
    overflow-x: hidden;
  }
  
  body::after {
    content: 'Pad';
  }
  
  body {
    user-select: none;
    -webkit-user-select: none;
  }
  
  body, input, textarea, button, select {
    font-size: 14px;
  }
  
  .PcPush {
    display: none;
  }
  
  .UnpcPush {
    display: block;
  }
  
  .wrap {
    width: 940px;
  }
}

/* 992px */
@media only screen and (max-width: 992px) {
  body::after {
    content: 'Padp';
  }
  
  .wrap {
    width: 740px;
  }
}


@media only screen and (max-width: 768px) {
  .wrap {
    width: 90%;
  }

}

/* 1024px */
@media only screen and (max-width: 1024px) {
  .ny_banner .swiper-slide {
    height: 300px !important;
  }
  
  .ny_banner .p_summary {
    max-width: 100%;
  }
}

/* 800px */
@media only screen and (max-width: 800px) {
  .page_a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px !important;
    margin: 0 2px;
  }
  
  .page_a.page_prev,
  .page_a.page_next {
    width: 55px;
  }
}

/* 768px */
@media only screen and (max-width: 768px) {
  .wz_btn {
    width: 130px !important;
    line-height: 40px !important;
    font-size: 14px;
  }
  
  .btn-primary {
    width: 140px !important;
    line-height: 40px !important;
  }
  
  .ny_bread {
    padding: 10px 0 0;
  }
}