@charset "UTF-8";
@font-face {
  font-family: PangMenZhengDao;
  src: url("/h5/font/庞门正道标题体.TTF");
}

@font-face {
  font-family: YouSheBiaoTiHei;
  src: url("/h5/font/优设标题黑.ttf");
}

.hint_page {
  background: linear-gradient(0deg, #09BBFE 0%, #5A42EC 100%);
}

.hint_page-content .hint_page-header {
  display: flex;
  padding: 2.1875rem 2.1875rem 0;
}

.hint_page-content .hint_page-header h2 {
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 2.25rem;
  color: #FFFFFF;
}

.hint_page-content .hint_page-box {
  margin-top: 2.1875rem;
  padding-left: 2.1875rem;
}

.hint_page-content .hint_page-box h3 {
  font-family: YouSheBiaoTiHei;
  font-weight: 400;
  font-size: 4.5rem;
  color: #FFFFFF;
  line-height: 4.1875rem;
}

.hint_page-content .hint_page-box .first_duplicate {
  width: 25.625rem;
  height: 4.125rem;
  background: #FFFFFF;
  box-shadow: 0.75rem 0.75rem 0.25rem 0rem rgba(0, 0, 0, 0.2);
  border-radius: 2.0625rem;
  padding: 0 1.875rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2.5rem 0 2.1875rem;
}

.hint_page-content .hint_page-box .first_duplicate p:nth-child(1) {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 2.25rem;
  color: #111111;
}

.hint_page-content .hint_page-box .first_duplicate p:nth-child(2) {
  font-family: Poppins;
  font-weight: bold;
  font-size: 2.625rem;
  color: #111111;
}

.hint_page-content .hint_page-box .first_duplicate p:nth-child(2) span {
  font-size: 1.625rem;
}

.hint_page-content .hint_page-box .second_duplicate {
  width: 34.375rem;
  height: 4.125rem;
  background: #FFFFFF;
  box-shadow: 0.75rem 0.75rem 0.25rem 0rem rgba(0, 0, 0, 0.2);
  border-radius: 2.0625rem;
  display: flex;
  padding: 0 1.875rem;
  justify-content: space-between;
  align-items: center;
}

.hint_page-content .hint_page-box .second_duplicate p:nth-child(1) {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 2.25rem;
  color: #111111;
}

.hint_page-content .hint_page-box .second_duplicate p:nth-child(1) span {
  font-size: 2.625rem;
}

.hint_page-content .hint_page-box .second_duplicate p:nth-child(2) {
  font-family: Poppins;
  font-weight: bold;
  font-size: 2.625rem;
  color: #111111;
}

.hint_page-content .hint_page-box .second_duplicate p:nth-child(2) span {
  font-size: 1.625rem;
}

.hint_page-content .hint_page-active {
  display: flex;
  align-items: center;
  padding-left: 2.1875rem;
  margin-top: 2.8125rem;
}

.hint_page-content .hint_page-active img {
  width: 25.625rem;
  height: 25.625rem;
  object-fit: cover;
}

.hint_page-content .hint_page-active h4 {
  font-family: YouSheBiaoTiHei;
  font-weight: 400;
  font-size: 2.625rem;
  color: #FFFFFF;
  line-height: 2.5625rem;
  margin-left: 2.8125rem;
}

.hint_page-content .hr_bg {
  border: .125rem dashed #fff;
  width: 100%;
  margin: 3.4375rem 0 2.1875rem;
}

.hint_page-content .sci_hint h4 {
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 1.875rem;
  color: #FFFFFF;
  text-align: center;
}

.hint_page-content .sci_hint .hit_check {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hint_page-content .sci_hint .hit_check p {
  font-family: PingFang SC;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  margin-right: 1.25rem;
}

.hint_page-content .sci_hint .hit_check span {
  font-size: 2.125rem;
  font-weight: bold;
  color: #fff;
  font-family: PingFang SC;
}

.hint_page-content .sci_hint .btn-box {
  display: flex;
  width: 22.5rem;
  flex-wrap: wrap;
  margin: 1.875rem auto 0;
}

.hint_page-content .sci_hint .btn-box button {
  width: 10.625rem;
  height: 3.375rem;
  background: #0039B6;
  border-radius: 1.6875rem;
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 1.25rem;
  color: #FFFFFF;
  border: none;
  margin-right: 1.25rem;
  margin-bottom: .9375rem;
}

.hint_page-content .sci_hint .btn-box button:nth-child(1) {
  background: #D41C1C;
}

.hint_page-content .sci_hint .btn-box button:nth-child(2n) {
  margin-right: 0;
}

.hint_page-content .sci_hint .btn-box button:nth-child(n+3) {
  margin-bottom: 0;
}

.hint_page-content .foot_all {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 1.25rem;
  color: #FFFFFF;
  text-align: center;
  margin-top: 1.875rem;
}
