.oscroll {
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-arrow-color: #44273c;
  scrollbar-track-color: #44273c;
  scrollbar-base-color: #44273c;
  overflow: auto;
  
}
/* 滚动条webkit样式 */
.oscroll::-webkit-scrollbar {
  width: 10px;
  background-color: #eaa359;
  
}
.oscroll::-webkit-scrollbar-button {
  width: 10px;
  height: 10px;
  background-color: #eaa359;
}
.oscroll::-webkit-scrollbar-thumb {
  background-color: #b45830;
  border-radius: 4px;
}

#app {
  position: absolute;
  left: 50%;
  margin-left: -960px;
  overflow-x: hidden;
}
#wrapper {
  display: none;
  position: relative;
}
#wrapper-loading {
  width: 1920px;
  height: 960px;
  background: url(../images/bg-loading.jpg) no-repeat center;
}

.logo {
  position: absolute;
  width: 172px;
  height: 63px;
  top: 30px;
  left: 290px;
  background-image: url(../images/logo.png);
}

#navigation {
  position: absolute;
  top: 10px;
  left: 1290px;
}
.btn-link {
  float: left;
  width: 151px;
  height: 44px;
  line-height: 44px;
  color: #ffefc3;
  font-size: 18px;
  font-weight: bolder;
  text-align: center;
  text-decoration: none;
  background-image: url(../images/btn-link.png);
  margin-right: 10px;
}

.dialog {
  display: none;
  position: fixed;
  /* position: absolute; */
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.dialog .box-act {
  position: relative;
  height: 759px;
  /* width: 1031px; */
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background: url(../images/bg-box.png) no-repeat center;
}
.dialog .box-content{
	height: 750px;
	width: 1075px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.dialog .btn {
  position: absolute;
  cursor: pointer;
}
.dialog .btn-close {
  width: 73px;
  height: 71px;
  top: 27px;
  right: -37px;
  background-image: url(../images/btn-close.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.dialog .btn-prev {
  width: 77px;
  height: 100px;
  top: 50%;
  left: 0;
  background-image: url(../images/btn-prev.png);
  background-repeat: no-repeat;
}
.dialog .btn-next {
  width: 77px;
  height: 100px;
  top: 50%;
  right: 0;
  background-image: url(../images/btn-next.png);
  background-repeat: no-repeat;
}
.dialog .act-content{
	margin-top: 20px;
	padding-top: 132px;
}
.dialog .img-ctn {
  text-align: center;
  /* width: 625px; */
  height: 610px;
  margin: 0 auto;
  display: none;
}
/* 调试 */
/* .dialog .img-ctn:nth-of-type(1) {
  display: block;
} */
/* 调试结束 */

.dialog .img-ctn .ctn-body img{
	width: auto;
}
.dialog .ctn1 {
  
}
.dialog .ctn1 img{
	width: 809px;
}
.dialog .ctn1 .ctn-title{
	
}
.dialog .ctn1 .ctn-body{
  padding-right: 10px
}
.dialog .ctn2 {
}
.dialog .ctn2 img{
	width: 828px;
}
.dialog .ctn3 {
}
.dialog .ctn3 img{
	width: 752px;
}
.dialog .ctn4 {
}
.dialog .ctn4 img{
	width: 523px;
}
.dialog .ctn5 {
}
.dialog .ctn5 img{
  
}

/* 
.dialog .ctn5 .ctn-body {
  width: 754px;
  height: 450px;
  margin: 0 auto;
  margin-top: 130px;
  padding: 0 40px;
} */
/* 版本提示 */
#NIE-warning-tips{
	display: none;
}
#NIE-warning-bg{
	display: none;
}
#NIE-warning-dialog{
	display: none;
}

