@charset "utf-8";
/*网站灰白*/
/*html{
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}*/
/* 网站手机端的公用样式 */
* {
	margin: 0;
	padding: 0;
}

h1,h2,ul,button,input,iframe,ol,p {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 15px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 13px;
}

body {
	background: #F1F1F1;
	font: 14px Verdana, sans-serif;
	color: #666666;
	line-height: 24px;
	margin: 0;
}

a:link {
	color: #666666;
	text-decoration: none;
}

a:active: {
	color: #666666;
	text-decoration: none;
}

a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: none;
}

.clear {
	clear: both;
}

ul {
	list-style: none;
}

:focus {
	outline: 0;
}
/** 顶部结构 **/
.header {
	position: relative;
	background: #030130;
	width: 100%;
	border-bottom: 1px solid #FFFFFF;
}

.blog-so {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 15px;
	line-height: 38px;
	margin: 0 0 0 15px;
	cursor: pointer;
}

.blog-info {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 15px;
	line-height: 38px;
	margin: 0 0 0 15px;
	cursor: pointer;
}

.blog-login {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 15px;
	line-height: 38px;
	margin: 0 0 0 15px;
	cursor: pointer;
}

.blog-reg {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 15px;
	line-height: 38px;
	margin: 0 0 0 15px;
	cursor: pointer;
}

.blog-title {
	font-size: 15px;
	line-height: 38px;
	color: #FFD302;
	font-weight: bold;
	margin: 0 0 0 15px;
}
/** 菜单 **/
.menu {
	color: #FFFFFF;
	font-size: 26px;
	line-height: 38px;
	cursor: pointer;
	float: right;
	margin: 0 15px 0 0;
}

.menutop {
	position: fixed;
	top: 0;
	z-index: 99;
}

.menu-main {
	display: none;
	background: #39ACFB;
}

.menu-main ul li a {
	color: #FFFFFF;
	line-height: 35px;
	display: block;
	padding: 0 15px;
	border-bottom: 1px solid #0096FD;
}

.menu-main ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	word-break: break-all;
}

.menu-so {
	padding: 15px 0 20px 0px;
	display: none;
	background: #39ACFB;
}

.menu-so ul li {
	color: #FFFFFF;
	height: 50px;
	display: block;
	padding: 0 18px;
}
.menu-so ul li input {
	display: block;
	width: 100%;
	outline-style: none;
	height: 30px;
	margin-bottom: 0px;
	border-radius: 3px;
	border: 1px solid #FFFFFF;
	text-indent: 10px;
}

.menu-so-button {
	border: 0px solid #DDDDDD;
	color: #20170E;
	background-color: #FFD302;
	padding: 0 10px 0;
	width: 90px;
	height: 35px;
	border-radius: 3px;
}

.menu-login {
	padding: 15px 0 20px 0px;
	display: none;
	background: #39ACFB;
}

.menu-login ul li {
	color: #FFFFFF;
	height: 50px;
	display: block;
	padding: 0 18px;
}
.menu-login ul li input {
	display: block;
	width: 100%;
	outline-style: none;
	height: 30px;
	margin-bottom: 0px;
	border-radius: 3px;
	border: 1px solid #FFFFFF;
	text-indent: 10px;
}

.menu-login-button {
	border: 0px solid #DDD;
	color: #20170E;
	background-color: #FFD302;
	padding: 0 10px 0;
	width: 90px;
	height: 35px;
	border-radius: 3px;
}

.valicode {
	position: relative;
}

.menu-login ul li .valicode img {
	position: absolute;
	right: 8px;
	top: 8px;
	height: 22px;
}

.menu-reg {
	padding: 15px 0 20px 0px;
	display: none;
	background: #39ACFB;
}

.menu-reg ul li {
	color: #FFFFFF;
	height: 50px;
	display: block;
	padding: 0 18px;
}
.menu-reg ul li input {
	display: block;
	width: 100%;
	outline-style: none;
	height: 30px;
	margin-bottom: 0px;
	border-radius: 3px;
	border: 1px solid #FFFFFF;
	text-indent: 10px;
}

.menu-reg-button {
	border: 0px solid #DDDDDD;
	color: #20170E;
	background-color: #FFD302;
	padding: 0 10px 0;
	width: 90px;
	height: 35px;
	border-radius: 3px;
}

.menu-reg ul li .valicode img {
	position: absolute;
	right: 8px;
	top: 8px;
	width: 60px;
	height: 22px;
}

.menu-password {
	padding: 15px 0 20px 0px;
}

.menu-password ul li {
	color: #FFFFFF;
	height: 50px;
	display: block;
	padding: 0 18px;
}
.menu-password ul li input {
	display: block;
	width: 100%;
	outline-style: none;
	height: 30px;
	margin-bottom: 0px;
	border-radius: 3px;
	border: 1px solid #DDDDDD;
	text-indent: 10px;
}

.menu-password-button {
	border: 0px solid #DDDDDD;
	color: #20170E;
	background-color: #FFD302;
	padding: 0 10px 0;
	width: 90px;
	height: 35px;
	border-radius: 3px;
}

.menu-password ul li .valicode img {
	position: absolute;
	right: 8px;
	top: 8px;
	width: 60px;
	height: 22px;
}
/** 位置 **/
.browse {
	font-size: 14px;
	line-height: 30px;
	margin: 0 0 0 15px;
}
/** 分类目录 **/
.h-cat {
	background: url(bg-heading.png) #EEEEEE repeat;
	margin: 10px;
	padding: 5px 10px;
	border: 1px solid #AEB2B9;
	border-radius: 6px;
}

.h-cat ul li {
	float: left;
	margin: 2px;
	padding: 5px;
}
/** 正文 **/
.main {
	background: #FFFFFF;
	margin: 0 5px 10px 5px;
	border: 0px solid #F1F1F1;
	border-radius: 8px;
}

.main_margin_5px {
	background: #FFFFFF;
	margin: 5px 5px 10px 5px;
	border: 0px solid #F1F1F1;
	border-radius: 8px;
}

.main_info {
	background: #DEBE8A;
	margin: 0 5px 10px 5px;
	border: 0px solid #F1F1F1;
	border-radius: 8px;
}

.main-box-align {
    text-align: center;
	font-size: 12px;
	color: #CCCCCC;
	padding-bottom:5px;
}

.primary {
	padding: 10px 10px 5px 10px;
	font-size: 14px;
	line-height: 185%;
	overflow: hidden;
}

.primary-box-align {
    text-align: center;
	font-size: 12px;
	color: #CCCCCC;
	padding-top: 5px;
}
/** 图文混排 **/
.primary p img, .primary img {
	max-width: 100%;
	height: auto;
	padding: 0;
}

.primary p,.primary ul,.primaryol,.primary dd,.primary pre,.primary hr {
	margin: 0 0 0 0;
}

.primary hr {
    border: none;
	height: 1px;
	background-color: #E5E5E5;
}

.primary p {
	/** text-indent: 2em; **/
}

.primary p a {
	text-decoration: underline;
}

.primary-title {
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.primary-pic-title {
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	margin: 10px 0 10px 0;
}

.load_more {
	width: 145px;
	height: 45px;
	border: none;
	background-color: #FB4042;
	color: #FFFFFF;
	font-size: 14px;
	border-radius: 10px;
	margin: 3px auto 10px auto;
}

.get_more_font {
	color: #39ACFB;
    text-align: center;
	width: 160px;
	height: 35px;
	line-height: 35px;
	margin: 10px auto 50px auto;
}

.get_more_back {
	color: #20170E;
	background-color: #FFD302;
    text-align: center;
	width: 160px;
	height: 40px;
	line-height: 40px;
	border-radius: 25px;
	margin: 10px auto 50px auto;
}

.archive_info {
	font-size: 14px;
	color: #666666;
}

.archive_info p {
	font-size: 15px;
	color: #666666;
	margin: 10px 0 10px 0;
}

.archive_info p img {
    border: none;
	border-radius: 10px;
}

.archive_info_more {
	font-size: 12px;
	color: #CCCCCC;
	text-align: center;
}

.navigation {
	background: #FFFFFF;
	margin: 10px;
	padding: 5px 10px;
	border: 1px solid #AEB2B9;
	border-radius: 6px;
}

.nav-previous {
	float: left;
	width: 49%;
}

.nav-next {
	float: right;
	width: 49%;
}

.nav-previous a, .nav-next a {
	padding: 0 25px;
}

.nav-next a {
	float: right;
}

.nav-previous a {
	float: left;
}
/** 文字列表 **/
.post_box {
	padding: 8px 10px;
	border-bottom: 1px solid #F1F1F1;
}

.post_box_minfo_1 {
	padding: 8px 10px;
	padding-left: 45px;
	background:url(icon_1.png) left 10px center no-repeat;
    background-size: 23px 26px;
	background-color: #DEBE8A;
	color: #FFFFFF;
}

.post_box_minfo_2 {
	padding: 8px 10px;
	border-bottom: 1px solid #F1F1F1;
	padding-left: 45px;
	background:url(icon_2.png) left 10px center no-repeat;
    background-size: 23px 26px;
	background-color: #FFFFFF;
}

.post_box_minfo_3 {
	padding: 8px 10px;
	border-bottom: 1px solid #F1F1F1;
	padding-left: 45px;
	background:url(icon_3.png) left 10px center no-repeat;
    background-size: 23px 26px;
	background-color: #FFFFFF;
}

.post_box_minfo_4 {
	padding: 8px 10px;
	border-bottom: 1px solid #F1F1F1;
	padding-left: 45px;
	background:url(icon_4.png) left 10px center no-repeat;
    background-size: 23px 26px;
	background-color: #FFFFFF;
}

.post_box_minfo_5 {
	padding: 8px 10px;
	border-bottom: 1px solid #F1F1F1;
	padding-left: 45px;
	background:url(icon_5.png) left 10px center no-repeat;
    background-size: 23px 26px;
	background-color: #FFFFFF;
}

.post_box_minfo_6 {
	padding: 8px 10px;
	border-bottom: 1px solid #F1F1F1;
	padding-left: 45px;
	background:url(icon_6.png) left 10px center no-repeat;
    background-size: 23px 26px;
	background-color: #FFFFFF;
}

.post_box_minfo_7 {
	padding: 8px 10px;
	border-bottom: 1px solid #F1F1F1;
	padding-left: 45px;
	background:url(icon_7.png) left 10px center no-repeat;
    background-size: 23px 26px;
	background-color: #FFFFFF;
}

.post_box_minfo_8 {
	padding: 8px 10px;
	border-bottom: 1px solid #F1F1F1;
	padding-left: 45px;
	background:url(icon_8.png) left 10px center no-repeat;
    background-size: 23px 26px;
	background-color: #FFFFFF;
}

.post_box_minfo_9 {
	padding: 8px 10px;
	border-bottom: 1px solid #F1F1F1;
	padding-left: 45px;
	background:url(icon_9.png) left 10px center no-repeat;
    background-size: 23px 26px;
	background-color: #FFFFFF;
}

.post_box_pic {
	margin: 0px 0 13px 0;
	text-align: center;
	color: #FFFFFF;
}

.post_box_pic img {
	margin-top: 10px;
	border-radius: 10px;
}

.post-box-align {
    text-align: center;
	font-size: 12px;
	color: #CCCCCC;
	background: #FFFFFF;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.sico {
	float: right;
	color: #666666;
}

.entry-title {
	width: 94%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	font-weight: normal;
}
/** 下载 **/
.download_content {
	background: #FFFFFF;
	margin: 10px 5px 10px 5px;
	padding: 5px 10px;
	border: 1px solid #F1F1F1;
	border-radius: 6px;
}

.download_content p, .download_content p a {
	font-size: 15px;
	color: #666666;
}
/** 加载FC按钮 **/
.load_more_fc {
	width: 150px;
	height: 45px;
	border: none;
	background-color: #FE9516;
	color: #FFFFFF;
	font-size: 14px;
	border-radius: 10px;
	border: 2px solid #CD6A07;
}
/** 自助冲值按钮 **/
.load_more_key {
	width: 300px;
	height: 45px;
	border: none;
	background-color: #FB4042;
	color: #FFFFFF;
	font-size: 14px;
	border-radius: 10px;
}
/** 页脚 **/
.footer_content {
	margin: 0px 10px 50px 10px;
	padding: 5px 10px;
	text-align: center;
}

.footer_content p, .footer_content p a {
	font-size: 12px;
	color: #666666;
}
/** 返回顶部 **/
#back-top {
	position: fixed;
	bottom: 30px;
	right: 0px;
	margin-right: 30px;
	display: none;
	z-index: 98;
}

#back-top a {
	width: 30px;
	display: block;
	text-align: center;
	line-height: 30px;
	color: #FFFFFF;
	font-weight: bold;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

#back-top span {
	width: 30px;
	height: 30px;
	display: block;
	background: #FB4042;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
/** 互动 **/
.bbs_content {
	background: #FFFFFF;
	border: 1px solid #F1F1F1;
	border-radius: 8px;
	margin: 10px 5px 10px 5px;
}

.bbs_content_title {
	font-size: 16px;
	color: #FD4042;
	text-align: center;
	line-height: 25px;
	margin: 7px 0 7px 0;
}
.newPending {
	width: 100%;
	box-sizing: border-box;
	padding: 36px 6px;
	border-radius: 10px;
	box-shadow: 0 0 10px #999999;
	background-color: #FFFFFF;
	margin-top: 14px;
}

.newPending_head {
	width: 100%;
	height: 40px;
	position: relative;
}

.tzHeng {
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #F2F2F2;
	position: relative;
	top: 30px;
}

.newPending_head_tittle {
	box-sizing: border-box;
	padding: 0 20px;
	height: 40px;
	font-size: 24px;
	color: #333;
	text-align: center;
	line-height: 50px;
	background-color: #F2F2F2;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.newPending_son {
	box-sizing: border-box;
	width: 100%;
	padding: 15px 0 12px 0;
	border-bottom: 1px dashed #F2F2F2;
}

.pendPic {
	width: 46px;
	height: 46px;
	background-color: #999999;
	overflow: hidden;
	float: left;
	margin-left: 15px;
	border-radius: 10px;
}

.pendPic img {
	width: 46px;
	height: 46px;
	border-radius: 10px;
}

.pendDetail {
	width: calc(100% - 75px);
	width: -moz-calc(100% - 75px);
    width: -webkit-calc(100% - 75px);
	float: right;
}

.pendDetail_head {
	width: 100%;
	height: 25px;
	float: left;
}

.pendDetail_head p {
	color: #999;
	font-size: 12px;
	float: left;
}

.pendDetail_head p span {
	font-size: 12px;
	color: #999999;
	margin-left: 10px;
}

.pendDetail_head i {
	float: right;
	font-style: normal;
	color: #999999;
	margin-right: 25px;
}

.pendDetail_con {
	width: calc(100% - 15px);
	width: -moz-calc(100% - 15px);
    width: -webkit-calc(100% - 15px);
	float: left;
}

.pendDetail_con p {
	font-size: 14px;
	float: left;
}

.writePending {
	box-sizing: border-box;
	width: 100%;
	height: 155px;
	background-color: #FFFFFF;
	border-radius: 10px;
	box-shadow: 0 0 10px #999999;
	margin-top: 14px;
	padding-top: 15px;
}

.writePending_con {
	margin-top: 25px;
	width: 90%;
	height: 45px;
	margin: 10px auto 13px auto;
}

.writePending_con input[type=text] {
	width: calc(100% - 70px);
	width: -moz-calc(100% - 70px);
    width: -webkit-calc(100% - 70px);
	height: 45px;
	background-color: #F2F2F2;
	border: none;
	text-indent: 20px;
	float: left;
	border-radius: 10px 0 0 10px;
}

.writePending_con input[type=submit] {
	width: 70px;
	height: 45px;
	border: none;
	background-color: #FFD302;
	color: #20170E;
	font-size: 14px;
	border-radius: 0 10px 10px 0;
}