em{
	font-style: normal;
}

.container::after{
	content:"";
	display: block;
	height: 1.5rem;
}
.viode_box{
	padding:0.266666rem 0.533333rem;
}
.list {
	/*padding: 0 0.666666rem;*/
	/*padding: 0.066rem 0.2rem;*/
}

.item {
	padding: 0.4rem 0.35rem;
	border-bottom: 0.2rem solid #2a1149;
	display: flex;
	background-color: #fff;

}
.item .ava{
	width: 2.613333rem;
	height: 2.613333rem;
	border:1px solid #EED3BA;
	border-radius: 0.533333rem;
	margin-right: 0.4rem;
	overflow: hidden;
}
.item .ava img{
	border-radius: 0.533333rem;
	min-height: 100%;
}
.item .content{
	flex:1;
}
.item .call{
	font-size: 0.32rem;
	color:#fff;
	background-image: linear-gradient(to left,#4f1db5,#e036ae);
	font-weight: bold;
	text-align: center;
	border-radius: 0.15rem;
	padding:0.133333rem 0;
}
.item .taga span{
	font-size: 0.32rem;
	color:#333;
	display: inline-block;
	margin-right: 0.133333rem;
	background-color:#FAE7CE;
	padding:0.053333rem 0.133333rem;
	border-radius: 0.133333rem;
}
.item .taga span:nth-child(1){
	font-size: 0.32rem;
	color:#fff;
	display: inline-block;
	margin-right: 0.133333rem;
	background-color:#8302ff;
	padding:0.053333rem 0.133333rem;
	border-radius: 0.133333rem;
}
.item .taga span:nth-child(2){
	font-size: 0.32rem;
	color:#fff;
	display: inline-block;
	margin-right: 0.133333rem;
	background-color:#ff9702;
	padding:0.053333rem 0.133333rem;
	border-radius: 0.133333rem;
}
.item .taga span:nth-child(3){
	font-size: 0.32rem;
	color:#fff;
	display: inline-block;
	margin-right: 0.133333rem;
	background-color:#02a9ff;
	padding:0.053333rem 0.133333rem;
	border-radius: 0.133333rem;
}

.item .info{
	color:#999;
	margin:0.133333rem 0;
}
.item .info span{
	font-size: 0.32rem;
}
.item .info span:not(.area){
	padding:0 0.08rem;
}
.item .info .area{
	position: relative;
	padding-left: 0.4rem;
}
.item .info .area::before{
	content:"";
	width: 1px;
	height: 80%;
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	left:0.186666rem;
	background-color: #999;
	
}
.item .name{
	margin-bottom: 0.133333rem;
	margin-right: 0.133333rem;
	position: relative;
}
.item .name .v{
	color:#875E44;
	background-image: linear-gradient(to bottom,#E1C5AA,#FAE6CC);
	padding:0.08rem 0.213333rem 0.08rem 0.133333rem;
	border-radius: 0.266666rem 0 0.266666rem 0;
	position: absolute;
	right: -0.5rem;
	top: -0.3rem;
}
.item .name .v::before{
	content:"";
	display: inline-block;
	width:0.533333rem;
	height: 0.533333rem;
	/* background:url(../images/v.png) no-repeat center center; */
	background-size:100%;
	vertical-align: middle;
}
.item .name b{
	display: inline-block;
	font-size: 0.346666rem;
	color:#000;
	margin-left: 0.213333rem;
}
.footer {
	
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	max-width: 750px;
	margin: 0 auto;
	background-color: #fff;
	
	align-items: center;
	padding: 0 0.4rem;
	z-index: 999;
}

.footer .logo {
	width: 1.066666rem;
	flex-shrink: 0;
}

.footer .tips_text {
	margin-left: 0.213333rem;
	flex: 1;
	white-space: nowrap;
}

.footer .tips_text div {
	color: #000;
}

.footer .tips_text div b {
	font-size: 0.533333rem;
	padding-right: 0.133333rem;
}
.footer .tips_text div span{
	font-size: 0.32rem;
}
.footer .tips_text>span {
	color: #666;
	font-size: 0.32rem;
}

.footer .download {
	height: 1.066666rem;
	line-height: 1.066666rem;
	color: #fff;
	background-image: linear-gradient(to left,#4f1db5,#e036ae);
	padding: 0 0.4rem;
	border-radius: 5rem;
	white-space: nowrap;
	font-size: 0.32rem;
	animation: flash 1s infinite;
	flex-shrink: 0;
   position: absolute;
   right: 0;
}
.dplayer-logo{
	max-width: 0.8rem;
	height: 0.8rem;
}
@-webkit-keyframes flash {

	from,
	50%,
	to {
		transform: scale(.9);
	}

	25%,
	75% {
		transform: scale(1);
	}
}

@keyframes flash {

	from,
	50%,
	to {
		transform: scale(.9);
	}

	25%,
	75% {
		transform: scale(1);
	}
}
.layer_mask{
	position: fixed;
	top:0;
	left:50%;
	width: 100%;
	height: 100%;
	max-width: 750px;
	transform: translateX(-50%);
	background-color: rgba(0,0,0,0.6);
	display: none;
}
.layer_mask .layer_content{
	width: 65%;
	background: #fff;
	border-radius: 0.266666rem;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	text-align: center;
	color:#333;
}
.layer_mask .layer_content .title{
	font-weight: bold;
	font-size: 0.426666rem;
	padding:0.266666rem 0;
}
.layer_mask .layer_content .text{
	line-height: 1.5;
	font-size: 0.346666rem;
	padding:0 0.533333rem 0.266666rem;
	display: none;
}
.close_layer{
	font-size: 0.373333rem;
	color:#017aff;
	border-top: 0.026666rem solid #e5e5e5;
	padding:0.266666rem 0;
}
#copy{
	opacity: 0;
	position: fixed;
	top: 0;
	left:0;
}
.photos{
	display: flex;
	padding:0 0.533333rem;
	margin-bottom: 0.266666rem;
}
.photos>div{
	flex:1;
}
.photos>div img{
	min-height: 100%;
}
@media screen and (min-width:750px) {
	.footer .download{
		width: 4rem;
		text-align: center;
		font-size: 0.426666rem;
	}
}
.more{
	text-align: center;
	font-size: 0.373333rem;
	background-image: linear-gradient(to bottom,#E1C5AA,#FAE6CC);
	color:#000;
	width: 60%;
	margin: 0.533333rem auto;
	height: 0.933333rem;
	line-height: 0.933333rem;
	border-radius: 200rem;
}
.dplayer-full{
	display: none !important;
}