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;
}
.header a
{
	display: block;
	padding: 0;
	margin: 0;
}
.header img
{
	width: 100%;
	border: none;
	display: block;
}

.contents.nav
{
	position: relative;
}
.contents.nav .days
{
	display: block;
	text-align: center;
	font-size: 1.3em;
	padding-top: 4px;
}
.contents .poster img
{
	width: 100%;
	display: block;
}

.contents .group .a
{
	display: block;
	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 .desc
{
	background-color: #f5f5f5;
	padding: 15px 15px 0;
}
.contents .desc .cont
{
	line-height: 1.5em;
	color: #333;
	background-color: #fff;
	border-radius: 8px;
	padding: 8px;
	overflow: hidden;
}

.contents .desc p
{
	padding: 5px;
}
.contents .desc img
{
	max-width: 100%;
}

.contents .group .grouptitle
{
	font-weight: bold;
	font-size: 1.0em;
	color: #333;
	padding-top: 20px;
	padding-left: 10px;
	text-align: center;
}

.contents .group .item .head img
{
	width: 60px;
	height: 60px;
	border-radius: 8px;
	margin-top: 8px;
}
.contents .group .item .name img
{
	width: 20px;
	float: right;
	margin-right: 20px;
}
.contents .group .item .headMsg img
{
	width: 30px;
	height: 30px;
	border-radius: 20px;
	margin-top: 8px;
}
.contents .group .item .info
{
	width: 100%;
	color: #666;
	padding: 3px;
	padding-left: 10px;
}
.contents .group .item .info .name
{
	font-weight: bold;
	font-size: 1.0em;
	color: #333;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.contents .group .item .info .name .name_left
{
}
.contents .group .item .info .name .name_right
{
	display: flex;
	box-sizing: border-box;
	margin-left: 20px;
}
.contents .group .item .info .name .name_right .name_right_item
{
	margin-right: 10px;
	cursor: pointer;
	width: 100px;
	text-align: center;
	border: 1px solid rgba(0,0,0,.1);
	font-weight: normal;
}
.contents .group .item .info .name .name_right .active
{
	margin-right: 10px;
	cursor: pointer;
	width: 100px;
	text-align: center;
	font-weight: normal;
	border: 1px solid #ff2869;
	color: #ff1268;
	background: #fff;
}
.contents .group .item .info .goPay
{
	background-color: #ff6600;
	width: 60%;
	font-size: 1.0em;
	height: 40px;
	color: White;
	text-align: center;
	line-height: 40px;
	margin: 0 auto;
	display: inline-block;
	float: left;
	margin-bottom: 10px;
    margin-right: 10px;
    margin-top: 10px;
}

.contents .group .item .info .goCancel
{
	width: 30%;
	font-size: 1.0em;
	height: 40px;
	color: White;
	text-align: center;
	line-height: 40px;
	margin: 0 auto;
	display: inline-block;
	float: right;
	margin-bottom: 10px;
    margin-right: 10px;
    margin-top: 10px;
}

.contents .group .item .info .goInvCode
{
	width: 40%;
	font-size: 1.0em;
	height: 40px;
	color: White;
	text-align: center;
	line-height: 40px;
	margin: 0 auto;
	display: inline-block;
	float: left;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 10px;
	
}

.contents .group .item .info .goPay a
{
	color: white;
	text-decoration: none;
}
.contents .group .item .info .name .state
{
	float: right;
	padding-right: 10px;
	color: #ff4c41;
	font-size: 1.0em;
}
.contents .group .item .info .name span
{
	font-size: 0.9em;
	color: #333;
}
.contents .group .item .info .nameMsg
{
	font-weight: bold;
	font-size: 1.0em;
	color: #333;
}
.contents .group .item .info .nameMsg span
{
	font-size: 0.9em;
	color: #333;
}
.contents .group .item .info .nameMsg img
{
	border-width: 0px;
	width: 15px;
	height: 15px;
	margin-right: 4px;
}
.contents .group .item .info .addr, .contents .group .item .info .addr i.iconfont
{
	width: 100%;
	font-size: .9em;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.contents .group .item .info .addr .span
{
	width: 100%;
	display: inline-block;
	padding-right: 3px;
}
.contents .group .item .info .addr .money
{
	right: 0;
	position: absolute;
	padding-right: 10px;
}
.contents .group .item .info .remark
{
	font-size: 0.9em;
	color: #666;
	word-break: break-all;
	white-space: pre-line;
}
.contents .group .item .info .remark .span
{
	display: inline-block;
	padding-right: 3px;
}
.contents .group .item .info .addr i.iconfont
{
	color: #333;
}
.contents .group .item .info .addr .icon-Money
{
	color: #666;
	font-size: 0.8em;
	text-decoration-line: line-through;
}
.contents .group .item .info .addr .icon-NowMoney
{
	color: #ff4c41;
	font-size: 1.2em;
}
.contents .group .item .info .int
{
	font-size: .9em;
	display: inline-flex;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.contents .group .item .addr img
{
	border-width: 0px;
	width: 12px;
	height: 12px;
	margin-right: 4px;
}
.contents .group .item .addr .form
{
	border-bottom: 1px dashed #666;
	margin-bottom: 10px;
	height: 30px;
}
.contents .group .item .addr input
{
	border-style: none;
	border-color: inherit;
	border-width: medium;
	position: relative;
	width: 65%;
	height: 30px;
	font-size: 1.0em;
	padding: 0 0.5em 0 0.5em;
	border-radius: 0.3em;
	color: #333;
	outline: 0;
}
.contents .group .item .addr .visit
{
	font-size: 0.9em;
	color: #666;
	width: 25%;
	display: inline-block;
	text-align: left;
}
.contents .group .item .visit_remar
{
	font-size: 1em;
	color: red;
	width: 100%;
	display: inline-block;
	text-align: left;
	height: 40px;
}
.contents .group .item .info .int img
{
	border-width: 0px;
	width: 12px;
	height: 12px;
	margin-right: 4px;
}
.contents .group .item .info .int .img
{
	padding-left: 12px;
}
.contents .group .item .info .int .img img
{
	width: 20px;
	height: 20px;
	border-radius: 20px;
	margin-left: -8px;
}
.contents .group .item .join
{
	position: absolute;
	right: 12px;
	top: 12px;
}
.contents .group .item .join a
{
	display: block;
	padding: 4px 12px;
	background-color: #4c0bb1;
	color: #fff;
	border-radius: 5px;
}
.contents .group .item .join a.join-go
{
	border: 1px solid #4c0bb1;
	background-color: #fff;
	color: #4c0bb1;
}
