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 > .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 > .header > .header_logo {
  margin-right: auto;
  height: 0.48rem;
}
.informationList > .header > .header_logo img {
  height: 100%;
}
.informationList > .header > .header_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.36rem;
  font-weight: bold;
  color: #333;
}
.informationList > .header > .header_title > .xb-xia {
  position: absolute;
  top: 50%;
  right: -0.46rem;
  transform: translate(0, -50%);
  font-size: 0.2rem;
  color: #333;
}
.informationList > .header > .header_right {
  margin-left: auto;
}
.informationList > .header > .header_right a {
  display: inline-block;
}
.informationList > .header > .header_right a span {
  font-size: 0.2rem;
  text-align: center;
  display: block;
}
.informationList > .header > .header_right > .search img {
  width: 0.34rem;
  height: 0.34rem;
}
.informationList > .header > .header_right > .search span {
  color: #363638;
}
.informationList > .header > .header_right > .login {
  margin-left: 0.4rem;
  text-align: center;
}
.informationList > .header > .header_right > .login img {
  width: 0.38rem;
  height: 0.38rem;
}
.informationList > .header > .header_right > .login span {
  color: #F56357;
}
.informationList .navigation {
  padding: 0.34rem 0.12rem 0;
  border-bottom: 0.2rem solid #F5F7FA;
}
.informationList .navigation > .swiper-container {
  width: 100%;
  height: 100%;
}
.informationList .navigation > .swiper-container > .swiper-wrapper > .swiper-slide {
  padding: 0 0 0.7rem;
}
.informationList .navigation > .swiper-container > .swiper-wrapper > .swiper-slide img {
  width: 100%;
}
.informationList .navigation > .swiper-container > .swiper-wrapper > .swiper-slide > .navigation_item {
  display: flex;
  width: calc(100%/4);
  align-items: center;
  justify-content: center;
}
.informationList .navigation > .swiper-container > .swiper-wrapper > .swiper-slide > .navigation_item > a > .icon {
  margin: 0 auto;
  width: 1.14rem;
  height: 1.14rem;
}
.informationList .navigation > .swiper-container > .swiper-wrapper > .swiper-slide > .navigation_item > a > .icon > img {
  width: 100%;
}
.informationList .navigation > .swiper-container > .swiper-wrapper > .swiper-slide > .navigation_item > a > .text {
  margin-top: 0.18rem;
  display: block;
  text-align: center;
  font-size: 0.28rem;
  color: #18242E;
}
.informationList .navigation > .swiper-container > .swiper-wrapper > .swiper-slide .active > a > .text > span {
  font-weight: bold;
}
.informationList .navigation > .swiper-container .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  background: #F56458;
}
.informationList .navigation > .swiper-container .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0.2rem;
}
.informationList .navBox {
  background-color: #fff;
  z-index: 9999;
}
.informationList .navBox > .navBox_top {
  z-index: 10000;
  width: 100%;
  max-width: 500px;
}
.informationList .navBox > .navBox_top > .navBox_tab {
  height: 0.8rem;
  border-bottom: 1px solid #f1f1f1;
  padding: 0 0.36rem;
  background-color: #fff;
}
.informationList .navBox > .navBox_top > .navBox_tab > div {
  display: flex;
  height: 100%;
  align-items: center;
}
.informationList .navBox > .navBox_top > .navBox_tab > .subscribe {
  display: none;
  max-width: 100%;
}
.informationList .navBox > .navBox_top > .navBox_tab .content {
  max-width: 5.8rem;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
.informationList .navBox > .navBox_top > .navBox_tab .content > a {
  margin-right: 0.52rem;
  position: relative;
}
.informationList .navBox > .navBox_top > .navBox_tab .content > a:nth-last-child(1) {
  margin-right: 0;
}
.informationList .navBox > .navBox_top > .navBox_tab .content > a > span {
  font-size: 0.3rem;
  color: #9EA5AB;
}
.informationList .navBox > .navBox_top > .navBox_tab .content > a > .icon {
  position: absolute;
  bottom: -0.22rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0.22rem;
  height: 0.06rem;
  border-radius: 0.04rem;
}
.informationList .navBox > .navBox_top > .navBox_tab .content > .active > span {
  font-size: 0.34rem;
  color: #374049;
  font-weight: bold;
}
.informationList .navBox > .navBox_top > .navBox_tab .content > .active > .icon {
  background: linear-gradient(90deg, #FA7368, #EC5448);
}
.informationList .navBox > .navBox_top > .navBox_tab .subscribe > a > i {
  font-size: 12px;
  color: #F56357;
}
.informationList .navBox > .navBox_top > .navBox_tab .subscribe > a > span {
  font-size: 0.28rem;
  color: #F56357;
}
.informationList .navBox > .navBox_top > .navBox_sel {
  height: 0.9rem;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.informationList .navBox > .navBox_top > .navBox_sel > div {
  font-size: 0.26rem;
  color: #2E3943;
  display: flex;
  width: calc(100%/3);
  align-items: center;
  justify-content: center;
}
.informationList .navBox > .navBox_top > .navBox_sel > div > i {
  font-size: 0.16rem;
  margin-top: -0.04rem;
  margin-left: 0.1rem;
  color: #767D83;
}
.informationList .navBox > .navBox_top > .navBox_sel > div .red {
  color: #F56458;
}
.informationList .navBox > .navBox_top > .navBox_sel3 > div {
  width: calc(100%/2);
}
.informationList .navBox > .navBox_top > .navBox_sel3 > div > span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  max-width: 1.4rem;
}
.informationList .navBox > .navBox_top_f {
  position: fixed;
  top: 0.96rem;
  left: 50%;
  transform: translate(-50%, 0);
}
.informationList .navBox > .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 > .navBox_alert > .notice_alert {
  width: 100%;
  background-color: #fff;
  padding: 0 0 0.54rem 0.34rem;
  overflow: hidden;
}
.informationList .navBox > .navBox_alert > .notice_alert > .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 > .navBox_alert > .notice_alert > .active {
  padding: 0.15rem 0.3rem;
  border: 0;
  background-color: #FFF5F5;
  color: #F56357;
}
.informationList .navBox > .navBox_alert > .state_alert {
  width: 100%;
  background-color: #fff;
  padding: 0 0 0.54rem 0.34rem;
  overflow: hidden;
}
.informationList .navBox > .navBox_alert > .state_alert > .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 > .navBox_alert > .state_alert > .active {
  padding: 0.15rem 0.3rem;
  border: 0;
  background-color: #FFF5F5;
  color: #F56357;
}
.informationList .navBox > .navBox_alert > .sort_alert {
  width: 100%;
  background-color: #fff;
  padding: 0 0 0.54rem 0.34rem;
  overflow: hidden;
}
.informationList .navBox > .navBox_alert > .sort_alert > .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 > .navBox_alert > .sort_alert > .active {
  padding: 0.15rem 0.3rem;
  border: 0;
  background-color: #FFF5F5;
  color: #F56357;
}
.informationList .navBox > .navBox_alert > .region_alert {
  width: 100%;
  height: 9.14rem;
  background-color: #fff;
  padding-top: 0.2rem;
}
.informationList .navBox > .navBox_alert > .region_alert > .current_region {
  border-bottom: 1px solid #f1f1f1;
  padding: 0 0.36rem 0.3rem;
}
.informationList .navBox > .navBox_alert > .region_alert > .current_region > .current_region_head {
  margin-bottom: 0.34rem;
  display: flex;
  align-items: center;
}
.informationList .navBox > .navBox_alert > .region_alert > .current_region > .current_region_head > img {
  width: 0.22rem;
  height: 0.28rem;
}
.informationList .navBox > .navBox_alert > .region_alert > .current_region > .current_region_head > span {
  margin-left: 0.18rem;
  font-size: 0.26rem;
  color: #2E3943;
}
.informationList .navBox > .navBox_alert > .region_alert > .current_region > .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 > .navBox_alert > .region_alert > .current_region > .region_fail {
  color: #F56357;
}
.informationList .navBox > .navBox_alert > .region_alert > .switch_locale > .switch_locale_tab {
  height: 0.9rem;
  border-bottom: 1px solid #F1F1F1;
  padding: 0 0.7rem;
  display: flex;
  align-items: center;
}
.informationList .navBox > .navBox_alert > .region_alert > .switch_locale > .switch_locale_tab > a {
  font-size: 0.28rem;
  color: #6F7479;
  margin-right: 0.58rem;
  position: relative;
}
.informationList .navBox > .navBox_alert > .region_alert > .switch_locale > .switch_locale_tab > a > .icon {
  position: absolute;
  bottom: -0.3rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0.4rem;
  height: 0.04rem;
}
.informationList .navBox > .navBox_alert > .region_alert > .switch_locale > .switch_locale_tab > .active > span {
  font-size: 0.28rem;
  color: #374049;
  font-weight: bold;
}
.informationList .navBox > .navBox_alert > .region_alert > .switch_locale > .switch_locale_tab > .active > .icon {
  background-color: #F56357;
}
.informationList .navBox > .navBox_alert > .region_alert > .switch_locale > .switch_locale_list {
  height: 7.5rem;
  padding: 0.1rem 0 0 0.7rem;
}
.informationList .navBox > .navBox_alert > .region_alert > .switch_locale > .switch_locale_list .red {
  color: #F56357 !important;
}
.informationList .navBox > .navBox_alert > .region_alert > .switch_locale > .switch_locale_list > div {
  background-color: #fff;
  height: 100%;
  overflow: scroll;
}
.informationList .navBox > .navBox_alert > .region_alert > .switch_locale > .switch_locale_list > div > a {
  display: block;
  margin: 0.3rem 0;
  color: #969696 !important;
}
.informationList .navBox > .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 > .navBox_data > span {
  font-size: 0.2rem;
  color: #AFB4B8;
}
.informationList .navBox > .navBox_data > .red {
  color: #F56357;
}
.informationList .navBox > .navBox_data > i {
  font-size: 0.3rem;
  color: #C2C8DA;
  margin-right: 0.1rem;
}
.informationList .navBox > .navBox_list {
  padding: 0 0.36rem;
  min-height: 70vh;
}
.informationList .navBox > .navBox_list .dropload-down .list_more {
  text-align: center;
}
.informationList .navBox > .navBox_list .dropload-down .list_more > span {
  color: #B6B9C0;
  font-size: 0.26rem;
  position: relative;
}
.informationList .navBox > .navBox_list .dropload-down .list_more > 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 > .navBox_list .dropload-down .list_more > 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 > .navBox_list > .navBox_list_box > .list_item {
  display: block;
  padding: 0.3rem 0;
  border-bottom: 1px solid #F1F1F1;
}
.informationList .navBox > .navBox_list > .navBox_list_box > .list_item:nth-last-child(2) {
  /*border-bottom: none;*/
}
.informationList .navBox > .navBox_list > .navBox_list_box > .list_item > .title {
  font-size: 0.28rem;
  color: #333333;
  /*font-weight: bold;*/
  line-height: 0.46rem;
}
.informationList .navBox > .navBox_list > .navBox_list_box > .list_item > .title > div {
  letter-spacing: 0;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  /*要显示的行数*/
  -webkit-box-orient: vertical;
}
.informationList .navBox > .navBox_list > .navBox_list_box > .list_item > .bottom {
  margin-top: 0.3rem;
  display: flex;
  align-items: center;
}
.informationList .navBox > .navBox_list > .navBox_list_box > .list_item > .bottom > .bottom_region {
  font-size: 0.24rem;
  color: #C1C1C1;
}
.informationList .navBox > .navBox_list > .navBox_list_box > .list_item > .bottom > .icon {
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background-color: #EAEBEF;
  margin: 0 0.2rem;
}
.informationList .navBox > .navBox_list > .navBox_list_box > .list_item > .bottom > .bottom_exam {
  font-size: 0.24rem;
  color: #CBCBCB;
}
.informationList .navBox > .navBox_list > .navBox_list_box > .list_item > .bottom > .bottom_type {
  font-size: 0.24rem;
  color: #F56357;
  margin-left: auto;
}
.informationList .navBox > .navBox_list > .navBox_list_box > .no_data {
  text-align: center;
  padding-top: 1.4rem;
}
.informationList .navBox > .navBox_list > .navBox_list_box > .no_data > img {
  margin: auto;
  height: 1.96rem;
  width: 2.54rem;
  display: block;
}
.informationList .navBox > .navBox_list > .navBox_list_box > .no_data > span {
  font-size: 0.24rem;
  color: #AAADC0;
  margin-top: 0.78rem;
  display: block;
  text-align: center;
}
