.contact-intro {
  height: max(68rem, calc(100vh - 80px));
  background: url('../images/contact/top_bg.jpg') no-repeat center;
  background-size: cover;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.contact-intro.is-hidden {
  display: none;
}

.contact-intro-inner {
  text-align: center;
  color: #fff;
}

.contact-intro-inner p {
  margin: 0 0 4rem;
  font-size: 4.4rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  letter-spacing: 0.2rem;
  text-shadow: 0.2rem 0.4rem 1rem rgba(7, 20, 45, 0.35);
}

.contact-intro-inner h1 {
  margin: 0 0 8rem;
  font-size: 7.4rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  letter-spacing: 0.4rem;
  text-shadow: 0.3rem 0.7rem 1rem rgba(7, 20, 45, 0.35);
}

.contact-enter-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25.4rem;
  height: 6rem;
  min-width: 25.4rem;
  padding: 0;
  border: none;
  border-radius: 0.2rem;
  background: rgba(205, 21, 46, 0.9);
  color: #fff;
  font-size: 2rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  cursor: pointer;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.contact-enter-btn:hover {
  background: #CD152E;
  box-shadow: 0 0.4rem 1.2rem rgba(205, 21, 46, 0.45);
  transform: translateY(-0.2rem);
}

.contact-enter-btn:active {
  background: #b41228;
  box-shadow: none;
  transform: translateY(0);
}

.contact-main[hidden] {
  display: none !important;
}

.contact-main.is-visible {
  display: block;
  animation: contactMainIn 0.4s ease;
}

@keyframes contactMainIn {
  from {
    opacity: 0;
    transform: translateY(1.2rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.top {
  height: 68rem;
  background: url('../images/contact/top_bg.jpg') no-repeat;
  background-size: cover;
  overflow: hidden;
}

.top-inner {
  max-width: 160rem;
  margin: 30rem auto 0 auto;
  text-align: center;
}

.top-inner h1 {
  font-size: 5.2rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  text-shadow: 0.3rem 0.7rem 1rem rgba(7, 20, 45, 0.27);
  margin: 0 0 3.4rem;
  text-align: center;
}

.top-inner h1:first-child {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}

.top-inner h1:last-child {
  font-size: 5.2rem;
  font-weight: bold;
  margin-bottom: 0;
}

.contact-main .title {
  height: 20.3rem;
  position: relative;
}

.contact-main .title-tip {
  position: absolute;
  left: 0;
  right: 0;
  top: 10rem;
  font-size: 4.8rem;
  font-family: Arial;
  font-weight: 400;
  color: #E0E3E9;
  text-align: center;
  margin: 0;
}

.contact-main .title h2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 7.5rem;
  z-index: 2;
  margin: 0;
  font-size: 4.8rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #3A3A3A;
  text-align: center;
}

.contact-tabs {
  height: 7rem;
}

.contact-tabs-item {
  flex: 1;
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}

.contact-tabs-item:first-child {
  border-right: 1px solid #DDDDDD;
}

.contact-tabs-item button {
  width: 100%;
  height: 100%;
  border-radius: 0 !important;
  font-size: max(1.8rem, 16px);
  font-weight: 400;
  color: #333 !important;
  background-color: #f8f8f8 !important;
}

.contact-tabs-item button.active, .contact-tabs-item button:hover{
  font-weight: bold;
  color: #CD152E !important;
  background-color: #EBEBEB !important;
}

.contact-way {
  margin-bottom: 4.1rem;
  color: #333;
}

.contact-way .col {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}

.contact-way .col .contact-way-icon {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  border: none;
  background: #E0E0E0;
  margin-right: 2rem;
}

.contact-way .col .contact-way-icon img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}


.contact-way .col .contact-way-label {
  font-size: max(1.6rem, 16px);
  font-weight: 700;
}

.contact-way .col .contact-way-value {
  font-size: max(1.4rem, 14px);
}

.company-address-map {
  height: 50rem;
  width: 160rem;
}

.service-consultation {
  padding: 3rem 0 5.5rem 0;
}

.service-consultation input,
.service-consultation select {
  height: 6rem;
  line-height: 4rem;
}

.service-consultation .btn-primary {
  width: 25.4rem;
  height: 6rem;
  border-radius: 0.2rem;
  background: rgba(205, 21, 46, 0.9) !important;
  border: none !important;
  color: #fff !important;
  font-size: 2rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 6rem;
  padding: 0;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.service-consultation .btn-primary:hover {
  background: #CD152E !important;
  box-shadow: 0 0.4rem 1.2rem rgba(205, 21, 46, 0.45);
}

.service-consultation .btn-primary:active {
  background: #b41228 !important;
  box-shadow: none;
  transform: translateY(0);
}

.recruit-desc {
  position: relative;
  height: 74.7rem;
  padding: 0 16rem;
}

.recruit-desc-bg {
  position: absolute;
  top: 8rem;
  left: 21.2rem;
  z-index: 2;
}

.recruit-desc-bg img {
  height: 50rem;
  width: 90rem;

}

.recruit-desc-text-1,
.recruit-desc-text-2,
.recruit-desc-text-3 {
  position: absolute;
  font-size: 2.8rem;
  font-family: Microsoft YaHei;
  font-weight: 500;
  color: #333333;
  
}

.recruit-desc-text-1 div:first-child,
.recruit-desc-text-2  div:first-child{
  font-weight: bold;
}

.recruit-desc-text-1 div:last-child,
.recruit-desc-text-2  div:last-child{
  font-size: 1.8rem;
  font-weight: 400;
  margin-top: 2rem;
}

.recruit-desc-text-1 {
  top: 16rem;
  left: 117.6rem;
}

.recruit-desc-text-2 {
  top: 30.9rem;
  left: 117.6rem;
}

.recruit-desc-text-3 {
  position: absolute;
  top: 47.7rem;
  left: 16rem;
  right: 13rem;
  z-index: 1;
  height: 20rem;
  background: #E6F1FB;
  box-sizing: border-box;
  font-weight: bold;
  /* padding: 6.8rem 11.4rem 5.8rem 88.1rem; */
}

.recruit-desc-text-3 > div {
  position: absolute;
  top: 6.8rem;
  right: 11.4rem;
}

.recruit-desc-text-3  div div:last-child {
  font-size: 2.4rem;
  font-family: Arial;
  font-weight: bold;
  color: #CFD4DD;
  margin-top: 1rem;
}

.recruit-desc-text-3  .wait-join-text {
  font-weight: bold;
}

.recruitment {
  background: #F8F8F8;
  padding: 3rem 13.4rem 8rem;
}

.contact-info {
  padding: 2.6rem 0 7.6rem 0;
  background: #F8F8F8;
  overflow: hidden;
}

.job-list .col {
  padding: 2rem;
}


.job-card  {
  /* width: 52rem; */
  height: 45rem;
  background: #FFFFFF;
  box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.05);
  transition: box-shadow 0.2s linear;
  will-change: box-shadow;
  cursor: pointer;
  border-radius: 0.3rem;
  padding: 4rem 4rem 5.3rem;
}

.job-list .modal {
  padding-right: 0 !important;
  background: rgba(0, 0, 0, 0.3);
}

.job-list .modal .modal-dialog {
  width: 100rem;
  margin-top: 20rem !important; 
  background: #FFFFFF;
  border-radius: 0.3rem;
  box-shadow: 0px 3px 13px 0px rgba(0,0,0,0.3);
  max-width: unset;
}

.job-list .modal .modal-content {
  width: 100rem;
  padding: 3rem 4rem;
}

.job-list .modal .modal-content .btn-close {
  font-size: 2rem;
  position: absolute;
  right: 2rem;
  top: 2rem;

 
}

.job-list .modal .modal-content .job-dialog-header {
  font-size: 2.4rem;
  line-height: 2.4rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  text-align: left;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #cccccc;
}

.job-list .modal .modal-content .job-dialog-content {
  padding: 0 0 3.2rem 0;
  color: #333333;
  font-size: max(1.4rem, 14px);
  line-height: 1.8;
}

.job-list .modal .modal-content .job-dialog-content p,
.job-list .modal .modal-content .job-dialog-content div,
.job-list .modal .modal-content .job-dialog-content li {
  font-size: max(1.4rem, 14px);
  line-height: 1.8;
}

.job-dialog-sub-title {
  font-size: max(1.6rem, 16px);
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

.job-dialog-footer {
  color: #333333;
  padding-top: 2rem;
  border-top: 1px solid #cccccc;
  font-size: max(1.4rem, 14px);
}

.job-dialog-footer span {
  color: #CD152E;
}

.job-list .btn-submit {
  all: unset;
  box-sizing: border-box;
  width: 18rem;
  height: 5rem;
  line-height: 5rem;
  background: #CD152E;
  border: 1px solid #CD152E;
  border-radius: 0.3rem;
  color: #fff;
  font-size: max(1.6rem, 16px);
  font-family: Microsoft YaHei;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s linear;
}

.job-list .btn-submit:hover {
  background: #b41228;
  border-color: #b41228;
  color: #fff;
}

.job-card:hover {
  box-shadow: 0px 0.2rem 2rem 0px rgba(0,0,0,0.1);
  
}

.job-card-title {
  width: 100%;
  position: relative;
  font-size: 2rem;
  line-height: 2rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  padding-bottom: 1.3rem;
  border-bottom: 1px solid #dddddd;
}

.job-card-title::before {
  content: '';
  width: 6rem;
  height: 2px;
  position: absolute;
  transform: translate(-50%, 0%);
  background: #CD152E;
  left: 50%;
  bottom: -1px; 
}

.job-card-content {
  flex: 1;
  margin: 0 0 4.4rem 0;
  height: 100%;
  font-size: 6px;
  overflow: hidden;
  text-align: left;
  width: 100%;
}

.job-card-content p {
  color: #333;
  font-size: max(1.4rem, 14px);
}

.job-card-more-btn{
  width: 38rem;
  height: 4.4rem;
  line-height: 4.4rem;
  background: #FFFFFF;
  border: 1px solid #CD152E;
  border-radius: 0.3rem;
  font-size: max(1.4rem, 14px);
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #CD152E;
  transition: all 0.2s linear;
}

.job-card-more-btn:hover {
  background: #CD152E;
  border-color: #CD152E;
  color: #fff;
}

.form-control, .form-select {
  font-size: max(1.4rem, 14px);
  transition: border-color 0.22s ease-out, box-shadow 0.22s ease-out;
}

.form-control:focus, .form-select:focus {
  box-shadow: 0 0 0 0.2rem rgba(11, 62, 142, 0.12);
}