.sbox {
  margin-bottom: 10px;
  padding: 5px;
  background:url(/ewap/zh_CN/weixincss/assets/sbox.png) no-repeat 10% 0;
width:100%;
height: 180px;
font-size: 14px;
letter-spacing:1px;
background-size:100% 100%;
}

.rboxContent{
margin-left:16px;
}

.rbox {
color: #535353;
position: relative;
min-height: 1px;
float: left;
font-size: 14px;
margin-left:58%;
width:40%;
}

.lbox {
width:65%;
margin-right:70%;
position: absolute;
min-height: 1px;
float: left;
margin-left:10px;
}

.lbox .con{
	height: 22px; 
	font-size: 14px;
}

.lboxt {
	float: left;
	width:32%;
}

.lbox .rcon{
	list-style-type: none;
	padding-left: 0px; 
	margin-top: 15px;
	margin-bottom: 25px;
}

.scon{
font-size:20px;
color: #ff1414;
margin-bottom: 0px;
}

.scol-8 {
  width: 90%;
  margin-left:16px;
  margin-bottom:8px;
  position: relative;
  min-height: 1px;
  float: left;
}
.scol-offset-8 {
  margin-left: 66.66666667%;
}

.sbox .sboxBody {
  color: #767676;
  width: 100%;
}

.sbox .stitle {
   height: 32px; 
   font-size: 16px; 
  color: #4d4d4d;
  white-space:nowrap;
   overflow:hidden; 
   text-overflow:ellipsis;
   width:85%;
}

.sbox .boxpot{
  font-size:14px;
  margin-bottom: 15px;
  margin-top: 145px;
  width: 100%;
  position: relative;
  margin-left: 2px;
}

.boxpot .shadow{
  color: #a5a5a5;
  font-size:11px
  float: left;
}

.boxpot .shadow .disp{
  color: #595959;
  font-size:13px;
}

.boxpot .btn{
  color: #ffffff;
  position: relative;
  background:url(/ewap/zh_CN/weixincss/assets/btn.png) no-repeat 10% 0;
  height:32px;
  width:63px;
  font-size: 14px;
  padding: 7px 13px;
  background-size:100% 100%;
}

.rbtn{
	background:url(/ewap/zh_CN/weixincss/assets/buy.png) no-repeat;
	background-size:100% 100%;
	margin-top: -5px;
	margin-right: -4px;
	width:55px;
	height:57px;
	float:right;
}

.potline{
	letter-spacing: 1px;
	margin-top: 165px;
	color:#595959;
}

.branchInfo{
	display:none;
	opacity:0.9;
	padding:5px;
	font-size:14px;
	text-align:justify;
	margin-right:10px;
	background-color: #183364;
	color:white;
	position:absolute;
	z-index:1;
}

.queueNum{
	margin:10px 0px;
	height:160px;
}

.queueNum .background{
	width:50%;
	height:100%;
	position:relative;
	min-height:1px;
	float:left;
	background-image:url('/ewap/zh_CN/weixincss/assets/icon_num.png');
	background-repeat:no-repeat;
	background-position:center;
	background-size:130px;
}

.queueNum .background .queueTitle{
	height:30%;
	margin-right:5px;
	padding-top:0px;
	font-size:20px;
	line-height:70px;
	color: white;
}

.queueNum .background .num{
	height:70%;
	padding-top:10px;
	line-height:70px;
	font-size:60px;
}

.detailimg{
	vertical-align:middle;
	width:8%;
	height:100%;
}

.detailcont{
	vertical-align:middle;
	height: 100%;
	padding:5px 0px;
}
.wximg{
	display: inline;
}

.MessageBoxBG { 
	display: none; 
	position: fixed; 
	width: 100%; 
	height: 100%; 
	background-color: grey; 
	z-index:1001; 
	-moz-opacity: 0.70; 
	opacity:.70; 
	filter: alpha(opacity=70); 
}
.MessageBoxBodyWithScroll { 
    display: none; 
    position: absolute; 
    background-color:#FFF; 
    border:solid 0px #B6BCCC; 
    border-radius:5px;
    font:14px Verdana, Geneva, Arial, Helvetica, sans-serif; 
    text-align:left; 
    left:5%;  
    width:90%;  
    padding: 18px 20px; 
    z-index:1002; 
    overflow: auto; 
} 
.MessageBoxBody{ 
    display: none; 
    position: fixed; 
    background-color:#FFF; 
    border:solid 0px #B6BCCC; 
    border-radius:5px;
    font:14px Verdana, Geneva, Arial, Helvetica, sans-serif; 
    text-align:left; 
    top:40%;                    
    left:5%;  
    width:90%;  
    padding: 18px 20px; 
    z-index:1002; 
    overflow: auto; 
}