.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 {
  display: none;
  position: relative;
}

.logo {
  position: absolute;
  width: 166px;
  height: 62px;
  top: 30px;
  left: 290px;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#navigation {
  position: absolute;
  top: 22px;
  left: 1360px;
  width: 484px;
}
.btn-link {
  float: left;
  width: 115px;
  height: 33px;
  margin-right: 15px;
}
.btn-link  img {
  width: 100%;
}
.btn-link:hover {
  animation: step_id 1s linear infinite;
}
.dialog {
  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: 1129px;
  height: 739px;
  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: 59px;
  height: 59px;
  top: 1%;
  right: -6%;
  background: url(../images/btn-close.png) no-repeat;
  background-size: 100% 100%;
}
.dialog .btn-prev {
  width: 77px;
  height: 114px;
  top: 40%;
  left: -25px;
  background-image: url(../images/btn-prev.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.dialog .btn-next {
  width: 77px;
  height: 114px;
  top: 40%;
  right: -25px;
  background-image: url(../images/btn-prev.png);
  transform: rotate(180deg);
  background-repeat: no-repeat;
  background-size: 100% 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: 24px;
  box-sizing: border-box;
}
.dialog .img-ctn{
  width: 100%;
  height: 100%;
  position: relative;
}
.dialog .img-ctn .ctn-body{
  width: auto;
	height: auto;
  position: absolute;
  top: 180px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.dialog .img-ctn .ctn-body img{
}
/* 第一屏 */
.ctn1 .cntwrap .actbody1-2{
  /* display: none; */
}
.dialog .ctn1{
}
.dialog .ctn1 .ctn-body img {
  width: 778px;
}
.dialog .ctn2 .ctn-body {
  padding: 0 188px;
  box-sizing: border-box;
  height: 507px;
}
.dialog .ctn2 .ctn-body img {
  width: 623px;
}

.dialog .ctn3 .ctn-body{
  top: 140px;
}
.dialog .ctn3 .ctn-body img {
  width: 877px;
}
.dialog .ctn4{
}
.dialog .ctn4 .ctn-body img {
  width: 789px;
}
.dialog .ctn4 .ctn-body {
  top: 68px;
}
.dialog .ctn5 {
}
.dialog .ctn5 .ctn-body img {
  width: 878px;
}
.dialog .ctn6 .ctn-body{
}
.dialog .ctn6 .ctn-body img {
  width: 683px;
}
.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;}
}
.p-f-record a {
  color: #4f4f4f;
}
