@import url("weui.min.css");

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
}

body,
button,
input,
select,
textarea {
	font: 12px/1.5tahoma, arial, \5b8b\4f53;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

address,
cite,
dfn,
em,
var {
	font-style: normal;
}

code,
kbd,
pre,
samp {
	font-family: couriernew, courier, monospace;
}

small {
	font-size: 14px;
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #000;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

legend {
	color: #000;
}

fieldset,
img {
	border: 0;
}

button,
input,
select,
textarea {
	font-size: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


.main{
	max-width: 640px;
	margin: auto;
	margin-bottom: 50px;
}
.footer{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background: #fff;
	z-index: 1;
}
.footer li{
	width: 25%;
	height: 50px;
	float: left;
	padding: 5px 0;
}
.footer li p{
	line-height: 20px;
	text-align: center;
	font-size: 12px;
}
.copyright{
	color: #ccc;
	font-size: 12px
}
.weui-tabbar{
	position: fixed;
	bottom: 0;
	width: 100%;
}
input[type="range"] {
	-webkit-appearance: none;
	border-radius: 15px !important;
	width: 100% !important;
	-webkit-appearance: none;
	height:10px !important;
	padding: 0;
	border:0;
	outline:none;
	background:#ccc;
	background: -webkit-linear-gradient(#666, #666) no-repeat #ececec;
	background-size: 0% 100%;
}
input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	cursor: default;
	top: 0;
	height: 15px;
	width: 15px;
	transform: translateY(0px);
	background:  #666;
	border-radius: 15px;
	border: 1px solid #666;
}
.icon-tianjiaguanliyuan{
	color: #FFA07A;
	cursor: pointer;
}
.icon-VIPhuiyuan{
	color: #FFC125;
	cursor: pointer;
}
.icon-icon_vip_01{
	color: #FFC125;
	cursor: pointer;
}