html {
	font-family: 'Courier New', Courier, monospace;
}

body {
	max-width: 720px;
	margin: 0 auto;
}

* {
	user-select: none;
	margin: 0;
	padding: 0px;
	border: 0px currentColor;
	border-image: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

ol {
	list-style: none;
}

ul {
	list-style: none;
}

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

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

a:hover {
	color: rgb(255, 0, 0);
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

button {
	border: 0px currentColor;
	border-image: none;
	cursor: pointer;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

.header.index-header {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.header {
    position: fixed;
    z-index: 99;
    width: 100%;
    max-width: 720px;
    background-image: linear-gradient(to right, #52504b, #999ba4, #a49ba7, #b3bac4, #b3bac4, #b3bac4, #c7c9c7, #b3bac4, #a49ba7, #999ba4, #52504b);
}

.header .logo-box {
    height: 50px;
}

.header .logo {
    float: left;
    height: 50px;
    margin-left: 0px;
}

.header .logo .logo-img {
    width: 208px;
    height: 50px;
}

.header .bank {
    float: right;
    position: relative;
    width: 80px;
    height: 50px;
}

.header .bank img {
    display: block;
    width: 75px;
    height: 50px;
    margin: 0 auto;
}

.nullbox {
    height: 55px;
}

.n{
    display: none;
}

.hidek .kai{
    display: none;
}

.pad {
    padding: 4px 4px;
}

.box {
    margin: 5px 0;
    border-radius: 5px;
    overflow: hidden;
    background-image: linear-gradient(to right, #52504b, #999ba4, #a49ba7, #b3bac4, #b3bac4, #b3bac4, #c7c9c7, #b3bac4, #a49ba7, #999ba4, #52504b);
}

#yxym .list-title {
    background: linear-gradient(transparent,#f7f3f3);
    color: #000;
    text-shadow: 0px 0px 10px #e5e5e5;
}

.list-title {
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #738e9f;
    font-weight: bold;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 2px 0px 4px 0px;
}

.duilianpt {
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    background: #fff;
}

.sxbm p{
    letter-spacing: -2px;
    line-height: 30px;
    font-weight: bold;
    border-bottom: 1px #ccc solid;
}

.duilianpt p{
    line-height: 30px;
    font-weight: bold;
    border-bottom: 1px #ccc solid;
}

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

.post-list a {
    height: 36px;
    line-height: 36px;
    text-align: center;
    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: block;
    font-weight: bold;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 4px;
}

.haoju {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    padding: 5px 0px;
}

.gg {
    color: #000;
    table-layout: fixed;
}

.gg tr {
    height: 25px;
}

.gg td {
    height: 16px;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid #d9c1ad;
    background: #00FF00;
    text-align: center;
}

.gg th, .gg td {
    padding: 4px 4px;
}

.gg td a {
    display: block;
    color: #000;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
}

.dingbugg td {
    height: 35px;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid #383232;
    text-align: center;
}

.dingbugg td a {
    display: block;
    color: #0000FF;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
}

.gongshi {
    color: #000;
    table-layout: fixed;
}

.gongshi tr {
    height: 25px;
}

.gongshi td {
    height: 35px;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid #efe8e8;
    font-size: 16px;
    text-align: center;
}

.gongshi td a {
    display: block;
    color: #fff;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
}

.dgk_p span{
    /*display: block;*/
    text-align: left;
    font-size: 12px;
    border: 1px #fff solid;
    background: #f1f1f1;
    box-sizing: border-box;
}

.dgk_c2{
    display: flex;
    flex-wrap: wrap ;
} 

.dgk_c2 span:nth-child(odd){
    width: 40%;
}

.dgk_c2 span:nth-child(even){
    width: 60%;
    letter-spacing: -1px;
}

.dgk_h2{
    display: block;
    background: #b3f5b3 !important;
    text-align: center !important;
    font-size: 14px !important;
    color: #00f;
}

.essmzt p{
    display: flex;
}

.essmzt p span:first-child{
    width: 12%;
    border-right: 1px #ccc solid;
}

.essmzt p span:nth-child(2){
    width: 74%;
    font-size: 15px;
}

.essmzt p span:last-child{
    width: 12%;
    border-left: 1px #ccc solid;
    font-size: 15px;
}

.jxsx p {
    line-height: 30px;
}

.jxsx .jxcont {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.jxsx .jxhead {
    font-size: 14px;
    display: block;
    border-bottom: 1px #fff solid;
    color: #f00;
}
.jxsx span{
    display: block;
    text-align: center;
    border-bottom: 1px #e5e5e5 solid;
}
.jxqi{
    width: 25%;
    background: #f3f3f3;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.jxkai{
    width: 25%;
    background: #f3f3f3;
}
.jxyc{
    width: 50%;
    word-break: break-word;
    color: #f00;
}

.jxqi1,.jxkai1{
    display: none !important;
}

.shaty{
    display: flex;
}

.shaty span {
    display: block;
    text-align: center;
    line-height: 25px;
    background: #FF9800;
    border-right: 1px #ccc solid;
    font-weight: bold;
}

.shaty span:last-child{
    border-right: none;
}

.asdw{
    background: #fff;
}

.stty{
    display: flex;
}

.stty span {
    display: block;
    text-align: center;
    line-height: 25px;
    border-right: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    font-weight: bold;
}

.stty span:first-child{
    width: 17%;
    font-size: 14px;
}

.stty span:nth-child(2){
    width: 16%;
}

.stty span:nth-child(3){
     width: 16%;
}

.stty span:nth-child(4){
     width: 16%;
}

.stty span:nth-child(5){
     width: 16%;
}

.stty span:last-child{
    width: 19%;
    border-right: none;
    font-size: 14px;
}

.nbxj .kai{
    display: none;
}

.nbxj p{
    font-size: 13px;
    line-height: 23px;
}

.txtcon{
    font-size: 15px;
}

.txtcon .name{
    color: blue;
}

.txtcon .kind{
    color: #9b1d14;
}

.txtcon .num{
    color: #f00;
}

.copyright {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #000;
    color: #fff;
}

.smzt p{
    font-size: 14px;
}

.qwzt{
    letter-spacing: 8px;
}

.qxsw p{
    font-size: 13px;
}

.ptyx p{
    line-height: 40px;
    display: flex;
    border-bottom: 1px #ccc solid;
}

.ptyx span:first-child{
    width: 20%;
    border-right: 1px #ccc solid;
}

.ptyx span:nth-child(2){
    width: 60%;
}

.ptyx span:last-child{
    width: 20%;
    border-left: 1px #ccc solid;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.liuyan {
    display: block;
    width: 50px;
    height: 50px;
    background: #3f51b5;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-weight: 900;
    line-height: 50px;
    font-size: 20px;
    box-shadow: 1px 1px 2px #3333337d;
    position: fixed;
    bottom: 180px;
    right: 2%;
}

.touzhu {
    display: block;
    width: 50px;
    height: 50px;
    background: #337ab7;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-weight: 900;
    line-height: 50px;
    font-size: 20px;
    box-shadow: 1px 1px 2px #3333337d;
    position: fixed;
    bottom: 125px;
    right: 2%;
}

.reload {
    display: block;
    width: 50px;
    height: 50px;
    background: #f00;
    border-radius: 50%;
    text-align: center;
    color: #fff!important;
    font-weight: 900;
    line-height: 50px;
    font-size: 20px;
    box-shadow: 1px 1px 2px #3333337d;
    position: fixed;
    bottom: 70px;
    right: 2%;
}

.download66 {
	position: fixed;
	left: 0px;
	right: 0px;
	width: 100%;
	max-width: 720px;
	height: 50px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, .7);
	z-index: 999;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.download66 p {
	font-size: 1rem;
	font-weight: 700;
	color: #fff;
	line-height: 54px;
}

.download66 .btn {
	height: 40px;
	line-height: 40px;
	width: 70px;
	text-align: center;
	background-color: #ec0909;
	position: absolute;
	right: 10px;
	bottom: 0;
	top: 0;
	margin: auto;
	font-size: 14px;
	border: none;
	border-radius: 5px;
	padding: 0;
	color: #fff;
}

.download66 i.close {
	display: block;
	position: absolute;
	top: 5px;
	left: 12px;
	height: 40px;
	width: 40px;
}