body {
  background: #f5f5f5;
}

.addcontent {
  background: #f5f5f5;
}

.addcontent .index_02_content {
  padding-top: 10px;
}

.addcontent-le {
  width: 964px;
  float: left;
  height: 541px;
  background: #000;
}

.addcontent-le img {
  width: 100%;
  display: block;
  height: 100%;
}

.addcontent-le video {
  width: 100%;
  height: 100%;
}

.addcontent-re {
  width: 316px;
  float: right;
  height: 541px;
  background: #fff;
  padding: 40px;
  box-sizing: border-box;
  position: relative;
}

.eyep {
  margin-top: 35px;
}

.eyep img {
  vertical-align: middle;
}

.func {
  position: absolute;
  bottom: 90px;
}

.func-item {
  float: left;
  margin-right: 22px;
  cursor: pointer;
  position: relative;
  margin-top: 22px;
}

.sharemodal {
  display: none;
  position: absolute;
  left: 0;
  z-index: 10;
  top: 30px;
  width: 180px !important;
}

.active-block {
  display: block;
}