@charset "utf-8";
/* @import url("body-css2.css"); */


/* CSS Document */
html, body {
    font-family: 'Microsoft YaHei', Arial;
    color: #000000;
    font-size: ;
}
html{
    background: #99ff99;
    
}
body{
    max-width: 720px;
    margin:0 auto;
    overflow-x: hidden;
    background: #99EE99;
}
.header{
	position: fixed;
	z-index: 99;
	height: 61px;
	width: 100%;
	max-width: 720px;
	background-image: linear-gradient(to right, #FD8200, #FE8B12, #FF982C, #FFA341, #FFAB52, #FFB362, #FFBD78);
	border-bottom-left-radius: px;
	border-bottom-right-radius: px;
}
.header.index-header{
	height: 93px;
	border: 5px solid #fff;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.header .logo-box{
	height: 54px;
}

.header .logo{
	float: left;
	height: 50px;
	margin-left: 0px;
}
.header .logo .logo-img{
	width: 208px;
	height: 50px;	
}
.header .bank{
    float: right;
    position: relative;
    width: 66px;
    height: 50px;
    padding-top:2px;
}
.header .bank a{
	display: block;
    color: #fff;
    font-size: 12pt;
    text-align: center;
    padding-top: 14px;
}
.header .bank img{
	display: block;
	width: 60px;
	height: 50px;
	margin:0 auto;
}
.nav{
	border-bottom-right-radius: px;
	border-bottom-left-radius: px;
	overflow: hidden;
	background:#;
	border-top: 1px solid #000;
	height: 30px;
}


* {
    padding: 0;
    
    border: 0;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #FF0000;
}

a:active {
    text-decoration: none;
}

a:focus {
    outline: none;
}

a.hidefocus {
    outline: none
}

table{
    table-layout: fixed;
    width: 100%;
}
td{
    font-size:11pt;

}
.padding{
    padding: 5px;

}
.nullbox{
	height: 93px;
}
.container {
    width: 100%; /* 或者其他你想要的宽度 */
    background: #ffffff;
}
.containerer {
    width: 88%; /* 或者其他你想要的宽度 */
}
.box{
	margin:5px 0;
	border-radius: 8px;
	overflow: hidden;
	background-image: linear-gradient(to right, #FD8200, #FE8B12, #FF982C, #FFA341, #FFAB52, #FFB362, #FFBD78);
	border: 5px solid #fff;
	color: #000000;

}

.jiesitable{
	width: 100%;
	text-align: center;
	word-wrap: break-word;
	table-layout: fixed;
	border-radius: 2px;
	font-weight: bold;
	background: #ffffff;
}
.jiesitable tr{
	height: 2px;
}
.jiesitable td{
	white-space: nowrap;
	font-size:11pt;
	overflow: hidden;
	text-overflow: ellipsis;
	border:1px solid #DEE6E8;
	padding:5px;	
}
.jiesitable .sj{
	background: #DEE6E8;
	color: #000000;
	border: 1px solid #DEE6E8;
}
.jiesitable .ml{
	background: #F8F8F8;
	color: #8E9597;
	border: 1px solid #F8F8F8;
}
.jiesitable .tj{
	background: #fffee8;
	color: #008800;
	border: 1px solid #DEE6E8;
}
.listtable{
	color: #000;
	table-layout: fixed;
}
.listtable tr{
	height: 25px;
}
.listtable td{
	padding:4px 4px;
	height: 22px;
	overflow: hidden;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: 1px solid #b99b5f;
	font-size: 14pt
}

.duilianpt{
	table-layout: auto;
	color: #FF0000;
	border-radius: 5px;
	overflow: hidden;
	text-align: center;
	background: #fff;
}
.duilianpt tr{
	height: 30px;
}
.duilianpt td{
	font-weight: bold;
	border:1px solid #C0C0C0;
	font-size: 18pt;
}
.duilianpt .zl{
	font-size: 20pt;
}



@media screen and (max-width: 610px){
.jiesitable td{
	font-size: 11pt;
}
.jiesitable .zl{
	font-size: 12pt;
}
}
@media screen and (max-width: 505px){
.jiesitable td{
	font-size: 11pt;
}
.jiesitable .zl{
	font-size: 12pt;
}
}
@media screen and (max-width: 429px){
.jiesitable td {
    font-size: 10pt;
}
.jiesitable .zl {
    font-size: 11pt;
}
}
@media screen and (max-width: 409px){
.jiesitable td {
    font-size: 9pt;
}
.jiesitable .zl{
	font-size: 10pt;
}
}
@media screen and (max-width: 374px){
.jiesitable td {
    font-size: 9pt;
}
.jiesitable .zl{
	font-size: 10pt;
}
}


@media screen and (max-width: 580px){
.blgg td{
  font-size: 15pt;
  }
}
@media screen and (max-width: 480px){
.blgg td{
  font-size: 13pt;
  }
}
@media screen and (max-width: 408px){
.blgg td {
    font-size: 12pt;
}
.blgg a {
    line-height: 30px;
}
}
@media screen and (max-width: 358px){
.blgg td {
    font-size: 11pt;
}
}