body{
margin:0;	
}
p{
margin-block-start: 0;
margin-block-end: 0;
}
*{
font-size:14px;	
}
.zzz{
position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: rgba(0,0,0,0.5);
}
.t-waitbox{
position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
	z-index:9999;
}
.t-waitbox .t-wtubiao{
position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255,255,255,0.6);
    width: 120px;
    height: 120px;
    border-radius: 10px;
}
.t-waitbox .t-dtit{
text-align: center;
    font-weight: bold;
    margin-top: 15px;

}
.t-waitbox .spinner-2 {
width: 70px;
    height: 70px;
    position: relative;
    margin-left: 19px;
    margin-top: 10px;
        }

.t-waitbox .spinner-2:before,.t-waitbox .spinner-2:after {
	content: '';
	width: 100%;
	height: 100%;
	border: 0.25rem solid transparent;
	border-top-color: #3b82f6;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	animation: spin 1s linear infinite;
}

.t-waitbox .spinner-2:after {
	width: 80%;
	height: 80%;
	top: 10%;
	left: 10%;
	border-top-color: #60a5fa;
	animation-duration: 1.5s;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
.biaozhun-bt{
    border-radius: 5px;
    padding: 5px;
    font-weight: bold;
}
.biaozhun-bt:hover{
	filter: brightness(0.6);
}
.biaozhun-bt.red{
	background: #ff8484;
}
.biaozhun-bt.green{
    background: #15991a;
    color: white;
}
.biaozhun-bt.blue{
	background: #9bd0ff;
}
.textcenter{
text-align:center;
}
.pd5{
padding:5px;
}
.mt10{
	margin-top:10px;
}
.font12{
	font-size:12px;
}
.font15{
	font-size:15px;
}
.font16{
	font-size:16px;
}
.font20{
	font-size:20px;
}
.biaozhun-table{
border-collapse:collapse;
width:100%;
}
.biaozhun-table thead .tr1{
    background: #65a3e5;
	font-weight:bold;
}
.biaozhun-table td{
padding:5px;
border:1px solid #747474;
}
.biaozhun-table tbody tr:hover{
	background:#fffed1;
}
.tagbox{
	position: fixed;
    top: 0;
	left:0;
	z-index:9998;
}

.tagbox .tagnbox{
	position: fixed;
    left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
    width: 260px;
    background: white;
    border-radius: 5px;
	border:1px solid #6c6c6c;
}

.tagbox .tagnbox .tagtit{
padding:6px 10px 6px 10px;
background: black;
font-weight:bold;
color:white;
user-select: none;
font-sizr:16px;
}

.tagbox .tagnbox .tagtit .closetag{
float:right;
margin-right:6px;
cursor:pointer;
}
.tagbox .tagnbox .tagmsg{
padding:10px;
}
.tagbox .tagnbox .tagfoot{
text-align:right;
padding:10px;
user-select: none;
}
.tagbox .tagnbox .tagfoot .tagtrue{
background:#bad5ff;
}
.tagbox .tagnbox .tagfoot button{
margin:0 4px 0 4px;
width:60px;
height:30px;
}
.tagbox .tagboxform input{
    border: 1px solid #5c5c5c;
    border-radius: 5px;
    padding: 5px;
}
.popbox{
	position: fixed;
    top: 0px;
    left: 50%;
	transform: translateX(-50%);
	z-index:9999;
	pointer-events: none;
}
.popbox .poptanc{
min-width: 200px;
padding: 4px 6px 4px 6px;
text-align:center;
border-radius:5px;
margin-top:10px;
color:white;
font-weight:bold;
animation-name: popdh;
animation-duration: 2s;
pointer-events: none;
}

@keyframes popdh{
  0% {margin-top: -100}
  2% {margin-top:10}
  90%{opacity:1}
  100%{opacity:0}
}

.pageboxs{
text-align: center;
    padding: 10px;
	font-size:14px;
	user-select:none;
}
.pageboxs .pagebspan{
margin-left: 2px;
    margin-right: 2px;
    cursor: pointer;
    border: 1px solid #767676;
    padding: 0px 2px 0px 2px;
    border-radius: 2px;
}
.pageboxs .pagebspan:hover{
color:red;
}
.pageboxs .yebiao{
color:#0087ff;
padding: 0px 3px 0px 3px;
}
.pageboxs .tiaoye{
width:30px;
border: 1px solid black;
}

.pageboxs .tiaoyego {
    height: 20px;
    margin-left: 3px;
    width: 27px;
    padding: 0;
    border: 1px solid black;
    border-radius: 5px;
    vertical-align: bottom;
	background:#f5f5f5;
}

.pageboxs .tiaoyego:hover{
background:#e6e6e6;
}

.biaozhun-input{
height: 28px;
font-size: 14px;
padding: 5px;
}

#js-ifbox{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: white;
}
#js-ifbox .ifx1{
width: 100%;
height: calc(100% - 30px);
border:0;
}
#js-ifbox .head1{
display: flex;
justify-content: space-between;
flex-wrap: nowrap;
height: 30px;
background: #afafaf;
}
#js-ifbox .head1 span{
font-size: 15px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}
#js-ifbox .head1 .closebt1{
font-size:20px;
}
#js-ifbox .head1 .closebt1:hover{
	color:red;
}
