.shop_login_ng {
	height: 150px;
}

.banner {
	position: relative;
	overflow: auto;
}

.banner li {
	list-style: none;
}

.banner ul li {
	float: left;
	height: 442px;
	display: block;
}

.banner ul li>a {
	display: block;
	width: 100%;
	height: 442px;
}

.shop_nav {
	position: absolute;
	top: 0;
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	height: 45px;
	line-height: 45px;
}

.shop_nav a {
	padding: 0 30px;
	line-height: 45px;
}

.shop_nav ul li {
	display: block;
	line-height: 45px;
	height: 45px;
	border-left: 1px solid #FFFFFF;
	color: #FFFFFF;
	background: #282828;
	cursor: pointer;
}

.shop_nav ul li:hover {
	background: #3fcede;
}

.shop_nav ul li.nav_arrt {
	background: #18bdd0;
}

.shop_nav ul li:nth-child(1) {
	border-left: 0 solid #FFFFFF;
}

.shop_nav ul.nav_more li a {
	color: #FFFFFF;
	height: 45px;
}

.main_class {
	width: 1200px;
	margin: 0 auto;
}

.main_column {
	margin-top: 55px;
	padding-bottom: 5px;
}

.column_title {
	font-size: 22px;
}

.column_content {
	width: 100%;
}

.column_one {
	float: left;
	width: 300px;
	margin-top: 30px;
}

.column_b {
	width: 286px;
	margin: left;
	border: 1px solid #f0f0f0;
	box-sizing: border-box;
}

.column_b:nth-child(2n) {
	width: 286px;
	margin: auto;
}

.column_b:nth-child(3n) {
	width: 286px;
	margin: right;
}

.column_b>img {
	width: 284px;
	height: 284px;
	display: block;
}

.column_w {
	padding: 10px 15px;
}

.column_w_name {
	width: 253px;
	overflow: hidden;
	line-height: 30px;
	height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
}

.column_w_price {
	float: right;
	font-weight: 700;
	color: #e30505;
	font-size: 18px
}

a.shoplink {
	color: #000;
}

a.into_l {
	float: right;
	font-size: 16px;
	color: #f30505;
	line-height: 40px;
	height: 29px;
}

a.into_l:hover {
	color: #e30505;
	font-weight: 700;
}

.left_tools {
	position: fixed;
	width: 200px;
	left: 0;
	top: 250px;
}

.tools_title {
	height: 40px;
	line-height: 40px;
	background: #f62602;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}

.tools_title i {
	font-size: 32px;
	margin-right: 10px;
}

.tools_title a {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}

.tools_title .tools_icon {
	float: left;
	text-align: right;
	width: 47%;
}

.tools_title .tools_word {
	float: left;
	text-align: left;
	width: 40%;
}

.tools_nav {
	height: 35px;
	line-height: 35px;
	position: relative;
}

.tools_nav .arrt {
	background: #b9b9b9;
}

.nav_tab_shop {
	width: 50%;
	float: left;
	text-align: center;
	background: #dbd7d7;
	cursor: pointer;
}

.list_goods {
	border: 1px solid #b9b9b9;
	border-left: 0 solid #b9b9b9;
	box-sizing: border-box;
	background: #f5f5f5;
}

.list_goods ul li {
	border-bottom: 1px solid #b9b9b9;
}

.img_tools {
	width: 90px;
	float: left;
	padding: 10px 0 10px 10px;
	height: 80px;
	margin: auto;
}

.img_tools img {
	width: 80px;
	height: 80px;
}

.tip_tools {
	width: 49%;
	float: right;
	margin: 10px auto;
	height: 80px;
}

.cm_name {
	width: 95%;
	overflow: hidden;
	font-size: 12px;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 10px;
}

.cm_price {
	margin-top: 10px;
	color: #e30505;
}

.cm_salenum {
	margin-top: 10px;
	font-size: 12px;
}

.shop_head_map {
	width: 1200px;
	height: 150px;
	margin: auto;
	position: relative;
}

.guanzhu_map_btn {
	position: absolute;
	width: 120px;
	right: 25px;
	height: 38px;
	line-height: 38px;
	top: 73px;
	background: #f40;
	border-radius: 7px;
	cursor: pointer;
	text-align: center;
	color: #fff;
}

.guanzhu_map_btn:hover {
	background: #f60;
}

.small_tools {
	display: none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #f62602;
	position: fixed;
	bottom: 0;
	left: 0;
	color: #fff;
	text-align: center;
	cursor: pointer;
	font-size: 20px;
	width: 40px;
}

.tools_cloose {
	position: absolute;
	top: 5px;
	right: 5px;
	line-height: 12px;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
	cursor: pointer;
}

.tools_cloose:hover {
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
}

.small_tools i {
	font-size: 30px;
}

@media screen and (max-height: 830px) {
	.list_goods ul li:nth-child(5) {
		display: none;
	}
}

@media screen and (max-height: 730px) {
	.list_goods ul li:nth-child(4) {
		display: none;
	}
}

@media screen and (max-height: 630px) {
	.left_tools {
		display: none;
	}
	.small_tools {
		display: block;
	}
}

@media screen and (max-width: 1645px) {
	.left_tools {
		display: none;
	}
	.small_tools {
		display: block;
	}
}

@media screen and (max-width: 1300px) {
	.small_tools {
		display: none;
	}
}

.left_slider {
	display: none;
	position: absolute;
	top: 50%;
	margin-top: -75px;
	left: 50%;
	margin-left: -600px;
	width: 50px;
	height: 150px;
	background: rgba(0, 0, 0, 0.2);
	text-align: center;
	font-size: 70px;
	color: rgba(255, 255, 255, 0.6);
	cursor: pointer;
}

.left_slider:hover, .right_slider:hover {
	background: rgba(0, 0, 0, 0.3);
}

.right_slider {
	display: none;
	position: absolute;
	top: 50%;
	margin-top: -75px;
	right: 50%;
	margin-right: -600px;
	width: 50px;
	height: 150px;
	background: rgba(0, 0, 0, 0.2);
	text-align: center;
	font-size: 70px;
	color: rgba(255, 255, 255, 0.6);
	position: absolute;
	cursor: pointer;
}

.left_slider i, .right_slider i {
	line-height: 150px;
}

.banner:hover .left_slider, .banner:hover .right_slider {
	display: block;
}

.column_y_price {
	color: #aaa;
	font-size: 14px;
	float: right;
	margin-left: 10px;
	line-height: 26px;
	text-decoration: line-through
}

.merchantCouponFame {
	display: none; position : fixed;
	background: rgba(0, 0, 0, .5);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
}

.merchantCouponArea {
	position: fixed;
	width: 513px;
	height: 412px;
	top: 50%;
	margin-top: -206px;
	left: 50%;
	margin-left: -256.5px;
	background: url(/Images/merchantCoupon.png);
}

.merchantCouponAct {
	position: fixed;
	display: block;
	width: 513px;
	height: 412px;
	top: 50%;
	margin-top: -206px;
	left: 50%;
	margin-left: -256.5px;
}

.merchantCouponCloose {
	position: fixed;
	display: block;
	width: 37px;
	height: 39px;
	top: 50%;
	margin-top: -206px;
	left: 50%;
	margin-left: 208px;
}

.getCoupon {
	position: absolute;
	width: 120px;
	right: 25px;
	height: 38px;
	line-height: 38px;
	top: 28px;
	background: #f40;
	border-radius: 7px;
	cursor: pointer;
	text-align: center;
	color: #fff;
	display: none;
}

.couponBody {
	width: 1200px;
	margin: auto;
	padding: 50px 0 150px 0;
}

.getCouponStyle {
	width: 460px !important;
}

.getCouponStyle .Coupon_classintro {
	float: right;
}

.getCouponBtn {
	width: 42px;
	float: right;
	height: 147px;
	background: #ba0c6e;
	word-wrap: break-word;
	letter-spacing: 4px;
	text-align:center;
	color:#fff;
	font-size:18px;
	box-sizing: border-box;
	padding-top:15px;
	line-height:28px;
}

.getCouponStyle:nth-child(2n) {
	float: right;
}
.getedCouponBtn{
	background:#282828;
}
.coup_area {
	display:none;
	padding-top: 45px;
	width: 1200px;
	height: 190px;
	margin: auto;
}

.coup_area_bg {text-align:center;}
.coup_area_bg img{
	cursor:pointer;
}
.coup_area_nbg {
	width: 287px;
	height: 236px;
	background: url(../Images/cuop_bg.png) no-repeat center;
	margin: auto;
	position: relative;
	cursor: pointer;
}

.coup_area_nbg1 {
	margin: auto;
	width: 100%;
}

.coup_area_nbg2 {
	float: left;
	width: 50%;
}

.coup_area_nbg3 {
	float: left;
	width: 33.3%;
}

.getcoup_area_tips {
	position: absolute;
	font-size: 28px;
	color: #ee0a3d;
	left: 211px;
	top: 14px;
}

.getcoup_area_money {
	width: 175px;
	position: absolute;
	font-size: 94px;
	font-weight: 700;
	color: #440a00;
	height: 90px;
	line-height: 90px;
	top: 55px;
	left: 50%;
	margin-left: -87.5px;
	text-align: center;
}

.getcoup_area_money:before {
	content: '￥';
	font-size: 25px;
	font-weight: 500 !important;
}

.getcoup_area_word {
	width: 175px;
	position: absolute;
	margin-left: -87.5px;
	left: 50%;
	top: 160px;
	font-size: 14px;
	text-align: center;
	color: #440a00;
}
.getReceived{
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%); 
    filter: grayscale(100%);
    filter: gray;
}
.getCouponStyle  {width:400px !important;margin:25px 0  !important;text-align:center;}


.bg_right_cont{
	width: 203px;
	height: 120px;
	float: right;
	margin-top: 14px;
	background:rgba(255,255,255,0.5);
	border-radius:10px;
	box-sizing: border-box;
	padding-top:5px;
	padding-bottom:5px;
	
}
.content_left{
	width: 135px;
	padding-left:15px;
	float: left;
	position: relative;
}
.content_left li{
	height: 27.5px;
	line-height: 27.5px;
	font-size: 14px;
	color: #333;
}
.content_left li span{
	 float: left;
	 display: block;
	 width: 70px;
}
.content_left li em{
	color: #3c3c3c;
	padding-left:10px;
	font-weight: 600;
	width: 48px;
	overflow: hidden;
	font-weight:700;
	white-space: nowrap;
	display: block;
	font-weight:500;
    float: left;
    cursor: pointer;
}
.content_left:after{
	content:'';
	display: block;
	position: absolute;
	width: 1px;
	height:90px;
	top:10px;
	right:0; 
	background: #9c9c9c;
}
.content_left li em img{
	width: 20px;
	height: 20px;
	margin: 3.75px;
}
.content_right{
	width: 33px;
	float: right;
    height: 108px;
    margin-right: 5px;
    margin-top:3px;
}
.content_right li img {
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin-top: 14px;
}
.content_right li{
	height: 44px;
}
.getMerReceived{display:none;}