.apply_page {
  position: relative;
  z-index: 2;
}
.apply_nav {
  top: 100%;
  height: 0.76rem;
  margin-top: -0.76rem;
  position: relative;
  z-index: 3;
  background: rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.apply_nav .main {
  height: 100%;
  display: flex;
  align-items: center;
  column-gap: 0.67rem;
}
.apply_nav a {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  font-family: SourceHanSansCN-Regular;
  font-weight: 500;
  font-size: 0.2rem;
  color: #FFFFFF;
  line-height: 1;
}
.apply_nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.04rem;
  background: #C9A03D;
  opacity: 0;
}
.apply_nav a.active::after,
.apply_nav a:hover::after {
  opacity: 1;
}
.apply_section {
  min-height: 8.34rem;
  padding: 0.6rem 0 1.62rem;
  background: url(../img/baoming_bg.png) center center no-repeat;
  background-size: cover;
}
.apply_title {
  text-align: center;
}
.apply_title h2 {
  position: relative;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  font-size: 0.44rem;
  color: #2B2B2B;
  line-height: 1.5;
}
.apply_title h2::after {
  content: "";
  display: block;
  width: 0.85rem;
  height: 0.04rem;
  background: #C9A03D;
  border-radius: 0.02rem;
  margin: 0.19rem auto 0;
}
.apply_title p {
  margin-top: 0.29rem;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  font-size: 0.18rem;
  color: #2B2B2B;
  line-height: 1.5;
}
.apply_form {
  width: calc(100% - 2.15rem);
  max-width: 100%;
  margin: 0.7rem auto 0;
}
.form_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 0.28rem;
  row-gap: 0.38rem;
}
.form_item {
  height: 0.6rem;
  padding: 0 0.2rem;
  background: #FFFFFF;
  border: 0.01rem solid #D5DDE6;
  border-radius: 0.08rem;
  display: flex;
  align-items: center;
  box-shadow: 0 0.02rem 0.08rem rgba(20, 43, 89, 0.02);
}
.form_item label {
  padding-right: 0.14rem;
  margin-right: 0.18rem;
  border-right: 0.01rem solid #D5DDE6;
  font-family: SourceHanSansCN-Regular;
  font-weight: 500;
  font-size: 0.16rem;
  color: #2B2B2B;
  line-height: 1;
  white-space: nowrap;
}
.form_item input {
  flex: 1;
  min-width: 0;
  height: 100%;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  font-size: 0.16rem;
  color: #2B2B2B;
  background: transparent;
}
.apply_submit {
  width: 5.35rem;
  height: 0.62rem;
  margin: 0.73rem auto 0;
  border: none;
  border-radius: 0.31rem;
  background: linear-gradient(270deg, #344B81 0%, #1A2A4F 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.24rem;
  font-family: SourceHanSansCN-Regular;
  font-weight: 500;
  font-size: 0.16rem;
  color: #FFFFFF;
  line-height: 1;
  cursor: pointer;
  transition: var(--s_tran);
}
.apply_submit img {
  width: 0.26rem;
  height: auto;
  object-fit: contain;
}
.apply_submit:hover {
  background: #C9A03D;
}
@media (max-width: 1024px) {
  .apply_nav {
    margin-top: 0;
  }
  .apply_form {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .apply_page .main {
    width: 90%;
  }
  .apply_nav .main {
    column-gap: 0.44rem;
  }
  .form_grid {
    grid-template-columns: 1fr;
    row-gap: 0.22rem;
  }
  .apply_submit {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .apply_title h2 {
    font-size: 0.34rem;
  }
  .apply_nav a {
    font-size: 0.16rem;
  }
}
.contact_section {
  padding-top: 0.6rem;
  background: #FFFFFF;
}
.apply_title {
  text-align: center;
  margin-bottom: 1.29rem;
}
.map_area {
  height: 7.5rem;
  position: relative;
}
.map_holder {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.map_holder img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
.map_marker {
  position: absolute;
  width: 0.41rem;
  height: 0.41rem;
  left: 3rem;
  top: 4.28rem;
  z-index: 4;
}
.marker_icon {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.marker_text {
  position: absolute;
  left: -0.38rem;
  top: -0.78rem;
  padding: 0.23rem 0.46rem 0.32rem;
  background: url(../img/map_bg.png) center center no-repeat;
  /*background-size: cover;*/
  background-size: 118% 100%;
  font-family: SourceHanSansCN-Bold;
  font-weight: 500;
  font-size: 0.16rem;
  color: #1A2A4F;
  white-space: nowrap;
}
.map_area .main {
  position: absolute;
  top: -0.8rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: right;
}
.contact_card {
  /*width: 4.94rem;*/
  background: #1A2A4F;
  border-radius: 0.2rem;
  min-height: 5.72rem;
  /*padding: 0.49rem 0.55rem 0.44rem;*/
  color: #FFFFFF;
  
  width: 6rem;
  padding: 0.4rem;
}
.contact_card h3 {
  font-family: SourceHanSansCN-Bold;
  font-weight: bold;
  font-size: 0.32rem;
  color: #FFFFFF;
  line-height: 1.2;
}
.card_intro {
  margin-top: 0.15rem;
  padding-bottom: 0.28rem;
  border-bottom: 0.01rem solid rgba(255, 255, 255, 0.3);
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  font-size: 0.16rem;
  color: #FFFFFF;
  line-height: 1.75;
}
.contact_list {
  padding: 0.49rem 0 0.5rem;
}
.contact_item {
  display: flex;
  align-items: center;
  column-gap: 0.18rem;
  margin-bottom: 0.43rem;
}

.contact_icon {
  width: 0.7rem;
  height: 0.7rem;
  background: #C9A03D;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact_icon img {
  width: 0.26rem;
  height: 0.26rem;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.contact_text span,
.contact_text strong {
  display: block;
  font-family: SourceHanSansCN-Regular;
  color: #FFFFFF;
  line-height: 1.4;
}
.contact_text span {
  font-weight: 400;
  font-size: 0.16rem;
}
.contact_text strong {
  margin-top: 0.04rem;
  font-weight: 500;
  font-size: 0.16rem;
}
.contact_item:first-child .contact_text strong {
  font-family: Poppins-Medium;
  font-size: 0.3rem;
  line-height: 1.1;
}
.contact_item:nth-child(2) .contact_text strong {
  font-size: 0.2rem;
}
.card_share {
  padding-top: 0.35rem;
  border-top: 0.01rem solid rgba(255, 255, 255, 0.22);
  display: flex;
  align-items: center;
  /*justify-content: space-between;*/
  column-gap: 0.12rem;
}
.card_share a {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: #5F6A84;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--s_tran);
}
.card_share a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.card_share a:hover {
  background: #fff;
}
@media (max-width: 1024px) {
  .apply_nav {
    margin-top: 0;
    height: 70px;
  }
  .apply_nav a{
      font-size: 18px;
  }
  .apply_form {
    width: 100%;
    margin: 0 auto;
  }
  .apply_title h2{
    font-size: 36px;
  }
  .apply_title h2::after{
		width: 80px;
		height: 3px;
		margin: 10px auto 0;
	}
  .apply_section{
      padding: 80px 0;
      min-height: auto;
  }
  .apply_title p{
      font-size: 18px;
      margin-top: 40px;
  }
  .apply_title{
      margin-bottom: 50px;
  }
  
  
  
  .form_grid{
      column-gap: 10px;
      row-gap: 18px;
  }
  .form_item{
      height: auto;
      padding: 16px 20px;
  }
  .form_item label,
  .form_item input{
      font-size: 16px;
  }
  .apply_submit{
        width: auto;
        height: auto;
        font-size: 20px;
        padding: 10px 50px;
        margin: 30px auto 0;
  }
  
  
  
  
  .contact_section{
      padding: 80px 0;
  }
  .map_area{
        height: auto;
        display: flex;
        flex-wrap: wrap;
  }
  .map_area .main {
      position: initial;
      transform: none;
      width: 100%;
  }
  .map_holder{
        position: relative;
        transform: none;
        height: auto;
  }
  .map_holder img{
      width: 100%;
      height: auto;
  }
  
  
  .contact_card{
      width: 100%;
      height: auto;
      min-height: auto;
      border-radius: 20px;
      padding: 40px 3%;
  }
  .contact_card h3{
      font-size: 28px;
  }
  .card_intro{
      font-size: 18px;
      margin: 0;
      padding-bottom: 20px;
  }
  .contact_list{
      padding: 30px 0 16px;
      display: flex;
      flex-wrap: wrap;
  }
  .contact_item{
      margin-bottom: 20px;
      width: 50%;
  }
  .contact_icon{
      width: 56px;
      height: 56px;
  }
  .contact_text span{
      font-size: 18px;
  }
  .contact_text strong{
      font-size: 18px;
  }
  .contact_item:first-child .contact_text strong{
      font-size: 28px;
  }

.contact_item:nth-child(2) .contact_text strong {
  font-size: 20px;
}
  .card_share{
      justify-content: flex-start;
      column-gap: 20px;
      padding-top: 30px;
  }
  .card_share a{
      width: 48px;
      height: 48px;
  }
  
  
  .map_marker{
        width: 36px;
        height: 36px;
        left: 28%;
        top: 17%;
  }
  .marker_text{
      font-size: 16px;
  }
}
@media (max-width: 768px) {
    .form_grid{
        overflow: auto;
    }
    .apply_title h2,
    .contact_card h3{
        font-size: 24px;
        white-space: normal;
    }
      .form_item label, .form_item input {
        font-size: 14px;
    }
    .contact_section {
        padding: 50px 0;
    }
    
    .contact_item{
        width: 100%;
    }
    .map_holder img{
        min-height: 300px;
    }
    
    .card_intro{
        font-size: 14px;
    }
    .contact_icon{
      width: 46px;
      height: 46px;
  }
  .contact_icon img{
        width: 50%;
        height: auto;
  }
  .contact_text span{
      font-size: 16px;
  }
  .contact_text strong{
      font-size: 14px;
  }
  .contact_item:first-child .contact_text strong{
      font-size: 24px;
  }

.contact_item:nth-child(2) .contact_text strong {
  font-size: 16px;
}

.map_marker{
        width: 20px;
        height: 20px;
        left: 12%;
        top: 16%;
  }
  .marker_text{
      font-size: 12px;
  }
}

