* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, helvetica neue, Arial, noto sans, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol, noto color emoji;
}
html,
body {
  width: 100%;
  /* height: 100%; */
  -webkit-tap-highlight-color: transparent;
}
body {
  position: relative;
  background-color: #F5F9F4;
  -webkit-tap-highlight-color: transparent;
}
ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}
button {
  border: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
div,
i {
  -webkit-tap-highlight-color: transparent;
}
body {
  max-width: 32rem;
  margin: 0 auto;
}
header {
  width: 28.9167rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 1.1667rem auto;
  justify-content: space-between;
}
.icon-home {
  width: 3.3333rem;
  height: 3.3333rem;
}
.header-top {
  width: 100%;
  height: 4.5rem;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
  background-color: #ffffff;
}
.header-top .icon-title {
  width: 2.25rem;
  height: 2.25rem;
  margin-right: 0.83rem;
  position: absolute;
  right: 1.17rem;
  z-index: 2;
}
.header-top .bg-title {
  width: 16.92rem;
  height: 2rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.header-top .logo {
  width: 3.17rem;
  height: 3.17rem;
  position: absolute;
  left: 1.87rem;
}
.header-top > a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 2.92rem;
  font-weight: bold;
}
.header-top > .btn-history {
  width: 6.72px;
  height: 6.72px;
  position: absolute;
  right: 3.6px;
  top: 3.6px;
  display: flex;
  justify-content: center;
}
.header-top > .btn-history > img {
  width: 100%;
  height: 100%;
}
.head-img {
  width: 31.25rem;
  height: 16.25rem;
  border:1.42rem;
  margin: 0 auto;
}
.form-search {
  width: 13.3333rem;
  height: 4.1667rem;
  margin-left: 1.25rem;
  position: relative;
}
.form-search > .ipt-search {
  width: 100%;
  height: 4.1667rem;
  border-radius: 2.0833rem;
  position: absolute;
  padding: 0 3.3333rem 0 1.3333rem;
  background-color: #C5E861;
  font-size: 1.6667rem;
}
.form-search .btn-search {
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 0.8333rem;
  right: 1.4167rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-search .icon-search {
  width: 1.75rem;
  height: 1.75rem;
  background: url("../images/search.png") center center no-repeat;
  background-size: 100%;
  display: block;
}
.title {
  width: 28.92rem;
  height: 3.75rem;
  line-height: 3.75rem;
  margin: 1.4167rem auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 0.83rem;
  /* &::before{
          content:"";
          position:absolute;
          left:0;
          bottom:-0.4167rem;
          width:17.5rem;
          height:.0833rem;
          background-color: #107777;
          border-radius: .5833rem;
      } */
}
.title span {
  color: #000;
  font-weight: bold;
  font-size: 1.1667rem;
}
.title .lf {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.title .lf > span {
  font-size: 1.5rem;
  color: #000;
  display: block;
  font-weight: bold;
}
.title .icon {
  width:3rem;
  height:3rem;
  margin-right: 0.8333rem;
}
.title > a {
  display: flex;
  height: 2.3333rem;
  align-items: center;
  color: #000;
  font-size: 1.17rem;
}
.title img {
  width: 1.17rem;
  height: 1.17rem;
  margin-left: 5px;
}

.footer {
  width: 31.25rem;
  margin: 1.42rem auto 0;
}
.footer > .txts {
  text-align: center;
  color: #000;
  width: 100%;
  display: block;
  font-size: 1rem;
}
.ft-img {
  width: 28.9167rem;
  height: 100%;
  margin: 0 auto;
}
.footer .ft-txt {
  width: 100%;
  color: #fff;
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 0.4167rem;
  margin-top: 0;
  display: block;
  text-decoration: none;
}
.ft-nav {
  width: 28.9167rem;
  height: 4.1667rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 1.6667rem auto 1.25rem;
  border-radius: 0.8333rem;
}
.ft-nav a {
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.ft-nav span {
  width: 0.1667rem;
  height: 1.6667rem;
  overflow: hidden;

  display: inline-block;
}
.empty {
  width: 100%;
  height: 4.8px;
}
.header {
  width: 28.9167rem;
  height: 3.75rem;
  background-color: #C5E861;
  border-radius: 1.25rem;
  margin: 1.6667rem auto 1.25rem;
  display: flex;
  flex-direction: row;
  padding-left: 1.3333rem;
  align-items: center;
  justify-content: flex-start;
}
.header .txt {
  font-size: 1.6667rem;
  color: #F6F7F0;
}
.header .txt1 {
  display: inline-block;
  margin: 0 0.4167rem;
  color: #F6F7F0;
}
.header .txt2 {
  display: inline-block;
  font-size: 1.6667rem;
  color: #1A1D1C;
  margin: 0;
}
.ft-list {
  background-color: #F1F1F1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 6.0833rem;
  padding: 0 2.75rem;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
}
.ft-list .ft-con {
  width: 31.25rem;
  height: 6.0833rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.ft-list .ft-con > a {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.ft-list .ft-con > a > .img {
  width: 2.3333rem;
  height: 2.3333rem;
}
.ft-list .ft-con > a > .txt {
  color: #000000;
  margin-top: 0.4167rem;
  font-size: 0.8333rem;
}
.ft-list .ft-con > .ft-active > .txt {
  color: #48CFAD;
  margin-top: 0.4167rem;
  font-size: 0.8333rem;
}
.adv {
  width: 6.94rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.adv > p {
  width: 100%;
  text-align: center;
  font-size: 17px;
  margin: 10px 0;
}
.adv-float {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
}
.scroll-list {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1111;
  height: 35.58rem;
  display: none;
}
.scroll-list > .mask {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
}
.scroll-list .fix-box {
  width: 100%;
  height: 26.75rem;
  padding: 10px 0;
  background-color: #FDFFFC;
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
}
.scroll-list .fix-box .btn-close {
  position: absolute;
  top: 0;
  left: 0;
  width: 4.67rem;
  height: 4.67rem;
  /* background: url("../images/btn_close.png") center center no-repeat;
        background-size:100%; */
}
.scroll-list .fix-box .btn-close span {
  color: #564830;
  font-size: 1.17rem;
  font-weight: bold;
  display: flex;
  margin-top: 1.67rem;
  margin-left: 1.67rem;
}
.scroll-list .search {
  width: 28.92rem;
  height: 4.58rem;
  position: relative;
  top: 3.33rem;
}
.scroll-list .search .ipt-box {
  width: 28.92rem;
  height: 4.58rem;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border: 0;
  color: #fff;
  padding: 0 0.83rem 0 1.67rem;
}
.scroll-list .search > img {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 14px;
}
.scroll-list .list {
  width: 100%;
  position: absolute;
  top: 4.3rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.scroll-list .list .scroll-txt {
  width: 28.58rem;
  height: 3.58rem;
  display: flex;
  color: #fff;
  background-color: #000;
  font-weight: bold;
  align-items: center;
  justify-content: space-between;
  padding: 1.83rem ;
  margin-bottom: 1.5rem;
}
.scroll-list .list .scroll-txt > img {
  width: 1.17rem;
  height: 1.33rem;
}
input[type="text"]::placeholder {
  color: #fff;
  font-size: 1.42rem;
  font-weight: bold;
}
