.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: 0px;
  background-color: #eaa359;
  
}
.oscroll::-webkit-scrollbar-button {
  width: 10px;
  height: 10px;
  background-color: #eaa359;
}
.oscroll::-webkit-scrollbar-thumb {
  background-color: #b45830;
  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 {
  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: #fff4b1;
  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: 845px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background: url(../images/bg-box.png) no-repeat center;
}
.dialog .box-content{
	height: 851px;
	width: 1364px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.dialog .btn {
  position: absolute;
  cursor: pointer;
}
.dialog .btn-close {
  width: 41px;
  height: 42px;
  top: 56px;
  right: 76px;
  background-image: url(../images/btn-close.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.dialog .btn-prev {
  width: 73px;
  height: 118px;
  top: 36%;
  left: 0px;
  background-image: url(../images/btn-prev.png);
}
.dialog .btn-next {
  width: 73px;
  height: 118px;
  top: 36%;
  right: 58px;
  background-image: url(../images/btn-next.png);
}
.dialog .act-content{
	margin-top: 24px;
}
.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 img{
	width: 100%;
}
.dialog .ctn-title{
	margin: 0 auto;
}
.dialog .ctn-body{
	height: 530px;
	margin-top: 64px;
}
.dialog .ctn1 {
  width: 756px;
}
.dialog .ctn1 .ctn-title{
	width: 345px;
}
.dialog .ctn2 {
	width: 708px;
}
.dialog .ctn3 {
	width: 782px;
}
.dialog .ctn4 {
	width: 731px;
}
.dialog .ctn5 {
	width: 888px;
	position: relative;
}
.dialog .ctn5 .presall{
	width: 285px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -142.5px;
	cursor: pointer;
	/* transform: translateX(-50%);
	-webkit-transform: translateX(-50%); */ 
	animation: flashzoom 1s ease-in-out 0s infinite alternate none;
	-webkit-animation: flashzoom 1s ease-in-out 0s infinite alternate none;
}
.dialog .ctn5 .presall .linkurl{
	display: block;
}
.dialog .ctn6{
	
}
.dialog .ctn6 .ctn-title{
	width: 322px;
}
.dialog .ctn6 .ctn-body {
  width: 866px;
  height: 510px;
  margin: 0 auto;
  margin-top: 0;
  padding: 0 48px;
}

.dialog .ctn7 .ctn-title{
	width: 322px;
}
.ctn7 .ctn-tab .item-list{
	overflow: hidden;
}
.ctn7 .ctn-tab .item:not(:first-child){
	margin-left: 10px;
}
.ctn7 .ctn-tab .item{
	width: 255px;
	height: 65px;
	float: left;
	background-image: url(../images/navBar.png);
	background-repeat: no-repeat;
}
.ctn7 .ctn-tab .item:nth-of-type(1){
	background-position: 0 0;
}
.ctn7 .ctn-tab .item:nth-of-type(1).active{
	background-position: 0 -78px;
}
.ctn7 .ctn-tab .item:nth-of-type(2){
	background-position: -272px 0;
}
.ctn7 .ctn-tab .item:nth-of-type(2).active{
	background-position: -272px -78px;
}
.ctn7 .ctn-tab .item:nth-of-type(3){
	background-position: -541px 0;
}
.ctn7 .ctn-tab .item:nth-of-type(3).active{
	background-position: -541px -78px;
}
.dialog .ctn7 .ctn-body {
  width: 775px;
  height: 425px;
  margin: 0 auto;
  margin-top: 18px;
  padding: 0 94px;
}
/* 版本提示 */
#NIE-warning-tips{
	display: none;
}
#NIE-warning-bg{
	display: none;
}
#NIE-warning-dialog{
	display: none;
}
@-webkit-keyframes scalable{
	0% {
	    -webkit-transform: scale(0.9);
	    -moz-transform: scale(0.9);
	    -ms-transform: scale(0.9);
	    -o-transform: scale(0.9);
	    transform: scale(0.9);
	    opacity: 1;
	}
	100% {
	    -webkit-transform: scale(0.8);
	    -moz-transform: scale(0.8);
	    -ms-transform: scale(0.8);
	    -o-transform: scale(0.8);
	    transform: scale(0.8);
	    opacity: 1;
	}
}
@keyframes scalable{
	0% {
	    -webkit-transform: scale(0.9);
	    -moz-transform: scale(0.9);
	    -ms-transform: scale(0.9);
	    -o-transform: scale(0.9);
	    transform: scale(0.9);
	    opacity: 1;
	}
	100% {
	    -webkit-transform: scale(0.8);
	    -moz-transform: scale(0.8);
	    -ms-transform: scale(0.8);
	    -o-transform: scale(0.8);
	    transform: scale(0.8);
	    opacity: 1;
	}
}

/* 缩放 */
@-webkit-keyframes flashzoom{
	
    to{
        -webkit-transform: scale(0.9) ;
        transform: scale(0.9);
		/* opacity: 0.8; */
    }
}
@keyframes flashzoom{
    to{
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
		/* opacity: 0.8; */
    }
}
