* {
    margin: 0;
    border: 0;
    padding: 0;
}
ol, ul, li {list-style: none}
a{text-decoration:none;color:#000;}
html, body {
    font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
    font: 16px/1.6 'Microsoft YaHei', Arial, Helvetica, sans-serif;
    color: #222;
    background: #ceeadb;
}
hr{
    width: 100%;
    height: 0.5px;
    background: #aaa;
}
.cgi-box, .cgi-foot {
    margin: .2rem auto 0;
    max-width: 800px;
}
.nav-top {
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    background: #921818;
    background-image: linear-gradient(to right, #4ede95,green);
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 800px;
    z-index: 9999;
}

.nav-top-home {
    background: url(/images/nav-top-home.png) no-repeat;
    left: 10px;
    width: 30px;
    height: 30px;
    overflow: hidden;
    text-indent: -99999px;
    background-size: 100%;
    display: inline-block;
    position: absolute;
    top: 15px;
}

.nav-top-homer {
    background: url(/images/nav-top-homer.png) no-repeat;
    right: 10px;
    width: 30px;
    height: 30px;
    overflow: hidden;
    text-indent: -99999px;
    background-size: 100%;
    display: inline-block;
    position: absolute;
    top: 15px;
}

.nav-top-homerr {
    background: url(/images/logo.png) no-repeat;
    right: 10px;
    width: 30px;
    height: 30px;
    overflow: hidden;
    text-indent: -99999px;
    background-size: 100%;
    display: inline-block;
    position: absolute;
    top: 15px;
}

.nav-top-re {
    background: url(/images/nav-top-re.png) no-repeat;
    right: 10px;
    width: 30px;
    height: 30px;
    overflow: hidden;
    text-indent: -99999px;
    background-size: 100%;
    display: inline-block;
    position: absolute;
    top: 15px;
}
.nav-top h1 {
    font-size: 1.7rem;
    text-shadow: 0 1px 1px rgb(0 0 0 / 50%);
    font-weight: bold;
}

.change{
    display: flex;
    width: 100%;
    justify-content: space-around;
    font-size: 1.2rem;
    height: 40px;
    font-weight: bold;
    background: #f3f3f3;
    margin-top: 0px;
}
.Achange{
    color: #ddd;
    width: 50%;
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(to bottom, #0b7d11, #76bd90);
}
.Achange a{
    color: #fff;
    text-decoration: none;
}
.Bchange{
    color: #fff;
    width: 50%;
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(to bottom, #76bd90, #0b7d11);
}
.Bchange a{
    color: #fff;
    text-decoration: none;
}
.change img{
    vertical-align: middle;
}
.changebox{
    border-radius: 0px 0px 5px 5px;
    overflow: hidden;
}

.white-box {
    margin-top: 2px;
    padding: 3px;
    border: solid 1px #cfcfcf;
    border-radius: 1px;
    background: #fff;
}
.bbs-tit {
    text-align: center;
    padding: 5px 0;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    background: #41006c;
    background-image: linear-gradient(to right, #4ede95, green);
}

ul.list-btn {}

ul.list-btn li { padding: 5px 0;}

@media screen and (max-width:800px){   

ul.list-btn li { padding: 3px 0;}

}

ul.list-btn li a { height: 35px; line-height: 35px; text-align: center; border: solid 1px #ddd; border-radius: 5px; background: #eee; background-image:linear-gradient(to top, #fff, #eee, #fff); box-shadow: 0 2px 5px rgba(0,0,0,0.1); display: block;}
.lb-tz a {
    font-size: 1.2rem;
}
.bbs-name{
    font-size: 1.5rem;
}


.lb-tz li:nth-child(10n+1) b{
    color:#3864c7;
}
.lb-tz li:nth-child(10n+2) b{
    color:#d23b2f;
}
.lb-tz li:nth-child(10n+3) b{
    color:#704bae;
}
.lb-tz li:nth-child(10n+4) b{
    color:#00b963;
}
.lb-tz li:nth-child(10n+5) b{
    color:#e3c000;
}
.lb-tz li:nth-child(10n+6) b{
    color:#5e529d;
}
.lb-tz li:nth-child(10n+7) b{
    color:#e68d00;
}
.lb-tz li:nth-child(10n+8) b{
    color:#609b00;
}
.lb-tz li:nth-child(10n+9) b{
    color:#82d629;
}
.lb-tz li:nth-child(10n+10) b{
    color:#00afb9;
}
.bbsbl1{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 10px 0px;
}
.bbsbl1 li {
    width: 33%;
    box-sizing: border-box;
    padding: 4px;
}
.bbsbl1 li a {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    border-radius: 32px;
    background: #b7b576;
    font-weight: bold;
    font-size: 1.2rem;
    background-image: linear-gradient(to top, #33d53c, #28a764);
}
.bbsbl2 {
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px;
    border: 4px solid #37a958;
    background-color: #f9f9f9;
}
.bbsbl2 td {
    padding: 8px;
    border: 2px solid #1cbc25;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
}
.bbsbl2 tr:nth-child(odd) {
    background-color: #ffffff;
}
.bbsbl2 tr:nth-child(even) {
    background-color: #d4efde;
}
.bbsbl2 a {
    text-decoration: none;
    color: #000;
    font-size: 14pt;
    font-weight: bold;
}



.index-ziliao{text-align:center;font-size:1.3rem;}
.index-ziliao p{color:#000;border-bottom:1px dashed #888;margin:8px 0;padding:0}
.index-ziliao p span{font-weight:bold;font-size:1.5rem;color:#fd1d1d}
.index-ziliao p b{font-size:1.8rem;color:#910986}
.index-ziliao p font{color:#3864c7;font-weight:bold}

.index-ziliao2{border:1px dashed #aaa;margin:5px 0;padding:0 5px}
.index-ziliao2 p{font-size:1.3rem;text-align:center}
.index-ziliao2 p span{font-weight:bold;color:#f00}
.index-ziliao2 p font{font-weight:bold;color:#3864c7}
.index-ziliao2 p b{background:#ff0}
.index-ziliao2 .sx1{font-weight:bold;color:#228a96;font-size:1.5rem;}
.index-ziliao2 .sx2{font-weight:bold;color:#4202e3;font-size:1.5rem;background-color: #e5fdff;}
.sx table {
    border-collapse: collapse;
    border-spacing: 0;
}


.tuzhi2 { text-align: center;}
.tuzhi2 ul { display: flex; flex-direction: row; flex-wrap: wrap; padding: 5px;}
.tuzhi2 ul li { width: 50%; padding: 5px; box-sizing: border-box; cursor: pointer;}
.tuzhi2 ul li a {display:inline-block;width: 100%;height: 250px;}
.tuzhi2 ul li img { width: 100%; height:100%;}
.tuzhi2 ul li p { padding: 5px 0; background: #f5f5f5;}
.box {margin-top: 6px;padding: 8px;border: solid 1px #cfcfcf;border-radius: 3px;background: #fff;}
.morepic {font-weight: bold;font-size: 25px;border: 1px solid #bbb;background: #3bc771;}
.active {
	position: fixed;
	left: 50%;
    top: 50%;
	transform: translate(-50%, -50%);
	z-index: 99999;
	width: auto;
	height: auto;
	max-width: 80%;
	max-height: 80%;
}
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 99998;
	display: none; 
  }
@media screen and (max-width:750px){  
.tuzhi2 ul { padding: 3px;}
.tuzhi2 ul li { padding: 3px;}
.active {max-width:95%;max-height:50%}
} 
@media screen and (max-width:500px){  
.tuzhi2 ul li a {display:inline-block;width: 100%;height: 200px;}
.active {max-width:95%;max-height:50%}
} 
@media screen and (max-width:450px){  
.tuzhi2 ul li a {display:inline-block;width: 100%;height: 150px;}
.active {max-width:95%;max-height:50%}
} 
@media screen and (max-width:400px){  
.tuzhi2 ul li a {display:inline-block;width: 100%;height: 140px;}
.active {max-width:95%;max-height:50%}
}
.tuzhi { text-align: center;padding: 2px;}
.tuzhi ul { display: flex; flex-direction: row; flex-wrap: wrap; padding: 5px;}
.tuzhi ul li { width: 50%; padding: 5px; box-sizing: border-box;}
.tuzhi ul li a { display: block; padding: 7px 0; border: solid 1px #ddd; border-radius: 5px;font-weight:bold;}
@media screen and (max-width:750px){  
.tuzhi ul { padding: 3px;}
.tuzhi ul li { width: 50%; padding: 3px; box-sizing: border-box;}
.tuzhi-more a { font-size: 14px;}
}


@media screen and (max-width:380px){
.lb-tz a {font-size: 1.2rem;}
.bbs-name{font-size: 1.4rem;}
.bbs-tit{font-size: 1.5rem;}
}

@media screen and (max-width:400px){
.lb-tz a {font-size: 1.1rem;}
.bbs-name{font-size: 1.25rem;}
.bbs-tit{font-size: 1.5rem;}
.index-ziliao p span{font-size: 1.4rem;}
.index-ziliao{font-size: 1.2rem;}
}

@media screen and (max-width:320px){
.lb-tz a {font-size: 1rem;}
.bbs-name{font-size: 1.1rem;}
.bbs-tit{font-size: 1.3rem;}
.index-ziliao p span{font-size: 1.2rem;}
.index-ziliao{font-size: 1rem;}
.nav-top h1{font-size: 1.4rem;}
}