* {
  margin: 0px;
  padding: 0px;
}
html,
body {
  height: auto;
}
body {
  max-width: 500px;
  background-color: #f5f5f5;
  margin: 0px auto;
}
::-webkit-scrollbar {
  width: 0px;
  height: 6px;
  -webkit-border-radius: 8px;
}
::-webkit-scrollbar-thumb {
  background-color: #c0c0c0;
  height: 0px;
  outline-offset: 0px;
  outline: 0px solid;
  -webkit-border-radius: 8px;
}
::-webkit-scrollbar-track-piece {
  background-color: none;
  -webkit-border-radius: 0px;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1), 0 0 0px #6FF;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #333;
  height: 0px;
  -webkit-border-radius: 8px;
}

.top{
  display: flex;
}
.top .gzh{
    display: flex;
    width: 9%;
    justify-content: center; /* 水平居中 */
    align-items: center;
}
.gzhgz{
    display: flex;
    flex-direction: column;
    width: 65%;
    font-size: 14px;
    justify-content: center;
    margin-left: 5%;
}
.gzhgz h4{margin-bottom: 5px;}
.gzhlink{
	display: flex;
    width: 23%;
    justify-content: center;
    align-items: center;
}
.gzhlink p{
font-size: 14px;
margin: 0;
padding: 0.1rem 0.2rem;
border: 1px solid #FF9800;
border-radius: 10px;
}
.gzhlink p a{
color: #f0ad4e;
}
/* 遮罩层样式 */
    .overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      display: none;
      z-index: 1000;
    }

    /* 自定义弹窗样式 */
    .custom-alert {
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: white;
      padding: 20px 20px 10px 20px;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      width: calc(100% - 80px); /* 响应式宽度，留出边距 */
      max-width: 400px; /* 最大宽度 */
      text-align: center;
      display: none; /* 默认隐藏 */
      z-index: 1001; /* 高于遮罩层 */
      font-size:16px;
    }

    .alert-content {
      display: flex;
      flex-direction: column;
    }

    .alert-message {
      margin-bottom: 10px;
      padding: 10px 20px;
    }

    .alert-actions {
      border-top: 1px solid #ddd; /* 横线分隔 */
      padding-top: 10px;
    }

    .alert-actions button {
     padding: 10px 20px;
    color: #49779c;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
	    background: #fff;
    }
th{
border-bottom: 1px solid #ddd;
border-top: none;
word-break: break-all;
padding: 8px 12px 8px 0;
line-height: 1.42857143;
vertical-align: top;
white-space: nowrap;
text-align: left;
font-size: 14px;
font-weight: bold;
}

td{
border-bottom: 1px solid #ddd;
border-top: none;
white-space: normal !important;
word-break: break-all;
padding: 8px 12px 8px 0;
line-height: 1.42857143;
vertical-align: top;
font-size: 14px;
}
.images1 {
  width: 100%;
  height: auto;
}
.images1 img {
  width: 100%;
  height: 100%;
}
.contents {
  padding: 15px 10px;
  height: auto;
  background-color: #fff;
  margin-bottom: 10px !important;
  display: block;
}
.contents .decoration {
  background: linear-gradient(90deg, #ffe6b5 0%, #ffffff 100%);
  height: 25px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  width: 100%;
  position: relative;
}
.contents .decoration .ico1 {
  width: 40px;
  position: absolute;
  left: 0px;
  top: -11px;
}
.contents .decoration .ico2 {
  margin-left: 50px;
  margin-right: 5px;
}
.contents .decoration span {
  font-size: 12px;
  color: #825422;
}
.contents .title {
  margin-top: 10px;
  font-size: 16px;
  height: auto;
  font-weight: bold;
  line-height: 32px;
}
.contents .SellingPoint {
  color: #777777;
  font-size: 12px;
  margin-top: 10px;
}
.contents .information {
  margin-top: 10px;
  height: 50px;
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 5px 10px;
  box-sizing: content-box;
}
.contents .information ul {
  display: flex;
}
.contents .information ul li {
  list-style: none;
  flex: 1;
  text-align: center;
  margin-top: 8px;
  min-width: 0;
}
.contents .information ul li .illustrate {
  color: #777;
  font-size: 11px;
}
.contents .information ul li .result {
  padding: 0px 10px;
  margin-bottom: 5px;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.contents .information2 {
  height: 40px;
  background-color: #f8f8f8;
  border-radius: 10px;
  display: flex;
  margin-top: 15px;
}
.contents .information2 div {
  cursor: pointer;
  flex: 1;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #333;
  font-size: 13px;
}
.contents .information2 div img {
  width: 15px;
  margin-right: 5px;
  margin-bottom: 2px;
  vertical-align: middle;
  display: inline;
}
.contents .details {
    color: #FF9800;
    padding: 0px 10px 0px 10px;
    font-size: 16px;
    font-weight: bold;
    border-left: 5px solid #f0ad4e;
    margin: 10px 0;
}
.contents .details .namess {
  font-size: 14px;
  color: #666;
  width: 70px;
  height: 40px;
  text-align: center;
}
.contents .details .plos div {
  width: 68px;
  height: 1px;
  background-color: #f3eded;
  margin-top: 19px;
}
.contents .description {
  height: auto;
}
.contents .description img {
  border-radius: 8px;
}
.filler {
  width: 100%;
  height: 70px;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  border-top: 1px solid #eee;
  max-width: 470px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0px 15px;
  color: #777;
  font-size: 13px;
  cursor: pointer;
  box-sizing: content-box;
}
.filler .left {
  display: flex;
  width: 50%;
  justify-content: space-around;
  float: left;
  margin-top: 15px;
}
.filler .left img {
  margin-bottom: 3px;
  display: inline-block;
}
.filler .left div {
  text-align: center;
}
.filler .right {
  margin-top: 12px;
  float: right;
  margin-right: 5%;
  width: 45%;
  background-color: #f0ad4e;
  color: #fff;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  border-radius: 23px;
  text-align: center;
  letter-spacing: 2px;
  box-shadow: 0px 0.01rem 0.06rem 0px rgba(60, 133, 237, 0.5);
}
.layui-layer-title {
  border: none !important;
  color: #333;
  border-radius: 15px 15px 0 0 !important;
  font-size: 16px;
  color: #f0ad4e;
}
.txxx {
  margin: 0px 5px;
  max-height: 350px;
  height: auto;
  overflow-y: auto;
}
.tjbl {
  height: 45px;
  margin: 0px 10px;
  background-color: #f0ad4e;
  color: #fff;
  line-height: 45px;
  font-size: 18px;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 15px;
  text-align: center;
  letter-spacing: 2px;
  cursor: pointer;
}
/* 办理表单 */
.teamcon {
  width: 94%;
  margin: 0 auto;
  border-radius: 5px;
}
.teamcona {
  position: relative;
  padding-left: 70px;
  margin-bottom: 10px;
  background-color: #f6f6f6;
  border-radius: 5px;
}
.teamconl {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 42px;
  font-size: 14px;
  color: #333;
  padding-left: 15px;
  display: flex;
}
.teamconr {
  /* border: 1px solid #eee; */
  border-radius: 3px;
  height: 43px;
  line-height: 43px;
  padding: 0 3%;
  background-color: #f6f6f6;
  padding-left: 30px;
  display:flex;
}
.teamloginr1 {
  border: none;
  height: 40px;
  font-size: 14px;
}
.rightimg {
  width: 23px;
  position: absolute;
  top: 9px;
  right: 5px;
}
.nave {
  background: #fff;
  border-radius: 10px;
  margin: 15px 10px 0;
  border: none;
}
.masking-out {
  display: none;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#565656), to(#989898));
}
.imgsrc {
  width: 280px;
  height: 355.25px;
  background-color: #eee;
  margin: 0px auto;
  margin-top: 40%;
  border-radius: 10px;
}
.imgsrc img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.name {
  margin: 20px auto;
  width: 220px;
  height: 40px;
  border-radius: 20px;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background: linear-gradient(90deg, #fe8e04 0%, #fe5802 100%);
}
.close {
  width: 50px;
  height: 50px;
  margin: 50px auto;
  text-align: center;
  color: #fff;
}
.close P {
  font-size: 14px;
}
.close img {
  margin-left: 7px;
  width: 35px;
  height: 35px;
  display: block;
}
.select-alert {
  position: fixed;
  left: 30px;
  right: 30px;
  height: 410px;
  top: 50%;
  margin-top: -205px;
  background-color: #fff;
  border-radius: 5px;
  z-index: 9999999999999;
  display: none;
}
.select-alert .titles {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: linear-gradient(132deg, #3c85ed, #3c85ed);
  color: #fff;
  font-size: 15px;
  border-radius: 5px 5px 0px 0px;
}
.select-alert .titles img {
  width: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.search-for {
  width: 94%;
  margin: 10px auto 0;
  border: 1px solid #3c85ed;
  height: 35px;
  line-height: 24px;
  border-radius: 5px;
}
.xhtc_vb1 {
  width: calc(100% - 80px);
  float: left;
  font-size: 14px;
  height: 32px;
  margin: 0px;
  border: none;
  padding-left: 14px;
}
.btn {
  width: 60px;
  height: 32px;
  line-height: 32px;
  color: #3c85ed;
  float: right;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}
.xhtc_vc {
  height: 264px;
  width: 94%;
  margin: 13px auto 0;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.xhtc_vc div {
  cursor: pointer;
}
.qrxz {
  float: left;
  width: 100px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: linear-gradient(132deg, #3c85ed, #3c85ed);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  margin: 4px auto;
  margin-left: 50px;
  cursor: pointer;
}
.hyp {
  float: right;
  width: 98px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #3c85ed;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  margin: 4px auto;
  margin-right: 50px;
  border: 1px solid #3c85ed;
  cursor: pointer;
}
.xhtc_vc div {
  font-size: 14px;
  text-align: center;
  background-color: #f2f9ff;
  border: 1px solid #e8f2fa;
  height: 36px;
  line-height: 36px;
  width: 48%;
  margin-bottom: 8px;
  border-radius: 3px;
  letter-spacing: 1px;
}
.xhtc_vc div.on {
  border: 1px solid #ff9a1b;
  background-color: rgba(255, 154, 27, 0.2);
}
.mask-two {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 99999999;
}
.true-false {
  display: none;
}
#tips_content {
  z-index: 99999;
  position: relative;
}
.teamconr1 {
  border: none;
  height: 43px;
  font-size: 14px;
  width: 100%;
  background-color: #f6f6f6;
}
#number {
  color: #f14e4e;
  letter-spacing: 1px;
  font-weight: 700;
  cursor: pointer;
}
#provice {
  cursor: pointer;
}
input::-webkit-input-placeholder {
  /* Webkit浏览器 */
  font-weight: 400;
}
input:-moz-placeholder {
  /* Firefox 4-18 */
  font-weight: 400;
}
input::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: 400;
}
input:-ms-input-placeholder {
  /* IE 10+ */
  font-weight: 400;
}
.zhezhao_boxd {
  z-index: 999999999999999999999999999999999;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}
.zhezhao_boxd .opentcd1 {
  padding: 20px 0;
  background: #fff;
  text-align: center;
  border-radius: 10px;
  position: fixed;
  width: 300px;
  height: 135px;
  z-index: 9999;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.zhezhao_boxd .opentcd1 img {
  width: 110px;
  position: absolute;
  top: -29px;
  left: 96px;
}
.zhezhao_boxd .opentcd1 p {
  display: block;
  font-size: 16px;
  letter-spacing: 1px;
  width: 100%;
  height: 50px;
  padding: 45px 0px 0px 0px;
  border-bottom: 1px #dfdcdc solid;
}
.zhezhao_boxd .opentcd1 span {
  font-size: 16px;
  display: block;
  margin-top: 20px;
  color: #296bff;
  letter-spacing: 2px;
}
.sczp {
  width: 100%;
  height: auto;
  padding-bottom: 10px;
}
.sczp P {
  margin: 10px 0px;
  font-size: 11px;
  line-height: 15px;
  color: #000;
}
.sczp .title {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
}
.sczp .title p {
  color: #000;
  font-size: 12px;
  letter-spacing: 0px;
  font-weight: 700;
  line-height: 20px;
}
.sczp .title p span {
  color: red;
}
.sczp .list-zp {
  margin-top: 10px;
  width: 100%;
  height: 115px;
}
.sczp .list-zp div {
  width: 48%;
  float: left;
  height: 115px;
}
.sczp .list-zp .img-fileFace {
  float: right;
}
.sczp .list-zp .img-fileFace img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.sczp .list-zp .nav-fileFace {
  width: 48%;
  height: 115px;
  position: relative;
}
.sczp .list-zp .nav-fileFace img {
  object-fit: scale-down;
  width: 100%;
  height: 100%;
}
.sczp .list-zp .nav-fileFace input {
  width: 100%;
  height: 115px;
  opacity: 0;
  z-index: 999;
  position: absolute;
  top: 0px;
  left: 0px;
}
.sczp .list-zp .nav-fileFace .tips {
  position: absolute;
  display: block;
  bottom: 5px;
  left: 0px;
  text-align: center;
  width: 100%;
  height: 10px;
}
.sczp .list-zp #nav-fileFace {
  background: url(https://gantanhao.vip/webapp/temporary/static/img/upload-img1.png) center no-repeat;
  background-size: 59.2px 50.8px;
}
.sczp .list-zp #nav-fileBack {
  background: url(https://gantanhao.vip/webapp/temporary/static/img/upload-img2.png) center no-repeat;
  background-size: 59.2px 50.8px;
}
.sczp .list-zp #nav-fileHand {
  background: url(https://gantanhao.vip/webapp/temporary/static/img/upload-img3.png) center no-repeat;
  background-size: 50.8px 50.8px;
}
.show-sczj {
  display: none;
}
.xq img {
  border-radius: 10px;
}
.jz {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
}
.van-toast {
  position: fixed;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  box-sizing: content-box;
  width: 88px;
  max-width: 70%;
  min-height: 88px;
  padding: 16px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  white-space: pre-wrap;
  text-align: center;
  word-break: break-all;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 8px;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.van-toast--unclickable {
  overflow: hidden;
}
.van-toast--unclickable * {
  pointer-events: none;
}
.van-toast--html,
.van-toast--text {
  width: -webkit-fit-content;
  width: fit-content;
  min-width: 96px;
  min-height: 0;
  padding: 8px 12px;
}
.van-toast--html .van-toast__text,
.van-toast--text .van-toast__text {
  margin-top: 0;
}
.van-toast__loading {
  padding: 4px;
  color: #fff;
}
.van-toast__text {
  margin-top: 8px;
}
.van-loading,
.van-loading__spinner {
  position: relative;
  vertical-align: middle;
}
.van-loading__spinner--circular {
  -webkit-animation-duration: 2s !important;
  animation-duration: 2s;
}
.van-loading__circular {
  display: block;
  width: 100%;
  height: 100%;
}
.van-loading__spinner {
  display: inline-block;
  width: 30px;
  max-width: 100%;
  height: 30px;
  max-height: 100%;
  -webkit-animation: van-rotate 0.8s linear infinite;
  animation: van-rotate 0.8s linear infinite;
}
.van-loading__circular circle {
  -webkit-animation: van-circular 1.5s ease-in-out infinite;
  animation: van-circular 1.5s ease-in-out infinite;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
}
@-webkit-keyframes van-circular {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40;
  }
  to {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120;
  }
}
@keyframes van-circular {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40;
  }
  to {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120;
  }
}
@-webkit-keyframes van-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes van-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.layui-layer-hui .layui-layer-content {
  padding: 7px 24px;
  text-align: center;
}
.layui-layer-hui {
  min-width: 100px;
  background-color: #000;
  filter: alpha(opacity=60);
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 7px;
}
.layui-layer-msg {
  z-index: 9999999999999 !important;
}
.zhezhao_boxa {
  z-index: 9999999999999;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}
.opentca img {
  opacity: 0.6;
  border-radius: 10px;
  position: fixed;
  left: 23%;
  z-index: 9999;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.layui-layer-setwin span {
  position: relative;
  width: 22px;
  height: 16px;
  line-height: 18px;
  margin-left: 10px;
  text-align: center;
  font-size: 22px;
  color: #3c85ed;
  font-weight: 700;
}
