@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: #ffcca6;
}
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: #ffcca6;
  }
}
.pageIndex {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: #fc8422 url('../images/page-index.jpg') no-repeat center top;
  background-size: 7.5rem;
}
.wrap {
  width: 6.5rem;
  margin: auto;
  text-align: center;
  clear: both;
  position: relative;
}
.wrap1 {
  width: 6.7rem;
  margin: auto;
  text-align: center;
  clear: both;
  position: relative;
}
.wrap2 {
  width: 6.7rem;
  margin: auto;
  text-align: center;
  clear: both;
  position: relative;
}
.banner-box {
  height: 4.54rem;
  width: 100%;
  float: left;
  position: relative;
}
.page-share .banner-box {
  height: 8.41rem;
}
.page-list .banner-box {
  height: 3.9rem;
}
.page-art .banner-box {
  height: 4.03rem;
}
.banner-box .logo {
  position: absolute;
  left: 0.4rem;
  top: 0.4rem;
  width: 1.85rem;
}
.banner-box .logo img {
  width: 100%;
  display: block;
}
.banner-box .fixBtn {
  position: absolute;
  top: 0;
  right: 0.4rem;
}
.banner-box .fixBtn a {
  float: left;
  margin-left: 0.2rem;
  width: 0.52rem;
  height: auto;
  padding: 0.07rem 0.16rem 0.21rem;
  -webkit-border-radius: 0 0 0.5rem 0.5rem;
  -moz-border-radius: 0 0 0.5rem 0.5rem;
  border-radius: 0 0 0.5rem 0.5rem;
  font-size: 0.24rem;
  line-height: 0.3rem;
  color: #fff;
  cursor: pointer;
  text-align: center;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: #fbaf45;
}
.mainIndex {
  width: 100%;
  clear: both;
  float: left;
  margin-bottom: 0.63rem;
}
.mainIndex .indexBtn {
  width: 100%;
  clear: both;
  float: left;
  margin-top: 6.82rem;
  text-align: center;
}
.mainIndex .indexBtn a {
  width: 3.64rem;
  height: 0.91rem;
  display: block;
  margin: 0 auto 0.23rem;
  font-size: 0.46rem;
  line-height: 0.91rem;
  font-weight: bold;
  color: #612504;
  border-radius: 50px;
  cursor: pointer;
  background: url('../images/btn01.png') no-repeat center top / 100%;
}
.mainIndex .indexBtn a span {
  line-height: 1;
  color: #612504;
}
.mainIndex .indexBtn p {
  width: 100%;
  margin: auto;
  font-size: 0.22rem;
  line-height: 1;
  color: #612504;
}
.actEnd {
  width: 100%;
  height: 100vh;
  background: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}
.actEnd img {
  width: 2.92rem;
  margin: 0.22rem auto;
  display: block;
}
.actEnd p {
  width: 100%;
  font-size: 0.32rem;
  color: #666666;
  font-weight: 600;
  line-height: 0.36rem;
}
.actEnd p b {
  font-weight: bold;
  color: #f3570b;
}
.actEnd p span {
  font-size: 0.3rem;
  font-weight: 400;
  display: block;
  color: #333;
}
/*# sourceMappingURL=style.css.map */