/*E mask*/
.index_mask{
	background: rgba(0,0,0,0.3);
	width:100%;
	height:100%;
	position: fixed;
    top: 0;
    left: 0;
    z-index:10;
    display:none;
}
.E_bg{
	background-image: url(../img/E_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 560px;
    padding-top:20px;
}
.E_bg img{
	width:auto;
	height:auto;
}
.E_close{
	float:right;
	overflow: hidden;
}
.E_content{
	padding:15px 60px;
	clear: both;
}
.E_text{
	color: #5f7890;
	padding: 15px 0 5px 0;
	line-height: 24px;
}
.E_Q{
	background: linear-gradient(to right,#487cf3,#649bff);
	color: #ffffff;
	padding:10px 20px;
	border-radius: 20px;
}
.E_bottomLeft{
	float:left;
	width:293px;
}
.E_bottomRight{
	float:right;
	position: relative;
    top: -20px;
}
.E_thumbnail{
	position: fixed;
	top:70px;
	right:5px;
	z-index:100;
	display:none;
}