* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: #000;
}

html {
	background-color: #f0f0f0;
	font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "å¾®è½¯é›…é»‘", Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	background-color: #ffffff;
	width: 100%;
	max-width: 660px;
	height: 100%;
	margin: 0 auto;
}

.header {
	background: linear-gradient(to bottom, #3074ff, #ff5ffd);
	color: white;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.logotext {
	width: 150px;
	height: 40px;
	margin: 0 10px;
}

.downlord-banner {
	font-size: 12px;
	margin: 0 10px;
	text-align: center;
	color: #ffffff;
}

.icofont-smart-phone {
	font-size: 30px;
}

.carousel-container {
	position: relative;
	width: 100%;
	max-width: 660px;
	height: auto;
	overflow: hidden;
	touch-action: pan-y;
}

.carousel-track {
	display: flex;
	height: 100%;
	transition: transform 0.5s ease;
}

.carousel-slide {
	flex: 0 0 100%;
	height: 100%;
}

.carousel-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.carousel-nav {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	gap: 8px;
}

.carousel-indicator {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
	cursor: pointer;
}

.carousel-indicator.active {
	background: white;
}

.notice {
	display: flex;
	align-items: center;
	margin: 5px;
}

marquee {
	font-size: 12px;
}

.icofont-audio {
	font-size: 15px;
	color: #f00;
	margin: 0 5px;
}

.main-content {
	padding: 5px;
}

.icofont-badge,
.icofont-bag-alt,
.icofont-money,
.icofont-database,
.icofont-touch,
.icofont-sale-discount,
.icofont-news,
.icofont-diamond,
.icofont-cubes,
.icofont-zipped,
.icofont-queen,
.icofont-globe,
.icofont-recycle,
.icofont-soccer,
.icofont-close-squared-alt,
.icofont-ebook,
.icofont-binoculars,
.icofont-military,
.icofont-long-drive,
.icofont-gift,
.icofont-home,
.icofont-light-bulb,
.icofont-mail,
.icofont-memorial,
.icofont-navigation,
.icofont-jacket,
.icofont-life-ring {
	color: #3f51b5;
	font-size: 20px;
	margin: 0 5px;
}

.white-box:first-child {
	margin-top: -1px;
}

.white-box {
	border: 1px #efe5e5 solid;
	padding: 5px;
	border-radius: 5px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	margin: 10px 0;
}

.recommend {
	display: flex;
	flex-wrap: wrap;
	background: #ffffff;

}

.recommend a {
	display: block;
	border: solid 1px #ddd;
	width: calc(25% - 6px);
	margin: 3px;
	border-radius: 5px;
	text-align: center;
	line-height: 35px;
	background: linear-gradient(to top, #eeeeee, #ffffff);
	font-size: 12px;
	box-sizing: border-box;

}

.title {
	padding: 5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.copywriting {
	font-size: 12px;
	color: #a9abb6;
}

.title span {
	font-weight: bold;
	font-size: 18px;
	background: linear-gradient(90deg, #FF00FF, #00FFFF, #FF00FF);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: flow 3s linear infinite;
}

@keyframes flow {
      to { background-position: 200% center; }
    }

.gp-box {
	display: flex;
}

.gp-img,
.gp-text {
	width: 50%;
}

.gp-text p {
	height: 20%;
	text-indent: 15px;
	border-bottom: 1px #f4efef solid;
	line-height: 40px;
}

.gp-text p span {
	font-size: 14px;
}

.gp-text p:last-child {
	border: none;
}

.data-parse font {
	animation: colorChange 1s infinite;
}

@keyframes colorChange {
	100% {
		color: #333;
	}

	50% {
		color: red;
	}
}

/* 为每个字符单独设置动画延迟 */
.data-parse font:nth-child(1) {
	animation-delay: 0s;
}

.data-parse font:nth-child(2) {
	animation-delay: 0.3s;
}

.data-parse font:nth-child(3) {
	animation-delay: 0.6s;
}

.data-parse font:nth-child(4) {
	animation-delay: 0.9s;
}

.lfigures p {
    border-bottom: 1px #f4efef solid;
}

.parse {
	display: flex;
	flex-wrap: wrap;
}

.data-parse {
	width: calc(50% - 10px);
	margin: 10px 5px;
	display: flex;
	align-items: center;
}

.data-parse span {
	display: block;
}

.data-parse i {
	color: #000;
	margin: 0 5px;
}

.data-parse span:last-child {
	font-size: 12px;
	color: #958c8c;
	text-align: end;
}

.data-parse p {
	padding: 10px;
}

.data-parse img {
	width: 100%;
	max-width: 50px;
	height: 50px;
}

.dgk_p {
	font-weight: bold;
	line-height: 40px;
}

.dgk_h {
	text-align: center;
	display: block;
	font-size: 20px;
	background: linear-gradient(to bottom, #673AB7, #3F51B5);
	color: #FFEB3B;
}

.dgk_c2 span {
	display: block;
	border-bottom: 1px #e4e4e4 solid;
	color: #f00;
}

.dgk_c2 span font:first-child {
	color: #000;
}

.dgk_c2 span:nth-child(4) {
	font-size: 11px;
}

.dgk_c2 span:nth-child(5) {
	font-size: 13px;
}

.dgk_h2 {
	text-align: center;
}

.dgk_h2 span {
	font-size: 18px;
	color: #f00;
}

.n {
	display: none;
}

.advertise img {
	width: 30px;
	vertical-align: middle;
}

.advertise {
	background: #FFEB3B;
	text-align: center;
	font-weight: bold;
	line-height: 40px;
}

.lfigures {
	line-height: 40px;
	text-align: center;
	border-bottom: 1px #e4e4e4 solid;
	color: #673AB7;
	font-weight: bold;
	font-size: 16px;
}

.lx-box p:last-child {
	border: none;
}

.lfigures .kai {
	color: #00f;
}

.lfigures span {
	color: #a52a2a;
}

.lfigures font {
	margin: 0 5px;
}

.head-title-img {
	width: 25px;
	display: inline-block;
	vertical-align: middle;
}

.number {
	line-height: 40px;
	text-align: center;
}

.number_one {
	color: #2196F3;
}

.number_two {
	color: #ff5722;
}

.number_three {
	color: #009688;
}

.number_box span:last-child {
	color: #ff0000;
	font-weight: bold;
}

.number_head {
	display: block;
	text-align: center;
}

.number_head span {
	color: #ff0000;
}

.number_box {
	display: inline-block;
}

.ptlx p {
	line-height: 40px;
	text-align: center;
	border-bottom: 1px #e4e4e4 solid;
	font-weight: bold;
}

.ptlx .name {
	color: #0000ff;
}

.ptlx .kai {
	color: #ff0000;
}

.ptlx .qi {
	color: #a52a2a;
}

.advgg img {
	width: 100%;
}

.sjgs {
	font-size: 11px;
	border-bottom: 1px #e4e4e4 solid;
	font-weight: bold;
	line-height: 35px;
	text-align: center;
}

.sjgqh {
	color: #0000ff;
}

.icofont-like {
	color: #ff0000;
	font-weight: bold;
}

.jxzt p {
    display: flex;
    line-height: 35px;
}

.jxzt .qi, .jxzt .kai {
    width: 20%;
}

.jxzt span {
    text-align: center;
    color: #673ab7;
    border: 1px #e4e4e4 solid;
    margin-left: -1px;
    margin-bottom: -1px;
}

.jxzt .cont {
    flex: 1;
    font-weight: bold;
    color: #0d5333;
}

.xjzt p {
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    color: #a52a2a;
    text-shadow: 1px 1px #ccc;
    border-bottom: 1px #e4e4e4 solid;
}

.sxjx p {
    line-height: 40px;
}

.sxjx p::after {
    display: block;
    width: 100%;
    content: "全网彩民看了都说好的资料，期期中特";
    text-align: center;
    background: linear-gradient(to right, #673AB7, #3F51B5);
    color: #46d400;
    text-shadow: 2px 2px 2px #E91E63;
}

.sxjx span {
    display: inline-block;
    text-align: center;
    border-bottom: 1px #e4e4e4  solid;
}

.jxxy_qi, .jxxy_ki {
    width: 20%;
}

.jxxy_yc {
    width: 60%;
    background: linear-gradient(to right, #673AB7, #3F51B5);
    color: #FFEB3B;
    text-shadow: 1px 1px #f00;
}

.ptyw p,.qhzt p {
    line-height: 40px;
    text-align: center;
    font-size: 18px;
}

.ptyw p {
    color: #9c0b26;
    border-bottom: 1px #e4e4e4 solid;
    font-weight: bold;
}

.qhzt p {
    color: #0000ff;
    font-weight: bold;
    border-bottom: 1px #e4e4e4 solid;
}

.qhzt .name {
    margin: 0 5px;
    font-style: italic;
    text-shadow: 1px 1px #ff0000;
}

.hint {
    text-align: center;
    color: #4CAF50;
    font-size: 14px;
    line-height: 30px;
}

#ily520 .sanheyi li {
    font-size: 16px;
}

.jyzt p {
    text-align: center;
    line-height: 40px;
    border-bottom: 1px #e4e4e4 solid;
    color: #FF5722;
    text-shadow: 1px 1px #CDDC39;
}

.stzt p, .tmlj p, .wsex p, .jsyb p, .jssw p, .smtl p,.ptsx p {
    text-align: center;
    line-height: 40px;
    border-bottom: 1px #e4e4e4 solid;
    font-weight: bold;
}

.post-list li {
    line-height: 40px;
    font-weight: bold;
}

.smzx {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.post-list li:nth-child(even) {
    background: #f0f0f0;
}

.stzt .name {
    color: #f00;
}

.smzx .icofont-touch {
    animation: colorShift 3s infinite;
}

@keyframes colorShift {
	0% {
		color: #3498db;
	}

	25% {
		color: #e74c3c;
	}

	50% {
		color: #2ecc71;
	}

	75% {
		color: #f1c40f;
	}

	100% {
		color: #3498db;
	}
}

.tmlj .qi {
    color: #f00;
}

.tmlj .kai {
    color: #4caf50;
}

.ad-tz a:nth-child(3) b {
    font-size: 18px !important;
}

.tmlj .namee {
    color: #FF9800;
    margin: 03px;
}

.wsex .qi {
    background: linear-gradient(90deg, #9C27B0, #3F51B5);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.wsex .name {
    color: #f00;
}

.wsex .kai {
    background: linear-gradient(90deg, #009688, #F44336);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.jsyb p {
    background: linear-gradient(90deg, #0ed800, #333);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.jssw p {
    background: linear-gradient(90deg, #795548, #FF9800);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.stty span:nth-child(2) {
    color: #f00;
}

.stty span:nth-child(3) {
    color: #1131eb;
}

.stty span:nth-child(4) {
    color: #9c27b0;
}

.stty span:nth-child(5) {
    color: #ff9800;
}

.lxsem p {
    text-align: center;
    border-bottom: 1px #e4e4e4 solid;
    font-weight: bold;
    line-height: 30px;
    
}

.ptsx .qi, .lxsem span:first-child {
    color: #3a585f;
}

.lxsem span {
    display: block;
    color: #f00;
}

.ptsx .name {
    letter-spacing: 5px;
    color: #00f;
}

.txtcon p {
    line-height: 40px;
    background: linear-gradient(90deg, #0ed800, #333);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: bold;
    border-bottom: 1px #e4e4e4 solid;
    font-size: 14px;
}

.txtcon p font {
    font-size: 14px !important;
}

.foot-img {
    text-align: center;
    line-height: 35px;
}

.tit {
    line-height: 40px;
    text-align: center;
    background: #4CAF50;
    font-weight: bold;
    color: #fff;
}

.downlord-footer {
	width: 100%;
	max-width: 660px;
	position: fixed;
	background: #f8f8f8;
	bottom: 0;
	padding: 10px;
	display: flex;
	justify-content: space-between;
	text-align: left;
	align-items: center;
	padding: 10px;
	z-index: 100;
}

.downlord-footer img {
	width: 60px;
	height: 60px;
	vertical-align: middle;
	margin-right: 10px;
}

.downtext {
	font-size: 12px;
	display: flex;
	align-items: center;
}

.downclick {
	background: linear-gradient(to bottom, #673AB7, #3F51B5);
	padding: 10px;
	border-radius: 5px;
	box-shadow: 1px 2px 4px 1px #ccc;
	font-size: 15px;
	color: #ffffff;
	animation: pulse 2s infinite ease-in-out;
}

@keyframes pulse {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}

.icofont-cloud-download {
	margin: 0 3px;
}

.icofont-close-circled {
	font-size: 25px;
	color: #ccc;
	margin: 0 2px;
	display: block;
}

.placeholder {
	height: 80px;
}

.footer {
	text-align: center;
}

.copyright {
	font-size: 14px;
}

.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: 15%;
    right: 2%;
    z-index: 100;
}

.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: 29%;
    right: 2%;
    z-index: 100;
}

.reload {
    display: block;
    width: 50px;
    height: 50px;
    background: #f00;
    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: 22%;
    right: 2%;
    z-index: 100;
}
