html {
    overflow-x: hidden;
}
.all{
    overflow-x: hidden;
}
.history {
    float:right;
	width:2rem;
    margin-right: 0;
    margin-top: 0.8rem;
	height:0.7rem;
	line-height:0.7rem;
	font-size:0.35rem;
	color:#666666;
	text-align:center;
    background-color: #FFF8DE;
    border-top-left-radius: 0.35rem;
    border-bottom-left-radius: 0.35rem;
    opacity:0.5;

}
.paizhaoBtn {
	width:7rem;
	height:7rem;
	margin-left:1.5rem;
	margin-top:1rem;
	cursor: pointer;
}
.title {
    float:left;
    width: 2rem;
    margin-left: 3.8rem;
	background-image:url('../img/Play.png');
	background-size:0.2rem 0.34rem;
	background-repeat:no-repeat;
	background-position:95% 50%;
	height:0.8rem;
	line-height:0.8rem;
	font-size:.426667rem;
    color:#985701;
    text-align: center;
    opacity:0.8;
}
.sub_title {
    float:left;
	width:5rem;
	margin-left: 2.5rem;
	color:#985701;
    font-size:0.28rem;
    opacity:0.8;
    text-align: center;
}
.tuijian {
    display: none;
	float:left;
	width:3rem;
    height:0.8rem;
    line-height:0.8rem;
    margin-left: 3.5rem;
    margin-top: 1.5rem;
	font-size:.4rem;
	color:#985701;
    text-align:center;
    background-color: #FFF8DE;
    border-radius: 0.5rem;
    opacity:0.5;
}
.demo_bg_div{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.titleR {
	height:0.8rem;
	line-height:0.8rem;
	color:red;
	font-size:.4rem;
	float:left;
	margin-left:0.1rem;
}
.psPic {
	width:7rem;
	height:7.78rem;
	margin-left:1.5rem;
}


#choseImg {
	position:fixed;
	z-index:250;
	top:-5rem;
}
.shareBg {
	display:none;
	position:fixed;
	z-index:9000;
	top:0;
	left:0;
	right:0;
	margin:auto;
	width:100%;
	height:100%;
	text-align:center;
	background-color:rgba(0,0,0,0.7);
}
.shareBg img {
	width:10rem;
	height:5.68rem;
	margin-top:0.5rem;
}
.infoCon {
	float:left;
	display:block;
	position:relative;
	border-radius:.2rem;
	margin-top:15rem;
}
.infoCon img {
	display:block;
}
.dui {
	position:absolute;
	z-index:500;
}
.now_time {
	position:absolute;
    bottom: 30px;
    width: 100%;
    height:0.7rem;
	line-height:0.7rem;
	color:#ffd43f;
	text-align:center;
}