.pagination_select {
	vertical-align: middle;
	overflow: hidden;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 3px 5px 5px 5px;
	_padding: 2px 2px 6px 5px;
	height: 20px;
	margin: 0;
	background: #fff;
	border: 1px solid #999;
	border-radius: 2px;
	width: 55px;
	padding: 0px;
}

.pagination_select select {
	width: 100px;
	border: none;
	font-size: 14px;
	color: #555;
	width: 50px;
}

.pagination_select select option {
	padding: 0 5px 0 3px;
	line-height: 24px;
	font-size: 14px;
	color: #555;
}
ul[rn-carousel] {
    width: 540px;
    height: 100%;
    margin: 0 auto;
}

/*导出遮罩 start*/
body.stop-scrolling {
	overflow: hidden; /* 禁止页面滚动 */
}
.download-wrapper {
	display: inline-block;
}
.download-mask {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}
.download-mask:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 4px solid #fff;
	border-top-color: #ff5b22;
	animation: download-loading 1s linear infinite;
}
@keyframes download-loading {
	from { transform: rotate(0); }
	to { transform: rotate(360deg); }
}
/*导出遮罩 end*/











