/*css*/
.box20241201004633 {
	position: fixed;
	z-index: 100;
	left: 0;
	right: 0;
	top: 0;
	bottom:0;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.box20241201004633_ze_zao {
	background: rgba(0, 0, 0, 0.9);
}

.box20241201004633_bt{
    background-color: #004f9a;
    padding: 0rem 2rem;
    line-height: 32px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    z-index: 0;
    display: block;
}
.box20241201004633_yin_cang{
	display:none;	
	/*display: block;*/
}
.box20241201004633_close{
	min-width: 100%;
	text-align: right;
	z-index: 99;
	color: #fff;
}

.x-iframe{
	min-width:100%;
	min-height:300px;
}
	

@media (min-width: 448px){
	.box20241201004633_close{
		min-width: 448px;
		text-align: right;
	}
	
	.x-iframe{
	/*width:100%;*/
	min-width: 448px;
	min-height:300px;
	}
}