﻿.wx-header ~ .Menu_box #left_Menu, .wx-header ~ .Menu_box #right_Menu {

    top:3rem;

}
/* order_tab */
.order_tab{
	clear:both;
	height:37px;
	width:100%;
	min-width:320px;
	max-width:640px;
	overflow:hidden;
	position:fixed;
	top:40px;
}

.order_tab ul li{
	color:#333;
	float:left;
	height:35px;
	cursor:pointer;
	font-size:14px;
	width:33.3333%;
	line-height:35px;
	text-align:center;
	background-color:#f6f6f6;
	border-bottom:solid 2px #d9d9d9;
}

.order_tab ul li.on{
	color:#3190e8;
	border-bottom:solid 2px #3190e8;
}

#header .goback{
	position:absolute;
	left:15px;
}

#header .goback i{
	color:#FFF;
	font-size:22px;
	line-height:30px;
}
.rightmenu_item{
    overflow:hidden;
}
.order_tab_c{
	margin-top:70px;
	padding-left:15px;
	background-color:#ffffff;
}

.order_list{
	overflow:hidden;
	padding:8px 0px;
	border-bottom:solid 1px #dddddd;
}

.order_list a{
	width:100%;
	overflow:hidden;
}

.order_list .order_zt{
	color:#484848;
	font-size:12px;
	line-height:26px;
}

.order_list .order_zt span{
	color:#999;
	font-size:11px;
}

.order_list .img{
	float:left;
	width:45px;
	height:45px;
}

.order_list .order_w{
	float:left;
	width:80%;
}

.order_list .order_w h2{
	color:#333;
	font-size:14px;
	padding-left:15px;
	line-height:26px;
	overflow: hidden;
	width:95%;
	text-overflow: ellipsis;/*省略标记*/
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;/*水平或垂直排列*/
}

.order_list .order_w p{
	color:#666;
	font-size:13px;
	padding-left:15px;
}


/* shop */
.Menu_box{
	clear:both;
	width:100%;
}

#left_Menu {
	position: absolute;
	z-index: 2;
	top: 0;
    bottom:0;
	/*bottom:3rem;*/
	left: 0;
	width: 6rem;
	overflow: hidden;
	background: #f5f5f5;
}

#left_Menu #scroller {
	position: absolute;
	z-index: 1;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	width: 100%;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}

#left_Menu #scroller ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: left;
	
	float:left;
}

#left_Menu #scroller li {
	
	line-height: 2.8rem;
    padding:0.5rem;
	background: #f5f5f5;
	text-align:center;
	position:relative;
	 float:left;
	 width:100%;
}

#left_Menu #scroller li.on{
	border-right: 0.5px solid #fff;
    background-color: #ffffff;
    color: #c41d27;
    font-weight: 600;

}
#left_Menu #scroller li.on a{
    color: #c41d27;

}
#left_Menu #scroller li.on::after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0.2rem;
  height: 100%;
  background-color: #c41d27;
}
#left_Menu #scroller li h2{
	font-size:12px;
}

#left_Menu #scroller li h2 .hot{
	color:#ff3a11;
	font-size:12px;
	padding-right:5px;
}

#left_Menu #scroller li h2 .hp{
	color:#f79f00;
	font-size:12px;
	padding-right:5px;
}

#right_Menu {
	position: absolute;
	z-index: 1;
	top:0;
    bottom:0;
	/*bottom:3rem;*/
	left:0;
	padding-left:6rem;
	width: 100%;
	background-color:#fff;
	overflow: hidden;
}

#right_Menu #scroller2 {
	position: absolute;
	z-index: 1;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	padding-left:6rem;
	left:0;
	width: 100%;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	/*-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;*/
}

#right_Menu #scroller2 ul {
	list-style: none;
	text-align: left;
	float:left;
	width:100%;
	padding:0 0.5rem;
	background-color: #fff;
}

#right_Menu #scroller2 li {
	float:left;
	width:100%;
	padding:0.2rem 0px;
}

#right_Menu #scroller2 li bdo{
	color:#F60;
	font-size:14px;
}

#right_Menu #scroller2 li p{
	color:#333;
	font-size:14px;
	overflow: hidden;
	text-overflow: ellipsis;/*省略标记*/
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;/*水平或垂直排列*/
}
/*
#scroller ul li:last-child
{
	margin-bottom:3rem;
}
#scroller2 ul li:last-child
{
	margin-bottom:3rem;
}*/
.rscroll-title
{
	overflow: hidden;
	height:1.5rem;
	line-height:1.5rem;
	margin:0.5em 0;
	color:#888;
	 font-weight:700;
	 position: relative;
}
.rscroll-title .xt{
	border: 1px solid #999;
	position: absolute;
	left: 50%;
	top:50%;
	z-index: 1;
	margin-top: -0.5px;
	width: 80%;
	margin-left: -40%;
  }
  .rscroll-title .name{
	position: relative;
	z-index: 2;
	display: inline-block;
	line-height: 1rem;
	margin-top: -0.5rem;
	background-color: #fff;
	padding: 0 1rem;
	min-width: 9rem;
	color: #333;
  }
.rscroll-content
{
	overflow: hidden;
}
.rsc-main
{
	float:left;
	width:50%;
	text-align:center;
	padding: 0.5rem;
}
.rsc-main img
{
	 width:60%;
}

.rsc-main .products-name
{
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow:hidden;
    padding:0.5rem 0;
}














































