* {
  box-sizing: border-box;
  line-height: 1.4;
}
img {
  display: block;
}
.war {
  position: relative;
  font-size: 0.24rem;
  width: 100%;
  min-height: 100vh;
  color: #44566e;
  background: #dceaf5;
  overflow: hidden;
}
.war .war_header {
  position: fixed;
  backdrop-filter: blur(4px);
  background: rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid #fff;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding-left: 0.1rem;
  padding-right: 0.2rem;
  height: 0.67rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.war .war_header .logo {
  width: 2.13rem;
}
.war .war_header .navlist {
  display: flex;
  justify-content: space-evenly;
}
.war .war_header .navlist .navs {
  padding: 0.07rem 0.1rem;
  border-radius: 2px;
  margin-left: 0.3rem;
  text-align: center;
  font-size: 0.18rem;
  font-weight: bold;
  width: 1.18rem;
  color: #12316d;
  border: 1px solid #6ddbef;
}
.war .banner {
  width: 100%;
  margin-bottom: 0.6rem;
}
.war .main .main_tip {
  margin-bottom: 1rem;
}
.war .main .main_tip .tip {
  margin: 0 auto 0.5rem;
  width: 5.6rem;
  height: 1rem;
  background-image: url(../images/tip.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 0.25rem;
}
.war .main .main_tip .tip p {
  color: #12316d;
  font-size: 0.34rem;
  font-weight: bold;
}
.war .main .main_tip .tip p:nth-child(2) {
  margin-top: 0.12rem;
  font-weight: normal;
  color: #97c7ef;
  font-size: 0.22rem;
}
.war .main .main_tip .tip_content {
  width: 6.86rem;
  margin: 0 auto;
}
.war .main .main_tip .tip_content p {
  color: #1952bd;
  font-size: 0.24rem;
  font-weight: bold;
}
.war .main .main_tip .tip_content p:last-child {
  margin-top: 0.3rem;
  color: #44566e;
  font-weight: normal;
}
.war .main .titles {
  font-size: 0.34rem;
  color: #265cd5;
  width: 6.84rem;
  height: 0.58rem;
  margin: 0 auto 0.2rem;
  text-align: center;
  background-image: url(../images/ctitle.png);
  background-size: 100% 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-weight: bold;
}
.war .main .cont {
  width: 7.17rem;
  text-align: justify;
  margin: 0 auto 1rem;
  position: relative;
  background-size: 100% 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  padding: 0.54rem 0.6rem 0.4rem;
}
.war .main .cont .f {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -30%);
}
.war .main .cont .f1 {
  width: 0.78rem;
}
.war .main .cont .f2 {
  width: 0.63rem;
  transform: translate(-50%, -36%);
}
.war .main .cont .f3 {
  width: 0.65rem;
}
.war .main .cont .f4 {
  width: 0.83rem;
}
.war .main .cont .cont_title {
  text-align: center;
  font-weight: bold;
  color: #1952bd;
  font-size: 0.34rem;
  margin-bottom: 0.1rem;
}
.war .main .cont .cont_tip {
  text-align: center;
  color: #44566e;
  margin-bottom: 0.3rem;
}
.war .main .cont .cont_main {
  position: relative;
  text-indent: 1em;
  margin-bottom: 0.2rem;
  color: #44566e;
}
.war .main .cont .cont_main::before {
  position: absolute;
  content: '◆';
  text-indent: 0;
  font-size: 0.24rem;
  color: #2458bf;
  top: 0;
  left: 0;
}
.war .main .cont .c_main {
  background-image: url(../images/doc.png);
  background-size: 0.17rem 0.16rem;
  background-repeat: no-repeat;
  background-position: 0 0.11rem;
  margin-bottom: 0.3rem;
  padding-left: 0.2rem;
}
.war .main .cont .c_main p {
  margin-bottom: 0;
}
.war .main .cont .c_main_a {
  width: fit-content;
  margin-top: 10px;
  background: #4a82ff;
  box-sizing: border-box;
  border-radius: 30px;
  padding: 5px 25px;
  letter-spacing: 1px;
}
.war .main .cont .c_main_a a {
  color: #fff
}
.war .main .cont .code_content {
  display: flex;
}
.war .main .cont .code_content .code_cont {
  flex: 1;
  text-align: center;
  font-size: 0.18rem;
  color: #44566e;
}
.war .main .cont .code_content .code_cont img {
  width: 1.6rem;
  margin: 0 auto;
}
.war .main .cont p {
  color: #44566e;
  margin-bottom: 0.2rem;
}
.war .main .cont .p {
  margin-bottom: 0.3rem;
}
.war .main .cont .p span {
  color: #1952bd;
  font-weight: bold;
}
.war .main .cont1 {
  background-image: url(../images/f1.png);
}
.war .main .cont2 {
  padding-top: 0.6rem;
  background-image: url(../images/f2.png);
}
.war .main .cont3 {
  padding-top: 0.65rem;
  background-image: url(../images/f3.png);
}
.war .main .cont4 {
  background-image: url(../images/f4.png);
}
.war .main .r1 {
  padding-top: 0.3rem;
  background-image: url(../images/r1.png);
}
.war .main .r2 {
  background-image: url(../images/r2.png);
}
.war .main .r3 {
  background-image: url(../images/r3.png);
}
.war .main .r4 {
  background-image: url(../images/r4.png);
}
.war .main .r5 {
  background-image: url(../images/r5.png);
}
.war .main .download {
  width: 100%;
  margin: 0 auto;
}
.war .main .download a {
  border-radius: 4px;
  display: block;
  width: 100%;
  line-height: 0.7rem;
  background-color: #4a82ff;
  background-image: url(../images/pdf.png);
  background-position: 0.2rem 50%;
  background-size: 0.34rem 0.32rem;
  background-repeat: no-repeat;
  padding-left: 0.75rem;
  color: #fff;
  margin-bottom: 0.24rem;
}
.war .main .snav {
  width: 100%;
  border-bottom: 1px solid #9fc3f4;
  display: flex;
  justify-content: space-evenly;
  color: #031859;
  font-size: 0.32rem;
  margin-bottom: 0.5rem;
}
.war .main .snav .snavs {
  padding-bottom: 0.36rem;
  text-align: center;
  width: 3.36rem;
}
.war .main .snav .snavs.active {
  font-weight: bold;
  color: #2468f2;
  border-bottom: 3px solid #2468f2;
}
.war .main .v_cont {
  width: 6.8rem;
  border-radius: 4px;
  overflow: hidden;
  margin: 0 auto;
}
.war .main .v_cont .v_top {
  position: relative;
  width: 6.8rem;
  overflow: hidden;
}
.war .main .v_cont .v_top .top {
  width: 0.9rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.war .main .v_cont .v_top .ban {
  width: 100%;
}
.war .main .v_cont .v_bottom {
  background: #fff;
  padding: 0.67rem 0.65rem;
  font-size: 0.32rem;
  color: #0b1324;
}
.war .bottom {
  width: 100%;
  color: #fff;
  background-color: #0075e1;
  padding: 0.1rem 0.33rem 0.2rem;
}
.war .bottom .show_cont {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.1rem;
}
.war .bottom .show_cont .list {
  width: 50%;
  font-weight: bold;
  margin-top: 0.3rem;
}
.war .bottom .show_cont .list p {
  margin-bottom: 0.1rem;
}
.war .bottom .show_cont .list .b1 {
  width: 2.36rem;
}
.war .bottom .show_cont .list .b2 {
  width: 1.24rem;
}
.war .bottom .show_cont .list .b3 {
  width: 1.58rem;
}
.war .bottom .show_cont .list .b4 {
  width: 1.22rem;
}
.war .bottom .ttt {
  font-size: 0.16rem;
  opacity: 0.6;
  margin-bottom: 0.5rem;
}
.war .bottom .bottom_tip {
  margin-bottom: 0.6rem;
}
.war .bottom .bottom_tip .p1 {
  font-size: 0.24rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.war .bottom .bottom_tip .p2 {
  font-size: 0.18rem;
  opacity: 0.6;
}
.war .bottom .footer {
  text-align: center;
  opacity: 0.6;
}
.war1 .main .main_tip .tip {
  margin-bottom: 0.7rem;
  margin-top: 0.5rem;
}
.war2 .main .main_tip {
  margin-bottom: 0.3rem;
}
.war3 .main .main_tip {
  margin-bottom: 0.7rem;
}
.war2 .main .cont {
  margin-bottom: 0.5rem;
}
.war3 .main .cont1 {
  padding-top: 0.5rem;
  width: 100%;
}
.war3 .rank-box {
  padding: 0 20px;
}

.chide {
  font-size: 0.24rem;
  color: #2a64d4;
  text-align: center;
  font-weight: bold;
  margin-bottom: 2.7rem;
}

/* tab */
.phb-toggle-con {
  border-bottom: 1px solid #a4c6f3;
}
.phb-toggle-inner {
  width: auto;
  margin: 0 auto;
  position: relative;
  display: flex;
}
.phb-toggle-inner .tag {
  flex: 1;
  text-align: center;
  font-size: 0.24rem;
  margin-bottom: 0.2rem;
  cursor: pointer;
}
.phb-toggle-inner .tag.on {
  color: #0064da;
  font-family: "MyCustomBoldFont";
  position: relative;
}

.phb-toggle-inner .tag p {
  margin-bottom: 0.03em;
}
.phb-toggle-inner .line {
  position: absolute;
  bottom: 0;
  width: 33%;
  height: 3px;
  background: #0064da;
  transition: all 0.2s;
  left: 0;
}

/* 二级导航栏 */
.sub-btn-group {
  margin-top: 20px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  overflow-x: scroll;
  white-space: nowrap
}
.sub-btn-group3 {
  margin-top: 20px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  overflow-x: scroll;
  white-space: nowrap
}
.sub-btn-group .tag, .sub-btn-group3 .tag {
  padding: 5px 20px;
  font-size: 0.24rem;
  cursor: pointer;
  border-radius: 30px;
  background-color: #60a1fa;
  color: #fff;
  margin-right: 20px;
}
.sub-btn-group .tag.disabled, .sub-btn-group3 .tag.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.sub-btn-group .tag:last-child, .sub-btn-group3 .tag:last-child {
  margin-right: 0px;
}
.sub-btn-group .tag.on, .sub-btn-group3 .tag.on{
  font-family: "MyCustomBoldFont";
  position: relative;
  background-color: #0064da;
}

/* 导出按钮 */
.export {
  width: 100px;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  text-align: center;
  padding: 5px 20px;
  margin-top: 20px;
  background-color: #0064da;
  color: #fff;  
  font-size: 0.24rem;
}

/* 表格 */
.table-wrapper {
  font-size: 0.18rem;
  white-space: nowrap;
  overflow-x: scroll;
  margin-bottom: 20px;
}
/* 空表格 */
.table-wrapper.empty {
  overflow-x: hidden;
  margin-bottom: 0px;
}
.table-wrapper.empty .empty-text {
  text-align: center;
  margin: 50px;
}
.rank-table {
  width: auto;
  white-space: nowrap;
}
.rank-table th, td {
  display: table-cell;
  text-align: center;
}
.rank-table .t-head {
  height: 40px;
  background: url(../images/t-head.png) no-repeat center;
  background-size: 100% 100%;
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 0.18rem;
  font-weight: normal;
  font-family: "MyCustomFont";
  box-sizing: border-box;
  margin-left: -5px;
  position: relative;
  z-index: 5;
}
.rank-table tr {
  padding: 0 25px;
}
.rank-table .t1 {
  width: 50px;
}
.rank-table .t2 {
  width: 100px;
}
.rank-table .t3 {
  width: 100px;
}
.rank-table .t4 {
  width: 100px;
}
.rank-table .t5 {
  width: 100px;
}
.rank-table .t6 {
  width: 100px;
}
.rank-table .t7 {
  width: 100px;
}
.rank-table .t8 {
  width: 100px;
}
.rank-table .t9 {
  width: 100px;
}
.t-tr-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -5px;
  border-radius: 5px;
  overflow: hidden;
  height: 40px;
}
.t-head div, .t-tr-con div {
  text-align: center;
}
.no-data {
  text-align: center;
  margin-top: 200px;
  font-size: 12px;
  letter-spacing: 3px;
  color: #1952bd;
}
tr {
  height: 50px;
  background: #EBF3F9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.18rem;
  padding: 0 25px;
  box-sizing: border-box;
  /*  */
}
/* 隔行变色 */
tr:nth-child(2n+1) {
  background: #DCEBF6;
}

/* 分页器 */

.pagination-wrapper .pagingUl .activP{
  background: #1157d5!important;
}
.prv:hover, .next:hover, .first:hover, .last:hover, .pagingUl li a:hover, .activP {
  background: #1157d5!important;
}
.pagingUl li a {

}


.db {
  /* display: none; */
}
.d {
  position: fixed;
  z-index: 19;
  right: 0.35rem;
  top: 5.5rem;
  width: 0.86rem;
  height: 0.86rem;
  background-color: #61a4fa;
  color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 0;
  padding-top: 0.56rem;
  text-align: center;
  font-size: 0.18rem;
  border-radius: 4px;
}
.ranking {
  background-position-y: 0.12rem;
  background-size: 0.37rem 0.37rem;
  background-image: url(../images/ranking.png);
}
.menu {
  top: 6.7rem;
  background-position-y: 0.12rem;
  background-size: 0.46rem 0.35rem;
  background-image: url(../images/menu.png);
}
.right_slide {
  position: fixed;
  transition: all 300ms linear;
  z-index: 999;
  right: -3rem;
  top: 0;
  width: 3rem;
  text-align: center;
  background-color: #0074e1;
  height: 100vh;
}
.right_slide.active {
  right: 0;
}
.right_slide a {
  display: block;
  line-height: 1rem;
  color: #fff;
}
.right_slide a.active {
  background-color: #005db5;
}
.mb {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  background-color: rgba(0, 0, 0, 0.7);
}
.mb.active {
  display: block;
}
.one {
  width: 6.8rem;
  margin: 0 auto;
}
.ss_cont {
  position: relative;
  padding-bottom: 1rem;
  display: none;
}
.ss_cont.active {
  display: block;
}
.war1 .main .main_tip {
  margin-bottom: 0.5rem;
}
.war1 {
  background-image: url(../images/dongtai.png);
  background-repeat: no-repeat;
  background-position: 0 93%;
  background-size: 100% 9.41rem;
}
.doc {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.doc .swiper-pagination-bullet {
  margin-right: 0.4rem;
}
.doc .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.video_pop {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}
.video_pop .video_content {
  background: #fff;
  border-radius: 4px;
  width: 6.8rem;
  padding: 0.6rem 0.4rem 0.4rem;
  margin: 1rem auto;
}
.video_pop .video_content .v_title {
  text-align: center;
  color: #1952bd;
  font-size: 0.34rem;
  margin-bottom: 0.2rem;
}
.video_pop .video_content .v_cont {
  width: 100%;
  margin-bottom: 0.3rem;
}
.video_pop .video_content .v_cont .vi {
  width: 100%;
}
.video_pop .video_content .v_btn {
  width: 1.9rem;
  line-height: 0.6rem;
  height: 0.72rem;
  color: #fff;
  text-align: center;
  background-image: url(../images/pop_btn.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
}
