.about-box {
  width: 100%;
  margin-bottom: 30px;
}
.about-box select {
  cursor: pointer;
}
.about-box .box-title-continer {
  text-align: center;
  padding-right: 0;
  width: 100%;
  background: transparent;
}
.about-box .box-title-text {
  display: inline-block;
  background: #fff;
  margin-right: 0;
  padding: 0 35px;
  box-sizing: border-box;
}
.about-box .box-title-text p {
  color: #999;
}
.about-box .box-title {
  padding-bottom: 15px;
}
.about-box .form-item {
  width: 186px;
}
.about-box .form-code {
  width: 225px !important;
}
.about-box .form-code-input {
  width: 50%;
}
.about-box .form-submit {
  width: 150px;
  margin-top: 0;
}
.about-box .code-button {
  width: 50%;
  padding-right: 10px;
  box-sizing: border-box;
}
.about-title {
  color: #333;
  font-weight: bold;
}
.about-info p {
  color: #333333;
  margin-bottom: 10px;
}
.about-info .about-c {
  color: #F86A2A;
}
.about-label {
  display: inline-block;
  width: 85px;
}
.about-box .adress-box {
  width: auto;
}
@media screen and (max-width: 750px) {
  .about-box {
    width: 100%;
    padding: 0 0.3rem;
    box-sizing: border-box;
  }
  .about-form {
    flex-wrap: wrap;
  }
  .about-form .form-item {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .about-form .adress-box {
    width: 100%;
  }
  .about-form .form-code {
    width: 100% !important;
  }
  .about-form .form-code-input {
    width: 65%;
  }
  .about-form .code-button {
    width: 35%;
    padding-right: 10px;
    box-sizing: border-box;
  }
  .about-form .form-submit {
    width: 100%;
  }
}
