.oscroll {
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-arrow-color: #472073;
  scrollbar-track-color: #472073;
  scrollbar-base-color: #472073;
  /* overflow: auto; */

}
/* 滚动条webkit样式 */
.oscroll::-webkit-scrollbar {
  width: 11px;
  border-radius: 6px;
  background-color: #472073;

}
.oscroll::-webkit-scrollbar-button {
  width: 10px;
  height: 10px;
  background-color: #472073;
  display: none;
}
.oscroll::-webkit-scrollbar-thumb {
  background-color: #fff088;
  border-radius: 4px;
}
.row{
    display: flex;
	  display: -webkit-flex;
    justify-content: center;
    align-items: center;
}
#app {
  position: absolute;
  left: 50%;
  margin-left: -960px;
  overflow-x: hidden;
}
#wrapper-loading {
  width: 1920px;
  height: 960px;
  background: url(../images/bg-loading.jpg) no-repeat center;
}
#wrapper {
  position: relative;
}

.logo {
  position: absolute;
  width: 210px;
  height: 95px;
  top: 10px;
  left: 290px;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.video-play {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 195px;
  left: 45.5%;
}
#navigation {
  position: absolute;
  top: 38px;
  right: 280px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 10px;
  box-sizing: border-box;
  background-color: #5b4bd7;
}
.btn-link {
  width: 110px;
  height: 40px;
  text-decoration: none;
  text-align: center;
  line-height: 38px;
  font-weight: bolder;
  color: #fefeff;
 /*  border-radius: 10px;
  color: #e27466;
  background-color: #ffe12e;
  box-shadow: 0 5px 5px #c47f3d; */
}
.line {
  display: inline-block;
  width: 2px;
  height: 22px;
  background-color: #2d0ba0;
}
.btn-link:nth-child(2) {
  margin-left: 10px !important;
}
.dialog, .video-bg {
  display: none;
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.dialog .box-act {
  position: absolute;
  width: 1250px;
  height: 950px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  background: url(../images/bg-box.png) no-repeat center;
}
.dialog .box-content{
  position: relative;
  width: 100%;
  height: 100%;
}
.dialog .btn {
  position: absolute;
  cursor: pointer;
}
.dialog .btn-close {
  width: 77px;
  height: 77px;
  top: 10%;
  right: -4%;
  background: url(../images/btn-close.png) no-repeat;
  background-size: 100% 100%;
}
.dialog .btn-prev {
  width: 69px;
  height: 80px;
  top: 50%;
  left: 20px;
  background-image: url(../images/btn-prev.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.dialog .btn-next {
  width: 69px;
  height: 80px;
  top: 50%;
  right: -26px;
  background-image: url(../images/btn-prev.png);
  transform: rotate(180deg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.dialog .act-content{
  width: 100%;
  height: 100%;
  position: relative;
}
.dialog .img-ctn {
  width: 100%;
  height: 100%;
  text-align: center;
  margin: 0 auto;
  display: none;
  padding-top: 88px;
  box-sizing: border-box;
}
.dialog .img-ctn{

}
.dialog .img-ctn .ctn-body{
  /* width: 945px; */
  width: 95%;
	height: 584px;
  position: absolute;
  top: 24%;
  left: 0%;
  text-align: center;
  padding-left: 160px;
  box-sizing: border-box;
}
.dialog .img-ctn .ctn-body img{
	width: 930px;
  height: auto;
}
/* 第一屏 */
.ctn1 .cntwrap .actbody1-2{
  /* display: none; */
}
.dialog .ctn1{
}

.dialog .ctn2 {
}

.dialog .ctn3 {
}

.dialog .ctn4{
}

.dialog .ctn5 {
}
.dialog .ctn6 .ctn-body{
}
.dialog .ctn6 {
}

/* 版本提示 */
#NIE-warning-tips{
	display: none;
}
#NIE-warning-bg{
	display: none;
}
#NIE-warning-dialog{
	display: none;
}
@keyframes step_id {
  0% {opacity: 1;}
  50% {opacity: .6;}
  100% {opacity: 1;}
}
.btn-link:hover {
  animation: step_id 1s linear infinite;
}
.video {
  width: 864px; height: 486px;
  position: fixed;
  top: 50%; left: 50%;
  margin: -243px 0 0 -474px;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.7);
}
.ten-year-video {
  width: 100%; height: 100%;
}
.close-video {
  position: absolute;
  top: 0; right: -84px;
  width: 84px; height: 84px;
  background: url(../images/close.png);
  cursor: pointer;
}
