.main-ul{
	text-align: center;
	margin-top: 24px;
}
.main-ul li{
	display: inline-block;	
	width: 120px;
	font-size: 16px;
	color: #851f82;
	font-weight: 600;
}
.main-option ul{
	text-align: center;
	height: 39px;
	background: rgba(255,255,255,0.5);
	width: 97%;
	border-radius: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}
.main-option ul li{
	display: inline-block;
	width: 120px;
	font-size: 18px;
	color: #004b8b;
	height: 39px;
	vertical-align: top;
	line-height: 2;
}
.main-option ul li img{
	vertical-align: middle;
}
.chanel{
	border: 1px solid #9d006f;
	border-radius: 10px;
	width: 100px;
	height: 23px;
	background: url('../img/main/channel.png') repeat-x;
	font-size: 16px;
	color: #fff;
	position: relative;
	display: inline-block;
	margin-top: 7px;
	line-height: normal;
	text-align: right;
	padding-right: 10px;
}
.chanel img{
	position: absolute;
	left: -3px;
	top: -6px;
}
.age img{	margin-top: -3px;	display: inline-block;    width:38px;    height:38px   	cursor: pointer;
}
.green-arrow{
	text-align: center;
}
.green-arrow img{
	margin-top: 20px;
}
.green-arrow p{
	background: #27990a;
	width: 293px;
	height: 43px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	line-height: 2.3;
	border-radius: 20px;
	margin-bottom: 20px;
	box-shadow: 0 0 0 60px rgba(0,0,0,0) inset, .1em .1em .2em #031c59;
	cursor: pointer;
}
.green-arrow p:active{
	box-shadow: 0 0 0 60px rgba(0,0,0,.05) inset;
}
.main-wrap{
	height: auto;
}
.main{
	-webkit-background-size: contain;
	background-size: contain;
}
.main .pagination{
	margin-bottom: 30px;
}
.add-link img{
	box-shadow: 0 0 0 60px rgba(0,0,0,0) inset, .1em .1em .2em #031c59;
	border-radius: 50%;
	cursor: pointer;
}
.add-link img:active{
	box-shadow: 0 0 0 60px rgba(0,0,0,.05) inset;
}
/*download*/
.download{
	width: 782px;
	height: 351px;
	background: #fff;
	border-radius: 30px;
	position: absolute;
	left: 50%;
	margin-left: -391px;
	z-index: 999;
	top: 50%;
	display: none;
	margin-top: -175px;
}
.download-head{
	color: #620f57;
	font-size: 29px;
	margin-top: 35px;	
}
.link-text{
	font-size: 20px;
	color: #e30613;
	margin-top: 15px;
	margin-bottom: 5px;
}
.down-file{
	width: 289px;
	height: 38px;
	background: url('../img/main/btn.png') repeat-x;
	border-radius: 30px;
	border: 1px solid #047700;
	font-size: 20px;
	color: #fff;
	float: left;
	box-shadow: 0 0 0 60px rgba(0,0,0,0) inset, .1em .1em .2em #031c59;
	cursor: pointer;
	margin-bottom: 30px;
}
.down-programm{
	width: 289px;
	height: 38px;
	background: url('../img/main/btn.png') repeat-x;
	border: 1px solid #047700;
	font-size: 20px;
	color: #fff;
	float: right;
	border-radius: 30px;
	box-shadow: 0 0 0 60px rgba(0,0,0,0) inset, .1em .1em .2em #031c59;
	cursor: pointer;
	margin-bottom: 30px;
	margin-right: 15px;
}
.down-programm:active,.down-file:active{
		box-shadow: 0 0 0 60px rgba(0,0,0,.05) inset;
}
.download-wrap{
	width: 680px;
	height: auto;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
.download-close{
	position: absolute;
	top:10px;
	right: 10px;
	cursor: pointer;
}
.download-btn{
	margin-bottom: 40px;
	margin-top: 40px;
}