body {
  background-color: #F5F5F5;
}
.query {
  margin: 0 auto;
}
.main-title {
  font-size: 0.2083rem;
  font-weight: bold;
  margin: 0.3125rem auto;
}
.query-head {
  box-sizing: border-box;
  padding: 0.2083rem 0.3125rem;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 0.0521rem;
}
.query-head .title {
  display: flex;
  align-items: center;
  text-align: center;
  margin-bottom: 0.2083rem;
}
.query-head .logo {
  width: 0.9375rem;
}
.query-head .desc {
  font-size: 0.0729rem;
}
.query-head .desc span {
  display: block;
  margin-bottom: 0.1563rem;
}
.title-text {
  margin-left: calc(40% - 0.9375rem);
  font-weight: bold;
  font-size: 0.125rem;
}
.query-form {
  background-color: #fff;
  border-radius: 10px;
  padding: 0.3646rem 0.5208rem;
  box-sizing: border-box;
}
.query-form label {
  display: block;
}
.query-form .query-item {
  padding: 0.2083rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.query-form .name {
  margin-bottom: 0.2083rem;
  font-size: 0.0938rem;
  font-weight: bold;
}
.query-form .name span {
  color: #f00;
}
.query-form .radio-group {
  display: flex;
  align-items: center;
  font-size: 0.0833rem;
}
.query-form .radio-group label {
  width: 20%;
}
.query-form input {
  -webkit-appearance: auto;
          appearance: auto;
}
.query-form .textarea-item {
  width: 100%;
  border-radius: 6px;
  margin-top: 0.1563rem;
  font-size: 0.0729rem;
}
.query-form .textarea-item label {
  display: block;
  font-size: 0.0938rem;
  margin-bottom: 0.1042rem;
}
.query-form .textarea-item textarea {
  width: 100%;
}
.query-form .submit-btn {
  display: block;
  width: 2.0833rem;
  padding: 0.1198rem 0;
  text-align: center;
  font-size: 0.0833rem;
  cursor: pointer;
  color: #fff;
  margin: 0.3125rem auto 0 auto;
  background-color: #00C5DD;
  border-radius: 6px;
}
.popup-box .popup-content {
  width: auto;
}
.query-bg {
  width: 2.9167rem;
  height: auto;
}
.query-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 0.1042rem;
  width: 100%;
}
.query-text .title {
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .desc-content {
    margin-left: auto;
  }
  .main-title {
    font-size: 0.64rem;
    padding: 0 0.5333rem;
  }
  .query-head {
    padding: 0.5333rem;
    margin-bottom: 0.2667rem;
  }
  .query-head .desc {
    font-size: 0.32rem;
  }
  .query-head .desc span {
    margin-bottom: 0.5333rem;
  }
  .query-head .title {
    flex-wrap: wrap;
    margin-bottom: 0.5333rem;
  }
  .query-head .logo {
    width: 2.6667rem;
  }
  .title-text {
    width: 100%;
    text-align: center;
    margin-left: 0;
    font-size: 0.48rem;
  }
  .query-form {
    padding: 0.5333rem;
  }
  .query-form .query-item {
    padding: 0.5333rem 0;
  }
  .query-form .name {
    margin-bottom: 0.4rem;
    font-size: 0.3733rem;
  }
  .query-form .radio-group {
    font-size: 0.2667rem;
    white-space: nowrap;
  }
  .query-form .textarea-item {
    font-size: 0.32rem;
    margin-top: 0.8rem;
  }
  .query-form .textarea-item label {
    font-size: 0.3733rem;
    margin-bottom: 0.32rem;
  }
  .query-form .submit-btn {
    padding: 0.2667rem 0;
    width: 100%;
    font-size: 0.3733rem;
    margin: 1.3333rem auto 0 auto;
  }
  .query-bg {
    width: 70vw;
  }
  .query-text {
    font-size: 0.2667rem;
  }
}

.query-head .desc {
  padding-left: .2135rem;
}
@media screen and (max-width: 1024px)  {
  .query-head .desc {
    padding-left: .5rem;
  }  
}