* {
	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;
}

body {
    background: #f0f5f9;
	max-width: 720px;
	margin: 0 auto;
	font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
}

ol {
	list-style: none;
}

ul {
	list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

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

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

i {
    font-style: normal;
    font-weight: bold;
}

.header {
    position: fixed;
    z-index: 99;
    width: 100%;
    max-width: 720px;
    background: linear-gradient(to right, #d4e4d3, #d7ead6, #dbe8da, #d4e6d2, #d0e0cf, #ddecdc, #d4e4d3);
}

.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: 90px;
    height: 50px;
}

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

.nullbox {
    height: 51px;
}

.nav2 {
    background: linear-gradient(to right, #d4e4d3, #d7ead6, #dbe8da, #d4e6d2, #d0e0cf, #ddecdc, #d4e4d3);
    padding: 2px 4px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.nav2 a {
    display: block;
    padding: 0px 0;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border-radius: 60px;
    background: #c96d10;
    font-size: 22px;
    font-weight: bold;
    height: 29px;
    line-height: 30px;
}

.qxtable .xz2 {
    font-size: 30px;
}

.subnav {
    border-radius: 5px;
    padding: 5px 0;
    background: #e7f3ed;
    overflow: hidden;
    margin-top: 5px;
}

.subnav a {
    display: block;
    float: left;
    width: 20%;
    text-align: center;
    font-size: 12pt;
    color: #000;
    font-weight: bold;
    text-shadow: 0px 2px 1px #ff9c00;
}

.subnav a img{
	display: block;
	width: 80px;
	height:80px;
	margin:0 auto 2px;
	animation-duration:1s;
	animation-fill-mode:both;
}

.subnav a:nth-child(1) img,
.subnav a:nth-child(2) img {
	animation-name: fadeInLeft;
}

.subnav a:nth-child(3) img {
	animation-name: bounceInDown;
}

.subnav a:nth-child(4) img,
.subnav a:nth-child(5) img {
	animation-name: fadeInRight;
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translate3d(-100%, 0, 0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translate3d(100%, 0, 0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

@keyframes bounceInDown {

	0%,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		transform: translate3d(0, -3000px, 0)
	}

	60% {
		opacity: 1;
		transform: translate3d(0, 25px, 0)
	}

	75% {
		transform: translate3d(0, -10px, 0)
	}

	90% {
		transform: translate3d(0, 5px, 0)
	}

	to {
		transform: none
	}
}

.subnav a:hover {
	animation-name: pulse;
	animation-duration: 1s;
	animation-fill-mode: both;
	color: #f00;
}

@keyframes pulse {
	0% {
		transform: scaleX(1)
	}

	50% {
		transform: scale3d(1.05, 1.05, 1.05)
	}

	to {
		transform: scaleX(1)
	}
}

.riqi {
    font-size: 19pt;
    text-align: center;
    font-weight: bold;
    margin: 5px 0;
}

.qxtable {
    color: #000;
    background: #fff;
    font-weight: bold;
    word-wrap: break-word;
    word-break: break-all;
    text-align: center;
}

.qxtable tr {
    height: 30px;
}

.qxtable td {
    text-overflow: ellipsis;
    font-size: 24px;
}
.qxtable th, .qxtable td {
    border: 1px solid #fff;
}

.pad {
	padding: 4px 4px;
}

.n{
    display: none;
}

.sxbm .kai{
    display: none;
}

.box {
    margin: 5px 0;
    border-radius: 5px;
    overflow: hidden;
    background-image: linear-gradient(to right, #d4e4d3, #d7ead6, #dbe8da, #d4e6d2, #d0e0cf, #ddecdc, #d4e4d3);
}

.list-title {
    background: linear-gradient(transparent, #f7f3f3);
    font-size: 26px;
    color: #000;
    text-shadow: 0px 0px 10px #e5e5e5;
    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;
}

.sxbm p{
    letter-spacing: -2px;
    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;
    font-size: 22px;
}

.post-list a .ci {
    font-size: 26px;
}

.haoju {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    padding: 3px 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;
    line-height: 42px;
    font-size: 18pt;
}

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

.gongshi td {
    border: 1px solid #fefefe;
    font-size: 18pt;
    padding: 2px 2px;
    white-space: nowrap;
}

.gongshi td a {
    line-height: 35px;
    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;
}

.haoju {
    font-size: 20pt;
    text-align: center;
    font-weight: bold;
    padding: 3px 0px;
}

.dgk_p span{
    font-weight: bold;
    text-align: left;
    border: 1px #fff solid;
    background: #f1f1f1;
    box-sizing: border-box;
}

.dgk_p span font:first-child {
    font-size: 24px;
}


.dgk_c2 span:nth-child(1), .dgk_c2 span:nth-child(2){
    font-size: 24px;
}

.dgk_c2 span:nth-child(3) font:last-child, .dgk_c2 span:nth-child(4) font:last-child{
    font-size: 30px;
}

.dgk_c2 span:nth-child(5) font:last-child, .dgk_c2 span:nth-child(6) font:last-child{
    font-size: 36px;
}

.dgk_c2 span:nth-child(7) font:last-child, .dgk_c2 span:nth-child(8) font:last-child{
    font-size: 38px;
}

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

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

.dgk_c2 span:nth-child(even){
    width: 52%;
}

.dgk_h2{
    display: block;
    background: #e1f0ff !important;
    text-align: center !important;
    font-size: 24px !important;
}

.dgk_c2 b {
    font-size: 20px;
    color: #000;
}

.duilianpt p {
    background: #fff;
    text-align: center;
    font-weight: bold;
    border: 1px solid #C0C0C0;
    font-size: 18pt;
}

.big {
    color: #f00;
    font-size: 22pt;
}

.essm font:nth-of-type(2), .essm font:nth-of-type(3) {
    font-size: 20pt;
}

.zl {
    font-size: 20pt;
    color: #f00;
}

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

.sxbt font {
    font-size: 22pt;
}

.duilianpt1 p span {
    display: inline-block;
    text-align: center;
    font-weight: bold;
    box-sizing: border-box;
    font-size: 18pt;
    border: 1px solid #fff;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
}

.duilianpt1 p span:first-child {
    width: 26%;
    background: #f5f9f2;
}

.duilianpt1 p span:nth-child(2) {
    background: #f7f7f7;
    width: 56%;
    font-size: 28px;
}

.duilianpt1 p span:last-child {
    width: 18%;
    background: #f5f9f2;
}

.pnzl {
    table-layout: auto;
    color: #000;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    background: #f5f5f5;
}

.pnzl tr {
    height: 32px;
}

.pnzl td {
    font-weight: bold;
    border: 1px solid #fff;
    width: 33.3%;
    font-size: 12pt;
}

.pnzl a {
    color: #000;
}

.sqbz td {
    border: 1px solid #ddd;
}

.swmzt span font:nth-of-type(2) {
    font-size: 38px !important;
}

.dgk_foot {
    background: #FFCCFF !important;
    width: 100%;
    display: inline-block;
    text-align: center !important;
    font-size: 24px;
}

.dgk_foot font {
    font-size: 38px !important;
}

.swmzt .dgk_h2 font:nth-of-type(2) {
    font-size: 24px !important;
}

.carousel-container {
	max-width: 800px;
	margin-top: 10px;
	position: relative;
	overflow: hidden;
	touch-action: pan-y;
}

.carousel-slides {
	display: flex;
	transition: transform 0.5s ease;
	will-change: transform;
	background: #f5f5f5;
}

.carousel-slide {
	min-width: 100%;
	box-sizing: border-box;
	user-select: none;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	color: #666;
}

.carousel-slide img {
	width: 100%;
	height: 100%;
	display: block;
	pointer-events: none;
}

.carousel-indicators-container {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 10px;
	scrollbar-width: none;
}

.carousel-indicators-container::-webkit-scrollbar {
	display: none;
}

.carousel-indicators {
	display: flex;
	justify-content: flex-start;
	gap: 5px;
	width: max-content;
}

.carousel-indicator {
	padding: 4px 10px;
	border-radius: 5px;
	background: #000;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 19px;
	transition: all 0.3s ease;
	flex-shrink: 0;
	user-select: none;
}

.carousel-indicator.active {
	background: #F44336;
	color: white;
	font-weight: bold;
}

.period-display {
	text-align: center;
	margin: 15px 0;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	display: none;
}

.post-list1 {
    display: flex;
    flex-wrap: wrap;
    background: #f5f5f5;
}

.post-list1 li {
    font-weight: bold;
    border: 1px solid #fff;
    width: 33.33%;
    font-size: 12pt;
    height: 32px;
    line-height: 32px;
    text-align: center;
    box-sizing: border-box;
}

.post-list1 a {
    color: #000;
    display: block;
}

.zlqi {
    color: #f00;
    font-size: 26px;
}

@media screen and (max-width: 505px) {
    .subnav a img {
        width: 60.8px;
        height: 60.8px;
    }
    
    .riqi {
        font-size: 12pt;
    }
    
    .qxtable td {
        font-size: 15px;
    }
    
    .gg td a {
        font-size: 15pt;
    }
    
    .haoju {
        font-size: 13pt;
    }
    
    .list-title {
        font-size: 17px;
    }
    
    .dgk_p span font:first-child {
        font-size: 17px;
    }
    
    .dgk_c2 span:nth-child(1), .dgk_c2 span:nth-child(2){
        font-size: 15px;
    }
    
    .dgk_c2 span:nth-child(3) font:last-child, .dgk_c2 span:nth-child(4) font:last-child{
        font-size: 21px;
    }
    
    .dgk_c2 span:nth-child(5) font:last-child, .dgk_c2 span:nth-child(6) font:last-child{
        font-size: 26px;
    }
    
    .dgk_c2 span:nth-child(7) font:last-child, .dgk_c2 span:nth-child(8) font:last-child{
        font-size: 28px;
    }
    
    .dgk_c2 b {
        font-size: 14px;
        color: #000;
    }
    
    .dgk_h2{
        font-size: 17px !important;
        line-height: 32px;
    }
    
    .duilianpt p {
        font-size: 16pt;
    }
    
    .essm p {
        font-size: 18pt;
    }
    
    .big {
        font-size: 16pt;
    }
    
    .essm font:nth-of-type(2), .essm font:nth-of-type(3) {
        font-size: 15pt;
    }
    
    .zl {
        font-size: 14pt;
    }
    
    .ptyw p {
        font-size: 16pt !important;
        height: 30px;
    }
    
    .sxbt font {
        font-size: 16pt;
    }
    
    .duilianpt1 p span {
        font-size: 16px;
        height: 32px;
        line-height: 32px;
    }
    
    .duilianpt1 p span:nth-child(2) {
        font-size: 23px;
    }
    
    .qhzt p {
        font-size: 14pt;
    }
    
    .pnzl td {
        font-size: 12pt;
    }
    
    .post-list a {
        font-size: 17px;
    }
    
    .post-list a .ci {
        font-size: 22px;
    }
    
    .swmzt span font:nth-of-type(2) {
        font-size: 24px !important;
    }
    
    .dgk_foot {
        font-size: 15px;
    }
    
    .dgk_foot font {
        font-size: 26px !important;
    }
    
    .swmzt .dgk_h2 font:nth-of-type(2) {
        font-size: 15px !important;
    }
    
    .gongshi td {
        font-size: 12pt;
    }
    
    .gongshi td a {
        line-height: 30px;
        font-size: 18px;
    }
    
    .qxtable .xz2 {
        font-size: 18px;
    }
    
    .zlqi {
        font-size: 22px;
    }
}

.liuyan {
    display: block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: url(/static/home/new/images/icon6.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    color: #8a2d2d;
    font-weight: 900;
    font-size: 18px;
    position: fixed;
    bottom: 150px;
    right: 2%;
    z-index: 100;
}

.touzhu {
    display: block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: url(/static/home/new/images/icon6.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    color: #8a2d2d;
    font-weight: 900;
    font-size: 18px;
    position: fixed;
    bottom: 230px;
    right: 2%;
    z-index: 100;
}

.reload {
    display: block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: url(/static/home/new/images/icon6.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    color: #8a2d2d;
    font-weight: 900;
    font-size: 18px;
    position: fixed;
    bottom: 70px;
    right: 2%;
    z-index: 100;
}

.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;
}

.list-title1 {
    text-align: center;
    background: #81cb7e;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e5e5e5;
    font-size: 20px;
    color: #FFFF00;
    font-weight: bold;
}

.wxwm {
    height: auto !important;
    line-height: auto !important; 
    text-align: left !important;
    border-bottom: none !important;
}

.wxwm span {
    display: block;
    border-bottom: 1px #e5e5e5 solid;
    font-size: 11pt;
    height: 37px;
    line-height: 37px;
    font-weight: bold;
    padding-left: 2px;
}

.wxwm span:last-child {
    background: #FFFF00;
    font-size: 20px;
    padding: 3px 2px;
}

.txtcon p {
    background: #fff;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14pt;
    font-weight: bold;
    line-height: 47px;
}

.txtcon font {
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "å¾®è½¯é›…é»‘", Arial, sans-serif !important;
    -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 505px) {
    .txtcon p {
        font-size: 12pt;
    }
}














