@charset "utf-8";
/* CSS Document */
/*--reset begin--*/
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
	margin: 0;
	padding: 0;
}
header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details {
	display: block;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
	font-weight: normal;
}
html, body, fieldset, img, iframe, abbr {
	border: 0;
}
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
input, button, textarea {
}
li {
	list-style: none;
}
del, ins, u, s, a, a:hover {
	text-decoration: none;
}
body, textarea, input, button, select, keygen, legend {
	font: 12px/20px arial, \5b8b\4f53;
	color: #666;
	outline: 0;
	font-family: '微软雅黑';
}
body {
	background: #f1f1f1
}
a, a:hover {
	color: #666;
}
a, input {
	outline: none
}
.clearfix {
	clear: both;
}
/*--reset end--*/

/*通用*/
.page {
	max-width: 640px;
	margin: 0 auto;
	position: relative;
}
.pd10 {
	padding: 10px;
	background:#fff;
	margin-top:10px;
}
.pd10 img {
	max-width: 98%;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 10px;
}
.g_1 {
	height: 40px;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	background: #fff;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5) inset;
	clear: both;
}
.btn1, .btn2, .btn3, .btn4, .btn5 {
	display: block;
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border: 0;
	color: #fff;
	background: #999;
	font-size: 16px;
	border-radius: 3px;
	position: relative;
}
.btn2 {
	background: #853932;
}
.btn3 {
	background: #5cb85c;
}
.btn4 {
	background: #428bca;
}
.btn5 {
	background: #de4a4a;
}
.btn2 > input[type=file] {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	opacity: 0;
	left: 0;
	top: 0;
}
.mWrap, .mWrap2 {
	background: #fff;
	overflow: hidden;
}
.mWrap2 {
	padding: 0 10px;
}
.mWrap[data-id] {
	display: none;
}
textarea {
	display: block;
	width: 100%;
	border: 1px solid #dcdcdc;
	background: #fff;
	padding: 7px 10px;
	font-size: 15px;
	line-height: 22px;
	height: 80px;
}
textarea.mTextarea, input[type=text].mInput, .mSet {
	display: block;
	width: 100%;
	clear: both;
	font-size: 15px;
	border: 1px solid #dcdcdc;
	background: #fff;
	border-radius: 3px;
}
textarea.mTextarea {
	padding: 5px 7px;
	line-height: 30px;
	height: 100px;
}
textarea.review {
	border: 0;
	padding: 0 0;
	display: block;
	width: 100%;
	font-size: 15px;
	line-height: 20px;
	background: none;
	height: 80px;
}
input[type=text].mInput, .mSet {
	height: 40px;
	padding: 0 7px;
	line-height: 40px;
}
.mSet {
}
.mSet > span {
	display: block;
	height: 40px;
	background: url('../img/icon_5.png') no-repeat center right;
	background-size: auto 18px;
}
/**/
header {
	height: 65px;
	background: #853932;
	padding: 0 10px;
	position: relative;
}
#logo {
	float: left;
	position: relative;
	top: 18px;
}
header .action {
	float: right;
	position: relative;
	top: 12px;
}
header .action span {
	display: inline-block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	margin-left: 10px;
	background: url('../img/icon_1.png') no-repeat center 8px;
	background-size: 25px auto;
}
footer {
	background: #444 url('../img/logo2.png') no-repeat center 20px;
	background-size: 99px auto;
	padding: 10px;
	left: 0;
	margin-top:20px;
	position:absolute;
	width: 100%;
}
footer > ul {
	display: -webkit-box;
	margin-top: 60px;
	margin-bottom: 5px;
}
footer > ul li {
	-webkit-box-flex: 1.0;
	border-right: 1px solid #999;
	font-size: 10px;
	text-align: center;
	line-height: 15px;
}
footer > ul li:last-child {
	border-right: 0;
}
footer > ul li a {
	color: #999;
}
footer > p {
	font-size: 8px;
	color: #999;
	line-height: 30px;
	text-align: center;
}
#footerPlace {
	clear: both;
	height: 125px;
	width: 100%;
}
.header {
	overflow: hidden;
	height: 65px;
	background: #853932;
	color: #fff;
	position: relative;
}
.header > .title {
	font-size: 18px;
	line-height: 65px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 65px;
	text-align: center;
}
.header > .back, .header > .reduce {
	display: block;
	width: 55px;
	height: 55px;
	position: absolute;
	top: 5px;
	left: 0;
	overflow: hidden;
	background: url('../img/icon_6.png') no-repeat center center;
	background-size: 15px auto;
}
.header > .reduce {
	background: none;
	color: #fff;
	text-align: center;
	line-height: 55px;
	font-size: 18px;
}
.header > .right {
	height: 65px;
	position: absolute;
	right: 0;
	top: 5px;
}
.header > .right > a {
	display: inline-block;
	width: 55px;
	height: 55px;
}
.header > .right > a.share {
	background: url('../img/icon_11.png') no-repeat center center;
	background-size: 25px auto;
}
.header > .right > a.collect {
	background: url('../img/icon_10.png') no-repeat center center;
	background-size: 25px auto;
}
.header > .right .user {
	display: inline-block;
	width: 55px;
	height: 55px;
	background: url('../img/icon_1.png') no-repeat center center;
	background-size: 25px auto;
}
.header > .right .action1, .header > .right .action2 {
	display: inline-block;
	border: 0;
	background: none;
	width: 55px;
	height: 55px;
	color: #fff;
	text-align: center;
	line-height: 55px;
	font-size: 18px;
}
.header > .right .action2 {
	width: 90px;
}
/*搜索*/
#search {
	overflow: hidden;
	padding: 10px;
	background: #fff;
}
#search > .box {
	border: 1px solid #dcdcdc;
	height: 35px;
	border-radius: 25px;
	position: relative;
	overflow: hidden;
}
#search .btn {
	display: block;
	border: 0;
	text-indent: -999px;
	width: 40px;
	height: 33px;
	overflow: hidden;
	background: url('../img/icon_2.png') no-repeat center center;
	background-size: 18px 18px;
	position: absolute;
	right: 0;
	top: 0;
}
#search input[type=text] {
	width: 100%;
	height: 33px;
	padding: 0 50px 0 15px;
	border: none;
	font-size: 15px;
}

/*搜索*/
#search1 {
	overflow: hidden;
	padding: 10px;
	background: #fff;
}
#search1 > .box {
	border: 1px solid #853932;
	height: 50px;
	position: relative;
	overflow: hidden;
}
#search1 .btn {
	display: block;
	border: 0;
	text-indent: -999px;
	width: 40px;
	height: 50px;
	overflow: hidden;
	background: url('../img/icon_2.png') no-repeat center center;
	background-size: 18px 18px;
	position: absolute;
	right: 0;
	top: 0;
}
#search1 input[type=text] {
	width: 100%;
	height: 50px;
	padding: 0 50px 0 15px;
	border: none;
	font-size: 15px;
}
/*mPanel*/
.mPanel {
	overflow: hidden;
	padding:20px  10px;
}
.mPanel > .item {
	float: left;
	display: block;
	font-size: 12px;
	color: #666;
	line-height: 30px;
	text-align: center;
	width:16.8%;
	margin-right:4%;
	padding: 10px 0;
}
.mPanel .item:nth-child(5){
	margin-right:0;
	}
.mPanel > .item > i {
	display: block;
}
.mPanel > .item > i img{
	display:block;
	width:100%;
	}
.mPanel > .item1 {
	float: left;
	display: block;
	font-size: 12px;
	color: #666;
	line-height: 30px;
	text-align: center;
	width: 33%;
	padding: 14px 0;
}
.mPanel > .item1 > i {
	display: block;
	overflow: hidden;
	margin: 0 auto;
}

.mPanel > .item > i.s6 {
	background-position: left -301px;
}
.mPanel > .item > i.s7 {
	background-position: left -361px;
}
.mPanel > .item > i.s8 {
	background-position: left bottom;
}
.mP1 {
	border-bottom: 1px solid #f3f3f3;
}
.mP1 ul {
	overflow: hidden;
}
.mP1 ul li {
	float: left;
	width: 50%;
	border-right: 1px solid #f3f3f3;
	padding: 14px 0;
	text-align: center;
}
.mP1 ul li .img1 {
	padding: 20px 0 0 0;
}
.mP1 ul li .con {
	padding: 10px 0;
}
.mP1 ul li .con p {
	font-size: 12px;
	color: #666;
}
.mP1 ul li .con p.p1 {
	font-size: 14px;
}
.mP1 ul li:nth-child(2) {
	border-right: 0;
}
.mP2 {
	overflow: hidden;
}
.mP2 .item {
	float: left;
	display: block;
	width: 33.3%;
	border-right: 1px solid #f3f3f3;
	padding: 20px 0;
	font-size: 14px;
	color: #666;
	text-align: center;
	line-height: 40px;
}
.mP2 .item:nth-child(3) {
	border-right: 0;
}
.mP2 .item i {
	display: block;
	overflow: hidden;
	margin: 0 auto;
}
.mP2 .item i.s1 {
	padding: 6px 0 0 0;
}
.mP3 {
	padding: 20px 10px;
}
.mP3 ul {
	overflow: hidden;
}
.mP3 ul li {
	float: left;
	width: 48%;
	margin: 0 10px 10px 0;
}
.mP3 ul li:nth-child(2n) {
	margin-right: 0;
}
.mP3 ul li a {
	display: block;
}
.mP3 ul li a img {
	display: block;
	width: 100%;
}
/**/
.m_colHeadings {
	clear: both;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #333;
	font-size: 16px;
	padding: 0 35px;
	position: relative;
	overflow: hidden;
}
.m_colHeadings > i {
	display: block;
	border-top: 1px solid #bbb;
	height: 0;
	width: 100%;
	position: relative;
	top: 16px;
	z-index: 1;
}
.m_colHeadings > span {
	display: inline-block;
	margin: -1px auto 0;
	padding: 0 15px;
	height: 30px;
	background: #f1f1f1;
	position: relative;
	z-index: 2;
}
.m_colHeadings > span.s1 {
	background: #fff;
}
ul.mList {
	overflow: hidden;
}
ul.mList > li {
	float: left;
	width: 50%;
	padding: 0 5px 10px 0;
}
ul.mList > li:nth-child(2n) {
	padding: 0 0 10px 5px;
}
ul.mList2 {
	overflow: hidden;
}
ul.mList2 > li {
	float: left;
	width: 50%;
	padding-right: 10px;
}
ul.mList2 > li:last-child {
	padding-right: 0;
}
ul.mList3 {
}
ul.mList3 > li {
	margin-bottom: 10px;
}
ul.mList3 > li:last-child {
}
ul.mList4 {
}
ul.mList4 > li {
	border-bottom: 1px solid #dcdcdc;
	background: url('../img/icon_5.png') no-repeat right center;
	background-size: auto 18px;
}
ul.mList4 > li:last-child {
	border-bottom: 0;
}
ul.mList4 > li > a {
	display: block;
	padding: 15px 85px 15px 5px;
	color: #444;
	position: relative;
}
ul.mList4 > li > a .tt {
	font-size: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
ul.mList4 > li > a .rr {
	font-size: 15px;
	position: absolute;
	top: 15px;
	right: 20px;
	color: #999;
}
ul.mList4 > li.userHead > a {
	height: 85px;
	line-height: 55px;
}
ul.mList4 > li.userHead > a .head {
	width: 55px;
	height: 55px;
	border-radius: 100%;
	overflow: hidden;
	position: absolute;
	top: 15px;
	right: 20px;
	background: url('../img/icon_29.png') no-repeat center center;
	background-size: 100%;
}
.mImgTxt {
}
.mImgTxt > .img {
}
.mImgTxt > .img img {
	display: block;
	width: 100%;
	border: 1px solid #dcdcdc;
}
.mImgTxt > .txt {
	padding: 0 5px 5px;
	border: 1px solid #dcdcdc;
	border-top: 0;
}
.mImgTxt > .txt .title {
	font-size: 12px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 20px;
}
.mImgTxt > .txt .desc {
	font-size: 10px;
	color: #666;
	line-height: 15px;
	height: 60px;
	overflow: hidden;
}
.mImgTxt2 {
	overflow: hidden;
	height: 100px;
	position: relative;
}
.mImgTxt2 > .img {
	width: 100px;
	height: 100px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.mImgTxt2 > .img img {
	display: block;
	width: 100%;
}
.mImgTxt2 > .right {
	border: 1px solid #dcdcdc;
	padding: 7px 7px 7px 107px;
	height: 100px;
	overflow: hidden;
}
.mImgTxt2 > .right .title {
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 20px;
}
.mImgTxt2 > .right .title a {
	color: #333;
}
.mImgTxt2 > .right .desc {
	font-size: 12px;
	color: #666;
	line-height: 15px;
	height: 45px;
	overflow: hidden;
}
.mImgTxt2 > .right .other {
	font-size: 10px;
	color: #999;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}
.scrollBox {
	overflow-x: scroll;
	overflow-y: hidden;
}
.scrollBox > ul {
	overflow: hidden;
}
.m_img {
}
.m_img > a {
	margin-bottom: 10px;
	display: block;
}
.m_img > a:last-child {
	margin-bottom: 0;
}
.m_img > a img {
	display: block;
	width: 100%;
}
.mTabCtl {
	padding: 10px;
	background: #333;
	position: relative;
	height: 45px;
}

.mTabCtl > .item {
	float: left;
	width: 50%;
	padding: 0 5px 0 0;
}
.mTabCtl > .item:last-child {
	padding: 0 0 0 5px;
}
.mTabCtl > .item > span {
	display: block;
	height: 25px;
	line-height: 21px;
	text-align: center;
	color: #ccc;
	font-size: 15px;
	border: 2px solid #ccc;
	position: relative;
}
.mTabCtl > .item > span.on {
	border-color: #853932;
	background: #853932;
	color: #fff;
}
.mTabCtl > .item > span > i {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 8px solid #853932;
	position: absolute;
	left: 50%;
	top: 23px;
	margin-left: -5px;
	display: none;
}
.mTabCtl > .item > span.on > i {
	display: block;
}
.mTabCtl > .mMenu2 {
	position: absolute;
	left: 0;
	top: 50px;
	width: 100%;
	z-index: 50;
	display: none;
}
.mMenu2 {
	background: #fff;
	overflow: hidden;
}
.mMenu2 > a {
	display: block;
	width: 20%;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-size: 14px;
	float: left;
}
.mMenu2 > a:hover, .mMenu2 > a.on {
	color: #fff;
	border-color: #853932;
	background: #853932;
}
.mMenu2 > a:nth-child(5n) {
	border-right: 0;
}
.mSTab{
	height:45px;
	background:#fff;
	border-top:1px solid #f3f3f3;
	border-bottom:1px solid #f3f3f3;
	}
.mSTab .box li{
	float:left;
	width:25%;
	height:45px;
	position:relative;
	text-align:center;
	}
.mSTab .box li:nth-child(4){
	background:none;
	}
.mSTab .box li a{
	display:block;
	padding: 0 20px 0 0;
	line-height:45px;
	text-align: center;
	font-size:14px;
	color:#666;
	background:#fff url(../img/icon_cle.png) right no-repeat;
	position: relative;
	z-index: 12;
	}
.mSTab .box li a i{
	position:absolute;
	top:40%;
	left:65%;
	width:18px;
	height:10px;
	display:block;
	background:url(../img/icon_cle1.png) no-repeat;
	}
.mSTab .box li a.on{
	color:#853932;
	}
.mSTab .box li a.on i{
		background:url(../img/icon_cle2.png) no-repeat;
	}
.mSTab .box .dow_nav{
	display: none;
	width: 400%;
	position: absolute;
	top: 45px;
	border-top:1px solid #f3f3f3;
	background: #fff;
	z-index: 12;
}
.dow_nav1{
	left:-100%;
	}
.dow_nav2{
	left:-200%;
	}
.dow_nav3{
	left:-300%;
	}
.mSTab .box .dow_nav dl{
	overflow:hidden;
	padding-bottom:40px;
	}
.mSTab .box .dow_nav dl dd{
	float:left;
	height:40px;
	width:33.3%;
	border-bottom:1px solid #f3f3f3;
	border-right:1px solid #f3f3f3;
	}
.mSTab .box .dow_nav dl dd a{
	display:block;
	background:none;
	font-size:12px;
	padding:0;
	}
.mSTab .box .dow_nav dl dd a.on{
		color:#853932;
	}
.mSTab .box .dow_nav dl dd:nth-child(3n){
	border-right:0;
	}
.mask{
	position: fixed;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.5;
	width: 100%;
	height: 100%;
	z-index: 10;
	display: none;
	}
.tabPanel dl{
	height:42px;
	border-top:1px solid #f3f3f3;
	border-bottom:1px solid #f3f3f3;
	}
.tabPanel dl dd{
	width:50%;
	float:left;
	border-right:1px solid #f3f3f3;
	}
.tabPanel dl dd:nth-child(2){
	border-right:0;
	}
.tabPanel dl dd a{
	display:block;
	font-size:16px;
	text-align:center;
	line-height:40px;
	}
.tabPanel dl dd.hit a{
	background:#853932;
	color:#fff;
	}
.pane{
	display:none;
	}
.mTab14{
	background:#fff;
	}
.mTab14 ul{
	height:47px;
	border-bottom:1px solid #f3f3f3;
	}
.mTab14 ul li{
	float:left;
	width:50%;
	height:45px;
	position:relative;
	text-align:center;
	}
.mTab14 ul li a{
	display:block;
	padding: 0 20px 0 0;
	line-height:45px;
	text-align: center;
	font-size:14px;
	color:#666;
	background:#fff url(../img/icon_cle.png) right no-repeat;
	position: relative;
	z-index: 12;
	}
.mTab14 ul li a i{
	position:absolute;
	top:40%;
	left:65%;
	width:18px;
	height:10px;
	display:block;
	background:url(../img/icon_cle1.png) no-repeat;
	}
.mTab14 ul li a.on{
	color:#853932;
	}
.mTab14 ul li a.on i{
		background:url(../img/icon_cle2.png) no-repeat;
	}
.mTab14 ul .dow_nav{
	display: none;
	width: 200%;
	position: absolute;
	top: 45px;
		border-top:1px solid #f3f3f3;
	background: #fff;
	z-index: 12;
}
.dow_nav1{
	left:-100%;
	}
.tabPanel .mTab14 ul .dow_nav .side{
	overflow:hidden;
	padding-bottom:40px;
	}
.mTab14 ul .dow_nav .side .item{
	float:left;
	height:40px;
	width:33.3%;
	border-bottom:1px solid #f3f3f3;
	border-right:1px solid #f3f3f3;
	}
.mTab14 ul .dow_nav .side .item a{
	display:block;
	background:none;
	padding:0;
	font-size:12px;
	}
.mTab14 ul .dow_nav .side .item a.on{
		color:#853932;
	}
.mTab14 ul .dow_nav .side .item:nth-child(3n){
	border-right:0;
	}

ul.mTxtList {
}
ul.mTxtList > li {
	border-bottom: 1px solid #dcdcdc;
	background: url('../img/icon_4.png') no-repeat left center;
	background-size: 23px;
}
ul.mTxtList > li > a {
	display: block;
	padding: 0 7px 0 30px;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.filterBox {
	background: #fff;
	overflow: hidden;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
.filterBox > .top {
	height: 50px;
	border-bottom: 1px solid #dcdcdc;
	text-align: right;
	padding: 0 10px;
	line-height: 50px;
}
.filterBox > .top img {
	vertical-align: middle;
}
.filterBox > .con {
	padding: 10px 10px 0;
}
#filterClassPanel {
	display: none;
}
ul.radioList {
	background: #fff;
	padding: 0 10px;
}
ul.radioList > li {
	border-bottom: 1px solid #dcdcdc;
	padding: 0 5px;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	color: #444;
}
ul.radioList > li:last-child {
	border-bottom: 0;
}
ul.radioList > li .radio {
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #999;
	background: #fff;
	border-radius: 100%;
	float: right;
	position: relative;
	top: 15px;
}
ul.radioList > li .radio.on {
	border-color: #853932;
	background: #853932 url('../img/icon_8.png') no-repeat center center;
	background-size: 75% auto;
}
ul.Menu {
	border-top: 1px solid #dcdcdc;
	background: #fff;
}
ul.Menu > li {
	border-bottom: 1px solid #dcdcdc;
	background: url('../img/icon_9.png') no-repeat;
	background-size: 20px auto;
}
ul.Menu > li:last-child {
	border-bottom: 0;
}
ul.Menu > li.desc {
	background-position: 10px 15px;
}
ul.Menu > li.tel {
	background-position: 10px -65px;
}
ul.Menu > li.online {
	background-position: 10px -142px;
}
ul.Menu > li.s1 {
	background-position: 10px -221px;
}
ul.Menu > li.s2 {
	background-position: 10px -302px;
}
ul.Menu > li.s3 {
	background-position: 10px -374px;
}
ul.Menu > li.s4 {
	background-position: 10px -456px;
}
ul.Menu > li.s5 {
	background-position: 10px -538px;
}
ul.Menu > li.s6 {
	background-position: 10px -616px;
}
ul.Menu > li.s7 {
	background-position: 10px -705px;
}
ul.Menu > li.s8 {
	background-position: 10px -785px;
}
ul.Menu > li.s9 {
	background-position: 10px -869px;
}
ul.Menu > li.s10 {
	background-position: 10px -957px;
}
ul.Menu > li > a {
	display: block;
	padding: 0 10px 0 35px;
}
ul.Menu > li > a .txt {
	height: 50px;
	line-height: 50px;
	color: #444;
	font-size: 15px;
	background: url('../img/icon_5.png') no-repeat right center;
	background-size: auto 18px;
}
ul.Menu.M2 > li {
	background: url('../img/icon_12.png') no-repeat;
	background-size: 32px auto;
}
ul.Menu.M2 > li.tel {
	background-position: 10px 10px;
}
ul.Menu.M2 > li.info {
	background-position: 10px -107px;
}
ul.Menu.M2 > li.cl {
	background-position: 10px -224px;
}
ul.Menu.M2 > li > a {
	display: block;
	padding: 0 10px 0 47px;
}
.mShowInfo, .mShowDetal, .mShowReView, .mColBox {
	background: #fff;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
.mShowInfo > .item {
	font-size: 15px;
	color: #666;
	line-height: 20px;
	padding: 10px;
	border-bottom: 1px solid #dcdcdc;
}
.mShowInfo > .item:last-child {
	border-bottom: 0;
}
.mShowDetal {
	padding: 0 10px;
}
.mShowDetal img {
	max-width: 98%;
}
.mShowDetal > .title {
	font-size: 20px;
	color: #333;
	line-height: 40px;
	border-bottom: 1px solid #dcdcdc;
	padding: 5px 0;
}
.mShowDetal > .time {
	color: #999;
	font-size: 10px;
	line-height: 18px;
	margin-top: 10px;
}
.mShowDetal > .con {
	font-size: 12px;
	color: #333;
	line-height: 20px;
	padding: 10px 0;
}
.mShowDetal > .con img {
	display: block;
	max-width: 100%;
}
.mShowDetal > .con .col {
	color: #333;
	font-size: 15px;
	line-height: 25px;
}
dl.mShowDetal2 {
	padding: 0 10px;
}
dl.mShowDetal2 img {
	max-width: 98%;
}
dl.mShowDetal2 > dt {
	color: #853932;
	font-size: 15px;
	line-height: 30px;
}
.mShowReView {
	padding: 0 10px;
}
.mShowReView > .top {
	border-bottom: 1px solid #dcdcdc;
	padding: 0 5px;
}
.mShowReView > .top > a {
	display: block;
	font-size: 15px;
	color: #333;
	height: 50px;
	line-height: 50px;
	background: url('../img/icon_5.png') no-repeat right center;
	background-size: auto 18px;
}
.mShowReView > .item {
	padding: 10px 0;
	border-bottom: 1px solid #dcdcdc;
}
.mShowReView > .item:last-child {
	border-bottom: 0;
}
.mShowReView > .item > .img {
	height: 35px;
	width: 35px;
	border-radius: 100%;
	overflow: hidden;
	background: #f1f1f1;
	float: left;
}
.mShowReView > .item > .img img {
	display: block;
	width: 100%;
	height: 100%;
}
.mShowReView > .item > .right {
	padding: 5px 0 0 42px;
	color: #333;
}
.mShowReView > .item > .right img{max-width:98%;}
.mShowReView > .item > .right .name {
	font-size: 15px;
	line-height: 25px;
}
.mShowReView > .item > .right .name .time {
	float: right;
	color: #999;
}
.mShowReView > .item > .right .txt {
	font-size: 12px;
}
.mShowReView > .item > .ReViewPanel {
margin-top:0.px;
}
.mShowReView > .item > .ReViewPanel > .bar {
	font-size: 13px;
	color: #853932;
	line-height: 30px;
	height: 30px;
	margin-bottom: 5px;
}
.mShowReView > .item > .ReViewPanel > .bar a {
	float: right;
	color: #666;
}
.mShowReView > .item > .ReViewPanel > .bar a img {
	vertical-align: middle;
}
.mShowReView > .item > .ReViewPanel > .reviewBox {
	background: #f1f1f1;
	padding: 7px 10px;
	position: relative;
	line-height: 20px;
}
.mShowReView > .item > .ReViewPanel > .reviewBox > i {
	display: block;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 10px solid #f1f1f1;
	position: absolute;
	left: 10px;
	top: -10px;
}
.mShowReView > .item > .ReViewPanel > .reviewBox .rvItem {
	font-size: 13px;
	color: #999;
}
.mShowReView > .item > .ReViewPanel > .reviewBox .rvItem span {
	color: #666;
}
ul.mForm {
}
ul.mForm > li {
	border-bottom: 1px solid #dcdcdc;
	padding: 7px 0;
	overflow: hidden;
	font-size: 15px;
}
ul.mForm > li:last-child {
	border-bottom: 0;
}
ul.mForm > li > span {
	display: block;
	float: left;
	width: 80px;
	color: #666;
	line-height: 30px;
	height: 30px;
	text-align: right;
}
ul.mForm > li > .right {
	padding-left: 85px;
}
ul.mForm > li > .right input[type=text] {
	display: block;
	width: 100%;
	border: 0;
	height: 30px;
	background: none;
}
dl.mImgTxt3 {
}
dl.mImgTxt3 > dd.img img {
	display: block;
	width: 100%;
}
dl.mImgTxt3 > dt {
	padding: 3px;
	border-bottom: 1px solid #dcdcdc;
}
dl.mImgTxt3 > dt > a {
	font-size: 15px;
	line-height: 20px;
	color: #000;
}
dl.mImgTxt3 > dd.txt {
	font-size: 13px;
	color: #555;
	line-height: 18px;
	padding: 5px 0;
}
dl.mImgTxt4 {
}
dl.mImgTxt4 > dd.img img {
	display: block;
	width: 100%;
}
dl.mImgTxt4 > dt {
	padding: 5px;
	border-bottom: 1px solid #dcdcdc;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	margin-bottom: 5px;
}
dl.mImgTxt4 > dt > a {
	font-size: 12px;
	line-height: 20px;
	color: #853932;
}
dl.mImgTxt4 > dd.txt {
	font-size: 10px;
	color: #666;
	line-height: 18px;
	height: 36px;
	overflow: hidden;
}
dl.mImgTxt4 > dd.time {
	font-size: 10px;
	color: #999;
	text-align: center;
	line-height: 25px;
}
.mImgTxt5 {
	overflow: hidden;
}
.mImgTxt5 > .img {
	width: 85px;
	height: 70px;
	overflow: hidden;
	float: left;
	margin-right: 7px;
}
.mImgTxt5 > .img img {
	display: block;
	width: 100%;
}
.mImgTxt5 > .right {
	height: 70px;
	overflow: hidden;
}
.mImgTxt5 > .right .title {
	font-size: 12px;
	line-height: 20px;
	color: #333;
}
.mImgTxt5 > .right .con {
	height: 40px;
	overflow: hidden;
}
.mImgTxt5 > .right .con .action {
	width: 70px;
	margin-left: 7px;
	float: right;
}
.mImgTxt5 > .right .con .action .btn2 {
	height: 30px;
	line-height: 30px;
	font-size: 15px;
}
.mImgTxt5 > .right .con .desc {
	font-size: 10px;
	color: #666;
	line-height: 15px;
	height: 30px;
	overflow: hidden;
}
.mImgTxt5 > .bottom {
	font-size: 12px;
	color: #999;
	line-height: 20px;
	clear: both;
	width: 100%;
	margin: 10px 0 0;
}
.mImgTxt5 > .bottom img {
	vertical-align: middle;
	margin-right: 3px
}
.mColBox > .top {
	border-bottom: 1px solid #dcdcdc;
	padding: 0 10px;
	font-size: 18px;
	color: #333;
	height: 50px;
	line-height: 50px;
}
.mColBox > .con {
	overflow: hidden;
	padding: 0 10px;
}
.mColBox > .con > .item {
	width: 50%;
	float: left;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	padding: 10px 10px 0 0;
}
.mColBox > .con > .item:nth-child(2n) {
	padding: 10px 0 0 10px;
	border-right: 0;
}
.mForm2 {
	overflow: hidden;
}
.mForm2 > p {
	font-size: 15px;
	line-height: 27px;
	color: #333;
}
.pageing {
	padding: 10px;
	border-top: 1px solid #dcdcdc;
	background: #f1f1f1;
	text-align: center;
}
.pageing > a, .pageing > input[type=text] {
	display: inline-block;
	height: 30px;
	border: 1px solid #999;
	color: #666;
	line-height: 30px;
	font-size: 15px;
	background: none;
	vertical-align: middle;
}
.pageing > a {
	width: 30px;
}
.pageing > a.on {
	background: #853932;
	border-color: #853932;
	color: #fff;
}
.pageing > a.prev, .pageing > a.next {
	width: 60px;
}
.pageing > input[type=text] {
	padding: 0 7px;
	width: 70px;
}
.page > .pageing {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
}
.page > .pageingPlace {
	clear: both;
	height: 51px;
	width: 100%;
	margin-top: 10px;
}
.pageing2 {
	padding: 8px 10px;
	border-top: 1px solid #dcdcdc;
	background: #f1f1f1;
	overflow: hidden;
	text-align: center;
	color: #666;
	line-height: 30px;
	font-size: 15px;
}
.pageing2 > a {
	display: block;
	height: 30px;
	width: 100px;
	color: #fff;
	line-height: 30px;
	font-size: 15px;
	background: #853932;
	vertical-align: middle;
}
.pageing2 > a.next {
	float: right;
}
.pageing2 > a.prev {
	float: left;
}
.pageing2 span {
	color: #853932;
}
.page > .pageing2 {
	position: fixed;
	left: 0;
	bottom: 51px;
	width: 100%;
}
.page > .pageing2Place {
	clear: both;
	height: 56px;
	width: 100%;
	margin-top: 10px;
}
.mdesc {
}
.mdesc > .title {
	font-size: 18px;
	line-height: 22px;
	color: #333;
	margin-bottom: 5px;
}
.mdesc > .con {
	font-size: 14px;
	color: #666;
	line-height: 18px;
}
.mdesc > .con img {
	display: block;
	width: 100%;
	margin: 3px 0;
}
.mUploadImg {
	overflow: hidden;
	width: 100%;
	overflow: hidden;
}
.mUploadImg > .item {
	width: 50px;
	height: 50px;
	background: #dcdcdc url('../img/icon_14.png') no-repeat center center;
	background-size: 30px auto;
	float: left;
	margin-right: 12px;
}
.mUploadImg > .item:last-child {
	margin-right: 0;
}
.mUploadImg > .item.add input[type=file] {
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
}
#shareBox {
	padding: 0 10px;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 51;
	background: #fff;
	display: none;
}
#shareBox > .top {
	font-size: 13px;
	color: #999;
	height: 35px;
	line-height: 35px;
}
#shareBox > .con {
	overflow: hidden;
	margin: 0 -10px;
}
#shareBox > .con ul li {
	float: left;
	width: 25%;
	padding: 0 10px;
}
#shareBox > .con ul li a {
	display: block;
	color: #444;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
}
#shareBox > .con ul li img {
	display: block;
	margin: 0 auto;
	width: 100%;
}
#bg {
	background: #000;
	opacity: 0.5;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
	display: none;
}
.mBk {
	background: #fff;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
.mBk > .top {
	padding: 0 10px;
	font-size: 15px;
	line-height: 50px;
	border-bottom: 1px solid #dcdcdc;
}
.mBk > .con {
	overflow: hidden;
	margin-bottom: -1px;
}
.mBk > .con .item {
	float: left;
	border-bottom: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	width: 50%;
}
.mBk > .con .item:nth-child(2n) {
	border-right: 0;
}
.mBk > .con .item a {
	font-size: 15px;
	color: #444;
	text-align: center;
	display: block;
	line-height: 30px;
	padding: 10px 0 5px;
}
.mBk > .con .item i {
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	border-radius: 100%;
	margin: 0 auto;
	background: #dcdcdc url('../img/icon_23.png') no-repeat center center;
	background-size: 70% auto;
}
.mTabCtl2 {
	background: #fff;
	border-bottom: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
	overflow: hidden;
	padding: 10px 0;
}
.mTabCtl2 .item {
	width: 20%;
	float: left;
	border-right: 1px solid #dcdcdc;
	height: 20px;
	line-height: 20px;
	font-size: 15px;
	text-align: center;
	color: #666;
}
.mTabCtl2 .item:last-child {
	border-right: 0;
}
.mTabCtl2 .item.time {
	width: 40%;
}
.mTabCtl2 .item.on {
	color: #853932;
}
ul.mList5 {
	background: #fff;
	border-bottom: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
	padding: 0 10px;
}
ul.mList5 > li {
	border-bottom: 1px solid #dcdcdc;
	overflow: hidden;
	padding: 7px 0;
}
ul.mList5 > li:last-child {
	border-bottom: 0;
}
ul.mList5 > li .top {
	font-size: 13px;
	line-height: 25px;
	color: #999;
	overflow: hidden;
}
ul.mList5 > li .time {
	float: right;
}
ul.mList5 > li .img {
	width: 50px;
	height: 50px;
	overflow: hidden;
	border-radius: 100%;
	background: #dcdcdc;
	float: left;
	margin-right: 7px;
}
ul.mList5 > li a {
	font-size: 15px;
	color: #666;
	line-height: 50px;
}
ul.mList6 {
}
ul.mList6 > li {
	background: url('../img/icon_26.png') no-repeat 10px center;
	background-size: auto 18px;
	border-bottom: 1px solid #dcdcdc;
}
ul.mList6 > li:last-child {
	border-bottom: 0;
}
ul.mList6 > li > a {
	display: block;
	font-size: 15px;
	line-height: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 10px 0 10px 50px;
}
.mArticle {
	font-size: 12px;
	color: #666;
	line-height: 25px;
}
.mArticle img {
	max-width: 98%;
}
/*********************************
  User Page Css
*********************************/
ul.mList7 {
	overflow: hidden;
}
ul.mList7 > li {
	float: left;
	padding: 0 5px 10px 0;
	width: 50%;
}
ul.mList7 > li:nth-child(2n) {
	padding: 0 0 10px 5px;
}
.mImgTxt6 {
	position: relative;
}
.mImgTxt6 > i {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	height: 30px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	font-style: normal;
}
.mImgTxt6 > i.s0 {
	background: #666666;
}
.mImgTxt6 > i.s1 {
	background: #853932;
}
.mImgTxt6 > i.s2 {
	background: #0f8a0c;
}
.mImgTxt6 > .img img {
	display: block;
	width: 100%;
}
.mImgTxt6 > .bottom {
	border: 1px solid #dcdcdc;
	border-top: 0;
	background: #fff;
}
.mImgTxt6 .txt {
	padding: 3px;
}
.mImgTxt6 .title {
	font-size: 14px;
	height: 25px;
	line-height: 25px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
}
.mImgTxt6 .desc {
	font-size: 12px;
	line-height: 15px;
	color: #666;
	height: 30px;
	overflow: hidden;
}
.mImgTxt6 .action {
	border-top: 1px solid #dcdcdc;
	overflow: hidden;
}
.mImgTxt6 .action a {
	display: block;
	width: 50%;
	float: left;
	border-right: 1px solid #dcdcdc;
	text-align: center;
	height: 30px;
	line-height: 30px;
}
.mImgTxt6 .action a:last-child {
	border-right: 0;
}
.mImgTxt6 .action a em {
	display: inline-block;
	width: 15px;
	height: 15px;
	overflow: hidden;
	background: url('../img/icon_27.png') no-repeat;
	background-size: auto 15px;
	margin-right: 3px;
	position: relative;
	top: 2px;
}
.mImgTxt6 .action a em.edit {
	background-position: left center;
}
.mImgTxt6 .action a em.del {
	background-position: right center;
}
.showUploadImg {
	width: 150px;
	height: 150px;
	overflow: hidden;
	background: #dcdcdc;
}
.showUploadImg img {
	display: block;
	width: 100%;
}
ul.mLogRes {
	border: 1px solid #dcdcdc;
	border-bottom: 0;
	background: #fff;
}
ul.mLogRes > li {
	border-bottom: 1px solid #dcdcdc;
}
ul.mLogRes > li > input[type=text], ul.mLogRes > li > input[type=password] {
	min-width: 320px;
	display: block;
	border: 0;
	background: url('../img/icon_28.png') no-repeat;
	background-size: 13px auto;
	height: 40px;
	padding: 0 10px 0 35px;
}
ul.mLogRes > li > input.tel {
	background-position: 10px 10px;
}
ul.mLogRes > li > input.pwd {
	background-position: 10px -90px;
}
.tips {
	font-size: 12px;
	color: #bbb;
	line-height: 18px;
}
.popInfo {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 10px;
	background: #fff;
	border-top: 1px solid #dcdcdc;
	font-size: 15px;
	color: #333;
	line-height: 25px;
	text-align: center;
}
#userBox {
	display: block;
	height: 75px;
	overflow: hidden;
	background: url('../img/userbg.jpg') no-repeat left top;
	background-size: 100%;
	padding: 10px 20px;
}
#userBox .img {
	width: 55px;
	height: 55px;
	border-radius: 100%;
	background: url('../img/icon_29.png') no-repeat center center;
	background-size: 100%;
	float: left;
}
#userBox .img img {
	display: block;
	width: 100%;
	height: 100%;
}
#userBox .right {
	padding: 0 20px 0 10px;
	height: 55px;
	line-height: 55px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 15px;
	color: #000;
	background: url('skin/img/icon_31.png') no-repeat right center;
	background-size: 11px auto;
}
ul.mMenu {
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	background: #fff;
	padding: 0 10px;
}
ul.mMenu > li {
	padding-left: 30px;
	background: url('../img/icon_30.png') no-repeat;
	background-size: 24px auto;
}
ul.mMenu > li > a {
	display: block;
	border-bottom: 1px solid #dcdcdc;
	line-height: 50px;
	height: 50px;
	background: url('../img/icon_5.png') no-repeat center right;
	background-size: auto 18px;
	font-size: 15px;
	color: #333;
	padding: 0 5px;
}
ul.mMenu > li:last-child > a {
	border-bottom: 0;
}
ul.mMenu > li.s1 {
	background-position: left 13px;
}
ul.mMenu > li.s2 {
	background-position: left -92px;
}
ul.mMenu > li.s3 {
	background-position: left -196px;
}
ul.mMenu > li.s4 {
	background-position: left -300px;
}
ul.mMenu > li.s5 {
	background-position: left -405px;
}
ul.mMenu > li.s6 {
	background-position: left -510px;
}
ul.mMenu > li.s7 {
	background-position: left -613px;
}
ul.mMenu > li.s8 {
	background-position: left -718px;
}
ul.mMenu > li.s9 {
	background-position: left -822px;
}
#userMenu {
	border-top: 1px solid #dcdcdc;
	background: #fff;
	overflow: hidden;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
}
#userMenu > a {
	display: block;
	width: 25%;
	float: left;
	height: 50px;
	font-size: 10px;
	color: #999;
	line-height: 18px;
	text-align: center;
	padding-top: 5px;
}
#userMenu > a i {
	display: block;
	margin: 0 auto;
	width: 25px;
	height: 25px;
	overflow: hidden;
	background: url('../img/icon_32.png') no-repeat;
	background-size: 325px auto;
}
#userMenu > a.on {
	color: #853932;
}
#userMenu > a.home i {
	background-position: 3px 2px;
}
#userMenu > a.db i {
	background-position: -76px 2px;
}
#userMenu > a.sq i {
	background-position: -153px 2px;
}
#userMenu > a.my i {
	background-position: -228px 2px;
}
#userMenu > a.msg i {
	background-position: -304px 2px;
}
#userMenu > a.home.on i {
	background-position: 3px -42px;
}
#userMenu > a.db.on i {
	background-position: -76px -42px;
}
#userMenu > a.sq.on i {
	background-position: -153px -42px;
}
#userMenu > a.my.on i {
	background-position: -228px -42px;
}
#userMenu > a.msg.on i {
	background-position: -304px -42px;
}
#usermenuPlace {
	clear: both;
	width: 100%;
	height: 65px;
}
.minputBox {
	font-size: 15px;
	color: #333;
	padding: 0 10px;
	background: #fff;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
.minputBox > span {
	display: block;
	float: left;
	height: 50px;
	line-height: 50px;
	text-align: right;
	width: 50px;
}
.minputBox.mib2 > span {
	width: 70px;
}
.minputBox > .right {
	padding-left: 60px;
}
.minputBox.mib2 > .right {
	padding-left: 85px;
}
.minputBox > .right > input[type=text] {
	display: block;
	width: 100%;
	height: 50px;
	border: 0;
	color: #666;
	font-size: 15px;
}
ul.mForm3 {
	border: 1px solid #dcdcdc;
	background: #fff;
}
ul.mForm3 > li {
	border-bottom: 1px solid #dcdcdc;
	padding: 7px;
	overflow: hidden;
	font-size: 15px;
}
ul.mForm3 > li:last-child {
	border-bottom: 0;
}
ul.mForm3 > li > span {
	display: block;
	float: left;
	width: 80px;
	color: #666;
	line-height: 30px;
	height: 30px;
}
ul.mForm3 > li > em {
	display: block;
	float: left;
	color: #666;
	line-height: 30px;
	height: 30px;
	font-style: normal;
}
ul.mForm3 > li > .right {
	padding-left: 85px;
}
ul.mForm3 > li > .right.tel {
	padding-left: 40px;
}
ul.mForm3 > li > .right input[type=text], ul.mForm3 > li > .right input[type=password] {
	display: block;
	width: 100%;
	border: 0;
	height: 30px;
	background: none;
	font-size: 15px;
}
ul.mForm3 > li.yzm > .right {
	float: right;
	width: 125px;
	padding: 0 0;
}
ul.mForm3 > li.yzm > .left {
	padding-right: 135px;
}
ul.mForm3 > li.yzm > .left input[type=text] {
	display: block;
	width: 100%;
	border: 0;
	height: 45px;
	background: none;
	font-size: 15px;
}
.mTabCtl3 {
	overflow: hidden;
	border-radius: 30px;
	border: 1px solid #853932;
}
.mTabCtl3 > .item {
	width: 33.3%;
	float: left;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 15px;
	color: #853932;
	border-right: 1px solid #853932;
}
.mTabCtl3 > .item:last-child {
	border-right: 0;
}
.mTabCtl3 > .item.on {
	background: #853932;
	color: #f1f1f1;
}
.mBar {
	height: 50px;
	padding: 0 10px;
	line-height: 50px;
	border-bottom: 1px solid #dcdcdc;
	position: relative;
}
.mBar .drop {
	display: block;
	float: right;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	color: #853932;
	padding-right: 30px;
	background: url('../img/icon_33.png') no-repeat right center;
	background-size: 25px auto;
}
.mBar .drop1 {
	display: block;
	float: right;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	color: #853932;
	padding-right: 30px;
	background: url('../img/icon_34.png') no-repeat right center;
	background-size: 25px auto;
}
.mBarCon {
	background: #fff;
	display: none;
}
.mBarCon p {
	font-size: 15px;
	color: #853932;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #dcdcdc;
	padding: 0 10px;
}
.mBar .mBarCon {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50px;
	z-index: 50;
}
.mArtAction {
	padding: 10px;

	width: 100%;
	background: #fff;
	border-top: 1px solid #dcdcdc;
	left: 0;
	bottom: 0;
	text-align: center;
}
.mArtAction a {
	display: inline-block;
	width: 30%;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	border-radius: 30px;
}
#martactionPlace {
	clear: both;
	width: 100%;
	height: 60px;
}
/* Swipe 2 required styles */
.swipe {
	overflow: hidden;
	visibility: hidden;
	position: relative;
}
.swipe-wrap {
	overflow: hidden;
	position: relative;
}
.swipe-wrap > div {
	float: left;
	width: 100%;
	position: relative;
}
/* END required styles */
#mySwipe div img {
	display: block;
	width: 100%;
}
.swipe-page {
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 7px;
	left: 0;
}
.swipe-page i {
	display: inline-block;
	width: 7px;
	height: 7px;
	overflow: hidden;
	border-radius: 100%;
	background: #fff;
	opacity: 0.6;
}
.swipe-page i.on {
	opacity: 1;
}
.swipe-page1{
	bottom: 40px;
	}
.swipe-page1 i {
	display: inline-block;
	width: 12px;
	height:12px;
	margin-right:2%;
	overflow: hidden;
	border-radius: 100%;
	background: #fff;
	opacity: 0.6;
}
.mImgTxt7 {
	overflow: hidden;
	border: 1px solid #dcdcdc;
	margin: 0 0 10px 0;
}
.mImgTxt7 > .left {
	width: 50%;
	overflow: hidden;
	min-height: 100px;
	float: left;
}
.mImgTxt7 > .right {
	width: 50%;
	float: right;
	min-height: 100px;
	overflow: hidden;
}
.mImgTxt7 .img {
}
.mImgTxt7 .img img {
	display: block;
	width: 100%;
}
.mImgTxt7 .con {
	padding: 7px;
}
.mImgTxt7 .con .title {
	font-size: 14px;
	line-height: 20px;
}
.mImgTxt7 .con .title a {
	color: #333;
}
.mImgTxt7 .con .desc {
	font-size: 12px;
	color: #666;
	line-height: 15px;
	height: 45px;
	overflow: hidden;
}

/*工具*/
.tool_li{
	padding:20px 0;
	overflow:hidden;
	}
.tool_li .item{
	display:block;
	width:25%;
	float:left;
	font-size:14px;
	line-height:30px;
	color:#666;
	text-align:center;
	margin-bottom:20px;
	}
.tool_li .item1{
	display:block;
	width:33%;
	float:left;
	font-size:14px;
	line-height:30px;
	color:#666;
	text-align:center;
	margin-bottom:20px;
	}
.tool_li .item i{
	display:block;
	}
.tool_li .item1 i{
	display:block;
	}
	
	/*社区*/
.mColBox h2{
  font-size: 14px;
  line-height: 36px;
  font-weight: normal;
  color: #853932;
  padding:0 5px;
}
.mColBox .on-li{
	display:inline-block;
	color:#fff;
	margin:5px 0;
	padding:0 10px;
	border-radius:4px;
	padding:5px 10px;
	background:#853932;
	}
.Sq-List{
	padding: 0 0 20px 0; 
}
.Sq-List li{
	height: 32px;
	line-height: 32px;
	margin: 0 5px;
	background: url(../img/list_icon.png) left center no-repeat;
}
.Sq-List li a{
	display: block;
	padding: 0 0 0 6px;
}
.go-sq{
	color: #853932;
	text-align: right;
	margin-right: 10px;
	display: block;
	font-size: 14px;
	padding: 10px 0;
	font-family: 宋体;
}
.nav-item{
	overflow: hidden;
	padding: 10px;
	background: #fff;
}
.nav-item .item{
  float: left;
  display: block;
  font-size: 12px;
  color: #666;
  text-align: center;
  width:11.6%;
  margin-right: 6%;
  padding: 10px 0;
}
.nav-item .item i{
	display: block;
}
.nav-item .item i img{
  display: block;
  width: 100%;
}
.nav-item .item:nth-child(6){
	margin-right:0; 
}
.mColBox1{
	border: 0;
}
.T-list{
	overflow: hidden;
	padding: 0 0 30px 0;
}
.T-list li{
	padding: 20px 0;
	border-bottom: 1px solid #e6e6e6;
	overflow: hidden;
}
.T-list li .novel-rank-icon{
	display: block;
	width: 18px;
	height: 20px;
	line-height: 20px;
	float: left;
	margin: 16px 0 0 0;
}
.T-list li .novel-rank-icon.novel-rank-1{
	background: url(../img/sq_icon_01.png) no-repeat;
} 
.T-list li .novel-rank-icon.novel-rank-2{
	background: url(../img/sq_icon_02.png) no-repeat;
} 
.T-list li .novel-rank-icon.novel-rank-3{
	background: url(../img/sq_icon_03.png) no-repeat;
}
.T-list li .img{
	width: 50px;
	float: left;
	margin:4px 0 0 10px;
}
.T-list li .img img{
	width: 50px;
	height: 50px;
	border-radius: 6px;
}
.T-list li .con{
	width:60%;
	margin: 0 0 0 10px;
	float: left;
}
.T-list li .con p a{
	font-size: 14px;
	color:#333;
}
.T-list li .con p.info{
	color: #999;
}
.t-mor{
	padding:0 0 30px 0;
	}
.t-mor a{
	height:36px;
	margin:0 20px;
	background:#853932;
	border-radius:4px;
	display:block;
	line-height:36px;
	font-size:14px;
	color:#fff;
	text-align:center;
	}
.t-mor a span{
	display:inline-block;
	font-size:16px;
	padding:0 5px 0 0;
	font-weight:bold;
	}
.g-btn{
	display: block;
	width: 50px;
	height: 26px;
	background: #853932;
	border-radius: 3px;
	line-height: 26px;
	text-align: center;
	float: right;
	margin:16px 10px 0 0;
	color:#eee;
}
.T-list li .con p span{
	display: inline-block;
	padding: 0 14px 0 0;
}
.top_area{
	background: #fff;
	overflow: hidden;
	padding: 20px 0;
	border-bottom: 1px solid #e6e6e6;
}
.top_area .img{
	width:20%;
	float: left;
	padding: 0 0  0 10px;
}
.top_area .img img{
	display: block;
	width: 100%;
	border-radius:6px;
}
.top_area .con{
	float: left;
	padding: 0 0 0 10px;
}
.top_area .con p{
	line-height: 24px;
}
.top_area .con p.title{
	font-size: 14px;
	color: #333;
}
.top_area .con p span{
	display: inline-block;
	padding: 0 12px 0 0;
}
.top_area .con p span b{
	font-weight: normal;
	color: #e3786c;
	padding: 0 0 0 4px;
}
.function-area{
	height: 26px;
}
.function-area span{
	display: inline-block;
	width:88px;
	line-height: 26px;
	text-align: center;
	border-radius:3px; 
	margin: 0 8px 0 0;
	padding-left:12px;
 }
.function-area span a{
	color: #fff;
}
.function-area span.btn-gz{
	background:#853932 url(../img/new_frs_icon_01.png) 10px center no-repeat;
	color:#eee;
}
.function-area span.btn-qd{
	background:#e7e7e7 url(../img/new_frs_icon_03.png) 10px center no-repeat;
}
.function-area span.btn-qd a{
	color: #3668b2;
}
.info-area{
	background: #fff;
	border-bottom: 1px solid #e6e6e6;
	padding: 10px;
}
.info-area h2{
	font-size: 14px;
	color: #333;
}
.info-area p{
	line-height: 22px;
	padding: 5px 0;
}
.post_list{
	overflow: hidden;
}
.threads_list{
	background: #fff;
}
.threads_list li{
	height: 36px;
	line-height: 36px;
	border-bottom: 1px solid #e6e6e6;
}
.threads_list li span{
	margin: 0 0 0 10px;
}
.threads_list li span.ti_icon_zhiding{
	height: 14px;
	padding: 0 5px;
	font-size: 10px;
	line-height: 14px;
    color: #2398eb;
	border: 1px solid #2398eb;
	border-radius: 3px;
}
.threads_list-t{

}
.threads_list-t li{
    background: #fff;
    margin: 14px 0;
    border-radius:6px; 
    padding: 20px 10px;
}
.threads_list-t .list-tr-top{
    overflow: hidden;
    padding: 
}
.threads_list-t .list-tr-top .left-tr{
    float: left;
    width: 42%;
    padding: 
}
.threads_list-t .list-tr-top .left-tr p{
    float: left;
    margin: 0 10px 0 0;
}
.threads_list-t .list-tr-top .left-tr p img{
    width: 40px;
    height: 40px;
    border-radius:6px;
}
.threads_list-t .list-tr-top .left-tr p span{
    display: block;
}
.threads_list-t .list-tr-top .left-tr p span.name{
    font-size: 14px;
}
.threads_list-t .list-tr-top .left-tr p span.time{
    color:#999;
}
.threads_list-t .list-tr-top .right-tr{
    float: right;
}
.threads_list-t .list-tr-top .right-tr span{
    display: inline-block;
    color: #999;
    line-height: 24px;
    padding: 0 8px 0 16px;
}
.threads_list-t .list-tr-top .right-tr span.btn_zan{
    background: url(../img/new_icon_01.png) left center no-repeat;
}
.threads_list-t .list-tr-top .right-tr span.btn_reply{
    background: url(../img/new_icon_02.png) left center no-repeat;
}
.threads_list-t .con{
    padding: 6px 0;
}
.threads_list-t .con span{
    display: block;
}
.threads_list-t .con .title a{
    font-size: 14px;
    color: #333;
    display: block;
    padding: 0 0 6px 0;
}
.threads_list-t .con .info{
    color: #999;
    padding: 0 3px;
    line-height: 22px;
}
.threads_list-t .con .img{
    overflow: hidden;
    padding: 10px 0 0 0;
    max-height:82px;
}
.threads_list-t .con .img p{
    float: left;
    margin: 0 8px 0 0;
}
.threads_list-t .con .img p img{
    height: 80px;
}
.go-btn-fa{
    display: block;
    position: fixed;
    right: 10px;
    bottom: 12%;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    background: url(../img/go-btn-01.png) no-repeat;
}
.ti_fa{
    background: #fff;
}
.ti_fa .title{
    height:40px;
    padding: 0 10px;
    border-bottom: 1px solid #e6e6e6;
}
.ti_fa .title input{
    border:0;
    width: 100%;
    height: 40px;
    line-height: 40px;
}
.ti_fa .con .textarea{
   border:0;
   line-height: 24px; 
}
.info-item .info-item{
    background: #fff;
}


/*app*/
.tool_li {
  padding: 20px 0;
  overflow: hidden;
  background-color:#fff;
}

.tool_li .item {
  display: block;
  width: 25%;
  float: left;
  font-size: 14px;
  line-height: 30px;
  color: #666;
  text-align: center;
  margin-bottom: 20px;
}
.tool_li .item i {
  display: block;
}
.icon-news{
	overflow:hidden;
	  background-color:#fff;
	margin:10px 0;
	}
.icon-news h2{
	font-size:14px;
	color:#999;
	padding:0 0 0 10px;
	line-height:40px;
	}
.icon-news dl{
	overflow:hidden;
		margin:0 0 10px 0;
	border-bottom:1px solid #ccc;
	}
.icon-news dl dd{
	width:50%;
	float:left;

		height:30px;
	}
.icon-news dl dd a{
	display:block;
	line-height:30px;
	color:#666;
	font-size:12px;
	padding:0 0 0 10px;
	}
.refresh{
	display:block;
	float:right;
	color:#999;
	font-size:12px;
	padding:0 10px 20px 0;
	}

.dow-pop{
	width: 100%;
	left: 0;
	bottom: 0;
	color: #fff;
	background: #2b2b2b;
	opacity: 0.95;
	position: fixed;
	z-index: 102;
}
.dow-pop .close{
	display:block;
	float: left;
	width:4%;
	padding:18px 4%;
	height: 10px;
	text-indent: -9999px;
	background: url(../img/close-btn.png) center no-repeat;
	background-size: 14px 14px;
}
.dow-pop .down-box{
	display:block;
	float: right;
	width: 92%;
	padding: 10px 0;
}

.dow-pop .down-box span{
	display: block;
	float: left;
	font-size: 14px;
}
.dow-pop .down-box span.img{
	width:46px;
}
.dow-pop .down-box .img img{
	display: block;
	width: 46px;
	height: 46px;
}
.dow-pop .down-box .cont{
	padding-left: 10px;
}
.dow-pop .down-box .cont p.ti{
	font-size: 15px;
	padding:5px 0; 
	font-weight: bold;
}
.dow-pop .down-box .btn{
	margin-right: 12px;
	position: relative;
	top: 8px;
	float: right;
}
.dow-pop .down-box .btn a{
	display: block;
	width: 80px;
	height: 32px;
	text-align: center;
	border-radius: 4px;
	line-height: 32px;
	color: #f1e1a2;
	background-image: -moz-linear-gradient(top, #c83f15, #a43513); /* Firefox */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c83f15), color-stop(1, #a43513)); /* Saf4+, Chrome */
 filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#c83f15, endcolorstr=#a43513, gradientType=1);/* IE*/
}
.footerClt{
	height: 60px;
}
/**/