@import "base.css";
@import "style-tc.css";
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dd,
figure,
menu,
input,
textarea,
button,
select,
th,
td iframe {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-size: 100%;
  font-weight: normal;
}
li {
  list-style: none;
}
em,
i {
  font-style: normal;
}
a,
a:visited,
a:active {
  text-decoration: none;
  border: none;
  outline: none;
}
input,
textarea {
  outline: none;
}
textarea {
  resize: vertical;
}
body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  word-wrap: break-word;
  line-height: 1.5;
  font-size: 12px;
  min-width: 7.5rem !important;
  width: 7.5rem;
  margin: 0 auto!important;
  overflow-x: hidden;
  overflow-y: auto;
  background: #ece7ff;
}
body,
button,
input,
select,
textarea {
  font-family: 'helvetica neue', tahoma, 'hiragino sans gb', stheiti, 'wenquanyi micro hei', 'microsoft yahei', simsun, sans-serif;
}
.none {
  display: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clearfix {
  width: 100%;
  clear: both;
  display: block;
}
.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.flexS {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.transCenter {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.baseStyle {
  width: 100%;
  clear: both;
  float: left;
}
.oneLineTxt {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.transtion {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.gray {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}
@media screen and (max-width: 800px) {
  body {
    background: #ece7ff;
  }
}
.page-index {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: #fff;
}
.wrap {
  width: 6.5rem;
  margin: auto;
  text-align: center;
  clear: both;
  position: relative;
}
.banner-box {
  width: 100%;
  float: left;
  position: relative;
  height: 3.91rem;
  background: url("../images/page-img01.jpg") no-repeat center center / 100%;
}
.banner-box .logo {
  position: absolute;
  left: 0.45rem;
  top: 0.56rem;
  width: 1.6rem;
}
.banner-box .logo img {
  width: 100%;
  display: block;
}
.ways {
  width: 100%;
  clear: both;
}
.ways.lastWay {
  margin-bottom: 0.5rem;
}
.ways img {
  width: 100%;
  display: block;
}
.searchBtn {
  width: 100%;
  clear: both;
  position: fixed;
  left: 0;
  bottom: 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.searchBtn a {
  width: 3.8rem;
  height: 0.88rem;
  display: block;
  background: #f66141;
  background: -webkit-linear-gradient(#ff905a, #ec3228);
  background: -moz-linear-gradient(#ff905a, #ec3228);
  background: -o-linear-gradient(#ff905a, #ec3228);
  background: linear-gradient(#ff905a, #ec3228);
  border-radius: 0.15rem;
  font-size: 0.36rem;
  line-height: 0.88rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
  position: relative;
  animation: scale2 0.3s linear infinite alternate;
  -o-animation: scale2 0.3s linear infinite alternate;
  -moz-animation: scale2 0.3s linear infinite alternate;
  -webkit-animation: scale2 0.3s linear infinite alternate;
}
.searchBtn a span {
  line-height: 1;
  background: linear-gradient(to bottom, #fff 0%, #fff58a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.searchBtn a::before {
  display: inline-block;
  content: "";
  position: absolute;
  width: 100%;
  height: 200px;
  left: 0;
  right: 0;
  top: 50%;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  margin: -100px auto auto;
  animation: mytop 1s infinite;
  -moz-animation: mytop 1s infinite;
  -webkit-animation: mytop 1s infinite;
  -o-animation: mytop 1s infinite;
  -webkit-transform: scale(0.2);
}
.searchBtn .pic {
  height: 0.78rem;
  width: 1.63rem;
  display: block;
  overflow: hidden;
  margin-left: 0.52rem;
}
.searchBtn .pic img {
  height: 0.78rem;
  display: block;
  animation: moveX3 0.3s linear infinite alternate;
  -o-animation: moveX3 0.3s linear infinite alternate;
  -moz-animation: moveX3 0.3s linear infinite alternate;
  -webkit-animation: moveX3 0.3s linear infinite alternate;
}
@-webkit-keyframes mytop {
  0% {
    -webkit-transform: scale(0.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes mytop {
  0% {
    -webkit-transform: scale(0.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-o-keyframes mytop {
  0% {
    -webkit-transform: scale(0.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
/*# sourceMappingURL=style.css.map */