.color-red{
	color:#d9b765;
	font-weight: bold;
}

.flash-bottom{
	width: calc(100% - 30px) !important;
	padding: 15px 0;
	border: 1px solid #eee;
	margin: 0 15px;
	font-size: 16px;
	color: #666666;
}
.flash-img{
	border: 1px solid #eee;
	border-bottom: 0;
}
.flash-info{
	position: relative;
}
.show_flash{
	position: absolute;
	width: 50px;
	height: 50px;
	top: calc(50% - 30px);
	left: calc(50% - 25px);
}
.show_flash img{
	width: 100%;
	height: 100%;
}