* {
  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: #fff;
  -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.92rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 1.17rem auto;
  justify-content: space-between;
}

.icon-home {
  width: 3.33rem;
  height: 3.33rem;
}

.header-top {
  width: 100%;
  height: 4.5rem;
  position: relative;
  display: flex;
  align-items: center;
  background-color: transparent;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  padding: 0 2rem;
}

.header-top>a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #800303;
  font-size: 2.92rem;
  font-weight: bold;
}

.header-top a img {
  width: 100%;
}

.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.33rem;
  height: 4.17rem;
  margin-left: 1.25rem;
  position: relative;
}

.form-search>.ipt-search {
  width: 100%;
  height: 4.17rem;
  border-radius: 2.08rem;
  position: absolute;
  padding: 0 3.33rem 0 1.33rem;
  background-color: #C5E861;
  font-size: 1.67rem;
}

.form-search .btn-search {
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: .83rem;
  right: 1.42rem;
  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.42rem auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  /* justify-content: center; */
  position: relative;
  border-radius: .83rem;
  /* &::before{
          content:"";
          position:absolute;
          left:0;
          bottom:-0.42rem;
          width:17.5rem;
          height:.08rem;
          background-color: #107777;
          border-radius: .58rem;
      } */
}

.title span {
  color: #000;
  font-weight: bold;
  font-size: 1.17rem;
}

.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 .lf>span::before {
  content: "";
  display: inline-block;
  width: .42rem;
  height: 2.75rem;
  background-color: #000;
  margin-right: .83rem;
  margin-bottom: -0.8rem;
}

.title .icon {
  width: 3rem;
  height: 3rem;
  margin-right: .83rem;
}

.title>a {
  display: flex;
  height: 2.33rem;
  align-items: center;
  color: #000;
  font-size: 1.17rem;
}

.title img {
  width: 1.17rem;
  height: 1.17rem;
  margin-left: 5.04px;
}

.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.92rem;
  height: 100%;
  margin: 0 auto;
}

.footer .ft-txt {
  width: 100%;
  color: #fff;
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: .42rem;
  margin-top: 0;
  display: block;
  text-decoration: none;
}

.ft-nav {
  width: 28.92rem;
  height: 4.17rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 1.67rem auto 1.25rem;
  border-radius: .83rem;
}

.ft-nav a {
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

.ft-nav span {
  width: .17rem;
  height: 1.67rem;
  overflow: hidden;

  display: inline-block;
}

.empty {
  width: 100%;
  height: 4.8px;
}

.header {
  width: 28.92rem;
  height: 3.75rem;
  background-color: #C5E861;
  border-radius: 1.25rem;
  margin: 1.67rem auto 1.25rem;
  display: flex;
  flex-direction: row;
  padding-left: 1.33rem;
  align-items: center;
  justify-content: flex-start;
}

.header .txt {
  font-size: 1.67rem;
  color: #F6F7F0;
}

.header .txt1 {
  display: inline-block;
  margin: 0 .42rem;
  color: #F6F7F0;
}

.header .txt2 {
  display: inline-block;
  font-size: 1.67rem;
  color: #1A1D1C;
  margin: 0;
}

.ft-list {
  background-color: #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 31.25rem;
  height: 6.08rem;
  padding: 0 2.75rem;
  display: flex;
  position: fixed;
  bottom: 0;

}

.ft-list .ft-con {
  width: 31.25rem;
  height: 6.08rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.ft-list .ft-con .txt {
  color: #fff;
}

.ft-list .ft-con>a {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ft-list .ft-con>a>.img {
  width: 2.33rem;
  height: 2.33rem;
}

.ft-list .ft-con>a>.txt {
  color: #fff;
  margin-top: .42rem;
  font-size: .83rem;
}

.ft-list .ft-con>.ft-active>.txt {
  color: #48CFAD;
  margin-top: .42rem;
  font-size: .83rem;
}

.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: 17.04px;
  margin: 9.96px 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: 31rem;
  padding: 9.96px 0;
  background-color: #EFE6DC;
  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: 3.58rem;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #D6A46C;
  border: .96px solid #000;
  border-radius: .83rem;
  color: #000;
  padding: 0 .83rem 0 1.67rem;
}

.scroll-list .search>img {
  width: 20.04px;
  height: 20.04px;
  position: absolute;
  right: 15px;
  top: 14.04px;
}

.scroll-list .list {
  width: 100%;
  position: absolute;
  top: 9.92rem;
  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: #000;
  background-color: #EFE6DC;
  font-weight: bold;
  align-items: center;
  justify-content: space-betwseen;
  padding: 1.83rem;
  margin-bottom: 1.5rem;
}

.scroll-list .list .scroll-txt>img {
  width: 1.17rem;
  height: 1.33rem;
}

input[type="text"]::placeholder {
  color: #000;
  font-size: 1.42rem;
  font-weight: bold;
}