.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: 172px;
  height: 63px;
  top: 30px;
  left: 290px;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

#navigation {
  position: absolute;
  top: 22px;
  left: 50%;
  margin-left: 400px;
}
.home {
  background: url(../images/nav.png?v=1) no-repeat;
}

.start {
  background: url(../images/nav.png?v=1) no-repeat;
  background-position: 100% 0;
}

.web4399 {
  background: url(../images/nav.png?v=1) no-repeat;
  background-position: 50% 0;
}

.btn-link {
  float: left;
  width: 117px;
  height: 58px;
  /* margin-right: 15px; */
}

/* .btn-link.agent {
  background-position: -115px;
}

.btn-link.start {
  background-position: -230px;
}

.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: 1267px;
  height: 895px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background: url(../images/pop.png?v=2) no-repeat center;
}

.dialog .box-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.dialog .btn {
  position: absolute;
  cursor: pointer;
}
 
.dialog .btn-close {
  width: 65px;
  height: 65px;
  top: 160px;
  right: 68px;
}

.dialog .btn-prev {
  width: 64px;
  height: 94px;
  top: 55%;
  left: 6px;
  background-size: 100% 100%;
}

.dialog .btn-next {
  width: 64px;
  height: 94px;
  top: 55%;
  right: 100px;
  background-size: 100% 100%;
}

.dialog .act-content {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.dialog .img-ctn {
  width: 100%;
  height: 100%;
  text-align: center;
  margin: 0 auto;
  display: none;
  box-sizing: border-box;
  overflow: hidden;
}

.dialog .img-ctn img {
  display: block;
  margin-top: 11px;
}

.dialog .img-ctn img.img-title {
  display: block;
  margin-left: 390px;
  margin-top: 173px;
}

.dialog .imgcont {
  width: 870px;
  height: 520px;
  overflow: auto;
  margin-left: 153px;
  margin-top: 46px;
}

.dialog .imgcont::-webkit-scrollbar {
  width: 10px;
  background: #301b12;
}

.dialog .imgcont::-webkit-scrollbar-thumb {
  width: 8px;
  background: #fec73e;
  border-radius: 0px;
}

.dialog .imgcont img {
  display: block;
  margin: 0 auto;
}

.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;
}