@charset "utf-8";
.cover {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.comtit .pc-com-module-title {
  padding: 100px 0 68px 0;
  text-align: center;
  line-height: 34px;
  color: #3e444f;
  font-size: 33px;
  letter-spacing: 2px;
}
.comtit .pc-com-module-title2 .tit {
  padding: 100px 0 24px 0;
  text-align: center;
  line-height: 34px;
  color: #3e444f;
  font-size: 33px;
  letter-spacing: 2px;
}
.comtit .pc-com-module-title2 .cont {
  max-width: 605px;
  text-align: center;
  line-height: 24px;
  color: #898f9a;
  font-size: 13px;
  margin: 0 auto 65px;
}
.pc-com-module-title {
  padding: 100px 0 60px 0;
  text-align: center;
  line-height: 52px;
  color: #3e444f;
  font-size: 34px;
  letter-spacing: 2px;
}
.relate-question .qabox {
  padding: 0 35px;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.relate-question .qabox li {
  width: 46%;
  margin-bottom: 50px;
}
.relate-question .qabox li .tit {
  float: left;
  width: 26px;
  height: 26px;
  background: -webkit-gradient(linear, left bottom, right top, from(#42afff), to(#4b4fff));
  background: linear-gradient(left bottom, #42afff, #4b4fff);
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  margin-right: 16px;
  text-align: center;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 5px rgba(112, 121, 250, 0.5);
  box-shadow: 0 0 5px rgba(112, 121, 250, 0.5);
}
.relate-question .qabox li .cont {
  width: calc(100% - 44px);
  display: inline-block;
}
.relate-question .qabox li .ques {
  margin-bottom: 22px;
}
.relate-question .qabox li .ques .cont {
  font-size: 15px;
  line-height: 26px;
  color: #3e444f;
  font-weight: bold;
  display: flex;
  justify-content: left;
  align-items: center;
}
.relate-question .qabox li .answ {
  overflow: hidden;
}
.relate-question .qabox li .answ .tit {
  background: -webkit-gradient(linear, left bottom, right top, from(#f9d078), to(#ff912e));
  background: linear-gradient(left bottom, #f9d078, #ff912e);
  -webkit-box-shadow: 0 0 5px rgba(252, 177, 112, 0.5);
  box-shadow: 0 0 5px rgba(252, 177, 112, 0.5);
  margin-top: 2px;
}
.relate-question .qabox li .answ .cont {
  font-size: 14px;
  line-height: 30px;
  color: #898f9a;
  min-height: 90px;
}
.relate-question .qbtn {
  display: block;
  width: 210px;
  height: 56px;
  border-radius: 28px;
  background: #50aaf9;
  cursor: pointer;
  text-align: center;
  line-height: 56px;
  font-size: 19px;
  color: #fff;
  padding: 0;
  margin: 0;
  outline: none;
  border: none;
  letter-spacing: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#50aaf9), to(#4d4df3));
  background: linear-gradient(left, #50aaf9, #4d4df3);
  -webkit-box-shadow: 0 0 10px rgba(117, 159, 248, 0.5);
  box-shadow: 0 0 10px rgba(117, 159, 248, 0.5);
  margin: 0 auto;
}
.other-provide {
  padding-bottom: 120px;
}
.other-provide .obox {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.other-provide .obox .item {
  width: 15.6%;
  height: 160px;
  margin: 0 0.8%;
  background-color: #fff;
  text-align: center;
  -webkit-box-shadow: 0 0 20px #f4f4f4;
  box-shadow: 0 0 20px #f4f4f4;
}
.other-provide .obox .item a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.other-provide .obox .item img {
  width: 68px;
  height: 68px;
  margin-top: 30px;
  border-radius: 50%;
}
.other-provide .obox .item p {
  font-size: 15px;
  line-height: 54px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.other-provide .obox li.sel {
  background-color: #fe8fa6;
}
.other-provide .obox li:hover a p {
  color: #fff;
}
.other-provide .obox li.item1:hover {
  background-color: #f2b23e;
}
.other-provide .obox li.item2:hover {
  background-color: #ef9b78;
}
.other-provide .obox li.item3:hover {
  background-color: #5fc678;
}
.other-provide .obox li.item4:hover {
  background-color: #6799fd;
}
.other-provide .obox li.item5:hover {
  background-color: #4ba1f8;
}
.other-provide .obox li.item6:hover {
  background-color: #28a1f8;
}
.other-provide .obox li.item7:hover {
  background-color: #6799fd;
}
.pagebanner {
  width: 100%;
  height: 420px;
  background: url(../images/high/banner.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.pagebanner .pcont {
  width: 620px;
  height: 52px;
  margin: 0 auto 50px;
  margin-top: 188px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  font-size: 19px;
  line-height: 52px;
  color: #fff;
  text-align: center;
}
.pagebanner .pcont span {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #04d298;
  margin: 0 12px;
}
.pagebanner .formbox {
  width: 760px;
  height: 60px;
  margin: 0 auto;
  background-color: #fff;
}
.pagebanner .formbox .fb-l {
  width: calc(100% - 180px);
  height: 100%;
}
.pagebanner .formbox .fb-l .insome {
  display: inline-block;
  vertical-align: top;
  padding-left: 22px;
  width: 256px;
  height: 100%;
  position: relative;
}
.pagebanner .formbox .fb-l .insome input {
  width: 100%;
  vertical-align: top;
  font-size: 14px;
  line-height: 60px;
  color: #333;
  border: none;
  outline: none;
  box-shadow: none;
}
.pagebanner .formbox .fb-l div.hasafter::after {
  content: '';
  width: 1px;
  height: 22px;
  background-color: #d2d2d2;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -11px;
}
.pagebanner .formbox .fb-btn {
  display: block;
  width: 180px;
  height: 60px;
  border-radius: 0;
  background: #4facfe;
  cursor: pointer;
  line-height: 60px;
  font-size: 16px;
  color: #fff;
  padding: 0;
  margin: 0;
  outline: none;
  border: none;
  background: -webkit-gradient(linear, left top, right top, from(#4facfe), to(#00f1fe));
  background: linear-gradient(left, #4facfe, #00f1fe);
  text-align: center;
  letter-spacing: 1px;
}
.high-define .cbox {
  width: 100%;
  max-width: 998px;
  margin: 0 auto;
  padding: 22px 20px;
  border-radius: 3px;
  background-color: #f4f7fb;
}
.high-define .cbox .tips {
  font-size: 13px;
  line-height: 24px;
  color: #3e444f;
  padding: 0 38px;
  text-align: center;
}
.high-good .cbox {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}
.high-good .cbox .citem {
  float: left;
  width: 26.6%;
  height: auto;
  background: #fff;
  border-radius: 0;
  margin: 0 3.36%;
}
.high-good .cbox .citem {
  margin-bottom: 62px;
}
.high-good .cbox .citem img {
  vertical-align: top;
  width: 94px;
  height: 94px;
  margin-right: 20px;
}
.high-good .cbox .citem .intro {
  display: inline-block;
  vertical-align: top;
  width: 200px;
}
.high-good .cbox .citem .intro .tit {
  font-size: 19px;
  line-height: 38px;
  color: #3e444f;
  margin-bottom: 4px;
}
.high-good .cbox .citem .intro .cont {
  font-size: 14px;
  line-height: 26px;
  color: #898f9a;
}
.high-good .cbox .citem2 {
  margin-bottom: 50px;
}
.high-good .cbtn {
  display: block;
  width: 160px;
  height: 50px;
  border-radius: 3px;
  background: #52aaf9;
  cursor: pointer;
  line-height: 50px;
  font-size: 15px;
  color: #fff;
  padding: 0;
  margin: 0;
  outline: none;
  border: none;
  background: -webkit-gradient(linear, left top, right top, from(#52aaf9), to(#4d50f3));
  background: linear-gradient(left, #52aaf9, #4d50f3);
  text-align: center;
  letter-spacing: 1px;
  margin: 0 auto;
}
.high-cond .cbox {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  display: flex;
  margin: 0 auto;
}
.high-cond .cbox .box {
  width: 460px;
}
.high-cond .cbox .box .citem {
  float: left;
  width: 220px;
  height: 140px;
  border-radius: 8px;
  background-color: #767af8;
  margin-bottom: 20px;
}
.high-cond .cbox .box .citem .cont {
  padding: 38px 34px 0;
  font-size: 17px;
  line-height: 30px;
  color: #fff;
}
.high-cond .cbox .box .item1 {
  width: 100%;
}
.high-cond .cbox .box .item2 {
  margin-right: 20px;
  background-color: #f59c3c;
}
.high-cond .cbox .box .item3 {
  background-color: #ae69f4;
}
.high-cond .cbox .box2 {
  width: calc(100% - 460px);
  padding-left: 80px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.high-cond .cbox .box2 .citem {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 22%;
  text-align: center;
}
.high-cond .cbox .box2 .citem img {
  width: 92px;
  height: 92px;
  margin-bottom: 20px;
}
.high-cond .cbox .box2 .citem .tit {
  font-size: 14px;
  line-height: 20px;
  color: #3e444f;
  white-space: nowrap;
}
.high-cond .cbox .box2 .item1 {
  margin-bottom: 38px;
}
.high-serve {
  margin-bottom: 108px;
}
.high-serve .cbox {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.high-serve .cbox .citem {
  width: 23%;
  height: 286px;
  background: #fff;
  border-radius: 0;
  margin: 0 1%;
}
.high-serve .cbox .citem {
  -webkit-box-shadow: 0 0 16px rgba(204, 204, 204, 0.5);
  box-shadow: 0 0 16px rgba(204, 204, 204, 0.5);
  text-align: center;
  overflow: hidden;
}
.high-serve .cbox .citem img {
  vertical-align: top;
  width: 66px;
  height: 66px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.high-serve .cbox .citem .tit {
  font-size: 17px;
  line-height: 20px;
  color: #333;
  margin-bottom: 18px;
}
.high-serve .cbox .citem .cont {
  font-size: 13px;
  line-height: 24px;
  color: #666;
  padding: 0 34px;
}
.high-exam {
  width: 100%;
  height: 638px;
  background: #574dda url(../images/high/rz_58.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
}
.high-exam .pc-com-module-title {
  color: #fff;
  padding-bottom: 24px;
}
.high-exam .tips {
  width: 588px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 32px;
}
.high-exam .cbox {
  width: 100%;
  max-width: 993px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.high-exam .cbox .citem {
  width: 47%;
  height: 200px;
  background: #fff;
  border-radius: 100px;
  margin: 0 1.5%;
}
.high-exam .cbox {
  margin-bottom: 30px;
}
.high-exam .cbox .citem .tit {
  font-size: 17px;
  line-height: 20px;
  color: #333;
  padding-top: 42px;
  margin-bottom: 20px;
  font-weight: bold;
}
.high-exam .cbox .citem .cont {
  font-size: 13px;
  line-height: 20px;
  color: #666;
  padding: 0 80px;
  margin-bottom: 8px;
}
.high-exam .cbox .item2 {
  background: -webkit-gradient(linear, left top, right bottom, from(#1ccc80), to(#3dd3af));
  background: linear-gradient(top left, #1ccc80, #3dd3af);
}
.high-exam .cbox .item2 .tit,
.high-exam .cbox .item2 .cont {
  color: #fff;
}
.high-exam .cbtn {
  display: block;
  width: 160px;
  height: 50px;
  border-radius: 3px;
  background: #4facfe;
  cursor: pointer;
  line-height: 50px;
  font-size: 15px;
  color: #fff;
  padding: 0;
  margin: 0;
  outline: none;
  border: none;
  background: -webkit-gradient(linear, left top, right top, from(#4facfe), to(#00f2fe));
  background: linear-gradient(left, #4facfe, #00f2fe);
  text-align: center;
  letter-spacing: 1px;
  margin: 0 auto;
}
.relate-question {
  margin-bottom: 100px;
}
.relate-question .qabox li .tit {
  -webkit-box-shadow: 0 0 12px rgba(69, 175, 255, 0.3);
  box-shadow: 0 0 12px rgba(69, 175, 255, 0.3);
}
.relate-question .qabox li .answ {
  overflow: inherit;
  display: flex;
  justify-content: left;
  align-items: flex-start;
}
.relate-question .qabox li .answ .tit {
  -webkit-box-shadow: 0 0 12px rgba(247, 202, 108, 0.3);
  box-shadow: 0 0 12px rgba(247, 202, 108, 0.3);
}
.relate-question .qbtn {
  display: block;
  width: 160px;
  height: 50px;
  border-radius: 3px;
  background: #51abf9;
  cursor: pointer;
  text-align: center;
  line-height: 50px;
  font-size: 15px;
  color: #fff;
  padding: 0;
  margin: 0;
  outline: none;
  border: none;
  background: -webkit-gradient(linear, left top, right top, from(#51abf9), to(#4d4ff3));
  background: linear-gradient(left, #51abf9, #4d4ff3);
  margin: 0 auto;
}
.other-provide {
  background-color: #f9fafe;
}
.other-provide .obox li.item {
  border-radius: 6px;
  -webkit-box-shadow: 0 0 16px rgba(197, 233, 251, 0.5);
  box-shadow: 0 0 16px rgba(197, 233, 251, 0.5);
}
.other-provide .obox li.sel {
  background-color: #f2b23e;
}
.other-provide .obox li.item1:hover {
  background-color: #f2b23e;
}
.other-provide .obox li.item2:hover {
  background-color: #9b68fd;
}
.other-provide .obox li.item3:hover {
  background-color: #fe8ea4;
}
.other-provide .obox li.item4:hover {
  background-color: #ef9b78;
}
.other-provide .obox li.item5:hover {
  background-color: #4ba1f8;
}
.other-provide .obox li.item6:hover {
  background-color: #28a1f8;
}
.nav-right .nav22 a {
  color: #28a7e1 !important;
}
@media screen and (max-width: 768px) {
  .pagebanner {
    width: 100%;
    height: unset;
    background: unset;
    overflow: hidden;
    position: relative;
  }
  .pagebanner .m_banner {
    display: inline-block;
    width: 100%;
    height: auto;
  }
  .pagebanner .pcont-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .pagebanner .pcont {
    width: 93%;
    height: 1.15rem;
    margin: 0 auto;
    margin-top: 5.625rem;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 0.6rem;
    font-size: 0.5rem;
    line-height: 1.15rem;
    color: #fff;
    text-align: center;
    letter-spacing: 0;
  }
  .pagebanner .pcont span {
    display: inline-block;
    vertical-align: middle;
    width: 0.25rem;
    height: 0.25rem;
    border-radius: 50%;
    background-color: #04d298;
    margin: 0 0.2rem;
  }
  .formbox {
    padding: 1rem 0.65rem;
  }
  .formbox .insome {
    width: 100%;
    height: 2rem;
    margin-bottom: 0.5rem;
    padding: 0 0.6rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f7f5f4;
    border-radius: 0.25rem;
    overflow: hidden;
  }
  .formbox .insome input {
    display: block;
    width: 100%;
    border: none;
    outline: none;
    background-color: #f7f5f4;
    font-size: 0.6rem;
    line-height: 2rem;
    color: #333;
  }
  .formbox .fb-btn {
    display: block;
    width: 100%;
    height: 2rem;
    border-radius: 0.25rem;
    background: #ed8558;
    cursor: pointer;
    line-height: 2rem;
    font-size: 0.75rem;
    color: #fff;
    padding: 0;
    margin: 0;
    outline: none;
    border: none;
    background: -webkit-gradient(linear, left top, right top, from(#ed8558), to(#e85b4b));
    background: linear-gradient(left, #ed8558, #e85b4b);
    text-align: center;
    letter-spacing: 0.02rem;
  }
  .marbot {
    margin-bottom: 0.3rem;
    background-color: #fff;
  }
  .high-define {
    width: 100%;
    border-top: 0.7rem solid #f5f5f5;
    padding: 0 0.65rem 1.1rem 0.65rem;
  }
  .high-define .cbox {
    padding: 0.6rem;
  }
  .high-define .cbox .tips {
    padding: 0;
    font-size: 0.5rem;
    line-height: 0.8rem;
    text-align: left;
  }
  .pc-com-module-title {
    width: 100%;
    margin: 0.8rem 0 0.6rem 0;
    padding: 0 0 0 0.35rem;
    border-left: 0.1rem solid #4d89f3;
    font-size: 0.65rem;
    font-weight: bold;
    line-height: 0.7rem;
    text-align: left;
    letter-spacing: 0.025rem;
  }
  .high-good {
    width: 100%;
    border-top: 0.7rem solid #f5f5f5;
    padding: 0 0.65rem 1.1rem 0.65rem;
  }
  .high-good .cbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .high-good .cbox .citem {
    width: 33.3%;
    margin: 0 0 0.7rem 0;
    text-align: center;
    padding: 0 0.2rem;
  }
  .high-good .cbox .citem img {
    width: 2.05rem;
    height: 2.05rem;
    margin: 0 0 0.5rem 0;
  }
  .high-good .cbox .citem .intro {
    width: 100%;
  }
  .high-good .cbox .citem .intro .tit {
    font-size: 0.55rem;
    line-height: 0.65rem;
    color: #3e444f;
    letter-spacing: 0.025rem;
    margin-bottom: 0.2rem;
  }
  .high-good .cbox .citem .intro .cont {
    font-size: 0.5rem;
    line-height: 0.7rem;
    color: #898f9a;
  }
  .high-good .cbtn {
    width: 4.8rem;
    border-radius: 0.2rem;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 0.55rem;
  }
  .high-cond {
    width: 100%;
    border-top: 0.7rem solid #f5f5f5;
    padding: 0 0.65rem 1.1rem 0.65rem;
  }
  .high-cond .cbox {
    width: 100%;
    max-width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  .high-cond .cbox .box {
    width: 100%;
    padding: 0.15rem 0 0.65rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .high-cond .cbox .box .citem {
    width: 48.5%;
    height: unset;
    padding: 0.65rem;
    border-radius: 0.25rem;
    margin-bottom: 0.4rem;
  }
  .high-cond .cbox .box .citem .cont {
    font-size: 0.55rem;
    line-height: 0.85rem;
    padding: 0;
    width: 100%;
  }
  .high-cond .cbox .box .citem.item1 {
    width: 100%;
  }
  .high-cond .cbox .box .citem.item2 {
    margin-right: 0;
  }
  .high-cond .cbox .box2 {
    width: 100%;
    padding-left: 0;
    height: unset;
    padding-bottom: 0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .high-cond .cbox .box2 .citem {
    width: 25%;
    margin-bottom: 1.1rem;
  }
  .high-cond .cbox .box2 .citem img {
    width: 2.05rem;
    height: 2.05rem;
    margin-bottom: 0rem;
  }
  .high-cond .cbox .box2 .citem .tit {
    font-size: 0.5rem;
    line-height: 1.1rem;
    color: #3e444f;
    white-space: nowrap;
  }
  .high-serve {
    width: 100%;
    border-top: 0.7rem solid #f5f5f5;
    padding: 0 0.65rem 1.1rem 0.65rem;
    margin: 0;
  }
  .high-serve .cbox {
    max-width: 100%;
    padding: 0;
    flex-wrap: wrap;
  }
  .high-serve .cbox .citem {
    width: 48.5%;
    margin: 0 0 0.3rem 0;
    height: 8.6rem;
  }
  .high-serve .cbox .citem img {
    width: 1.5rem;
    height: 1.5rem;
    margin-bottom: 0.65rem;
    margin-top: 0.65rem;
  }
  .high-serve .cbox .citem .tit {
    width: 100%;
    padding: 0 0.25rem;
    font-size: 0.6rem;
    line-height: 0.8rem;
    margin-bottom: 0.25rem;
  }
  .high-serve .cbox .citem .cont {
    font-size: 0.5rem;
    line-height: 0.85rem;
    padding: 0 0.65rem;
  }
  .high-exam {
    height: unset;
    width: 100%;
    border-top: 0.7rem solid #f5f5f5;
    padding: 0 0.65rem 1.1rem 0.65rem;
    margin: 0;
    background: #fff;
  }
  .high-exam .pc-com-module-title {
    padding-bottom: 0;
    color: #3e444f;
  }
  .high-exam .tips {
    font-size: 0.5rem;
    line-height: 0.85rem;
    margin-top: 0.2rem;
    color: #3e444f;
    width: 100%;
    text-align: left;
    margin-bottom: 0.6rem;
  }
  .high-exam .cbox {
    width: 100%;
    margin-bottom: 0.45rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 0;
  }
  .high-exam .cbox .citem {
    width: 100%;
    margin: 0;
    margin-bottom: 0.4rem;
    background: #f0f5ff;
    border-radius: 0.2rem;
    padding: 0.45rem 0.65rem 0.75rem 0.65rem;
    height: unset;
  }
  .high-exam .cbox .citem .tit {
    font-size: 0.5rem;
    line-height: 1.1rem;
    color: #5768e3;
    letter-spacing: 0.025rem;
    font-weight: bold;
    padding: 0;
    margin: 0;
    text-align: left;
  }
  .high-exam .cbox .citem .cont {
    text-align: left;
    font-size: 0.5rem;
    line-height: 0.9rem;
    color: #5768e3;
    letter-spacing: 0;
    padding: 0;
  }
  .high-exam .cbox .citem.item2 {
    background: #fff6f7;
  }
  .high-exam .cbox .citem.item2 .tit {
    color: #da3a51;
  }
  .high-exam .cbox .citem.item2 .cont {
    color: #da3a51;
  }
  .high-exam .cbtn {
    width: 4.8rem;
    border-radius: 0.2rem;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 0.55rem;
  }
  .relate-question {
    height: unset;
    width: 100%;
    border-top: none;
    padding: 0.65rem 0.65rem 1.1rem 0.65rem;
    margin: 0;
    background: #f5f5f5;
  }
  .relate-question .qabox {
    width: 100%;
    padding: 0;
    flex-direction: column;
  }
  .relate-question .qabox li {
    width: 100%;
    background: #fff;
    margin-bottom: 0.5rem;
    padding: 0.6rem 0.5rem;
    border-radius: 0.2rem;
  }
  .relate-question .qabox li .ques {
    width: 100%;
    margin-bottom: 0.45rem;
  }
  .relate-question .qabox li .ques .tit {
    display: inline-block;
    width: 0.85rem;
    height: 0.85rem;
    border-radius: 50%;
    background: #ec744e;
    font-size: 0.5rem;
    text-align: center;
    line-height: 0.85rem;
    margin-right: 0.3rem;
    box-shadow: none;
    margin-top: 2px;
  }
  .relate-question .qabox li .ques .cont {
    line-height: 0.85rem;
    font-size: 0.6rem;
  }
  .relate-question .qabox li .cont {
    width: calc(100% - 1.15rem);
  }
  .relate-question .qabox li .answ .tit {
    display: inline-block;
    width: 0.85rem;
    height: 0.85rem;
    border-radius: 50%;
    background: #60c87e;
    font-size: 0.5rem;
    text-align: center;
    line-height: 0.85rem;
    margin-right: 0.3rem;
    box-shadow: none;
    margin-top: 2px;
  }
  .relate-question .qabox li .answ .cont {
    line-height: 0.85rem;
    font-size: 0.55rem;
  }
  .relate-question .qbtn {
    width: 100%;
    border-radius: 0.2rem;
    height: 1.95rem;
    line-height: 1.95rem;
    font-size: 0.55rem;
    margin-top: 0.3rem;
  }
  .other-provide {
    height: unset;
    width: 100%;
    border-top: 0.7rem solid #f5f5f5;
    padding: 0 0.65rem 1.1rem 0.65rem;
    margin: 0;
    background: #fff;
  }
  .other-provide .obox {
    width: 100%;
    max-width: 100%;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 0.1rem;
  }
  .other-provide .obox .item {
    width: 31.8%;
    height: 4.7rem;
    margin: 0 2.3% 0.5rem 0;
    padding: 0;
  }
  .other-provide .obox .item:nth-child(3n) {
    margin-right: 0;
  }
  .other-provide .obox .item a {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .other-provide .obox .item img {
    display: inline-block;
    width: 1.95rem;
    height: 1.95rem;
    margin-top: 0;
    margin-bottom: 0.42rem;
  }
  .other-provide .obox .item p {
    font-size: 0.5rem;
    line-height: 0.8rem;
  }
}
