html,
body,
form,
div,
ul,
ol,
li,
p,
td,
h1,
h2,
h3,
a {
	margin: 0px 0px;
	padding: 0px 0px;
	font-size: 16px;
	font-family: "Microsoft YaHei", 微软雅黑;
	list-style: none;
}

textarea,
input,
select {
	font-size: 18px;
	font-family: "Microsoft YaHei", 微软雅黑;
	outline: none;
	resize: none;
	color: #333;
}

a {
	text-decoration: none;
	text-align: center;
	color: #333;
	cursor: pointer
}

a:hove {
	color: #ccc;
}


img {
	border: none;
}

.btn {
	width: 300px;
	height: 40px;
	display: inline-block;
	background: #386ed3;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	line-height: 40px;
	font-size: 22px;
	margin: 10px auto;
}

.btn:hover {
	background: #143893
}

.l {
	float: left;
}

.r {
	float: right;
}

.r a {
	background: none;
	color: #fff;
}

.chk,
.rod {
	min-height: 20px;
	width: 20px;
	line-height: 20px;
	border: 1px #ccc solid;
	text-align: right;
	background: #fff;
	color: #333;
}

.txt {
	min-height: 35px;
	line-height: 35px;
	width: 220px;
	font-size: 16px;
	border: none;
	text-align: left;
	color: #333;
}

.txt:focus {
	color: #930
}

textarea {
	width: 320px;
	min-height: 100px;
	overflow: scroll-y
}

label {
	cursor: pointer;
	font-size: 16px;
	line-height: 20px;
	height: 20px;
}


#wall {
	width: 100%;
	margin: 0px auto;
}

#head {
	height: 120px;
	background: #386ed3;
}

#return {
	width: 24px;
	height: 40px;
	display: inline-block;
	background: url(../img/left.png);
}

#logo {
	width: 100%;
	height: 120px;
	position: relative;
}
.logo-des{
	width: 300px;
	height: 120px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.logo-des li:nth-child(1){
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 2px;
}
.logo-des li:nth-child(2){
	text-align: center;
	font-size: 16px;
	line-height: 34px;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 2px;
}
.logo-des li:nth-child(3){
	text-align: center;
	font-size: 16px;
	line-height: 34px;
	color: #FFFFFF;
	font-weight: bold;
}



#win {
	width: 100%;
	height: 1000px;
	position: absolute;
	z-index: 999;
	background: url(../images/win_bg.png);
}


#main {
	width: 340px;
	height: auto;
	margin: 0px auto;
	background: #f5f5f5;
	padding: 10px 10px;
	padding-bottom: 50px;
	text-align: center
}

#main-box {
	margin: 0px auto;
	background: #fff;
}
#main-box1 {
	margin: 0px auto;
	background: #fff;
}
h2 {
	font-size: 22px;
	color: #386ed3;
	min-height: 40px;
	line-height: 40px;
	text-align: center;
	background: #eee;
	clear: both
}

#main-box ul {
	margin: 10px 10px;
	/* margin-bottom: 20px; */
}

#main-box1 ul {
	margin: 10px 10px;
	/* margin-bottom: 20px; */
}

#main-box li {
	clear: both;
	min-height: 45px;
	line-height: 45px;
	font-size: 14px;
	text-align: left;
	border-bottom: 1px #eee solid;
	position: relative;
}

#main-box1 li {
	clear: both;
	min-height: 30px;
	line-height: 8px;
	font-size: 10px;
	text-align: left;
	border-bottom: 1px #eee solid;
	position: relative;
}

#main-box span {
	display: inline-block;
	line-height: 45px;
}
#main-box1 span {
	display: inline-block;
	line-height: 20px;
}

#main-box .l2 {
	width: 220px;
}

#main-box .l1 {
	width: 80px;
	color: #999;
}

#main-box .l1 span{
	color: #E30206;
	font-size: 16px;
	font-weight: bold;
}

#main-box .l3 span{
	color: #999;
}

#main-box strong {
	color: #F00;
}

#main-box .l3{
	min-height: 28px;
	line-height: 28px;
}






#main-box1 .l2 {
	width: 220px;
}

#main-box1 .l1 {
	width: 80px;
	color: #999;
}

#main-box1 .l1 span{
	color: #E30206;
	font-size: 16px;
	font-weight: bold;
}

#main-box1 .l3 span{
	color: #999;
}

#main-box1 strong {
	color: #F00;
}

#main-box1 .l3{
	min-height: 28px;
	line-height: 28px;
}


.l3-p{
	width: 116px;
	height: 28px;
	line-height: 28px;
	font-size: 16px;
	text-align: left;
	color: #F00;
	border: 1px solid #999;
	border-radius: 4px;
	padding: 0 6px;
}
.l3-p strong{
	font-weight: normal;
}
.l3-p img{
	float: right;
    margin-top: 6px;
    margin-left: 4px;
}

#share{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: rgba(0,0,0,.4);
	display: none;
}
#shares{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 300px;
	height: 350px;
	background-color: #fff;
	border-radius: 2px;
}
#shares ul li{
	padding: 0px 20px;
	height: 44px;
	line-height: 44px;
}
#shares ul li:first-child{
	margin-top: 15px;
}
#shares ul li:last-child{
	margin-bottom: 15px;
}

#foot {
	width: 100%;
	height: 50px;
	background: #fefefe;
	position: fixed;
	left: 0;
	bottom: 0;
}
#foots {
	width: 100%;
	height: 50px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.f-left{
	float: left;
	width: 200px;
	height: 50px;
}
.f-left img{
	width: 34px;
	height: 34px;
	margin-left: 20px;
    margin-top: 8px;
    vertical-align: bottom;
}
.f-left span{
	font-size: 24px;
	color: #ff6600;
}
.f-right{
	float: right;
	width: 100px;
	height: 50px;
	line-height: 50px;
	color: #FFFFFF;
	text-align: center;
	background-color: #ff6600;
}
#price{
	text-align: left;
	font-size: 32px;
	color: #ff6600;
	margin: 30px 0 20px 0;
}

.ip{
	margin-top: 2px;
	padding-bottom: 10px;
}
.ip a{
	font-size: 12px;
	color: #999;
}

#pay{
	display: block;
}
#pay2{
	display: none;
}

.share{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.9);
	display: none;
}
.share img{
	position: absolute;
	right: 10px;
	top: 10px;
}
.btn:disabled {
	background-color: grey;
}
select #city {
	display: none;
}
select#country {
	display: none;
}