.container
{
	position:fixed;
	left:0px;
	top:0px;
	bottom:0px;
	right:0px;
	background-color: #eaeaea;
}

.userinfo
{
	float: left;
	width:100%;
	height: 100%;
	overflow-x:auto;
	overflow-y: scroll;
}


.userheader
{
    float: left;
	width: 100%;
	height: 60px;
	text-align:center;
	background-color: #ffffff;
}

.userheader .headwarp
{
    margin: 0 auto;
	width:1000px;
}

.userheader .headwarp .headerinfo
{
	float:left;
	width:1000px;
	height:60px;
}

.userheader .headwarp .headerinfo .shoplogo
{
	float:left;
	height:50px;
	margin-top:5px;
}

.userheader .headwarp .headerinfo .shoplogo .logoimage
{
	float:left;
	width: 50px;
	height:50px;
}

.userheader .headwarp .headerinfo .shoplogo .shopname
{
	float:left;
	height:50px;
	margin-left: 5px;
}

.userheader .headwarp .headerinfo .shoplogo .shopname .maintitle
{
	float:left;
	width: 100%;
	height:25px;
	line-height: 25px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
}

.userheader .headwarp .headerinfo .shoplogo .shopname .subtitle
{
	float:left;
	width: 100%;
	height:25px;
	line-height: 25px;
	font-size: 16px;
}

.userheader .headwarp .headerinfo .shoplogo .shopname .chtitle
{
	width: 140px;
	letter-spacing: 7px;
}

.userheader .headwarp .headerinfo .rightinfo
{
	float:right;
	height:50px;
	margin-top:5px;
}

.userheader .headwarp .headerinfo .rightinfo .download
{
	float:left;
	margin-top:10px;
}

.userheader .headwarp .headerinfo .rightinfo .download .downgroup
{
	float:left;
	position: relative;
}

.userheader .headwarp .headerinfo .rightinfo .download .downgroup .downitem
{
	float:left;
	width: 100px;
	cursor: pointer;
	margin-right: 40px;
}

.userheader .headwarp .headerinfo .rightinfo .download .downgroup .downitem  .icon
{
	float:left;
	width: 100%;
	height:26px;
	line-height: 26px;
	font-size: 20px;
	text-align: center;
}

.userheader .headwarp .headerinfo .rightinfo .download .downgroup .downitem .txtspan
{
	float:left;
	width: 100%;
	height:20px;
	line-height: 20px;
	text-align: center;
}

.userheader .headwarp .headerinfo .rightinfo .download .downgroup .appqrcode
{
	position:absolute;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	margin-top: 55px;
	left: -50px;
	background-color: #ffffff;
	z-index: 1000000;
}

.userheader .headwarp .headerinfo .rightinfo .download .downgroup .appqrcode .qrimage
{
	float: left;
	width: 200px;
	height: 200px;
}

.userheader .headwarp .headerinfo .rightinfo .download .downgroup .appqrcode .qrtext
{
	float: left;
	width: 100%;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
}


.userheader .headwarp .headerinfo .rightinfo .language
{
	float:left;
	width:80px;
	height:65px;
	margin-right: 20px;
	margin-top: 5px;
	position: relative;
}

.userheader .headwarp .headerinfo .rightinfo .language .langname
{
	float:left;
	width:80px;
}

.userheader .headwarp .headerinfo .rightinfo .language .langname .langicon
{
	float:left;
	width:80px;
	height:30px;
	line-height:30px;
	font-size:24px;
	text-align:center;
	color: #333333;
	cursor: pointer;
}

.userheader .headwarp .headerinfo .rightinfo .language .langname .langspan
{
	float:left;
	width:80px;
	height:14px;
	line-height:14px;
	font-size:14px;
	text-align:center;
	margin-top:5px;
	color: #333333;
	cursor: pointer;
}

.userheader .headwarp .headerinfo .rightinfo .language .optlangs
{
	position: absolute;
	width:80px;
	top: 56px;
	left: 0px;
	background-color: #ffffff;
	border: #dddddd 2px solid;
}

.userheader .headwarp .headerinfo .rightinfo .language .optlangs ul
{
	float:left;
	width:80px;
	height:40px;
}

.userheader .headwarp .headerinfo .rightinfo .language .optlangs ul .optspan
{
	float:left;
	width:100%;
	height:40px;
	line-height: 40px;
	cursor: pointer;	
	text-align: center;
}



.userheader .closegroup
{
	float:right;
	width: 40px;
	height:40px;
	cursor: pointer;
	margin-right: 10px;
	background-color: #f6f6f6;
}

.userheader .closegroup  .icon
{
	float:left;
	width: 100%;
	height:40px;
	line-height: 40px;
	font-size: 30px;
	text-align: center;
	color: #FF0000;
}

.userbody
{
	float: left;
	width:800px;
	margin-left:calc(50% - 400px);
	margin-top : 30px;
	border-radius: 5px;
	padding-bottom:30px;
	box-shadow: 0 1px 5px rgba(0,0,0,0.15);
	background-color:#fafcff;
}

.userbody .titlespan
{
	float: left;
	width:100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

.userbody .pageuser
{
	float: left;
	width: 100%;
	height: 100%;
}


.tableedit tr td.txtname
{
	width:200px;
	text-align:right;
}

.tableedit tr td.txtname .namespan
{
	float:right;
	margin-right:5px;
	line-height:40px;
}

.tableedit tr td.txtname .namespan em
{
	color:#F00;
	font-size: 20px;
	font-weight: bold;
	line-height:40px;
}

.tableedit tr td.txtcenter
{
	text-align:center;
}

.tableedit tr td.txtcenter a
{
	color: #0066FF;
}


.tableedit tr td .linkspan
{
	float:left;
	line-height:30px;
	margin-left:50px;
	margin-top:3px;
	color: #0099FF;
	cursor: pointer;
}

.tableedit tr td .pricespan
{
	float:left;
	line-height:30px;
	margin-left:20px;
	margin-top:5px;
	color: #FF0000;
}

.tableedit tr td .unitspan
{
	float:left;
	line-height:30px;
	margin-left:0px;
	margin-top:5px;
}

.tableedit tr td.tdinput ol
{
	float:left;
	width:100%;
}

.tableedit tr td.tdinput .addrdesctxt
{
	float:left;
	margin-top:5px;
	margin-bottom:5px;
	width:300px;
	height:60px;
	margin-left:5px;
}


.tableedit tr td.tdinput .vertxt
{
	float:left;
	margin-top:5px;
	height:30px;
	line-height:30px;
	margin-left:20px;
	font-weight: bold;
}


.btncheckcode
{
	float:left;
	margin-top:3px;
	margin-left:10px;
	height:30px;
	line-height:30px;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	text-indent:0px;
	cursor:pointer;
	background-color:#dddddd;
	color:#999999;
}

.btncheckcode.enable
{
	background-color: #26bf8c;
	color:#ffffff;
}

.radioitem
{
	float:left;
    margin-left: 20px;
}

.centerspan
{
	float:left;
	width:100%;
	height:60px;
	line-height:60px;
	color:#ff0000;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

.tipsdialog
{
	position: fixed;
	left: 50%;
	width: 400px;
	height: 200px;
	margin-left: -200px;
	margin-top : 200px;
	background-color: #ffffff;
	border: #dddddd 5px solid;
	z-index: 100000;
}


.tipsdialog .tipsspan
{
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

.payqrcodedialog
{
	position: fixed;
	left: 50%;
	width: 400px;
	margin-left: -200px;
	margin-top : 160px;
	background-color: #ffffff;
	border: #dddddd 5px solid;
	z-index: 100000;
}

.payqrcodedialog .buyimage 
{
	float:left;
	width:100%;
	padding-bottom:10px;
	border:#eee 1px solid;
}

.payqrcodedialog .buyimage  .payname
{
	float:left;
	width:100%;
	height:40px;
	line-height:40px;
	text-align:center;
	background:#f0fef9;
	border-bottom:#eee 1px solid;
}

.payqrcodedialog .buyimage  .payimage
{
	float:left;
	width:100%;
	text-align:center;
	padding-bottom:20px;
}

.payqrcodedialog .buyimage  .payimage .qrcodeimg
{
	margin:auto;
	width:200px;
	height:200px;
	margin-top:20px;
}


.dialogoverlay
{
	position:fixed;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color:#cccccc;
	z-index:50000;
	filter:alpha(Opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}


