[v-cloak] {
  display: none;
}
/* header */
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 5.25rem;
  background: #171f2d;
  z-index: 100;
}
.header .header_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 0.625rem;
  height: 100%;
  box-sizing: border-box;
}
.header .header-brand {
  padding: 0.875rem 0;
  width: 12.5rem;
  font-size: 0;
}
.header .logo {
  max-width: 100%;
  max-height: 100%;
}
.header .header-nav {
  display: flex;
  align-items: center;
  height: 100%;
}
.header .nav-item {
  position: relative;
  margin-right: 1rem;
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (min-width: 1181px) {
  .header .nav-item:hover .nav-item--menu {
    display: block;
  }
  .header .nav-item:hover::after,
  .header .nav-item.active::after {
    left: 0;
    width: 100%;
  }
  .header .nav-item::before {
    content: "";
    margin-right: 0.25rem;
    margin-top: 0.125rem;
    width: 1rem;
    height: 0.0625rem;
    background: #fff;
  }
  .header .nav-item::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 0;
    height: 2px;
    background: #fff;
    transition: all 0.35s ease-in-out;
  }
}
.header .nav-item:last-child {
  margin-right: 0;
}
.header .nav-item a {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: #ffffff;
  text-decoration: none;
}
.header .nav-item .btn_lang {
  display: inline-block;
  width: 2.5rem;
  height: 1.875rem;
  background-repeat: no-repeat;
  background-size: cover;
}
.header .nav-item .btn_lang.zh {
  background-image: url("../img/public/lang_zh.png");
}
.header .nav-item .btn_lang.en {
  background-image: url("../img/public/lang_en.png");
}
.header .nav-item--menu {
  display: none;
  position: absolute;
  left: 50%;
  top: 5.25rem;
  margin-left: -7.5rem;
  padding: 0.3125rem 0;
  background-color: #fff;
  border-radius: 0.3125rem;
  box-shadow: 0.125rem 0.125rem 0.625rem #333;
  z-index: 100;
}
@media screen and (min-width: 1081px) {
  .header .nav-item--menu::before {
    content: "";
    position: absolute;
    left: 7.5rem;
    top: -1.25rem;
    width: 0;
    border: solid 0.625rem transparent;
    border-bottom: solid 0.625rem #fff;
  }
}
.header .nav-item--menu.expand {
  display: block;
}
.header .nav-item--menu .menu_child {
  padding: 0 1.5rem;
  width: 16.25rem;
  cursor: pointer;
  box-sizing: border-box;
}
@media screen and (min-width: 1081px) {
  .header .nav-item--menu .menu_child:hover {
    background-color: #e4e4e4;
  }
}
.header .nav-item--menu .menu_child a {
  display: inline-block;
  width: 100%;
  height: 3.375rem;
  line-height: 3.375rem;
  font-size: 1.125rem;
  color: #000;
  text-decoration: none;
}
.header .header-toggle {
  display: none;
  position: relative;
  width: 20px;
  height: 14px;
  cursor: pointer;
}
.header .header-toggle .tg_line {
  display: inline-block;
  vertical-align: top;
  margin-top: 6px;
  width: 100%;
  height: 2px;
  background: #fff;
}
.header .header-toggle::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}
.header .header-toggle::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}
/* footer */
.footer .f__inner {
  padding-top: 4.6875rem;
  padding-bottom: 4.125rem;
  background-color: #666666;
}
.footer .inner_con {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 1.25rem;
  max-width: 75rem;
  box-sizing: border-box;
}
.footer .f_section .s__title {
  display: inline-block;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: #f1f1f1;
}
.footer .f_section .s__label,
.footer .f_section .s__text {
  display: inline-block;
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: #ffffff;
}
.footer .f_section .s__icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  width: 2.25rem;
  height: 2.25rem;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer .f_section .s__icon:last-child {
  margin-right: 0;
}
.footer .f_section .s__icon_creator {
  background-image: url("../img/public/creator.png");
}
.footer .f_section .s__icon_studio {
  background-image: url("../img/public/studio.png");
}
.footer .f_section a > .s__label:hover {
  text-decoration: underline;
}
.footer .btn_contact {
  display: inline-block;
  text-align: center;
  line-height: 2.5rem;
  width: 10rem;
  height: 2.5rem;
  font-size: 1.25rem;
  font-weight: 400;
  color: #ffffff;
  background: #09935a;
  border-radius: 1.25rem;
  cursor: pointer;
}
.footer .f__ver {
  text-align: center;
  line-height: 3.5rem;
  height: 3.5rem;
  font-size: 1.125rem;
  font-weight: 400;
  color: #ffffff;
  opacity: 1;
  background: #333;
}
.footer .f__ver a {
  color: #ffffff;
}
.footer .f_section_1 {
  flex: 0 0 6.5rem;
}
.footer .f_section_2 {
  flex: 0 0 18.625rem;
}
.footer .f_section_2 li {
  text-align: center;
}
.footer .f_section_3 {
  flex: 0 0 24rem;
}
.footer .f_section_3 li {
  display: flex;
}
.footer .f_section_3 li:last-child {
  padding-top: 1.25rem;
}
.footer .f_section_3 .s__text {
  padding-left: 0.5rem;
}
.footer .f_section_4 {
  display: flex;
}
.footer .f_section_4 .com_wechat {
  margin-left: 2rem;
}
.footer .f_section_4 .qrcode {
  max-width: 9rem;
}
/* apply_entry */
.section_apply {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 7.5rem;
  margin-bottom: 7rem;
  width: 100%;
  height: 14.625rem;
  background: url("../img/example/apply_bg.png") no-repeat;
  background-size: 100% 100%;
}
.section_apply .btn_apply,
.section_apply .btn_down {
  display: inline-block;
  text-align: center;
  line-height: 5rem;
  margin: 0 1rem;
  width: 18.75rem;
  height: 5rem;
  font-size: 2.5rem;
  font-weight: 400;
  color: #ffffff;
  background: #00925a;
  border-radius: 5rem;
  cursor: pointer;
}
.section_apply .btn_down {
  background: #F18F4D;
}
@media screen and (min-width: 1200px) {
  .header .header_container {
    justify-content: space-between;
    width: 100%;
  }
  .header .nav-item a {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 1400px) {
  .header .header_container {
    justify-content: center;
  }
  .header .header-brand {
    margin-right: 3%;
  }
  .header .nav-item a {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 1560px) {
  .header .header-brand {
    margin-right: 4.375%;
  }
  .header .nav-item a {
    font-size: 1.1429rem;
  }
}
@media screen and (max-width: 1200px) {
  .header {
    height: 4.125rem;
  }
  .header .header-brand {
    width: 11.25rem;
  }
  .header .nav-item a {
    font-size: 0.9375rem;
  }
  .header .nav-item--menu {
    top: 4.125rem;
  }
}
@media screen and (max-width: 1180px) {
  .header .header-toggle {
    display: block;
  }
  .header .header-nav {
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    right: 0;
    top: 4.125rem;
    width: 50%;
    height: auto;
    background: rgba(0, 0, 0, 0.7);
  }
  .header .nav-item {
    flex-wrap: wrap;
    margin-right: 0;
    padding: 0 1.25rem;
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
  }
  .header .nav-item a {
    height: 0;
    line-height: 2.5rem;
    font-size: 1.125rem;
    width: 100%;
    transition: all 0.35s ease-in-out;
  }
  .header .nav-item--menu {
    position: static;
    left: 0;
    margin-left: 0;
    top: 0;
    padding: 0;
    width: 100%;
    background: transparent;
    box-shadow: none;
  }
  .header .nav-item--menu .menu_child {
    width: 100%;
  }
  .header .nav-item--menu .menu_child a {
    line-height: 2.5rem;
    font-size: 1.125rem;
    color: #fff;
  }
}
@media screen and (max-width: 991px) {
  .footer .f_section_2 {
    margin-right: 4rem;
    flex: 0 0 10rem;
  }
}
@media screen and (max-width: 767px) {
  .footer .f__inner {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .footer .inner_con {
    flex-wrap: wrap;
  }
  .footer .f_section {
    margin-bottom: 1rem;
    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: 3.5rem;
    margin-bottom: 3rem;
  }
}
/* 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;
  }
}

/* 联系我们 */
.concat_us {
  position: fixed;
  right: 1.7143rem;
  top: 50%;
  width: 4rem;
  cursor: pointer;
  z-index: 10;
  display: none;
  /* background-color: #fff; */
}
.concat_us_text {
  font-size: 1rem;
  text-align: center;
  color:#09935a;
}
#qrcode {
  position: fixed;
  right: 6rem;
  top: calc(50% - 1.8571rem);
  display: none;
  width: 10.7143rem;
  z-index: 10;
}
/*# sourceMappingURL=public.css.map */