[v-cloak] {
  display: none;
}

/* header */
.header {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  height: 0.8rem;
  background: #F99D40;
  z-index: 100;
}

.header .header_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.1rem;
  height: 100%;
  box-sizing: border-box;
}

.header .header_container .home {
  width: 0.31rem;
  height: 0.33rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.3rem;
  transition: all 0.5s ease;
}

.header .header_container .home img {
  width: 100%;
  height: 100%;
}

.header .header_container .home:hover {
  filter: brightness(95%);
}

.header .header_container .btn_wrap {
  display: flex;
  align-items: center;
}

.header .header_container .btn_wrap .btn {
  display: block;
  padding: 4px 0;
  border-bottom: 2px solid transparent;
  /* border-bottom: 2px solid #FFF; */
  transition: all .6s ease;
  cursor: pointer;
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 0.24rem;
  color: #ffffff;
  text-decoration: none;
  margin-right: 0.5rem;
}

.header .header_container .btn_wrap .btn:hover, .header .header_container .btn_wrap .active {
  border-bottom: 2px solid #FFF;
}

.header .header-nav {
  position: absolute;
  right: 0;
  top: 0.84rem;
  width: 3rem;
  background-color: rgba(0, 0, 0, 0.7);
}

.header .nav-item {
  flex-wrap: wrap;
  padding: 0 .2rem;
  overflow: hidden;
  box-sizing: border-box;
  background-color: transparent;
}

.header .nav-item:hover {
  background-color: #30A1FF;
}

.header .nav-item a {
  display: block;
  height: 0;
  line-height: .6rem;
  font-size: .24rem;
  color: #FFF;
  transition: all 0.35s ease-in-out;
  text-decoration: none;
}

.header .header-toggle {
  display: block;
  position: relative;
  width: 0.48rem;
  height: 0.48rem;
  margin: 0 0.2rem 0 0.36rem;
  background-image: url('../img/header/menu.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  /* background-color: rgba(158, 157, 157, 0.4); */
  cursor: pointer;
}

/* main */
.main {
  min-height: calc(100vh - .84rem);
}

/* footer */
.footer .f__inner {
  padding: 36px 20%;
  background-color: #ECF8FF;
  display: flex;
  justify-content: space-between;
  /* justify-content: space-around; */
  /* align-items: center; */
}
.footer .f__inner .contact .title {
  font-size: 0.28rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 0.6rem;
}
.footer .f__inner .contact .social_media {
  display: flex;
}
.footer .f__inner .contact .social_media .media_item {
  font-size: 0.18rem;
  color: rgba(0, 0, 0, 0.6);
  position: relative;
  margin-right: 0.4rem;
  transition: all 0.6s ease;
}
.footer .f__inner .contact .social_media .media_item:hover {
  color: #FD6501;
}
.footer .f__inner .contact .social_media .media_item:hover::before {
  opacity: 1;
  visibility: visible;
}
.footer .f__inner .contact .social_media .media_item::before {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 150px;
  height: 150px;
  border: 1.5px solid #E6E6E6;
  border-radius: 12px;
  background-color: #FFF;
  background-size: 90% 90%;
  background-position:center;
  background-repeat: no-repeat;
  position: absolute;
  top: -160px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: opacity .8s ease-in-out;
}
.footer .f__inner .contact .social_media .not_allowed {
  cursor: not-allowed;
}
/* 小红书 */
.footer .f__inner .contact .social_media .xiaohongshu::before {
  background-image: url('../img/footer/xiaohongshu.png');
}
/* 视频号 */
.footer .f__inner .contact .social_media .channels::before {
  background-image: url('../img/footer/channels.png');
}
/* 抖音 */
.footer .f__inner .contact .social_media .douyin::before {
  background-image: url('../img/footer/douyin.png');
  background-size: 80% 80%;
}
.footer .f__inner .qr_code_wrap {
  display: flex;
  align-items: center;
}
.footer .f__inner .qr_code_wrap .qr_code {
  text-align: center;
  margin-right: .2rem;
}
.footer .f__inner .qr_code_wrap .qr_code img {
  width: 1.5rem;
  height: 1.5rem;
}
.footer .f__inner .qr_code_wrap .qr_code .text {
  font-size: .2rem;
  font-family: Segoe UI, Segoe UI-Bold;
  font-weight: 700;
  color: #000;
}
.footer .f__ver {
  text-align: center;
  line-height: .72rem;
  height: .72rem;
  font-size: .16rem;
  font-weight: 400;
  color: #FFF;
  opacity: 1;
  background-color: #F9932C;
}

.footer .f__ver a {
  color: #FFF;
}

/* consult 资讯 */
/* 咨询 */
.consult {
  box-sizing: border-box;
  width: 110px;
  height: 45px;
  background-color: #F9932C;
  border-radius: 10px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 50px;
  bottom: 120px;
  z-index: 100;
  cursor: pointer;
  transition: all 0.3s ease;
}
.consult::before {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 112px;
  height: 112px;
  border: 1.5px solid #E6E6E6;
  border-radius: 6px;
  background-color: #FFF;
  background-image: url('../img/footer/consult.png');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -124px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: opacity .8s ease-in-out;
}
.consult::after {
  display: block;
  content: '';
  width: 11px;
  height: 8px;
  background-color: #F9932C;
  border-radius: 4px;
  position: absolute;
  right: 0;
  bottom: -14px;
}
.consult:hover {
  background-color: #E55B00;
}
.consult:hover::before {
  opacity: 1;
  visibility: visible;
}
.consult .message_icon {
  width: 28px;
  height: 28px;
  margin-right: 8px;
}

@media screen and (max-width: 991px) {
  .footer .f_section_2 {
    margin-right: .64rem;
    flex: 0 0 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .footer .f__inner {
    padding-top: .2rem;
    padding-bottom: .2rem;
  }

  .footer .inner_con {
    flex-wrap: wrap;
  }

  .footer .f_section {
    margin-bottom: .16rem;
    flex: 0 0 45%;
  }

  .footer .f_section_2 {
    margin-right: 0;
  }

  .footer .f_section_2 ul {
    font-size: 0;
  }

  .footer .f_section_2 li {
    text-align: left;
    display: inline-block;
    width: 50%;
  }

  .footer .f_section_2 li:first-child {
    display: block;
  }

  .footer .f_section_3 .s__label {
    flex: none;
  }

  .section_apply {
    margin-top: .56rem;
    margin-bottom: .48rem;
  }
}

/* html rem */
/* @media screen and (max-width: 1400px) {
  html {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  html {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 10px;
  }
} */

/*# sourceMappingURL=public.css.map */
