* {
  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: #0f131e;
  -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: 31.25rem;
  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;
  background-color: transparent;
  margin-bottom: 1.25rem;
  margin-top: 2.25rem;
}
.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: 70%;
  height: 3rem;
  position: absolute;
  left: 55%;
  transform: translateX(-50%);
}
.header-top .logo {
  width: 4rem;
  height: 4rem;
  position: absolute;
  left: 1.17rem;
}
.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: 29.5rem;
  height: 4rem;
  position: relative;
  margin: 0 auto;
}
.form-search > .ipt-search {
  width: 100%;
  height: 4rem;
  border-radius: 0.2rem;
  border: 0.04rem solid #1F2F38;
  color: #fff;
  position: absolute;
  padding: 0 .5rem 0 .5rem;
  background-color: rgba(255, 255, 255, 0.1)
}
.form-search .btn-search {
  width: 3rem;
  height: 4rem;
  position: absolute;
  right: 0.24rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-search .icon-search {
  width: 1.5rem;
  height: 1.5rem;
  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: #fff;
  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: #fff;
  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: 2.5rem;
  height: 2.5rem;
  margin-right: 1rem;
}

.footer {
  width: 29.5rem;
  height: 11rem;
  margin: 5rem auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .ft-nav {
  width: 100%;
  display: flex;
  justify-content: space-around;
  height: 1rem;
  margin-bottom: 4rem;
  color: #fff;
  font-size: 1.1rem;
}
.footer .ft-nav a {
  color: #fff;
}
.footer p {
  color: #fff;
}

.empty {
  width: 100%;
  height: 5rem;
}
.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%;
  /* height: 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: 150rem;
  /* margin: 0 auto; */
  /* text-align: center; */
  background-color: #0f131e;
  position: absolute;
  top: 5rem;
  /* left: 1.5rem; */
  /* left: 50%; */
  /* 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 span {
  font-size: 1.3rem;
  font-weight: 300;
}
.scroll-list .list {
  /* width: 100%;
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap; */
}
.scroll-list .list .scroll-txt {
  width: 28.58rem;
  margin: 0 auto;
  height: 3.58rem;
  display: flex;
  color: #fff;
  background-color: rgba(6, 172, 131, .2);
  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="search"]::placeholder {
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
}

.swiper {
  width: 29.5rem;
  height: 26rem;
  margin-left: auto;
  margin-right: auto;
}

.swiper-wrapper .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.item {
  width: 5rem;
  height: 5rem;
  margin: 0 1rem;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #ccc;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.item img {
  width: 100%;
  height: 100%;
}
.item .item_name {
  position: absolute;
  color: #fff;
  text-align: center;
  top: 5rem;
}

.swiper-pagination {
  margin-top: 1rem;
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
  left: 0;
    width: 100%;
}

.new-pagination-element {
  text-align: center;
}