* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  word-break: break-all;
}

.xcConfirm * {
  box-sizing: content-box;
}

ul,
li,
ol {
  list-style: none;
}

body {
  font-size: 0;
  margin: 0 auto !important;
  min-width: 1200px;
  font-family: MicrosoftYaHei;
  color: #333333;
}

a {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: #333333;
}

a img {
  border: none;
}

a.hover-blue:hover,
.hover-blue a:hover {
  color: #2789ee;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

.lf {
  float: left;
}

.rt {
  float: right;
}

input,
textarea {
  outline: none;
  background: 0 0;
}

input,
button,
text {
  vertical-align: top;
  outline: none;
  border: none;
  color: #333333;
}

input::placeholder {
  color: #a9a6a6;
}

input::-webkit-input-placeholder {
  /*WebKit browsers*/
  color: #a9a6a6;
}

input::-moz-input-placeholder {
  /*Mozilla Firefox*/
  color: #a9a6a6;
}

input::-ms-input-placeholder {
  /*Internet Explorer*/
  color: #a9a6a6;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
  display: none;
}

.width1200 {
  width: 1200px;
  margin: 0 auto;
}

.w-30 {
  width: 30%;
}

.w-31 {
  width: 31%;
}

.w-33 {
  width: 33.3%;
}

.w-39 {
  width: 39%;
}

.w-40 {
  width: 40%;
}

.w-100 {
  width: 100%;
}

.fw-normal {
  font-weight: normal;
}

.fw-bld {
  font-weight: bold;
}

.dis-inline {
  display: inline;
}

.dis-inblock {
  display: inline-block;
}

.dis-block {
  display: block;
}

.ver-mid {
  vertical-align: middle;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-text {
  cursor: text;
}

.cursor-no-allow {
  cursor: not-allowed;
  color: #999999 !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.mg-auto {
  margin: auto;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

/*单行省略*/
.ellipsis1 {
  overflow: hidden;
  /*超出的部分隐藏起来。*/
  white-space: nowrap;
  /*不显示的地方用省略号...代替*/
  text-overflow: ellipsis;
  /* 支持 IE */
}

/*多行省略*/
.ellipsis2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ellipsis3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.pos-rel {
  position: relative;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex-between {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-wrap-bt {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-right {
  display: flex;
  justify-content: flex-end;
}

.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.flex-1 {
  flex: 1;
}

.flex-center {
  display: flex;
  justify-content: center;
}

.flex-col-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pcshow {
  display: block;
}

.h5show {
  display: none !important;
}

.fw-bold {
  font-weight: bold;
}

.font-noraml {
  font-style: normal;
}

.color-blue {
  color: #2789ee;
}

.color-orange {
  color: #f4761a;
}

.color-999 {
  color: #999999;
}

.color-666 {
  color: #666666;
}

.color-red {
  color: #ff0000;
}

.bg-white {
  background-color: #ffffff;
}

.bg-gray {
  background-color: #f6f6f6;
}

.no-data {
  font-size: 15px;
  color: #666666;
  text-align: center;
  line-height: 50px;
}

/*layui样式重置 start*/
.layui-layer .layui-layer-btn {
  font-size: 14px;
  padding-bottom: 20px;
}

/*ie输入框隐藏X*/
input::-ms-clear {
  display: none;
}

/*.layui-input:focus*/
.layui-layer-btn .layui-layer-btn0 {
  border-color: #2789ee;
  background-color: #2789ee;
}

.layui-layer-btn a {
  height: 30px;
  line-height: 28px;
  font-size: 16px;
}

.layui-layer .layui-layer-title {
  font-weight: bold;
  font-size: 18px;
}

.layui-layer {
  border-radius: 4px;
}

.layui-layer-dialog.layui-layer {
  min-width: 300px;
  border-radius: 4px;
  /* left: 50% !important;
  transform: translateX(-50%); */
}

.layui-layer-dialog .layui-layer-content {
  font-size: 16px;
}

.layui-layer-dialog .layui-layer-padding {
  padding-bottom: 30px;
}

/*layui样式重置 end*/
/*头尾样式 start*/
.header {
  padding-top: 25px;
  font-size: 0;
}

.header .user-name {
  max-width: 84px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
}

.header-logo {
  height: 53px;
  margin-right: 13px;
}

.sy-show {
  display: none;
}

.header-sy-logo {
  display: none;
}

.header-com-logo {
  display: block;
}

.header-logo img {
  display: block;
  height: 100%;
}

.header-site-sel {
  line-height: 28px;
  height: 30px;
  color: #000000;
  font-size: 24px;
  padding: 0 14px;
  border-left: 1px solid rgba(186, 186, 186, 0.62);
  margin-top: 13px;
}

#header-site-name {
  max-width: 120px;
  overflow: hidden;
  /*超出的部分隐藏起来。*/
  white-space: nowrap;
  /*不显示的地方用省略号...代替*/
  text-overflow: ellipsis;
  /* 支持 IE */
  letter-spacing: 2px;
}

.header-site-sel button {
  width: 60px;
  line-height: 22px;
  background: rgba(184, 217, 255, 0.24);
  border-radius: 5px;
  text-align: center;
  padding-right: 10px;
  font-size: 14px;
  margin: 4px 0 0 14px;
  cursor: pointer;
  position: relative;
  letter-spacing: 1px;
}

.header-site-sel button:after {
  content: "";
  width: 8px;
  height: 5px;
  background: url("./icon_down2024.png");
  background-size: 100% 100%;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s;
}

.header-site-sel button.expand:after {
  transform: translateY(-50%) rotate(180deg);
}

.header-rt {
  font-size: 14px;
  margin-top: 13px;
}

.header-rt * {
  vertical-align: middle;
  letter-spacing: 1px;
}

.register-box {
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0 6px 9px 0 rgba(167, 197, 238, 0.6);
  padding: 10px 0;
  z-index: 99;
  width: 80px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}

.register-box a {
  display: block;
  padding: 5px 10px;
  color: #333333 !important;
}

.register-box a:first-of-type {
  margin-bottom: 5px;
}

.header-rt .register {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.header-rt .register:hover .register-box {
  display: block;
}

.header-rt a:hover {
  color: #0c7cff;
}

.header-zzzs {
  color: #ffffff !important;
  width: 76px;
  line-height: 28px;
  background-color: #fe9801;
  border-radius: 2px;
  text-align: center;
  margin-right: 40px;
  margin-left: 23px;
}

.header-nav-box {
  padding-top: 30px;
}

.header-nav a {
  font-size: 20px;
  color: #000000;
  line-height: 40px;
  margin-right: 36px;
  padding-bottom: 8px;
  letter-spacing: 2px;
}

.header-nav a:last-of-type {
  margin-right: 0;
}

.header-nav a.cur,
.header-nav a:hover {
  color: #0c7cff;
  font-weight: bold;
  border-bottom: 3px solid #0c7cff;
}

.header-search {
  width: 300px;
  height: 40px;
  border-radius: 8px;
  border: solid 1px #2789ee;
  position: relative;
  background: url("./icon_search2024.png") 12px center no-repeat;
}

.header-search input {
  background: transparent;
  width: 300px;
  height: 100%;
  font-size: 18px;
  padding: 0 10px 0 40px;
}

.header-search button {
  width: 100px;
  height: 40px;
  line-height: 40px;
  background-image: linear-gradient(-90deg, #2889ee 0%, #43a7f6 100%), linear-gradient(#1c69c6, #1c69c6);
  border-radius: 8px;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  position: absolute;
  right: -1px;
  top: -1px;
  cursor: pointer;
}

.head-search-xl {
  background-color: #ffffff;
  max-height: 400px;
  overflow-y: auto;
  width: 100%;
  position: absolute;
  left: 0;
  top: 45px;
  z-index: 98;
  color: #333;
  padding: 10px 0;
  display: none;
}

.head-search-xl li {
  cursor: pointer;
  line-height: 30px;
  padding: 0 15px;
  font-size: 15px;
}

/*头部城市选择*/
.navigation-hall-dropdown {
  position: absolute;
  top: 95px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  width: 1200px;
  max-width: 100%;
}

.g-picker-hall--close {
  font-style: normal;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  line-height: 40px;
  width: 40px;
  background: #fff;
  color: #45484b;
  font-size: 30px;
  text-align: center;
  cursor: pointer;
}

.g-picker-hall {
  font-size: 16px;
  background-color: #fff;
  box-shadow: 0 6px 9px 0 rgba(167, 197, 238, 0.6);
  padding: 20px 40px 0;
  display: none;
}

.g-picker-hall-nav li {
  float: left;
  margin-right: 10px;
  line-height: 30px;
}

.g-picker-hall-nav li:last-of-type a {
  cursor: default;
  color: #0d1c28 !important;
}

.g-picker-hall-window {
  max-height: 210px;
  overflow: hidden;
}

.g-picker-hall-window.expand {
  max-height: none;
}

.g-picker-hall-nav a,
.g-picker-hall-window-title {
  color: #0d1c28;
  font-weight: bold;
  line-height: 35px;
}

.g-picker-hall-nav li:hover a {
  color: #4293f4;
}

.g-picker-hall-window-title {
  width: 100%;
}

.g-picker-hall-station-line {
  margin-top: 15px;
  margin-bottom: 10px;
}

.g-picker-hall-bd ul li {
  float: left;
  padding-top: 10px;
}

.g-picker-hall-bd ul a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 10px;
  margin-right: 20px;
  color: #45484b;
  line-height: 30px;
}

.g-picker-hall-window a:hover,
#g-picker-selector li a:hover,
#g-picker-selector li a.cur,
.g-picker-hall-window a.cur {
  background-color: #2789ee;
  color: #fff;
  border-radius: 6px;
}

.g-picker-hall-bd .g-picker-hall-station-line a {
  padding: 0 10px;
  color: #fff;
  background-color: #4293f4;
  font-weight: bold;
}

.g-picker-hall-selector {
  border-bottom: 1px solid #DFE1E2;
  padding-bottom: 15px;
}

.g-picker-hall .g-picker-hall-collapse-toggle {
  display: block;
  background-color: #f1f2f3;
  margin-top: 10px;
  color: #4293f4;
  font-weight: bold;
  line-height: 38px;
  text-align: center;
  border-radius: 2px;
  margin-bottom: 15px;
}

.g-picker-hall-collapse-toggle span {
  vertical-align: middle;
}

.g-picker-hall-collapse-toggle img {
  transition: all .3s;
}

.g-picker-hall-collapse-toggle.expand img {
  transform: rotate(180deg);
}

.header-sel-adr-btn {
  width: 104px;
  line-height: 34px;
  background-image: linear-gradient(90deg, #43a7f6 0%, #298aee 100%), linear-gradient(#2789ee, #2789ee);
  border-radius: 4px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}

.header-sel-adr {
  padding-top: 25px;
  padding-bottom: 25px;
}

.header-sel-adr-tip {
  color: #2789ee;
  font-weight: bold;
  padding: 5px 0;
  line-height: 24px;
}

.header-sel-adr-tip a {
  color: #2789ee;
}

.header-sel-adr-tip a:last-of-type {
  cursor: default;
}

.header-syx-tip {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 2px;
  float: left;
  border-radius: 14px;
  border: solid 1px #333333;
  width: 70px;
  text-align: center;
  margin-top: 13px;
  margin-right: 12px;
}

/*底部*/
.footer {
  font-size: 16px;
  background-color: #F4F5F7;
  /*padding: 45px 0;*/
}

.footer-part {
  background-color: #eaedf0;
  border-radius: 2px;
  margin-right: 12px;
}

.footer-part1 {
  width: 288px;
  height: 94px;
  font-weight: bold;
  line-height: 34px;
  padding: 30px 20px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.footer-part2 {
  padding: 25px 15px;
  display: flex;
  justify-content: space-between;
}

.footer-part2 a {
  height: 62px;
  display: flex;
  align-items: center;
}

.footer-part3 {
  width: 535px;
  height: 216px;
  padding: 0 12px;
}

.footer-part3-t {
  line-height: 32px;
  padding: 30px 0;
  display: flex;
  position: relative;
}

.footer-part3-t:after {
  content: "";
  width: 97%;
  height: 1px;
  background-color: #d5dce1;
  position: absolute;
  left: 1.5%;
  bottom: -1px;
}

.footer-part3-t p:nth-of-type(2n+1),
.footer-part3-b p:nth-of-type(2n+1) {
  width: 57%;
}

.footer-part3-t p:nth-of-type(2n),
.footer-part3-b p:nth-of-type(2n) {
  width: 43%;
}

.footer-part3-b {
  display: flex;
  flex-wrap: wrap;
  line-height: 50px;
  padding-top: 10px;
}

.footer-part4 {
  padding: 0 12px;
  line-height: 61px;
  padding-top: 1px;
}

.footer-part4 a {
  display: block;
  text-align: center;
}

.footer-part4 a:not(:last-of-type) {
  border-bottom: 1px solid #d5dce1;
}

.footer-t {
  background-color: #f1f2f3;
  padding: 40px 0;
  color: #6d6d6d;
}

.footer p,
.footer a {
  color: #6d6d6d;
}

.footer-bt a {
  color: #333333;
}

.footer-t .footer-t-item {
  height: 128px;
}

.footer-t .footer-t-item:not(:last-of-type) {
  border-right: 1px solid #dedfdf;
}

.footer-t .footer-t-item:nth-of-type(1) {
  width: 41.5%;
}

.footer-t .footer-t-item:nth-of-type(2) {
  padding-left: 85px;
  width: 41.5%;
}

.footer-t .footer-t-item:nth-of-type(3) {
  padding-left: 11px;
  width: 14%;
}

.footer-tit {
  color: #222222;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
}

.footer p.mb-10,
.footer a.mb-10 {
  margin-bottom: 10px;
}

.footer p.mb-30 {
  margin-bottom: 30px;
}

.footer-qr img {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto 10px;
}

.footer-qr-rt {
  margin-left: 12px;
  line-height: 26px;
  padding-top: 12px;
  width: 330px;
}

.footer-qr-rt p {
  margin-left: 25px;
}

.footer-qr-rt .icon-qr {
  width: 26px;
  height: 26px;
  margin-right: 10px;
  float: left;
}

.footer-qr-rt p:not(:last-of-type) {
  margin-bottom: 26px;
}

.footer-qr-rt p {
  position: relative;
  cursor: pointer;
}

.footer-qr-hover {
  display: none;
  height: 100px;
  position: absolute;
  left: -38px;
  top: -100px;
}

.footer-qr-rt p:hover .footer-qr-hover {
  display: block;
}

.footer-bt {
  background-color: #eaebeb;
  padding: 40px 0;
}

.footer-bt p {
  color: #333333;
}

.unit {
  position: relative;
}

.unit-l {
  width: 90%;
}

.unit p:first-child {
  margin-bottom: 12px;
  display: inline-block;
}

.unit-img-warp {
  position: absolute;
  top: 33%;
  right: 0;
  transform: translateY(-50%);
}

.unit-img-warp a:first-child {
  margin-right: 11px;
}

.footer-fixed {
  /* width: 90px; */
  position: fixed;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 999;
}

.footer-fixed-yxz-tip {
  font-size: 16px;
  line-height: 37px;
  background-color: #fefefe;
  border-radius: 8px;
  box-shadow: 0 0 5px 1px #F1F1F2;
  margin-bottom: 8px;
  margin-top: -10px;
}

.footer-fixed-more {
  color: #333333;
  font-size: 14px;
  padding-right: 23px;
  text-align: center;
  background: rgba(226, 233, 239, 0.93) url("./fix_icon_zk.png") calc(100% - 17px) center no-repeat;
  line-height: 40px;
  cursor: pointer;
}

.footer-fixed-more.expand {
  background: rgba(226, 233, 239, 0.93) url("./fix_icon_sq.png") calc(100% - 17px) center no-repeat;
}

.footer-fixed-a {
  font-size: 14px;
  white-space: nowrap;
  display: block;
  padding: 0 12px;
  position: relative;
}

.footer-fixed-a img {
  width: 30px;
}

.footer-fixed-a .border-bt {
  padding: 10px 0;
}

.footer-fixed-a:not(:last-of-type) .border-bt {
  border-bottom: 1px solid rgba(200, 211, 220, 0.8);
}

.footer-fixed-a img {
  margin: 0 auto 6px;
}

.footer-fixed-a img:first-of-type {
  display: block;
}

.footer-fixed-a img:nth-of-type(2) {
  display: none;
}

.footer-fixed-a-list {
  background-color: #fefefe;
  border-radius: 8px;
  max-height: calc(100vh - 150px);
  overflow-y: auto;
  box-shadow: 0 0 5px 1px #F1F1F2;
}

.footer-fixed-a-hover:hover+.footer-fixed-hover-box,
.footer-fixed-hover-box:hover {
  display: block;
}

.footer-fixed-a:hover {
  background-color: #0c7cff;
  color: #ffffff;
}

.footer-fixed-a:hover .border-bt img:first-of-type {
  display: none;
}

.footer-fixed-a:hover .border-bt img:nth-of-type(2) {
  display: block;
}

.footer-fixed-hover-box {
  font-size: 14px;
  position: absolute;
  right: 100%;
  transform: translateY(-80px);
  display: none;
  padding-right: 8px;
}

.footer-fixed-hover-box>div {
  padding: 5px 20px;
  background-color: #ffffff;
  box-shadow: 0 0 5px 1px rgba(200, 211, 220, 0.6);
  white-space: nowrap;
  border-radius: 4px;
}

.footer-fixed-hover-box a {
  display: block;
  line-height: 40px;
}

.footer-fixed-hover-box a:not(:last-of-type) {
  border-bottom: 1px solid rgba(200, 211, 220, 0.6);
}

.footer-fixed-qr {
  width: 140px;
}

.footer-fixed-qr-box {
  padding: 10px !important;
}

/*头尾样式 end*/
/*按钮防止连续二次点击样式 start*/
.evaluate,
.online-by,
.evaluate a,
.online-by a {
  display: block;
}

.btn-loading,
.btn-loading-a {
  opacity: .6;
  cursor: not-allowed !important;
}

.zxbl-btn.btn-loading-a:before,
.td-btn.btn-loading-a:before,
.bszn-btn.btn-loading-a:before,
.td-btn-default.btn-loading-a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-right: 3px;
  margin-top: -3px;
  animation: rotating 2s linear infinite;
  pointer-events: none;
}

.zxbl-btn.btn-loading-a:before,
.td-btn.btn-loading-a:before {
  background: url("./btn_loading.png");
  background-size: 100% 100%;
}

.bszn-btn.btn-loading-a:before,
.td-btn-default.btn-loading-a:before {
  background: url("./btn_loading_blue.png");
  background-size: 100% 100%;
}

/*通用的轮播兼容样式 start*/
.banner-box {
  position: relative;
}

.banner-lf {
  width: calc(50% - 960px);
  height: 100%;
  position: absolute;
  left: 0;
  z-index: -1;
}

.banner-rt {
  width: calc(50% - 960px);
  height: 100%;
  position: absolute;
  right: 0;
  z-index: -1;
}

/*蓝色渐变背景*/
.bszn-bg {
  background: url('./bszn_bg2024.png') center top repeat-x;
}

.bszn-box {
  background: url("./bszn_bg_logo2024.png") right 28px no-repeat;
  position: relative;
}

/*通用面包屑*/
.position {
  font-size: 16px;
  line-height: 20px;
  padding: 30px 0;
  letter-spacing: 2px;
}

.position span:last-of-type {
  color: #0176ff;
}

.more-list {
  color: #2789ee;
  font-size: 14px;
  padding-right: 15px;
  background: url("./icon_arrow_r2024.png") right center no-repeat;
  background-size: 9px auto;
  margin-left: 15px;
  cursor: pointer;
}

.more {
  font-size: 16px;
  color: #2789ee;
  padding-right: 20px;
  line-height: 30px;
  position: relative;
  cursor: pointer;
}

.more:after {
  content: "";
  width: 12px;
  height: 9px;
  background: url("./icon_arrow_d2024.png");
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s;
}

.more.expand:after {
  transform: translateY(-50%) rotate(180deg);
}

/*页码样式*/
.page {
  margin: 20px auto;
  font-size: 16px;
  color: #666;
  text-align: center;
}

.page>* {
  vertical-align: middle;
}

.page .go-page {
  margin-left: 5px;
}

.page .last-page {
  margin-right: 12px;
}

.page .pull-l {
  float: left;
}

.page * {
  white-space: nowrap;
}

.page input.page-to,
.page .go-page input {
  width: 42px;
  height: 30px;
  text-align: center;
  background-color: #ffffff;
  border: solid 1px #d1d1d1;
  margin: 0 7px;
  border-radius: 4px;
}

.page .go-page {
  line-height: 30px;
  display: inline-block;
}

.page .go-page-action {
  display: inline-block;
  border-radius: 4px;
}

.page .last-page,
.page .next-page {
  min-width: 60px;
}

.page a {
  display: inline-block;
  margin-right: 6px;
  height: 30px;
  text-align: center;
  color: #666666;
  line-height: 30px;
  padding: 0 10px;
  background-color: #e9eef2;
  cursor: pointer;
  min-width: 30px;
  border-radius: 4px;
}

.page span.layui-laypage-spr {
  background-color: #e9eef2;
}

.page a.cur,
.page a:hover {
  background-color: #2789ee;
  color: #fff;
}

.page .go-page-action {
  width: 56px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #2789ee;
  color: #fff;
  margin-left: 8px;
  cursor: pointer;
}

.page .page-disabled,
.page .layui-disabled {
  cursor: not-allowed;
  background-color: #e9eef2 !important;
  color: #666666 !important;
}

.page .page-next,
.page a.go-page {
  margin-right: 22px;
}

/*办事指南按钮及标识公共样式 start*/
.bs-badge-lcpt {
  font-size: 14px;
  width: 75px;
  line-height: 21px;
  height: 21px;
  letter-spacing: 1px;
  text-align: center;
  color: #ffffff;
  background: url("./bs_tag_bg.png") no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.bszt-do {
  display: flex;
}

.bszt-do a:not(:last-of-type) {
  margin-right: 20px;
}

.bszn-btn {
  padding: 0 3px;
  min-width: 104px;
  white-space: nowrap;
  text-align: center;
  height: 34px;
  border-radius: 4px;
  border: solid 1px #2789ee;
  font-size: 16px;
  line-height: 32px;
  color: #2789ee;
  cursor: pointer;
}

.zxbl-btn {
  padding: 0 3px;
  min-width: 104px;
  white-space: nowrap;
  text-align: center;
  border-radius: 4px;
  font-size: 16px;
  height: 34px;
  line-height: 34px;
  color: #ffffff;
  cursor: pointer;
  background-image: linear-gradient(90deg, #43a7f6 0%, #298aee 100%), linear-gradient(#2789ee, #2789ee);
}

.zxbl-btn-grey {
  background: #c2c2c2;
  color: #ffffff;
  cursor: not-allowed;
}

/*办事指南按钮及标识公共样式 end*/
/*办事通用图标 start*/
.bs-icon-nav {
  width: 24px;
  height: 24px;
  background: url("./bs_icon_bg.png");
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bs-icon-nav img {
  width: 24px;
}

.cur .bs-icon-nav,
.bszt-item:hover .bs-icon-nav,
.bs-icon-nav.cur {
  background: url("./bs_icon_bgcur.png");
  background-size: 100% 100%;
}

.bs-icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #e3edff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bs-icon img {
  display: block;
  width: 23px;
}

.bs-icon img:last-of-type {
  display: none;
}

.cur .bs-icon,
.bs-ct-a:hover .bs-icon {
  background-image: linear-gradient(180deg, #6ea6ff 0%, #3480fa 100%), linear-gradient(#e3edff, #e3edff);
}

.cur .bs-icon img:first-of-type,
.bs-ct-a:hover .bs-icon img:first-of-type {
  display: none;
}

.cur .bs-icon img:last-of-type,
.bs-ct-a:hover .bs-icon img:last-of-type {
  display: block;
}

.scroll-x,
.table-scroll {
  overflow-x: auto;
}

.banner-box {
  height: 220px;
}

.banner-ct {
  font-size: 22px;
  padding-left: 7px;
  letter-spacing: 1px;
}

.banner-ct .tit {
  /* font-size: 40px; */
  font-size: 42px;
  /* padding: 47px 0 25px; */
  padding: 62px 0 13px;
  font-weight: bold;
  letter-spacing: 4px;
}

/*办事通用图标 end*/
/*通用的轮播兼容样式 end*/
@keyframes rotating {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(1turn)
  }
}

/*按钮防止连续二次点击样式 end*/
/* tab切换结束 */
/*渐变轮播开始*/

/*在线办理和办事指南区域选择样式 start*/
.upd-gt-warp {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  min-width: 12rem;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, .3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#8F000000, endColorstr=#8F000000);
  z-index: 10000;
}

.upd-gt-tc {
  /* height: 450px; */
  /* height: 4.5rem; */
  position: absolute;
  top: 35% !important;
  left: 50% !important;
  margin-top: -225px;
  margin-left: -500px;
  margin-top: -2.25rem;
  margin-left: -5rem;
  /* box-shadow: 0 0 0.06rem 0 #ededed;
  -ms-box-shadow: 0 0 .06rem 0 #ededed;
  -webkit-box-shadow: 0 0 0.06rem 0 #ededed;
  -moz-box-shadow: 0 0 .06rem 0 #ededed; */
  border-radius: 0.1rem;
  background: #fff;
  padding: 0 40px 30px;
  box-sizing: border-box;
  z-index: 10000;
}

.upd-gt-header {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  padding: 47px 0;
  padding-bottom: 13px;
  border-bottom: 1px solid #f7f7f7;
  margin-bottom: 19px;
}

.upd-gt-tc i.close {
  /* display: none; */
  width: 12px;
  height: 12px;
  background: url("/images/gttc-icon2.png") no-repeat center;
  background-color: #4393f4;
  cursor: pointer;
  padding: 18px;
  position: absolute;
  top: 0;
  right: 0;
  border-top-right-radius: 0.1rem;
}

.tc-gt-warp {
  width: 932px;
  padding-top: 18px;
  padding-bottom: 12px;
  /* max-height: 80%;
  overflow-y: scroll; */
}

.upd-gt-header .pull-l {
  font-size: 0.2rem;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0.02rem;
  color: #4393f4;
  display: flex;
  align-items: center;
}

.upd-gt-header .pull-l span {
  cursor: pointer;
  /* margin-top: -0.03rem; */
  display: inline-block;
}

.upd-gt-title,
.tc-gt-choose {
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 2px;
  color: #4393f4;
}

.tc-gt-warp li.cur,
.tc-gt-warp>a.cur {
  color: #4393f4;
}

.tc-gt-footer {
  padding-top: 27px;
  border-top: 1px solid #f7f7f7;
  display: none;
}

/*.tc-gt-tip{*/
/*font-size: 18px;*/
/*line-height: 28px;*/
/*letter-spacing: 2px;*/
/*color: #999797;*/
/*background: url(/images/gttc-icon1.png) no-repeat left 0.02rem;*/
/*padding-left: 0.31rem;*/
/*margin-top: 21px;*/
/*background-size: auto 0.22rem;*/
/*}*/
.tc-gt-btns {
  display: flex;
  margin-top: 27px;
}

.tc-gt-btns a {
  display: inline-block;
  width: 124px;
  height: 52px;
  border-radius: 26px;
  font-size: 20px;
  line-height: 52px;
  letter-spacing: 2px;
  color: #ffffff;
  margin-right: 31px;
  text-align: center;
  font-weight: bold;
}

.tc-gt-btns .tc-gt-btn1 {
  background-color: #4393f4;
  color: #ffffff;
  font-weight: bold;
}

.tc-gt-btn1.disabled {
  background-color: #eeeeee;
  color: #333333 !important;
  cursor: not-allowed;
  text-decoration: none !important;
}

.disabled {
  cursor: not-allowed;
}

.tc-gt-btns a:hover span {
  color: #fff;
}

.tc-gt-btns a.tc-gt-btn1:hover {
  color: #ffffff;
}

.tc-gt-btns .tc-gt-btn2 {
  color: #999797;
  cursor: auto;
}

.tc-gt-btns .tc-gt-btn3 {
  background-color: #ebf4fb;
  color: #4393f4;
  font-weight: bold;
}

.tc-gt-warp li,
.tc-gt-warp>a {
  width: 164px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 2px;
  color: #333333;
  display: inline-block;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tc-gt-warp li.nocur,
.tc-gt-warp>a.nocur {
  color: #999797;
  cursor: auto;
}

.curBlue {
  color: #0679e5 !important;
}

/*在线办理和办事指南区域选择样式 end*/
.noText {
  text-align: center;
  font-size: .24rem;
  color: #999;
  padding: 0.5rem 0;
}

/* a标签按钮是否可以点击 */
.noClick {
  pointer-events: none;
  background-image: linear-gradient(90deg, #c2c2c2 0%, #c2c2c2 100%), linear-gradient(#c2c2c2, #c2c2c2) !important;
}

.com-title {
  line-height: 50px;
  border-bottom: 1px solid #e4effa;
  display: flex;
  justify-content: space-between;
}

.com-title .tit {
  font-size: 22px;
  color: #2789ee;
  font-weight: bold;
  border-bottom: 3px solid #2789ee;
  min-width: 117px;
}

/*layer弹框样式调整 end*/
/* 个人中心弹窗 start */
.pop-box,
.popApp-box {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  overflow: auto;
  display: none;
}

.pop-lxr-content,
.pop-address-content {
  width: 869px;
  background-image: linear-gradient(180deg, #f0f7fd 0%, #ffffff 100%);
  border-radius: 4px;
  padding-top: 25px;
}

.pop-box-content {
  margin: 0 auto;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
  top: 50%;
  transform: translateY(-50%);
}

.pop-width-720 {
  width: 720px;
}

.pop-tit {
  line-height: 30px;
  padding: 15px 35px 15px 40px;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 1px;
  color: #000000;
}

.pop-info-item {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 25px;
}

.pop-label {
  padding: 6px 5px 6px 0;
  color: #666666;
  width: 100px;
  flex: none;
  white-space: nowrap;
}

.pop-info-ct {
  flex: 1;
  padding: 6px 20px;
  border-radius: 2px;
  border: solid 1px #e5e5e5;
  white-space: pre-wrap;
}

.pop-info-textarea {
  min-height: 80px;
}

.pop-info-msg {
  min-height: 200px;
}

.pop-info-ct.no-border {
  border: none;
  padding-left: 0;
}

.pop-info-ct.no-border img {
  margin-right: 3px;
}

.pop-info-img {
  flex: 1;
}

.pop-info-img img {
  max-width: 100%;
}

.pop-info-ct.pb-40 {
  padding-bottom: 40px;
}

.pop-color-orange {
  color: #d27215;
}

.pop-info-lxr-box {
  padding: 6px 20px;
  background-color: #f0f5fa;
  margin-top: 40px;
}

.pop-info-lxr-box.mt-30 {
  margin-top: 30px;
}

.pop-info-lxr-item {
  padding-left: 12px;
  position: relative;
}

.pop-info-lxr-item:before {
  content: "";
  width: 2px;
  height: 12px;
  background-color: #2789ee;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.pop-info-lxr-item span {
  color: #999999;
}

.pop-info-lxr-item:not(:last-of-type) {
  margin-right: 70px;
}

/* 实名认证 */
.pop-smrz {
  display: none;
}

.pop-smrz-content,
.pop-card-content {
  width: 622px;
  /* background: url(grzx-smrz-bg.png) no-repeat; */
  background-size: 100% auto;
  /* padding-top: 169px; */
  background: #fff;
  border-radius: 5px;
}

/* .pop-card-content{
  background-image: url(grzx-ckzz-bg.png);
} */
.pop-box-img {
  width: 100%;
}

.pop-close {
  position: absolute;
  width: 13px;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 99;
}

.pop-smrz-box,
.pop-card-box {
  width: 100%;
  height: 492px;
  background-color: #fff;
  border-radius: 0px 0px 4px 4px;
  padding: 37px 63px;
  padding-bottom: 65px;
  text-align: center;
  position: relative;
}

.pop-smrz-box p,
.pop-card-box p {
  height: 48px;
  background-color: #f1f8ff;
  border-radius: 24px;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 1px;
  color: #2789ee;
  text-align: center;
  margin-bottom: 35px;
}

.pop-smrz-box img,
.pop-card-box img {
  width: 300px;
  height: 300px;
  background-color: #ffffff;
  border: solid 1px #d2d8de;
  margin: auto;
  padding: 15px;
}

.pop-box .qrcode-logo {
  width: 54px;
  /* width: 30px; */
  border: none;
  height: auto;
  background: none;
  padding: 0;
  position: absolute;
  top: 238px;
  left: 285px;
  /*
    top: 245px;
      left: 297px; */
}

/* 公积金 */
.pop-gjj-content {
  width: 911px;
  background-image: linear-gradient(180deg, #f0f7fd 0%, #ffffff 100%);
  border-radius: 4px;
  padding-top: 25px;
}

.pop-gjj-title,
.pop-lxr-title,
.pop-address-title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #333333;
  padding-left: 21px;
  padding-bottom: 18px;
  border-bottom: 1px solid #f3f4f4;
  margin-bottom: 24px;
}

.pop-gjj-box {
  padding: 28px 30px;
  border-bottom: 1px solid #f3f4f4;
  padding-right: 21px;
}

.pop-gjj-box .grzx-table1 .tr .td.label {
  color: #999999;
}

.pop-gjj-box .grzx-table1.table-small .tr .td {
  padding: 15px 10px;
}

.pop-btns {
  border-top: 1px solid #f3f4f4;
}

.pop-btns button {
  width: 99px;
  height: 36px;
  border-radius: 2px;
  border: solid 1px #2789ee;
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #2789ee;
  background-color: #fff;
  margin: 30px 0;
}

.pop-btns .pop-btn1 {
  background-color: #2789ee;
  color: #fff;
  margin-left: 22px;
  margin-right: 21px;
}

.pop-btns .right-btn {
  margin-left: 22px;
  margin-right: 21px;
}

.pop-btns .pop-btn-red {
  background-color: #ef342d;
  color: #fff;
  border: none;
}

.pop-btns .pop-btn-grey {
  border: solid 1px #d0d0d0;
  color: #333333;
}

/* 弹窗地址 */

.pop-lxr-box,
.pop-address-box,
.pop-ct-box {
  padding-left: 23px;
  padding-right: 21px;
}

.pop-lxr-box>div,
.pop-address-box>div {
  float: left;
  margin-bottom: 31px;
}

.pop-lxr-box>div:nth-child(2n),
.pop-address-box>div:nth-child(2) {
  float: right;
}

.pop-lxr-box span,
.pop-address-box span {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 1px;
  color: #666666;
  width: 91px;
}

.pop-lxr-box>div:nth-child(2n) span {
  width: 120px;
}

.pop-lxr-box span i,
.pop-address-box span i {
  color: #ff420f;
}

.pop-lxr-box input,
.pop-lxr-box select,
.pop-address-box input,
.pop-address-box select,
.pop-address-box textarea {
  width: 284px;
  height: 42px;
  border-radius: 2px;
  border: solid 1px #e5e5e5;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #000000;
  line-height: 42px;
  padding: 0 10px;
  background: transparent;
}

.pop-address-box select,
.pop-lxr-box select {
  background: url(icon_arr_d_gray2024.png) 95% center no-repeat;
}

.pop-address-box select {
  width: 229px;
  margin-right: 23px;
}

.pop-address-box select:last-child {
  margin-right: 0;
}

.pop-address-box textarea {
  width: 730px;
  height: 72px;
  border-radius: 2px;
  border: solid 1px #e5e5e5;
}

/* 弹窗删除 */
.pop-del-content {
  width: 460px;
  background-image: linear-gradient(180deg, #f0f7fd 0%, #ffffff 100%);
  border-radius: 4px;
  border-bottom: 1px solid #f3f4f4;
  /* margin-top: 15%; */
}

.pop-del-box {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 1px;
  color: #333333;
  padding: 64px 0;
  border-bottom: 1px solid #f3f4f4;
}

.pop-del-box img {
  width: 22px;
  height: 22px;
  margin-right: 14px;
}

/* 个人中心弹窗 end */
/*跳转三方链接弹窗 start*/
.pop-content {
  margin: auto;
  margin-top: 10%;
  margin-bottom: 50px;
  margin-bottom: 0.5rem;
  width: 584px;
  background-image: linear-gradient(180deg, #f0f7fd 0%, #fafdff 100%);
  border-radius: 4px;
  padding: 30px 22px;
}

.pop-top {
  width: 535px;
  margin-left: 3px;
  margin-bottom: 25px;
}

.pop-title {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #000000;
  width: 80%;
}

.pop-items {
  width: 536px;
  background-color: #ffffff;
  padding: 10px 0 18px 14px;
}

.pop-items div {
  margin-bottom: 18px;
}

.pop-items span,
.pop-items p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 1px;
  color: #999999;
  display: inline-block;
  vertical-align: top;
}

.pop-items p {
  color: #000000;
  width: 416px;
  padding-left: 10px;
}

.pop-items p#yyms {
  background-color: #fafafa;
  border-radius: 4px;
}

/* app */
.popApp-content {
  margin: auto;
  margin-top: 10%;
  width: 708px;
  min-height: 534px;
  background-image: linear-gradient(180deg, #f0f7fd 0%, #ffffff 100%);
  border-radius: 4px;
  padding: 40px 0;
  text-align: center;
  padding-bottom: 1px;
}

.popApp-content>img {
  height: 300px;
  display: block;
  margin: auto;
  margin-bottom: 30px;
}

.popApp-name {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 38px;
  letter-spacing: 1px;
  color: #333333;
  margin: 0 30px;
  margin-bottom: 15px;
}

.popApp-name>span {
  color: #2789ee;
}

.popApp-num {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #666666;
}

.popApp-num>span {
  color: #2789ee;
}

.popApp-tip {
  background-color: #f7f9fb;
  font-size: 14px;
  line-height: 34px;
  letter-spacing: 1px;
  color: #999999;
  margin: 30px;
}

/* 跳转三方链接弹窗 end */

/* 升级认证等级升级设置弹窗 */
.pop-box-sz {
  /* width: 641px; */
  width: 622px;
  background-color: #fff;
  background-image: linear-gradient(180deg, #f0f7fd 0%, #ffffff 40%);
  /* background-image: linear-gradient(180deg,rgba(240, 247, 253, 1) 0%,rgba(255, 255, 255, 1) 100%); */
  border-radius: 4px;
  padding-top: 21px;
}

.pop-box-sz-head {
  width: 827px;
}

.pop-head-item {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  border: solid 1px #a9cae2;
  margin-top: 40px;
}

.pop-head-item.cur {
  box-shadow: 5px 2px 29px 0px rgba(117, 148, 171, 0.73);
  border: solid 2px #0071e6;
}

.pop-head-item:not(:nth-of-type(4n)) {
  margin-right: 87px;
}

.pop-head-item:nth-of-type(1),
.pop-head-item:nth-of-type(2),
.pop-head-item:nth-of-type(3),
.pop-head-item:nth-of-type(4) {
  margin-top: 0;
}

.pop-head-item img {
  width: 100%;
  height: 100%;
}

.pop-box-sz-head .pop-set-box {
  max-height: calc(90vh - 200px);
  overflow-y: auto;
  padding-left: 55px;
  padding-top: 35px;
  margin-right: 25px;
}

.pop-box-sz-head .pop-gjj-title {
  margin-bottom: 0;
}

.pop-sz-part1 {
  /* width: 363px; */
  width: 470px;
  height: 57px;
  margin: auto;
  /* margin-bottom: 50px; */
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}

.pop-card-tip {
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
}

.pop-sz-part1-item {
  /* width: 110px; */
  width: auto;
  text-align: center;
}

.pop-sz-part1-item>div {
  width: 26px;
  height: 26px;
  background-color: #2a8bef;
  border-radius: 50%;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #ffffff;
  margin: auto;
}

.pop-sz-part1-item>p {
  font-size: 16px;
  line-height: 42px;
  letter-spacing: 1px;
  color: #2789ee;
}

.pop-sz-part1-item.step1>div {
  opacity: 0.5;
}

.pop-sz-part1-item.step2>div {
  background-color: #b7bcc1;
}

.pop-sz-part1-item.step2>p {
  color: #333333;
}

.pop-box-step2 .pop-sz-part1-item.step2>p {
  color: #2a8bef;
}

.pop-box-step2 .pop-sz-part1-item>div {
  background-color: rgba(42, 139, 239, 0.5);
}

.pop-box-step2 .pop-sz-part1-item.step2>div {
  background-color: #2a8bef;
}

.pop-step2 {
  display: none;
}

.pop-box-step2 .pop-step1 {
  display: none;
}

.pop-box-step2 .pop-step2 {
  display: block;
}

.pop-sz-line {
  width: 242px;
  height: 1px;
  background-color: #dfdfdf;
  margin-top: 13px;
}

.pop-box-step2 .pop-sz-line {
  background-color: #2a8bef;
}

.pop-sz-part2 {
  cursor: pointer;
  width: 569px;
  height: 104px;
  border-radius: 4px;
  border: solid 1px #b1d9ff;
  padding: 26px 14px;
  margin: auto;
}

.pop-sz-part2.cur {
  background-image: linear-gradient(-90deg, #e2f1fd 0%, #f1f8ff 100%);
}

.pop-sz-part2>img {
  width: 45px;
  margin-right: 17px;
}

.pop-sz-part2 span {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 1px;
  color: #333333;
}

.pop-sz-part2 p {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #999999;
}

.pop-sz-part2 p img {
  margin-left: 8px;
  width: 18px;
  margin-top: -3px;
}

.mb96 {
  margin-bottom: 96px;
}

.pop-btns button.mr29 {
  margin-right: 29px;
}

.pop-box-sz .pop-smrz-box {
  background: transparent;
  /* padding-top: 0; */
  padding-bottom: 10px;
  height: auto;
}

.pop-set-box {
  padding: 0 30px 60px 30px;
}

.pop-step-tit {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.pop-step-tip {
  font-size: 16px;
  letter-spacing: 1px;
}

.pop-step-input-box {
  display: flex;
  margin-top: 30px;
  font-size: 16px;
}

.pop-step-input-box:first-of-type {
  margin-top: 20px;
}

.pop-step-input,
.pop-step-select {
  height: 42px;
  flex: 1;
  border-radius: 2px 0 0 2px;
  border: solid 1px #e5e5e5;
  padding: 0 20px;
}

.pop-step-input-btn {
  width: 99px;
  text-align: center;
  font-size: 16px;
  line-height: 42px;
  letter-spacing: 1px;
  color: #ffffff;
  background-color: #2789ee;
  border-radius: 0 2px 2px 0;
  cursor: pointer;
  flex: none;
  height: 42px;
}

.pop-step-select {
  padding-right: 30px;
  background: url(icon_arr_d_gray2024.png) 95% center no-repeat;
  outline: none;
  appearance: none;
}

.pop-step-dates {
  flex: 1;
}

.pop-step-date {
  width: 212px;
  height: 42px;
  border-radius: 2px 0px 0px 2px;
  border: solid 1px #e5e5e5;
  padding: 0 20px;
  padding-left: 50px;
  background: url(grzx_icon_date.png) 10% center no-repeat;
}

.pop-step-date-line {
  width: 14px;
  height: 1px;
  background-color: #e5e5e5;
  margin: 0 14px;
  margin-top: 20px;
}

.pop-step-choice {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #333333;
  margin-top: 30px;
}

.pop-step-choice>span {
  margin-right: 70px;
  cursor: pointer;
}

.pop-step-choice>span::before {
  float: left;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 2px;
  border: solid 1px #d3d3d3;
  background: url(grzx-icon-g.png) center no-repeat;
  margin-right: 11px;
  margin-top: 3px;
  background-size: 10px;
}

.pop-step-choice>span:last-child {
  margin-right: 0;
}

.pop-step-choice>span.cur::before {
  background-color: #2789ee;
}

/*checkbox样式 start*/
input[type="checkbox"] {
  width: 14px;
  height: 14px;
  border-radius: 2px;
  /*-webkit-appearance:none;*/
  border: solid 1px #2789ee;
  color: #2789ee;
  vertical-align: middle;
  -webkit-appearance: none;
  position: relative;
}

/* 针对选中状态的checkbox */
input[type="checkbox"]:checked::after {
  content: "✔";
  /* 可以在选中状态时显示一个对勾 */
  font-size: 10px;
  text-align: center;
  line-height: 12px;
  color: white;
  /* 设置对勾颜色 */
  font-weight: bold;
  position: absolute;
  width: 100%;
  height: 100%;
  border-color: #2789ee;
  /* 设置对勾边框颜色 */
  background: #2789ee;
}

/*checkbox样式 end*/
@media screen and (min-width: 769px) {

  /*pc内置滚动条样式*/
  ::-webkit-scrollbar {
    background-color: #f5f5f5;
    height: 8px;
    width: 8px
  }

  ::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 2px transparent
  }

  ::-webkit-scrollbar-thumb {
    background-color: hsla(223, 9%, 54%, .3);
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 2px transparent;
    transition: all .2s linear
  }

  ::-webkit-scrollbar-thumb:hover {
    background-color: hsla(223, 9%, 54%, .6)
  }

  /* 滚动槽 */
  .com-scroll-y::-webkit-scrollbar-track {
    -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
    /* 滚动槽背景颜色 */
  }

  /* 滚动条滑块 */
  .com-scroll-y::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.5);
  }

  .com-scroll-y::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, 0.3);
  }

  .com-scroll-y::-webkit-scrollbar {
    width: 4px;
  }

  .com-scroll-y {
    overflow-y: auto;
    scrollbar-width: thin;
  }
}

/* h5 */
@media screen and (max-width: 768px) {

  /* 公共 */
  .header-rt * {
    letter-spacing: 0;
  }

  body {
    line-height: 0.5rem;
    min-width: auto !important;
  }

  .com-title {
    line-height: .8rem;
  }

  .com-title .tit {
    font-size: .4rem;
    min-width: auto;
  }

  .h5hide {
    display: none !important;
  }

  .h5show {
    display: block !important;
  }

  .pcshow {
    display: none !important;
  }

  .width1200 {
    width: 100%;
  }

  .no-data {
    font-size: .3rem;
    line-height: .8rem;
  }

  .no-data img {
    width: 2.5rem;
  }

  /* 头部 */
  .header-syx-tip {
    width: 1.1rem;
    font-size: .28rem;
    line-height: .4rem;
    margin-top: .1rem;
    display: none;
  }

  .header {
    padding: .5rem 0.25rem 0;
    /* padding-top: 0.5rem; */
  }

  #ariaTipText {
    display: none;
  }

  .header-logo {
    height: auto;
    width: 3.25rem;
    margin-right: 0.2rem;
  }

  .header-logo img {
    width: 100%;
  }

  .header-site-sel {
    line-height: 0.5rem;
    height: 0.5rem;
    font-size: 0.3rem;
    padding: 0 0 0 0.2rem;
    border-left: 0.02rem solid rgba(186, 186, 186, 0.62);
    margin-top: 0;
  }

  .header-site-sel button {
    width: 1.1rem;
    margin: 0 0 0 0.2rem;
    letter-spacing: .02rem;
  }

  #header-site-name {
    max-width: 1.8rem;
    letter-spacing: 0;
  }

  body.UseInMobile .header .ariafontcontent {
    font-size: 0.3rem !important;
  }

  .header-rt {
    font-size: 0.25rem;
    margin-top: 0.2rem;
    float: left;
  }

  .header-zzzs {
    width: 1.1rem;
    line-height: 0.5rem;
    border-radius: 0.04rem;
    margin-right: 0;
    margin-left: .2rem;
  }

  .header-nav-box {
    padding-top: 0.35rem;
  }

  .header-nav {
    /* white-space: nowrap;
    width: 100%;
    overflow: hidden;
    overflow-x: auto; */
    float: none;
    width: 100%;
    margin: auto;
    margin-bottom: 0.35rem;
    text-align: center;
  }

  .header-nav a {
    font-size: 0.32rem;
    line-height: 0.6rem;
    height: .74rem;
    padding-bottom: 0.1rem;
    margin: 0 0.15rem;
    text-align: center;
    letter-spacing: 0;
  }

  .header-nav a.cur,
  .header-nav a:hover {
    border-bottom-width: .04rem;
  }

  .header-search {
    width: 6.2rem;
    margin: auto;
    float: none;
    height: 0.68rem;
    border-radius: 0.16rem;
    border: solid 0.02rem #2789ee;
    background-position-x: 0.2rem;
    margin-bottom: 0.5rem;
  }

  .header-search input {
    width: 4.55rem;
    font-size: 0.3rem;
    padding: 0 0.1rem 0 0.8rem;
  }

  .header-search button {
    width: 1.5rem;
    height: 0.68rem;
    line-height: 0.68rem;
    border-radius: 0.16rem;
    font-size: 0.3rem;
    right: -0.02rem;
    top: -0.02rem;
  }

  .head-search-xl {
    width: 100%;
    top: .68rem;
    padding: .2rem 0;
  }

  .head-search-xl li {
    line-height: .5rem;
    padding: 0 .3rem;
    font-size: .26rem;
  }

  .g-picker-hall {
    font-size: 0.28rem;
    box-shadow: 0 0.12rem 0.18rem 0 rgba(167, 197, 238, 0.6);
    padding: 0.3rem 0.3rem 0;
    display: none;
  }

  .navigation-hall-dropdown {
    top: 1.3rem;
  }

  .g-picker-hall-bd ul a {
    padding: 0 0.2rem;
    margin-right: 0.3rem;
    line-height: 0.5rem;
  }

  .g-picker-hall-bd ul li {
    padding-top: 0.1rem;
  }

  .g-picker-hall-selector {
    padding-bottom: 0.2rem;
  }

  .g-picker-hall-station-line {
    margin-top: 0.2rem;
    margin-bottom: 0.1rem;
  }

  .g-picker-hall-bd .g-picker-hall-station-line a {
    padding: 0 0.2rem;
  }

  .header-sel-adr-btn {
    width: 2rem;
    line-height: 0.65rem;
    border-radius: 0.08rem;
  }

  .header-sel-adr {
    padding-top: .3rem;
    padding-bottom: .3rem;
  }

  /* 底部 */
  .footer-fixed {
    display: none;
  }

  .footer {
    font-size: 0.28rem;
  }

  .footer-t {
    padding: 0.4rem 0.25rem;
  }

  .footer-t .footer-t-item:nth-of-type(1),
  .footer-t .footer-t-item:nth-of-type(2) {
    width: 100%;
    float: none;
    text-align: center;
    padding: 0;
    height: auto;
    border: none;
  }

  .footer-t .footer-t-item:nth-of-type(3) {
    display: none;
  }

  .footer-tit {
    font-size: 0.3rem;
    margin-bottom: 0.2rem;
  }

  .footer p.mb-10,
  .footer a.mb-10 {
    margin-bottom: 0.1rem;
  }

  .footer-bt {
    padding: 0.4rem 0.25rem;
  }

  .footer p.mb-30 {
    margin-bottom: 0.3rem;
  }

  .unit p:first-child {
    margin-bottom: 0;
  }

  .unit-img-warp {
    position: inherit;
    top: 0;
    transform: translateY(0%);
    margin-top: 0.3rem;
  }

  /* 分页 */
  .page {
    margin: 0.4rem auto;
    font-size: 0.3rem;
  }

  .page a,
  .page span,
  .page input,
  .page div,
  .page .go-page.inl,
  .page .go-page-action {
    display: none;
  }

  .page .page-pre,
  .page .page-next,
  .page .last-page {
    display: inline-block;
  }

  .banner-box {
    height: 2.5rem;
  }

  .banner-ct .tit {
    font-size: 0.5rem;
    padding: 0.5rem 0 0.2rem;
    font-weight: bold;
  }

  .banner-ct {
    font-size: 0.28rem;
    padding-left: 0.25rem;
  }

  /* 办事指南 */
  .bszn-box,
  .grzx-box {
    padding: 0 0.25rem;
    background-size: 3rem auto;
    background-position: 4.2rem .8rem;
  }

  .bszn-btn,
  .zxbl-btn {
    padding: 0 0.05rem;
    min-width: 1.5rem;
    height: 0.6rem;
    border-radius: 0.04rem;
    font-size: 0.28rem;
    line-height: 0.56rem;
    float: right;
  }

  /* 当前位置 */
  .position {
    font-size: 0.28rem;
    line-height: 0.4rem;
    padding: 0.3rem 0;
  }

  .bs-icon {
    width: .6rem;
    height: .6rem;
  }

  .bs-icon img {
    width: .4rem;
  }

  /* 针对public.css的修改 */
  html,
  body {
    min-width: auto;
    width: 100%;
  }

  .l-banner {
    min-width: auto;
    padding: 0 0.25rem;
    background-size: cover !important;
  }

  .w1200,
  .block-center,
  .l-content,
  .l-position {
    width: 100%;
  }

  .l-position {
    padding: 0.1rem 0.25rem;
    font-size: .28rem;
    height: auto;
  }

  .l-page .go-page-action,
  .l-page a,
  .l-page .go-page {
    display: none !important;
  }

  .l-page a.yj-pga0,
  .l-page a.yj-pga8 {
    display: inline-block !important;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.3rem;
  }

  .unit {
    height: auto;
  }

  .unit-l {
    width: 100% !important;
    float: none;
  }

  /*在线办理和办事指南区域选择样式 start*/
  .upd-gt-warp {
    min-width: unset;
  }

  .upd-gt-tc {
    width: 90%;
    margin-left: 0;
    transform: translateX(-50%);
    box-sizing: border-box;
    margin-top: 0;
    top: 5% !important;
    padding: 0 0.4rem 0.3rem;
    max-height: 90vh;
    overflow-y: auto;
  }

  .upd-gt-header {
    padding: 0.47rem 0 0.2rem;
  }

  .upd-gt-header .pull-l {
    font-size: .34rem;
  }

  .upd-gt-title,
  .tc-gt-choose {
    font-size: .32rem;
    line-height: .4rem;
  }

  .tc-gt-footer {
    padding-top: .3rem;
  }

  .tc-gt-warp li,
  .tc-gt-warp>a {
    font-size: .3rem;
    line-height: .4rem;
  }

  .tc-gt-warp li,
  .tc-gt-warp>a {
    width: 33%;
  }

  .tc-gt-warp {
    width: 100%;
  }

  .upd-gt-tc i.close {
    width: .5rem;
    height: .5rem;
    box-sizing: border-box;
  }

  .tc-gt-btns a {
    width: 1.5rem;
    height: .7rem;
    line-height: .7rem;
    border-radius: .35rem;
    font-size: .3rem;
  }

  .tc-gt-btns {
    margin-top: .3rem;
  }

  /*在线办理和办事指南区域选择样式 end*/
  .more-list {
    padding-right: 0.3rem;
    margin-left: 0.3rem;
    background-size: 0.18rem auto;
  }

  /*个人中心弹窗 start*/
  .pop-smrz-content,
  .pop-card-content {
    width: 80%;
    /* padding-top: 1.6rem; */
  }

  .pop-close {
    vertical-align: top;
    margin-left: 0.63rem;
    width: .26rem;
    right: .3rem;
  }

  .pop-smrz-box,
  .pop-card-box {
    height: auto;
    border-radius: 0px 0px 0.08rem 0.08rem;
    padding: 0.3rem 0.6rem;
    padding-bottom: 0.6rem;
  }

  .pop-smrz-box p,
  .pop-card-box p {
    height: auto;
    border-radius: 0.3rem;
    font-size: 0.3rem;
    line-height: 0.5rem;
    margin-bottom: 0.5rem;
    padding: 0.1rem 0.2rem;
  }

  .pop-smrz-box img,
  .pop-card-box img {
    width: 3rem;
    height: 3rem;
    padding: .15rem;
  }

  .pop-box .qrcode-logo {
    width: 0.6rem;
    left: 2.7rem;
    top: 3.1rem;
  }

  /* 弹窗公积金 */
  .pop-gjj-content {
    width: 80%;
    border-radius: 0.08rem;
    padding-top: 0.25rem;
  }

  .pop-gjj-title,
  .pop-lxr-title,
  .pop-address-title {
    font-size: 0.32rem;
    padding-left: 0.3rem;
    padding-bottom: 0.3rem;
  }

  .pop-gjj-box {
    padding: 0.3rem;
    padding-right: 0.2rem;
  }

  /* 删除弹窗 */
  .pop-del-content {
    width: 80%;
    margin-top: 30%;
  }

  .pop-del-box {
    padding: 0.5rem 0;
    padding-top: 0.8rem;
    font-size: 0.4rem;
  }

  .pop-btns button {
    width: 1.8rem;
    height: 0.6rem;
    font-size: 0.3rem;
    margin: 0.4rem 0;
  }

  /* 添加联系人弹窗 添加地址弹窗 */
  .pop-lxr-content,
  .pop-address-content {
    width: 90%;
  }

  .pop-lxr-box,
  .pop-address-box {
    padding: 0 0.25rem;
  }

  .pop-lxr-box>div,
  .pop-address-box>div,
  .pop-lxr-box>div:nth-child(2n),
  .pop-address-box>div:nth-child(2n) {
    margin-bottom: 0.3rem;
    float: none;
    display: block;
  }

  .pop-lxr-box span,
  .pop-address-box span,
  .pop-lxr-box>div:nth-child(2n) span {
    font-size: 0.3rem;
    line-height: 0.6rem;
    width: 2.2rem;
    float: none;
    display: block;
  }

  .pop-lxr-box input,
  .pop-lxr-box select,
  .pop-address-box input,
  .pop-address-box select,
  .pop-address-box textarea {
    float: none;
    display: block;
    width: 100%;
    height: 0.8rem;
    font-size: 0.3rem;
    line-height: 0.6rem;
    padding: 0.1rem;
  }

  .pop-address-box select {
    margin: auto;
    margin-bottom: 0.3rem;
  }

  .pop-address-box select:last-child {
    margin-bottom: 0;
  }

  .pop-address-box textarea {
    height: 2rem;
  }

  .pop-lxr-box,
  .pop-address-box,
  .pop-ct-box {
    padding-left: .25rem;
    padding-right: .25rem;
  }

  .pop-lxr-content,
  .pop-address-content {
    padding-top: .3rem;
    padding-bottom: .3rem;
  }

  .pop-info-item {
    font-size: .3rem;
    line-height: .45rem;
    margin-bottom: .3rem;
  }

  .pop-label {
    width: 1.4rem;
    padding: .1rem 0rem .1rem 0;
    font-size: .28rem;
  }

  .pop-info-ct,
  .pop-info-lxr-box {
    padding: .1rem .2rem;
  }

  .pop-info-lxr-box {
    margin-top: .4rem;
  }

  .pop-info-lxr-box.mt-30 {
    margin-top: .3rem;
  }

  .pop-info-ct.pb-40 {
    padding-bottom: .4rem;
  }

  .pop-info-textarea {
    min-height: 1.2rem;
  }

  .pop-info-msg {
    min-height: 2rem;
  }

  .pop-info-lxr-item {
    width: 100%;
    padding-left: .2rem;
  }

  .pop-info-lxr-item:not(:last-of-type) {
    margin-right: 0;
  }

  .pop-info-lxr-item:before {
    height: .2rem;
  }

  /*个人中心弹窗 end*/
  /* 跳转三方链接弹窗 start */
  .pop-content {
    width: 90%;
    padding: 0.25rem;
  }

  .pop-top {
    width: 100%;
    margin-left: 0.05rem;
    margin-bottom: 0.5rem;
  }

  .pop-title {
    font-size: 0.3rem;
  }

  .pop-items {
    width: 100%;
    padding: 0.15rem;
  }

  .pop-items div {
    margin-bottom: 0.3rem;
  }

  .pop-items span,
  .pop-items p {
    font-size: 0.3rem;
    line-height: 0.4rem;
  }

  .pop-items p {
    width: 100%;
    padding-left: 0.15rem;
  }

  .popApp-content {
    width: 90%;
    padding: 0.5rem 0.25rem;
    min-height: auto;
    height: auto;
    margin-top: 30%;
  }

  .popApp-content>img {
    height: 3rem;
    margin-bottom: 0.5rem;
  }

  .popApp-name {
    font-size: 0.4rem;
    line-height: 0.6rem;
    margin: 0 0 0.25rem;
    margin-bottom: 0.3rem;
  }

  .popApp-num {
    font-size: 0.3rem;
  }

  .popApp-tip {
    font-size: 0.26rem;
    line-height: 0.4rem;
    padding: 0 0.1rem;
    margin: 0.3rem 0.15rem;
  }

  /* 跳转三方链接弹窗 end */
  /* 升级认证等级升级设置弹窗 */
  .pop-box-sz {
    width: 90%;
    border-radius: 0.08rem;
    padding-top: 0.25rem;
  }

  .pop-sz-part1 {
    width: 5rem;
    height: 1rem;
    margin-bottom: 0.5rem;
  }

  .pop-card-tip {
    font-size: .3rem;
    line-height: .6rem;
    margin-top: .4rem;
  }

  .pop-sz-part1-item>p {
    font-size: 0.28rem;
    line-height: 0.5rem;
  }

  .pop-sz-part1-item>div {
    width: 0.5rem;
    height: 0.5rem;
    font-size: 0.28rem;
  }

  .pop-sz-line {
    width: 2rem;
    margin-top: 0.2rem;
  }

  .pop-sz-part2 {
    width: 5rem;
    height: auto;
    border-radius: 0.08rem;
    border: 0.02rem solid #b1d9ff;
    padding: 0.2rem 0.2rem;
    display: flex;
    align-items: center;
  }

  .pop-sz-part2>img {
    width: 0.9rem;
  }

  .pop-sz-part2 span {
    font-size: 0.3rem;
    line-height: 0.5rem;
    color: #333333;
  }

  .pop-sz-part2 p {
    font-size: 0.28rem;
    width: 3.2rem;
    line-height: 0.4rem;
  }

  .mb96 {
    margin-bottom: 0.5rem;
  }

  .pop-set-box {
    padding: 0 .3rem .6rem .3rem
  }

  .pop-box-sz-head .pop-set-box {
    max-height: calc(90vh - 4rem);
    overflow-y: auto;
    padding-left: .3rem;
    padding-top: .3rem;
    margin-right: .15rem;
    padding-right: .1rem;
  }

  .pop-head-item {
    width: 1.8rem;
    height: 1.8rem;
    margin-right: 0 !important;
    margin-top: 0.4rem;
  }

  .pop-head-item:nth-of-type(4) {
    margin-top: .4rem;
  }

  .pop-head-item:not(:nth-of-type(3n)) {
    margin-right: .35rem !important;
  }

  .pop-step-input {
    padding: 0 .2rem;
  }

  .pop-step-input-box {
    flex-wrap: wrap;
    font-size: .28rem;
    margin-top: .3rem;
  }

  .h5-code-br {
    margin-left: 1.4rem;
    margin-top: .05rem;
  }
}