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;
	margin-bottom: 50px;

}

.contents .poster img
{
	width: 100%;
	display: block;
}
.contents .group
{
	background-color: #F7F7F7;

}
.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 .item .head
{


}
.contents .group .item .head img
{
	width: 120px;
	height: auto;
	margin-top: 8px;
	padding-right: 8px;
}
.contents .group .item .head2
{
	width:100%;
    margin-left: 10px;
    margin-top: 10px;
}
.contents .group .item .head2 img
{
	width: 31%;
	height: auto;
	margin-top: 0px;
	padding-right: 1px;
}
.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: 8px;
}
.contents .group .item .info .name
{
	font-weight: bold;
	font-size: 1.1em;
	color: #333;
	padding-bottom: 8px;
}
.contents .group .item .info .name span
{
    font-size: .9em;
    color: #666;
    padding-left: 10px;
}
.contents .group .item .info .nameMsg
{
	font-weight: bold;
	font-size: 1.1em;
	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 , .contents .group .item .num i.iconfont
{
	width:100%;
	font-size: .9em;
    padding-bottom: 0px;
    padding-right: 20px;
}
.contents .group .item .info .addr  span
{
	width:100%;
	display: inline-block;
	padding-bottom:4px;
	padding-right: 3px;
}
.contents .group .item .info .remark
{
    font-size: 0.9em;
    color: #666;
    word-break:break-all;
    white-space: pre-line;
	margin-bottom:4px;
}
.contents .group .item .info .remark . span
{
	display: inline-block;
	padding-right: 3px;
}
.contents .group .item .info .addr i.iconfont
{
	margin-left:4px;
	color: #666;
}
.contents .group .item .info .int
{
	font-size: .9em;
	display: inline-flex;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.contents .group .item .num
{
	margin-left:4px;
}
.contents .group .item .addr img ,.contents .group .item .num img
{
  border-width:0px;
  width:12px;
  height:12px;
  margin-right: 4px;
}

.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;
}
.contents .group .item .addr .form
{
	border-bottom:1px dashed #666; 
	margin-bottom: 10px;
}
.contents .group .item .addr .form input
{
	border-style: none;
    border-color: inherit;
    border-width: medium;
    position: relative;
    width: 60%;
    height: 40px;
    font-size: 1.1em;
    padding: 0 0.5em 0 0.5em;
    border-radius: 0.3em;
    color: #333;
    outline: 0;
}
.contents .group .item .addr .form .visittxt
{
	border-style: none;
    border-color: inherit;
    border-width: medium;
    position: relative;
    width: 60%;
    height: 30px;
    font-size: 1em;
    padding: 0 0.5em 0 0.5em;
    border-radius: 0.3em;
    color: #333;
    outline: 0;
}
.contents .group .item .addr .form .visit
{
    font-size: 1em;
    color: #666;
	width:20%;
	display:inline-block;
	text-align:left;
	margin-left: 8px;
}
.contents .group .item .addr .form .visit_remar
{
    font-size: 1em;
    color: red;
	width:100%;
	display:inline-block;
	text-align:left;
	height:40px;
}

/*                ËÑË÷*/
.weui-search-bar
{
	background-color: #fff;
}
.weui-search-bar__label
{
	background: #f0f0f0;
	left: 8px;
	right: 8px;
	bottom: 8px;
	top: 8px;
	color: #999;
}
.weui-icon-search
{
	color: rgba(0,0,0,.5);
}
.weui-search-bar_form
{
	width: 100%;
}
.weui-search-bar__box .weui-search-bar__input
{
	color: #000;
}
.weui-icon-clear
{
	color: #999;
}

/*Ðü¸¡ÓÒ²à*/
.right-nav
{
	position: fixed;
	right: 20px;
	bottom: 80px;
}
.right-nav .item
{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	box-shadow: 0 0 8px rgba(0,0,0,.8);
	margin: 12px 0;
	background: #fff;
	text-align: center;
	padding-top: 1px;
	box-sizing: border-box;
}
.right-nav .item .iconfont
{
	display: block;
	font-size: 1.2em;
	margin-top: 3px;
	color: #ffa902;
}

.right-nav .item.topic
{
	display: none;
	padding-top: 8px;
	color: #666;
}
.right-nav .item.topic .iconfont
{
	color: #666;
}
.right-nav .item span
{
	display: block;
	font-size: .8em;
	margin-top: -6px;
	color: #333;
}
.right-nav .item a, .right-nav .item a:visited
{
	display: block;
}


.nav-info
{
	display: block;
	overflow: hidden;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
}
.nav-info .item
{
	float: left;
	text-align: center;
	padding: 12px 0;
}
.nav-info .item.item-1
{
	width: 33.333333%;
}
.nav-info .item.item-2
{
	width: 66.666666%;
}
.nav-info .item.orange
{
	background-color: #ffa902;
}
.nav-info .item.purple
{
	background-color: #4c0bb1;
}
.nav-info .item a, .nav-info .item a:visited, .nav-info .item a:link, .nav-info .item a:hover
{
	color: #fff;
	display: block;
}
