.contact_container {
  width: 100%;
}

.contact_top {
  width: 100%;
  height: 750px;
  background: url('../image/contact_bg.png') no-repeat;
  background-size: cover;
  background-position: center;
}

.container_top_text {
  width: 1350px;
  margin: 0 auto;
  padding-top: 110px;
}

.container_top_text h1 {
  font-size: 65px;
  font-weight: 600;
  color: #00A988;
}

.container_top_text h1 span {
  display: block;
  color: #0a301c;
}

.container_top_text h2 {
  font-size: 22px;
  color: #00A988;
  margin-top: 35px;
}
.container_top_search_text input {
    width: 600px;
    height: 60px;
    border-radius: 5px;
    background: #0a301c;
    font-size: 16px;
    color: #fff;
    padding-left: 20px;
    box-sizing: border-box;
    outline: none;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.container_top_search_text input {
    width: 80%;
    max-width: 500px;
}
.container_top_search_text select {
  width: 600px;
  height: 60px;
  border-radius: 5px;
  background: #0a301c;
  font-size: 18px;
  color: #fff;
  padding-left: 20px;
  box-sizing: border-box;
  outline: none;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.container_top_search_text select option {
  background: #fff;
  color: #3A3A3A;
}

.container_top_search {
  margin-top: 84px;
}

.container_top_search_button {
  width: 150px;
  height: 60px;
  border-radius: 5px;
  background: #FFD900;
  border: none;
  outline: none;
  color: #0a301c;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.container_top_search_description {
  width: 720px;
  font-size: 13px;
  color: #777777;
  margin-top: 56px;
}

.container_top_search_description p {
  margin-bottom: 10px;
  line-height: 20px;
}

/* 针对小屏幕设备的响应式调整 */
@media screen and (max-width: 1366px) {
  .container_top_text {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .container_top_text h1 {
    font-size: 55px;
  }

  .container_top_text h2 {
    font-size: 20px;
  }

  .container_top_search_text select {
    width: 80%;
    max-width: 500px;
  }

  .container_top_search_description {
    width: 90%;
    max-width: 650px;
  }
}

/* 针对更小屏幕的额外调整 */
@media screen and (max-width: 768px) {
  .container_top_text {
    padding-top: 80px;
  }

  .container_top_text h1 {
    font-size: 45px;
  }

  .container_top_search {
    margin-top: 60px;
  }
}

.contact_maskLoad {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}

.contact_maskLoad_inner {
  width: 940px;
  height: 480px;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*overflow: hidden;*/
}

.contact_maskLoad_content {
  width: 900px;
  height: 100%;
  background: #fff;
}

.contact_maskLoad_top {
  width: 100%;
  height: 40px;
  background: #FFD900;
  color: #0a301c;
  font-weight: 600;
  line-height: 40px;
  padding-left: 15px;
  box-sizing: border-box;
}

.contact-nosearch img {
  width: 167px;
  height: 150px;
  margin: 93px auto 0 auto;
  display: block;
}

.contact-nosearch span {
  display: block;
  font-size: 20px;
  color: #3A3A3A;
  text-align: center;
  margin-top: 30px;
}

.contact_nosearch_button {
  position: relative;
  width: 640px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
}

.contact_nosearch_button button {
  width: 300px;
  height: 50px;
  border-radius: 5px;
  outline: none;
  border: none;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
}

.contact_nosearch_button .sign_in {
  background: #0CD170;
}

.contact_nosearch_button .sign_up {
  background: #FFD900;
  color: #0a301c;
}

.contact_maskLoad_close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
}

.contact_maskLoad_close i {
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}
