@charset 'utf-8';
.centerV {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*  */
.g-line {
  height: 0.525rem;
  background-color: #e5e5e5;
  margin: 0.75rem 0;
}
.w600 {
  width: 93.75%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.w580 {
  width: 90.625%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex-centerL {
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-pack: center;
  -webkit--moz-box-pack: center;
  box-pack: center;
}
.public-p {
  padding: 0 0.2rem;
}
.public-p p {
  font-size: 0.825rem;
  line-height: 1.5;
  text-indent: 2em;
  word-break: break-all;
}
.public-p p b {
  font-weight: bold;
}
* {
  -webkit-tap-highlight-color: transparent;
  -ms-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
a,
address,
article,
aside,
audio,
b,
body,
canvas,
caption,
center,
dd,
div,
dl,
dt,
em,
embed,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
label,
nav,
ol,
output,
p,
q,
section,
span,
ul,
li,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
body {
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
  background: #fff;
  color: #444444;
}
html {
  -webkit-text-size-adjust: 100%;
  /*页面缩放 字体至最小值时 还能继续*/
}
ol,
li,
ul {
  list-style: none;
}
input,
textarea {
  outline: 0;
  resize: none;
}
a {
  text-decoration: none;
  color: #444444;
}
.container {
  width: 100%;
  max-width: 640px;
  min-width: 320px;
  margin: 0 auto;
  position: relative;
}
.left {
  float: left!important;
}
.right {
  float: right!important;
}
.clear {
  clear: both;
}
.clearFloat {
  zoom: 1;
}
.clearFloat:after {
  content: '.';
  display: block;
  clear: both;
  width: 0;
  height: 0;
  visibility: hidden;
}
.allW {
  width: 100%;
  margin: auto;
  overflow: hidden;
}
.allW > img {
  width: 100%;
}
.w600 {
  width: 93.75%;
  margin: 0 auto;
  overflow: hidden;
}
.margin {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.margint {
  margin-top: 1rem;
}
.marginb {
  margin-bottom: 1rem;
}
.img img {
  display: block;
  width: 100%;
  height: 100%;
}
/* 
 * swiper 样式速写
 * model 样式的速写
 */
.swiper-slide img {
  display: block;
  width: 100%;
}
.p {
  font-size: 0.825rem;
  line-height: 1.65;
  text-indent: 2em;
}
.h6 {
  font-size: 0.6rem;
  line-height: 1;
  color: #888;
}
.no-mr {
  margin-right: 0;
}
/*
 * this is a line between two panels 
 * the comment and public is ending
 */
/* start */
.panel1-txtMove {
	margin-top:0.5rem;
  height: 12rem;
  width:22rem;
  overflow: hidden;
}
.panel1-txtMove li {
  height: 13.5rem;
}
.panel1-txtMove .main {
  padding: 0.25rem 0.375rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.panel1-txtMove .main .l img {
  display: block;
  width: 7.2rem;
  height: 7.3125rem;
}
.panel1-txtMove .main .l span {
  display: block;
  width: 7.2rem;
  text-align: center;
  font-size: 0.825rem;
  line-height: 1.2;
  padding-top: 0.4rem;
  color: #166be0;
  font-weight: bold;
  font-size: 0.7875rem;
}
.panel1-txtMove .main .r {
  flex: 1;
  margin-left: 0.6rem;
  background-color: #eae9e9;
  padding: 0.6rem 0.75rem;
}
.panel1-txtMove .main .r p {
  font-size: 0.825rem;
  line-height: 1.75;
}
