.notice-page {
  margin-top: 1rem;
}
.notice-page > .wrapper {
  width: 12.6rem;
  margin: 0 auto 0.8rem;
  padding-top: 0.44rem;
}
.notice-page > .wrapper .nav {
  padding-left: 0.9rem;
}
.notice-page > .wrapper .tab {
  margin-top: 0.54rem;
  display: flex;
  gap: 1.58rem;
  justify-content: center;
  border-bottom: 0.02rem solid #DCDCDC;
}
.notice-page > .wrapper .tab .item {
  font-size: 0.24rem;
  color: #2B2B2B;
  padding-bottom: 0.09rem;
  cursor: pointer;
  position: relative;
}
.notice-page > .wrapper .tab .item.active {
  color: #D71220;
  font-weight: 700;
}
.notice-page > .wrapper .tab .item.active::after {
  content: '';
  display: block;
  width: 100%;
  height: 0.08rem;
  background: #D71220;
  bottom: -0.02rem;
  position: absolute;
}
.notice-page > .wrapper .tab-content {
  margin-top: 0.58rem;
}
.notice-page > .wrapper .tab-content > * {
  display: none;
}
.notice-page > .wrapper .tab-content .tab-content1 {
  padding: 0 0.9rem;
}
.notice-page > .wrapper .tab-content .tab-content1 .title {
  font-size: 0.36rem;
  font-weight: 700;
  color: #2b2b2b;
  margin-bottom: 1rem;
}
.notice-page > .wrapper .tab-content .tab-content1 .content {
  display: flex;
  justify-content: space-between;
}
.notice-page > .wrapper .tab-content .tab-content1 .content .sub-tab {
  width: 1.5rem;
}
.notice-page > .wrapper .tab-content .tab-content1 .content .sub-tab .sub-item {
  height: 0.56rem;
  line-height: 0.56rem;
  padding-left: 0.19rem;
  font-size: 0.16rem;
  color: #555;
  border-left: 0.04rem solid #dcdcdc;
  cursor: pointer;
}
.notice-page > .wrapper .tab-content .tab-content1 .content .sub-tab .sub-item.active {
  color: #D71220;
  border-left: 0.04rem solid #D71220;
}
.notice-page > .wrapper .tab-content .tab-content1 .content .sub-content {
  width: 8.66rem;
  display: none;
}
.notice-page > .wrapper .tab-content .tab-content1 .content .sub-content p,
.notice-page > .wrapper .tab-content .tab-content1 .content .sub-content span {
  font-size: 0.2rem;
  color: #2B2B2B;
  line-height: 0.36rem;
}
.notice-page > .wrapper .tab-content .tab-content2 .content {
  display: flex;
  justify-content: space-between;
  gap: 0.74rem;
}
.notice-page > .wrapper .tab-content .tab-content2 .content .sub-tab .sub-item {
  line-height: 0.28rem;
  padding: 0.14rem 0 0.14rem 0.16rem;
  font-size: 0.18rem;
  color: #555;
  border-left: 0.04rem solid #dcdcdc;
  cursor: pointer;
  text-align: justify;
}
.notice-page > .wrapper .tab-content .tab-content2 .content .sub-tab .sub-item.active {
  color: #D71220;
  border-left: 0.04rem solid #D71220;
}
.notice-page > .wrapper .tab-content .tab-content2 .content .sub-content {
  width: 9.88rem;
  display: none;
}
.notice-page > .wrapper .tab-content .tab-content2 .content .sub-content .title {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.32rem;
  border-bottom: 0.02rem solid #dcdcdc;
}
.notice-page > .wrapper .tab-content .tab-content2 .content .sub-content .title .left {
  font-size: 0.36rem;
  line-height: 0.5rem;
  font-weight: 700;
  color: #2B2B2B;
  width: 6.32rem;
}
.notice-page > .wrapper .tab-content .tab-content2 .content .sub-content .title .right {
  width: 1.7rem;
  height: 2.1rem;
  background: #d71220;
  border-radius: 0.09rem;
}
.notice-page > .wrapper .tab-content .tab-content2 .content .sub-content .title .right img {
  display: block;
  width: 1.61rem;
  height: 1.61rem;
  margin: 0.05rem auto 0;
}
.notice-page > .wrapper .tab-content .tab-content2 .content .sub-content .title .right .code {
  margin-top: 0.11rem;
  text-align: center;
  font-size: 0.2rem;
  color: #fff;
  width: 100%;
}
.notice-page > .wrapper .tab-content .tab-content2 .content .sub-content .html-content {
  margin-top: 0.4rem;
}
.notice-page > .wrapper .tab-content .tab-content2 .content .sub-content .html-content p,
.notice-page > .wrapper .tab-content .tab-content2 .content .sub-content .html-content span {
  font-size: 0.2rem !important;
  line-height: 0.36rem !important;
}
.notice-page > .wrapper .tab-content .tab-content2 .content .sub-content .html-content strong span {
  font-size: 0.26rem !important;
  line-height: 0.52rem !important;
}
.notice-page > .wrapper .tab-content .tab-content3 {
  padding: 0 0.9rem;
}
.notice-page > .wrapper .tab-content .tab-content3 .title {
  font-size: 0.36rem;
  font-weight: 700;
  color: #2B2B2B;
  margin-bottom: 0.54rem;
}
.notice-page > .wrapper .tab-content .tab-content3 .faq-item {
  margin-bottom: 0.48rem;
}
.notice-page > .wrapper .tab-content .tab-content3 .faq-item .question {
  font-size: 0.2rem;
  line-height: 0.36rem;
  color: #2B2B2B;
  font-weight: 600;
}
.notice-page > .wrapper .tab-content .tab-content3 .faq-item .answer {
  font-size: 0.2rem;
  color: #6f6f6f;
  line-height: 0.36rem;
  display: flex;
}
@media screen and (max-width: 750px) {
  .notice-page {
    margin-top: 0;
  }
  .notice-page > .wrapper {
    width: 100%;
    margin: 0 auto 0.8rem;
    padding: 0.44rem 0.2rem 0;
  }
  .notice-page > .wrapper .nav {
    padding-left: 0;
  }
  .notice-page > .wrapper .tab {
    gap: 0.5rem;
  }
  .notice-page > .wrapper .tab .item {
    font-size: 0.36rem;
  }
  .notice-page > .wrapper .tab-content .tab-content1 {
    padding: 0;
  }
  .notice-page > .wrapper .tab-content .tab-content1 .title {
    margin-bottom: 0.5rem;
  }
  .notice-page > .wrapper .tab-content .tab-content1 .mp-box .item {
    padding-top: 0.24rem;
    margin-bottom: 0.3rem;
    position: relative;
    height: 1.02rem;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
  }
  .notice-page > .wrapper .tab-content .tab-content1 .mp-box .item:last-of-type {
    border-bottom: none;
  }
  .notice-page > .wrapper .tab-content .tab-content1 .mp-box .item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.24rem;
    display: block;
    z-index: 1;
    width: 0.1rem;
    height: 0.44rem;
    border-radius: 0.1rem;
    background-color: #e60600;
    transition: all 0.3s;
  }
  .notice-page > .wrapper .tab-content .tab-content1 .mp-box .item.active {
    height: auto;
    border-bottom: none;
  }
  .notice-page > .wrapper .tab-content .tab-content1 .mp-box .item.active .t-title {
    color: #fff;
  }
  .notice-page > .wrapper .tab-content .tab-content1 .mp-box .item.active .t-title .icon {
    display: none;
  }
  .notice-page > .wrapper .tab-content .tab-content1 .mp-box .item.active::before {
    top: 0;
    width: 7.1rem;
    height: 100%;
  }
  .notice-page > .wrapper .tab-content .tab-content1 .mp-box .item.active .info {
    opacity: 1;
  }
  .notice-page > .wrapper .tab-content .tab-content1 .mp-box .item .t-title {
    font-size: 0.36rem;
    line-height: 0.44rem;
    font-weight: bold;
    padding: 0 0 0 0.3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
    color: #2B2B2B;
    transition: all 0.3s;
  }
  .notice-page > .wrapper .tab-content .tab-content1 .mp-box .item .t-title .icon {
    font-size: 0.25rem;
    transform: rotate(-90deg);
    color: #666;
  }
  .notice-page > .wrapper .tab-content .tab-content1 .mp-box .item .info {
    position: relative;
    z-index: 2;
    margin: 0;
    border-radius: 0.2rem;
    opacity: 0;
    overflow: hidden;
    padding: 0.3rem;
    transition: all 0.3s;
  }
  .notice-page > .wrapper .tab-content .tab-content1 .mp-box .item .info p,
  .notice-page > .wrapper .tab-content .tab-content1 .mp-box .item .info span {
    color: #fff;
    font-size: 0.3rem;
    line-height: 0.4rem;
  }
  .notice-page > .wrapper .tab-content .tab-content2 .content .sub-tab {
    display: none;
  }
  .notice-page > .wrapper .tab-content .tab-content2 .content .right {
    width: 100%;
  }
  .notice-page > .wrapper .tab-content .tab-content2 .content .sub-content {
    width: 100%;
  }
  .notice-page > .wrapper .tab-content .tab-content2 .content .sub-content .html-content p,
  .notice-page > .wrapper .tab-content .tab-content2 .content .sub-content .html-content span {
    font-size: 0.3rem !important;
    line-height: 0.5rem !important;
  }
  .notice-page > .wrapper .tab-content .tab-content3 {
    padding: 0;
  }
  .notice-page > .wrapper .tab-content .tab-content3 .faq-item .question {
    font-size: 0.3rem;
    line-height: 0.5rem;
  }
  .notice-page > .wrapper .tab-content .tab-content3 .faq-item .answer {
    font-size: 0.3rem;
    line-height: 0.5rem;
  }
}
