* {
  margin: 0;
  padding: 0;
}
body,
html {
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei", Arial, sans-serif;
  font-size: 14px;
  color: #333;
  background-color: #f0f0f0;
}
a {
  text-decoration: none;
}
img {
  width: 100%;
  height: auto;
}
.container {
  max-width: 750px;
  margin: 0 auto;
  background-color: #fff;
}
.img_1 {
  width: 100%;
  min-height: auto;
}
.title_box {
  margin: 20px;
  background: #046c6c;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 30px;
}
.title_text {
  flex: 1 1 50%;
  color: #fff;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
}
.title_text_br_1 {
  border-right: 1px solid rgb(255 255 255 / 40%);
  border-bottom: 1px solid rgb(255 255 255 / 40%);
}
.title_text_br_2 {
  border-bottom: 1px solid rgb(255 255 255 / 40%);
}
.title_text_br_3 {
  border-right: 1px solid rgb(255 255 255 / 40%);
}
.title_text_number {
  font-size: 24px;
  font-weight: bold;
}
.title_text_s {
  font-size: 14px;
  font-weight: 400;
}
.form_box {
  padding: 40px 0 40px 20px;
  background-color: #006c6c1a;
}
.box {
  background-color: #006c6c1a;
}
.tabs,
.tabs_foot {
  font-size: 24px;
  font-weight: 400;
  color: #004745;
  display: flex;
  margin-bottom: 40px;
}
.tab,
.tab_foot {
  position: relative;
  margin-right: 20px;
}
.active {
  font-weight: bold;
}
.tab_line {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50px;
  height: 10px;
  background-color: #004745b3;
  border-radius: 8px;
  transform: translate(-50%, 0%);
  display: none;
}
.label {
  display: block;
  font-size: 14px;
  color: #999;
  margin-top: 20px;
  margin-bottom: 5px;
}
.input,
.code_box {
  width: 100%;
  min-height: 30px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #6666;
  font-size: 16px;
}
.input:focus {
  border: none;
  outline: none;
  border-bottom: 1px solid #6666;
}
.submit {
  border: none;
  background-color: #006c6c;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 10px 0;
  display: block;
  width: 80%;
  margin: 0 auto;
  margin-top: 40px;
  border-radius: 25px;
}
.content {
}
.img_2 {
  height: auto;
}
.content_text {
  padding: 20px;
  font-size: 16px;
  line-height: 1.5;
  color: #6b6c6c;
}
.list {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}

.list_item {
  flex: 1 1 45%;
  margin-bottom: 20px;
  cursor: pointer;
}
.list_item:nth-child(odd) {
  margin-right: 20px;
}
.list_img {
}
.list_text {
  font-size: 16px;
}
.list_text_en {
  font-size: 10px;
  color: #999;
}
.img_map {
  margin-bottom: -3px;
}
.code_box {
}

.code_input:focus {
  border: none;
  outline: none;
}
.code_box_s {
  display: flex;
}
.code_input {
  flex: auto;
  width: 100%;
  min-height: 30px;
  background: transparent;
  font-size: 16px;
  border: none;
}
.send_code,
.send_codes {
  width: fit-content;
  white-space: nowrap;
  margin-right: 20px;
  color: #006c6c;
}
