﻿/* css reset */
body, ul, p, h1, h2, h3, h4, h5
{
	margin: 0;
	padding: 0;
}
body
{
	text-align: left;
	min-width: 320px;
	max-width: 640px;
	font-size: 100%;
	margin: 0 auto; /*  */
	background-color: #FFF3DB;
}
h1, h2, h3, h4, h5, h6
{
}
a
{
	text-decoration: none;
	color: #a50000;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
a:hover
{
	text-decoration: none;
}
a.write
{
	color: #fff;
}
a:active
{
	color: #68228b;
}
button, input, select, textarea, label, span
{
	vertical-align: middle;
	font-size: 100%;
}
table
{
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	border-collapse: collapse;
}
header, footer, article, section, nav, menu, hgroup
{
	display: block;
	clear: both;
}
/* end css reset */

header
{
	max-width: 640px;
	min-width: 320px;
	margin: 0 auto 20px;
	background-color: #a50000;
	padding: 5px;
}
footer
{
	text-align: center;
	max-width: 640px;
	min-width: 320px;
	margin: 0 auto;
	background-color: #a50000;
	padding: 12px 5px;
	color: #ffffff;
}
.bodyer
{
	max-width: 640px;
	min-width: 320px;
	margin: 0 auto 20px;
}
.loading
{
	margin: 0 auto;
	text-align: center;
}

.hpimage
{
}
.hpimage img
{
	border: 0;
	padding: 0;
	margin: 0;
	float: left;
	width: 50%;
	border-radius: 16px;
}
.hpimage a:nth-child(1) img
{
	border-radius: 16px 0 0 0;
}
.hpimage a:nth-child(2) img
{
	border-radius: 0 16px 0 0;
}
.hpimage a:nth-child(3) img
{
	border-radius: 0 0 0 16px;
}
.hpimage a:nth-child(4) img
{
	border-radius: 0 0 16px 0;
}
.clear
{
	clear: both;
}
.clist
{
	width: 320px;
	margin: 0 auto;
}
.clist ul
{
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.clist ul li
{
	position: relative;
	list-style: none;
}
.clist .mb10
{
	margin-bottom: 10px;
}
.clist .mb20
{
	margin-bottom: 20px;
}
.clist .h
{
	font-size: 120%;
	font-weight: bold;
}
.clist .input
{
	width: 96%;
	padding-left: 8px;
	border: none;
	background: none;
	border-bottom: 1px solid #ccc;
}
.clist .input:focus
{
	outline: none;
}
.cline
{
	background-color: #aaa;
	border: 0px solid #aaa;
	color: #36F;
	height: 1px;
	line-height: 1px;
	overflow: hidden;
	text-align: left;
	width: 320px;
	margin: 10px auto;
}
.sphoto
{
	border-radius: 5px;
}
.photo
{
	border-radius: 8px;
	width: 100%;
}
.vipclass0
{
	font-weight: normal;
	color: #009900;
}
.vipclass1, .vipclass2
{
	font-weight: normal;
	color: #F90;
}
.submit
{
	padding: 5px 0;
	background: #cc9966;
	display: block;
	text-align: center;
	border-radius: 5px;
	border: 0;
	width: 100%;
	font-size: 120%;
	font-weight: bold;
}
.linkgroup
{
	display: -moz-box;
	display: -webkit-box;
	display: box;
}
.linkgroup a
{
	padding: 5px 0;
	background: #fddfcc;
	border-right: 1px solid #eee;
	display: block;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
	text-align: center;
}
.linkgroup a.selected
{
	background: #e7e7e7;
	color: #5e5e5e;
}
.linkgroup .l
{
	text-align: left;
	padding-left: 8px;
}

.linkgroup span
{
	padding: 5px 0;
	border-right: 2px solid #eee;
	border-radius: 5px;
	display: block;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
	text-align: center;
	background: #e7e7e7;
	color: #5e5e5e;
}
.linkgroup a:not(:first-child):not(:last-child), .linkgroup span:not(:first-child):not(:last-child)
{
	border-radius: 0;
}
.linkgroup a:first-child, .linkgroup span:first-child
{
	border-radius: 5px 0 0 5px;
}
.linkgroup a:last-child, .linkgroup span:last-child
{
	border-radius: 0 5px 5px 0;
	border-right: 0;
}
.linkgroup a:only-child, .linkgroup span:only-child
{
	border-radius: 5px;
}
.defaultlist
{
	
}
.defaultlist .title
{
	padding: 5px; 
	border-radius: 5px 5px 0 0;
	display: block;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1; 
	background: #e7e7e7;
	color: #5e5e5e;
}
.defaultlist .content
{
	padding: 5px;
	background: #fddfcc; 
	border-radius: 0 0 5px 5px;
	display: block;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1; 
}
.morelist
{
	display: -moz-box;
	display: -webkit-box;
	display: box;
}
.morelist .a
{
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
	display: block;
	background: #aaa;
	text-align: center;
}
.flist
{
	width: 320px;
	margin: 0 auto;
}
.flist ul
{
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.flist ul li
{
	position: relative;
	list-style: none;
}
.flist ul li.mb15
{
	margin-bottom: 15px;
}
.flist ul .name
{
	width: 110px;
	display: inline-block;
	line-height: 20px;
	font-size: 120%;
	font-weight: bold;
}
.flist ul .nameline
{
	display: block;
	font-size: 120%;
	font-weight: bold;
}
.flist ul li .value
{
}
.flist li .input
{
	width: 186px;
	padding-left: 8px;
	border: none;
	background: none;
	border-bottom: 1px solid #ccc;
}
.flist li .input:focus
{
	outline: none;
}
.flist li .inputline
{
	width: 310px;
	border: none;
	background: none;
	border-bottom: 1px solid #ccc;
}
.flist li .inputline:focus
{
	outline: none;
}
.flist li .select
{
	background: #ccc;
	border-radius: 5px;
	border: 1px solid #ccc;
}
.flist li .select:focus
{
	outline: none;
}
.flist li .a1
{
	height: 22px;
	line-height: 22px;
	display: inline-block;
	padding: 0 8px;
	text-align: center;
	background: #4ec1ff;
	color: #FFF;
	border-radius: 5px;
	box-shadow: 0px 1px 1px #d8d8d8;
}
