html {
  overflow-x: hidden;
}
body {
  background: url(../images/bg.gif) no-repeat center top;
  overflow-x: hidden;
}
.wrap {
  width: 1200px;
  height: 1013px;
  margin: 0 auto;
  position: relative;
}
.video {
  margin-top: 15px;
  width: 694px;
  height: 392px;
  background: url(../images/video-bg.png) no-repeat;
  padding: 15px 21px 16px;
}
.downs{
  height: 208px;
  margin-top: 18px;
  position: relative;
}
.down {
  width: 190px;
  height: 206px;
  background: url(../images/btn-down.gif) no-repeat;
  position: absolute;
  top: 0;
  left: 90px;
}

.toast {
  padding: 15px;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  display: none;
}

.ewms{
  width: 166px;
  height: 166px;
  padding: 11px 29px 31px;
  background: url(../images/ewm-bg.png) no-repeat;
  position: absolute;
  top: 0;
  left: 380px;
}
.ewms img {
  width: 100%;
  height: 100%;
}

.footer {
  background: #202020;
  padding: 11px 0;
  text-align: center;
  font-size: 13px;
  color: #fff;
  line-height:31px;
}

.videoMain {
  width: 100%;
  height: 100%;
  position: relative;
  overflow-x: hidden;
}
.videowarp {
  width: 1920px;
  height: 1013px;
  position: absolute;
  top: 0;
  left: calc(50% - 960px);
  overflow: hidden;
}

.main {
  width: 732px;
  height: 789px;
  /*background: url(../images/main.bg.png) no-repeat;*/
  position: absolute;
  top: 0;
  right: 0;
}
.logo{
  height: 130px;
  margin: 14px 0 0 170px;
}
