.activeNav {
    position: fixed;
    top: 35%;
    right: 40px;
    z-index: 99;
    width: 192px;
	height: 232px;
	display: none;
	/* background: url(../../images/rightNav/rightNav-v2.png) no-repeat; */
}
.activeNav > a {
	display: block;
    width: 192px;
    height: 232px;
    /* position: absolute; */
    /* top: 200px; */
    /* left: 0; */
    /* right: 0; */
    /* margin: 0 auto; */
	/* background: url(../../images/rightNav/popUpTxt-v1.png) no-repeat; */
	/*-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-animation: downloadbtn .2s 0s linear infinite alternate;
    animation: downloadbtn .2s 0s linear infinite alternate;*/
}
.activeNav > a:hover {
	background-position-y: -65px;
}
.moreRight {
    position: absolute;
	bottom: 25px;
	left: 0;
	right: 0;
	margin: 0 auto;
    width: 196px;
	height: 40px;
	background: url(../../images/rightNav/popUpBtn.png) no-repeat;
	cursor: pointer;
}
.moreRight:hover {
	background-position-y: -51px;
}
.popUp {
    position: fixed;
    top: 130px;
    right: -310px;
    z-index: 101;
    width: 287px;
	transition: all .5s;
}
.popUpContent {
	width: 307px;
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
}
.rn-nav-popUp {
	position: relative;
	width: 287px;
	height: 615px;
	overflow: hidden;
	background: url(../../images/rightNav/popUp.png) no-repeat;
}
.tc-pic li {
	float: left;
	margin-left: 15px;
	margin-bottom: 5px;
}
.new {
	position: absolute;
	top: 170px;
	left: 0;
	right: 0;
}
.old {
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
}
.activeName {
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.close {
	position: absolute;
	top: -7px;
	left: -10px;
	z-index: 3;
	cursor: pointer;
	width: 28px;
	height: 28px;
	background: url(../../images/rightNav/close.png) no-repeat;
}

@keyframes downloadbtn{
    0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
    100% {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
	}
}

@-webkit-keyframes downloadbtn{
    0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
    100% {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
	}
}