@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: #fff;
}
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;
}
.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;
}
body {
    background: #109960;
  }
.page-index {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
  background: #196b40 url('../images/page-index.jpg') no-repeat center top;
  background-size: 7.5rem;
}
.wrap {
  width: 6.8rem;
  margin: auto;
  text-align: center;
  position: relative;
}
.wrap1 {
  width: 6.5rem;
  margin: 0 auto;
  clear: both;
  text-align: center;
  position: relative;
}
.banner-box {
  height: 5.57rem;
  width: 100%;
  clear: both;
  position: relative;
  text-align: center;
}
.banner-box .logo {
  position: absolute;
  left: 0.23rem;
  top: 0.56rem;
  display: inline-block;
}
.banner-box .logo img {
  width: 1.98rem;
  display: block;
}
.banner-box .fixBtn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  text-align: center;
}
.banner-box .fixBtn a {
  width: 0.53rem;
  display: block;
  float: left;
  margin-left: 0.16rem;
  font-size: 0.24rem;
  line-height: 0.28rem;
  color: #fff;
  padding: 0.14rem 0.1rem 0.3rem;
  text-align: center;
  background: #146833;
  -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;
}
.mainIndex {
  width: 100%;
  clear: both;
  float: left;
  margin-top: 6rem;
}
.mainIndex .indexBtn {
  width: 100%;
  height: 0.8rem;
  clear: both;
  text-align: center;
}
.mainIndex .indexBtn a {
  width: 3.6rem;
  height: 0.8rem;
  display: inline-block;
  margin: auto;
  margin-left: 0.8rem;
  font-size: 0.4rem;
  line-height: 0.8rem;
  color: #fff;
  font-weight: bold;
  background: #ff8717;
  background: -webkit-linear-gradient(#fea420, #ff690d);
  background: -moz-linear-gradient(#fea420, #ff690d);
  background: -o-linear-gradient(#fea420, #ff690d);
  background: linear-gradient(#fea420, #ff690d);
  border: solid 0.02rem #f1b154;
  border-radius: 0.5rem;
  box-shadow: 0 0.02rem 0.27rem rgba(254, 194, 31, 0.55) inset, 0 0.05rem 0 #f25619;
}
.mainIndex p {
  font-size: 0.24rem;
  color: #fff;
  clear: both;
  padding-top: 0.27rem;
  padding-bottom: 0.48rem;
}
