<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  padding: 0.96rem 0 1.2rem;
}
.none {
  display: none;
}
.informationList {
  font-size: 0.32rem;
}
.informationList &gt; .header {
  height: 0.96rem;
  width: 100%;
  border-bottom: 1px solid #f1f1f1;
  display: flex;
  align-items: center;
  padding: 0 0.34rem;
  position: fixed;
  top: 0;
  left: 50%;
  background-color: #fff;
  z-index: 999;
  max-width: 500px;
  transform: translate(-50%, 0);
}
.informationList &gt; .header &gt; .header_logo {
  margin-right: auto;
  height: 0.48rem;
}
.informationList &gt; .header &gt; .header_logo img {
  height: 100%;
}
.informationList &gt; .header &gt; .header_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.36rem;
  font-weight: bold;
  color: #333;
}
.informationList &gt; .header &gt; .header_title &gt; .xb-xia {
  position: absolute;
  top: 50%;
  right: -0.46rem;
  transform: translate(0, -50%);
  font-size: 0.2rem;
  color: #333;
}
.informationList &gt; .header &gt; .header_right {
  margin-left: auto;
}
.informationList &gt; .header &gt; .header_right a {
  display: inline-block;
}
.informationList &gt; .header &gt; .header_right a span {
  font-size: 0.2rem;
  text-align: center;
  display: block;
}
.informationList &gt; .header &gt; .header_right &gt; .search img {
  width: 0.34rem;
  height: 0.34rem;
}
.informationList &gt; .header &gt; .header_right &gt; .search span {
  color: #363638;
}
.informationList &gt; .header &gt; .header_right &gt; .login {
  margin-left: 0.4rem;
  text-align: center;
}
.informationList &gt; .header &gt; .header_right &gt; .login img {
  width: 0.38rem;
  height: 0.38rem;
}
.informationList &gt; .header &gt; .header_right &gt; .login span {
  color: #F56357;
}
.informationList .navigation {
  padding: 0.34rem 0.12rem 0;
  border-bottom: 0.2rem solid #F5F7FA;
}
.informationList .navigation &gt; .swiper-container {
  width: 100%;
  height: 100%;
}
.informationList .navigation &gt; .swiper-container &gt; .swiper-wrapper &gt; .swiper-slide {
  padding: 0 0 0.7rem;
}
.informationList .navigation &gt; .swiper-container &gt; .swiper-wrapper &gt; .swiper-slide img {
  width: 100%;
}
.informationList .navigation &gt; .swiper-container &gt; .swiper-wrapper &gt; .swiper-slide &gt; .navigation_item {
  display: flex;
  width: calc(100%/4);
  align-items: center;
  justify-content: center;
}
.informationList .navigation &gt; .swiper-container &gt; .swiper-wrapper &gt; .swiper-slide &gt; .navigation_item &gt; a &gt; .icon {
  margin: 0 auto;
  width: 1.14rem;
  height: 1.14rem;
}
.informationList .navigation &gt; .swiper-container &gt; .swiper-wrapper &gt; .swiper-slide &gt; .navigation_item &gt; a &gt; .icon &gt; img {
  width: 100%;
}
.informationList .navigation &gt; .swiper-container &gt; .swiper-wrapper &gt; .swiper-slide &gt; .navigation_item &gt; a &gt; .text {
  margin-top: 0.18rem;
  display: block;
  text-align: center;
  font-size: 0.28rem;
  color: #18242E;
}
.informationList .navigation &gt; .swiper-container &gt; .swiper-wrapper &gt; .swiper-slide .active &gt; a &gt; .text &gt; span {
  font-weight: bold;
}
.informationList .navigation &gt; .swiper-container .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  background: #F56458;
}
.informationList .navigation &gt; .swiper-container .swiper-container-horizontal &gt; .swiper-pagination-bullets {
  bottom: 0.2rem;
}
.informationList .navBox {
  background-color: #fff;
  z-index: 9999;
}
.informationList .navBox &gt; .navBox_top {
  z-index: 10000;
  width: 100%;
  max-width: 500px;
}
.informationList .navBox &gt; .navBox_top &gt; .navBox_tab {
  height: 0.8rem;
  border-bottom: 1px solid #f1f1f1;
  padding: 0 0.36rem;
  background-color: #fff;
}
.informationList .navBox &gt; .navBox_top &gt; .navBox_tab &gt; div {
  display: flex;
  height: 100%;
  align-items: center;
}
.informationList .navBox &gt; .navBox_top &gt; .navBox_tab &gt; .subscribe {
  display: none;
  max-width: 100%;
}
.informationList .navBox &gt; .navBox_top &gt; .navBox_tab .content {
  max-width: 5.8rem;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
.informationList .navBox &gt; .navBox_top &gt; .navBox_tab .content &gt; a {
  margin-right: 0.52rem;
  position: relative;
}
.informationList .navBox &gt; .navBox_top &gt; .navBox_tab .content &gt; a:nth-last-child(1) {
  margin-right: 0;
}
.informationList .navBox &gt; .navBox_top &gt; .navBox_tab .content &gt; a &gt; span {
  font-size: 0.3rem;
  color: #9EA5AB;
}
.informationList .navBox &gt; .navBox_top &gt; .navBox_tab .content &gt; a &gt; .icon {
  position: absolute;
  bottom: -0.22rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0.22rem;
  height: 0.06rem;
  border-radius: 0.04rem;
}
.informationList .navBox &gt; .navBox_top &gt; .navBox_tab .content &gt; .active &gt; span {
  font-size: 0.34rem;
  color: #374049;
  font-weight: bold;
}
.informationList .navBox &gt; .navBox_top &gt; .navBox_tab .content &gt; .active &gt; .icon {
  background: linear-gradient(90deg, #FA7368, #EC5448);
}
.informationList .navBox &gt; .navBox_top &gt; .navBox_tab .subscribe &gt; a &gt; i {
  font-size: 12px;
  color: #F56357;
}
.informationList .navBox &gt; .navBox_top &gt; .navBox_tab .subscribe &gt; a &gt; span {
  font-size: 0.28rem;
  color: #F56357;
}
.informationList .navBox &gt; .navBox_top &gt; .navBox_sel {
  height: 0.9rem;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.informationList .navBox &gt; .navBox_top &gt; .navBox_sel &gt; div {
  font-size: 0.26rem;
  color: #2E3943;
  display: flex;
  width: calc(100%/3);
  align-items: center;
  justify-content: center;
}
.informationList .navBox &gt; .navBox_top &gt; .navBox_sel &gt; div &gt; i {
  font-size: 0.16rem;
  margin-top: -0.04rem;
  margin-left: 0.1rem;
  color: #767D83;
}
.informationList .navBox &gt; .navBox_top &gt; .navBox_sel &gt; div .red {
  color: #F56458;
}
.informationList .navBox &gt; .navBox_top &gt; .navBox_sel3 &gt; div {
  width: calc(100%/2);
}
.informationList .navBox &gt; .navBox_top &gt; .navBox_sel3 &gt; div &gt; span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  max-width: 1.4rem;
}
.informationList .navBox &gt; .navBox_top_f {
  position: fixed;
  top: 0.96rem;
  left: 50%;
  transform: translate(-50%, 0);
}
.informationList .navBox &gt; .navBox_alert {
  position: fixed;
  top: 2.66rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  background-color: rgba(0, 0, 0, 0.76);
  height: 100%;
  z-index: 10000;
  max-width: 500px;
}
.informationList .navBox &gt; .navBox_alert &gt; .notice_alert {
  width: 100%;
  background-color: #fff;
  padding: 0 0 0.54rem 0.34rem;
  overflow: hidden;
}
.informationList .navBox &gt; .navBox_alert &gt; .notice_alert &gt; .notice_item {
  padding: 0.13rem 0.28rem;
  font-size: 0.26rem;
  color: #7E858A;
  border: 1px solid #F2F2F5;
  border-radius: 0.08rem;
  margin-top: 0.2rem;
  margin-right: 0.26rem;
}
.informationList .navBox &gt; .navBox_alert &gt; .notice_alert &gt; .active {
  padding: 0.15rem 0.3rem;
  border: 0;
  background-color: #FFF5F5;
  color: #F56357;
}
.informationList .navBox &gt; .navBox_alert &gt; .state_alert {
  width: 100%;
  background-color: #fff;
  padding: 0 0 0.54rem 0.34rem;
  overflow: hidden;
}
.informationList .navBox &gt; .navBox_alert &gt; .state_alert &gt; .state_item {
  padding: 0.13rem 0.28rem;
  font-size: 0.26rem;
  color: #7E858A;
  border: 1px solid #F2F2F5;
  border-radius: 0.08rem;
  margin-top: 0.2rem;
  margin-right: 0.26rem;
}
.informationList .navBox &gt; .navBox_alert &gt; .state_alert &gt; .active {
  padding: 0.15rem 0.3rem;
  border: 0;
  background-color: #FFF5F5;
  color: #F56357;
}
.informationList .navBox &gt; .navBox_alert &gt; .sort_alert {
  width: 100%;
  background-color: #fff;
  padding: 0 0 0.54rem 0.34rem;
  overflow: hidden;
}
.informationList .navBox &gt; .navBox_alert &gt; .sort_alert &gt; .sort_item {
  padding: 0.13rem 0.28rem;
  font-size: 0.26rem;
  color: #7E858A;
  border: 1px solid #F2F2F5;
  border-radius: 0.08rem;
  margin-top: 0.2rem;
  margin-right: 0.26rem;
}
.informationList .navBox &gt; .navBox_alert &gt; .sort_alert &gt; .active {
  padding: 0.15rem 0.3rem;
  border: 0;
  background-color: #FFF5F5;
  color: #F56357;
}
.informationList .navBox &gt; .navBox_alert &gt; .region_alert {
  width: 100%;
  height: 9.14rem;
  background-color: #fff;
  padding-top: 0.2rem;
}
.informationList .navBox &gt; .navBox_alert &gt; .region_alert &gt; .current_region {
  border-bottom: 1px solid #f1f1f1;
  padding: 0 0.36rem 0.3rem;
}
.informationList .navBox &gt; .navBox_alert &gt; .region_alert &gt; .current_region &gt; .current_region_head {
  margin-bottom: 0.34rem;
  display: flex;
  align-items: center;
}
.informationList .navBox &gt; .navBox_alert &gt; .region_alert &gt; .current_region &gt; .current_region_head &gt; img {
  width: 0.22rem;
  height: 0.28rem;
}
.informationList .navBox &gt; .navBox_alert &gt; .region_alert &gt; .current_region &gt; .current_region_head &gt; span {
  margin-left: 0.18rem;
  font-size: 0.26rem;
  color: #2E3943;
}
.informationList .navBox &gt; .navBox_alert &gt; .region_alert &gt; .current_region &gt; .current_region_sel {
  display: inline-block;
  font-size: 0.28rem;
  color: #6F7479;
  padding: 0.14rem 0.36rem;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 0.08rem;
}
.informationList .navBox &gt; .navBox_alert &gt; .region_alert &gt; .current_region &gt; .region_fail {
  color: #F56357;
}
.informationList .navBox &gt; .navBox_alert &gt; .region_alert &gt; .switch_locale &gt; .switch_locale_tab {
  height: 0.9rem;
  border-bottom: 1px solid #F1F1F1;
  padding: 0 0.7rem;
  display: flex;
  align-items: center;
}
.informationList .navBox &gt; .navBox_alert &gt; .region_alert &gt; .switch_locale &gt; .switch_locale_tab &gt; a {
  font-size: 0.28rem;
  color: #6F7479;
  margin-right: 0.58rem;
  position: relative;
}
.informationList .navBox &gt; .navBox_alert &gt; .region_alert &gt; .switch_locale &gt; .switch_locale_tab &gt; a &gt; .icon {
  position: absolute;
  bottom: -0.3rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0.4rem;
  height: 0.04rem;
}
.informationList .navBox &gt; .navBox_alert &gt; .region_alert &gt; .switch_locale &gt; .switch_locale_tab &gt; .active &gt; span {
  font-size: 0.28rem;
  color: #374049;
  font-weight: bold;
}
.informationList .navBox &gt; .navBox_alert &gt; .region_alert &gt; .switch_locale &gt; .switch_locale_tab &gt; .active &gt; .icon {
  background-color: #F56357;
}
.informationList .navBox &gt; .navBox_alert &gt; .region_alert &gt; .switch_locale &gt; .switch_locale_list {
  height: 7.5rem;
  padding: 0.1rem 0 0 0.7rem;
}
.informationList .navBox &gt; .navBox_alert &gt; .region_alert &gt; .switch_locale &gt; .switch_locale_list .red {
  color: #F56357 !important;
}
.informationList .navBox &gt; .navBox_alert &gt; .region_alert &gt; .switch_locale &gt; .switch_locale_list &gt; div {
  background-color: #fff;
  height: 100%;
  overflow: scroll;
}
.informationList .navBox &gt; .navBox_alert &gt; .region_alert &gt; .switch_locale &gt; .switch_locale_list &gt; div &gt; a {
  display: block;
  margin: 0.3rem 0;
  color: #969696 !important;
}
.informationList .navBox &gt; .navBox_data {
  width: 6.82rem;
  height: 0.56rem;
  margin: 0 auto 0.1rem;
  background-color: #F6F6F8;
  border-radius: 0.28rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.informationList .navBox &gt; .navBox_data &gt; span {
  font-size: 0.2rem;
  color: #AFB4B8;
}
.informationList .navBox &gt; .navBox_data &gt; .red {
  color: #F56357;
}
.informationList .navBox &gt; .navBox_data &gt; i {
  font-size: 0.3rem;
  color: #C2C8DA;
  margin-right: 0.1rem;
}
.informationList .navBox &gt; .navBox_list {
  padding: 0 0.36rem;
  min-height: 70vh;
}
.informationList .navBox &gt; .navBox_list .dropload-down .list_more {
  text-align: center;
}
.informationList .navBox &gt; .navBox_list .dropload-down .list_more &gt; span {
  color: #B6B9C0;
  font-size: 0.26rem;
  position: relative;
}
.informationList .navBox &gt; .navBox_list .dropload-down .list_more &gt; span:after {
  content: '';
  position: absolute;
  width: 1.36rem;
  height: 1px;
  background: #f1f1f1;
  top: 50%;
  right: -1.5rem;
  transform: translate(0, -50%);
  z-index: 99;
}
.informationList .navBox &gt; .navBox_list .dropload-down .list_more &gt; span:before {
  content: '';
  position: absolute;
  width: 1.36rem;
  height: 1px;
  background: #f1f1f1;
  top: 50%;
  left: -1.5rem;
  transform: translate(0, -50%);
  z-index: 99;
}
.informationList .navBox &gt; .navBox_list &gt; .navBox_list_box &gt; .list_item {
  display: block;
  padding: 0.3rem 0;
  border-bottom: 1px solid #F1F1F1;
}
.informationList .navBox &gt; .navBox_list &gt; .navBox_list_box &gt; .list_item:nth-last-child(2) {
  /*border-bottom: none;*/
}
.informationList .navBox &gt; .navBox_list &gt; .navBox_list_box &gt; .list_item &gt; .title {
  font-size: 0.28rem;
  color: #333333;
  /*font-weight: bold;*/
  line-height: 0.46rem;
}
.informationList .navBox &gt; .navBox_list &gt; .navBox_list_box &gt; .list_item &gt; .title &gt; div {
  letter-spacing: 0;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  /*è¦æ˜¾ç¤ºçš„è¡Œæ•°*/
  -webkit-box-orient: vertical;
}
.informationList .navBox &gt; .navBox_list &gt; .navBox_list_box &gt; .list_item &gt; .bottom {
  margin-top: 0.3rem;
  display: flex;
  align-items: center;
}
.informationList .navBox &gt; .navBox_list &gt; .navBox_list_box &gt; .list_item &gt; .bottom &gt; .bottom_region {
  font-size: 0.24rem;
  color: #C1C1C1;
}
.informationList .navBox &gt; .navBox_list &gt; .navBox_list_box &gt; .list_item &gt; .bottom &gt; .icon {
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background-color: #EAEBEF;
  margin: 0 0.2rem;
}
.informationList .navBox &gt; .navBox_list &gt; .navBox_list_box &gt; .list_item &gt; .bottom &gt; .bottom_exam {
  font-size: 0.24rem;
  color: #CBCBCB;
}
.informationList .navBox &gt; .navBox_list &gt; .navBox_list_box &gt; .list_item &gt; .bottom &gt; .bottom_type {
  font-size: 0.24rem;
  color: #F56357;
  margin-left: auto;
}
.informationList .navBox &gt; .navBox_list &gt; .navBox_list_box &gt; .no_data {
  text-align: center;
  padding-top: 1.4rem;
}
.informationList .navBox &gt; .navBox_list &gt; .navBox_list_box &gt; .no_data &gt; img {
  margin: auto;
  height: 1.96rem;
  width: 2.54rem;
  display: block;
}
.informationList .navBox &gt; .navBox_list &gt; .navBox_list_box &gt; .no_data &gt; span {
  font-size: 0.24rem;
  color: #AAADC0;
  margin-top: 0.78rem;
  display: block;
  text-align: center;
}
</pre></body></html>