.main {
	width: 100%;
	height: 100%;
	
}
html, body {
	overflow-y: auto; 
}
.main .main-bg {
	position: fixed;
	left: 50%;
	top: 0;
	width: 1344px;
	margin-left: -677px;
}
.wrapper {
	width: 7rem;
	height: 4rem;
	position: fixed;
	top: 45%;
	left: 50%;
	margin-left: -3.5rem;
	margin-top: -2rem;
	z-index: 10;
}
.wrapper .inner {
	position: relative;
	width: 7rem;
	height: 3.22rem;
}
.content {
	padding: 0.15rem 0.3rem 0.3rem;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 12;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: rgba(0,0,0,0.8);
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.content h2 {
	width: 2.8rem;
	margin: 0 auto 8px;
}
.content .area {
	margin: 0.12rem 0.75rem 0.2rem;
	color: #ffcc33;
	font-size: 15px;
	letter-spacing: 2px;
}
.content .area .title {
	margin-bottom: 0.2rem;
}
.content .area .select {
	width: 100%;
	height: 0.35rem;
	line-height: 0.35rem;
	background: -webkit-linear-gradient(#c74900, #922e00);
  background: linear-gradient(#c74900, #922e00); 
	border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 12px;
	color: #fff;
	padding-left: 8px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	box-shadow: 0 3px 2px #1b1511;
	-webkit-box-shadow: 0 3px 2px #1b1511;
}
.content .area .select:after {
	content: '▼';
	position: absolute;
	right: 10px;
	top:0px;
}
.content .area .account {
	width: 100%;
}
.content .area .account button {
	width: 1rem;
	height: 0.4rem;
	border: none;
	background: -webkit-linear-gradient(#c74900, #922e00);
  background: linear-gradient(#c74900, #922e00); 
  box-shadow: 0 3px 2px #1b1511;
	-webkit-box-shadow: 0 3px 2px #1b1511;
	color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 12px;
	float: right;
}
.content .area .account input {
	width: 3.5rem;
	height: 0.4rem;
	line-height: 0.4rem;
	padding: 0 8px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
.content .list {
	color: #fff;
	font-size: 12px;
	width: 100%;
	margin:0 auto;
	padding:0 0.9rem;
}
.content .list li {
	padding: 0.2rem 0;
	border-bottom: 1px solid #666
}
.content .list li:last-child {
	border: none;
}
.content .list li dt {
	display: inline-block;
}
.content .list li dd {
	float: right;
	display: inline-block;
	color: #cc3300;
	padding: 3px 13px;
	border: 0.02rem solid #cc3300;
	margin-top: -3px;
}

/*inner2*/
.wrapper .inner2, .wrapper .inner3 {
	width: 7rem;
	padding: 0.15rem 0.15rem 0.3rem;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: rgba(0,0,0,0.8);
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.inner2 .back a,.inner3 .back a {
	text-align: center;
	width: 1.2rem;
	height: 0.4rem;
	line-height: 0.4rem;
	border: none;
	background: -webkit-linear-gradient(#c74900, #922e00);
  background: linear-gradient(#c74900, #922e00); 
  box-shadow: 0 3px 2px #111;
	-webkit-box-shadow: 0 3px 2px #111;
	color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 12px;
	float: right;
	margin-bottom: 0.2rem;
}
.inner2 .area,.inner3 .area {
	margin: 0.12rem 0.2rem 0.2rem;
	color: #ffcc33;
	font-size: 15px;
	letter-spacing: 2px;
}
.inner2 .area .title,.inner3 .area .title {
	margin-bottom: 0.2rem;
}
.inner2 .pay {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: none;
	background: -webkit-linear-gradient(#c74900, #922e00);
  background: linear-gradient(#c74900, #922e00); 
  box-shadow: 0 3px 2px #111;
	-webkit-box-shadow: 0 3px 2px #111;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 12px;
	padding: 0 0.2rem;
}
.inner2 .pay li {
	height: 0.5rem;
	line-height: 0.5rem;
	border-bottom: 1px solid #bf6b40;
	padding-left: 0.5rem;
	position: relative;
}
.inner2 .pay li:last-child {
	border: none;
}
.inner2 .pay li#weixinpay {
	background: url(../images/wechat.png) 5px center no-repeat;
	background-size: 0.3rem 0.28rem;
	-webkit-background-size: 0.3rem 0.28rem;
}
.inner2 .pay li#alipay {
	background: url(../images/ali.png) 5px center no-repeat;
	-webkit-background-size: 0.3rem 0.24rem;
	background-size: 0.3rem 0.24rem;
}
.inner2 .pay li dd {
	position: absolute;
	right: 2px;
	top: 50%;
	margin-top: -0.13rem;
	width: 0.26rem;
	height: 0.26rem;
	display: inline-block;
	background: url(../images/select_not.png) 0 center no-repeat;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
}
.inner2 .pay li.selected dd {
	background: url(../images/select_yes.png) 0 center no-repeat;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
}
.inner2 .selectlist {
	width: 100%;
	text-align: left;
	letter-spacing: 1px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: none;
	background: -webkit-linear-gradient(#c74900, #922e00);
  background: linear-gradient(#c74900, #922e00); 
  box-shadow: 0 3px 2px #111;
	-webkit-box-shadow: 0 3px 2px #111;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 12px;
	padding: 0 5px;
}
.inner2 .formline li:nth-child(2),#packageList li {
	display: block;
  color: #ffcc33;
  font-size: .16rem;
  letter-spacing: 1px;
  padding: 0.1rem 0;
}
.inner2 .formline li:nth-child(2) {
	margin: .1rem;
}
.inner2 .formline li .money,#packageList li .money {
	display: inline-block;
  width: 0.9rem;
}
.inner2 .formline li .yuanbao,#packageList li .yuanbao {
	display: inline-block;
  width: 1.3rem;
}
#packageList li {
	padding: 0;
}
#packageList dl {
	position: relative;
	display: block;
	padding: 0.2rem 0;
	border-bottom: 1px solid #cd7140;
}
#packageList dd {
	position: absolute;
	display: inline-block;
	width: .26rem;
	height: .26rem;
	right: 0;
	top: 50%;
	margin-top: -.13rem;
	background: url(../images/select_not.png) no-repeat;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
}
#packageList .selected dd {
	background: url(../images/select_yes.png) no-repeat;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
}
#packageList li:last-child dl {
	border: none;
}


tr th:nth-child(1) {
	width: 1rem;
}
tr th:nth-child(2) {
	width: 1.3rem;
}
tr th:last-child {
	width: 0.3rem;
	position: relative;
}
tr th:last-child span {
	position: absolute;
	top: 0.12rem;
	width: 0.26rem;
	height: 0.26rem;
	display: inline-block;
	background: url(../images/select_not.png) 0 center no-repeat;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
}
tr.selected th:last-child span {
	background: url(../images/select_yes.png) 0 center no-repeat;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
}
.inner2 .inputbutton,.inner3 .inputbutton {
	text-align: center;
}
.inner2 .inputbutton input,.inner3 .inputbutton a {
	display: inline-block;
	width: 4.2rem;
	height: 0.5rem;
	line-height: 0.5rem;
	border: none;
	background: -webkit-linear-gradient(#c70000, #8f0000);
  background: linear-gradient(#c70000, #8f0000); 
  box-shadow: 0 3px 2px #111;
	-webkit-box-shadow: 0 3px 2px #111;
	color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	letter-spacing: 3px;
}
.inner3 .pay-button {
	margin-top: 0.3rem
}
.inner3 .pay-button p {
	margin-top: 0.25rem;
	font-size: 12px;
	color: #ffcc66;
	text-align: left;
	line-height: 21px;
}
.inner3 .pay-button p span {
	color: #c70000;
}
.inner3 .area .list {
	font-size: 12px;
	color: #ffcc66;
}
.inner3 .area .list li {
	margin-bottom: 0.2rem;
	letter-spacing: 1px;
}
.inner3 .area .list li span.red {
	color: #c70000;
}