 
	.app_top {
		overflow: hidden;
		position: relative;
		height: 132px;
		margin: -10px 0;
	}

	.app_top_in {
		position: relative;
		transition: top 0.6s ease;
	}

	.app_list {
		list-style: none;
		padding: 0;
		margin: 0;
	}




	.app_list li {
		float: left;
		padding: 12px 10px 8px 14px;
		width: 92px;
		height: 112px;
		text-align: center;
	}

	.app_list li a {
		display: block;
	}

	.app_list li img {
		display: block;
		width: 80px;
		height: 80px;
		margin: 0 auto 10px;
		border-radius: 12px;
	}

	.app_list li a p {
		line-height: 20px;
		height: 20px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.arrow01 {
		background: #6d5c39;
		position: absolute;
		top: 0;
		right: 0;
		width: 42px;
		overflow: hidden;
	}

	.arrow01 a {
		display: block;
		background: url(/template/zhanzhuai_youxi/type/images/dkcssimg.png) no-repeat -168px -145px;
		width: 42px;
		height: 72px;

	}

	.arrow01 a.down {
		background-position: -168px -188px;
	}
 