@charset "utf-8";

/* CSS Document */

body {
	min-width: 3.2rem;
	max-width: 7.5rem;
	margin: 0 auto !important;
	overflow-x: hidden;
	background: #fff;
	font: .32rem/1.5 "microsoft yahei", Arial, Helvetica, sans-serif;
	color: #333;
}
section, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, th, td, input, textarea, select, img {
	margin: 0;
	padding: 0;
	border: 0;
}
ul, ol, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	font-weight: lighter;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
em, i {
	display: inline-block;
	font-weight: normal;
	font-style: normal;
}
textarea, select, input {
	font-family: "Microsoft Yahei";
	font-size: .32rem;
	color: #666;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	/*color:#333; */
	text-decoration: none;
}
input[type="text"], input[type="password"], input[type="button"], input[type="submit"], button, textarea {
	-webkit-appearance: none;
}
.cfx:after, nav.mini:after, .h:after, .hn:after, .PH:after {
	content: ' ';
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	line-height: 0;
}
* {
	box-sizing: border-box;
}
.fl {
	float: left;
}
.fr {
	float: right;
}

/**** 公共css ****/


/***美化滚动条***/


/*::-webkit-scrollbar {
	width:10px;
	height:10px;
	}
::-webkit-scrollbar-thumb {
	background-color:rgba(50, 50, 50, 0.25);
	border:2px solid transparent;
	border-radius:10px;
	background-clip:padding-box;
	}
::-webkit-scrollbar-thumb:hover {
	background-color:rgba(50, 50, 50, 0.5);
	}
::-webkit-scrollbar-track {
	background-color:rgba(50, 50, 50, 0.05);
	}*/


/***美化滚动条***/


/**** M站rem版公用头部 ****/

.remheader {
	width: 100%;
	float: left;
	background: -webkit-linear-gradient(left, #b28850, #81511c);
	background: -o-linear-gradient(right, #b28850, #81511c);
	background: -moz-linear-gradient(right, #b28850, #81511c);
	background: linear-gradient(to right, #b28850, #81511c);
	line-height: 1rem;
	font-size: .35rem;
	color: #fff;
}
.remheader a {
	color: #fff;
}
.remheader img {
	height: 1rem;
	float: left;
}
.remheader .fr {
	width: .8rem;
	text-align: center;
}
.remheader .fr a {
	width: .8rem;
	display: inline-block;
}

/**** M站rem版公用头部 ****/


/**** M站rem版公用面包屑 ****/

.remcrumb {
	width: 100%;
	float: left;
	line-height: .5rem;
	font-size: .3rem;
	margin: .2rem 0;
}

/**** M站rem版公用面包屑 ****/


/**** M站rem版公用尾部 ****/

.remfooter {
	width: 100%;
	float: left;
	border-top: solid .3rem #ededed;
}
.remfooter_list {
	width: 100%;
	float: left;
	background: #f3f3f3;
	border-left: solid 1px #ddd;
	border-top: solid 1px #ddd;
}
.remfooter_list a {
	width: 20%;
	float: left;
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	line-height: .85rem;
	font-size: .3rem;
	color: #999;
	text-align: center;
}
.remfooter_end {
	width: 100%;
	float: left;
	background: #ddd;
	border-top: solid .3rem #ededed;
	padding: .5rem 0;
}
.remfooter_end_txt1 {
	width: 100%;
	float: left;
	line-height: .5rem;
	font-size: .3rem;
	color: #666;
	text-align: center;
}
.remfooter_end_txt1 a {
	color: #666;
}
.remfooter_end_txt2 {
	width: 100%;
	float: left;
	line-height: .5rem;
	font-size: .28rem;
	color: #666;
	text-align: center;
}

/**** M站rem版公用尾部 ****/


/**** M站rem版公用侧边栏 ****/

.remsidebar_zhezhao {
	width: 100%;
	float: left;
	max-width: 700px;
	height: 100%;
	background: #000;
	opacity: .7;
	position: fixed;
	top: 0;
	z-index: 110;
}
.remsidebar {
	width: 6rem;
	float: right;
	height: 100%;
	background: #fff;
	/*overflow-y:scroll;*/
	position: fixed;
	top: 0;
	left: 50%;
	margin: 0 0 0 -2.2rem;
	z-index: 999;
}
.remsidebar_top {
	width: 100%;
	float: left;
	background: #845520;
	padding: .15rem;
	line-height: .5rem;
	font-size: .3rem;
	color: #fff;
}
.remsidebar_top a {
	color: #fff;
}
.remsidebar_top a.fr {
	padding: 0 .1rem 0 0;
}
.remsidebar_top span {
	color: #ffc13d;
}
.remsidebar_list {
	width: 100%;
	float: left;
	padding: .1rem .25rem;
}
.remsidebar_list a {
	width: 50%;
	float: left;
	line-height: .6rem;
	font-size: .3rem;
	text-align: center;
}
.remsidebar_list a i {
	color: #fa6398;
}
.remsidebar_list a.width100 {
	width: 100%;
	text-align: center;
}
.remsidebar_list a img {
	width: .38rem;
	vertical-align: middle;
	margin: -.03rem 0 0 0;
}
.remsidebar_title {
	width: 100%;
	float: left;
	background: #d7bc97;
	padding: 0 0 0 .4rem;
	line-height: .65rem;
	font-size: .32rem;
	color: #79460e;
}
.remsidebar_kefu {
	width: 100%;
	float: left;
	background: #d7bc97;
	line-height: .8rem;
	font-size: .32rem;
	text-align: center;
	position: absolute;
	bottom: 0;
}
.remsidebar_kefu a {
	display: block;
	color: #79460e;
}
.remsidebar_kefu a img {
	width: .38rem;
	vertical-align: middle;
	margin: -.03rem 0 0 0;
}

/**** M站rem版公用侧边栏 ****/