﻿html {
    overflow-y: scroll;
}

* {
    margin: 0;
    padding: 0;
}
//body {
    font-family: Arial,"微软雅黑";
    font-size: 13px;
    color: #333;
    background: #f9f9f9;
    //background-image: url('/images/bj.png');
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
}

body {
  font-family: Arial,"微软雅黑", verdana, Tahoma, arial, sans-serif;
  color: #333;
  background-image: url(/images/bg5.png);
  //background:#f9f9f9;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  font-size: 13px;
}

h3,h2 {
    display: inline;
    font-size: 1.0em;
}

h3 {
    font-weight: normal;
}
/*h3 文章列表页文章标题*/
h2 a {
    color: #000;
}
/*h2 版块列表页版块名称标题*/
h3 a {
    color: #444;
    zoom: 1;
}

ul {
    list-style: none;
}

h4 {
    margin: 20px 0 10px;
    font-size: 1.1em;
}
/*全局链接*/
a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    text-decoration: none;
    left: 1px;
    position: relative;
    top: 1px;
    color: #4d79ff;
    font-weight: bold;
}
/*内补丁*/
.pdD {
    padding: .3em .5em;
}

.p10 {
    padding: 11px;
}

.ml5 {
    margin-left: 5px;
}

.mr5 {
    margin-right: 5px;
}

.ml10 {
    margin-left: 10px;
}

.mr10 {
    margin-right: 10px;
}

.mb10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}
/*main color 数值自定义*/.f_one,.t_one,.r_one {
    background: #fff;
}

.f_two,.t_two,.r_two {
    background: #dae9f1;
}

.tt_one {
    border-left: 1px solid #b0c8e0;
}

.fb_two {
    border-right: 1px solid #b0c8e0;
    background: #edf4f8;
}
/*按钮*/
.btn {
    background: linear-gradient(#b32d00,#e63a00,#b32d00);
    border: 1px solid #992600;
    border-width: 1px;
    vertical-align: middle;
    height: 24px;
    line-height: 17px;
    border-radius: 3px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    padding: 3px 8px 3px 8px;
}

.btn:hover {
    background: linear-gradient(#e63a00,#b32d00,#e63a00);
}

.bt {
    background: linear-gradient(#e65c00,#ffa366,#e65c00);
    border: 1px solid #e65b00;
    border-width: 1px;
    vertical-align: middle;
    height: 24px;
    line-height: 17px;
    border-radius: 3px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    padding: 3px 8px 3px 8px;
}

.bt:hover {
    background: linear-gradient(#ffa366,#e65c00,#ffa366);
}

.btns {
    background: linear-gradient(#ccc,#e6e6e6,#ccc);
    height: 24px;
    line-height: 22px;
    vertical-align: middle;
    color: #f00;
    border: 1px solid #f00;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #000;
    padding: 1px 4px 2px 4px;
    box-shadow: inset 1px 1px 0px rgba(255,255,255,0.6),2px 2px 1px rgba(0,0,0,0.15);
}

.btns:hover {
    background: linear-gradient(#e6e6e6,#ccc,#e6e6e6);
    color: #2cb300;
    border: 1px solid #2cb300;
}
/*伪类按钮*/
.bta {
    cursor: pointer;
    color: #e65c00;
    padding: 2px 8px;
    background: #fbeca5;
    margin: 2px;
    white-space: nowrap;
    border: 1px solid #e65c00;
}

.abtn2 a {
    border: 1px solid #fbfdff;
    padding: 2px 4px 1px;
    color: #555;
}

.abtn2 a:hover {
    border: 1px solid #2195d2;
    color: #2195d2;
    text-decoration: none;
    background: #fff;
}
/*图像*/
.img a img {
    border: 1px solid #c7e1ef;
    padding: 3px;
    background: #f5fcff;
}

.img a:hover img {
    border: 1px solid #a9d5e9;
    background: #f5fcff;
}

.u-img img {
    padding: 1px;
    background: #f5fcff;
    border: 1px solid #c7e1ef;
}
/*form*/
textarea,input,select {
    font: 12px Arial;
    padding: 1px 3px 0 3px;
    vertical-align: middle;
    margin-bottom: 1px;
}

select {
    border: solid 1px #ccc;
}
/*----------------改颜色------------------------*/
.input {
    border: 1px solid;
    line-height: 18px;
    height: 18px;
    border-color: #ccc;
    padding: 2px 0px 2px 1px;
    font-size: 1.0em;
    vertical-align: middle;
    color: #000;
}
/*----------------改颜色------------------------*/
textarea {
    border: 1px solid #ccc;
    border-color: #ccc;
}
/*----------------改颜色------------------------*/
.input:hover,textarea:hover {
    background: #fff;
    border-color: #ccc;
    border: 1px solid #ccc;
}
/*----------------改颜色------------------------*/
.button {
    border: 1px solid #87bcd8;
    height: 22px;
    line-height: 21px;
    border-radius: 2px;
    width: 140px;
}

.button:hover {
    background: #fff;
    border-color: #87bcd8;
    border: 1px solid #87bcd8;
}
/*全局*/
#header {
    min-width: 99%;
    text-align: center;
}

.head-wrap {
    background: url(images/wind/headbg.png) repeat-x left bottom;
}
/*top背景*/
#head {
    width: 99%;
    margin: 0 auto;
}

.main-wrap {
    top;
	margin-top: 4px;
    padding-top: 5px;
}

#main {
    width: 100%;
    padding: 0px;
    argin: 0 auto;
    overflow: hidden;
}

#mainn {
    width: 100%;
    max-width: 1000px;
    padding: 0px;
    margin: 0 auto;
    overflow: hidden;
}

.fubamain {
    margin: 0 auto;
    width: 1000px;
}

.fbmain {
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    //border: rgba(0,0,0,0);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.2),0 1px 5px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.2),0 1px 5px 0 rgba(0,0,0,0.12);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.2),0 1px 5px 0 rgba(0,0,0,0.12);
}
/*文字ad*/
.ad-text {
    margin: 5px auto 0;
    border: 1px dotted #c7e1ef;
    border-bottom: 0;
}

.ad-text .tr3 td,.ad-text .tr3 th {
    border-bottom: 1px dotted #c7e1ef;
    padding: .4em .6em;
}
/*nav背景
.nav-wrap {
	background:url(images/wind/navbg.png);
	min-width:980px;
}
#topbar {
	margin:auto;
	max-width:1200px;
}
#nav-top {
	border-top:0;
	padding:6px 10px 0;
	line-height:14px;
}
#nav-top li {
	float:left;
	margin-left:1em;
}*/
/*顶部导航*/
#nav-operate {
    margin: auto;
}

#nav-operate td {
    padding: 1em .5em;
}

#nav-operate a {
    display: block;
    width: 80px;
    text-align: center;
}

#nav-operate .nav-more,.nav-operate .nav-more:hover {
    background: none;
}
/*栏目导航
#nav {
	height:32px;
	width:980px;
	margin:0 auto;
	background:url(images/wind/navbg.png);
}
#nav-global {
	padding-left:1em;
	font-size:14px;
	float:left;
	margin:4px 4px 0 0;
}
#nav-global li {
	float:left;
}
#nav-global li a {
	display:block;
	height:28px;
	float:left;
	line-height:28px;
	padding:0 12px;
	font-weight:700;
	color:#fff;
}
#nav-global .current {
	background:url(images/wind/nav-globle-current.png) left top no-repeat;
}
#nav-global .current a {
	color:#000;
	background:url(images/wind/nav-globle-current.png) right top no-repeat;
	margin-left:8px;
	_margin-left:4px;
	padding-right:1.5em;
}
#nav-bbs a {
	display:block;
	float:left;
	margin-top:8px;
	padding:0 .5em;
	color:#c7e1ef;
}*/
/*用户登录*/
#nav-user {
    padding-left: .7em;
    float: right;
}

#nav-user td {
    padding: 0 .7em 0 0;
    font-size: 12px;
}

#nav-user table {
    height: 32px;
}

#nav-user table a {
    color: #f2f9ff;
}

#nav-user .icon-meg,#nav-user .icon-meg2 {
    width: 20px;
    height: 25px;
    margin: 4px .1em 0;
    float: left;
    background: url(images/wind/meg-read.gif) center center no-repeat;
    text-indent: -2000em;
    overflow: hidden;
}

#nav-user .icon-meg2 {
    background-image: url(images/wind/meg.gif);
}

.hide {
    display: none;
}

#stealth {
    position: absolute;
    margin-left: 16px;
    *margin-left: -16px;
    margin-top: 16px;
    width: 11px;
    height: 11px;
    background: url(images/wind/stealth.gif) 0 0 no-repeat;
}

.user-table td {
    padding: 1em 1em .5em 2em;
}
/*位置*/
#breadCrumb {
    padding: 10px 0 5px;
    color: #999;
}
/*底部*/
#footer {
    padding: 8px 0 30px;
    width: 98%;
    margin: 0 auto;
    min-width: 980px;
    max-width: 1200px;
}

.bottom {
    margin: 0 auto 0px;
}

.bottom ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.bottom ul li {
    padding: 0 1em 0 0;
    display: inline;
}

.bottom ul li a {
    white-space: nowrap;
}
/*公告*/
#notice {
    padding: .3em 0 .3em 1em;
    height: 18px;
    overflow: hidden;
    background: url(images/wind/file/anc.png) 8px 7px no-repeat;
}

#notice li {
    list-style: none;
    float: left;
    white-space: nowrap;
    padding-left: 1.5em;
    height: 18px;
}

#notice a {
    padding-right: .5em;
}
/*table*/
.t {
    width: 100%;
    margin: auto;
    border: 0px solid #ddd;
}

.tb {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.t9 {
    border: 1px solid #ccc;
    width: 99.8%;
}

.t table {
    width: 100%;
}

.t9 table {
    width: 100%;
}

.t10 table {
    width: 100%;
}

.t10 {
    border: 1px solid #87bcd8;
    width: 100%;
}

.t3 {
    margin: 0px auto 0px;
}

.t5 {
    width: 99.8%;
    margin: auto;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
/*----------------改颜色------------------------*/
.t,.t5,.t9 {
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}
/*table head*/
.h {
    text-align: left;
    padding: 4px 5px 2px 5px;
    line-height: 24px;
    height: 28px;
    color: #fff;
}
//.h {
    background: linear-gradient(#595959,#737373);
    border-bottom: 1px solid #4d4d4d;
}
//.h {
    background: linear-gradient(to bottom,#992600,#b32c00,#cc3300);
}

.hbb {
    border-bottom: 0px solid #87bcd8;
    background: #dddddd url(/images/wind/hbg.gif) repeat-x;
    text-align: left;
    color: #006699;
    padding: 2px .5em 0;
    line-height: 220%;
}
/*.h span {
	font-weight:normal;
	color:#006699;
}*/
/*.h h2 {
	font-weight:bold;
}*/
/*.h a {
	font-family:Arial;
	color:#006699;
}*/
/*.hbb a {
	font-family:Arial;
	color:#006699;
}*/
/*.h span a {
	color:#006699;
}*/
.glleft {
    margin-left: 5px;
    margin-top: 5px;
    font-size: 22px;
    color: #008ef1;
}

.closeicon {
    margin-top: .3em;
}

.cate_fold {
    padding: 0 5px 0 5px;
    margin-bottom: 2px;
    text-decoration: none;
}

.cate_fold:hover {
    text-decoration: none;
}
/*table tr1*/
.tr1 th {
    padding: 5px 10px;
    text-align: left;
    vertical-align: top;
    font-weight: normal;
}

.tr1 td.td1 {
    border-bottom: 1px dotted #ddd;
}
/*table tr2*/
.tr2 {
    background: #f1f4f9;
    font-weight: bold;
}

.tr2 td,.tr2 th {
    line-height: 30px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 0px 5px;
}

.tr2 a {
    color: #2e5cb8;
    margin: 0 6px 0;
    font-size: 15px;
}
/*table tr3*/
.tr3 {
    line-height: 1.5;
}

.tr3 td,.tr3 th {
    border-bottom: 1px solid #595959;
    padding: .4em .6em;
}

.tr3 th {
    text-align: left;
    font-weight: normal;
}

.z .tr3:hover {
    background: #EFE8E0;
}

.tr td,.tr th {
    ;
}

.tr8 td {
    line-height: 35px;
    border-bottom: 1px solid #87bcd8;
    border-top: 1px solid #87bcd8;
    font-size: 14px;
    background: #ddd;
    color: #333;
}

.tr4 td,.tr4 th {
    border-bottom: 1px dashed #ddd;
    padding: .4em .0em;
}

.tr5 td {
    border-right: 1px solid #4292EF;
    border-bottom: 1px solid #4292EF;
    background: #dff6ff;
    padding-left: .5em;
}
/*帖子表格*/
/*浏览页*/
h1 {
    font-size: 20px;
    margin: 15px;
    color: #008ef1;
    font-weight: bold;
}

.honor {
    line-height: 130%;
    padding: 3px 8px 5px 12px;
    overflow: hidden;
    color: #777;
}

.txdui {
    padding: 0 1px 0.6em 10px;
    margin: 0;
    line-height: 2em;
}

.tpc_content {
    font-family: Arial;
    padding: 0 10px 2em 5px;
    margin: 0;
    line-height: 2em;
    text-align: left;
}

.tpc_content font {
    line-height: 1.5em;
}

.tpc_content a {
    text-decoration: none;
    color: #0070AF;
}

.tpc_content a:hover {
    text-decoration: underline;
}

.tpc_content ol {
    list-style-type: decimal;
}

.tpc_content ul {
    list-style-type: disc;
}

.qute {
    width: 100%;
    margin: 10px auto 10px;
}

.tips {
    background: #fdfffc;
    border: #c5d8e8 1px solid;
    padding: 5px;
    margin: 5px auto 20px;
    line-height: 20px;
}

.tips li {
    list-style: none;
    width: 30%;
    height: 24px;
    line-height: 24px;
    min-width: 210px;
    margin: 0px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tiptop {
    border-bottom: 1px dashed #ccc;
    padding: 3px 0px 3px 0px;
    height: 27px;
    line-height: 27px;
    margin: 0 5px 0 5px;
}

.tipton {
    border-top: 1px dashed #ccc;
    padding: 2px 1px 5px 1px;
    height: 20px;
    line-height: 20px;
    margin: 0 5px 0 5px;
}

.tipbk {
    margin: 0 15px 0 15px;
}

.tipbk1 {
    font-size: 20px;
    margin: 0 15px 0 15px;
}

.tipad {
    margin: 2em 1em 0 1em;
    padding-bottom: 10px;
}

.tipad .fr a {
    color: #888;
}

.blockquote3 {
    width: 80%;
    border: 1px dashed #CCC;
    background: #f7f7f7 url(images/blockquote3.png) right top no-repeat;
    margin: 10px 0;
    padding: 5px 10px;
}

.blockquote3 .quote {
    color: #999;
    font-size: 12px;
}

.blockquote3 .text {
    padding: 0 10px 10px 10px;
}

.blockquotee {
    width: 96.5%;
    zoom: 1;
    padding: 5px 8px 5px;
    line-height: 1.3;
    border: 1px dashed #eda85f;
    background: #fff7dd;
    color: #000;
    margin: 5px 0px 0px 5px;
}

.blockquote {
    width: 98.5%;
    zoom: 1;
    padding: 5px 8px 5px;
    line-height: 1.3;
    border: 1px dashed #eda85f;
    background: #fff7dd;
    color: #000;
    margin: 10px 0px 0px 0px;
    border-radius: 2px;
}

.quote {
    width: 100%;
    margin: 10px 0px 0px 0px;
}

.block-img {
    background: #fff7dd url(images/attention.png) 8px 6px no-repeat;
    padding-left: 28px;
    margin: 5px 0px 0px 5px;
}

.blockquote2 {
    border: 1px solid;
    border-color: #c0c0c0 #ededed #ededed #c0c0c0;
    margin: 0px;
    padding: 0 0 0 2em;
    line-height: 2em;
    overflow: hidden;
    background: #fff;
}

.blockquote2 ol {
    margin: 0 0 0 1.5em;
    padding: 0;
}

.blockquote2 ol li {
    border-left: 1px solid #ccc;
    background: #f7f7f7;
    padding-left: 10px;
    font-size: 12px;
    font-family: "Courier New" serif;
    list-style-type: decimal-leading-zero;
    padding-right: 1em;
}

.blockquote2 ol li:hover {
    background: #fff;
    color: #008ef1;
}

.blockquote2 ol li {
    list-style-type: decimal;
}

.buyTips {
    background: #fffae1 url(../images/admin/topiclock.gif) 8px center no-repeat;
    padding: 3px 10px 3px 35px;
    margin: 5px 0px 0px 0px;
    border: 1px dashed #eca46a;
    border-radius: 2px;
    width: 95%;
}
/*pages*/
.pages {
    float: left;
}

.pages a,.pages strong,.pages b {
    display: inline-block;
    padding: 0px 9px;
    height: 24px;
    line-height: 25px;
    border: 1px solid #86b9d6;
    background: linear-gradient(#dff6ff,#87bcd8);
    box-shadow: inset 0px 1px 0px rgba(255,255,255,1),0 1px 2px rgba(0,0,0,0.15);
    text-decoration: none;
    color: #006699;
    text-align: center;
    margin: 0px 5px 0px 0px;
    border-radius: 3px;
    vertical-align: top;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 4px;
}

.pages a:hover {
    color: #fff;
    font-weight: bold;
    background: #0078d8 !important;
    border: 1px solid #0072ce;
    text-decoration: none;
    box-shadow: 2px 2px 4px 0px #aaa;
}

.pages b,.pages strong,.pages a.current {
    color: #fff !important;
    font-weight: bold;
    background: #0078d8 !important;
    border: 1px solid #0072ce;
    box-shadow: 2px 2px 4px 0px #aaa;
}

.pages span {
    margin: 0px 6px;
    padding: 0px 2px 0px 2px;
    line-height: 25px;
    height: 25px;
    border: 1px solid #86b9d6;
    border-radius: 3px;
    background: #fff !important;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 4px;
}

.pages input {
    padding: 0px 0px 0px 0px;
    width: 58px;
    height: 25px;
    border: 1px solid #86b9d6;
    border-radius: 3px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 4px;
}
/*userimg*/
.portrait-m {
    width: 40px;
    height: 40px;
    background: url(images/wind/portrait-bg-m.png) 3px 3px no-repeat;
    padding: 7px;
}

.portrait-s {
    width: 18px;
    height: 18px;
    background: url(images/wind/portrait-bg-s.png) 2px 2px no-repeat;
    padding: 7px;
    vertical-align: middle;
}
/*userimg*/
.portrait-m {
    width: 40px;
    height: 40px;
    background: url(images/wind/portrait-bg-m.png) 3px 3px no-repeat;
    padding: 7px;
}

.portrait-s {
    width: 18px;
    height: 18px;
    background: url(images/wind/portrait-bg-s.png) 2px 2px no-repeat;
    padding: 7px;
    vertical-align: middle;
}
/*5像素圆角*/
.bottom {
    background: #ffffff;
}

.y-bg {
    margin: 0 4px;
    border-top: 1px solid #c7e1ef;
}

.y-bg2 {
    margin: 0 2px;
    height: 1px;
    border: 2px solid #c7e1ef;
    border-top: 0;
    border-bottom: 0;
    overflow: hidden;
}

.y-bg3 {
    margin: 0 1px;
    height: 2px;
    border: 1px solid #c7e1ef;
    border-top: 0;
    border-bottom: 0;
    overflow: hidden;
}

.y-bg4 {
    margin-bottom: 0px;
    border: 1px solid #87bcd8;
    overflow: hidden;
    border-radius: 5px;
    background: #fff;
}
/*menu*/
.menu {
    position: absolute;
    background: #fff;
    border: 1px solid #c7e1ef;
}

.menu a {
    display: block;
    padding: 4px 8px;
}
/*下来框*/
.menu-post {
    border: 2px solid #EFDC7A;
    padding: 1px;
    background: #F8EFC0;
}

.menu-post .menu-b {
    border: 1px solid #fff;
    background: #F8EFC0;
}
//.menu-b .h {
    border-bottom: 1px solid #a9d5e9;
}

.menu-half li {
    width: 46%;
    float: left;
}

.menu-half li a {
    float: left;
}
/*弹出框 popout*/
.popoutContent {
    background: #fff;
    //border: 7px solid #87bcd8;
    border-radius: 10px;
}

.bgcorner1,.bgcorner2,.bgcorner3,.bgcorner4,.pobg1,.pobg2,.pobg3,.pobg4 {
    filter: Alpha(opacity=80);
    _filter: Alpha(opacity=80);
    opacity: .8;
    overflow: hidden;
    z-index: 1005;
    line-height: 0;
}

.bgcorner1,.bgcorner2,.bgcorner3,.bgcorner4 {
    width: 5px;
    height: 5px;
    background: url(images/pwicon/bgcorner.gif) no-repeat;
}

.bgcorner1 {
    background-position: 0 0;
}

.bgcorner2 {
    background-position: -5px 0;
}

.bgcorner3 {
    background-position: -5px -5px;
}

.bgcorner4 {
    background-position: 0 -5px;
}

.pobg1,.pobg2,.pobg3,.pobg4 {
    background: #799fc3;
}

.pobg1 {
    height: 5px;
}

.pobg2 {
    width: 5px;
}

.pobg3 {
    height: 5px;
}

.pobg4 {
    width: 5px;
}

.popoutContent td {
    padding: .5em .6em;
    border-bottom: 1px solid #87bcd8;
}

.u-postlist-s {
    padding-bottom: .5em;
    width: 100%;
    float: left;
}

.u-postlist-s li {
    padding-left: 1.5em;
    margin: .3em 0;
    float: left;
    width: 90%;
    overflow: hidden;
}

.listTable {
    margin: 0 1em .5em;
}

.listAppItem {
    padding: 0 .5em 1em;
}

.listAppItem ul {
    padding: .5em;
}

.listAppItem li {
    width: 95%;
    float: left;
    padding-bottom: .35em;
}

.listAppItem li a {
    float: left;
    padding-left: 20px;
    display: inline;
}
/*icon*/
.xl-app a {
    background: url(images/pwicon/app-icon.png) no-repeat;
}
/*工具栏*/
.startbar-ui {
    position: relative;
    height: 24px;
    border: 1px solid #87bcd8;
    border-bottom: 0;
    background: #e1f2fa url(images/wind/h.png) repeat-x;
}
/*span color 数值自定义*/
.black,.black a {
    color: #A0A0A0;
}

.s1 {
    color: #008000;
}
/*绿*/
.s2 {
    color: #984B98;
}
/*紫*/
.s3 {
    color: #ff6600;
}
/*橙*/
.s4 {
    color: #0033FF;
}
/*蓝*/
.s5 {
    color: #659B28;
}
/*浅绿*/
.s7,.s7 a {
    color: #ff00a2;
}

.s8,.s8 a {
    color: #006699;
}

.scc {
    color: #ccc;
}

.gray,.gray a {
    color: #908c8c;
}
/*次要字颜色*/
.red {
    color: #ff0000;
}
/*红*/
/*通用字体*/
.f10,small,.small,.f9 {
    font-size: 10px;
    -webkit-text-size-adjust: none;
}

.f12 {
    font-size: 12px;
}

.f13 {
    font-size: 13px;
}

.f14 {
    font-size: 14px;
}

.f15 {
    font-size: 15px;
}

.f16 {
    font-size: 16px;
}

.f17 {
    font-size: 17px;
}

.f18 {
    font-size: 18px;
}

.f19 {
    font-size: 19px;
}

.f20 {
    font-size: 20px;
}

.f22 {
    font-size: 22px;
}

.f23 {
    font-size: 23px;
}

.f24 {
    font-size: 24px;
}

.f26 {
    font-size: 26px;
}

.f28 {
    font-size: 28px;
}

.f30 {
    font-size: 30px;
}

.f32 {
    font-size: 32px;
}

.f34 {
    font-size: 34px;
}

.fn,.fn a {
    font-weight: normal;
}
/*span color 数值自定义*/
.ss0 {
    color: #000;
}

.ss1 {
    color: #008000;
}

.ss2 {
    color: #984B98;
}

.ss3 {
    color: #ffffff;
}

.ss4 {
    color: #0033FF;
}

.ss5 {
    color: #659B28;
}

.ss6 {
    color: #33ff33;
}

.ss7 {
    color: #ff9999;
}

.ss8 {
    color: #ff0000;
}

.ss9 {
    color: #ff00ff;
}

.ss10 {
    color: #0000ff;
}

.ss11 {
    color: #248f24;
}

.ss12 {
    color: #ffff00;
}

.ss13 {
    color: #87bcd8;
}
/*补丁*/
.mt3 {
    margin-top: 3px;
}

.mt4 {
    margin-top: 4px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt12 {
    margin-top: 12px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb12 {
    margin-bottom: 12px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.p5 {
    padding: 5px;
}

.p10 {
    padding: 10px;
}

.p15 {
    padding: 15px;
}

.p20 {
    padding: 20px;
}

.hg10 {
    height: 10px;
}

.hg20 {
    height: 20px;
}

.hg30 {
    height: 30px;
}

.hg40 {
    height: 40px;
}

.hg50 {
    height: 50px;
}

.hg60 {
    height: 60px;
}

.hg70 {
    height: 70px;
}

.hg80 {
    height: 80px;
}

.hg90 {
    height: 90px;
}

.hg100 {
    height: 100px;
}

.hg213 {
    height: 213px;
}
/*清除浮动*/
.cc {
    *zoom: 1;
}

.cc:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.c {
    clear: both;
    font: 0px/0px Arial;
    overflow: hidden;
    height: 0;
    width: 0;
}
/*通用样式*/
.b,b {
    font-weight: bold;
}

.w {
    white-space: nowrap;
    font-family: Tahoma,Verdana;
}

.tal {
    text-align: left;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.pr {
    position: relative;
}

.cp {
    cursor: pointer;
}

.hidden {
    display: none;
}

.block {
    display: block;
}

.vt,.vt td,.vt th {
    vertical-align: top;
}

.ts {
    text-shadow: 0px 0px 1px #fff,0px 0px 2px #fff,0px 0px 3px #fff,0px 0px 4px #fff;
}

.ts0 {
    text-shadow: 0px 0px 1px #000,0px 0px 2px #000,0px 0px 3px #000,0px 0px 4px #000;
}

.tss {
    background: linear-gradient(to right,#ff3300,#9f0cc0,#ff3300,#ff33cc);
    -webkit-background-clip: text;
    color: transparent;
}

.hr {
    border-top: 1px solid #86B9D6;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
}

.link_down span,.link_up span {
    padding: 0 10px 0 0;
    background: url(down.png) center right no-repeat;
    display: inline-block;
    cursor: pointer;
}

.link_up span {
    background: url(up.png) center right no-repeat;
}

.divHr {
    background: #eaeaea;
    height: 1px;
    overflow: hidden;
    margin: 10px 0;
}
/*次要文字颜色-可定义*/
.mode-main-left a,.blue,.blue a,.c-t-500 span a {
    color: #2384bc;
}
/*蓝*/
.tabtd:hover td {
    color: #000;
    background-color: #eef3f6;
}

.tabtd {
    border-bottom: 1px solid #e6eef7;
}

.menu .menu-hidden {
    width: 16px;
    height: 16px;
    float: right;
    background: url(images/close.gif) no-repeat;
}
/*底部弹出框样式*/
.menu-thread-bottom .menu-post,.menu-post-bottom .menu-post {
    border: none;
}

.menu-thread-bottom .menu-b,.menu-post-bottom .menu-b {
    background: #f5fcff;
}

.menu-post-bottom dt a {
    color: #659B28;
    cursor: text;
}

.menu-post-bottom dt a:hover {
    text-decoration: none;
}
/* popout forum list*/
.forum-list-popout {
    max-height: 400px;
    _height: 400px;
    overflow: auto;
}

.forum-list-popout a:hover {
    color: #659B28;
}

.forum-list-popout dl {
    border-bottom: 1px dashed #c7e1ef;
    padding: 5px 0;
}

.forum-list-popout dt {
    font-weight: 700;
    padding: 0 0 2px;
}

.forum-list-popout dt a {
    display: inline;
}

.forum-list-popout dd a {
    width: 13em;
    padding: 2px 0;
    margin-left: 1em;
    float: left;
    display: inline;
    color: #006699;
}

.topic {
    text-align: left;
    vertical-align: middle;
    margin-bottom: 0px;
    margin-left: 0px;
    border-bottom: 1px dashed #d9d9d9;
    padding: 5px 0 2px 0;
    width: 100%;
}
/*.topic {
	text-align:left;
	line-height:20px;
	margin-top:10px;
	margin-bottom:15px;
	margin-left:5px;
}*/
.reply {
    margin-left: 15px;
}

.gray {
    color: #818a89;
}

.border_bottom_none {
    border-bottom: none;
}

.border_top_none {
    border-top: none;
}
/*-------------------------------------------彩虹字底色--------------------------------------------------------*/
.fu1{color:#ff0000;}
.fu2{color:#0000ff;}
.fu3{color:#FF6600;}
.fu4{color:#00cc00;}
.fu5{color:#ff00a0;}
.fu6{color:#66CCFF;}
.fu7{color:#CC0099;}
.fu8{color:#CC00FF;}
.fu9{color:#33CC99;}
.fu10{color:#006699;}
.fb2 {
    background: #D82B84;
    border: 1px #FF6500 solid;
    color: #ffff00;
    padding: 0px 3px 1px 3px;
    border-radius: 5px;
}

.fb3 {
    background: #FF9900;
    border: 1px #FF6500 solid;
    color: #008000;
    padding: 0px 3px 1px 3px;
    border-radius: 5px;
}

.fb4 {
    background: #FFD700;
    border: 1px #FF6500 solid;
    color: #ff00ff;
    padding: 0px 3px 1px 3px;
    border-radius: 5px;
}

.fb5 {
    background: #008800;
    border: 1px #FF6500 solid;
    color: #ffff00;
    padding: 0px 3px 1px 3px;
    border-radius: 5px;
}

.fb6 {
    background: #698CC3;
    border: 1px #FF6500 solid;
    color: #ffffff;
    padding: 0px 3px 1px 3px;
    border-radius: 5px;
}

.fb7 {
    background: #FFB6C1;
    border: 1px #FF6500 solid;
    color: #000000;
    padding: 0px 3px 1px 3px;
    border-radius: 5px;
}

.fb8 {
    background: #FF00FF;
    border: 1px #FF6500 solid;
    color: #ffff00;
    padding: 0px 3px 1px 3px;
    border-radius: 5px;
}

.fb9 {
    background: #000000;
    border: 1px #FF6500 solid;
    color: #ff00ff;
    padding: 0px 3px 1px 3px;
    border-radius: 5px;
}

.fba {
    background: #FF0000;
    border: 1px #FF6500 solid;
    color: #ffff00;
    padding: 0px 3px 1px 3px;
    border-radius: 5px;
}

.fbb {
    background: #0000FF;
    border: 1px #FF6500 solid;
    color: #ffffff;
    padding: 0px 3px 1px 3px;
    border-radius: 5px;
}

.fbc {
    background: #CD853F;
    border: 1px #FF6500 solid;
    color: #000000;
    padding: 0px 3px 1px 3px;
    border-radius: 5px;
}

.fbd {
    background: #ffffff;
    border: 1px #FF6500 solid;
    color: #008000;
    padding: 0px 3px 1px 3px;
    border-radius: 5px;
}

.fbe {
    background: #DAA520;
    border: 1px #FF6500 solid;
    color: #ffffff;
    padding: 0px 3px 1px 3px;
    border-radius: 5px;
}

.fbf {
    background: #FFFF00;
    border: 1px #FF6500 solid;
    color: #000000;
    padding: 0px 3px 1px 3px;
    border-radius: 5px;
}

.fbg {
    background: #70DB93;
    border: 1px #FF6500 solid;
    color: #000000;
    padding: 0px 3px 1px 3px;
    border-radius: 5px;
}

.fbh {
    background: #00FFFF;
    border: 1px #FF6500 solid;
    color: #ff00ff;
    padding: 0px 3px 1px 3px;
    border-radius: 5px;
}

.fbi {
    background: #ADEAEA;
    border: 1px #FF6500 solid;
    color: #000000;
    padding: 0px 3px 1px 3px;
    border-radius: 5px;
}

.fbj {
    border: solid 1px #DD2292;
    border-left-width: 1px;
    border-left-color: #DD2292;
    padding: 0px 6px 1px 6px;
    border-radius: 5px;
}

.fbk {
    border: solid 1px #cc0000;
    border-left-width: 1px;
    border-left-color: #cc0000;
    padding: 0px 6px 1px 6px;
    border-radius: 5px;
}

.fbl {
    border: solid 1px #55AA55;
    border-left-width: 1px;
    border-left-color: #55AA55;
    padding: 0px 6px 1px 6px;
    border-radius: 5px;
}

.fbm {
    border: solid 1px #0000cc;
    border-left-width: 1px;
    border-left-color: #0000cc;
    padding: 0px 6px 1px 6px;
    border-radius: 5px;
}

.fbn {
    border: solid 1px teal;
    border-left-width: 1px;
    border-left-color: teal;
    padding: 0px 6px 1px 6px;
    border-radius: 5px;
}

.xxk {
    border: dashed 1px #FF6500;
    border-left-width: 1px;
    border-left-color: #FF6500;
    padding: 0px 6px 1px 6px;
    border-radius: 5px;
}

.jsk {
    border: solid 1px #FF6500;
    border-left-width: 1px;
    border-left-color: #FF6500;
    padding: 0px 6px 1px 6px;
    border-radius: 5px;
}
/*-------------------------------------------彩虹字底色--------------------------------------------------------*/
/*--------------------------------*/
.totkl {
    height: 40px;
    padding: 3px 6px 2px 6px;
    background: linear-gradient(#e69900,#ffcc66);
    border: 1px solid #FF9933;
    border-radius: 5px;
    color: #CC0000;
    font-size: 14px;
    box-shadow: inset 1px 1px 0px rgba(255,255,255,0.6),2px 2px 1px rgba(0,0,0,0.15);
}

.totkl:hover {
    background: linear-gradient(#ffcc66,#e69900);
    text-decoration: none;
    color: #cc0000;
}

.totkm {
    height: 40px;
    padding: 3px 6px 2px 6px;
    background: linear-gradient(#3f91c0,#8cbed9);
    border: 1px solid #3983ad;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    box-shadow: inset 1px 1px 0px rgba(255,255,255,0.6),2px 2px 1px rgba(0,0,0,0.15);
}

.totkm:hover {
    background: linear-gradient(#8cbed9,#3f91c0);
    text-decoration: none;
    color: #fff;
}

.totkt {
    height: 40px;
    padding: 3px 6px 2px 6px;
    background: linear-gradient(#99003d,#ff1a75);
    border: 1px solid #800033;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    box-shadow: inset 1px 1px 0px rgba(255,255,255,0.6),2px 2px 1px rgba(0,0,0,0.15);
}

.totkt:hover {
    background: linear-gradient(#ff1a75,#99003d);
    text-decoration: none;
    color: #fff;
}

.totktu {
    height: 30px;
    line-height: 30px;
    padding: 1px 5px;
    margin-top: 2px;
    background: linear-gradient(#3f91c0,#8cbed9);
    border: 1px solid #3983ad;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    box-shadow: inset 1px 1px 0px rgba(255,255,255,0.6),2px 2px 1px rgba(0,0,0,0.15);
    text-shadow: 0px 0px 1px #000,0px 0px 2px #000,0px 0px 3px #000,0px 0px 4px #000;
}

.totktu:hover {
    background: linear-gradient(#8cbed9,#3f91c0);
    text-decoration: none;
    color: #fff;
}

.totky {
    height: 40px;
    padding: 3px 6px 2px 6px;
    background: linear-gradient(#0069b3,#008ef1);
    border: 1px solid #004b80;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    box-shadow: inset 1px 1px 0px rgba(255,255,255,0.6),2px 2px 1px rgba(0,0,0,0.15);
}

.totky:hover {
    background: linear-gradient(#008ef1,#0069b3);
    text-decoration: none;
    color: #fff;
}

.topkj {
    padding: 2px 4px;
    background: #ff9900;
    border: 1px solid #00ffff;
    border-radius: 3px;
    height: 18px;
    color: #00ffff;
    font-size: 13px;
}

.topkl {
    padding: 2px 4px;
    background: #FFCC66;
    border: 1px solid #FF9933;
    border-radius: 3px;
    height: 18px;
    color: #CC0000;
    font-size: 13px;
}

.topfd {
    padding: 1px 3px;
    margin-left: 0px;
    background: #CC3300;
    border-radius: 3px;
    height: 18px;
    line-height: 18px;
    width: auto;
    color: #fff;
    font-size: 1rem;
}

.top1 {
    padding: 1px 3px;
    background: #ffff00;
    border: 1px solid #ff0000;
    border-radius: 3px;
    height: 18px;
    line-height: 18px;
    color: #ff0000;
    font-size: 13px;
}

.top2 {
    padding: 1px 3px;
    margin-left: 0px;
    background: #ff0000;
    border: 1px solid #ffcc00;
    border-radius: 5px;
    height: 20px;
    line-height: 20px;
    width: auto;
    color: #fff;
    font-size: 1rem;
    font-size: 13px;
}

.top3 {
    padding: 1px 5px;
    margin-left: 0px;
    background: #7030a8;
    border: 1px solid #fff;
    border-radius: 5px;
    height: 20px;
    line-height: 20px;
    width: auto;
    color: #ffff00;
    font-size: 1rem;
    font-size: 13px;
}

.top4 {
    padding: 1px 3px;
    margin-left: 5px;
    background: #00bb00;
    border: 1px solid #fff;
    border-radius: 5px;
    height: 20px;
    line-height: 20px;
    width: auto;
    color: #fff;
    font-size: 1rem;
    font-size: 13px;
}

.top5 {
    padding: 1px 3px;
    margin-left: 0px;
    background: #CC0000;
    border: 1px solid #fff;
    border-radius: 5px;
    height: 20px;
    line-height: 20px;
    width: auto;
    color: #fff;
    font-size: 1rem;
    font-size: 13px;
}

.top6 {
    padding: 1px 3px;
    margin-left: 5px;
    background: #ffff00;
    border: 1px solid #ff0000;
    border-radius: 5px;
    height: 20px;
    line-height: 20px;
    width: auto;
    color: #ff0000;
    font-size: 1rem;
    font-size: 13px;
}

.top7 {
    padding: 3px 5px;
    margin-left: 5px;
    background: #0000ff;
    border: 2px solid #ffff00;
    border-radius: 5px;
    height: 20px;
    line-height: 20px;
    width: auto;
    color: #fff;
    font-size: 1rem;
    font-size: 16px;
}

.top8 {
    padding: 4px 6px;
    margin-left: 5px;
    background: #ff0000;
    border: 1px solid #ffff00;
    border-radius: 8px;
    width: auto;
    color: #ffff00;
    font-size: 15px;
    font-weight: bold;
}

.top9 {
    padding: 1px 5px;
    margin-left: 0px;
    background: #888888;
    border: 1px solid #FF9800;
    border-radius: 5px;
    height: 20px;
    line-height: 20px;
    width: auto;
    color: #ffff00;
    font-size: 1rem;
    font-size: 14px;
}

.top10 {
    padding: 1px 5px;
    margin-left: 5px;
    background: #ff0000;
    border: 1px solid #fff;
    border-radius: 5px;
    height: 20px;
    line-height: 20px;
    width: auto;
    color: #ffff00;
    font-size: 14px;
}

.top11 {
    padding: 3px 5px;
    margin-left: 5px;
    background: #fff;
    border: 1px solid #3885ad;
    border-radius: 5px;
    height: 20px;
    line-height: 20px;
    width: auto;
    color: #3885ad;
    font-size: 16px;
}

.top88 {
    padding: 1px 10px;
    background: #ffff00;
    border: 1px solid #ff0000;
    border-radius: 50px;
    color: #ff0000;
    font-weight: bold;
}

.top28 {
    padding: 5px 8px;
    margin-left: 5px;
    background: #7030a8;
    border: 2px solid #ffff00;
    border-radius: 8px;
    width: auto;
    color: #fff;
    font-size: 16px;
}

.top18 {
    padding: 10px 10px;
    margin-left: 5px;
    background: linear-gradient(#0066FF,#00FFFF,#0066FF);
    border: 3px solid #999;
    border-radius: 13px;
    height: 50px;
    line-height: 98px;
    width: auto;
    color: #ffc000;
    text-shadow: 5px 5px 3px #000;
}

.top19 {
    padding: px px;
    margin-left: px;
    background: #ffff00;
    border: 1px solid #fff;
    border-radius: 8px;
    height: 43px;
    line-height: px;
    width: auto;
    color: #ff0000;
    font-size: rem;
}

.top-fb a {
    padding: 2px 4px;
    margin-left: 15px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    border: 1px solid #004e90;
    background: linear-gradient(#004e90,#478ef9,#004e90);
    box-shadow: inset 0px 1px 0px rgba(255,255,255,0.6),0 1px 2px rgba(0,0,0,0.15);
    border-radius: 4px;
}

.top-fb a:hover {
    text-decoration: none;
    background: linear-gradient(#478ef9,#004e90,#478ef9);
    color: #fff;
    border-radius: 4px;
}
/*--------------------------------*/
.rainbow {
    behavior: url('font.htc');
}

.thread_table {
    border-top: 1px solid #F4B76D;
    border-bottom: 1px solid #F4B76D;
    background-color: #fbeca5;
    margin-top: 0px;
    padding-top: 0px;
    line-height: 22px;
}

.bbsgstz {
    border: 1px solid #ddd;
    background: #fff;
    margin: 0px 0px 10px 0px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.bbsgstz td.fb {
    border-bottom: dashed 1px #ccc;
    height: 30px;
    line-height: 35px;
    width: 13%;
}

.bbsgstz td.fbline {
    text-align: left;
    height: 32px;
    border-bottom: dashed 1px #ccc;
}

.bbsgstz td.fblint {
    text-align: right;
    height: 32px;
    border-bottom: dashed 1px #ccc;
}

.gsticon {
    padding-top: 3px;
    height: 20px;
    width: 87px;
    background: url(../images/icon_gst.gif);
    color: #fff;
}
/*-------------------------后加--------------------------*/
.tkl {
    border: 1px solid #87bcd8;
}

.mainBox {
    width: 1000px;
    margin: 0 auto;
    margin-top: 5px;
}

.logoBar {
    padding: 12px 0;
    position: relative;
}

.logoBar .links {
    width: 300px;
    font-size: 14px;
    position: absolute;
    top: 50px;
    left: 230px;
}

.logoBar .links a {
    margin-left: 5px;
    padding: 3px 8px;
    display: inline-block;
    text-decoration: none;
    border: solid 1px #ddd;
}

.logoBar .links a:hover {
    color: #fff;
    border: solid 1px #87bcd8;
    background: #87bcd8;
}

.lhc88 {
    position: absolute;
    top: 12px;
    left: 530px;
}

.bushoufei {
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 18px;
    left: 230px;
    color: #87bcd8;
}

.bushoufei span {
    color: #fff;
    background: #f60;
    margin: 0 5px;
    padding: 0 5px;
}

.searchTop {
    position: absolute;
    top: 25px;
    right: 0;
}

.searchTop p {
    padding-top: 5px;
    color: #999;
}

.searchTop p a {
    color: #999;
}

.searchTop p a:hover {
    color: #f00;
}

.searchTop .txt {
    width: 230px;
    padding: 8px 8px 8px 35px;
    border: solid 1px #ddd;
    background: url(../images/searchIco.png) 7px center no-repeat #fff;
}

.searchTop .btn {
    width: 50px;
    padding: 8px;
    color: #fff;
    cursor: pointer;
    border: solid 1px #87bcd8;
    border-left: 0;
    background: #87bcd8;
}

.searchTop .btn:hover {
    color: #fff;
    border: solid 1px #027e4c;
    border-left: 0;
    background: #027e4c;
}

.navBox {
    height: 50px;
    background: url(../images/z8-header.png) bottom center repeat-x;
}

#nav {
    width: 1000px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    text-align: center;
    font-family: "Microsoft YaHei";
    background: url(../images/z8-header.png) bottom center repeat-x;
}

#nav ul {
    ;
}

#nav ul li {
    float: left;
}

#nav ul li a {
    width: 110px;
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
}

#nav ul li a:hover {
    color: #ff0;
    bottom center repeat-x;
}

.kjBar {
    padding: 5px 0;
}

.kjBar .left {
    float: left;
    width: 230px;
    height: 122px;
    position: relative;
}

.kjBar .mid {
    float: left;
    width: 520px;
    margin-left: 8px;
    text-align: center;
    border: 2px solid #87bcd8;
    background: #fff;
}

.kjBar .right {
    float: right;
    width: 230px;
    height: 122px;
    position: relative;
    margin-right: 10px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.loginBox td {
    font-size: 12px;
    padding-bottom: 0px;
}

.loginBox .txt {
    width: 170px;
    padding: 3px;
    border: solid 1px #ccc;
}

.loginBox .btn {
    color: #000;
    padding: 3px 20px;
    #fff;
	font-family: "Microsoft YaHei";
    border: solid 0px #ddd;
    border-radius: 5px;
    background: #ddd;
    cursor: pointer;
}

.loginBox .btn:hover {
    color: #fff;
    border: solid 0px #aaa;
    background: #aaa;
}

.mainNav {
    width: 250px;
    position: absolute;
    bottom: 0;
}

.picList {
    overflow: hidden;
}

.picList ul {
    width: 250px;
}

.picList ul li {
    float: left;
    padding-right: 4px;
}

.picList ul li a img {
    width: 105px;
    height: 75px;
    padding: 3px;
    border: solid 1px #ddd;
    background: #fff;
}

.picList ul li a:hover img {
    border: solid 1px #aaa;
}

.mainNav a {
    width: 113px;
    height: 35px;
    line-height: 35px;
    margin-right: 5px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    border-raiud: 5px;
    border-radius: 5px;
    display: inline-block;
    font-family: "Microsoft YaHei";
    background: #87bcd8;
}

.mainNav a:hover {
    background: #006c4b;
}

.mainNav ul li {
    float: left;
    padding-right: 10px;
}

.mainNav a.a01 {
    background: #ec6100;
}

.mainNav a.a02 {
    background: #8957a1;
}

.a03 {
    background: #00a1e9;
    width: 110px;
    height: 35px;
    line-height: 35px;
    margin-right: 3px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    border-raiud: 5px;
    border-radius: 5px;
    display: inline-block;
    font-family: "Microsoft YaHei";
}

.a04 {
    background: #008000;
    width: 110px;
    height: 35px;
    line-height: 35px;
    margin-left: 2px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    border-raiud: 5px;
    border-radius: 5px;
    display: inline-block;
    font-family: "Microsoft YaHei";
}

.a05 {
    border: 0px solid #008000;
    background: #008000;
    width: 70px;
    height: 33px;
    line-height: 33px;
    margin-left: 2px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    display: inline-block;
    font-family: "Microsoft YaHei";
}

.mainNav a.a01:hover {
    background: #e24000;
}

.mainNav a.a02:hover {
    background: #63397d;
}

.a03:hover {
    background: #007ddd;
    text-decoration: none;
}

.a04:hover {
    background: #003300;
    text-decoration: none;
}

.a05:hover {
    background: #003300;
    text-decoration: none;
}

.fbbbstop {
    border: 1px solid #e83e7a;
    background: #fff;
    margin: 0px auto 2px;
}

.fbbbslist {
    border: 1px solid #ccc;
    background: #fff;
    margin: 5px auto 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    border: rgba(0,0,0,0);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.2),0 1px 5px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.2),0 1px 5px 0 rgba(0,0,0,0.12);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.2),0 1px 5px 0 rgba(0,0,0,0.12);
}
/*----------------改颜色------------------------*/.fbhead_scbar {
    height: 45px;
    background: url(/images/search.png) repeat-x 0 0;
    line-height: 54px;
    overflow: hidden;
    margin-bottom: 5px;
    margin-top: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    border: solid 1px #ddd;
    vertical-align: middle;
}

.fbhead_sc {
    margin: 5px 0 0px 2px;
    vertical-align: middle;
}

.fbhead_scbar .fbhead_scbar_l {
    float: left;
    padding: 0px 0 0 5px;
    _position: relative;
    overflow: hidden;
}

.pgd a {
    color: #0000FF;
}

.fbhead_scbar .fbhead_scbar_l a:hover {
    color: #ff0000;
}

.fbhead_scbar .fbhead_scbar_c {
    float: left;
    padding: 0px 0 0 10px;
    font-size: 16px;
    font-weight: 800;
    _position: relative;
    _top: 27%;
    overflow: hidden;
}

.fbhead_scbar .fbhead_scbar_r {
    float: right;
    overflow: hidden;
    margin-right: 0px;
    margin: 0px auto 15px;
}

.scbar_box {
    float: left;
    height: 46px;
    border-width: 0 1px 1px;
    border-top: #F8E9E2 solid 1px;
    background: url(/images/search.png) repeat-x 0 0;
    line-height: 46px;
    overflow: hidden;
    border-left: #F8E9E2 solid 1px;
    border-right: #F8E9E2 solid 1px;
    width: 99.8%;
}

.scbar_icon_td {
    width: 50px;
    background: url(/images/search.png) no-repeat 0 -78px;
}

.scbar_txt_td,.scbar_type_td {
    background: url(/images/search.png) repeat-x 0 -226px;
}

.scbar_btn_td {
    width: 68px;
    background: url(/images/search.png) no-repeat 0 -300px;
}

.scbar_txt {
    width: 130px;
    border: 1px solid #FFF;
    outline: none;
    font-size: 13px;
    margin: 0px auto 9px;
}

.s-btn,.s-input {
    background: none;
    border: 0;
}

.s-btn {
    cursor: pointer;
    width: 65px;
    height: 26px;
    vertical-align: middle !important;
    vertical-align: baseline;
    margin-top: 0px;
    margin: 0px auto 9px;
}

.border_bottom_none {
    border-bottom: none;
}

.border_top_none {
    border-top: none;
}

#fb_main {
    width: 99.8%;
    margin: 0 auto;
    overflow: hidden;
}

.fb_main {
    width: 99.8%;
    border: 1px solid #87bcd8;
    margin-bottom: 2px;
}

.dlzll {
    text-align: left;
    line-height: 20px;
    padding-left: 4px;
}

.dlzlr {
    text-align: left;
    line-height: 20px;
}

.threadtxt:hover {
    color: blue;
}

.conBox {
    margin-top: 10px;
}

.bigTit {
    font-size: 16px;
    font-family: "微软雅黑";
    margin-bottom: 0px;
    font-weight: bold;
}

.bigTit2 {
    padding: 5px;
    border-bottom: dashed 1px #ddd;
}

.txtGreen {
    color: #87bcd8;
}

.bgk000 {
    border: 1px solid #87bcd8;
    margin-bottom: 2px;
}

.bgk001 {
    padding: 2px;
}

.bgk002 {
    border: 1px solid #87bcd8;
}

.hl_hot {
    background: #f7f7f7;
}

.hl_hot .bm_h {
    background: url(/images/discuss_hot.png) 10px no-repeat;
    padding-left: 30px;
    line-height: 45px;
    height: 45px;
    border-bottom: 1px solid #ddd;
    font-size: 13px;
    font-weight: bold;
}

.hl_hot p {
    line-height: 25px;
    padding: .4em .3em;
    border-bottom: 1px dashed #ddd;
}

.notify {
    background-color: #ea5c38;
    height: 32px;
    color: #FFFF78;
    margin-bottom: 0px;
    font-size: 13px;
    padding-left: 10px;
    line-height: 30px;
    width: 99%;
    font-weight: bold;
    float: left;
}

.lxbg {
    line-height: 40px;
    height: 40px;
    float: left;
}

.threadlist {
    background: #f7f7f7;
    width: 100%;
    line-height: 40px;
    height: 40px;
}

.threadlist a {
    blr: expression(this.onFocus=this.blur());
}

.threadlist li {
    float: left;
    text-align: center;
}

.threadlist .qb a {
    background: #ea5c38;
    color: #fff;
    border-radius: 3px;
    padding: 6px 10px 4px 10px;
    margin-left: 5px;
    font-weight: bold;
    font-size: 14px;
}

.threadlist .ba a {
    border-color: #000000;
    border: 1px solid #ea5c38;
    padding: 6px 10px 4px 10px;
    margin-right: 3px;
    margin-left: 3px;
    font-size: 14px;
}

.threadlist a:hover {
    color: #fff;
    background: #ea5c38;
    border-color: #ea5c38;
}

.threadlist .bta {
    height: 20px;
    line-height: 20px;
    border: 1px solid #fbeca5;
    margin-left: 1em;
    color: $cbgfont;
}

.threadlist .current {
    color: #fff;
    background: #ea5c38;
    border-color: #ea5c38;
}

.threadlist .baput {
    border-color: #000000;
    border: 1px solid #ea5c38;
    padding: 6px 10px 4px 10px;
    margin-right: 3px;
    margin-left: 3px;
    font-size: 14px;
    width: 100px;
}

.threadlist .bbput {
    border-color: #000000;
    border: 1px solid #ea5c38;
    padding: margin-right:3px;
    margin-left: 3px;
    font-size: 14px;
    height: 28px;
}

.tdnmr {
    word-wrap: break-word;
    word-break: break-all;
    text-align: left;
    line-height: 23px;
}

.bta {
    cursor: pointer;
    color: #333333;
    padding: 2px 8px;
    background: #fbeca5;
    margin: 2px;
    white-space: nowrap;
    border: 1px solid #fc9e2b;
    border-radius: 4px;
}

.colors {
    text-align: left;
    line-height: 120px;
    height: 180px;
    background-image: url(/images/top.jpg);
    background-size: 200%;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-animation: colorChange 9s infinite;
    display: inline-block;
    text-align: left;
}

@-webkit-keyframes colorChange {
    0% {
        background-position-x: 0;
        background-position-y: 0;
    }

    50% {
        background-position-x: -985px;
        background-position-y: -255px;
    }

    100% {
        background-position-x: 0;
        background-position-y: 0;
    }
;
}

.scroll {
    width: 20px;
    color: #fff;
    padding: 6px 0px;
    text-align: center;
    position: fixed;
    right: 5px;
    bottom: 50px;
    font-size: 15px;
    border-radius: 50px;
    cursor: pointer;
    line-height: 18px;
    border: 1.5px solid #fff;
    box-shadow: 0 0 0 1px #666;
    text-shadow: 1px 1px 1px #000;
}

#nr {
    font-size: 70pt;
    height: 120px;
    line-height: 110px;
    font-weight: bold;
    font-family: Tahoma,Verdana;
    margin: 0;
    background: -webkit-linear-gradient(left,#ffffff,#ff0000 6.25%,#ff7d00 12.5%,#ffff00 18.75%,#00ff00 25%,#00ffff 31.25%,#0000ff 37.5%,#ff00ff 43.75%,#ffff00 50%,#ff0000 56.25%,#ff7d00 62.5%,#ffff00 68.75%,#00ff00 75%,#00ffff 81.25%,#0000ff 87.5%,#ff00ff 93.75%,#ffff00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 300% 100%;
    animation: masked-animation 5s infinite linear;
}

@keyframes masked-animation {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -100%,0;
    }
;
}

.fb-1,.fb-2,.fb-3,.fb-4,.fb-5 {
	color:#fff;
	width: 80px;
	height: 80px;
	z-index: 999999;
	text-align: center;
	position: fixed;
	right: 10px !important;
	font-size: 33px !important;
	border-radius: 100%;
	line-height: 80px !important;
	text-shadow: 2px 2px 1px #000;
	border: 2px solid #fff;
	box-shadow: 0 0 0 1px #666;
}
.fb-1 {bottom: 560px !important;}
.fb-2 {bottom: 470px !important;}
.fb-3 {bottom: 380px !important;}
.fb-4 {bottom: 290px !important;}
.fb-5 {bottom: 200px !important;}

/*----------------------------------------------------------------------toolbar-----------------------------------------------------------------------------------*/
//.toptool {
    width: 100%;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0px;
    z-index: 999;
    overflow: hidden;
    background: linear-gradient(#000000,#615d5d);
    font-size: 2rem;
    height: 80px;
    line-height: 54px;
    font-weight: bold;
}

.hg {
    height: 60px;
}

.fbbbslist {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0px;
}

.wapbbslist {
    width: 100%;
    background: #fff;
    margin: 0 auto;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 2px;
}

.ts {
    text-shadow: 0px 0px 1px #fff,0px 0px 2px #fff,0px 0px 3px #fff,0px 0px 4px #fff;
}

.cgi-head-home {
    margin-top: 87px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.badge {
    //vertical-align: middle;
    vertical-align: top;
    //display: inline-block;
    padding: 4px 5px 4px 5px;
    font-size: 20px;
    font-weight: bold;
    // height: 33px;
    line-height: 34px;
    text-align: center;
    //white-space: nowrap;
    //vertical-align: baseline;
    border-radius: 5px;
    margin: 5px 0 0px 5px;
    font-family: Arial,"微软雅黑";
}

.badge-fb0 {
    color: #ff0;
    background-color: #f1c84c;
    text-shadow: 0px 0px 1px #fff,0px 0px 2px #fff,0px 0px 3px #fff,0px 0px 4px #fff;
	display: inline-block;
    background-size: 200% auto;
    animation: badge-fb0Blink 4s infinite;
	/* 使用Blink动画，时长4秒，无限循环*/
    ;
}

@keyframes badge-fb0Blink {
    0% {
        background-color: #1a1a1a;
        color: #ff4000;
    }
/* 初始颜色*/
    10% {
        background-color: #ff4000;
        color: #1a1a1a;
    }
/* 第一种颜色*/
    20% {
        background-color: #0000e6;
        color: #ffa64d;
    }
/* 第一种颜色*/
    30% {
        background-color: #2eb82e;
        color: #0000e6;
    }
/* 第一种颜色*/
    40% {
        background-color: #ffa64d;
        color: #2eb82e;
    }
/* 第二种颜色*/
    50% {
        background-color: #ff00bf;
        color: #669999;
    }
/* 第一种颜色*/
    60% {
        background-color: #a64dff;
        color: #ff00bf;
    }
/* 第三种颜色*/
    70% {
        background-color: #669999;
        color: #a64dff;
    }
/* 第一种颜色*/
    80% {
        background-color: #7676a3;
        color: #86b300;
    }
/* 第四种颜色*/
    90% {
        background-color: #b37700;
        color: #7676a3;
    }
/* 第一种颜色*/
    100% {
        background-color: #86b300;
        color: #b37700;
    }
/* 第五种颜色*/;
}

.badge-fb1 {
    color: #fff;
    //background-color: #3366cc;
	//background: linear-gradient(90deg, #3366cc, #ffffff, #3366cc);
	background: -webkit-linear-gradient(left, #ffffff, #ff0000 6.25%, #ffffff 12.5%, #1affc6 18.75%, #00ff00 25%, #00ffff 31.25%, #fff 37.5%, #ff00ff 43.75%, #ffffff 50%, #ffffff 56.25%, #ff7d00 62.5%, #1affc6 68.75%, #00ff00 75%, #00ffff 81.25%, #9e9ef3 87.5%, #fff 93.75%, #1affc6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    animation: masked-animation 2s infinite linear;
    text-shadow: 0px 0px 1px #000,0px 0px 2px #000,0px 0px 3px #000,0px 0px 4px #000;
	display: inline-block;
    //background-size: 200% auto;
    //animation: flowColors 1s linear infinite;
}

.fxnr {
    background-color: #000;
    color: #FFF;
    display: inline-block;
    padding:0px 4px 0px 4px;
	font-size:19px;
	font-weight:bold;
	text-align:center;
	border-radius:5px;
	margin:2px 4px 2px 4px;
	vertical-align:top;
	line-height:29px;
    animation: shakeColors 1s linear infinite, changeBorderColor 1s linear infinite;
}
.fbnr {
    background-color: #000;
    color: #FFF;
    display: inline-block;
    padding:0px 4px 0px 4px;
	font-size:19px;
	font-weight:bold;
	text-align:center;
	border-radius:5px;
	margin:2px 4px 2px 4px;
	vertical-align:top;
	line-height:29px;
    animation: shakeColors 1s linear infinite, changeBorderColor 3s linear infinite;
}

@keyframes changeBorderColor {
    0% { border: 1px solid #ff0000; }
    25% { border: 1px solid #00ff00; }
    50% { border: 1px solid #0000ff; }
    75% { border: 1px solid #ffff00; }
    100% { border: 1px solid #ff00ff; }
}
.fbnrs {
  background-color: #00b2b3;
  color: #FFF;
  display: inline-block;
  padding:0px 4px 0px 4px;
  font-size:19px;
  font-weight:bold;
  text-align:center;
  border-radius:5px;
  margin:2px 4px 2px 4px;
  vertical-align:top;
  line-height:29px;
  border: 1px solid transparent;
  outline: none;
  background: 
    linear-gradient(white, white) padding-box, 
    linear-gradient(270deg, 
                    #ff4d4d, #ffa64d, #ffff4d, #4dff88, 
                    #4dd2ff, #b84dff, #ff4da6, #ff4d4d
                   ) border-box;
  background-size: 400% 100%;
  background-repeat: repeat;
  background-position: 0 0;
  animation: marquee-border 3s linear infinite;
  transition: box-shadow 0.3s ease;
}
@keyframes marquee-border {
  0% {
    background-position: 0% 0;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 100% 0;
  }
}



.badge-fb2 {
    color: #fff;
	margin: 0;
    //background-color: #008000;
	//background: linear-gradient(90deg, #008000, #ffffff, #008000);
	background: -webkit-linear-gradient(left, #c266ff, #ff0000 6.25%, #c266ff 12.5%, #1affc6 18.75%, #00ff00 25%, #00ffff 31.25%, #c266ff 37.5%, #ff00ff 43.75%, #c266ff 50%, #c266ff 56.25%, #ff7d00 62.5%, #1affc6 68.75%, #00ff00 75%, #00ffff 81.25%, #9e9ef3 87.5%, #c266ff 93.75%, #1affc6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    animation: masked-animation 5s infinite linear;
    //text-shadow: 0px 0px 1px #000,0px 0px 2px #000,0px 0px 3px #000,0px 0px 4px #000;
	//display: inline-block;
    //background-size: 200% auto;
    //animation: flowColors 1s linear infinite;
}
@keyframes masked-animation {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: -50%    0;
    }

    100% {
        background-position: -100%, 0;
    }
}

.badge-fb3 {
    color: #fff;
    //background-color: #ff504d;
	background: linear-gradient(90deg, #ff0000, #ffff00, #ff0000);
    text-shadow: 0px 0px 1px #000,0px 0px 2px #000,0px 0px 3px #000,0px 0px 4px #000;
    display: inline-block;
    background-size: 200% auto;
    animation: flowColors 3s linear infinite;
}

.badge-fb4 {
    color: #ff0;
    //background-color: #ff0000;
	//background: linear-gradient(90deg, #ff0000, #ffffff, #9900ff);
	//background: linear-gradient(90deg, #cc0000, #6666ff, #cc0000);
    //text-shadow: 0px 0px 1px #000,0px 0px 2px #000,0px 0px 3px #000,0px 0px 4px #000;
    display: inline-block;
    //background-size: 200% auto;
    //animation: flowColors 2s linear infinite;
	background: -webkit-linear-gradient(left,
#ffffff,
#ff0000 6.25%,
#ff7d00 12.5%,
#ffff00 18.75%,
#00ff00 25%,
#00ffff 31.25%,
#0000ff 37.5%,
#ff00ff 43.75%,
#ffff00 50%,
#ff0000 56.25%,
#ff7d00 62.5%,
#ffff00 68.75%,
#00ff00 75%,
#00ffff 81.25%,
#0000ff 87.5%,
#ff00ff 93.75%,
#ffff00 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-size: 300% 100%;
animation: masked-animation 5s infinite linear;
}

//.badge-fb4 {
    //color: #ff0;
    //background-color: #ff0000;
    text-shadow: 0px 0px 1px #000,0px 0px 2px #000,0px 0px 3px #000,0px 0px 4px #000;
	background: linear-gradient(90deg, #0e8f1d, #2ed3e5, #6610f2);
	display: inline-block;
    margin: 0px 0px 3px 0px;
	height: 24px;
    line-height: 45px;
    color: #FF0;
    display: inline-block;
    background-size: 250% auto;
    animation: flowColors 1s linear infinite;
}

.badge-fb5 {
    color: #0ff;
    //background-color: #3366cc;
	background: linear-gradient(90deg, #3366cc, #0f0, #e6005c);
    text-shadow: 0px 0px 1px #000,0px 0px 2px #000,0px 0px 3px #000,0px 0px 4px #000;
    display: inline-block;
    background-size: 250% auto;
    animation: flowColors 2s linear infinite;
}

.badge-fb6 {
    color: #ff0;
    //background-color: #9933ff;
	background: linear-gradient(90deg, #9933ff, #0ff, #9933ff);
    text-shadow: 0px 0px 1px #000,0px 0px 2px #000,0px 0px 3px #000,0px 0px 4px #000;
    display: inline-block;
    background-size: 200% auto;
    animation: flowColors 2s linear infinite;
}

@keyframes flowColors {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
//.box {
    margin: 5px 0 0 0;
    border-radius: 5px;
    overflow: hidden;
    background-image: linear-gradient(to right,#3c909f,#4999a7,#55a0ae,#66abb7,#55a0ae,#4999a7,#3c909f);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000,endcolorstr=#99000000);
}
//.pad {
    padding: 4px 4px;
}

.fuba-list {
    text-align: left;
}

.fuba-list li {
    padding: 0px 0px 0px 0px;
    border-radius: 0px;
    background: #fff;
}

.fuba-list  li .fuba-item,.fubaa-item {
    //height: 45px;
    //vertical-align: middle;
    //line-height: 45px;
    //text-align: left;
	position: relative;
    margin: 5px 0 10px 0;
    padding: 4px 0px 4px 0px;
    border: solid 1px #ddd;
    border-radius: 8px;
    background: #fff;
    background-image: linear-gradient(to top,#fff,#eee,#fff);
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    //display: inline-block;
    overflow: hidden;
    //font-size: 23px;
    //font-weight: bold;
    //color: #000;
}

.fuba-list .fuba-ite {
    //height: 36px;
    //line-height: 36px;
    vertical-align: middle;
    //text-align: left;
    padding: 6px 0px;
    border: solid 1px #ddd;
    border-radius: 8px;
    background: #eee;
    background-image: linear-gradient(to top,#fff,#eee,#fff);
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    //display: inline-block;
    overflow: hidden;
    //font-size: 23px;
    //font-weight: bold;
    //color: #000;
}

.haoju {
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    //color: #595959;
    //text-shadow: -1px -3px 9px #333,1px 5px 12px #333;
    //text-shadow: 0px 0px 1px #fff,0px 0px 2px #fff,0px 0px 3px #fff,0px 0px 4px #fff;
}

.gaogao {
    line-height: 40px;
    height: 40px;
    background-color: #f0e84e;
    border-radius: 30px;
    box-shadow: 2px 3px 4px #e71d1d;
    padding: 1px 10px 1px 10px;
    margin: 8px 0px 8px 0px;
    font-size: 22px;
    color: #ff0000;
    font-weight: bold;
    //box-shadow: inset 2px 2px 1px rgb(231,29,29,0.6),2px 3px 4px rgb(231,29,29,1);
}

.fbfb {
    border: 1px solid #3c909f;
}

@media screen and (min-width:768px)
.chatrom,.chatwarp,.fixedwidth,.layout-nav,.pushsetclass,.van-nav-bar {
    max-width:480Px;
	left:50% !important;
	transform:translate(-50%);
}

.layout-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

.layout-nav .van-tabbar {
    max-width: 480Px;
    background-color: #f2f2f2;
    margin: 0 auto;
    box-shadow: 0 0.02rem 0.08rem 0 hsl(0deg 0% 63% / 50%);
}

.van-tabbar--unfit {
    padding-bottom: 0;
}

.van-tabbar {
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    box-sizing: content-box;
    width: 100%;
    height: 50px;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
    background-color: #f2f2f2;
}

.van-hairline,.van-hairline--bottom,.van-hairline--left,.van-hairline--right,.van-hairline--surround,.van-hairline--top,.van-hairline--top-bottom {
    position: relative;
}

.van-tabbar-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #646566;
    font-size: 12px;
    line-height: 1;
    cursor: pointer;
}

a {
    text-decoration: none;
    background-color: transparent;
}

.layout-nav .nav-solt {
    max-width: 480Px;
    margin: 0 auto;
    position: relative;
}

.van-tabbar-item__icon {
    position: relative;
    margin-bottom: 4px;
    font-size: 22px;
}

.van-tabbar-item__icon img {
    display: block;
    height: 20px;
    width: 20px;
}

img {
    border-style: none;
}

.layout-nav .van-tabbar-item__text {
    position: relative;
}

.layout-nav .tabs-3 {
    position: absolute;
    left: -30Px;
    top: -38Px;
    border-radius: 100%;
    text-align: center;
    z-index: 1;
    width: 4.2rem;
    color: #646566;
}

.layout-nav .tabs-3 img {
    width: 40Px;
}

.layout-nav .tabs-3 div {
    padding-top: 2Px;
}

.chujitie {
    background: #8a4ad6;
    color: #FFF;
    display: inline-block;
    padding: 3px 6px;
    border-radius: 16px;
}
/* 浏览器大于795px*/ 
@media (min-width:795px) {
    .head-login,.head-right,.midy,.midy2,.midy3,.midy4,.midy5,.midy6,.midy7,.yc {
        display: none;
    }

    .cgi-subNav {
        display: none;
    }

    .space-dh {
        display: none;
    }

    .max-wid {
        display: none;
    }

    .kjtimes i {
        display: none;
    }

    .box-sell {
        display: none;
    }

    .cgi-top {
        display: none;
    }

    .diss {
        display: none;
    }
}