:root {
  --theme_color: #6c16ce;
}
.wrap {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  background-color: var(--theme_color);
}
.head_top {
  height: 0.86rem;
  width: 7.5rem;
  margin-left: -3.75rem;
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 2024;
  padding-top: 0.42rem;
  box-sizing: content-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  transition: all 0.5s ease-in;
}
.head_top .pagetitle {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.head_top .pagetitle p {
  font-size: 0.3rem;
  color: #fff;
  margin-left: 0.18rem;
}
.head_top .back_button {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0.56rem;
  height: 0.86rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.head_top .back_button img {
  display: block;
  width: 0.16rem;
  height: 0.28rem;
}
.head_top.fixed {
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
.head_top.fixed .pagetitle {
  opacity: 1;
}
.first_screen_1_1 {
  width: 100%;
  background-color: #ffa800;
  position: relative;
  padding-left: 0.3rem;
  padding-bottom: 0.6rem;
}
.first_screen_1_1 img {
  display: block;
}
.first_screen_1_1 .flag {
  float: right;
  width: 5.14rem;
  height: 2.12rem;
  margin-bottom: 0.13rem;
}
.first_screen_1_1 .pagetitle {
  display: block;
  width: 4.37rem;
  height: 1.99rem;
}
.first_screen_1_1 .sm_title {
  margin-top: 0.4rem;
  width: 4.85rem;
  height: 0.98rem;
  background: url(../images/zhuanti/red_bg.png) no-repeat;
  background-size: 4.85rem 0.98rem;
  color: #fdfff9;
  font-size: 0.44rem;
}
.first_screen_1_1 .sm_title p {
  height: 0.87rem;
  display: flex;
  align-items: center;
  padding-left: 0.34rem;
}
.first_screen_1_1 .list {
  margin-top: 0.72rem;
  padding-left: 0.41rem;
}
.first_screen_1_1 .list ul {
  background-color: #2a3d6e;
  border-top-left-radius: 0.1rem;
  border-bottom-left-radius: 0.1rem;
  padding-top: 0.39rem;
  padding-bottom: 0.27rem;
}
.first_screen_1_1 .list ul li {
  display: flex;
  align-items: center;
  position: relative;
  height: 0.8rem;
  margin-bottom: 0.1rem;
}
.first_screen_1_1 .list ul li .icon_box {
  position: absolute;
  top: 0;
  left: -0.41rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 0.8rem;
  background-color: #2a3d6e;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0.03rem 0px 0.07rem 0 rgba(0, 10, 87, 0.35);
}
.first_screen_1_1 .list ul li .icon_box img {
  display: block;
}
.first_screen_1_1 .list ul li .icon_box .icon_ruxue {
  width: 0.36rem;
  height: 0.42rem;
}
.first_screen_1_1 .list ul li .icon_box .icon_feiyongguanli {
  width: 0.45rem;
  height: 0.43rem;
}
.first_screen_1_1 .list ul li .icon_box .icon_jiaoyu {
  width: 0.45rem;
  height: 0.4rem;
}
.first_screen_1_1 .list ul li .icon_box .icon_zigezhengshu {
  width: 0.39rem;
  height: 0.43rem;
}
.first_screen_1_1 .list ul li .icon_box .icon_anquan {
  width: 0.36rem;
  height: 0.42rem;
}
.first_screen_1_1 .list ul li p {
  display: flex;
  align-items: center;
  font-size: 0.32rem;
  color: #d7e2ff;
  height: 0.56rem;
  padding-left: 0.7rem;
  padding-right: 0.36rem;
  background-color: #be0b15;
  border-top-right-radius: 0.36rem;
}
.first_screen_1_1 .nvshen {
  position: absolute;
  right: 0;
  bottom: 0.26rem;
  width: 2.71rem;
  height: 10.25rem;
}
.second_screen_1_1 {
  overflow: hidden;
}
.second_screen_1_1 .tabs {
  background-color: #ffa800;
}
.second_screen_1_1 .tabs ul {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 0.85rem;
  font-size: 0.38rem;
  color: #2a3d6e;
}
.second_screen_1_1 .tabs ul li {
  width: 3.1rem;
  height: 0.85rem;
  padding-top: 0.1rem;
  border: 1px solid #fff;
  border-top: none;
  margin: 0 0.15rem;
  position: relative;
  border-top-left-radius: 0.08rem;
  border-top-right-radius: 0.08rem;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.second_screen_1_1 .tabs ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.08rem;
  border-radius: 0.08rem;
  background-color: #be0b15;
  border: 1px solid #fff;
}
.second_screen_1_1 .tabs ul li.active {
  background-color: #2a3d6e;
  color: #fff;
}
.second_screen_1_1 .tabs_container {
  background-color: #2a3d6e;
  font-size: 0.26rem;
  color: #e7eeff;
  line-height: 0.39rem;
  text-align: justify;
  word-break: break-all;
  width: 100%;
  overflow: hidden;
}
.second_screen_1_1 .tabs_container .txts {
  text-indent: 2em;
  padding: 0.26rem 0.3rem 0.3rem;
}
.section_head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section_head h2 {
  color: #2a3d6e;
  margin-bottom: 0.02rem;
  font-size: 0.42rem;
}
.section_head span {
  font-size: 0.42rem;
  color: #ffa800;
  background-color: #be0b15;
  height: 0.56rem;
  border-radius: 0.56rem;
  padding: 0 0.29rem;
  display: flex;
  align-items: center;
}
.section_head.other h2 {
  color: #fff;
}
.section_head.other span {
  color: #822600;
  background-color: #ffa800;
}
.section_head.other_span span {
  color: #822600;
  background-color: #ffa800;
}
.section_head.other3 h2 {
  color: #fff;
}
.section_head.other3 span {
  color: #822600;
  background-color: #eecd35;
}
.third_screen_1_1 {
  background-color: #ffa800;
  padding-top: 0.4rem;
  overflow: hidden;
}
.third_screen_1_1 .third_body {
  padding: 0.6rem 0.3rem 0;
}
.third_screen_1_1 .third_body ul li {
  position: relative;
  background-color: #fff;
  border-radius: 0.1rem;
  padding: 0.31rem 0.21rem 0.16rem;
  margin-bottom: 0.4rem;
}
.third_screen_1_1 .third_body ul li .number {
  position: absolute;
  top: -0.27rem;
  left: 0.2rem;
  font-size: 0.52rem;
  font-weight: bold;
  height: 0.54rem;
  line-height: 0.54rem;
  color: #2a3d6e;
}
.third_screen_1_1 .third_body ul li .number .botn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  color: #fff;
  overflow: hidden;
  z-index: 1;
}
.third_screen_1_1 .third_body ul li .txts h4 {
  font-size: 0.32rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 0.1rem;
}
.third_screen_1_1 .third_body ul li .txts p {
  font-size: 0.26rem;
  line-height: 0.45rem;
  color: #333333;
  text-align: justify;
  word-break: break-all;
  text-indent: 2em;
}
.fourth_screen_1_1 {
  background-color: #ffa800;
  padding-top: 0.04rem;
  padding-bottom: 0.61rem;
}
.fourth_screen_1_1 .section_body {
  padding-left: 0.09rem;
  padding-top: 0.5rem;
}
.fourth_screen_1_1 .section_body .swiper-slide {
  width: 6.71rem;
  background-color: #fff;
  border-radius: 0.1rem;
  margin-left: 0.2rem;
}
.fourth_screen_1_1 .section_body .swiper-slide ul {
  padding: 0 0.2rem;
}
.fourth_screen_1_1 .section_body .swiper-slide ul li {
  border-bottom: 1px dashed #efefef;
}
.fourth_screen_1_1 .section_body .swiper-slide ul li:last-child {
  border-bottom: none;
}
.fourth_screen_1_1 .section_body .swiper-slide ul li a {
  display: flex;
  padding-top: 0.29rem;
  padding-bottom: 0.29rem;
}
.fourth_screen_1_1 .section_body .swiper-slide ul li a .yxlogo {
  flex-shrink: 0;
  border-radius: 100%;
  width: 1.3rem;
  height: 1.3rem;
  border: 1px solid #efefef;
}
.fourth_screen_1_1 .section_body .swiper-slide ul li a .yxlogo img {
  display: block;
  width: 1.3rem;
  height: auto;
  object-fit: cover;
}
.fourth_screen_1_1 .section_body .swiper-slide ul li a .info {
  flex: 1;
  width: 100%;
  overflow: hidden;
  padding-left: 0.2rem;
}
.fourth_screen_1_1 .section_body .swiper-slide ul li a .info h4 {
  height: 0.96rem;
  font-size: 0.32rem;
  color: #333333;
  margin-top: 0.05rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
}
.fourth_screen_1_1 .section_body .swiper-slide ul li a .info .en {
  font-size: 0.22rem;
  color: #7e7e80;
  text-transform: capitalize;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.fourth_screen_1_1 .section_body .swiper-slide ul li a .info .address {
  font-size: 0.22rem;
  color: #7e7e80;
  margin-bottom: 0.18rem;
}
.fourth_screen_1_1 .section_body .swiper-slide ul li a .info .labels {
  display: flex;
  margin-bottom: 0.2rem;
}
.fourth_screen_1_1 .section_body .swiper-slide ul li a .info .labels span {
  flex-shrink: 0;
  height: 0.34rem;
  padding: 0 0.07rem;
  font-size: 0.22rem;
  color: #fff;
  border-radius: 0.04rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fourth_screen_1_1 .section_body .swiper-slide ul li a .info .labels p {
  flex: 1;
  width: 100%;
  padding-left: 0.15rem;
  line-height: 0.34rem;
  font-size: 0.24rem;
  color: #333333;
  word-break: break-all;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.fourth_screen_1_1 .section_body .swiper-slide ul li a .info .labels .mode {
  background-color: #0130a7;
}
.fourth_screen_1_1 .section_body .swiper-slide ul li a .info .labels .country {
  background-color: #f2d034;
}
.fourth_screen_1_1 .button_box {
  padding-left: 0.29rem;
  padding-right: 0.31rem;
  margin-top: 0.4rem;
}
.fourth_screen_1_1 .button_box a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.64rem;
  border-radius: 0.64rem;
  background-color: #be0b15;
  color: #fff;
  font-size: 0.32rem;
  font-weight: bold;
}
.fourth_screen_1_1 .button_box .icon_xiyige {
  display: block;
  width: 0.28rem;
  height: 0.28rem;
  margin-left: 0.13rem;
}
.fifth_screen_1_1 {
  background-color: #2a3d6e;
  padding-top: 0.44rem;
  overflow: hidden;
  padding-bottom: 0.15rem;
}
.fifth_screen_1_1 .fifth_body {
  margin-top: 0.5rem;
  padding-left: 0.29rem;
  padding-right: 0.3rem;
  padding-bottom: 0.46rem;
  background: url("../images/zhuanti/xz.png") no-repeat bottom center;
  background-size: 7.01rem 0.96rem;
}
.fifth_screen_1_1 .fifth_main {
  background-color: #3d579b;
  border-top-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
  font-size: 0.26rem;
  color: #d7e2ff;
  line-height: 0.47rem;
  text-align: justify;
  word-break: break-all;
  padding-left: 0.29rem;
  padding-right: 0.32rem;
  padding-bottom: 0.05rem;
  padding-top: 0.31rem;
}
.fifth_screen_1_1 .fifth_main .sec {
  margin-bottom: 0.28rem;
}
.fifth_screen_1_1 .fifth_main h4 {
  position: relative;
  font-size: 0.26rem;
  font-weight: bold;
  height: 0.3rem;
  display: flex;
  align-items: center;
  padding-left: 0.29rem;
  margin-bottom: 0.16rem;
}
.fifth_screen_1_1 .fifth_main h4::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -0.08rem;
  left: 0;
  width: 0.16rem;
  height: 0.16rem;
  background-color: #f2d403;
  border: 1px solid #fff;
  border-radius: 100%;
}
.fifth_screen_1_1 .fifth_main p {
  padding-left: 0.31rem;
}
.sixth_screen_1_1 {
  background-color: #ffa800;
  padding: 0.6rem 0.29rem;
}
.sixth_screen_1_1 .sixth_body {
  padding: 0.46rem 0.2rem 0;
  border: 1px dotted #fff;
  background: url(../images/zhuanti/bmbg_1_1.png) no-repeat top center #fff;
  background-size: cover;
  border-radius: 0.1rem;
}
.sixth_screen_1_1 .signup_box {
  padding-bottom: 0.59rem;
}
.sixth_screen_1_1 .signup_box form {
  display: flex;
  flex-direction: column;
}
.sixth_screen_1_1 .signup_box ul li {
  display: flex;
  flex-direction: column;
}
.sixth_screen_1_1 .signup_box ul li label {
  font-size: 0.26rem;
  color: #333333;
  padding-top: 0.33rem;
  padding-bottom: 0.2rem;
}
.sixth_screen_1_1 .signup_box ul li label span {
  color: #cc0000;
  margin: right 0.04rem;
}
.sixth_screen_1_1 .signup_box ul li input {
  width: 100%;
  height: 0.72rem;
  border-radius: 0.04rem;
  border: 1px solid #e8e8e8;
  font-size: 0.26rem;
  color: #666;
  padding-left: 0.2rem;
  outline: none;
  background-color: #f2f2f2;
}
.sixth_screen_1_1 .signup_box ul li input::placeholder {
  color: #acacac;
}
.sixth_screen_1_1 .signup_box .submitbtn {
  width: 100%;
  height: 0.8rem;
  border-radius: 0.8rem;
  background-color: #be0b15;
  color: #fff;
  border: none;
  font-size: 0.3rem;
  margin-top: 0.4rem;
}
.sixth_screen_1_1 .signup_box .lebels {
  display: flex;
  justify-content: space-between;
  font-size: 0.28rem;
  color: #999999;
  padding: 0.29rem 0.3rem 0.1rem;
}
.sixth_screen_1_1 .signup_box .lebels a {
  color: #999999;
}
.sixth_screen_1_1 .signup_box .lebels a span {
  color: #cc0000;
  margin-left: 0.12rem;
}
.seventh_screen_1_1 {
  background-color: #2a3d6e;
  padding-top: 0.44rem;
}
.seventh_screen_1_1 .seventh_body {
  padding-top: 0.5rem;
  padding-left: 0.29rem;
  padding-right: 0.3rem;
}
.seventh_screen_1_1 .seventh_body ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 0.3rem;
}
.seventh_screen_1_1 .seventh_body li {
  width: 3.35rem;
  margin-bottom: 0.3rem;
}
.seventh_screen_1_1 .seventh_body li a {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.seventh_screen_1_1 .seventh_body li a .title_pic_box {
  height: 2.48rem;
  width: 100%;
  position: relative;
}
.seventh_screen_1_1 .seventh_body li a .title_pic_box .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url(../images/zhuanti/black_bg.png) no-repeat bottom center;
  background-size: contain;
}
.seventh_screen_1_1 .seventh_body li a .title_pic_box .titlepic {
  display: block;
  width: 100%;
  height: 2.48rem;
  object-fit: cover;
  border-top-right-radius: 0.1rem;
  border-top-left-radius: 0.1rem;
}
.seventh_screen_1_1 .seventh_body li a .title_pic_box .views {
  position: absolute;
  right: 0.2rem;
  bottom: 0.2rem;
  z-index: 2;
  display: flex;
  align-items: center;
  font-size: 0.24rem;
  color: #fff;
}
.seventh_screen_1_1 .seventh_body li a .title_pic_box .views .icon_view {
  display: block;
  height: 0.2rem;
  width: auto;
  margin-right: 0.11rem;
}
.seventh_screen_1_1 .seventh_body li a .infos {
  background-color: #fff;
  border-bottom-left-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
  padding: 0 0.2rem 0.23rem;
}
.seventh_screen_1_1 .seventh_body li a .infos h4 {
  font-size: 0.28rem;
  line-height: 0.44rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #333333;
  font-weight: bold;
  padding-top: 0.21rem;
}
.seventh_screen_1_1 .seventh_body li a .infos .datetime {
  display: flex;
  align-items: center;
  font-size: 0.24rem;
  color: #9e9e9e;
  margin-top: 0.03rem;
}
.seventh_screen_1_1 .seventh_body li a .infos .datetime .icon_datetime {
  display: block;
  width: auto;
  height: 0.2rem;
  margin-right: 0.15rem;
}
.page_1_1 .copyright {
  background-color: #ffa800;
  color: #2a3d6e;
}
.page_1_1 .copyright a {
  color: #2a3d6e;
}
.page_2_2 .copyright {
  background-color: #002da1;
  color: #999999;
}
.page_2_2 .copyright a {
  color: #999999;
}
.page_3_1 .copyright {
  background-color: #822600;
  color: #999999;
}
.page_3_1 .copyright a {
  color: #999999;
}
.container_box {
  flex: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.scroll_box {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.scroll_box::-webkit-scrollbar {
  width: 0;
}
.first_screen_2_2 {
  width: 100%;
  background-color: #002da1;
  position: relative;
}
.first_screen_2_2 .banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.first_screen_2_2 .first_body {
  position: relative;
  padding-top: 7.35rem;
  overflow: hidden;
}
.first_screen_2_2 .first_body .list {
  padding-left: 0.29rem;
  padding-right: 0.3rem;
  padding-bottom: 0.5rem;
}
.first_screen_2_2 .first_body .list ul li {
  display: flex;
  align-items: center;
  position: relative;
  height: 0.8rem;
  margin-bottom: 0.1rem;
}
.first_screen_2_2 .first_body .list ul li .icon_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 0.8rem;
  background-color: #003bd1;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0.03rem 0px 0.07rem 0 rgba(0, 10, 87, 0.35);
}
.first_screen_2_2 .first_body .list ul li .icon_box img {
  display: block;
}
.first_screen_2_2 .first_body .list ul li .icon_box .icon_ruxue {
  width: 0.36rem;
  height: 0.42rem;
}
.first_screen_2_2 .first_body .list ul li .icon_box .icon_feiyongguanli {
  width: 0.45rem;
  height: 0.43rem;
}
.first_screen_2_2 .first_body .list ul li .icon_box .icon_jiaoyu {
  width: 0.45rem;
  height: 0.4rem;
}
.first_screen_2_2 .first_body .list ul li .icon_box .icon_zigezhengshu {
  width: 0.39rem;
  height: 0.43rem;
}
.first_screen_2_2 .first_body .list ul li .icon_box .icon_anquan {
  width: 0.36rem;
  height: 0.42rem;
}
.first_screen_2_2 .first_body .list ul li p {
  display: flex;
  align-items: center;
  font-size: 0.32rem;
  color: #d7e2ff;
  height: 0.56rem;
  margin-left: 0.2rem;
  padding-left: 0.9rem;
  padding-right: 0.36rem;
  background-color: #003bd1;
  border-top-right-radius: 0.36rem;
}
.first_screen_2_2 .first_body .tabs_container {
  padding: 0 0.3rem 0 0.29rem;
}
.first_screen_2_2 .first_body .tabs_container .tabs_body {
  background-color: #002279;
  border-radius: 0.1rem;
  padding: 0 0.2rem 0.3rem;
}
.first_screen_2_2 .first_body .tabs_container .tabs_body .tabs ul {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 0.85rem;
  font-size: 0.38rem;
  color: #002da1;
}
.first_screen_2_2 .first_body .tabs_container .tabs_body .tabs ul li {
  width: 3.1rem;
  height: 0.85rem;
  padding-bottom: 0.1rem;
  border: 1px solid #fff;
  border-bottom: none;
  margin: 0 0.15rem;
  position: relative;
  border-radius: 0.08rem;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.first_screen_2_2 .first_body .tabs_container .tabs_body .tabs ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.08rem;
  border-radius: 0.08rem;
  background-color: #f2d034;
  border: 1px solid #fff;
  border-left: none;
  border-right: none;
}
.first_screen_2_2 .first_body .tabs_container .tabs_body .tabs ul li.active {
  background-color: #002da1;
  color: #fff;
}
.first_screen_2_2 .first_body .tabs_container .tabs_body .tabs_content {
  font-size: 0.26rem;
  color: #e7eeff;
  line-height: 0.39rem;
  text-align: justify;
  word-break: break-all;
  width: 100%;
  overflow: hidden;
}
.first_screen_2_2 .first_body .tabs_container .tabs_body .tabs_content .txts {
  text-indent: 2em;
  padding: 0.26rem 0 0.27rem;
}
.section_head_2_2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section_head_2_2 ._dian {
  display: block;
  width: 0.38rem;
  height: auto;
}
.section_head_2_2 h2 {
  display: flex;
  align-items: center;
  height: 0.46rem;
  font-size: 0.42rem;
  color: #ffffff;
  margin: 0 0.21rem;
  position: relative;
}
.section_head_2_2 h2 span {
  position: relative;
  z-index: 1;
}
.section_head_2_2 h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.15rem;
  border-radius: 0.15rem;
  background-image: linear-gradient(#5717b4, #ecca38);
}
.fourth_screen_2_2 {
  padding: 0.61rem 0.29rem 0;
  overflow: hidden;
  background-color: #002da1;
}
.fourth_screen_2_2 .fourth_body {
  background-color: #003bd1;
  border: 1px dashed #dde5f9;
  border-radius: 0.1rem;
  padding-top: 0.56rem;
}
.fourth_screen_2_2 .fourth_body ul {
  padding-left: 0.19rem;
  padding-right: 0.41rem;
  padding-top: 0.3rem;
  padding-bottom: 0.41rem;
}
.fourth_screen_2_2 .fourth_body ul li {
  font-size: 0.26rem;
  color: #d7e2ff;
  line-height: 0.46rem;
  position: relative;
  padding-left: 0.34rem;
  margin-bottom: 0.08rem;
}
.fourth_screen_2_2 .fourth_body ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.13rem;
  width: 0.14rem;
  height: 0.14rem;
  border-radius: 0.16rem;
  border: 2px solid #fff;
  background-color: #f2d403;
}
.fifth_screen_2_2 {
  padding-top: 0.57rem;
  overflow: hidden;
  background-color: #002da1;
  padding-bottom: 0.61rem;
}
.fifth_screen_2_2 .section_body {
  padding-left: 0.09rem;
  padding-top: 0.5rem;
}
.fifth_screen_2_2 .section_body .swiper-slide {
  width: 6.71rem;
  background-color: #fff;
  border-radius: 0.1rem;
  margin-left: 0.2rem;
}
.fifth_screen_2_2 .section_body .swiper-slide ul {
  padding: 0 0.2rem;
}
.fifth_screen_2_2 .section_body .swiper-slide ul li {
  border-bottom: 1px dashed #efefef;
}
.fifth_screen_2_2 .section_body .swiper-slide ul li:last-child {
  border-bottom: none;
}
.fifth_screen_2_2 .section_body .swiper-slide ul li a {
  display: flex;
  padding-top: 0.29rem;
  padding-bottom: 0.29rem;
}
.fifth_screen_2_2 .section_body .swiper-slide ul li a .yxlogo {
  flex-shrink: 0;
  border-radius: 100%;
  width: 1.3rem;
  height: 1.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fifth_screen_2_2 .section_body .swiper-slide ul li a .yxlogo img {
  display: block;
  width: auto;
  height: 1.3rem;
  object-fit: cover;
}
.fifth_screen_2_2 .section_body .swiper-slide ul li a .info {
  flex: 1;
  width: 100%;
  overflow: hidden;
  padding-left: 0.2rem;
}
.fifth_screen_2_2 .section_body .swiper-slide ul li a .info h4 {
  height: 0.96rem;
  font-size: 0.32rem;
  color: #333333;
  margin-top: 0.05rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
}
.fifth_screen_2_2 .section_body .swiper-slide ul li a .info .en {
  font-size: 0.22rem;
  color: #7e7e80;
  text-transform: capitalize;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.fifth_screen_2_2 .section_body .swiper-slide ul li a .info .address {
  font-size: 0.22rem;
  color: #7e7e80;
  margin-bottom: 0.18rem;
}
.fifth_screen_2_2 .section_body .swiper-slide ul li a .info .labels {
  display: flex;
  margin-bottom: 0.2rem;
}
.fifth_screen_2_2 .section_body .swiper-slide ul li a .info .labels span {
  flex-shrink: 0;
  height: 0.34rem;
  padding: 0 0.07rem;
  font-size: 0.22rem;
  color: #fff;
  border-radius: 0.04rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fifth_screen_2_2 .section_body .swiper-slide ul li a .info .labels p {
  flex: 1;
  width: 100%;
  padding-left: 0.15rem;
  line-height: 0.34rem;
  font-size: 0.24rem;
  color: #333333;
  word-break: break-all;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.fifth_screen_2_2 .section_body .swiper-slide ul li a .info .labels .mode {
  background-color: #0130a7;
}
.fifth_screen_2_2 .section_body .swiper-slide ul li a .info .labels .country {
  background-color: #f2d034;
}
.fifth_screen_2_2 .button_box {
  padding-left: 0.29rem;
  padding-right: 0.31rem;
  margin-top: 0.4rem;
}
.fifth_screen_2_2 .button_box a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.64rem;
  border-radius: 0.64rem;
  background-color: #f2d034;
  color: #002da1;
  font-size: 0.32rem;
  font-weight: bold;
}
.fifth_screen_2_2 .button_box .icon_xiyige {
  display: block;
  width: 0.28rem;
  height: 0.28rem;
  margin-left: 0.13rem;
}
.sixth_screen_2_2 {
  padding-top: 0.57rem;
  background-color: #002279;
}
.sixth_screen_2_2 .sixth_body {
  padding-top: 0.5rem;
  padding-left: 0.29rem;
  padding-right: 0.3rem;
}
.sixth_screen_2_2 .sixth_body ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 0.3rem;
}
.sixth_screen_2_2 .sixth_body li {
  width: 3.35rem;
  margin-bottom: 0.3rem;
}
.sixth_screen_2_2 .sixth_body li a {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.sixth_screen_2_2 .sixth_body li a .title_pic_box {
  height: 2.48rem;
  width: 100%;
  position: relative;
}
.sixth_screen_2_2 .sixth_body li a .title_pic_box .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url(../images/zhuanti/black_bg.png) no-repeat bottom center;
  background-size: contain;
}
.sixth_screen_2_2 .sixth_body li a .title_pic_box .titlepic {
  display: block;
  width: 100%;
  height: 2.48rem;
  object-fit: cover;
  border-top-right-radius: 0.1rem;
  border-top-left-radius: 0.1rem;
}
.sixth_screen_2_2 .sixth_body li a .title_pic_box .views {
  position: absolute;
  right: 0.2rem;
  bottom: 0.2rem;
  z-index: 2;
  display: flex;
  align-items: center;
  font-size: 0.24rem;
  color: #fff;
}
.sixth_screen_2_2 .sixth_body li a .title_pic_box .views .icon_view {
  display: block;
  height: 0.2rem;
  width: auto;
  margin-right: 0.11rem;
}
.sixth_screen_2_2 .sixth_body li a .infos {
  background-color: #fff;
  border-bottom-left-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
  padding: 0 0.2rem 0.23rem;
}
.sixth_screen_2_2 .sixth_body li a .infos h4 {
  font-size: 0.28rem;
  line-height: 0.44rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #333333;
  font-weight: bold;
  padding-top: 0.21rem;
}
.sixth_screen_2_2 .sixth_body li a .infos .datetime {
  display: flex;
  align-items: center;
  font-size: 0.24rem;
  color: #9e9e9e;
  margin-top: 0.03rem;
}
.sixth_screen_2_2 .sixth_body li a .infos .datetime .icon_datetime {
  display: block;
  width: auto;
  height: 0.2rem;
  margin-right: 0.15rem;
}
.first_screen_3_1 {
  width: 100%;
  background-color: #822600;
  position: relative;
}
.first_screen_3_1 .banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.first_screen_3_1 .first_body {
  position: relative;
  padding-top: 7.35rem;
  overflow: hidden;
}
.first_screen_3_1 .first_body .list {
  padding-left: 0.29rem;
  padding-right: 0.3rem;
  padding-bottom: 0.5rem;
}
.first_screen_3_1 .first_body .list ul li {
  display: flex;
  align-items: center;
  position: relative;
  height: 0.8rem;
  margin-bottom: 0.1rem;
}
.first_screen_3_1 .first_body .list ul li .icon_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 0.8rem;
  background-color: #6c2001;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0.03rem 0px 0.07rem 0 rgba(0, 10, 87, 0.35);
}
.first_screen_3_1 .first_body .list ul li .icon_box img {
  display: block;
}
.first_screen_3_1 .first_body .list ul li .icon_box .icon_ruxue {
  width: 0.36rem;
  height: 0.42rem;
}
.first_screen_3_1 .first_body .list ul li .icon_box .icon_feiyongguanli {
  width: 0.45rem;
  height: 0.43rem;
}
.first_screen_3_1 .first_body .list ul li .icon_box .icon_jiaoyu {
  width: 0.45rem;
  height: 0.4rem;
}
.first_screen_3_1 .first_body .list ul li .icon_box .icon_zigezhengshu {
  width: 0.39rem;
  height: 0.43rem;
}
.first_screen_3_1 .first_body .list ul li .icon_box .icon_anquan {
  width: 0.36rem;
  height: 0.42rem;
}
.first_screen_3_1 .first_body .list ul li p {
  display: flex;
  align-items: center;
  font-size: 0.32rem;
  color: #d7e2ff;
  height: 0.56rem;
  margin-left: 0.2rem;
  padding-left: 0.9rem;
  padding-right: 0.36rem;
  background-color: #6c2001;
  border-top-right-radius: 0.36rem;
}
.second_screen_3_1 {
  background-color: #822600;
  overflow: hidden;
}
.second_screen_3_1 ul {
  padding-left: 0.29rem;
  padding-right: 0.3rem;
}
.second_screen_3_1 ul li {
  margin-bottom: 0.3rem;
}
.second_screen_3_1 ul li .item_head {
  height: 1.9rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0.1rem;
}
.second_screen_3_1 ul li .item_head h2 {
  font-size: 0.38rem;
  color: #ffffff;
  line-height: 0.42rem;
}
.second_screen_3_1 ul li .item_head span {
  margin-top: 0.12rem;
  display: block;
  width: 2.53rem;
  height: 0.06rem;
  border: 1px solid #fff;
  border-bottom-left-radius: 0.06rem;
  border-bottom-right-radius: 0.06rem;
  background-color: #e5c337;
}
.second_screen_3_1 ul li:nth-child(1) .item_head {
  background: url(../images/zhuanti/brief_bg2.png) no-repeat center;
  background-size: 100% 1.9rem;
  border-top-right-radius: 0.1rem;
  border-top-left-radius: 0.1rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.second_screen_3_1 ul li:nth-child(1) .item_body {
  display: block;
}
.second_screen_3_1 ul li:nth-child(2) .item_head {
  background: url(../images/zhuanti/brief_bg2.png) no-repeat center;
  background-size: 100% 1.9rem;
}
.second_screen_3_1 ul li:nth-child(3) .item_head {
  background: url(../images/zhuanti/brief_bg3.png) no-repeat center;
  background-size: 100% 1.9rem;
}
.second_screen_3_1 ul li.active .item_head {
  border-top-right-radius: 0.1rem;
  border-top-left-radius: 0.1rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.second_screen_3_1 .item_body {
  display: none;
  background-color: #6c2001;
  border-bottom-left-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
  padding-left: 0.25rem;
  padding-right: 0.21rem;
  font-size: 0.26rem;
  line-height: 0.44rem;
  color: #e7eeff;
  text-align: justify;
  word-break: break-all;
  border: 1px dashed #ba9687;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.third_screen_3_1 {
  background-color: #822600;
  padding-top: 0.07rem;
  overflow: hidden;
}
.third_screen_3_1 .third_body {
  padding: 0.6rem 0.3rem 0;
}
.third_screen_3_1 .third_body ul li {
  position: relative;
  background-color: #fff;
  border-radius: 0.1rem;
  padding: 0.31rem 0.21rem 0.16rem;
  margin-bottom: 0.4rem;
}
.third_screen_3_1 .third_body ul li .number {
  position: absolute;
  top: -0.27rem;
  left: 0.2rem;
  font-size: 0.52rem;
  font-weight: bold;
  height: 0.54rem;
  line-height: 0.54rem;
  color: #822600;
}
.third_screen_3_1 .third_body ul li .number .botn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  color: #fff;
  overflow: hidden;
  z-index: 1;
}
.third_screen_3_1 .third_body ul li .txts h4 {
  font-size: 0.32rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 0.1rem;
}
.third_screen_3_1 .third_body ul li .txts p {
  font-size: 0.26rem;
  line-height: 0.45rem;
  color: #333333;
  text-align: justify;
  word-break: break-all;
  text-indent: 2em;
}
.fourth_screen_3_1 {
  background-color: #822600;
  padding-bottom: 0.61rem;
}
.fourth_screen_3_1 .section_body {
  padding-left: 0.09rem;
  padding-top: 0.5rem;
}
.fourth_screen_3_1 .section_body .swiper-slide {
  width: 6.71rem;
  background-color: #fff;
  border-radius: 0.1rem;
  margin-left: 0.2rem;
}
.fourth_screen_3_1 .section_body .swiper-slide ul {
  padding: 0 0.2rem;
}
.fourth_screen_3_1 .section_body .swiper-slide ul li {
  border-bottom: 1px dashed #efefef;
}
.fourth_screen_3_1 .section_body .swiper-slide ul li:last-child {
  border-bottom: none;
}
.fourth_screen_3_1 .section_body .swiper-slide ul li a {
  display: flex;
  padding-top: 0.29rem;
  padding-bottom: 0.29rem;
}
.fourth_screen_3_1 .section_body .swiper-slide ul li a .yxlogo {
  flex-shrink: 0;
  border-radius: 100%;
  width: 1.3rem;
  height: 1.3rem;
  border: 1px solid #efefef;
}
.fourth_screen_3_1 .section_body .swiper-slide ul li a .yxlogo img {
  display: block;
  width: 1.3rem;
  height: auto;
  object-fit: cover;
}
.fourth_screen_3_1 .section_body .swiper-slide ul li a .info {
  flex: 1;
  width: 100%;
  overflow: hidden;
  padding-left: 0.2rem;
}
.fourth_screen_3_1 .section_body .swiper-slide ul li a .info h4 {
  height: 0.96rem;
  font-size: 0.32rem;
  color: #333333;
  margin-top: 0.05rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
}
.fourth_screen_3_1 .section_body .swiper-slide ul li a .info .en {
  font-size: 0.22rem;
  color: #7e7e80;
  text-transform: capitalize;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.fourth_screen_3_1 .section_body .swiper-slide ul li a .info .address {
  font-size: 0.22rem;
  color: #7e7e80;
  margin-bottom: 0.18rem;
}
.fourth_screen_3_1 .section_body .swiper-slide ul li a .info .labels {
  display: flex;
  margin-bottom: 0.2rem;
}
.fourth_screen_3_1 .section_body .swiper-slide ul li a .info .labels span {
  flex-shrink: 0;
  height: 0.34rem;
  padding: 0 0.07rem;
  font-size: 0.22rem;
  color: #fff;
  border-radius: 0.04rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fourth_screen_3_1 .section_body .swiper-slide ul li a .info .labels p {
  flex: 1;
  width: 100%;
  padding-left: 0.15rem;
  line-height: 0.34rem;
  font-size: 0.24rem;
  color: #333333;
  word-break: break-all;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.fourth_screen_3_1 .section_body .swiper-slide ul li a .info .labels .mode {
  background-color: #0130a7;
}
.fourth_screen_3_1 .section_body .swiper-slide ul li a .info .labels .country {
  background-color: #f2d034;
}
.fourth_screen_3_1 .button_box {
  padding-left: 0.29rem;
  padding-right: 0.31rem;
  margin-top: 0.4rem;
}
.fourth_screen_3_1 .button_box a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.64rem;
  border-radius: 0.64rem;
  background-color: #f2d034;
  color: #822600;
  font-size: 0.32rem;
  font-weight: bold;
}
.fourth_screen_3_1 .button_box .icon_xiyige {
  display: block;
  width: 0.28rem;
  height: 0.28rem;
  margin-left: 0.13rem;
}
.sixth_screen_3_1 {
  background-color: #6c2001;
  padding-top: 0.4rem;
}
.sixth_screen_3_1 .section_body {
  padding-left: 0.29rem;
  padding-right: 0.31rem;
  padding-top: 0.5rem;
  padding-bottom: 0.3rem;
}
.sixth_screen_3_1 .tips_wrap {
  padding-bottom: 0.4rem;
  background: url(../images/zhuanti/xz2.png) no-repeat bottom center;
  background-size: 7.01rem 0.96rem;
}
.sixth_screen_3_1 .tips {
  font-size: 0.32rem;
  line-height: 0.44rem;
  text-align: justify;
  word-break: break-all;
  padding: 0.25rem 0.39rem;
  background-color: #822600;
  color: #fff;
  border-top-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
}
.sixth_screen_3_1 .sixth_content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sixth_screen_3_1 .sixth_content ul li {
  width: 3.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0.3rem;
}
.sixth_screen_3_1 .sixth_content ul li:nth-child(1) .txts {
  background: url(../images/zhuanti/y_bg1.png) no-repeat center #fff;
  background-size: cover;
}
.sixth_screen_3_1 .sixth_content ul li:nth-child(2) .txts {
  background: url(../images/zhuanti/y_bg2.png) no-repeat center #fff;
  background-size: cover;
}
.sixth_screen_3_1 .sixth_content ul li:nth-child(3) .txts {
  background: url(../images/zhuanti/y_bg3.png) no-repeat center #fff;
  background-size: cover;
}
.sixth_screen_3_1 .sixth_content ul li:nth-child(4) .txts {
  background: url(../images/zhuanti/y_bg4.png) no-repeat center #fff;
  background-size: cover;
}
.sixth_screen_3_1 .sixth_content ul li:nth-child(5) {
  width: 100%;
}
.sixth_screen_3_1 .sixth_content ul li:nth-child(5) .txts {
  background: url(../images/zhuanti/y_bg5.png) no-repeat center #fff;
  background-size: cover;
}
.sixth_screen_3_1 .sixth_content ul li h4 {
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.72rem;
  height: 0.62rem;
  font-size: 0.32rem;
  color: #ffffff;
  font-weight: bold;
  background-color: #002279;
}
.sixth_screen_3_1 .sixth_content ul li .txts {
  border-radius: 0.1rem;
  height: 100%;
  font-size: 0.26rem;
  color: #333333;
  line-height: 0.44rem;
  text-align: justify;
  word-break: break-all;
  background-color: #fff;
  padding: 0.19rem 0.21rem 0.21rem;
}
.fifth_screen_3_1 {
  padding: 0.45rem 0.29rem 0.6rem;
  background-color: #822600;
}
.fifth_screen_3_1 .fifth_body {
  background-color: #002279;
  border: 1px dashed #ffffff;
  border-radius: 0.1rem;
  padding-top: 0.56rem;
}
.fifth_screen_3_1 .fifth_body ul {
  padding-left: 0.19rem;
  padding-right: 0.41rem;
  padding-top: 0.3rem;
  padding-bottom: 0.41rem;
}
.fifth_screen_3_1 .fifth_body ul li {
  font-size: 0.26rem;
  color: #d7e2ff;
  line-height: 0.46rem;
  position: relative;
  padding-left: 0.34rem;
  margin-bottom: 0.08rem;
}
.fifth_screen_3_1 .fifth_body ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.13rem;
  width: 0.14rem;
  height: 0.14rem;
  border-radius: 0.16rem;
  border: 2px solid #fff;
  background-color: #f2d403;
}
.fifth_screen_3_1 .fifth_main {
  font-size: 0.26rem;
  color: #d7e2ff;
  line-height: 0.47rem;
  text-align: justify;
  word-break: break-all;
  padding-left: 0.29rem;
  padding-right: 0.32rem;
  padding-bottom: 0.05rem;
  padding-top: 0.31rem;
}
.fifth_screen_3_1 .fifth_main .sec {
  margin-bottom: 0.28rem;
}
.fifth_screen_3_1 .fifth_main h4 {
  position: relative;
  font-size: 0.26rem;
  font-weight: bold;
  height: 0.3rem;
  display: flex;
  align-items: center;
  padding-left: 0.29rem;
  margin-bottom: 0.16rem;
}
.fifth_screen_3_1 .fifth_main h4::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -0.08rem;
  left: 0;
  width: 0.16rem;
  height: 0.16rem;
  background-color: #f2d403;
  border: 1px solid #fff;
  border-radius: 100%;
}
.fifth_screen_3_1 .fifth_main p {
  padding-left: 0.31rem;
}
.seventh_screen_3_1 {
  background-color: #6c2001;
  padding-top: 0.44rem;
}
.seventh_screen_3_1 .seventh_body {
  padding-top: 0.5rem;
  padding-left: 0.29rem;
  padding-right: 0.3rem;
}
.seventh_screen_3_1 .seventh_body ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 0.3rem;
}
.seventh_screen_3_1 .seventh_body li {
  width: 3.35rem;
  margin-bottom: 0.3rem;
}
.seventh_screen_3_1 .seventh_body li a {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.seventh_screen_3_1 .seventh_body li a .title_pic_box {
  height: 2.48rem;
  width: 100%;
  position: relative;
}
.seventh_screen_3_1 .seventh_body li a .title_pic_box .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url(../images/zhuanti/black_bg.png) no-repeat bottom center;
  background-size: contain;
}
.seventh_screen_3_1 .seventh_body li a .title_pic_box .titlepic {
  display: block;
  width: 100%;
  height: 2.48rem;
  object-fit: cover;
  border-top-right-radius: 0.1rem;
  border-top-left-radius: 0.1rem;
}
.seventh_screen_3_1 .seventh_body li a .title_pic_box .views {
  position: absolute;
  right: 0.2rem;
  bottom: 0.2rem;
  z-index: 2;
  display: flex;
  align-items: center;
  font-size: 0.24rem;
  color: #fff;
}
.seventh_screen_3_1 .seventh_body li a .title_pic_box .views .icon_view {
  display: block;
  height: 0.2rem;
  width: auto;
  margin-right: 0.11rem;
}
.seventh_screen_3_1 .seventh_body li a .infos {
  background-color: #fff;
  border-bottom-left-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
  padding: 0 0.2rem 0.23rem;
}
.seventh_screen_3_1 .seventh_body li a .infos h4 {
  font-size: 0.28rem;
  line-height: 0.44rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #333333;
  font-weight: bold;
  padding-top: 0.21rem;
}
.seventh_screen_3_1 .seventh_body li a .infos .datetime {
  display: flex;
  align-items: center;
  font-size: 0.24rem;
  color: #9e9e9e;
  margin-top: 0.03rem;
}
.seventh_screen_3_1 .seventh_body li a .infos .datetime .icon_datetime {
  display: block;
  width: auto;
  height: 0.2rem;
  margin-right: 0.15rem;
}
.eighth_screen_3_1 {
  background-color: #822600;
  padding: 0.61rem 0.29rem 0;
}
.eighth_screen_3_1 .seventh_body {
  border: 1px dashed #ffffff;
  background-color: #003bd1;
  border-radius: 0.1rem;
  padding: 0.46rem 0.2rem 0;
}
.eighth_screen_3_1 .seventh_body .signup_box {
  padding-bottom: 0.59rem;
}
.eighth_screen_3_1 .seventh_body .signup_box form {
  display: flex;
  flex-direction: column;
}
.eighth_screen_3_1 .seventh_body .signup_box ul li {
  display: flex;
  flex-direction: column;
}
.eighth_screen_3_1 .seventh_body .signup_box ul li label {
  font-size: 0.26rem;
  color: #fff;
  padding-top: 0.33rem;
  padding-bottom: 0.2rem;
}
.eighth_screen_3_1 .seventh_body .signup_box ul li label span {
  color: #cc0000;
  margin: right 0.04rem;
}
.eighth_screen_3_1 .seventh_body .signup_box ul li input {
  width: 100%;
  height: 0.72rem;
  border-radius: 0.04rem;
  border: 1px solid #cedcff;
  font-size: 0.26rem;
  color: #fff;
  padding-left: 0.2rem;
  outline: none;
  background-color: #002da1;
}
.eighth_screen_3_1 .seventh_body .signup_box ul li input::placeholder {
  color: #779eff;
}
.eighth_screen_3_1 .seventh_body .signup_box .submitbtn {
  width: 100%;
  height: 0.8rem;
  border-radius: 0.8rem;
  background-color: #f2d034;
  color: #002279;
  border: none;
  font-size: 0.3rem;
  margin-top: 0.4rem;
}
.eighth_screen_3_1 .seventh_body .signup_box .lebels {
  display: flex;
  justify-content: space-between;
  font-size: 0.28rem;
  color: #999999;
  padding: 0.29rem 0.3rem 0.1rem;
}
.eighth_screen_3_1 .seventh_body .signup_box .lebels a {
  color: #999999;
}
.eighth_screen_3_1 .seventh_body .signup_box .lebels a span {
  color: #cc0000;
  margin-left: 0.12rem;
}
* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}
img {
  border: none;
}
a {
  text-decoration: none;
}
body {
  line-height: 1.5;
  font-weight: normal;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.copyright {
  text-align: center;
  font-size: 0.2rem;
  line-height: 0.36rem;
  padding-bottom: 0.8rem;
  color: #fff;
}
.copyright a {
  color: #fff;
}
.lx_head {
  width: 100%;
  overflow: hidden;
}
.lx_head img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.lx_introduce {
  background: url(../images/banner.png) no-repeat top center;
  background-size: contain;
  padding-top: 7.77rem;
}
.lx_introduce .tabs_container {
  padding: 0 0.3rem 0 0.29rem;
}
.lx_introduce .tabs_container .tabs_body {
  background-color: #510ca4;
  border-radius: 0.1rem;
  padding: 0.3rem 0.2rem;
}
.lx_introduce .tabs_container .tabs_body .tabs ul {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 0.85rem;
  font-size: 0.38rem;
  color: #6a16cb;
}
.lx_introduce .tabs_container .tabs_body .tabs ul li {
  cursor: pointer;
  width: 3.1rem;
  height: 0.85rem;
  padding-bottom: 0.1rem;
  border: 1px solid #fff;
  border-bottom: none;
  margin: 0 0.15rem;
  position: relative;
  border-radius: 0.08rem;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.lx_introduce .tabs_container .tabs_body .tabs ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.08rem;
  border-radius: 0.08rem;
  background-color: #f2d034;
  border: 1px solid #fff;
  border-left: none;
  border-right: none;
}
.lx_introduce .tabs_container .tabs_body .tabs ul li.active {
  background-image: linear-gradient(to top, #5717b4, #6e16d0);
  color: #fff;
}
.lx_introduce .tabs_container .tabs_body .tabs_content {
  font-size: 0.26rem;
  color: #e7eeff;
  line-height: 0.39rem;
  text-align: justify;
  word-break: break-all;
  width: 100%;
  overflow: hidden;
}
.lx_introduce .tabs_container .tabs_body .tabs_content .txts {
  text-indent: 2em;
  padding: 0.26rem 0 0.27rem;
  box-sizing: border-box;
  height: 2.1rem;
}
.second_screen_2_2 {
  padding-top: 0.57rem;
  overflow: hidden;
  padding-bottom: 0.62rem;
}
.second_screen_2_2 .second_body {
  padding: 0.6rem 0.3rem 0.1rem;
}
.second_screen_2_2 .second_body ul li {
  position: relative;
  background-color: #fff;
  border-radius: 0.1rem;
  padding: 0.31rem 0.21rem 0.16rem;
  margin-bottom: 0.4rem;
}
.second_screen_2_2 .second_body ul li .number {
  position: absolute;
  top: -0.27rem;
  left: 0.2rem;
  font-size: 0.52rem;
  font-weight: bold;
  height: 0.54rem;
  line-height: 0.54rem;
  color: #6A16CB;
}
.second_screen_2_2 .second_body ul li .number .botn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  color: #fff;
  overflow: hidden;
  z-index: 1;
}
.second_screen_2_2 .second_body ul li .txts h4 {
  font-size: 0.32rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 0.1rem;
}
.second_screen_2_2 .second_body ul li .txts p {
  font-size: 0.26rem;
  line-height: 0.45rem;
  color: #333333;
  text-align: justify;
  word-break: break-all;
  text-indent: 2em;
}
.theme_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.76rem;
  height: 0.58rem;
  border-radius: 0.58rem;
  margin: 0 auto;
  background-color: #f2d034;
  font-size: 0.26rem;
  color: #6a16cb;
  cursor: pointer;
}
.third_screen_2_2 {
  background-color: #510ca4;
  padding-top: 0.57rem;
  padding-bottom: 0.6rem;
  overflow: hidden;
}
.third_screen_2_2 .third_body {
  padding: 0 0.3rem 0.1rem;
  overflow: hidden;
}
.third_screen_2_2 .third_body .tips {
  font-size: 0.32rem;
  line-height: 0.44rem;
  text-align: justify;
  word-break: break-all;
  padding: 0.25rem 0.39rem;
  background-color: #f2d034;
  color: #002279;
  border-top-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
}
.third_screen_2_2 .third_body .third_content {
  margin-top: 0.6rem;
}
.third_screen_2_2 .third_body .third_content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.third_screen_2_2 .third_body .third_content ul li {
  width: 3.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0.32rem;
}
.third_screen_2_2 .third_body .third_content ul li h4 {
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.72rem;
  height: 0.62rem;
  font-size: 0.3rem;
  color: #ffffff;
  font-weight: bold;
  background-image: linear-gradient(to top, #5717b4, #6e16d0);
}
.third_screen_2_2 .third_body .third_content ul li .txts {
  border-radius: 0.1rem;
  height: 100%;
  font-size: 0.26rem;
  color: #333333;
  line-height: 0.44rem;
  text-align: justify;
  word-break: break-all;
  background-color: #fff;
  padding: 0.19rem 0.21rem 0.21rem;
}
.lx_school_list {
  padding-top: 0.57rem;
  padding-bottom: 0.6rem;
  overflow: hidden;
}
.lx_school_list .section_body {
  padding: 0.52rem 0.3rem 0;
}
.lx_school_list .section_body .swiper_img {
  width: 100%;
  overflow: hidden;
}
.lx_school_list .section_body .swiper_img .swiper-slide {
  width: 5.4rem;
  height: 3.49rem;
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
}
.lx_school_list .section_body .swiper_img .swiper-slide img {
  display: block;
  width: 5.4rem;
  height: 3.49rem;
  opacity: 0.5;
  border-radius: 0.1rem;
}
.lx_school_list .section_body .swiper_img .swiper-slide-active,
.lx_school_list .section_body .swiper_img .swiper-slide-duplicate-active {
  transform: scale(1);
  position: relative;
  z-index: 10;
}
.lx_school_list .section_body .swiper_img .swiper-slide-active img,
.lx_school_list .section_body .swiper_img .swiper-slide-duplicate-active img {
  opacity: 1;
}
.lx_school_list .section_body .swiper_info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.lx_school_list .section_body .swiper_info .school_name {
  font-size: 0.28em;
  color: #ffffff;
  text-align: center;
  margin-top: 0.4rem;
}
.lx_school_list .section_body .swiper_info .school_name a {
  color: #ffffff;
}
.lx_school_list .section_body .swiper_info .labels {
  margin-top: 0.22rem;
  font-size: 0.24rem;
  color: #d5e1ff;
  line-height: 1.8;
}
.lx_school_list .section_body .swiper_info .labels p {
  flex: 1;
  text-align: center;
  flex-shrink: 0;
}
.lx_school_list .section_body .swiper_info .txt {
  margin-top: 0.3rem;
  background-color: #510ca4;
  padding: 0.24rem 0.4rem 0.3rem;
  font-size: 0.26rem;
  color: #ffffff;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}
.lx_school_list .section_body .swiper_info .txt p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  box-sizing: border-box;
}
.seventh_screen_2_2 {
  padding: 0 0.29rem 0.5rem;
}
.seventh_screen_2_2 .seventh_body {
  border: 1px dashed #ffffff;
  background-color: #510ca4;
  border-radius: 0.1rem;
  padding: 0.46rem 0.2rem 0;
}
.seventh_screen_2_2 .seventh_body .signup_box {
  padding-bottom: 0.59rem;
}
.seventh_screen_2_2 .seventh_body .signup_box form {
  display: flex;
  flex-direction: column;
}
.seventh_screen_2_2 .seventh_body .signup_box ul li {
  display: flex;
  flex-direction: column;
}
.seventh_screen_2_2 .seventh_body .signup_box ul li label {
  font-size: 0.26rem;
  color: #fff;
  padding-top: 0.33rem;
  padding-bottom: 0.2rem;
}
.seventh_screen_2_2 .seventh_body .signup_box ul li label span {
  color: #cc0000;
  margin: right 0.04rem;
}
.seventh_screen_2_2 .seventh_body .signup_box ul li input,
.seventh_screen_2_2 .seventh_body .signup_box ul li select {
  width: 100%;
  height: 0.72rem;
  border-radius: 0.04rem;
  border: 1px solid #cedcff;
  font-size: 0.26rem;
  color: #fff;
  padding-left: 0.2rem;
  outline: none;
  background-color: transparent;
  color: #d7b4ff;
}
.seventh_screen_2_2 .seventh_body .signup_box ul li input::placeholder,
.seventh_screen_2_2 .seventh_body .signup_box ul li select::placeholder {
  color: #d7b4ff;
}
.seventh_screen_2_2 .seventh_body .signup_box .submitbtn {
  width: 2.79rem;
  height: 0.8rem;
  border-radius: 0.8rem;
  background-color: #f2d034;
  color: #6c16ce;
  border: none;
  font-size: 0.3rem;
  margin: 0.4rem auto 0;
}
.seventh_screen_2_2 .seventh_body .signup_box .lebels {
  display: flex;
  justify-content: space-between;
  font-size: 0.28rem;
  color: #999999;
  padding: 0.29rem 0.3rem 0.1rem;
}
.seventh_screen_2_2 .seventh_body .signup_box .lebels a {
  color: #999999;
}
.seventh_screen_2_2 .seventh_body .signup_box .lebels a span {
  color: #cc0000;
  margin-left: 0.12rem;
}
