
:root {
  --color: #005CE6;
  --vh: 100vh;
}
@font-face {
  font-family: "POP-m";
  src: url("../font/POPPINS-MEDIUM.TTF") format("truetype");
}
.pop-m {
  font-family: "POP-m";
}
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scrollbar-width: thin;
}
html ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
html ::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #1c2d57;
}
html ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: calc(100vw/7.5);
  }
}
body {
  min-height: 100%;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.28rem;
  }
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 85%;
  max-width: 1400px;
}
@media (max-width: 1260px) {
  .container {
    width: 90%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 1.2rem;
    padding-bottom: 1.2em;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 1.2rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 1.2rem;
  }
}
.font120 {
  font-size: 1.2rem;
}
.font60 {
  font-size: 0.6rem;
}
.font55 {
  font-size: 0.55rem;
}
.font48 {
  font-size: 0.48rem;
}
.font44 {
  font-size: 0.44rem;
}
.font40 {
  font-size: 0.4rem;
}
.font38 {
  font-size: 0.38rem;
}
.font36 {
  font-size: 0.36rem;
}
.font34 {
  font-size: 0.34rem;
}
.font32 {
  font-size: 0.32rem;
}
.font30 {
  font-size: 0.3rem;
}
.font28 {
  font-size: 0.28rem;
}
.font24 {
  font-size: 24px;
}
.font20 {
  font-size: 20px;
}
.font22 {
  font-size: 22px;
}
.font18 {
  font-size: 18px;
}
.font16 {
  font-size: 16px;
}
.font14 {
  font-size: 14px;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
  .font18 {
    font-size: 16px;
  }
  .font20 {
    font-size: 18px;
  }
  .font22 {
    font-size: 20px;
  }
  .font24 {
    font-size: 20px;
  }
  .font28 {
    font-size: 0.3rem;
  }
  .font30 {
    font-size: 0.32rem;
  }
  .font32 {
    font-size: 0.34rem;
  }
}
@media (max-width: 767px) {
  .font14 {
    font-size: 0.26rem;
  }
  .font16 {
    font-size: 0.28rem;
  }
  .font18 {
    font-size: 0.3rem;
  }
  .font20 {
    font-size: 0.34rem;
  }
  .font22 {
    font-size: 0.34rem;
  }
  .font24 {
    font-size: 0.34rem;
  }
  .font28 {
    font-size: 0.36rem;
  }
  .font30 {
    font-size: 0.36rem;
  }
  .font32 {
    font-size: 0.38rem;
  }
  .font34 {
    font-size: 0.4rem;
  }
}
.public-scrollbar {
  scrollbar-width: thin;
}
.public-scrollbar ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.public-scrollbar ::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #1c2d57;
}
.public-scrollbar ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
.public-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.2rem;
  min-width: 1rem;
}
.public-img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.public-img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.public-img > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s;
}
.public-content {
  color: #666;
  line-height: 1.8;
}
.public-content a {
  color: #666;
}
.public-content table {
  max-width: 100%;
}
.public-content table td,
.public-content table th {
  padding: 10px 15px;
  border: 1px solid #dbf1ed;
}
.public-content li {
  margin-left: 15px;
  list-style: disc;
}
.public-content ol {
  margin-left: 15px;
  list-style: decimal;
}
.public-content img,
.public-content video {
  max-width: 100%;
  height: auto !important;
}
.font-b {
  font-weight: bold;
}
.font36 {
  font-size: 0.36rem;
}
.x-about3 {
  padding-top: 1.3rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.x-about3 .container {
  max-width: 1200px;
}
.x-about3 .container .cn1 {
  text-align: center;
  line-height: 1em;
  padding-bottom: 0.4rem;
  position: relative;
}
.x-about3 .container .cn1::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0.48rem;
  height: 0.04rem;
  background-color: #c49661;
}
.x-about3 .container .box {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.x-about3 .container .box .left {
  width: 52.08333333%;
}
@media (max-width: 767px) {
  .x-about3 .container .box .left {
    width: 100%;
  }
}
.x-about3 .container .box .left .cn2 {
  color: #c49661;
  line-height: 1.22222222em;
}
.x-about3 .container .box .left .cn3 {
  margin-top: 0.25rem;
  color: #333333;
  line-height: 2em;
}
.x-about3 .container .box .left .cn4 {
  display: flex;
  flex-wrap: wrap;
}
.x-about3 .container .box .left .cn4 .cn5 {
  margin-top: 0.7rem;
  margin-left: 1.3rem;
}
.x-about3 .container .box .left .cn4 .cn5:nth-child(1) {
  margin-left: 0;
}
.x-about3 .container .box .left .cn4 .cn5 .cn6 {
  color: #3e8ea9;
  line-height: 1em;
}
.x-about3 .container .box .left .cn4 .cn5 .cn7 {
  line-height: 1.5em;
  color: #999999;
}
.x-about3 .container .box .right {
  width: 38.33333333%;
}
@media (max-width: 767px) {
  .x-about3 .container .box .right {
    margin-top: 0.7rem;
    width: 100%;
  }
}
.x-about3 .container .box .right .img {
  border-radius: 0.1rem;
}
.x-about3 .container .box2 {
  padding-bottom: 1.5rem;
  margin-top: 0.8rem;
}
.x-about3 .container .box2 p {
  line-height: 2em;
  color: #333;
}
.x-about3 .container .box2 img {
  width: 100%;
  border-radius: 0.1rem;
  overflow: hidden;
}
.x-about4 {
  padding-top: 2rem;
  padding-bottom: 1.5rem;
  background-color: #ebf3f6;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.x-about4 .container .cn1 {
  color: #1c2d57;
  line-height: 1.16666667em;
}
.x-about4 .container .cn2 {
  color: #333333;
  line-height: 1.88888889em;
  width: 71.78571429%;
  margin: 0.3rem 0 0.7rem;
}
@media (max-width: 1260px) {
  .x-about4 .container .cn2 {
    width: 100%;
  }
}
.x-about4 .container .box {
  display: flex;
  flex-wrap: wrap;
}
.x-about4 .container .box .img {
  width: 31.85714286%;
  margin-right: 2.21428571%;
  margin-bottom: 0.2rem;
}
@media (max-width: 991px) {
  .x-about4 .container .box .img {
    width: 48%;
    margin-bottom: 0.3rem;
    margin-right: 4%;
  }
}
.x-about4 .container .box .img:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .x-about4 .container .box .img:nth-child(3n) {
    margin-right: 4%;
  }
}
@media (max-width: 991px) {
  .x-about4 .container .box .img:nth-child(2n) {
    margin-right: 0;
  }
}
.x-about4 .container .box .img::before {
  padding-top: 72.19730942%;
}
.x-about5 {
  padding-top: 1.6rem;
  padding-bottom: 2.2rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.x-about5 .container .cn1 {
  color: #1c2d57;
  line-height: 1em;
}
.x-about5 .container .box {
  margin-top: 0.4rem;
  display: flex;
  flex-wrap: wrap;
}
.x-about5 .container .box .box2 {
  box-shadow: 0px 0px 29px 0px rgba(0, 6, 11, 0.06);
  width: 31.42857143%;
  margin-right: 2.85714286%;
  margin-bottom: 0.4rem;
  border-radius: 0.1rem;
  background-color: #fff;
}
@media (max-width: 991px) {
  .x-about5 .container .box .box2 {
    width: 100%;
    margin-right: 0;
  }
}
.x-about5 .container .box .box2:nth-child(3n) {
  margin-right: 0;
}
.x-about5 .container .box .box2 .img::before {
  padding-top: 58.40909091%;
}
.x-about5 .container .box .box2 .text {
  padding: 0.3rem 0.3rem 0.5rem;
  display: flex;
  flex-direction: column;
}
.x-about5 .container .box .box2 .text .cn2 {
  color: #1c2d57;
}
.x-about5 .container .box .box2 .text .cn3 {
  color: #999999;
}
.x-about5 .container .cn5 {
  margin-top: 0.6rem;
  display: flex;
  justify-content: center;
}
.x-about5 .container .cn5 .cn4 {
  border-radius: 43px;
  background-color: #3b8eaa;
  color: #fff;
  line-height: 0.85rem;
  padding: 0 0.6rem;
  display: flex;
  align-items: center;
}
.x-about5 .container .cn5 .cn4 img {
  width: 0.28rem;
  height: 0.28rem;
  margin-left: 0.1rem;
}
.x-about5 .container .cn5 .cn4 svg {
  width: 0.28rem;
  height: 0.28rem;
  margin-left: 0.1rem;
}
.x-about6 {
  padding: 1.4rem 0 2.3rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.x-about6 .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.x-about6 .container .left {
  width: 51.42857143%;
}
@media (max-width: 991px) {
  .x-about6 .container .left {
    width: 100%;
  }
}
.x-about6 .container .left .cn1 {
  color: #1c2d57;
  line-height: 1em;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #cfd8df;
  margin-bottom: 0.4rem;
}
.x-about6 .container .left .cn2 {
  color: #333333;
  line-height: 2em;
}
@media (max-width: 991px) {
  .x-about6 .container .left .cn2 {
    font-size: 0.28rem;
  }
}
.x-about6 .container .right {
  width: 32.85714286%;
  margin-right: 6.42857143%;
  position: sticky;
  right: 0;
  top: 0;
}
@media (max-width: 1260px) {
  .x-about6 .container .right {
    width: 39.28571429%;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .x-about6 .container .right {
    margin-top: 0.8rem;
    width: 100%;
    margin-right: 0;
  }
}
.x-about6 .container .right .img {
  width: 100%;
}
.x-about6 .container .right .cn3 {
  margin-top: 0.4rem;
  color: #1c2d57;
  line-height: 1.11111111em;
  position: relative;
  padding-bottom: 0.15rem;
}
.x-about6 .container .right .cn3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1.77rem;
  height: 1px;
  background-color: #000;
  opacity: 0.1;
}
.x-about6 .container .right .cn3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.69rem;
  height: 2px;
  background-color: #3b8eaa;
}
.x-about6 .container .right .cn4 {
  margin-top: 0.15rem;
  color: #333333;
  line-height: 1.5em;
}
.x-about7 {
  padding: 2rem 0;
  background-color: #ebf3f6;
  color: #333;
}
@media (max-width: 991px) {
  .x-about7 {
    padding: 0 0 2rem;
  }
}
.x-about7 .container {
  text-align: center;
}
.x-about7 .container .fontother {
  margin-top: 0.9rem;
}
.x-about8 {
  padding: 2rem 0;
  background-color: #ebf3f6;
}
.x-about8 .container {
  text-align: center;
}
.x-about8 .container .fontother {
  margin-top: 0.9rem;
}
.x-about9 {
  padding: 2rem 0;
  background-color: #ebf3f6;
}
.x-about9 .container {
  text-align: center;
}
.x-about9 .container .fontother {
  margin-top: 0.9rem;
}
.public-windows {
  z-index: 999;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.public-windows.z-login {
  display: none;
}
.public-windows .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.public-windows .container .box {
  width: 530px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 1px 24px 0px rgba(93, 163, 156, 0.16);
  padding-bottom: 0.6rem;
  position: relative;
}
.public-windows .container .box .zclose {
  position: absolute;
  right: -0.51rem;
  top: 0;
}
@media (max-width: 767px) {
  .public-windows .container .box .zclose {
    right: 0;
    top: -0.81rem;
  }
}
.public-windows .container .box .zclose img {
  width: 0.31rem;
  height: 0.31rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .public-windows .container .box .zclose img {
    width: 0.61rem;
    height: 0.61rem;
  }
}
.public-windows .container .box .cn1 {
  text-align: center;
  line-height: 1em;
  padding: 0.4rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.public-windows .container .box .box3 {
  padding: 0.35rem 0.5rem 0;
}
.public-windows .container .box .box2 {
  position: relative;
  width: 100%;
}
.public-windows .container .box .box2 input {
  position: relative;
  z-index: 2;
  pointer-events: painted;
  width: 100%;
  line-height: 0.55rem;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 0.2rem;
}
@media (max-width: 767px) {
  .public-windows .container .box .box2 input {
    line-height: 0.76rem;
  }
}
.public-windows .container .box .box2 .cn2 {
  color: #999999;
  display: flex;
  position: absolute;
  left: 0.2rem;
  width: calc(100% - 0.4rem);
  top: 50%;
  transform: translateY(-50%);
}
.public-windows .container .box .box2 .cn2 span {
  width: 15px;
  color: #bd0028;
}
.public-windows .container .box .box2 .cn9 {
  z-index: 4;
  position: absolute;
  right: 0.2rem;
  top: 50%;
  display: flex;
  align-items: center;
  transform: translateY(-50%);
  cursor: pointer;
}
.public-windows .container .box .box7 .cn6 {
  font-size: 12px;
  color: #f12550;
  visibility: hidden;
  opacity: 0;
  line-height: 2em;
  padding-bottom: 0.12rem;
  transition: all 0.4s;
}
.public-windows .container .box .box7.box8 .cn6 {
  padding-bottom: 0;
}
.public-windows .container .box .box7.on .cn6 {
  visibility: visible;
  opacity: 1;
}
.public-windows .container .box .box4 {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.public-windows .container .box .box4 .cn4 {
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: solid 1px rgba(0, 0, 0, 0.2);
  margin-right: 0.1rem;
  overflow: hidden;
}
.public-windows .container .box .box4 .cn4 input {
  width: 100%;
  height: 100%;
}
.public-windows .container .box .box4 .cn4 input:checked {
  background-image: url(../image/aimg4.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #1c2d57;
}
.public-windows .container .box .box4 .cn3 {
  color: #999999;
}
.public-windows .container .box .box4 .cn3 a {
  color: #3b8eaa;
  text-decoration: underline;
}
.public-windows .container .box .box5 {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}
.public-windows .container .box .box5 button {
  border-radius: 3px;
  width: 100%;
  line-height: 0.56rem;
  background-color: #1c2d57;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .public-windows .container .box .box5 button {
    line-height: 0.76rem;
  }
}
.public-windows .container .box .box6 .cn5 {
  color: #3b8eaa;
}
.z-login2 {
  display: none;
}
.z-login2 .container .box .zclose2 {
  position: absolute;
  right: -0.51rem;
  top: 0;
}
@media (max-width: 767px) {
  .z-login2 .container .box .zclose2 {
    right: 0;
    top: -0.81rem;
  }
}
.z-login2 .container .box .zclose2 img {
  width: 0.31rem;
  height: 0.31rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .z-login2 .container .box .zclose2 img {
    width: 0.61rem;
    height: 0.61rem;
  }
}
.z-login2 .container .box .cn1 {
  text-align: center;
  line-height: 1em;
  padding: 0.4rem 0 0.35rem;
  border-bottom: 0;
}
.z-login2 .container .box .cn10 {
  padding: 0 0.5rem 0.3rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #999999;
  line-height: 1.55555556em;
  text-align: center;
}
.z-login2 .container .box .box6 {
  text-align: center;
}
.z-login2 .container .box .box6 .cn5 {
  margin-left: 0.05rem;
  text-decoration: underline;
}
.z-login3 {
  display: none;
}
.z-login3 .container .box .zclose3 {
  position: absolute;
  right: -0.51rem;
  top: 0;
}
@media (max-width: 767px) {
  .z-login3 .container .box .zclose3 {
    right: 0;
    top: -0.81rem;
  }
}
.z-login3 .container .box .zclose3 img {
  width: 0.31rem;
  height: 0.31rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .z-login3 .container .box .zclose3 img {
    width: 0.61rem;
    height: 0.61rem;
  }
}
.z-login3 .container .box .cn1 {
  text-align: center;
  line-height: 1em;
  padding: 0.4rem 0 0.35rem;
  border-bottom: 0;
}
.z-login3 .container .box .cn10 {
  padding: 0 0.5rem 0.3rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #999999;
  line-height: 1.55555556em;
  text-align: center;
}
.z-login3 .container .box .box2.box12 input {
  padding: 0 2rem 0 0.2rem;
}
.z-login3 .container .box .box2 .cn12 {
  z-index: 5;
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  color: #3b8eaa;
  padding-left: 0.2rem;
  border-left: 1px solid #ccc;
  transition: all 0.4s;
}
.z-login3 .container .box .box6 {
  text-align: center;
}
.z-login3 .container .box .box6 .cn5 {
  margin-left: 0.05rem;
  text-decoration: underline;
}
.z-user {
  background-image: url(../image/zimg18.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.z-user.z-user4 {
  padding-bottom: 1.4rem;
}
.public-nav {
  padding: 0.45rem 0 0.3rem;
}
.public-nav .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.public-nav .container .cn1 {
  display: flex;
  align-items: center;
}
.public-nav .container .cn2 {
  display: flex;
  align-items: center;
  margin: 0 0.1rem;
}
.public-nav .container .cn3 {
  display: flex;
  align-items: center;
  color: #222222;
  transition: all 0.4s;
}
.public-nav .container .cn3:hover {
  color: #1c2d57;
}
.z-user1 {
  padding-bottom: 1.4rem;
}
.z-user1 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.z-user1 .container .left {
  width: 25%;
}
@media (max-width: 767px) {
  .z-user1 .container .left {
    width: 100%;
  }
}
.z-user1 .container .left .box {
  background-color: #fff;
  border-radius: 0.1rem;
  height: 3.8rem;
  padding: 0.2rem;
}
@media (max-width: 767px) {
  .z-user1 .container .left .box {
    height: auto;
  }
}
.z-user1 .container .left .box .cn1 {
  display: flex;
  align-items: center;
  padding: 0.2rem;
  border-radius: 10px;
}
.z-user1 .container .left .box .cn1 .cn2 {
  display: flex;
  align-items: center;
  margin-right: 0.3rem;
}
.z-user1 .container .left .box .cn1 .cn2 svg {
  width: 0.24rem;
  height: 0.25rem;
}
.z-user1 .container .left .box .cn1 .cn2 svg path {
  stroke: none;
  fill: #999;
  opacity: 1;
}
.z-user1 .container .left .box .cn1 .cn3 {
  color: #333333;
}
.z-user1 .container .left .box .cn1.on {
  background-color: #f6fbfd;
}
.z-user1 .container .left .box .cn1.on .cn2 svg path {
  fill: #3b8eaa;
}
.z-user1 .container .left .box .cn1.on .cn3 {
  color: #3b8eaa;
}
.z-user1 .container .left .box .cn1:hover {
  background-color: #f6fbfd;
}
.z-user1 .container .left .box .cn1:hover .cn2 svg path {
  fill: #3b8eaa;
}
.z-user1 .container .left .box .cn1:hover .cn3 {
  color: #3b8eaa;
}
.z-user1 .container .right {
  width: 72.14285714%;
}
@media (max-width: 767px) {
  .z-user1 .container .right {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.z-user1 .container .right .box2 {
  border-radius: 0.1rem;
  padding: 0.2rem 0.2rem 0.6rem;
  background-color: #fff;
}
.z-user1 .container .right .box2 .box3 .img {
  text-align: center;
}
.z-user1 .container .right .box2 .box3 .img img {
  width: 100%;
}
.z-user1 .container .right .box2 .box3 .img2 {
  margin: -0.84rem auto 0;
  text-align: center;
  width: 1.7rem;
  height: 1.7rem;
  background-color: #Fff;
  z-index: 5;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
.z-user1 .container .right .box2 .box3 .img2 img {
  padding: 0.1rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.z-user1 .container .right .box2 .box3 .img4 {
  margin-top: 0.2rem;
  display: flex;
  justify-content: center;
}
.z-user1 .container .right .box2 .box3 .img3 {
  text-align: center;
  position: relative;
}
.z-user1 .container .right .box2 .box3 .img3 input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.z-user1 .container .right .box2 .box3 .img3 .cn1 {
  text-align: center;
  position: relative;
  z-index: 2;
  background-color: #fff;
  pointer-events: none;
  color: #3b8eaa;
}
.z-user1 .container .right .box2 .box4 {
  padding: 0 0.5rem;
}
@media (max-width: 767px) {
  .z-user1 .container .right .box2 .box4 {
    padding: 0 0.2rem;
    margin-top: 0.5rem;
  }
}
.z-user1 .container .right .box2 .box4 .box5 {
  position: relative;
  display: flex;
  border-bottom: 1px solid #f8f8f8;
  line-height: 0.6rem;
  align-items: center;
}
@media (max-width: 767px) {
  .z-user1 .container .right .box2 .box4 .box5 {
    line-height: 0.76rem;
  }
}
.z-user1 .container .right .box2 .box4 .box5 .cn2 {
  color: #999999;
  width: 16.32183908%;
}
@media (max-width: 767px) {
  .z-user1 .container .right .box2 .box4 .box5 .cn2 {
    width: 30%;
  }
}
.z-user1 .container .right .box2 .box4 .box5 .cn3 {
  width: 57.47126437%;
}
@media (max-width: 767px) {
  .z-user1 .container .right .box2 .box4 .box5 .cn3 {
    width: 40%;
  }
}
.z-user1 .container .right .box2 .box4 .box5 .cn3 input {
  width: 80%;
  color: #333333;
  font-weight: bold;
}
.z-user1 .container .right .box2 .box4 .box5 .cn4 {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}
.z-user1 .container .right .box2 .box4:last-child .box5 {
  border-bottom: 0;
}
.z-user1 .container .right .box2 .box6 {
  margin-top: 0.45rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.z-user1 .container .right .box2 .box6 button {
  width: 1.8rem;
  line-height: 0.6rem;
  background-color: #3b8eaa;
  color: #fff;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #3b8eaa;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .z-user1 .container .right .box2 .box6 button {
    border-radius: 0.38rem;
    line-height: 0.76rem;
  }
}
.z-user1 .container .right .box2 .box6 button:hover {
  background-color: #Fff;
  color: #3b8eaa;
}
.z-user1 .container .right .box10 {
  border-radius: 10px;
  background-color: #Fff;
  padding: 0.6rem 0.7rem;
}
@media (max-width: 991px) {
  .z-user1 .container .right .box10 {
    padding: 0.6rem 0.3rem;
  }
}
@media (max-width: 991px) {
  .z-user1 .container .right .box10 #usersearch2 {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .z-user1 .container .right .box10 #usersearch2 {
    width: 48%;
  }
}
.z-user1 .container .right .box10 #usersearch .x-sp {
  align-items: center;
}
.z-user1 .container .right .box10 #usersearch .x-sp .x-ic {
  display: flex;
  align-items: center;
}
.z-user1 .container .right .box10 #usersearch .x-sp .x-ic .userbutton9 {
  display: flex;
  align-items: center;
}
.z-user1 .container .right .box10 #usersearch .x-sp .x-ic svg path {
  fill: #3b8eaa;
  opacity: 1;
  stroke: none;
}
.z-user1 .container .right .box10 #usersearch .x-sp .x-nf {
  padding-right: 0;
}
.z-user1 .container .right .box10 #usersearch .x-sp .x-nf input {
  width: 80px;
  color: #1c2d58;
}
@media (max-width: 991px) {
  .z-user1 .container .right .box10 #usersearch .x-sp .x-nf input {
    width: 1.5rem;
  }
}
.z-user1 .container .right .box10 #usersearch .x-sp .x-nf input::placeholder {
  color: #1c2d58;
}
.z-user1 .container .right .box10 .box11 {
  margin-top: 0.64rem;
  border-top: 1px solid #e5e5e5;
}
.z-user1 .container .right .box10 .box11 .box12 {
  padding: 0.6rem 0;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.z-user1 .container .right .box10 .box11 .box12 .box13 {
  display: flex;
  align-items: center;
}
.z-user1 .container .right .box10 .box11 .box12 .box13 .img {
  width: 0.56rem;
  margin-right: 0.3rem;
}
.z-user1 .container .right .box10 .box11 .box12 .box13 .img img {
  width: 0.56rem;
}
.z-user1 .container .right .box10 .box11 .box12 .box13 .img svg {
  width: 0.56rem;
  height: 0.56rem;
}
.z-user1 .container .right .box10 .box11 .box12 .box13 .img svg path {
  fill: #c2c2c2;
  stroke: none;
  opacity: 1;
  transition: all 0.4s;
}
.z-user1 .container .right .box10 .box11 .box12 .box13 .img svg rect {
  fill: none;
  stroke: #c2c2c2;
  stroke-width: 2px;
  opacity: 1;
  transition: all 0.4s;
}
.z-user1 .container .right .box10 .box11 .box12 .box13 .box15 {
  width: 4.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .z-user1 .container .right .box10 .box11 .box12 .box13 .box15 {
    width: 3.5rem;
  }
}
.z-user1 .container .right .box10 .box11 .box12 .box13 .box15 .cn14 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #000000;
  line-height: 1.25em;
  transition: all 0.4s;
}
.z-user1 .container .right .box10 .box11 .box12 .box13 .box15 .cn15 {
  margin-top: 0.11rem;
  color: #999999;
  line-height: 1.66666667em;
  transition: all 0.4s;
}
.z-user1 .container .right .box10 .box11 .box12 .box14 .cn13 {
  color: #000000;
  line-height: 1.25em;
  transition: all 0.4s;
}
.z-user1 .container .right .box10 .box11 .box12:hover .box13 .img svg path {
  fill: #3b8eaa;
}
.z-user1 .container .right .box10 .box11 .box12:hover .box13 .img svg rect {
  stroke: #3b8eaa;
}
.z-user1 .container .right .box10 .box11 .box12:hover .box13 .box15 .cn14 {
  color: #3b8eaa;
}
.z-user1 .container .right .box10 .box11 .box12:hover .box13 .box15 .cn15 {
  color: #3b8eaa;
}
.z-user1 .container .right .box10 .box11 .box12:hover .box14 .cn13 {
  color: #3b8eaa;
}
.z-user1 .container .right .box10 .x-page {
  margin-top: 1rem;
}
.z-user2 {
  margin-bottom: 0.1rem;
}
.z-user2 .container {
  background-color: #fff;
  display: flex;
  padding: 0.5rem 0 0.7rem;
  justify-content: center;
}
@media (max-width: 767px) {
  .z-user2 .container {
    padding: 0.5rem 0 1.2rem;
  }
}
.z-user2 .box {
  margin: 0 90px;
  position: relative;
}
@media (max-width: 767px) {
  .z-user2 .box {
    margin: 0 0.6rem;
  }
}
.z-user2 .box .cn1 {
  border: solid 1px #e8e8e8;
  background-color: #f8f8f8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  position: relative;
}
@media (max-width: 767px) {
  .z-user2 .box .cn1 {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.z-user2 .box .cn1 svg path {
  fill: #999;
  opacity: 1;
  stroke: none;
}
.z-user2 .box .cn1::before {
  content: "";
  position: absolute;
  left: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
  width: 160px;
  height: 1px;
  background-color: #f0f0f0;
}
@media (max-width: 767px) {
  .z-user2 .box .cn1::before {
    left: calc(100% + 0.1rem);
    width: 1rem;
  }
}
.z-user2 .box .cn1::after {
  content: "";
  position: absolute;
  left: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
  width: 160px;
  height: 1px;
  background-color: #3b8eaa;
  display: none;
}
@media (max-width: 767px) {
  .z-user2 .box .cn1::after {
    left: calc(100% + 0.1rem);
    width: 1rem;
  }
}
.z-user2 .box .cn2 {
  position: absolute;
  top: 0.8rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  color: #1c2d57;
  text-align: center;
}
@media (max-width: 1580px) {
  .z-user2 .box .cn2 {
    top: 1rem;
  }
}
.z-user2 .box.on .cn1 {
  background-color: #1c2d57;
}
.z-user2 .box.on .cn1 svg path {
  fill: #fff;
}
.z-user2 .box.on .cn1::after {
  display: block;
}
.z-user2 .box:last-child .cn1::before {
  display: none;
}
.z-user2 .box:last-child .cn1::after {
  display: none;
}
.z-user3.yanzhengshenfen {
  display: block;
}
.z-user3.shezhishoujihao {
  display: none;
}
.z-user3.wancheng {
  display: none;
}
.z-user3.wancheng .container {
  padding: 1rem 0 2rem;
}
.z-user3 .container {
  background-color: #fff;
  display: flex;
  padding: 0.4rem 0 1.5rem;
  justify-content: center;
}
.z-user3 .container .box {
  width: 720px;
  padding: 0 90px;
}
@media (max-width: 991px) {
  .z-user3 .container .box {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .z-user3 .container .box {
    width: 100%;
    padding: 0 0.3rem;
  }
}
.z-user3 .container .box .box2 {
  display: flex;
  margin-bottom: 0.2rem;
  line-height: 0.6rem;
  flex-wrap: wrap;
}
.z-user3 .container .box .box2.box9 {
  margin-bottom: 0;
}
.z-user3 .container .box .box2.box8 {
  margin-bottom: 0.3rem;
}
.z-user3 .container .box .box2 .tishi {
  width: calc(100% - 175px);
  position: relative;
}
@media (max-width: 767px) {
  .z-user3 .container .box .box2 .tishi {
    width: 100%;
  }
}
.z-user3 .container .box .box2 .tishi .tishi2 {
  opacity: 0;
  visibility: hidden;
  color: #f12550;
  font-size: 12px;
  line-height: 0.36rem;
}
@media (max-width: 767px) {
  .z-user3 .container .box .box2 .tishi .tishi2 {
    font-size: 0.24rem;
    padding: 0 0.2rem;
  }
}
.z-user3 .container .box .box2 .tishi .tishi3 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  color: #f12550;
  font-size: 12px;
  line-height: 0.36rem;
  width: 100%;
}
@media (max-width: 767px) {
  .z-user3 .container .box .box2 .tishi .tishi3 {
    font-size: 0.24rem;
    padding: 0 0.2rem;
  }
}
.z-user3 .container .box .box2 .tishi.on .tishi2 {
  opacity: 1;
  visibility: visible;
}
.z-user3 .container .box .box2 .tishi.on2 .tishi3 {
  opacity: 1;
  visibility: visible;
}
.z-user3 .container .box .box2 .cn3 {
  width: 175px;
  text-align: right;
  padding-right: 0.25rem;
}
@media (max-width: 767px) {
  .z-user3 .container .box .box2 .cn3 {
    text-align: left;
    width: 100%;
    padding: 0 0.2rem;
    font-size: 0.36rem;
  }
}
.z-user3 .container .box .box2 .cn4 {
  width: 365px;
  padding: 0 0.2rem;
  color: #333333;
}
@media (max-width: 767px) {
  .z-user3 .container .box .box2 .cn4 {
    width: 100%;
    margin-top: 0.2rem;
  }
}
.z-user3 .container .box .box2 .cn5 {
  width: 282px;
  background-color: #f8f8f8;
  border-radius: 0.3rem;
  border: 1px solid #dddd;
  position: relative;
}
@media (max-width: 767px) {
  .z-user3 .container .box .box2 .cn5 {
    margin-top: 0.2rem;
    width: 100%;
    border-radius: 0.38rem;
    line-height: 0.76rem;
  }
}
.z-user3 .container .box .box2 .cn5 input {
  width: 100%;
  padding: 0 1.6rem 0 0.2rem;
}
.z-user3 .container .box .box2 .cn5 button {
  position: absolute;
  padding-left: 0.2rem;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
}
.z-user3 .container .box .box2 .cn5 button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 0.35rem;
  background-color: #dddd;
}
.z-user3 .container .box .box2 .cn6 {
  width: 180px;
  line-height: 0.6rem;
  background-color: #3b8eaa;
  text-align: center;
  color: #fff;
  border-radius: 0.3rem;
}
@media (max-width: 767px) {
  .z-user3 .container .box .box2 .cn6 {
    width: 100%;
    line-height: 0.76rem;
    border-radius: 0.38rem;
  }
}
.z-user3 .container .box .box3 {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.z-user3 .container .box .box3 .cn9 {
  margin-right: 0.1rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .z-user3 .container .box .box3 .cn9 {
    flex-shrink: 0;
    display: none;
  }
}
.z-user3 .container .box .box3 .cn10 {
  color: #666666;
}
.z-user3 .container .box10 .cn10 {
  text-align: center;
}
.z-user3 .container .box10 .cn10 img {
  width: 0.79rem;
}
.z-user3 .container .box10 .cn11 {
  margin: 0.2rem 0 0.4rem;
  text-align: center;
  color: #3b8eaa;
}
.z-user3 .container .box10 .cn12 {
  text-align: center;
  color: #666666;
  line-height: 1.42857143em;
  padding: 0 0.3rem;
}
.z-user3 .container .box10 .cn12 a {
  color: #3b8eaa;
  text-decoration: underline;
}
.z-user3.userpassword .container .box .box2 .cn5 input {
  padding: 0 0.2rem;
}
.public-xiala .x-top {
  display: flex;
}
@media (max-width: 991px) {
  .public-xiala .x-top {
    flex-wrap: wrap;
  }
}
.public-xiala .x-top .x-le {
  display: flex;
}
@media (max-width: 991px) {
  .public-xiala .x-top .x-le {
    width: 100%;
    flex-wrap: wrap;
  }
}
.public-xiala .x-top .x-le .x-box {
  margin-right: 0.2rem;
}
@media (max-width: 991px) {
  .public-xiala .x-top .x-le .x-box {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .public-xiala .x-top .x-le .x-box {
    width: 48%;
    margin-right: 4%;
  }
  .public-xiala .x-top .x-le .x-box:nth-of-type(2n) {
    margin-bottom: 0.3rem;
    margin-right: 0;
  }
}
.public-xiala .x-top .x-le .x-box .x-xiala {
  width: 2rem;
  position: relative;
  border-radius: 1rem;
}
@media (max-width: 1580px) {
  .public-xiala .x-top .x-le .x-box .x-xiala {
    width: 3rem;
  }
}
@media (max-width: 991px) {
  .public-xiala .x-top .x-le .x-box .x-xiala {
    width: 100%;
  }
}
.public-xiala .x-top .x-le .x-box .x-xiala.on {
  background-color: #fff;
  border-radius: 0.3rem 0.3rem 0 0;
  box-shadow: 0 0 0.28rem rgba(41, 88, 104, 0.22);
}
.public-xiala .x-top .x-le .x-box .x-xiala.on .x-sp {
  border-radius: 0.3rem 0.3rem 0 0;
  border-bottom: none;
}
.public-xiala .x-top .x-le .x-box .x-xiala.on .x-sp .x-nf i svg {
  transform: rotate(-90deg);
}
.public-xiala .x-top .x-le .x-box .x-xiala.on ul {
  border: 1px solid #1c2d58;
  border-top: none;
  border-radius: 0 0 0.3rem 0.3rem;
}
.public-xiala .x-top .x-le .x-box .x-xiala .x-sp {
  display: flex;
  justify-content: space-between;
  height: 100%;
  padding: 0.17rem 0.3rem;
  position: relative;
  cursor: pointer;
  border-radius: 1rem;
  border: 1px solid #1c2d58;
}
.public-xiala .x-top .x-le .x-box .x-xiala .x-sp .x-ic {
  width: 22px;
  height: 22px;
}
@media (max-width: 767px) {
  .public-xiala .x-top .x-le .x-box .x-xiala .x-sp .x-ic {
    width: 0.36rem;
    height: 0.36rem;
  }
}
.public-xiala .x-top .x-le .x-box .x-xiala .x-sp .x-ic svg {
  width: 100%;
  height: 100%;
}
.public-xiala .x-top .x-le .x-box .x-xiala .x-sp .x-nf {
  padding-right: 0.2rem;
}
@media (max-width: 767px) {
  .public-xiala .x-top .x-le .x-box .x-xiala .x-sp .x-nf {
    padding-right: 0.4rem;
  }
}
.public-xiala .x-top .x-le .x-box .x-xiala .x-sp .x-nf span {
  color: #1c2d58;
}
.public-xiala .x-top .x-le .x-box .x-xiala .x-sp .x-nf i {
  display: inline-block;
  position: absolute;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
}
.public-xiala .x-top .x-le .x-box .x-xiala .x-sp .x-nf i svg {
  display: block;
  width: 12px;
  height: 12px;
  transform: rotate(90deg);
  transition: 0.4s ease-in-out;
}
.public-xiala .x-top .x-le .x-box .x-xiala ul {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #fff;
  z-index: 5;
  padding: 0.05rem 0.16rem;
  overflow: hidden;
  display: none;
}
.public-xiala .x-top .x-le .x-box .x-xiala ul li {
  padding: 0.08rem 0.1rem;
  color: #1c2d57;
  cursor: pointer;
  transition: 0.4s all;
  border-bottom: 1px dashed #dde0e6;
}
.public-xiala .x-top .x-le .x-box .x-xiala ul li:last-child {
  border-bottom: none;
}
.public-xiala .x-top .x-le .x-box .x-xiala ul li:hover {
  color: #1c2d57;
  background-color: #f5f5f5;
}
.public-xiala .x-top .x-ri {
  display: flex;
  align-items: center;
  margin-left: 0.3rem;
}
@media (max-width: 991px) {
  .public-xiala .x-top .x-ri {
    width: 100%;
    margin: 0.2rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .public-xiala .x-top .x-ri {
    margin-top: 0.4rem;
  }
}
.public-xiala .x-top .x-ri .x-ic {
  width: 22px;
  height: 22px;
  margin-right: 0.2rem;
}
@media (max-width: 767px) {
  .public-xiala .x-top .x-ri .x-ic {
    width: 0.36rem;
    height: 0.36rem;
  }
}
.public-xiala .x-top .x-ri .x-ic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.public-xiala .x-top .x-ri span {
  color: #1c2d58;
}
@media (max-width: 991px) {
  .x-ny-side {
    border-radius: 0;
  }
}
.pl-wapnav {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: none !important;
  position: relative;
  z-index: 999;
}
@media (max-width: 991px) {
  .pl-wapnav {
    display: block !important;
  }
}
.pl-wapnav .container {
  display: flex;
  flex-wrap: wrap;
}
.pl-wapnav .container li {
  margin-right: 0.2rem;
}
.pl-wapnav .container li .x-data {
  color: #18326b;
  font-weight: bold;
  padding-bottom: 0.35rem;
}
@media (max-width: 991px) {
  .x-ny-side .x-con {
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .x-ny-side .x-con .x-nav > li .x-title-box.on + .x-nav2 {
    visibility: hidden;
    opacity: 0;
    z-index: -555;
  }
}
@media (max-width: 991px) {
  .mainboxaside {
    position: relative;
    z-index: 555;
  }
}
#c-header {
  z-index: 1500 !important;
}
/*# sourceMappingURL=./style99.css.map */