.prodects-header {
  height: 92px;
}
#nextButton {
  display: none;
}
.prodects-header {
  width: 100%;
  height: 60.18vh;
  background: url(/static/image/content/content-banner.jpg) no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: 100% 100%;
}

.prodects-header > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.prodects-header > div p {
  font-family: "Medium", sans-serif;
  font-size: 50px;
  color: #ffffff;
  margin-bottom: 2px;
}
.prodects-header > div span {
  font-family: "Medium", sans-serif;
  font-size: 26px;
  color: #ffffff;
}

.content-phone {
  width: 100%;
  margin-top: 90px;
  margin-bottom: 94px;
}
.content-phone > span {
  font-family: "Medium", sans-serif;
  font-size: 45px;
  color: #000000;
  display: block;
  text-align: center;
}
.content-phone > p {
  font-family: "Medium", sans-serif;
  font-size: 20px;
  color: #cacaca;
  display: block;
  text-align: center;
  text-transform: uppercase;
}
.content-phone ul {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 48px;
}
.content-phone ul li {
  width: 24.0625%;
  height: 228px;
  background: #fafafa;
  margin-bottom: 95px;
}
.content-phone ul li span {
  font-family: "Semibold", sans-serif;
  font-size: 20px;
  color: #212121;
  margin-bottom: 4px;
  margin-left: 69px;
  margin-top: 50px;
  display: block;
}
.content-phone ul li p {
  font-size: 16px;
  color: #4f4f4f;
  margin-left: 69px;
  line-height: 30px;
}
.content-phone > i {
  width: 100%;
  display: block;
  height: 1px;
  background-color: #eeeeee;
}
.content-wx {
  width: 100%;
  margin-bottom: 94px;
}
.content-wx > span {
  display: block;
  text-align: center;
  font-family: "Semibold", sans-serif;
  font-size: 45px;
  color: #000000;
}
.content-wx > i {
  width: 100%;
  display: block;
  height: 1px;
  background-color: #eeeeee;
}
.content-wx > p {
  display: block;
  text-align: center;
  font-family: "Semibold", sans-serif;
  font-size: 20px;
  color: #cacaca;
}
.content-wx > ul {
  width: 62.2375%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 48px auto 93px;
}
.content-wx > ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.content-wx > ul li span {
  font-size: 16px;
  color: #666666;
  margin-top: 2px;
}
.content-input {
  width: 100%;
  margin-bottom: 189px;
}
.content-input > span {
  display: block;
  text-align: center;
  font-family: "Semibold", sans-serif;
  font-size: 45px;
  color: #000000;
}
.content-input > p {
  display: block;
  text-align: center;
  font-family: "Semibold", sans-serif;
  font-size: 20px;
  color: #cacaca;
  text-transform: uppercase;
}
.content-input > form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.content-input > form div {
  width: 86.8125%;
  margin: 47px auto 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content-input > form div input:nth-child(1) {
  width: 22%;
  height: 53px;
  padding-left: 10px;
  border: 1px solid #d3d3d3;
}
.content-input > form div input:nth-child(2) {
  width: 23%;
  height: 53px;
  padding-left: 10px;
  border: 1px solid #d3d3d3;
}
.content-input > form div input:nth-child(3) {
  width: 51%;
  height: 53px;
  padding-left: 10px;
  border: 1px solid #d3d3d3;
}
.content-input > form div input::placeholder {
  font-size: 18px;
  color: #161616;
}

.content-input > form button {
  width: 330px;
  height: 60px;
  background: #078f22;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Medium", sans-serif;
  font-size: 20px;
  color: #ffffff;
  border: none;
}
.content-map {
  width: 78.2291%;
  margin: 0 auto;
}
.content-map > span {
  display: block;
  text-align: center;
  font-family: "Medium", sans-serif;
  font-size: 45px;
  color: #000000;
}
.content-map > p {
  display: block;
  text-align: center;
  font-family: "Medium", sans-serif;
  font-size: 20px;
  color: #cacaca;
  text-transform: uppercase;
}
#ditu > div {
  margin-top: 48px !important;
  margin-bottom: 96px;
}
@media (max-width: 768px) {
  .prodects-header {
    height: 285px;
    background: url("/static/image/m-content/banner.jpg") no-repeat;
    background-size: 100% 100%;
  }
  .prodects-header > div p {
    font-size: 22.5px;
  }
  .prodects-header > div span {
    font-size: 18px;
  }
  .content-phone {
    margin-top: 42px;
    margin-bottom: 35px;
  }
  .content-phone > span {
    font-size: 22.5px;
    color: #000000;
  }
  .content-phone > p {
    font-size: 13px;
    color: #cacaca;
  }
  .content-phone ul {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .content-phone ul li {
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 10px;
  }
  .content-phone ul li span {
    margin: 0 0 10px 0;
    font-size: 16px;
    color: #212121;
  }
  .content-phone ul li p {
    margin: 0;
    font-size: 14px;
    color: #4f4f4f;
    line-height: 24px;
  }
  .content-phone ul li p i {
    display: none;
  }
  .content-phone > i {
    width: calc(100% - 30px);
    margin: 35px auto 0;
    background-color: unset;
    border-bottom: 1px dashed #eeeeee;
  }
  .content-wx {
    margin-bottom: 45px;
  }
  .content-wx > span {
    font-size: 22.5px;
    color: #000000;
  }
  .content-wx > p {
    font-size: 13px;
    color: #cacaca;
  }
  .content-wx > ul {
    width: calc(100% - 50px);
    margin: 30px auto 45px;
  }
  .content-wx > ul li {
    width: calc(33% - 33px);
  }
  .content-wx > ul li span {
    font-size: 3.7vw;
    color: #666666;
  }
  .content-wx > i {
    width: calc(100% - 30px);
    margin: 35px auto 0;
    background-color: unset;
    border-bottom: 1px dashed #eeeeee;
  }
  .content-input {
    margin-bottom: 40px;
  }
  .content-input > span {
    font-size: 22.5px;
    color: #000000;
  }
  .content-input > i {
    font-style: normal;
    width: calc(100% - 30px);
    margin: 10px auto 25px;
    text-align: center;
    font-size: 13px;
    color: #535353;
    line-height: 20px;
  }
  .content-input > p {
    font-size: 13px;
    color: #cacaca;
    margin-bottom: 30px;
  }
  .content-input > form:last-child {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .content-input > form:last-child div {
    width: 100%;
    margin: 0 0 21px 0;
    position: relative;
  }
  .content-input > form:last-child div img {
    width: 11px;
    height: 13px;
    position: absolute;
    top: 15px;
    left: 10px;
  }
  .content-input > form:last-child div input {
    width: calc(100% - 60px);
    padding: 0 30px;
    height: 42.5px;
    border: 1px solid #a5a5a5;
    font-family: "Regular", sans-serif;
    outline: unset;
  }

  .content-input > form:last-child input::placeholder {
    font-family: "Regular", sans-serif;
    font-size: 13px;
    color: #888889;
  }
  .content-input > form:last-child textarea {
    width: calc(100% - 60px);
    padding: 12px 30px;
    height: 170px;
    border: 1px solid #a5a5a5;
    font-family: "Regular", sans-serif;
    outline: unset;
  }
  .content-input > form:last-child textarea::placeholder {
    font-size: 13px;
    color: #888889;
    line-height: 20px;
    font-family: "Regular", sans-serif;
  }
  .content-input > form:last-child button {
    width: 275.5px;
    height: 44px;
    background: #078f22;
    border-radius: 22px;
    margin: 5px auto 0;
    font-size: 14px;
    color: #ffffff;
  }
  .content-map {
    width: calc(100% - 30px);
  }
  .content-map > span {
    font-size: 22.5px;
    color: #000000;
  }
  .content-map > p {
    font-size: 13px;
    color: #cacaca;
  }
  #ditu > div {
    height: 263.5px !important;
    margin: 25px 0 45px 0 !important;
  }
}
