.bg0		{font-family: "宋体";font-size: 1em;color: #ffffff;background: #000000;line-height: 12pt}
.bg1		{font-family: "宋体";font-size: 1em;color: #eeeeee;background: #25252D;line-height: 12pt}
.bg2		{font-family: "宋体";font-size: 0.875em;color: #000066;background: #cccccc;line-height: 12pt}
.bg3		{font-family: "宋体";font-size: 0.875em;color: #006666;background: #dddddd;line-height: 12pt}
.bg4		{font-family: "宋体";font-size: 0.875em;color: #666666;background: #eeeeee;line-height: 12pt}
.bg5		{font-family: "宋体";font-size: 0.875em;color: #000000;background: #ffffff;line-height: 12pt}
.jsbg1		{font-family: "宋体";font-size: 0.875em;color: #006666;background: #ffffff;line-height: 12pt}
.jsbg2		{font-family: "宋体";font-size: 0.875em;color: #000000;background: #ffffff;line-height: 12pt}
.box	        {display: flex;flex-direction: column;height: 100vh;}

.bbinput		{font-family: "宋体";font-size: 0.875em;background-color: #FAFCEF; border: 1 solid #20663B}
.bbtextarea	{font-family: "宋体";font-size: 1em;background-color: #FAFCEF; border: 1 solid #20663B;scrollbar-face-color:ffffff;scrollbar-shadow-color:C1C1BB;scrollbar-highlight-color:C1C1BB;scrollbar-3dlight-color:EBEBE4;scrollbar-darkshadow-color:EBEBE4;scrollbar-track-color:F4F4F0;scrollbar-arrow-color:CACAB7;}

A {font-family: "宋体";color: #003333;font-size: 1.5em}
A:visited{TEXT-DECORATION: none}
A:active{TEXT-DECORATION: none}
A:hover{TEXT-DECORATION: underline overline}
A:link{text-decoration: none;}


.Yl-Button{ position: relative; z-index: 1; width: 100%; height:1.5em; margin: 0 auto; text-align:center; margin-top: 0px;}
.Yl-Button a{ display:inline-block; width:10.5%; height:1.5em; line-height:1.5em; font-size: 1em; color:#fff; text-align:center; margin:0 auto; background:none; margin-top:0px; border:1px #fff solid; text-decoration:none;}
.Yl-Button a:hover{ background:#fff; color:#000;}


/*div 固定高*/
.topwh{height:7.5em;width: 100%;}

/*方法1 div高度自适应*/

.div1{overflow:hidden;}

/* div自适应高度：利用浮动*/
.div2 .head {float:left;width:100%;}
.div2 .autoHeight {position:static;width:auto;height:100%;}

#jz{ margin:0 auto; width:320px; height:100px; border:1px solid #F00}