﻿@charset "utf-8";
/*二维码 滚动*/
.ewm_fixed {
	padding: 10px 10px 0 10px;
	position: fixed;
	right: 10px;
	top: 50%;
	background-color: #f0f0f0;
}
.ewm_fixed .close {
	position: absolute;
	right: 0;
	top: -17px;
	width: auto;
	height: auto;
	cursor: pointer;
}
.ewm_fixed img {
	width: 130px;
	height: 130px;
}
.ewm_fixed .title_ewm {
	font-size: 15px;
	font-family: "微软雅黑", "宋体", "黑体";
	line-height: 26px;
	text-align: center;
}
.ewm_fixed dl {
	line-height: 14px;
	margin-bottom: 5px;
}
.ewm_fixed dl dt {
	display: inline-block;
	font-family: "微软雅黑", "宋体", "黑体";
	font-size: 12px;
	color: #000;
}
.ewm_fixed dl dd {
	display: inline-block;
	font-family: "微软雅黑", "宋体", "黑体";
	font-size: 12px;
	color: #ff0000;
}
.close_fixed {
	position: fixed;
	right: 0;
	top: 50%;
	cursor: pointer;
	visibility: hidden;
}

.ewm_fixed span img{
	position: absolute;
	width: auto; 
	height:auto;
	left: 0px;
	bottom: -32px;
}