﻿html
{
	margin: 0px;
	padding: 0px;
	background-color: #F7F7F7;
	margin-bottom: 100px;
}
body
{
	background-color: #F7F7F7;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	max-width: 750px;
	margin: 0 auto;
}
.tlogo
{
	text-align: center;
	margin-top: -70px;
	margin-bottom: 100px;
}
.content
{
	text-align: center;
	color: #fff;
	font-size: 2em;
	line-height: 50px;
	margin-top: 60px;
}
.title
{
	color: #fff;
	font-size: 28px;
	margin: 50px;
	text-align: center;
	margin-top: 30px;
}
.titlea
{
	border-radius: 70px;
	display: block;
	text-decoration: none;
	color: #d60029;
	border: 2px solid #d60029;
	margin: 30px auto;
	width: 8em;
	height: 90px;
	line-height: 90px;
	font-size: 1.5em;
	background: #fff;
}
.t1
{
	border: 2px solid #fff;
	display: block;
	height: 2px;
	width: 2px;
	background: #fff;
	margin: auto;
	float: left;
	margin-left: 23%;
}
.t2
{
	border: 2px solid #fff;
	display: block;
	height: 2px;
	width: 50%;
	background: #fff;
	margin: auto;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
.t3
{
	border: 2px solid #fff;
	display: block;
	height: 2px;
	width: 2px;
	background: #fff;
	margin: auto;
	float: left;
}
.clear2
{
	clear: both;
	margin-bottom: 30px;
}
.clear
{
	clear: both;
}
.footer
{
	text-align: center;
	background-repeat: no-repeat;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.footer span
{
	font-weight: bold;
	font-size: 32px;
	display: block;
	padding-top: 80px;
}
.footer ul
{
	list-style-type: none;
	display: block;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.footer ul li
{
	float: left;
	width: 10%;
	text-align: center;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding: 0;
	margin: 0;
}
.footer ul li img
{
	width: 60px;
	height: 60px;
	text-align: center;
	border-radius: 90px;
}
.pageBottom
{
	position: relative;
	left: 1%;
	width: 98%;
	height: auto;
	background: inherit;
	border-width: 1px;
	margin-top: 4px;
	margin-bottom: 50px;
	border-radius: 9px;

}
.contents.nav
{
	position: relative;
}
.contents .group .item
{
	background-color: #fff;
	border-radius: 8px;
	padding: 8px;
	margin: 2px 0;
	overflow: hidden;
	position: relative;
	display: inline-flex;
	width: 100%;
	box-sizing: border-box;
}
.contents .group .item .info
{
	width: 100%;
	color: #666;
	padding: 3px;
	padding-left: 8px;
}
.contents .group .item .info .name
{
	font-weight: bold;
	font-size: 1.0em;
	color: #333;
}

.contents .group .item .info .name .state
{
	right: 0;
	position: absolute;
	padding-right: 10px;
	color: #ff4c41;
	font-size: 0.9em;
}
.contents .group .item .info .remark
{
	font-size: 0.9em;
	color: #666;
	word-break: break-all;
	white-space: pre-line;
	margin-bottom: 4px;
	padding-top: 10px;
}
.foot
{
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	line-height: 50px;
	display: inline-block;
	max-width: 750px;
	margin: 0 auto;
	z-index: 9;
}
.foot a, .v_invite .foot a:visited, .pageText a
{
	text-decoration: none;
	font-size: 1em;
	color: White;
}
.dis_flex
{
	display: flex;
	justify-content: center;
	align-items: center;
}
.width_20
{
	width: 30%;
	height: 50px;
	background: #ff6600;
	color: #FFFFFF;
	font-size:20px;
}
.width_60
{
	width: 70%;
	height: 50px;
	background: #ff6600;
	color: #FFFFFF;
	font-size:20px;
}