 /* 重置样式 */
 body, div, p, ul, ol, dl, dt, dd, li, form, input, table, img, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
input{
  border-color: #1d43a4;
}
input:focus {
    outline: none;
}
input::placeholder{
  color: #fff;
}
textarea::placeholder{
  color: #fff;
}
body {
  background:  #4f94da;
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
}
.my-share-con{
  display: flex;
  justify-content: flex-end;
  color: #1d43a4;
  font-size: 15px;
  line-height: 20px;
  margin: 10px;
  cursor: pointer;
}
.my-share-con i{
  display: inline-block;
  background: url(../img/icon-share.png) no-repeat;
  width: 22px;
  height:22px;
  background-size: contain;
}
.Guize_{
  width:80%;
  margin-left: 10%!important;
}
.QRcode{
  display: none;
  width: 15%;
  position: absolute;
  top: 30px;
}
.section{
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.5;
}

ul li {
  list-style: none;
}

.l_div, .left {
  float: left;
  clear: none;
}

.r, .right {
  float: right;
  clear: none;
}

.clear {
  clear: both;
}

/* 响应式容器 */
.section_body{
  width: 100%;
  background: #4f94da url(../img/top.jpg) no-repeat top center;
  background-size: 100% auto;
  position: relative;
  z-index: 1;
}
.footerImg{
  position: absolute;
    width: 100%;
    bottom: 0;
    z-index: -1;
}
.section {
  margin: 0 auto;
  
  
  max-width: 1200px;
  width: 100%;
}

.wrapper_ {
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
  text-align: left;
  clear: both;
}

/* 响应式字体大小 */
h2 {
  font-size: 1.8rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.3rem;
}

h5 {
  font-size: 1.2rem;
}

p, span, input, textarea, button {
  font-size: 1rem;
}
/*H5分享*/
.hint-box{
  position: fixed;
  top: 0; 
  left: 0;
  width: 100%;
  background: rgba(0,0,0,0.5);
  color: white;
  text-align: center;
  font-size: 13px;
  z-index: 1000;
  transition: top 0.4s ease-out;
  display: flex;
  flex-direction: row; 
  padding:.2rem .3rem;
  display: none;
}
.hint-box .share-txt{
  text-align: left;
  width: calc(100% - 40px);

}
.share-icon img{
  width: 40px;
  position: absolute;
    top: 0;
    right: 0;
} 
/* 第一部分样式 */
.ind01 {
  padding: 40px 0 35px;
  text-align: center;
  width: 94%;
  margin-left: 3%;
}
.ind01 img{
  width: 100%;
}
.ind01 h2 {
  font-size: 1.8rem;
  color: #1d43a4;
  padding-top: 0;
  line-height: 1.3;
  margin-bottom: 30px;
  font-weight: bold;
}

.ind01 .text {
  font-size: 1rem;
  color: #1d43a4;
  line-height: 1.6;
  clear: both;
  overflow: hidden;
  width: 100%;
  text-align: left;
  margin: 0 auto 15px;
  padding-bottom: 10px;
}

.ind01 .text span {
  float: left;
  display: block;
  width: 80px;
  font-weight: bold;
}

.ind01 .text p {
  float: left;
  display: block;
  width: calc(100% - 80px);
  margin: 0;
}

/* 第二部分样式 */
.ind02 {
  margin-bottom: 30px;
}

/* .ind02 .bg_top {
  background: url(../img/guang.png) no-repeat top center;
  background-size: 100% auto;
} */

.ind02 .bg_bottom {
  background:#2766b8 url(../img/guang3.png) no-repeat top left;
  background-size: 60% auto;
  padding: 20px 15px;
  background-position: 0 -2px;
  /* background: #1d43a4; */
}

.ind02 h3 {
  /* background: url(../img/bg3.png) no-repeat center center; */
  font-size: 1.3rem;
  height: auto;
  min-height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  margin: 0;
}

.ind02 p {
  font-size: 1rem;
  line-height: 1.6;
  text-align: left;
  color: #fff;
  padding: 0;
  margin: 0;
}

/* 第三部分样式 */
.ind03 {
  margin-bottom: 40px;
}

.ind03 ul li {
  margin-bottom: 30px;
}

.ind03 .bg_top {
  background: #fff;
  /* background-size: 100% auto; */ 
}

.ind03 .bg_bottom {
  /* background: url(../img/bg2.png) no-repeat bottom center;
  background-size: 100% auto; */
  padding: 15px 10px 10px 10px;
  clear: both;
  overflow: hidden;
  position: relative;
}

.ind03 h4 {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #1d43a4;
  margin-bottom: 10px;
}

.ind03 h5 {
  font-size: 1.2rem;
  line-height: 1.4;
  color: #1d43a4;
  padding: 15px 0;
  clear: both;
  overflow: hidden;
  margin: 0;
  position: relative;
}

.ind03 h5 p {
  width: calc(100% - 60px);
  float: left;
  display: block;
  margin: 0;
}

.ind03 h5 span {
  width: 60px;
  float: left;
  display: block;
  text-align: right;
  position: absolute;
  top: 15px;
  right: 0;
}

.ind03 h5 span input {
  width: 24px;
  height: 24px;
  float: right;
}

.ind03 .con {
  clear: both;
  overflow: hidden;
  position: relative;
}

.ind03 .l_div {
  width: 100%;
  /* width: calc(100% - 110px); */
}

.ind03 .l_div .text01, .ind03 .l_div .text02 {
  overflow: hidden;
  margin-bottom: 15px;
}

.ind03 .l_div span {
  font-size: 1rem;
  line-height: 1.6;
  color: #1d43a4;
  display: block;
  float: left;
  width: 80px;
  font-weight: bold;
}

.ind03 .l_div p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #1d43a4;
  display: block;
  float: left;
  width: calc(100% - 80px);
  padding-top: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0;
}

.ind03 .r {
  /* width: 100%;
  text-align: left;
  margin-top: 10px; */
  width: 250px;
  text-align: right;
  margin-top: 0;
  position: absolute;
  right: 10px;
  top: 15px;
}

.ind03 .r p {
  font-size: 1rem;
  line-height: 1.6;
  color: #1d43a4;
  text-align: right;
  margin: 0;
  display: inline-block;
}

.ind03 .more {
  /* position: relative;
  bottom: auto;
  right: auto;
  font-size: 0.9rem;
  display: inline-block;
  float: none;
  margin-top: 10px; */
  /* font-size: 0.9rem;
  height: 28px;
  line-height: 28px;
  cursor: pointer;
  color: #fff;
  background-color: #1d43a4;
  border-radius: 10px;
  padding: 0 6px;
  
  position: absolute;
  bottom: 10px;
  right: 0;
  margin-top: 0; */
  font-size: 0.9rem;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
    color: #fff;
    background-color: #1d43a4;
    border-radius: 10px;
    padding: 0 6px;
    /* position: absolute; */
    /* bottom: 10px; */
    /* right: 0; */
    /* margin-top: 0; */
    width: fit-content;
    float: right;
}

.ind03 ul li.cur .more {
  color: #fff;
  background-color: #1d43a4;
}

.ind03 .submit {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  margin-bottom: 50px;
}

.ind03 .submit button {
  background-color: #fff;
  cursor: pointer;
  color: #083199;
  font-weight: bold;
  font-size: 1.2rem;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  width: 100%;
  max-width: 300px;
  border: 0;
  margin: 0 auto;
  display: block;
}

.ind03 .recom h3 {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 20px;
}

.ind03 .recom .con {
  font-size: 1rem;
  line-height: 1.6;
  position: relative;
  z-index: 2;
}

.ind03 .recom .con .text {
  clear: both;
  overflow: hidden;
  margin-bottom: 20px;
}

.ind03 .recom .con .text span {
  font-size: 1rem;
  line-height: 1.6;
  color: #fff;
  display: block;
  float: left;
  width: 100px;
  font-weight: bold;
}

.ind03 .recom input {
  font-size: 1rem;
  color: #fff;
  line-height: 1.6;
  padding: 10px 15px;
  width: calc(100% - 100px);
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none;
  background-color: transparent;
  border: 1px solid #fff;
  outline: none;
  /* background: #821b13; */
  border-radius: 5px;
}

.ind03 .recom textarea {
  height: 120px;
  overflow-y: scroll;
  width: calc(100% - 100px);
  font-size: 1rem;
  line-height: 1.6;
  box-sizing: border-box;
  padding: 10px 15px;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none;
  background-color: transparent;
  border: 1px solid #fff;
  outline: none;
  /* background: #821b13; */
  font-family: inherit;
  border-radius: 5px;
  resize: vertical;
}

/* 媒体查询 - 平板和桌面 */
@media (min-width: 768px) {
  .wrapper_ {
    padding: 0 20px;
  }
  
  .ind01 h2 {
    font-size: 2.5rem;
  }
  
  .ind01 .text {
    width: 80%;
  }
  
  .ind02 .bg_bottom {
    padding: 20px 30px;
  }
  
  .ind03 .bg_bottom {
    padding: 20px 30px;
  }
  
  .ind03 h5 p {
    width: calc(100% - 100px);
  }
  
  .ind03 h5 span {
    width: 100px;
  }
  
  .ind03 h5 span input {
    width: 30px;
    height: 30px;
  }
  
  .ind03 .l_div {
    width: calc(100% - 150px);
  }
  
  .ind03 .r {
    width: 150px;
    text-align: right;
    margin-top: 0;
  }
  
  .ind03 .r p {
    text-align: right;
  }
  
  .ind03 .more {
    position: absolute;
    bottom: 10px;
    right: 0;
    margin-top: 0;
  }
  
  .ind03 .submit button {
    font-size: 1.4rem;
    height: 60px;
    line-height: 60px;
    max-width: 400px;
  }
  
  .ind03 .recom input {
    width: calc(100% - 120px);
  }
  
  .ind03 .recom textarea {
    width: calc(100% - 120px);
  }
  
  .ind03 .recom .con .text span {
    width: 120px;
  }
}
.codeImg{
  width: 80%;
    display: flex;
    justify-content: space-between;
    margin-left: 10%;
    margin-top: 30px;
}
.codeImg div{
  width: 110px;
  padding: 10px;
  background: #fff;
  border-radius: 15px;
}
.codeImg div span{
  font-size: 10px;
  line-height: 10px;
  display: block;
  width: 100%;
  text-align: center;
  color: #2766b8;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .codeImg{
    width: 60%;
      display: flex;
      justify-content: space-between;
      margin-left: 20%;
      margin-top: 30px;
  }
  .Guize_{
    width:68%;
    margin-left: 16%!important;
  }
  .codeImg div{
    width: 160px;
    padding: 18px;
    background: #fff;
    border-radius: 15px;
  }
  .codeImg div span{
    font-size: 12px;
    line-height: 12px;
    display: block;
    width: 100%;
    color: #2766b8;
    font-weight: bold;
    text-align: center;
  }
  .section {
    margin: 0 auto;
  }
  .wrapper_ {
    max-width: 1200px;
    padding: 0;
  }
  .ind01{
    padding: 150px 0 80px;
  }
  .ind01 h2 {
    font-size: 3rem;
  }
  
  .ind01 .text {
    width: 57%;
  }
  .ind02 h3 {
    font-size:30px;
  }
  .ind02 p{
    font-size:20px;
  }
  .ind02 .bg_bottom {
    padding: 55px 60px;
    background-position: 0 -6px;
  }
  
  .ind03 .bg_bottom {
    padding: 20px 40px;
  }
  .ind03 h4 {
    font-size: 26px;
  }
  
  .ind03 .recom .con .text span {
    width: 100px;
  }
  .ind03 h5 p {
    width: 900px;
    font-size: 24px;
  }
  .ind03 .l_div .text01, .ind03 .l_div .text02 {
    font-size: 16px;
  }
  .ind03 .r p{
    font-size: 18px;
    margin-right: 30px;
  }
  .ind03 .more{
    font-size: 16px;
  }
  .ind03 h5 span {
    width: 1120px;
    position: absolute;
    top: 0;
    right: 0;
  }
  
  .ind03 h5 span input {
    width: 46px;
    height: 46px;
  }
  
  .ind03 .l_div {
    width: 900px;
  }
  
  .ind03 .l_div p {
    width: 800px;
  }
  
  .ind03 .r {
    width: 300px;
  }
  
  .ind03 .submit button {
    font-size: 1.6rem;
    height: 66px;
    line-height: 66px;
    width: 420px;
  }
  
  .ind03 .recom input {
    width: 1100px;
  }
  
  .ind03 .recom textarea {
    width: 1100px;
  }
  
  .ind03 .recom .con .text span {
    width: 100px;
  }
}

.card-title {
  margin-bottom: 20px;
  font-size: 1.5rem;
  color: #fff;
}

/* 全屏加载器 */
.fullscreen-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.fullscreen-loader.active {
  opacity: 1;
  pointer-events: all;
}

.fullscreen-loader .spinner {
  width: 80px;
  height: 80px;
  border-width: 6px;
}

.fullscreen-loader p {
  margin-top: 20px;
  font-size: 1.2rem;
  color: #fff;
}
/* 旋转圆圈加载器 */
.spinner {
  width: 70px;
  height: 70px;
  border: 5px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s linear infinite;
  margin: 0 auto;
}
 /* 动画定义 */
 @keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes pulse {
  0%, 100% { transform: scale(0.8); opacity: 0.5; }
  50% { transform: scale(1); opacity: 1; }
}

@keyframes dot-flashing {
  0% { opacity: 1; }
  50%, 100% { opacity: 0.3; }
}

@keyframes wave {
  0%, 80%, 100% {
      transform: scaleY(0.4);
  }
  40% {
      transform: scaleY(1);
  }
}
*:focus {
  outline: 0;
}
.element {
  -webkit-tap-highlight-color: transparent;  /* 移除iOS/Safari高亮 */
  -webkit-touch-callout: none;               /* 禁用长按菜单 */
  -webkit-user-select: none;                 /* 防止文字被选中 */
  user-select: none;
  outline: none;
}

.element:active {
  background-color: transparent !important;  /* 移除点击时的背景色变化 */
}
/* 响应式调整 */
@media (max-width: 768px) {
  .my-share-con i {
    width: 18px;
    height: 18px;
}
.QRcode{
  width: 30%;
}
.my-share-con {
  display: block;
  display: flex;
  justify-content: flex-end;
  color: #1d43a4;
  font-size: 14px;
  line-height: 20px;
  margin: 6px;
  
}
 /* 或者只移除焦点状态 */
 .my-share-con:focus{
  outline: none;
}
  .loading-grid {
      grid-template-columns: 1fr;
  }
  
  h1 {
      font-size: 2rem;
  }
}
.submit .text {
  clear: both;
  overflow: hidden;
  margin-bottom: 20px;
}
.submit .text span{
  width: 85px;
    display: block;
    text-align: left;
    padding-left: 15px;
    color: #fff;
    font-weight: bold;
    z-index: 2;
}
.imgCode .img_code{
  width: 120px;
  margin-right: 20px;
}
.imgCode{
  display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    z-index: 2;
}
#codeNum{
  font-size: 1rem;
    color: #fff;
    line-height: 1.6;
    padding: 10px 15px;
    width: 15%;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: none;
    background-color: transparent;
    border: 1px solid #fff;
    outline: none;
    /* background: #821b13; */
    border-radius: 5px;
    z-index: 2;
}
input[type="number"] {
  -moz-appearance: textfield; /* Firefox */
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none; /* Webkit 浏览器 */
  margin: 0;
}
/* 消息提示 */
.message-con, .vote-success-con, .vote-rule-con, .vote-detail-con {
  display:none; 
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0);
}

.message-inner, .vote-success-inner, .vote-rule-inner, .vote-detail-inner {
  display: none;
  display: flex;
  padding: 0 .25rem;
  /* height: 1.7rem; */
  background-color: rgba(0, 0, 0, .7);
  color: #fff;
  border-radius: 10px;
  position: absolute;
    top: 24%;
    left: 50%;
    transform: translateX(-50%);
;  
}
.message-inner {
  /* max-width: 6rem; */
}
.message-con .message-text {
  opacity: .9;
  font-size: 18px;
  padding: 5px;
}




.load-more {
  width: 100%;
  line-height: .42rem;
  font-size: .26rem;
  color: #ccc;
  text-align: center;
  padding-bottom: .1rem;
}
