@CHARSET "UTF-8";
body{
	background-color:#f5f5f5;
	margin:0 auto;
	padding:0 0;
	width:340px;
	text-align:center;
	position: absolute;
    height: 100%;
}
.order-main{
	/*height:184px;*/
	background-color:#fff;
	border:1px solid #f0f0f0;
	border-radius:6px;
	padding:0px 10px;
	margin:10px 20px;
	width:280px;
	text-align:left;
}

.order-main a:hover, 
.order-main a:visited, 
.order-main a:link,
.order-main a:active{
	text-decoration: none;
	font-size:14px;
	color:#3a84ff;
}

.order-item{
	height:40px;
	line-height:40px;
	display: block;
}
.order-item > span{
	display: inline-block;
}
.order-item.first-child,
.order-item.last-child{
	height:50px;
	line-height:50px;
}
.order-item{
	border-bottom: 1px solid #f0f0f0;
	width:280px;
}
.order-item.last-child{
	border: 0p;
}
.order-item .order-item-title{
	margin-left:8px;
	width:230px;
}
.ngicon-coin{
	height: 8px;
    background-image: url(../../../img/assist/order/coin.png);
    background-size: 8px 8px;
    background-repeat:no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
    width:8px;
}
.ngicon-arrow{
	height: 11px;
    background-image: url(../../../img/assist/order/rightarrow.png);
    background-size: 18px 11px;
    background-repeat:no-repeat;
    width:18px;
}
.order-item:first-child .ngicon-arrow,
.order-item:last-child .ngicon-arrow{
	margin-top: 17px;
}