.aui-banner-content {
	overflow-x: hidden;
	width: 100%;
	position: relative;
	height:56.25vw;
}
@media only screen and (min-width: 640px){
.aui-banner-content {
	overflow: hidden;
	width: 100%;
	position: relative;
	height:360px;
}
}

.aui-banner-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	position: relative;
	z-index: 1;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.aui-banner-pagination {
	position: absolute;
	width: 100%;
	z-index: 2;
	left: 0;
	bottom: 1.1rem;
	pointer-events: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.aui-banner-wrapper-item {
	width: 100%;
	height: 100%;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.slider-pagination-item {
	margin: 0 .3rem;
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background-color: #fff;
}

.slider-pagination-item.slider-pagination-item-active {
	background: #23ac38;
}

.aui-banner-wrapper-item img {
	width: 100%;
	/*background: url(../img/bg/log.png) no-repeat center center;*/
	background-size: cover;
}

.aui-header-item-icon {
	height: 2.8rem;
	min-width: 19%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 13%;
	-ms-flex: 0 0 13%;
	flex: 0 0 13%;
	padding: 0 0.8rem 0 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 0.3rem;
	white-space: nowrap;
	overflow: hidden;
	color: #5C5C5C;
}

.aui-header-item-icon:last-child {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.aui-header-search-box {
	background-color: rgba(255, 255, 255, 0.3);
	height: 27px;
	line-height: 27px;
	width: 100%;
	padding-left: 10px;
	border-radius: 30px;
}

.aui-header-search {
	width: 90%;
	background: none;
	border: none;
	color: #fff;
	font-size: 14px;
	line-height: 27px;
}

.aui-header-center-clear {
	width: 100%;
	margin-left: 13%;
}

.show_nei_img_ids_bg{ position:absolute; right:0.5rem; bottom:0.5rem; background-color:rgba(0, 0, 0, 0.5); /*background:#000000;filter:alpha(opacity=50); -moz-opacity:0.5; opacity:0.5;*/ z-index:10; color:#ffffff; font-size:1.2rem;-moz-border-radius: 0.6rem;-webkit-border-radius: 0.6rem;border-radius:0.6rem;font-family:Arial,"宋体"; }
.show_nei_img_ids_bg i{ }


.favorite_d{/* display:none;*/}
.favorite{ color:#fff;}
.favorite i{ vertical-align:top; margin-right:0;}
.favorite2{ color:#FFFF00;}
.show_nei_img_ids_bg{ padding:0;}
.show_nei_img_ids_bg a{ padding:0.3rem 0.7rem; display:inline-block; font-size:1.2rem;}

