body{
  background-color: #4008cd;
  overflow: auto;
  background-image: url(./images/footer.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.blank35{height: 35px;overflow: hidden;clear: both;}
.blank70{height: 70px;overflow: hidden;clear: both;}
.blank90{height: 90px;overflow: hidden;clear: both;}
.banner img{
  width: 100%;
  min-width: 1200px;
}
.head{
  margin: 0 auto;
}
.head img{
  margin: 0 auto;
  display: block;
}
.oneLeft{
  float: left;
  width: 528px;
  overflow: hidden;
}
.oneRight{
  float: left;
  width: 669px;
  overflow: hidden;

}
.video{
  width: 528px;
  height: 309px;
  background: url(./images/video.png) center no-repeat;
}
.video video{
  margin: 10px 14px 4px;
}
.downloadFont{
  color: #fff;
  font-size: 18px;
  line-height: 2;
  height: 36px;
}
.downloadFont a{
  float: right;
  color: #fff;
}
.downloadFontOt{
  text-align: center;
}
.downloadFontOt a{
  color: #fff;
  font-size: 18px;
  line-height: 2;
  height: 36px;
}
.downloadFont a:hover,.downloadFontOt a:hover{
  text-decoration: underline;
  color: #fd00e6;
}
.yuepu{
  display: block;
  margin: 0 auto;
  width: 387px;
}
.twoLeft .header,.oneRight .header{
  font-size: 30px;
  color: #fff;
  font-style: italic;
  text-align: center;
  height: 32px;
  line-height: 32px;
}
.twoLeft p,.oneRight p{
  line-height: 26px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
.rvScroll1{
  height: 886px;
  overflow-y: auto;
  border-right: 3px solid #703ff2;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.rvScroll1::-webkit-scrollbar{
  width: 8px;
  height: 8px;
}
/*定义滚动条轨道 内阴影+圆角*/
.rvScroll1::-webkit-scrollbar-track {
  border-radius: 10px;
}
/*定义滑块 内阴影+圆角*/
.rvScroll1::-webkit-scrollbar-thumb{
  border-radius: 10px;
  background-color: #a283ea;
}

.twoLeft{
  width: 669px;
  float: left;
}
.twoRight{
  width: 528px;
  float: left;
}
.banquan{
  text-align: center;
  margin: 65px 0 30px;
  font-size: 16px;
  color: #fff;
}


/*手机版*/
@media screen and (max-width: 768px) {
  .w1200{
    padding:0 10px;
    width: calc(100% - 20px);
  }
  .banner img{
    width: 100%;
    min-width: 100%;
  }
  .head img{
    width: 100%;
  }
  .video video{
    width: 100%;
    margin: 0;
    height: auto;
  }
  .oneLeft{
    width: 100%;
  }
  .oneRight{
    width: 100%;
  }
  .twoLeft{
    width: 100%;
  }
  .twoRight{
    width: 100%;
  }
  .video{
    width: 100%;
    background: none;
    height: auto;
  }
  .rvScroll1{
    height: auto;
    width: 100%;
    overflow-y:auto;
    border: 0;
  }
  .yuepu{
    width: 100%;
  }
}
