.head {
	width: 100%;
	height: 180px;
	position: relative;
}

.head_bg {
	position: absolute;
	top: 0;
	height: 150px;
	width: 100%;
	background-size: cover;
	top: 0;
	/*opacity: 0.4;*/
	/*filter: blur(12px);*/
}

.userinfo {
	width: 92%;
	height: 100px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.userBg{    height: 185px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    filter: blur(6px);}
.userinfo .userinfo_nickname{display:flex;flex-flow: column;}
.userinfo_avatar {
	position: relative;
	border-radius: 50%;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 50px;
}

.userinfo_avatar img {
	width: 66px;
	height: 66px;
	border: 3px solid #ffffff8c;
	border-radius: 50%;
}

.niackname_text {
	color: #fff;
	margin-top: 18px;
	direction: rtl;
	text-align: center;
}

.niackname_text2 {
	margin-top: 12px;
	font-size: 12px;
	color: #bbbbbb;
}

.avatar_bg {
	position: absolute;
	bottom: 0px;
	font-size: 0.6rem;
	width: 100%;
	height: 20px;
	background: #00000073;
	;
	color: white;
	text-align: center;
	line-height: 20px;
}

.new_vip_desc {
	width: 92%;
}

.new_vip_desc {
	width: 92%;
	height: 70px;
	margin: 0 auto;
	background: url(https://cms.pixso.cn/images/home/shadow-pixso.png) 90% 10% no-repeat, linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), linear-gradient(168.26deg, #63bdff -3.02%, #546fff 23.74%, #4939ff 79.78%, #ff4bf8 108.99%);
	border-radius: 10px;
	margin-top: 20px;
	direction: rtl;
	display: flex;
	align-items: center;
	background-size: 100%;
	justify-content: space-around;
}

.new_vip_desc_text {
	font-size: 0.8rem;
	float: right;
	color: #fff;
	width: 70%;
}

.new_vip_desc_btn{
	width: 60px;
	height: 30px;
	font-size: 12px;
	float: left;
	border-radius: 20px;
	color: white;
	line-height: 28px;
	text-align: center;
	background: rgba(255, 255, 255, .05);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	box-shadow: -1px -1px 9px 0 rgb(84 111 255 / 0.6), 0px -1px 20px 0 rgb(84 111 255 / 0.6);
}

.kapian_desc{
	width: 92%;
	margin: 0 auto;
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	color: #bbbbbb;
	background: #0b0d15;
	direction: rtl;
	border-radius: 5px;
}
.kapian_desc_item{
	width: 33.3%;
	font-size: 0.7rem;
	text-align: center;
	color: #bbbbbb;
	height: 80px;
}
.kapian_desc_item img{
	width: 30px;
	height: 28px;
	margin-top: 15px;
	margin-bottom: 5px;
}

.menu{height:45px;line-height:45px;display: flex;width: 92%;margin: 0 auto;margin-top: 15px;border-radius: 10px;background: #0b0d15;direction: rtl;margin-bottom: 3px;}
.menu .menu_item{width: 50%;text-align: center;}
.menu .menu_item_title {width: 70%;margin: 0 auto;color: #fff;}
.menu .menu_item_title_active{border-bottom: 2px solid #7c8aff;color: #7c8aff;}
.his_show_vid{background: #0b0d15;width: 89%;margin: 0 auto;padding: 10px 0;direction: rtl;display: flex;flex-wrap: nowrap;overflow-x: auto;-webkit-overflow-scrolling: touch;padding-left: 3%;}
.his_show_vid .mov{width:150px;margin-right: 15px;margin-top: 15px;}
.his_show_vid .mov img{width:120px;height: 150px;border-radius: 5px;box-shadow: 3px 3px 4px 0 #000000;}
.his_show_vid .mov p{height: 35px;line-height: 35px;overflow: hidden;width: 100%;text-align: center;color: #fff;font-size: 12px;}