html {
	font-family: Microsoft YaHei, sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 100px;
	/*默认375px初始化 100px*/
}

body {

	font-family: "Lantinghei SC", "Hiragino Sans GB", "Microsoft Yahei", Helvetica, arial, \5b8b\4f53, sans-serif;
/* 	-webkit-font-smoothing: antialiased; */
	color: #444;
	line-height: 1.5;
	font-size: 0.14rem;
	/*-webkit-transition: font-size .1s ease-out;*/
	/*-moz-transition: font-size .1s ease-out;*/
	/*-ms-transition: font-size .1s ease-out;*/
	/*-o-transition: font-size .1s ease-out;*/
	/*transition: font-size .1s ease-out;*/
}

/*全局字体*/

html,
body,
.wrap {
	height: 100%;
}

body {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

body>.wrap {
	height: auto;
	min-height: 100%;
}

a,
a:link {
	text-decoration: none;
}

a:focus {
	outline: 0;
}

.bg-cg {
	background-color: #f8f8f8;
}

/*底部高度决定*/

.page {
	padding-bottom: 0.4rem;
}

.page-fixed {
	position: fixed;
}

.has-header {
	padding-top: 0.4rem;
}




.page:after {
	display: block;
	content: '.';
	clear: both;
	font-size: 0;
	line-height: 0;
}

.foot {
	margin-top: -0.4rem;
	height: 0.4rem;
	line-height: 0.4rem;
	text-align: center;
}



.footer {
	height: .4rem;
	font-size: 12px;
	display: -webkit-box;
	padding: .1rem .05rem;
	background-color: #393939;
	border-top: 1px solid #eee;
	color: #efefef
}

.footer-left {
	width: 90px;
	padding: 0 .05rem;
}

.footer-left img {
	width: 100%;
	height: 100%;
}


.footer-right {
	-webkit-box-flex: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #bbb;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

strong {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: 0;

}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	padding: 0;
	margin: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	outline: none;

}

i,
em {
	font-style: normal;
}




body {

	background-color: #f3f3f3;
}




body.slide-left {
	/*-webkit-transform: translate(-1.3rem, 0);*/
	/*-ms-transform: translate(-1.3rem, 0);*/
	/* transform: translate(-130px, 0); */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


body.slide-left:after {
	visibility: visible;
	opacity: 0.3;
	z-index: 1002;
}

body:after {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	content: " ";
	display: block;
	background: #000;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	visibility: hidden;
}

.g-right-menu {
	display: none;
	width: 100%;
	background: #fff;
	/*padding-top: .4rem;*/
	position: absolute;
	left: 0;
	top: .40rem;
	z-index: 1100;
}

.g-right-menu.on {
	display: block;
}



.g-right-menu .b-category {
	background-color: transparent;
	padding: .15rem .3rem;
	margin: 0;

}

.g-right-menu .b-category li {
	margin: 0;
	float: none;
	width: auto;
	text-align: left;

	padding: .1rem .15rem;
	border-bottom: 1px solid #eee;
}

.g-right-menu .b-category li:last-child {
	border-bottom: 0;
}


.g-right-menu .b-category .thumb {
	display: inline-block;
	width: .3rem;
	height: .3rem;
	vertical-align: middle;
	margin-right: .1rem;
}

.g-right-menu .b-category h2 {
	display: inline-block;
	color: #333;
	margin: 0;
}

.g-right-menu .b-category .u {
	text-align: left;
	padding: 0 .2rem;
}

.g-right-menu .b-category .iconfont {
	width: .2rem;
	height: .2rem;
	text-align: center;
	line-height: .2rem;
	position: absolute;
	top: 50%;
	right: .1rem;
	margin-top: -0.1rem;
	color: #ddd;
}

/*function*/


.f-mt1r {
	margin-top: .1rem;
}


.f-mb1r {
	margin-bottom: .1rem;
}


.m-banner {
	height: 2.2rem;
	overflow: hidden;
}





.m-banner img {
	height: 100%;
	border: 0;
	width: 100%;
}

.m-banner .bg {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;

}


.m-banner .swiper-text {

	position: absolute;
	height: .2rem;
	/*background-color: rgba(0,0,0,.6);*/
	color: #fff;
	width: 100%;
	padding-left: .1rem;
	line-height: .2rem;
	bottom: 0.35rem;
	left: 0;
	font-size: 16px;

}

.m-banner .swiper-subinfo {

	position: absolute;
	height: .2rem;
	/*background-color: rgba(0,0,0,.6);*/
	color: #fff;
	font-size: 12px;
	width: 100%;
	padding-left: .1rem;
	padding-right: .1rem;
	line-height: .2rem;
	bottom: .1rem;
	left: 0;
	box-sizing: border-box;
}


.m-banner .swiper-subinfo:after {
	display: block;
	clear: both;
	content: '.';
	visibility: hidden;
	line-height: 0;
	font-size: 0;
}


.m-banner .swiper-subinfo .rr {
	line-height: .2rem;
	height: .2rem;
	border-radius: 4px;
	border: 1px solid #61c338;
	text-align: center;
	float: right;

	padding: 0 .05rem;
}

.index-tongji {
	width: 100%;


	background: #fe5d62;
}

.index-tongji ul {
	margin: .1rem auto;
}

.index-tongji li {
	height: auto;
	overflow: hidden;
	padding: .3rem 0;
	color: #ffffff;
	width: 180px;
	margin: 0 auto;
	text-indent: .55rem;
	border-bottom: #ffffff solid 1px;

}

.index-tongji li h1 {
	font-size: .32rem;
}

.index-tongji li p {
	font-size: .14rem;
	font-weight: bold;
	color: #fff
}

.index-tongji li.index-team1 {
	width: 2.1rem;
	background: url("/template/mpublic/images/index/index-icon-team1.png") no-repeat left center;
}

.index-tongji li.index-team2 {
	width: 2.1rem;
	background: url("/template/mpublic/images/index/index-icon-team2.png") no-repeat left center;
}

.index-tongji li.index-team3 {
	width: 2.1rem;
	background: url("/template/mpublic/images/index/index-icon-team3.png") no-repeat left center;
}

.index-tongji li.index-team4 {
	width: 2.1rem;
	background: url("/template/mpublic/images/index/index-icon-team4.png") no-repeat left center;
	border: none;
}

.m-grid {}


.m-grid-list {}


.m-hd {
	height: .4rem;
	display: -webkit-box;
	background-color: #fff;
	border-bottom: 1px solid #eee;
}


.m-hd-fixed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: .4rem;
	z-index: 1100;
}


.m-hd-logo {
	width: 1.17176rem;
	height: .4rem
}

.m-hd .placeholder {
	-webkit-box-flex: 1;
}

.m-hd .g-menu {
	display: block;
	font-size: .4rem;
	text-align: center;
	width: .4rem;
	line-height: .24rem;
}


.m-hd .g-menu i {
	font-size: .24rem;
	height: .4rem;
	color: #fa0000;
}


.m-hd .g-menu .icon-guanbi1 {
	color: #ccc;
	display: none;
	line-height: .4rem;
}

.m-hd .g-menu.on .icon-guanbi1 {
	display: block;
}

.m-hd .g-menu.on .icon-caidan {
	display: none;
}


.m-hd-logo img {
	width: 100%;
	height: 100%;

}

.m-hd:after {
	display: block;
	content: '.';
	visibility: hidden;
	clear: both;
	font-size: 0;
	line-height: 0;
}

/*默认4*/
.m-grid>div,
.m-grid-list>li {
	float: left;
	width: 20%;
}

.m-grid-half>div {
	float: left;
	width: 50%;
	box-sizing: border-box;
}

.m-grid:after,
.m-grid-list:after {
	display: block;
	clear: both;
	content: '.';
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}

.f-mt10 {
	margin-top: 0.1rem;
}


.f-clearfix:after {
	display: block;
	content: '.';
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}


.m-list {

	padding: 0;
	margin: 0.1rem 0 0 0;
}


.m-dl {
	padding: 0.1rem;
	display: -webkit-box;
	position: relative;
}

.m-dl .thumb {
	width: .4rem;
	height: .4rem;
}

.m-dl .thumb img {
	width: 100%;
}

.m-dl .mod {
	-webkit-box-flex: 1;
	display: block;
	margin-left: 0.1rem;
}

.m-dl a.link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
}


.m-dl .mod h2 {
	margin: 0;
	line-height: 0.18rem;
	font-size: 0.14rem;
	max-height: 0.36rem;
	overflow: hidden;
}

.m-dl .mod .info {
	color: #999;
	line-height: 0.12rem;
	height: 0.24rem;
	overflow: hidden;
	font-size: 0.12rem;
}


.m-tit-a {

	height: 0.36rem;
	line-height: 0.36rem;
	display: -webkit-box;
	border-bottom: 1px solid #eee;
}

.m-tit-a .text {
	display: block;
	padding: 0 0.1rem;
	margin-left: 0.1rem;
	box-sizing: border-box;
	border-bottom: 2px solid #6bc2f8;
	color: #3d464d
}


.m-tit-a .place {
	display: block;
	-webkit-box-flex: 1;
}


.m-tit-a .more {
	display: block;
	color: #999;
	font-size: 0.12rem;
	line-height: 0.36rem;
	padding: 0 0.1rem;
}


.m-tit-b {
	display: block;
	color: #3d464d;
	font-size: 0.14rem;
	line-height: 0.36rem;
	padding: 0 0.1rem;
	border-bottom: 1px solid #ddd;
	background-color: #fff;

}


.m-tit-b .more {
	display: block;
	float: right;
	width: .5rem;
	text-align: right;
	color: #999;
	font-size: .12rem;
	line-height: .36rem;
	height: .36rem;
}

.m-common-list {

	background-color: #fff;
	padding: .1rem;
}

.m-common-list li {}


.f-list-orgin li {
	list-style: disc;
}

.m-common-list li>a {
	display: block;
	line-height: .4rem;
	height: .3rem;
	color: #3d464d;
}


/*重置*/


.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 0.06rem;
}

/*表单*/
.m-form {
	padding: 0 .1rem;
	margin: 0;
	color: #333;
	background-color: #fff;
}


.m-form .line,
.m-form .line-b {
	display: -webkit-box;
	position: relative;
	overflow: hidden;
	padding: 0 .1rem;
}


.m-form .line-b {
	border-bottom: 1px solid #eee;
}

.m-form .line-b:last-child {
	border: 0;
}


.m-form .lbl {
	width: 0.8rem;
	height: 0.4rem;
	line-height: 0.4rem;
}

.m-form .u-field {
	-webkit-box-flex: 1;
	min-height: 0.4rem;
	display: block;
}

.m-form .u-field>input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 0.4rem;
	border: 0;
	color: #666;
	width: 100%;
}



.m-form .mu-radio {
	display: -webkit-box;
	-webkit-box-flex: 1;
	border-bottom: 1px dashed #eee;
}

.m-form .mu-radio>a {
	display: block;
	-webkit-box-flex: 1;
	height: .4rem;
	line-height: .4rem;
	text-align: center;
	color: #333;
}

.m-form .img-code {
	display: block;
	width: 0.8rem;
	height: 0.3rem;
	margin-top: 0.05rem;
	text-align: right;
}

.m-form .img-code>img {
	display: inline-block;
	width: 95%;
	height: 100%;

}


.m-form .mu-radio .on {
	color: #fa0;
	background-color: #f3f3f3;
}

.m-form .u-field select,
.m-form .u-field input[type="date"] {
	width: 100%;
	-webkit-appearance: none;
	height: .4rem;
	line-height: .4rem;
	border: 0;
}

.mu-radio a .icon-fangxingweixuanzhong {
	display: inline;
}

.mu-radio a .icon-fangxingxuanzhong {
	display: none;
}



.mu-radio .on .icon-fangxingweixuanzhong {
	display: none;
}

.mu-radio .on .icon-fangxingxuanzhong {
	display: inline;
}


.m-form select:focus {
	outline: 0;
}


.m-form .muti-field {
	-webkit-box-flex: 1;
	display: -webkit-box;
	height: .4rem;
	line-height: .4rem;
}


.muti-field>.u {
	-webkit-box-flex: 1;
	margin-right: .1rem;
}

.muti-field>.u:last-child {
	margin-right: 0;
}

.muti-field select {

	width: 100%;
	-webkit-appearance: none;
	height: .4rem;
	line-height: .4rem;
	border: 0;
}

/*按钮*/




.u-btn {
	font-size: 0.16rem;
	border-radius: 3px;
	width: 90%;
	border: 1px solid #6bc2f9;
	text-align: center;
	line-height: 0.35rem;
	display: block;
	font-weight: 500;
	color: #fff;
	background-color: #6bc2f9;
	margin: 0 auto;
}


.u-btn-sub {
	border: 1px solid #6bc2f9;
	color: #6bc2f9;
	background-color: transparent;
}

.u-btn-disabled {

	border: 1px solid #e9e9e9;
	text-align: center;
	line-height: 0.35rem;
	display: block;
	font-weight: 500;
	color: #bbb;
	background-color: #e9e9e9;
}

.lm-title{
	background-color: #FFFFFF;
	margin: .15rem 0 .15rem .15rem;
}

/*private*/
/*公告*/

.b-note {

	display: -webkit-box;
	padding: 0.1rem 0.1rem 0.1rem 0.2rem;
	background-color: #f7f7f7;
}

.b-note>.mod {
	display: block;
	-webkit-box-flex: 1;
	margin-left: 0.1rem;
	margin-top: 0.03rem;
	height: .15rem;
	overflow: hidden;
}

.b-note .cover {
	width: 0.15rem;
	height: 0.15rem;
}

.b-note .cover>img {
	height: 100%;
	width: 100%;

}

.b-note .tit {
	font-size: 0.18rem;
	line-height: 1;
	height: 0.18rem;
	overflow: hidden;
	margin: 0 0 0.04rem 0;
}

.b-note .info {
	line-height: 0.20rem;
	font-size: 0.14rem;
	height: 0.2rem;
	overflow: hidden;
	color: #999;
}

/*类别*/
.b-category {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #fff;
}

.b-category>li {
	box-sizing: border-box;
	position: relative;
	margin-top: 0.15rem;
}


.b-category>li>.a.link {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	left: 0;
}


.b-category .thumb {
	height: 0.45rem;
	width: 0.45rem;
	display: inline-block;
}

.b-category .thumb-s {
	height: 0.30rem;
	width: 0.30rem;
	display: inline-block;
}

.b-category .thumb-s>img {
	width: 100%;
	height: 100%;
}

.b-category .thumb>img {
	width: 100%;
	height: 100%;
}

.b-category h2 {
	line-height: 0.20rem;

	font-size: 0.14rem;
	font-weight: normal;
	margin: 0 0 0 0;
}

.b-category .u {
	text-align: center;
}

.b-category li>a.link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/*注册入口*/

.b-bizRoad {
	/*padding:0.1rem;*/
	margin-top: 0.1rem;
	background-color: #fff;
}

.b-bizRoad .l {
	width: 50%;
	padding: 0.2rem 0.15rem;

}

.b-bizRoad .r {
	border-left: 1px solid #eee;
	width: 50%;
	padding: 0.2rem 0.06rem 0.2rem 0.13rem;
}


.b-bizRoad .mod .info {
	height: 0.12rem;

}


.b-bizRoad .m-dl .mod {
	margin-left: 0.05rem;
}

.b-bizRoad .mod h2 {
	height: 0.26rem;
}

.b-panel {
	margin-top: 0.1rem;
	background-color: #fff;
	/*padding:0  0.1rem;*/
}


.b-cont {}

.b-cont a {
	color: #333;
}

.b-panel .text {}

/*空间列表*/
.b-space {}

.b-space .thumb {
	width: 0.9rem;
	height: 0.7rem;
	line-height: 0.7rem;
	border-radius: 2px;
	overflow: hidden;

}

.b-space .mod .info {
	height: 28px;
	line-height: 14px;
	margin-top: 0.04rem;
	font-size: 12px;
	overflow: hidden;
}

.b-space .mod .time {
	height: 0.14rem;
	line-height: 0.14rem;
	margin-top: 0.06rem;
	font-size: .12rem;
	color: #999;
}


.b-space .mod .time:after {
	content: '.';
	visibility: hidden;
	display: block;
	clear: both;
	font-size: 0;
	line-height: 0;
}

.b-space .mod .tagtype {
	height: .14rem;
	line-height: .14rem;
	float: right;

	text-align: right;
}

.b-space .m-list>li {
	border-bottom: 1px solid #eee;
	position: relative;
}

.b-space .m-list li a.link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}


/*统计*/
.b-statistics {
	width: 50%;
	float: left;
	text-align: center;
	background-color: #f4f5f9;
	padding: 0.15rem 0;
	/*margin-top: 0.1rem;*/
}





.b-statistics .num {
	color: #4fb1ee;
	font-size: 0.20rem;
	line-height: 0.24rem;
	font-family: sans-serif;
	font-weight: 700;
}


.b-statistics .bo {
	width: 90%;
	margin: 0.05rem auto 0 auto;
	/*display: -webkit-box;*/
	color: #999;
	line-height: 0.2rem;
}

.b-statistics .bo>.line {
	/*-webkit-box-flex: 1;*/
	position: relative;
	width: .25rem;
	display: inline-block;
	vertical-align: middle;
	height: 1px;
}


.b-statistics .line>i {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	height: 0.9px;
	background-color: #51b1ee;
}

.b-statistics .item {
	/*margin: 0 0.1rem;*/
	line-height: 0.18rem;
	color: #51b1ee;
	display: inline-block;

}

.b-statistics .item>.heart {
	display: inline-block;
	height: 0.18rem;
	vertical-align: text-top;
	width: 0.18rem;
	background-image: url(../images/icon/i1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}


/*风采*/
.b-charm {
	margin-top: 0.1rem;
	background-color: #fff;
}

.b-charm .thumb {
	width: 0.6rem;
	height: 0.6rem;
}

.b-charm .mod h2 {
	font-size: 0.14rem;
	line-height: 0.2rem;
	height: 0.2rem;
	overflow: hidden;
}


.b-charm .mod .desc {

	font-size: 0.12rem;
	padding-bottom: 0.1rem;
	line-height: 0.14rem;
	margin-top: 0.05rem;
	height: 0.14rem;
	overflow: hidden;
	color: #878787;
	border-bottom: 1px solid #ededed;
}


.b-charm .intro {
	color: #333;
	font-size: 0.12rem;
	line-height: 0.16rem;
	margin-top: 0.1rem;
	padding-bottom: 0.1rem;
}


.b-charm .intro>p {
	font-size: .11rem;
	color: #999;
}

.b-charm .gallery {

	padding: 0.05rem 0 0.1rem 0;
}


.b-charm .gallery:after {
	display: block;
	content: '.';
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}


.b-charm .gallery>li {

	float: left;
	width: 32.33333%;
	margin-right: 1%;
	margin-top: 0.05rem;
	height: 0.7rem;
}

.b-charm .gallery>li:nth-child(3n) {
	margin-right: 0;
}

.gallery li>img {
	width: 100%;
	height: 100%;
}

.b-charm .oper {
	display: -webkit-box;
}

.b-charm .oper>div {
	-webkit-box-flex: 1;
	width: 33.333333333333%;
	color: #999;
	font-size: 0.12rem;
	display: block;
}

.b-charm .oper .c {
	text-align: center;
}

.b-charm .oper .r {
	text-align: right;
}

.b-charm .oper .active {
	color: #ec9d24;
}

.b-charm .m-dl {
	border-bottom: 1px solid #ededed;
}

.g-common-nav {
	bottom: 0;
	left: 0;
	position: fixed;
	width: 100%;
	height: 0.5rem;
	border-top: 1px solid #e1e1e1;
	background-color: #fff;
	padding: 0;
	margin: 0;
	z-index: 999;
}

.g-common-nav li {
	float: left;
	width: 25%;
	text-align: center;

	position: relative;
}

.g-common-nav li a.link {

	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}


.g-common-nav .iconfont {
	font-size: 0.22rem;
}


.g-common-nav h2 {
	margin: 0;
	font-size: 0.14rem;
	color: #999;
	font-weight: normal;
	line-height: 0.14rem;
}

.g-common-nav .active .iconfont {
	color: #6bc2f9;
}

.g-common-nav .active h2 {
	color: #6bc2f9;
	font-weight: 700;
}

/*zj add*/
.white-bg {
	background: #fff;
}

.fixed-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}










/*用户模块*/
.m-login {}


.b-area {
	margin-top: .25rem;
	padding-left: .40rem;
	text-align: center;
}

.m-login {}

.b-login-info {
	padding-top: .25rem;
	padding-left: .4rem;
	padding-right: .4rem;
	line-height: 0.24rem;
}


.b-login-info:after {
	display: block;
	content: '.';
	visibility: hidden;
	clear: both;
	font-size: 0;
	line-height: 0;
}


.b-login-info .info {
	color: #999;
	font-size: 0.12rem;
}

.b-login-info .register,
.b-login-info .resetPwd {
	color: #999;
	font-size: 0.145rem;
}


.b-login-info .r {
	float: right;
}

.b-login-info .resetPwd {}


.b-appro {
	color: #999;

	font-size: 0.12rem;
	text-align: left;
	margin-top: 20px;
	margin-left: 0;
}

.b-appro>.iconfont {
	color: #999;
	margin-right: 0.05rem;
	vertical-align: middle;
}

.b-register-appro {
	color: #6bc2f9;
}


.m-register .m-register-tit {
	line-height: .36rem;
	text-align: left;
	font-weight: normal;
	font-size: 0.18rem;
	margin-top: .15rem;
}




/*图文列表*/

.m-list-comment {
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #ddd;
}

.m-list-comment li {
	padding: 0.1rem;
	display: -webkit-box;
	border-top: 1px solid #ddd;
	position: relative;
}

.m-list-comment li:last-child {
	border-bottom: 0;
}

.m-noLiborder li {
	border-bottom: 0;
}





.m-list-comment .thumb {

	width: .4rem;
	height: .4rem;
	text-align: center;
	margin-right: .1rem;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.m-list-comment .thumb img {
	width: 0.4rem;
	height: 0.4rem;
}

.m-list-comment .mod {
	-webkit-box-flex: 1;
	display: block;
}

.m-list-comment .mod h2 {
	margin: 0;
	line-height: 1.2;
	font-size: 0.14rem;
	height: 0.168rem;
	margin-bottom: 0.06rem;
	overflow: hidden;
}

.m-list-comment .mod .desc {
	color: #999;
	line-height: 1.5;
	min-height: 0.18rem;
	font-size: 0.12rem;
}



.m-list-comment .mod .leftBehind {
	color: #999;
	font-size: 0.12rem;
	float: right;
}


.m-list-comment .mod .mark {
	color: #999;
	font-size: 0.12rem;
}



.m-list-comment a.link {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.m-list-comment .subReply {
	margin-left: .4rem;
	border-top: 1px dotted #ddd;
}


.m-comment {
	margin-top: .1rem;
	padding-top: .1rem;

}


.m-comment .tit {
	line-height: .4rem;
	height: .4rem;
	font-size: .14rem;
}


.m-comment .textInput {

	/*border-top:1px solid #eee;*/
	border-bottom: 1px solid #eee;
	margin: .1rem;
}

.m-comment .textInput .lbl {
	height: .24rem;
	line-height: .24rem;
	font-size: .14rem;
	color: #999;

}

.m-comment .textInput textarea {

	height: .9rem;
	width: 100%;
	border: 0;
	font-size: .12rem;
	padding: .1rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.m-comment .textInput textarea:focus {
	outline: 0;
}

.m-comment .area {
	padding: .1rem;
}



.clearfix:after {
	display: block;
	clear: both;
	content: '.';
	visibility: hidden;
	line-height: 0;
	font-size: 0;
}

.no-record-list {
	text-align: center;
	padding: .1rem;
	color: #777;
	font-size: .12rem;
}

.no-record-list a {
	color: #fa7e00;
	font-size: .12rem;
}


.b-rs-pass {
	padding-top: .3rem;
}

.b-rs-pass h2 {
	margin: .3rem 0;
	height: .5rem;
	background-image: url(/template/image/submitSuccess.gif);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.b-rs-pass .desc {
	font-size: .13rem;
	color: #999;
	line-height: .2rem;
	padding: .2rem 0.15rem;
}

.b-rs-pass .btn-area {
	width: 60%;
	margin: .2rem auto;
}



/*三方登录*/
.auth-login {
	position: relative;
	bottom: 0;
	margin-top: 0.1rem;
	background: #f3f3f3
}

.auth-login h2 {
	position: relative;
	text-align: center;
	line-height: .2rem;
	font-size: .13rem;
}

.auth-login h2 .text {
	display: inline-block;
	background-color: #f3f3f3;
	position: relative;
	z-index: 10;
	padding: .05rem;
}

.auth-login h2 span {
	position: absolute;
	top: 50%;
	left: 2%;
	height: 1px;
	background-color: #dfdfdf;
	width: 96%;
	display: block;
	z-index: 0;
}

.auth-login .auths {
	padding: 0.1rem 0 0.1rem 0;
	text-align: center
}

.auth-login .auths a {
	margin: 0.07rem
}

.auth-login .auths a img {
	width: .4rem;
	height: .4rem;
}


.m-list-tit2 {
	padding: .1rem 0 .05rem 0;
	margin: 0 .1rem;
	display: -webkit-box;
	-webkit-box-align: center;
	border-bottom: 1px solid #eee;
}


.m-list-tit2 h2 {
	font-size: .15rem;
	font-weight: normal;
	-webkit-box-flex: 1;
}

.m-list-tit2 h2 .ident {
	border: 1px solid #bbb;
	border-radius: 2px;
	font-size: .11rem;
	height: .15rem;
	line-height: .15rem;
	padding: 0 .02rem;
	color: #bbb;
	margin-left: .05rem;
	vertical-align: middle;
	overflow: hidden;
	display: none;
}
