@charset "utf-8";
/* 效果CSS开始 */
* {
  margin: 0;
  padding: 0;
  -webit-tap-highlight-color: transparent;
}
@media screen and (max-width: 768px) {
  body {
    min-width: 0;
  }
}

html,
body {
  margin: 0 auto;
  position: relative;
  /* min-width: 1200px; */
  font-size: 16px;
  font-family: myFont, 'Microsoft YaHei';
  background-color: #fff;
}
video:focus {
  outline: none;
}
a,
p,
div {
  outline: none;
  blr: expression(this.onFocus=this.blur());
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
a {
  text-decoration: none;
}
map,
map area {
  outline: none;
}
img {
  border: 0;
  margin: 0;
  padding: 0;
}
div,
ul,
li,
dl,
dt,
dd,
form,
input,
select,
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
  padding: 0;
}
ul,
li {
  list-style: none;
}

button {
  -webkit-appearance: none;
}
input,
textarea {
  outline: none;
}
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1; /*IE/7/6*/
}
.content {
  width: 80%;
  margin: auto;
  /* min-width: 1200px; */
}

/* 阿里矢量图 */
@font-face {
  font-family: "iconfont";
  /* Project id 2543158 */
  src: url('../font/iconfont.woff2') format('woff2'),
    url('../font/iconfont.woff') format('woff'),
    url('../font/iconfont.ttf') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-krd:before {
  content: "\e602";
}

.icon-logo2:before {
  content: "\e601";
}

.icon-add:before {
  content: "\e6da";
}

.icon-jianshao:before {
  content: "\e68e";
}

.icon-arrow-up:before {
  content: "\e743";
}

.icon-arrow-down:before {
  content: "\e7b2";
}

.icon-jiao:before {
  content: "\e7b3";
}

.icon-arrow-left-filling:before {
  content: "\e688";
}

.icon-arrow-right-filling:before {
  content: "\e689";
}

.icon-close:before {
  content: "\e747";
}

.icon-logo:before {
  content: "\e600";
}

.icon-more:before {
  content: "\e6be";
}

.icon-menu:before {
  content: "\e6e4";
}

