@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: #c2d4ff;
}
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: #c2d4ff;
  }
}
.pageIndex {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: #1e60ff url('../images/page-index.jpg') no-repeat center top;
  background-size: 7.5rem;
}
.page-zd {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  float: left;
  background: #1e60ff url("../images/page-zd.jpg") no-repeat center top / 7.5rem;
}
.page-share {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  float: left;
  background: #1e60ff url("../images/page-share.jpg") no-repeat center top / 7.5rem;
}
.page-art {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  float: left;
  background: #fff url("../images/page-art.jpg") no-repeat center top / 7.5rem;
}
.wrap {
  width: 6.9rem;
  margin: auto;
  text-align: center;
  clear: both;
  position: relative;
}
.wrap3 {
  width: 7.2rem;
  margin: auto;
  text-align: center;
  clear: both;
  position: relative;
}
.banner-box {
  height: 12.4rem;
  width: 100%;
  float: left;
  position: relative;
}
.banner-box .logo {
  position: absolute;
  left: 0.5rem;
  top: 0;
  width: 2.48rem;
  height: 0.91rem;
  background: url("../images/logo-bg.png") no-repeat center / 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.banner-box .logo img {
  width: 1.74rem;
  display: block;
}
.mainIndex {
  width: 100%;
  clear: both;
  float: left;
  margin-bottom: 0.5rem;
}
.mainIndex .ewmbox {
  width: 100%;
  clear: both;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.mainIndex .ewmbox .left {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: #fff;
}
.mainIndex .ewmbox .left img {
  width: 94%;
  display: block;
  margin: auto;
}
.mainIndex .ewmbox .txt {
  width: 3.92rem;
  display: block;
  margin-left: 0.15rem;
}
.mainIndex .ewmbox .txt img {
  width: 100%;
  display: block;
}
.mainIndex .indexBtn {
  width: 100%;
  clear: both;
  float: left;
  margin-top: 7.55rem;
  text-align: center;
}
.mainIndex .indexBtn a {
  width: 5.72rem;
  height: 1.08rem;
  display: block;
  margin: 0 auto 0.19rem;
  font-size: 0.38rem;
  line-height: 1.08rem;
  font-weight: bold;
  color: #fff;
  border-radius: 50px;
  cursor: pointer;
  background: url("../images/btn01.png") no-repeat center / 100%;
  box-sizing: border-box;
  box-shadow: 0 0.1rem 0.3rem rgba(0, 43, 145, 0.6);
}
/*# sourceMappingURL=style.css.map */