[v-cloak] {
  display: none;
}

* {
  margin: 0;
  padding: 0;
}
.container {
  width: 100%;
}

.w-1200 {
  width: 1200px;
  margin: 0 auto;
}
.z-h-180 {
  height: 180px;
}
.z-h-360 {
  padding-top: 63px;
  height: 360px;
}
.z-mh-100 {
  min-height: 100px;
}

.z-m-t-20 {
  margin-top: 20px;
}
.z-m-t-30 {
  margin-top: 30px;
}
.z-m-b-21 {
  margin-bottom: 21px;
}

.z-p-b-40 {
  padding-bottom: 40px;
}
.z-p-b-24{
  padding-bottom: 24px;
}

.w-e {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.w-e-2 {
  white-space: initial;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.z-bg {
  /* background: rgb(245, 247, 250); */
  background: #F5F5F5;
}
.z-banner-title {
  font-family: PingFangSC-Medium;
  font-weight: bold;
  font-size: 40px;
  color: #FFFFFF;
  line-height: 68px;
}
.z-banner-desc {
  margin-top: 21px;
  height: 37px;
  font-family: PingFangSC-Medium;
  font-weight: bold;
  font-size: 26px;
  color: #FFFFFF;}
.z-p-r {
  position: relative;
}

/* æŒ‰é’®æ ·å¼å‚è€ƒ--------------------- */
.z-btn-blue {
  width: 200px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: Bold;
  font-size: 20px;
  color: #ffffff;
  background: rgb(33, 126, 255);
  border-radius: 10px;
  cursor: pointer;
}
.z-btn-white {
  width: 200px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: Bold;
  font-size: 20px;
  color: rgb(33, 126, 255);
  background: white;
  border-radius: 10px;
  cursor: pointer;
  border: 1px solid #217eff;
}
.z-btn-blue-w230 {
  width: 230px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: Bold;
  font-size: 20px;
  color: #ffffff;
  background: rgb(33, 126, 255);
  border-radius: 10px;
  cursor: pointer;
}
.z-btn-white-w230 {
  width: 230px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: Bold;
  font-size: 20px;
  color: rgb(33, 126, 255);
  background: white;
  border-radius: 10px;
  cursor: pointer;
  border: 1px solid #217eff;
}

/* å†…å®¹æ ·å¼---æ”¿ç­–é€Ÿé…åˆ—è¡¨å‚è€ƒ ----------------------------------------â†“ */
.z-contBox {
}
.z-contBox .z-cont_i {
  width: 1200px;
  height: 130px;
  box-shadow: 0px 0px 20px 0px rgba(183, 198, 215, 0.4);
  padding: 26px 26px;
  margin-bottom: 30px;
  cursor: pointer;
}
.z-contBox .z-cont_i_tit {
  height: 36px;
  line-height: 36px;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.z-contBox .z-cont_i_tit2 {
  margin-top: 10px;
  display: flex;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #999999;
}
.z-contBox .z-cont_i_tit2 div:nth-child(1) {
  width: 230px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.z-contBox .z-cont_i_tit2 div:nth-child(2) {
  margin: 0 5px;
  width: 230px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* --------------------------------------------------------------------------â†‘ */

/* åˆ†é¡µæ ·å¼ */
.z-footer {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.z-footer p {
  font-size: 15px;
  height: 32px;
  line-height: 32px;
  margin-left: 20px;
}
.z-footer .ant-pagination-item a {
  font-family: HelveticaNeue;
  color: #666666;
}
.z-footer .ant-pagination-item-active {
  background: #1677ff;
}
.z-footer .ant-pagination-item-active a {
  color: #ffffff !important;
}

/* æ¯å—å†…å®¹æ ‡é¢˜æ ·å¼ */
.z-title {
  font-family: MicrosoftYaHei-Bold;
  font-weight: Bold;
  font-size: 24px;
  color: #333333;
}
.z-line {
  width: 1200px;
  height: 4px;
  background: #cccccc;
}

/* é€‰æ‹©é¢æ¿æ ·å¼ ----------------------------------------â†“*/
.z-serchBox {
  min-height: 155px;
  padding: 10px 26px;
  background: rgb(244, 250, 255);
  font-family: MicrosoftYaHei;
  font-size: 18px;
  color: #333333;
}
.z-serchBox .z-search_i {
  padding: 10px 0;
  display: flex;
}
.z-serchBox .z-search_i_Child {
  display: flex;
}
.z-serchBox .z-search_i_t {
  width: 90px;
}
.z-serchBox .z-search_i_c {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.z-serchBox .z-search_i_c div {
  flex-shrink: 1;
  /* width: 100px; */
  margin: 0 20px;
  margin-bottom: 10px;
}
.z-serchBox .z-search_i_c div:nth-child(1) {
  /* width: 60px; */
  margin-left: 20px;
  margin-right: 20px;
}
.z-serchBox .z-search_i_c span {
  cursor: pointer;
}
.z-serchBox .z-nav_cur {
  color: #1677ff;
}
.z-serchBox .z-search_i1 {
  border-top: 1px dashed #333333;
  border-bottom: 1px dashed #333333;
}
/* --------------------------------------------------------------------------â†‘ */

/* è¾“å…¥æ¡†æ ·å¼ */
.z-inpBox {
  box-sizing: border-box;
  /* border: 1px solid rgb(175, 176, 178); */
  background: rgb(246, 246, 246);
  border-radius: 25px;
}
.z-inpBox input {
  outline: none;
  text-indent: 20px;
  border: none;
  width: 317px;
  height: 50px;
  background: rgb(246, 246, 246);
  border-radius: 25px;
}
.z-inpBox img {
  width: 24px;
  height: 24px;
  margin-right: 23px;
  cursor: pointer;
}

/* é¦–é¡µå…ç”³å³äº«åˆ—è¡¨æ ·å¼å‚è€ƒ ----------------------------------------â†“*/
.z-navContent {
  margin-top: 30px;
}
.z-navContent .z-navc_i {
  margin-bottom: 20px;
  height: 144px;
  box-shadow: 0px 0px 20px 0px rgba(183, 198, 215, 0.4);
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.z-navContent .z-navc_i_l {
  padding-top: 28px;
  width: 874px;
  display: flex;
  justify-content: space-between;
}
.z-navContent .z-navc_i_box {
  padding-left: 24px;
  /* border-left: 4px solid white; */
  border-left: 4px solid rgb(245, 247, 250);
}
.z-navContent .z-navc_i_box_cur {
  border-left: 4px solid #1b7fff;
}
.z-navContent .z-navc_i_tit1 {
  width: 874px;
  height: 19px;
  line-height: 19px;
  font-size: 18px;
  font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
  font-weight: 400;
  color: #333333;
}
.z-navContent .z-navc_i_tit2 {
  margin-top: 9px;
  display: flex;
  font-size: 16px;
  font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
  font-weight: 400;
  color: #333333;
}
.z-navContent .z-navc_i_tit2 div:nth-child(1) {
  width: 225px;
}
.z-navContent .z-navc_i_tit2 div:nth-child(2) {
  margin-left: 5px;
  width: 475px;
}
.z-navContent .z-navc_i_tit3 {
  margin-top: 21px;
  margin-left: 28px;
  font-size: 16px;
  height: 15px;
  line-height: 15px;
  font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
  font-weight: 400;
  text-align: left;
  color: #d30000;
}
.z-navContent .z-navc_i_l_2 {
  text-align: center;
}
.z-navContent .z-navc_i_l_2 div:nth-child(1) {
  height: 23px;
  font-size: 24px;
  font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
  font-weight: 400;
  color: #333333;
  line-height: 23px;
}
.z-navContent .z-navc_i_l_2 div:nth-child(2) {
  margin-top: 15px;
  height: 17px;
  font-size: 16px;
  font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
  font-weight: 400;
  color: #333333;
  line-height: 17px;
}
.z-navContent .z-navc_i_r {
  margin-top: 47px;
  margin-right: 20px;
  width: 141px;
  height: 50px;
  background: #1b7fff;
}
.z-navContent .z-navc_btn {
  font-size: 16px;
  font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
  font-weight: 400;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}
.z-navContent .z-navBtnStyle1 {
  background: #e8f1ff;
  color: #4293f4;
}
.z-navContent .z-navBtnStyle2 {
  background: #1b7fff;
  color: #ffffff;
}
.z-navContent .z-navBtnStyle3 {
  background: #eeefef;
  color: #666666;
}
/* --------------------------------------------------------------------------â†‘ */

.z-emytybox {
  text-align: center;
}
.z-emytybox img {
  width: 200px;
  height: 200px;
  margin-top: 16px;
  margin-bottom: 22px;
}
.z-emytybox span {
  font-family: MicrosoftYaHei;
  font-size: 22px;
  color: #999999;
}
.z-spinbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  opacity: 0.5;
}

/* å¼¹çª— */
.mask,
.mask2 {
  position: fixed;
  z-index: 2000;
  background-color: rgba(13, 13, 13, 0.43);
  margin: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.3s;
}
.maskDlg,
.maskDlg2 {
  width: 550px;
  border-radius: 15px;
  background-color: #ffffff;
  border: 1px solid rgba(187, 187, 187, 100);
  position: absolute;
  left: 50%;
  top: 450px;
  margin-left: -300px;
  margin-top: -210px;
  padding: 40px;
}
.maskDlg .tit,
.maskDlg2 .tit {
  text-align: center;
  color: #000000;
  font-weight: bold;
  font-size: 24px;
}
.maskDlg .btnbox,
.maskDlg2 .btnbox {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
