.min_header{
	display:flex;
	justify-content:space-between;
	align-items:center;
	height:.44rem;
	padding:0 .065rem 0 .15rem;
}
.min_header .title{
	font-size:.17rem;
	color:#1F1F1F;
	font-weight:bold;
	position:absolute;
	left:0;
	top:0;
	height:.44rem;
	line-height:.44rem;
	z-index:90;
	text-align:center;
	width:100%;
}
.min_header .left, .min_header .right{
	display:flex;
	align-items:center;
	z-index:99;
}
.return_push{
	width:.25rem;
}
.wap_share{
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin-right:.12rem;
}
.return_push a{
	display:block;
}
.return_push a.back{
	width:.105rem;
	height:.175rem;
	background:url(../images/t4.png) no-repeat left center;
	background-size:100% 100%;
}
.return_push a.back_white{
	width:.205rem;
	height:.28rem;
	background:url(../images/xy13.png) no-repeat left center;
	background-size:100% 100%;
}
.login_imgBox{
	position:relative;
	z-index:99;
}
.login_imgBox a, .wap_share a{
	display:block;
	position:relative;
}
.wap_share a{
	margin:0 .08rem;
}
.wap_share a img{
	display:block;
	width:.225rem;
	height:.225rem;
}
.login_imgBox a img{
	display:block;
	width:.35rem;
	height:.35rem;
	border-radius:50%;
}
.login_imgBox span{
	display:flex;
	align-items:center;
	justify-content:center;
	width:.4rem;
	height:.125rem;
	background:#E02A52;
	border-radius:.05rem .05rem .05rem 0;
	position:absolute;
	right:-.35rem;
	top:.05rem;
	font-size:.10rem;
	color:#fff;
}
.app_colse{
	border:1px solid #CCCCCC;
	border-radius:.2rem;
	/* width:.84rem; */
	height:.30rem;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:.18rem;
	color:rgba(0, 0, 0, .1);
	background:rgba(255,255,255,.5);
}
.app_colse a{
	display:block;
	margin:0 .1rem;
	width:.18rem;
	height:.18rem;
}
.app_colse .share{
	background:url(../images/gb1.png) no-repeat;
	background-size:100% 100%;
}
.app_colse .close{
	background:url(../images/gb2.png) no-repeat;
	background-size:100% 100%;
}
.xy_navbar, .show_nav{
	display:flex;
	justify-content:space-between;
	align-items:center;
	height:.39rem;
	position:relative;
}
.show_nav .left{
	font-size:.14rem;
	color:#1F1F1F;
	font-weight:bold;
	padding-left:.15rem;
}
.xy_navbar .left{
	display:flex;
	flex:1;
	overflow-x:scroll;
}
.xy_navbar .left .item{
	margin-left:.21rem;
	flex-shrink:0;
}
.xy_navbar .left .item a{
	display:block;
	font-size:.15rem;
	color:#333333;
	padding:.065rem 0;
}
.xy_navbar .left .item:last-child{
	padding-right:.15rem;
}
.xy_navbar .left .active a{
	position:relative;
	font-size:.16rem;
	color:#E02A52;
	font-weight:bold;
}
.xy_navbar .left .active a:after{
	position: absolute;
	right: 25%;
	bottom: 0;
	left: 25%;
	height: 2px;
	background: currentColor;
	border-radius: 3px;
	content: "";
}
.xy_navbar .right, .show_nav .right{
	position:relative;	
}
.xy_navbar .right{
	display:flex;
	justify-content:center;
	height: .39rem;
	/* background: linear-gradient(90deg,rgba(255, 255, 255, .8) 0% , rgba(252, 233, 237, .1) 50%); */
	box-shadow:-12px 3px 15px #FCE9ED;
	border-radius: 40%;
}
.xy_navbar .right a, .show_nav .right a{
	display:block;
	width:.40rem;
	height:.39rem;
	background:url(../images/xy2.png) no-repeat 30% center;
	background-size:.15rem .125rem;
}
.xy_navbar .right .qie, .show_nav .right .qie{
	background:url(../images/xy12.png) no-repeat 30% center;
	background-size:.15rem .125rem;
	height:.39rem;
}
.vedio_header{	
	background:linear-gradient(180deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, 0) 100%);
}
.column_fixed{
	position:fixed;
	max-width:750px;
	top:.44rem;
	width:100%;
	background:rgba(0, 0, 0, .8);
	height:100%;
	z-index:1002;
}
.column_show{
	background:#FFFFFF;
	border-radius:0 0 .05rem .05rem;
}
.other_cloumn{
	display:flex;
	flex-wrap:wrap;
	padding:0 .15rem .15rem;
}
.other_cloumn a{
	display:block;
	margin:.04rem .08rem .04rem 0;
	width:23%;
	height:.35rem;
	border-radius:.175rem;
	text-align:center;
	line-height:.35rem;
	color:#333333;
	font-size:.14rem;
	background:#F8F9FB;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.other_cloumn a:nth-child(4n){
	margin-right:0;
}
.other_cloumn a.active{
	background:#E02A52;
	color:#FFFFFF;
}
@media screen and (min-width:750px){	
	.xy_navbar .left::-webkit-scrollbar {
		width: 5px; 
		height: 5px;
		display:block;
	}
	.xy_navbar .left::-webkit-scrollbar-thumb {
		border-radius: 5px;
		-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
		background:#adadad;
	}
	.xy_navbar .left::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 5px rgba(255,255,255,.2);
		border-radius: 0;
		background: #f2f2f2;
	}
} 