﻿@charset "utf-8";

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,input,textarea,p,th,td{margin: 0px;padding: 0px;font-size: 100%;font-family:"Microsoft YaHei",sans-serif;}
ol,ul{list-style: none;}
fieldset,img {border:0;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
a{text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-tap-highlight-color: transparent;
	-moz-touch-callout: none;
	-moz-user-select: none;}
input,button,textarea{outline:none;font-family:"Microsoft YaHei",sans-serif;}
input[type="text"],textarea{-webkit-appearance: none;-moz-appearance: none;}

.header {
	background: #910000;
	height: 3em;
	line-height: 3em;
}

.title {
	text-align: center;
	color: #FFF;
	font-size: 18px;
}

.main {
	padding: 10px;
}

.qrcode-container {
	position: relative;
	margin: 10px auto;
}

.qrcode-desc {
	float: left;
	margin: 3%;
	width: 45%;
	line-height:130%;
	color: #666;
	font-size: 16px;
}

.qrcode-desc div:nth-of-type(1) a{display: inline-block;color: #910000;font-size: .4rem;text-decoration: underline;margin-top: 15px;}

.l-btnstyle{border: 0;border-radius: 4px;-webkit-border-radius: 4px;-moz-border-radius: 4px;width: 100%;color: #fff;font-size: 1em;letter-spacing: 5px;padding: 10px 0;background: #910000; height:40px; margin:5px; margin-left:auto; margin-right:auto;}
.qrcode-img {    
	position: inherit;
    float: right;
    margin: 5px;
    width: 40%;
}

.customer-container {
	margin: 25px auto;
	clear:both;
}

.customer-ul {
	display: block;
	border: 1px #ccc solid;
}

.customer-ul li {
	min-height: 3em;
	line-height: 3em;
	vertical-align: middle;
	border-bottom: 1px #ccc dashed;
}

.customer-ul .th-li {
	color: #910000;
	border-bottom: 1px #ccc solid;
	font-size: 18px;
}

.customer-ul .th-li>img {
	vertical-align: middle;
	width: 25px;
	margin: 10px 5px 10px 10px;;
}

.customer-ul li:last-child {
	border-bottom: 0px;
}

.customer-ul .li-label,.customer-ul .li-text {
	display: inline-block;
	text-align: left;
}

.customer-ul .li-label {
	width: 25%;
	margin-left: 12px;
}

.customer-ul .li-text {
	color: #aaa;
	width: 65%;
}
.vpBackiconW{ background: url(../img/backIcon_white.png) no-repeat; background-size: 100% 100%; display: inline-block; position: absolute; left: 4%; width: 1.5rem; height: 1.5rem; margin-top: 0.8rem; }
