/**
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
* http://cssreset.com
*/
@charset 'utf-8';
html,
body,
div,
span,
button,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  position: relative;
  line-height: 1;
  font-family: 微软雅黑;
  font-size: 0.2rem;
  color: #333;
}
html,body {
  overflow-x: hidden;
  background-color: #fff;
  color: #333;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 手动添加*/
a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
button {
  border: none;
  background: transparent;
  cursor: pointer;
  outline: none;
}
/* html ::-webkit-scrollbar {
  display: none;
} */
em,
i{
    font-style: normal;
}
/*显示省略号*/
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis_two {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after,.clearfix:before{
  content: "";
  display: table;
}
.clearfix:after{
  clear: both;
}
.clearfix{
  *zoom: 1;
}
.scale {
  overflow: hidden;
}
.scale img{
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.scale img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.page-w {
  width: 85%!important;
  max-width: 1200px!important;
  margin: 0 auto;
}
@font-face {
  font-family: 'iconfont';  /* project id 1745853 */
  src: url('//at.alicdn.com/t/font_1745853_8o9u6k80gf.eot');
  src: url('//at.alicdn.com/t/font_1745853_8o9u6k80gf.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_1745853_8o9u6k80gf.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_1745853_8o9u6k80gf.woff') format('woff'),
  url('//at.alicdn.com/t/font_1745853_8o9u6k80gf.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_1745853_8o9u6k80gf.svg#iconfont') format('svg');
}
.iconfont {
  font-family: iconfont;
}
.icon_more::before {
  content:'\e6d8'
}
.icon-pre::before {
  content: '\e600';
}
.icon-next::before {
  content: '\e601';
}
.icon-add::before {
  content: '\e6a8';
}
.icon-reduce::before {
  content: '\e644';
}
.icon_menu::before {
  content: '\e634';
}