﻿body{margin: 0;padding: 0;}
header
{
    text-align: center;
    height: 44px;
    line-height: 44px;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#0AA9C7),to(#2F8EC0));
    background-image: -webkit-linear-gradient(#0AA9C7,#2F8EC0);
    width: 100%;
    z-index: 1000;
    box-shadow: none;
}
.back
{
	display: block;
	background: url("/img/mobile/Newicon.png");
	-webkit-background-size: 100px 200px;
	background-position: -10px -130px;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	height: 32px;
	width: 32px;
	-webkit-box-shadow:none;
}
.home
{
	right:5px;
	display: block;
	background: url("/img/mobile/icon3x.png");
	-webkit-background-size: 64px 480px;
	background-position: 0px 0px;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	height: 32px;
	width: 32px;
	-webkit-box-shadow:none;
}
header span
{
	text-shadow:none; 
	color:#FFF; 
	text-align:center;
}

.title1
{
	font-size: 12px;
	font-weight:100;
}
.title2
{
    padding-left: 10px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
}
.content
{
	padding-left: 10px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
}

.shop_order_product_img
{
    width: 120px;
    height: 120px;
    float: right;
    margin-top: -118px;
    border-radius: 5px;
}
.shop_order_title
{
	padding: 5px 3px;
    margin: 2px;
    height: 20px;
    line-height: 20px;
    text-align: left;
    color: #282929;	
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
}
.shop_errorMsg
{
	color: rgb(162, 18, 150);margin-top:20px;font-size:12px; padding-buttom:50px;	
	text-align:center;
}