/* 重置 */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p,
nav,
header {
  padding: 0;
  margin: 0;
}
ol,
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
li {
  list-style-type: none;
}
span,
em,
i,
address,
cite,
code,
th {
  font-weight: normal;
  font-style: normal;
}
h1,
h2 {
  font-weight: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border: 0;
  vertical-align: top;
  border: 0;
  width: 100%;
  height: 100%;
}

input,
button,
select,
textarea {
  outline: none;
  font-size: 100%;
  font-family: inherit;
}
input,
button,
textarea {
  padding: 0;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
a:active {
  color: #000;
  text-decoration: none;
}
html {
  line-height: 1.5;
}
body {
  font-size: 1.6rem;
  font-family: verdana, \5fae\8f6f\96c5\9ed1, \5b8b\4f53;
  color: #000;
  letter-spacing: 0;
  min-width: 320px;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  background: #fff;
}
@media only screen and (min-device-width: 200px) and (max-device-width: 320px) {
  html {
    font-size: 40%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 375px) {
  html {
    font-size: 50%;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 9600px) {
  html {
    font-size: 62.5%;
  }
}
@media only screen and (min-device-width: 960px) and (max-device-width: 1600px) {
  html {
    font-size: 75%;
  }
}
@media only screen and (min-device-width: 1600px) {
  html {
    font-size: 87.5%;
  }
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*清除浮动*/
.list_tit:after,
.clearfix:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
}
.container {
  box-sizing: border-box;
  padding-left: 1.3rem;
  padding-right: 1.3rem;
}
/*相对水平或垂直居中*/

.seachbar form button {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.zywabout .pic i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mdt20 {
  margin-top: 2rem;
}
.mdt30 {
  margin-top: 3rem;
}

/* 广告 */
.guangin {
  margin-bottom: 2rem;
}
.guangin .info {
  position: relative;
  width: 100%;
  height: 80px;
}
.guangin .info i {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  width: 2rem;
  height: 2rem;
  border-radius: 2rem;
  background-color: rgb(0, 0, 0, 0.2);
  text-align: center;
  line-height: 2rem;
}
.guangin .info span {
  position: absolute;
  left: 4px;
  bottom: 4px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 20%;
  font-size: 14px;
}
p.text-show {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-indent: 1rem;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#131313', GradientType=0);
}
.huise {
  height: 1rem;
  background-color: #eee;
}

.notext {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blo {
  display: block;
}
.notext2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.notext3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
/* //消除google浏览器黄色框 */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  /*背景颜色*/

  box-shadow: 0 0 0 60px #eee inset;
  /*字的颜色*/
  -webkit-text-fill-color: #878787;
  outline: none;
}
/* input::-webkit-input-placeholder {
  color: #eee;
} */
/* 回到顶部 */
.backtop {
  position: fixed;
  bottom: 5rem;
  right: 1.2rem;
  width: 5rem;
  height: 10rem;
  overflow: hidden;
  background: url(../img/back-top.png) no-repeat;
  background-size: 100%;
  display: none;
  z-index: 66666;
}
.bottom {
  background: #353739;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  padding: 1.4rem 0.5rem 1.6rem 0.5rem;
}
.bottom a {
  color: #fff;
}
