main .guide-pages {
  width: 100%;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}

main .guide-pages .guide-pages-bg {
  width: 100%;
}

main .guide-pages .guide-pages-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px;
  /* background-image: url(/themes/pc_cn/public/assets/images/w1920.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; */
}

main .guide-pages .guide-pages-container .guide-pages-logo {
  height: 1rem;
  margin-bottom: .55rem;
  display: none;
}

main .guide-pages .guide-pages-container .guide-pages-logo img {
  height: 100%;
}

main .guide-pages .guide-pages-container .cn-text {
  width: 100%;
  text-align: center;
  font-family: SourceHanSansSC-Medium;
  color: #0054a3;
  margin-bottom: .1rem;
  line-height: 1.3;
  display: none;
}

main .guide-pages .guide-pages-container .en-text {
  width: 100%;
  text-align: center;
  font-family: SourceHanSansSC-Medium;
  color: #0054a3;
  margin-bottom: 1rem;
  line-height: 1.5;
  display: none;
}

main .guide-pages .guide-pages-container .guide-pages-logo-bg {
  width: 8rem;
  margin: 0 auto;
  margin-bottom: 15px;
}

main .guide-pages .guide-pages-container .guide-pages-logo-bg img {
  width: 100%;
}

main .guide-pages .guide-pages-container .guide-pages-logo-bg .img-2 {
  display: none;
}

main .guide-pages .guide-pages-container .link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main .guide-pages .guide-pages-container .link a {
  width: 1.3rem;
  height: .5rem;
  background-color: #0054a3;
  border-radius: .25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  font-family: SourceHanSansSC-Medium;
  color: #ffffff;
  margin: 0 .15rem;
}

@media (max-width: 900px) {
  main .guide-pages .guide-pages-container .guide-pages-logo-bg {
    /* width: 100%; */
    padding: 0 10px;
  }
  
  main .guide-pages .guide-pages-container .guide-pages-logo-bg .img-1 {
    display: none;
  }

  main .guide-pages .guide-pages-container .guide-pages-logo-bg .img-2 {
    display: inline-block;
  }
}

@media (max-width: 400px) {
  main .guide-pages .guide-pages-container .guide-pages-logo-bg {
    width: 100%;
  }
}

/*# sourceMappingURL=guide-pages.css.map */