@charset "UTF-8";

/* 定义字体 */
@font-face {
  font-family: fontFam;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
}
body {
  font-family: "PingFang SC", "Microsoft YaHei";
  font-size: 0.14rem;
  color: #333;
  height: auto;
  clear: both;
  overflow-x: hidden;
}
img {
  border: 0;
  max-width: 100%;
}
ul,
li {
  list-style: none;
}
a,
a:link {
  text-decoration: none;
  color: #333;
}
a,
input {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:active,
a:hover {
  outline: 0;
  color: #0d6cf2;
  text-decoration: none;
}
.h100 {
  height: 100%;
}
.flex {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
}
.flex-end {
  justify-content: flex-end;
}
.flex-bet {
  justify-content: space-between;
}
.grid {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.show-xm {
  display: block !important;
}
.show-xs {
  display: none !important;
}
.wp {
  padding: 0 0.3rem;
}
.lightbox {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: none;
}
/* fonts */
.fb {
  font-weight: bold;
}
.f36 {
  font-size: 0.36rem;
}
.f34 {
  font-size: 0.34rem;
}
.f30 {
  font-size: 0.3rem;
}
.f22 {
  font-size: 0.22rem;
}
.header .w-90 { width:0.9rem; height:0.9rem;}

/* index */
.header {
  padding-top: 0.4rem; 
  max-width: 800px;
  font-size: 0.9rem;
  height: 1.6rem;
  line-height: 1.6rem;
  text-align:center;
}


.wrap {max-width: 800px; margin:auto; background: linear-gradient(0deg,  #05a952,#a2d7b7);}
.section1 {
  font-family: "fontFam";
  padding: 0.4rem;
}

.section1 .ul1 li {
  margin-bottom: 0.3rem;
  background: url(/bg_dd1.png) no-repeat;
  background-size: 100% 100%;
}
.section1 .ul1 li a {
  font-size: 0.3rem;
  color: #182f5a;
  align-content: center;
  height: 0.8rem;
  justify-content: center;
}
.section1 .ul1 li a:hover {
color:#21B164;}
.section1 .ul1 li img {
  width: 0.24rem;
  margin-left: 0.18rem;
}
.section1 .ul2 li {
  width: 47%;
  background: #fff;
  border: 0.01rem solid;
  border-image: linear-gradient(
      0deg,
      rgba(254, 234, 212, 0.3),
      rgba(245, 188, 126, 0.3),
      rgba(245, 203, 157, 0.3)
    )
    1 1;
  border-radius: 0.09rem;
}
.section1 .ul2 li a {
  height: 0.91rem;
  justify-content: center;
  color: #182f5a;
  font-size: 0.3rem;
}
.section1 .ul2 li a img {
  width: 0.6rem;
  height: 0.6rem;
  margin-right: 0.18rem;
}
.section2 {
  background: #fff;
  border-radius: 0.3rem 0.3rem 0 0;
  margin-top: -0.6rem;
  padding: 0.3rem 0;
}
.section2 .xz1 {
  background: rgba(162, 285, 183, 0.4);
  padding: 0.27rem 0;
  border-radius: 0.2rem;
  font-size: 0.26rem;
  text-align: center;
  color: #182f5a;
}
.section2 .tabs {
  padding: 0.5rem 0;
}
.section2 .tabs a {
  width: 25%;
  position: relative;
  color: #939290;
  font-size: 0.26rem;
  text-align: center;
  padding-bottom: 0.07rem;
}
.section2 .tabs a::after {
  content: "";
  width: 1px;
  height: 0.24rem;
  background: url(../img/line1.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.section2 .tabs a:last-child::after {
  display: none;
}
.section2 .tabs a::before {
  content: "";
  width: 0;
  height: 0.04rem;
  background: #000;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  border-radius: 2px;
}
.section2 .tabs a.on {
  color: #000;
  font-weight: bold;
}
.section2 .tabs a.on::before {
  width: 0.2rem;
}
.section2 .tab_body .itembox {
  display: none;
}
.section2 .tab_body .itembox li {
  width: 25%;
  margin: 0.25rem 0;
  text-align: center;
}
.section2 .tab_body .itembox li img {
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  display: inline-block;
}
.section2 .tab_body .itembox li p {
  font-size: 0.24rem;
}
.bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 0.22rem 0;
  font-size: 0.26rem;
}
.bottom .close img {
  width: 0.36rem;
}
.bottom .tips span {
  color: #cddffe;
  margin-left: 0.18rem;
}
.bottom .link {
  width: 1.6rem;
  height: 0.64rem;
  background: url(../img/btn2.png) no-repeat;
  background-size: 100% 100%;
  line-height: 0.64rem;
  text-align: center;
  color: #fff;
}
/* 弹窗 */
.laybox {
  position: fixed;
  bottom: 0;
  padding: 0.3rem;
  width: 100%;
  left: 0;
  z-index: 2;
  background: #fff;
  border-radius: 0.3rem 0.3rem 0 0;
  display: none;
}
.laybox .lay_tit {
  text-align: center;
  position: relative;
  width: 100%;
  margin-bottom: 0.5rem;
}
.laybox .lay_tit .close {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.laybox .lay_tit .close img {
  height: 0.24rem;
}
.laybox .lay_cont {
  display: none;
}
.laybox .lay_cont ul {
  position: relative;
}
.laybox .lay_cont ul::before {
  content: "";
  width: 73%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0.3rem;
  z-index: -1;
  border-top: 1px dashed #fad8b0;
}
.laybox .lay_cont li {
  width: 32%;
  text-align: center;
}
.laybox .lay_cont li .item {
  font-size: 0.3rem;
}
.laybox .lay_cont li .item .item_xu {
  width: 0.6rem;
  height: 0.6rem;
  line-height: 0.6rem;
  font-weight: bold;
  text-align: center;
  color: #453220;
  margin: 0 auto;
  background: linear-gradient(0deg, #fae5cd 0%, #f8ce9f 17%, #feead4 100%);
  border-radius: 50%;
}
.laybox .lay_cont li .item .item_tit {
  margin: 0.2rem 0 0.3rem;
}
.laybox .lay_cont li .item .item_pic {
  border-radius: 0.25rem;
}
.laybox .lay_cont li .item .item_pic img {
  border-radius: 0.25rem;
}
#laybox2 {
  background: url(../img/bg_xz.jpg) no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
}
.laybox .lay_cont2 .btn {
  padding: 0.2rem 0.53rem 0.5rem 0.53rem;
}
.laybox .lay_cont2 .img {
  margin: 0 0 0.1rem;
}
.laybox .lay_cont2 .img img {
  border-radius: 0.3rem;
}
.foot {text-align:center;   height: 1.0rem;
  line-height: 1.0rem; color:#ffffff; font-size:0.2rem}
/* 底部安全区域 */
.wrap {
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
.bottom {
  bottom: constant(safe-area-inset-bottom);
  bottom: env(safe-area-inset-bottom);
}