﻿* {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
}

@media screen and (max-device-width:500px) {
    .mian {
        margin: -30px auto;
        padding: 4%;
    }
	
}

@media screen and (min-device-width: 1280px) {
    .mian {
        max-width: 800px;
        padding-top: 2%;
        margin: 0 auto;
        padding: 0;
    }
}
.plimg {
    width: 40px;
    height: 40px;
    border-radius: 5px;
}

.zf {
    float: left;
	
}
.yf {
    float: right;
}
.zan {
    vertical-align: middle;
    width: 30px;
}
.juz{
	text-align: center;
}
.plys {
    color: #A9A9A9;
}

.qcfd {
    clear: both;
}
.zitii{
	font-family: -apple-system-font,"Helvetica Neue","PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;
	font-size: 18px;
	line-height: 2.2rem;
	color: #424242;
	text-align: justify; 
}
.zzhf {
    max-width: 100%;
    width: auto;
    font-size: 16px;
    box-sizing: border-box !important;
    overflow-wrap: break-word !important;
    color: rgb(153, 153, 153);
    border-left: 3px solid #1ca550;
    padding-left: 8px;
}
.wxys{
	color: red;
	font-weight: bold;
}
.ys{
	color: red;
	font-weight: bold;
}
.sect_f{
	border: 0px none; box-sizing: border-box;
}
.sect_g{
	margin-right: auto; margin-left: auto;
}
.sect_h{
	padding: 10px;
	 box-shadow: #e1e1e1 8px 8px 3px 0px;
	 font-size: 1em;
	 line-height: 1.4;
	 white-space: normal;
	 font-family: inherit;
	 text-decoration: inherit;
	 color: #ffffff; 
	 border: 2px dotted #fcfcfc;
	  box-sizing: border-box;
	   background-color: #ac1d10;
}
.sect_i{
	color: inherit;
	 border-color: #ac1d10;
	  box-sizing: border-box;
}
.sect_j{
	text-align: center; 
	line-height: 2.5em;
}
.zidada{
	font-size: 28px;
	
}
.jjzz {
    text-align: center;
    color: red;
    background-color: yellow; /* 黄色背景框 */
    border: 2px solid red; /* 红色描边 */
    padding: 10px; /* 添加内边距以显示边框 */
    border-radius: 10px; /* 添加圆角效果 */
    animation: flash 1s infinite, scale 0.5s infinite alternate; /* 应用闪动和更快的缩放动画 */
    /* 确保动画在合适的时机开始，避免与flash动画冲突 */
    animation-delay: 0s, 0.5s; /* flash立即开始，scale延迟0.5秒开始（可根据需要调整） */
}

@keyframes flash {
    0%, 100% {
        opacity: 1; /* 动画开始和结束时完全不透明 */
    }
    50% {
        opacity: 0.5; /* 动画中间时半透明 */
    }
}

@keyframes scale {
    0% {
        transform: scale(1); /* 原始大小 */
    }
    100% {
        transform: scale(1.1); /* 放大到1.1倍 */
    }
}
.jjzz-1
{
	text-align: center;
	color: red;
}
.hsjc{
	color: red;
	font-weight: bold;
}
.ls{
	color: #0052FF;
	font-weight: bold;
}
.xiao{
	font-size: 12px;
}
.lss{
	color: #0052FF;
	font-weight: bold;
	font-size: 24px;
	font-family: -apple-system-font,"Helvetica Neue","PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;
}
.huangse{
	background-color: #FFDA51;
}
.hdhz{
	background-color: red;
	color: #FFFB00;
	font-weight: bold;
}
.hdhei{
	background-color: #D6A841;
	font-weight: bold;
}
.ys{
	color: red;
	font-weight: bold;
}
.ziti{
	font-family: -apple-system-font,"Helvetica Neue","PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;
	font-size: 20px;
	line-height: 2.2rem;
	text-align: justify; 
}
#box{
	width: 100%;
	height: 100vh;
	margin: 0;
	padding: 0;
	/* background-color: crimson; */
	overflow: scroll;
}
