.q .l {
  flex-direction: column;
  width: 45%;
}

.q .l p {
  line-height: .5rem;
}

.q .r {
  width: 30%;
}

.q .r img {
  display: block;
  width: 100%;
}

.q {
  padding: 0 0 .75rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.classify_box {
  margin: .75rem 0 1.5rem 0;
}

.choose {
  padding: .25rem .375rem;
  background: #004A96;
  border-radius: 10px;
  cursor: pointer;
  border: none;
  color: #fff;
  font-size: 16px;
}

.choose::placeholder {
  color: #fff;
}

.xlk input {
  outline: none;
}

.xlk i {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 16px;
}

.option ul li {
  padding: .25rem .375rem;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

.xlk_box {
  position: relative;
}

.option {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  display: none;
  background: #004A96;
  border-radius: 10px;
  box-sizing: border-box;
}

.xlk {
  position: relative;
}

.ask_box .l,
.ask_box .r {
  display: flex;
  width: 49%;
}

.ask_box h5 {
  margin: 0 .375rem 0 0;
  white-space: nowrap;
}

.ask_box {
  margin: .75rem 0;
}

.ask_box {
  line-height: .45rem;
}

.ask_box {

  justify-content: space-between;
  display: none;
}

.ask_act {
  display: flex;
}

@media screen and (max-width: 1680px) {}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 980px) {

  .q .l,
  .q .r {
    width: 100%;
  }

  .q {
    flex-wrap: wrap;
  }

  .q .l p {
    line-height: 1.5;
  }

  .q .l div {
    margin: 20px 0;
  }

  .ask_box .l,
  .ask_box .r {
    width: 100%;
    line-height: 1.5;
  }

  .ask_box {
    flex-wrap: wrap;
  }

  .ask_box .r {
    margin: 20px 0;
  }
/* 
  .ask_box dl dd {
    line-height: 1.5;
  } */
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 375px) {}