/*
	框架：XzMobile
	版本：2.0
	作者：XiaoZhi　QQ：1114717941
	官方：http://Www.L758.Com
*/
.w {
  width: 100%;
}
.h {
  height: 100%;
}
.ha {
  height: auto;
}
.auto {
  margin: auto;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.tal {
  text-align: left;
}
.taj {
  text-align: justify;
}
.tdn {
  text-decoration: none;
}
.pf {
  position: fixed;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.fwn {
  font-weight: normal;
}
.ff {
  font-family: 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
}
.dl {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.dn {
  display: none;
}
.db {
  display: block;
}
.dib {
  display: inline-block;
}
.zi {
  z-index: 9999;
}
.oh {
  overflow: hidden;
}
.toh {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
html,
body {
  height: 100%;
  text-align: justify;
  background: #fafafa;
  tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  visibility: hidden;
  overflow-y:hidden; 
}
* {
  color: #555555;
  font-family: 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
  font-size: 18px;
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
a {
  color: #555555;
  text-decoration: none;
}
img {
  display: block;
  width: 100%;
}
header,
footer {
  width: 100%;
  position: fixed;
  z-index: 9999;
  height: 40px;
  line-height: 40px;
}
header section,
footer section {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
header a {
  text-align: center;
  font-size: 26px;
}
footer a {
  text-align: center;
  font-size: 24px;
}
header {
  top: 0;
}
header section {
  background: #0066ff;
}
header h2 {
  color: #ffffff;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
  flex: 1;
  -webkit-flex: 1;
}
header a {
  color: #ffffff;
}
header a:first-child {
  text-align: left;
  padding: 0 10px;
}
header a:last-child {
  text-align: right;
  padding: 0 10px;
}
header a i {
  color: #ffffff;
}
footer {
  bottom: 0;
}
footer section {
  background: #0066ff;
}
footer a {
  color: #ffffff;
  flex: 1;
  -webkit-flex: 1;
}
footer a i {
  color: #ffffff;
}
.XZM-box {
  max-width: 640px;
  margin: auto;
  height: 100%;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-container .swiper-slide {
  height: auto;
}
.swiper-container .swiper-slide .swiper-slide-box {
  padding: 50px 0;
}
.swiper-container .swiper-scrollbar {
  background: none;
}
.swiper-container .swiper-scrollbar .swiper-scrollbar-drag {
  background: #dddddd;
}
.swiper-container2 {
  background: #dddddd;
  position: relative;
}
.XZM-navIco {
  background: #ffffff;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  text-align: center;
  padding: 5px;
}
.XZM-navIco a {
  font-size: 28px;
  margin: 5px;
  padding: 10px 0;
  flex: 1;
  -webkit-flex: 1;
}
.XZM-title {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  text-align: center;
  padding: 25px;
}
.XZM-title span {
  border-bottom: 2px solid #0066ff;
  position: relative;
  padding: 25px;
  bottom: -1px;
}
.XZM-photo {
  background: #ffffff;
  text-align: center;
}
.XZM-photo ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding: 5px;
}
.XZM-photo ul li {
  width: 50%;
  padding: 10px 0;
}
.XZM-photo ul li div {
  padding: 5px;
}
.XZM-photo ul li div h3 {
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 10px;
}
.XZM-photo ul li div span {
  background: #0066ff;
  color: #ffffff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  display: inline-block;
  padding: 5px 10px;
  font-size: 14px;
}
.XZM-photo ul li div img {
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.XZM-about {
  background: #ffffff;
}
.XZM-about div {
  padding: 10px;
}
.XZM-about div h3 {
  text-align: center;
  padding: 10px;
}
.XZM-about div .XZM-txt {
  margin: 10px 0;
  line-height: 1.8;
}
.XZM-about div img {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  margin: 10px 0;
}
.XZM-list {
  background: #ffffff;
}
.XZM-list li {
  border-bottom: 1px solid #eeeeee;
  position: relative;
}
.XZM-list li a {
  display: block;
  padding: 10px;
}
.XZM-list li a span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 80%;
}
.XZM-list li a span:last-child {
  color: #999999;
  text-align: right;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 20%;
}
nav {
  background: #222222;
  text-align: center;
  position: fixed;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  width: 100%;
  height: 100%;
  top: -100%;
  z-index: 99999;
  overflow: auto;
}
nav ul {
  padding: 10px;
}
nav ul li {
  padding: 10px;
}
nav ul li a {
  color: #999999;
  display: block;
  padding: 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 18px;
}
nav ul li a.on {
  background: #0066ff;
  color: #ffffff;
}
nav span {
  background: #0066ff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 20px;
}
nav span i {
  color: #ffffff;
}
.XZM-JQ-click {
  top: 0;
}
.XZM-share {
  display: none;
  text-align: center;
  position: fixed;
  margin: auto;
  max-width: 640px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: 200px;
}
.XZM-share .XZM-shareBox {
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  margin: 10px;
}
.XZM-share .XZM-shareBox .bdshare-button-style1-32 a {
  float: none;
}
.XZM-share .XZM-shareBox .XZM-shareNav {
  border-top: 1px solid #eeeeee;
  padding: 16.66666667px;
}
.XZM-share .XZM-shareBox a {
  background: none;
}
.XZM-share .XZM-shareBox img {
  display: inline-block;
  width: 50px;
  margin: 25px 0;
}
.XZM-ewm {
  display: none;
  text-align: center;
  position: fixed;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 200px;
  height: 200px;
}
.XZM-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}
.XZM-loading {
  background: #0066ff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  position: fixed;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  width: 80px;
  height: 80px;
  visibility: visible;
}
.XZM-loading img {
  width: 80px;
  height: 80px;
}
.XZM-mod {
  background: #ffffff;
  border: 1px solid #eeeeee;
  margin: 10px;
  padding: 10px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.XZM-mod .XZM-classNav {
  background: #0066ff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #ffffff;
  position: relative;
  padding: 10px;
}
.XZM-mod .XZM-classNav i {
  color: #ffffff;
  padding: 10px;
  position: absolute;
  border-left: 1px solid #1fb852;
  top: 3px;
  right: 0;
}
.XZM-mod .XZM-classBox {
  display: none;
  text-align: center;
  position: relative;
  top: -1px;
}
.XZM-mod .XZM-classBox ul {
  background: #0066ff;
  position: absolute;
  width: 100%;
  z-index:10;
}
.XZM-mod .XZM-classBox ul li {
  color: #ffffff;
  border-top: 1px solid #1fb852;
  padding: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.XZM-mod .XZM-classBox ul dl {
  background: #1fb852;
  display: none;
}
.XZM-mod .XZM-classBox ul dl dd {
  color: #ffffff;
  padding: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.XZM-mod .XZM-classBox a {
  display: block;
  color: #ffffff;
}
.XZM-mod .XZM-classBox a.on {
  color: #5bf48e;
}
.XZM-mod .XZM-page {
  padding-top: 10px;
  line-height: 1.8;
}
.XZM-mod .XZM-page .XZM-error {
  text-align: center;
}
.XZM-mod .XZM-page .XZM-error p {
  color: #0066ff;
}
.XZM-mod .XZM-page .XZM-error p i {
  color: #0066ff;
}
.XZM-mod .XZM-nPhoto {
  margin: -5px -10px;
}
.XZM-mod .XZM-pages {
  border-top: 1px solid #eeeeee;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  text-align: center;
  width: 100%;
  margin-top: 10px;
  padding-top: 10px;
}
.XZM-mod .XZM-pages a {
  display: block;
  flex: 1;
  -webkit-flex: 1;
  padding: 10px;
}
.XZM-mod blockquote {
  border-left: 3px solid #eeeeee;
  margin-top: 10px;
  padding-left: 10px;
}
.XZM-mod blockquote h3 {
  font-weight: normal;
}
.XZM-mod blockquote small,
.XZM-mod blockquote i,
.XZM-mod blockquote span {
  color: #999999;
  font-size: 14px;
}
.XZM-mod .lightBox img {
  margin: 10px 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.XZM-mod .XZM-show {
  border-top: 1px solid #eeeeee;
  margin-top: 10px;
  padding-top: 10px;
  line-height: 1.8;
}
.XZM-mod .XZM-nList ul li:last-child {
  border-bottom: 0;
  margin-bottom: -10px;
}
