#pull {
  display: none;
}
.zcon {
  width: 1200px;
  margin: 0 auto;
}
.common-btn {
  display: flex;
  gap: 20px;
  width: 100%;
  justify-content: center;
}
.common-btn > div {
  width: 212px;
  height: 60px;
  border-radius: 60px 60px 60px 60px;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  line-height: 60px;
}
.common-btn > .primary {
  background: linear-gradient(90deg, #6F63FF 0%, #314EFF 50%, #3F98FD 100%);
  color: #fff;
  border: 1px solid #4E83FD;
}
.common-btn > .info {
  color: #4E83FD;
  border: 1px solid #4E83FD;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.justify-between {
  display: flex;
  justify-content: space-between;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.row-c {
  display: flex;
  justify-content: center;
}
.gap20 {
  gap: 20px;
}
.gap30 {
  gap: 30px;
}
.img-center {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  box-sizing: border-box;
  padding: 0;
  border: none;
  margin: auto;
  display: block;
  width: 0;
  height: 0;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
  background: transparent;
}
.form_box {
  height: 306px;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  padding-top: 70px;
  box-sizing: border-box;
}
.form_box .from_title {
  font-weight: bold;
  font-size: 30px;
  color: #1F2329;
  text-align: left;
  margin-bottom: 40px;
}
.form_box .input_table {
  gap: 30px;
  display: flex;
}
.form_box .input_table > input {
  height: 40px;
  background: #F2F5FA;
  border-radius: 6px 6px 6px 6px;
  padding-left: 1vw;
  outline: none;
  border: none;
}
.form_box .input_table .name {
  width: 280px;
}
.form_box .input_table .phone {
  width: 280px;
}
.form_box .input_table .xq {
  width: 640px;
}
.form_box .send_apply {
  margin-left: 30px;
  cursor: pointer;
}
.form_box .send_apply > button {
  width: 170px;
  height: 40px;
  background: linear-gradient(90deg, #6F63FF 0%, #314EFF 50%, #3F98FD 100%);
  border-radius: 6px 6px 6px 6px;
  font-family: Microsoft YaHei UI, Microsoft YaHei UI;
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  line-height: 40px;
  border: none;
}
.form_box .aside_info {
  font-size: 14px;
  color: rgba(31, 35, 41, 0.5);
  text-align: left;
}
.banner-mobile {
  display: none;
}
.banner {
display: block;
}
@media screen and (max-width: 768px) {
  .banner-mobile {
    display: block !important;
  }
  .banner-mobile > img {
    max-width: 100vw;
    object-fit: scale-down;
  }
  #banner,
  .banner {
    display: none;
  }
  .main-center {
    max-width: 100vw;
  }
  .main-center .flex {
    flex-wrap: wrap;
  }
  .content11 .content11-content  {
      flex-direction: column;
  }
  #pull {
    display: block !important;
    position: absolute;
    top: 36px;
    width: 30px;
    height: 24px;
    right: 12px;
  }
  .form_box {
    height: auto !important;
    padding: 12px;
    box-sizing: border-box;
  }
  .form_box .flex {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .form_box .flex .input_table {
    flex-direction: column;
    align-items: center;
  }
  .form_box .flex .input_table > input {
    width: 90vw !important;
  }
  .zcon {
    max-width: 96vw;
  }
  .news-list ul li {
    width: calc(100vw - 30px) !important;
    box-sizing: border-box;
  }
  .news-list ul li .text-box {
    max-width: 80% !important;
    padding: 20px !important;
    box-sizing: border-box;
  }
  .news-list ul li .litpic-img {
    width: 100% !important;
    height: 70px !important;
    object-fit: cover;
  }
  .footer {
    height: unset !important; 
    text-align: center !important;
  }
  .footer .hr {
      height: 60px !important;
  }
  .footer .flex {
      display: block !important;
  }
}
a {
    color: unset !important;
}
.contactus a {
    color: unset !important;
}