/* 按下 */
.hover-class-bg{
	background: #888888 !important;
}
.hover-class-text{
	color: #888888 !important;
}
/* 轮播圆点样式修改 */
/* .swiper{
	height: 390upx; width: 690upx; border-radius: 10upx; overflow: hidden; margin:auto;
}
.swiper-box {
	position: relative;
	width: 100%;
}

.dots {
	display: flex;
	justify-content: center;
}

.dots .dot {
	color: #FFFFFF;
	font-size: 18upx;
	margin-right: 10upx;
} */
/* 轮播圆点样式修改 */
.swiper-box {
	position: relative;
	width: 100%;
}
.swiper{
	height: 200upx;
	width: 690upx; 
	border-radius: 10upx; 
	overflow: hidden; 
	margin:auto;
}
.swiper-item{
	/* height: ; */
}

.dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 22upx;
	display: flex;
	justify-content: center;
	/* padding-left: 10upx; */
}

.dots .dot {
	color: #F56364;
	font-size: 22upx;
	margin-left: 10upx;
}
/*弹性布局*/
.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	display: box;
	flex-wrap: wrap;
}

.line1 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 36upx; font-weight: 200; color: #FFFFFF;
}

.commonbottom{
	width: 750upx; height: 1upx; border-top: 1upx solid #F1F3F6; opacity: 0.05;
}

.commonHead {
	width: 100%;
	height: 128rpx;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	overflow: hidden;
	position: relative;
	z-index: 10;
}

.commonHead-wrap {
	width: 100%;
	position: absolute;
	overflow: hidden;
	left: 0;
	bottom: 0;
	height: 45px;
	line-height: 45px;
}

.commonHead_left {
	width: 100rpx;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}

.commonHead_left_back {
	width: 100%;
	height: 100%;
	background-size: 40rpx 40rpx;
	background-repeat: no-repeat;
	background-position: center;
	display: flex; align-items: center;
}

.commonHead_left_back_img{
	width: 60upx; height: 60upx; display: block; border-radius: 50%;
	margin-left:31upx; align-items: center; overflow: hidden;
}

.commonHead_right {
	width: 100%;
	height: 100%;
	/* line-height: 88rpx; */
	text-align: center;
	font-size: 30rpx;
	overflow: hidden;
	justify-content: flex-end;
}

.commonHead_right_text {
	width: 280rpx;
	margin: 0 auto;
}