* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  width: 100%;
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a {
  color: #017dc7;
  text-decoration: none;
  cursor: pointer;
}
img {
  max-width: 100%;
  outline: none;
}
textarea,
select,
input {
  font-family: inherit;
}
ul,
li {
  list-style: none;
}
.row::after,
.input::after {
  clear: both;
  display: block;
  content: ' ';
  font-size: 0;
  line-height: 0;
  visibility: hidden;
}
.wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
}

.top {
  width: 100%;
  height: auto;
  line-height: 0;
  /* background: url("../images/top_bg.jpg") repeat-x bottom center / 100% 100%; */
  overflow: hidden;
}
.top img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.top-tiny {
  display: block;
}
.top-pc {
  display: none;
}
.wrap,
.desc-bg {
  background-color: #f3fbff;
}
.wrap.nobg {
  background-color: transparent;
}
.desc {
  position: relative;
  margin: 0 auto;
  padding: 15px;
  width: 100%;
  max-width: 1280px;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  text-align: justify;
  /* background-color: #dbf1ff; */
}

.tit {
  margin: 30px 0 15px;
  font-size: 20px;
  color: #017dc7;
  line-height: 32px;
  text-align: center;
}
.lists {
  padding: 20px 0 10px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #e1f5ff;
  overflow: hidden;
}
.lists li {
  margin: 0 10px 10px 0;
  padding-left: 20px;
  width: calc(50% - 10px);
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  background-color: #fff;
  border: 1px solid #bee6ff;
  cursor: pointer;
}
.lists li.f {
  width: calc(100% - 10px);
}
.lists li b {
  font-size: 12px;
  color: #017dc7;
  text-align: center;
  font-weight: normal;
}
.lists li i {
  display: block;
  margin-right: 5px;
  width: 25px;
  height: 25px;
  background-color: transparent;
  background-image: url('../images/icons.png?v=20251218_3');
  background-repeat: no-repeat;
  background-position-x: 0;
  background-size: 100px auto;
}
.lists li.active {
  background-color: #017dc7;
}
.lists li.active b {
  color: #fff;
}
.lists li.active i {
  background-position-x: -25px;
}
  .lists li.active .icon-2,.lists li.active .icon-3,.lists li.active .icon-17 {
    background-position-x: -75px;
  }
  .lists li i.icon-1 {
    background-position-y: -50px;
  }
  .lists li i.icon-2 {
       background-position-y: 0;
    background-position-x: -50px;
  }
  .lists li i.icon-3 {
    background-position-y:-25px;
    background-position-x: -50px;
  }
  .lists li i.icon-4 {
    background-position-y: -25px
  }
  .lists li i.icon-5 {
    background-position-y: -100px;
  }
  .lists li i.icon-6 {
    background-position-y: 0px;
  }
  .lists li i.icon-7 {
    background-position-y: -125px;
  }
  .lists li i.icon-8 {
    background-position-y: -150px;
  }
  .lists li i.icon-9 {
    background-position-y: -175px;
  }
  .lists li i.icon-10 {
    background-position-y: -375px;
  }
  .lists li i.icon-11 {
    background-position-y: -375px;
  }
  .lists li i.icon-12 {
    background-position-y: -325px;
  }
  .lists li i.icon-13 {
    background-position-y: -75px;
  }
  .lists li i.icon-14 {
    background-position-y: -225px;
  }
  .lists li i.icon-15 {
    background-position-y: -350px;
  }
  .lists li i.icon-16 {
    background-position-y: -275px;
  }
  .lists li i.icon-17 {
    background-position-y:-50px;
    background-position-x: -50px;
  }

  .lists li i.icon-18 {
    background-position-y: -200px;
  }

  .lists li i.icon-19 {
    background-position-y: -400px;
  }
  
.box {
  padding: 0 15px 5px;
}

.wrap h3 {
  padding-left: 10px;
  margin: 15px 0;
  font-size: 14px;
  color: #0148a0;
  line-height: 16px;
  border-left: 3px solid #2ab1ff;
}
.row {
  display: block;
}
.input label,
.input input,
.input textarea,
.input select {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #0048a0;
  line-height: 24px;
  resize: none;
}
.input {
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  /* flex-wrap: wrap; */
  justify-content: flex-start;
  align-items: center;
}
.input textarea {
  width: 100%;
  vertical-align: top;
}
.input label {
  font-size: 12px;
  color: #0148a0;
  line-height: 30px;
  white-space: nowrap;
}
.input input {
  appearance: none;
  -webkit-appearance: none;
  padding: 0 8px;
  width: 100%;
  border: 1px solid #2ab1ff;
  border-radius: 2px;
}
.input select {
  padding: 0 5px;
    width: 100%;                 /* ✅ 和 input 一样占满剩余宽度 */
  border: 1px solid #2ab1ff;   /* ✅ 和 input 一样的边框 */
  border-radius: 2px;          /* ✅ 和 input 一样的圆角 */
  min-height: 26px;
  box-sizing: border-box;
}
/* .input.sl select { */
  /* margin-right: 5px; */
  /* margin-bottom: 5px; */
/* } */
/* #region{ */
  /* margin-right: 0; */
/* } */
.input textarea {
  padding: 5px 8px;
}
.check {
  cursor: pointer;
}
.checkbox {
  display: inline-block;
  margin-right: 5px;
  width: 14px;
  height: 14px;
  border: 2px solid #a0a0a0;
  vertical-align: middle;
}
.active .checkbox {
  background: #2ab1ff url('../images/check.png') no-repeat center / 100% 100%;
  border-color: #2ab1ff;
}
.input input.code {
  width: 120px;
}
.getcode {
  display: inline-block;
  margin-left: 5px;
  width: 98px;
  height: 24px;
  font-size: 12px;
  color: #fff;
  line-height: 24px;
  text-align: center;
  background-color: #2ab1ff;
  border-radius: 2px;
}
.getcode.send {
  background-color: #8e8e93;
}
.btn-box {
  margin: 15px auto;
  text-align: center;
}
.btn-box a {
  display: inline-block;
  margin: 0 5px;
  width: 92px;
  height: 32px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  background-color: #28aff0;
  /* background-image: linear-gradient(50deg, #0048a0, #29b1ff); */
  border-radius: 16px;
}
.btn-box a:active {
  opacity: 0.9;
}

.news {
  position: relative;
  padding: 10px 12px 10px 56px;
  margin-bottom: 10px;
  background-color: #f3fbff;
  border-radius: 4px;
}
.news .avatar {
  position: absolute;
  top: 10px;
  left: 8px;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 1px solid #2ab1ff;
  border-radius: 4px;
  overflow: hidden;
}
.news h2 {
  font-size: 14px;
  color: #017dc7;
  font-weight: bold;
}
.news p {
  padding: 5px 0;
  font-size: 14px;
  color: #2a2a2a;
}
.news span {
  display: block;
  font-size: 12px;
  color: #017dc7;
  text-align: right;
}
.btn {
  display: block;
  margin: 20px auto;
  width: 100px;
  height: 36px;
  font-size: 16px;
  color: #0148a0;
  line-height: 36px;
  text-align: center;
  font-weight: bold;
  text-align: center;
  border: 1px solid #2ab1ff;
  border-radius: 4px;
}
.footer {
  padding-bottom: 50px;
  /* height: 50px; */
}

/* 弹窗提示 */
#popTips {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999998;
}
.pop-tips-con {
  position: fixed;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 550px;
  background-color: #fff;
  border-radius: 4px;
  z-index: 999999;
}
.pop-tips-con p {
  margin: 0;
  padding: 30px;
  font-size: 14px;
  color: #292934;
  line-height: 24px;
  text-align: center;
}
.pop-tips-con .pop-tips-btn {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-self: center;
  border-top: 1px solid #f5f5f5;
}
.pop-tips-con .pop-tips-btn a {
  display: block;
  width: 100%;
  height: 50px;
  font-size: 17px;
  color: #1264e0;
  line-height: 50px;
  text-align: center;
  font-weight: 500;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .pop-tips-con p {
    font-size: 16px;
  }
  .wrap,
  .top {
    width: 100%;
  }
  .top-tiny {
    display: none;
  }
  .top-pc {
    display: block;
  }
  .desc {
    padding: 30px;
    font-size: 18px;
  }
  /* .desc::after {
    bottom: -53px;
    width: 62px;
    height: 55px;
  } */
  .tit {
    margin: 30px auto;
    font-size: 32px;
  }
  /* .lists li {
    padding-left: 30px;
    width: calc(25% - 10px);
    height: 50px;
  }
  .lists li.f {
    margin-left: 25%;
    width: calc(50% - 10px);
  } */

   .lists {
    justify-content: flex-start;   /* ✅ PC 端改成从左对齐 */
  }

  .lists li {
    padding-left: 30px;
    width: calc(25% - 10px);   /* 或改成你想要的 3 列：calc(33.333% - 10px) */
    height: 50px;
  }
  .lists li.f {
    margin-left: 0;            /* 去掉特殊偏移 */
    width: calc(25% - 10px);   /* 和普通 li 保持一致 */
  }

  .lists li b {
    font-size: 18px;
  }
  .lists li i {
    display: block;
    width: 50px;
    height: 50px;
    background-size: 200px auto;
  }
  .lists li.active i {
    background-position-x: -50px;
  }
   .lists li.active .icon-2,.lists li.active .icon-3,.lists li.active .icon-17 {
    background-position-x: -150px;
  }
  .lists li i.icon-1 {
    background-position-y: -100px;
  }
  .lists li i.icon-2 {
    background-position-y: 0;
    background-position-x: -100px;
  }
  .lists li i.icon-3 {

    background-position-y: -50px;
    background-position-x: -100px;
  }
  .lists li i.icon-4 {
    background-position-y: -50px;
  }
  .lists li i.icon-5 {
    background-position-y: -200px;
  }
  .lists li i.icon-6 {
    background-position-y: 0px;
  }
  .lists li i.icon-7 {
    background-position-y: -250px;
  }
  .lists li i.icon-8 {
    background-position-y: -300px;
  }
  .lists li i.icon-9 {
    background-position-y: -350px;
  }
  .lists li i.icon-10 {
    background-position-y: -750px;
  }
  .lists li i.icon-11 {
    background-position-y: -500px;
  }
  .lists li i.icon-12 {
    background-position-y: -650px;
  }
  .lists li i.icon-13 {
    background-position-y: -150px;
  }
  .lists li i.icon-14 {
    background-position-y: -450px;
  }
  .lists li i.icon-15 {
    background-position-y: -700px;
  }
  .lists li i.icon-16 {
    background-position-y: -550px;
  }
  .lists li i.icon-17 {
    background-position-y: -100px;
    background-position-x: -100px;
  }

  .lists li i.icon-18 {
    background-position-y: -400px;
  }

  .lists li i.icon-19 {
    background-position-y: -800px;
  }
  .row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .box {
    overflow: hidden;
  }
  .wrap h3 {
    padding-left: 20px;
    margin: 30px 0;
    font-size: 22px;
    color: #0148a0;
    line-height: 24px;
    border-left: 6px solid #2ab1ff;
  }
  .input label,
  .input input,
  .input textarea,
  .input select {
    font-size: 18px;
  }
  .input {
    margin-bottom: 30px;
    flex-wrap: nowrap;
    min-width: 274px;
  }

  .input label {
    font-size: 18px;
    line-height: 3px;
  }
  .input input {
    padding: 0 10px;
    line-height: 34px;
    border: 1px solid #2ab1ff;
    border-radius: 4px;
    
  }
  /* .input select {
    padding: 0 10px;
  } */
    .input select {
    padding: 0 10px;
    border: 1px solid #2ab1ff;   
    border-radius: 4px;       
    width: 222px;
    height: 36px;
    line-height: 36px;
    box-sizing: border-box;
  }
  .input.sl select {
    margin-right: 25px;
  }
  .input textarea {
    padding: 8px 10px;
    line-height: 28px;
  }
  .checkbox {
    margin-right: 10px;
    width: 20px;
    height: 20px;
  }
  .input input.code {
    width: 300px;
  }
  .getcode {
    margin-left: 15px;
    width: 200px;
    height: 36px;
    font-size: 18px;
    line-height: 36px;
    border-radius: 4px;
  }
  .btn-box {
    margin: 30px auto 50px;
  }
  .btn-box a {
    margin: 0 15px;
    width: 260px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    border-radius: 25px;
  }
  .news {
    padding: 20px 32px 20px 120px;
    margin-bottom: 20px;
    border-radius: 8px;
  }
  .news .avatar {
    position: absolute;
    top: 20px;
    left: 16px;
    width: 66px;
    height: 66px;
    border-radius: 8px;
  }
  .news h2 {
    font-size: 20px;
  }
  .news p {
    padding: 10px 0;
    font-size: 16px;
  }
  .news span {
    font-size: 14px;
  }
  .footer {
    /* height: 150px; */
  }
  .btn {
    margin: 50px auto;
    width: 308px;
    height: 76px;
    font-size: 38px;
    line-height: 76px;
    border-width: 2px;
    border-radius: 8px;
  }
}

/* 弹窗 */
.pop-box {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -248px;
  margin-top: -145px;
  width: 497px;
  height: 289px;
  border-radius: 4px;
  overflow: hidden;
  z-index: 99;
}
.pop-box.timeout {
  margin-left: -320px;
  margin-top: -355px;
  width: 641px;
  height: 710px;
}
.pop-box p {
  display: block;
  height: 92px;
  padding: 20px;
  font-size: 15px;
  color: #000;
  line-height: 25px;
  text-align: center;
  font-weight: bold;
}
.pop-box a {
  display: block;
  width: 100%;
  height: 50px;
  font-size: 15px;
  color: #005fab;
  line-height: 50px;
  text-align: center;
  border-top: 1px solid #eee;
}
.pop-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 98;
}
#checkTel .weui-cell {
  padding: 7px 10px;
  border: 1px #888 solid;
  margin: 10px 20px;
  border-radius: 6px;
  font-size: 16px;
}
.weui-popup__modal {
  opacity: 1;
}
.weui_loading {
  position: unset;
  width: auto;
}
#more{
    display: block;
    margin: 30px auto 0;
    width: 120px;
    height: 40px;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    background-color: #0635c0;
    border-radius: 20px;
}