@charset "UTF-8";
html,
body {
  height: 100%;
}

body ul {
  padding-left: 0;
}

body a {
  color: unset;
  text-decoration: none;
}

/* 页面头部 */
header {
  /*z-index: 100;*/
  height: 12rem;
  width: 100%;
  background: url(../../../static/images/zwfw/bg/top_bg.png) no-repeat;
  background-size: cover;
  position: relative;
  top: 0;
  padding: 0.5rem 1rem 0 1rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  /*align-items: top;*/
}

.user {
  width: 1.5rem;
  height: 1.5rem;
  background: url(../../../static/images/home/mobile/zwgkmobile-user.png);
  background-size: cover;
}

.menu {
  width: 1.5rem;
  height: 1.5rem;
  background: url(../../../static/images/home/mobile/zwgkmobile-menu.png);
  background-size: cover;
}

.search-body {
  display: flex;
  width: 100%;
  height: 2rem;
  align-items: center;
  justify-content: flex-end;
}

.search-body input {
  opacity: 1;
  padding: 0 0.5rem 0 1rem;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 3rem;
  width: 13rem;
  height: 1.5rem;
}

.search-from {
  margin-right: 2.5rem;
  font-size: 0.8rem;
}

.search-icon {
  position: absolute;
  right: 5rem;
  top: 0.9rem;
}

.bmzj {
  font-size: 0.8rem;
  color: white;
}

/* 页面主体 */
.zwfwmobile-body {
  transform: translatey(-2rem);
  position: relative;
}

/* 样式标题 */
.zwgk-title {
  text-align: center;
  color: #fff;
  margin-bottom: 1rem;
}

.zwgk-name {
  font-weight: 700;
}

.zwgk-eng {
  font-size: 0.6rem;
  color: #c0c2ca;
  position: relative;
}

.zwgk-eng::after {
  content: "";
  width: 1.4rem;
  height: 0.13rem;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  bottom: -0.6rem;
}

.line {
  height: 0.5rem;
  width: 100%;
  background: #f5f5f5;
}

.national-emblem {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.tabs {
  width: 100%;
  height: auto;
  padding: 2rem 1rem 0 1rem;
  box-sizing: border-box;
  background: url(../../../static/images/home/mobile/swiper-bg.png) no-repeat;
  background-size: contain;
}

.tabs-list {
  margin-bottom: 0.5rem;
  color: #fff;
  font-weight: 700;
  width: 100%;
  display: flex;
  overflow-y: hidden;
  border-bottom: 1px solid #5370b6;
}

.header-active {
  position: relative;
  transform: scale(1.05);
}

.header-active::after {
  content: "";
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: #feff01;
  position: absolute;
  /*z-index: 100;*/
  bottom: -0.5rem;
  left: 0;
}

.tabs-items {
  margin: 0rem 1rem 0.5rem 0;
  box-sizing: border-box;
  white-space: nowrap;
}

.service-direct {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service-direct li {
  width: 23%;
  height: 4.8rem;
  border-radius: 0.4rem;
  background: #4584ee;
  text-align: center;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-direct li a img {
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: 0.5rem;
}

.zwfw-head {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: .5rem;
}
.zwfw-head div:nth-child(1) {
  color: white;
  text-align: center;
  width: 10rem;
  line-height: 2rem;
  height: 2rem;
  border-radius: 3rem;
  font-weight: 700;
  background: #3257a8;
  margin-bottom: 0.5rem;
}
.zwfw-head div:nth-child(2) {
  font-size: 0.4rem;
  color: rgba(183, 183, 183, 0.6);
}

.zwfw-show {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: .2rem;
}
/*.zwfw-show::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 0;*/
/*  right: 0;*/
/*  bottom: 0;*/
/*  left: 0;*/
/*  background: linear-gradient(to bottom, rgba(0, 94, 203, 0.8) 70%,  rgba(0, 94, 203, .3) 100%);*/
/*}*/
.zwfw-show li {
  width: 48%;
  height: 4.5rem;
  line-height: 4.5rem;
  text-align: center;
  border-radius: 0.1rem;
  margin-bottom: 0.2rem;
  font-size: 1.1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
}
.zwfw-show li a {
  display: block;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.6) 100%);
}

.bmszdt ul {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
.bmszdt ul li{
  width: 100%;
  height: 4.5rem;
  line-height: 4.5rem;
  text-align: center;
  border-radius: 0.1rem;
  margin-bottom: 0rem;
  font-size: 1.1rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
}

.switch-tabs {
  width: 50%;
  justify-content: space-between;
  margin: auto auto 1rem;
  display: flex;
}

.switch-tabs .banshi-active {
  background: #3257a8;
  color: #fff;
}
.banshi-items {
  border-radius: 1rem;
}
.switch-tabs li {
  width: 45%;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  border-radius: 1rem;
  background: #e0eaf6;
  font-size: 0.8rem;
  font-weight: 700;
}

.banshi-tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banshi-tabs .banshi-active {
  background: #3257a8;
  color: #fff;
}
.banshi-tabs li {
  width: 32%;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  border-radius: .3rem;
  background: #e0eaf6;
  font-size: 0.8rem;
  font-weight: 700;
}

.quanqu-content,
.chuanyu-content,
.quanyu-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.quanqu-content li,
.chuanyu-content li,
.quanyu-content li {
  width: 23%;
  height: 4.5rem;
  text-align: center;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  font-size: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.8rem;
}
.quanqu-content li a img,
.chuanyu-content li a img,
.quanyu-content li a img {
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: 0.5rem;
}

.banshi-content {
  display: none;
}

.content-active {
  display: block;
}

.watch-more {
  text-align: center;
  font-size: 0.8rem;
  color: #9a9a9a;
  padding-bottom: 0.5rem;
}

.fwdt,
.gsgk,
.hdjl,
.hcpsj {
  margin-top: 1rem;
  padding: 0 .5rem 0 .5rem;
  box-sizing: border-box;
}

.point {
  width: 0.1rem;
  height: 0.1rem;
  background: #1f478f;
  border-radius: 50%;
}

.fwdt-swiper {
  height: 12rem;
}

.fwdt-swiper .swiper-pagination-bullet-active {
  width: 1rem;
  border-radius: 2rem;
  background: #3356a7;
}

.fwdt-content {
  padding: 0.3rem;
  width: 100%;
  height: 10rem;
}
.fwdt-content .title {
  position: relative;
  padding-left: 1rem;
  line-height: 2rem;
  height: 2rem;
  font-size: 0.8rem;
  color: #375ca9;
  font-weight: 700;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgb(93, 146, 210) 100%);
}
.fwdt-content .title::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgb(93, 146, 210,.5) 80%);
}
.fwdt-content .fwdt-news {
  width: 100%;
  font-size: 0.8rem;
  padding: 0.8rem 0.5rem 0 0.5rem;
  line-height: 1.3rem;
}
.fwdt-content .fwdt-news .work-time {
  display: flex;
}
.fwdt-content .fwdt-news .fwdt-function {
  margin-bottom: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.fwdt-content .fwdt-news .fwdt-function li {
  margin-right: 2rem;
  display: flex;
  align-items: center;
}

.fwdt-shortcut .shortcut-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}
.fwdt-shortcut .shortcut-list li {
  width: 49%;
  height: 8rem;
  margin-bottom: 0.5rem;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 700;
}
.fwdt-shortcut .shortcut-list li a {
  display: block;
  width: 80%;
}
.fwdt-shortcut .shortcut-list li a img {
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: 0.5rem;
}
.fwdt-shortcut .shortcut-list li .shortcut-function {
  margin-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 0.7rem;
  font-weight: 400 !important;
}
.fwdt-shortcut .shortcut-list li .shortcut-function div {
  display: flex;
  align-items: center;
}

.gsgk .gsgk-line {
  width: 100%;
  height: 0.15rem;
  background: #4a538c;
}
.gsgk .gsgk-table {
  font-size: 0.7rem;
}
.gsgk .gsgk-table thead {
  font-size: 0.8rem;
  text-align: center;
  display: table;
  width: 100%;
  table-layout: fixed;
}
.gsgk .gsgk-table thead tr th:nth-child(1) {
  width: 4rem;
  text-align: left;
}
.gsgk .gsgk-table thead tr th:nth-child(2) {
  width: 9rem;
  text-align: left;
}
.gsgk .gsgk-table tbody {
  height: 200px;
  display: block;
  overflow-y: auto;
}
.gsgk .gsgk-table tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.gsgk .gsgk-table tbody tr td:nth-child(1) {
  width: 4rem;
  max-width: 4rem;
}
.gsgk .gsgk-table tbody tr td:nth-child(2) {
  width: 10rem;
  max-width: 9rem;
}
.gsgk .gsgk-table tbody tr td:nth-child(3) {
  text-align: center;
  width: 4rem;
}
.gsgk .gsgk-table tbody tr td:nth-child(4) {
  text-align: center;
  width: 4rem;
}
.gsgk .gsgk-table tbody tr:nth-child(odd) {
  background: #f3f7ff;
}
.gsgk .sxqd-image {
  height: 4.5rem;
  padding-left: 5rem;
  color: #fff;
  font-weight: 700;
  line-height: 4.5rem;
  margin-top: 0.8rem;
}
.gsgk .bshj-title {
  color: #1e4497;
  margin-top: 1rem;
  text-align: center;
}
.gsgk .bshj-title div:nth-child(1) {
  font-weight: 700;
}
.gsgk .bshj-title div:nth-child(2) {
  font-size: 0.8rem;
  background: #f3f7ff;
  width: 50%;
  border-radius: 2rem;
  line-height: 1.5rem;
  margin: 0 auto;
  margin-top: 0.2rem;
}
.gsgk .bshj-data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 0.5rem;
  box-sizing: initial;
  margin-top: 1rem;
}
.gsgk .bshj-data li {
  text-align: center;
  width: 24%;
  height: 4.5rem;
  border-right: 1px solid #e1e1e1;
}
.gsgk .bshj-data li .num {
  color: #1b4597;
  font-weight: 700;
}
.gsgk .bshj-data li .intro {
  font-weight: 700;
  font-size: 0.8rem;
}
.gsgk .bshj-data li:last-child {
  border: none;
}

.gsgk-table td,
th {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 2rem;
  height: 2rem;
}

.hdjl-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}
.hdjl-list li {
  width: 24%;
  height: 5rem;
  background: #388DF9;
  text-align: center;
  font-size: 0.8rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hdjl-list li a img {
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: 0.5rem;
}

.hcpsj {
  position: relative;
  height: 15rem;
  margin-top: 0 !important;
  background: url(../../../static/images/zwfw/mobile/好差评数据背景.png);
  background-size: cover;
}
.hcpsj::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 94, 203, 0.8) 70%,  rgba(0, 94, 203, 1) 100%);

}
.hcpsj .hcpsj-container {
  width: 95%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  padding-top: 0.5rem;
}
.hcpsj .hcpsj-data {
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.hcpsj .hcpsj-data li {
  width: 30%;
  height: 4rem;
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
  margin-bottom: 0.5rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hcpsj .hcpsj-data li a div:nth-child(2) {
  font-size: 0.7rem;
}
.hcpsj .hcpsj-entry {
  padding: 0 0.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #4d68a6;
  text-align: center;
}
.hcpsj .hcpsj-entry li {
  width: 18.5%;
  height: 4rem;
  font-size: 0.8rem;
  border-radius: 0.2rem;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.point {
  width: 0.2rem;
  height: 0.2rem;
  background: #3056a8;
  border-radius: 50%;
  margin-right: 0.3rem;
}

.footer {
  width: 100%;
  background: #1e4aa8;
  padding: 1rem 2rem;
  box-sizing: border-box;
  color: #fff;
  font-size: 0.8rem;
}

.link-web {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ver-line {
  display: block;
  width: 2px;
  height: 0.7rem;
  background: #fff;
}

.web-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.web-info li {
  margin-top: 0.5rem;
}
