html {
	width: 100%;
	height: 100%;
	font-size: 37.5px !important;
	position: relative;
	background: rgb(247, 247, 247);
}

.top {
	position: relative !important;
}

.banner_warp {
	width: 100%;
	height: 3.08rem;
	overflow: hidden;
	position: relative;
}

.banner_warp p {
    position: relative;
    z-index: 10;
}

.shadow_bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 3.08rem;
}

.banner_warp p:nth-of-type(1) {
	font-size: 0.48rem;
	font-family: MyFontNameC;
	font-weight: 600;
	color: #FFFFFF;
	margin-top: 0.8rem;
	margin-left: 0.67rem;
}

.banner_warp p:nth-of-type(2) {
	font-size: 0.24rem;
	font-weight: 400;
	color: #FFFFFF;
	margin-left: 0.67rem;
}

.floor1{
	margin: 0.53rem auto;
}

.title {
	width: calc(100% - 0.8rem);
	 padding: 0.25rem 0;
	background: url(/uiFramework/commonResource/image/2022101817364659671.png) -0.5rem -0.5rem no-repeat #CC3333;
        background-size: 2.6rem;
	border-radius: 0.13rem 0.13rem 0rem 0rem;
	font-size: 0.48rem;
	font-family: MyFontNameC;
	font-weight: 600;
	color: #FFFFFF;
	text-align: center;
	margin: 0 auto;
}

.info {
	width: calc(100% - 1.6rem);
	background: #FFF;
	margin: 0 auto;
	border-radius: 0rem 0rem 0.13rem 0.13rem;
	overflow-x: scroll;
	padding: 0.4rem;
}

.info h4 {
	font-size: 0.43rem;
	font-family: MyFontNameC;
	font-weight: 600;
	color: #262626;
	line-height: 0.6rem;
	margin-bottom: 0.2rem;
}

.info p {
	font-size: 0.35rem;
	font-weight: 500;
	color: #262626;
	line-height: 1.5;
	margin-top: 5px;
}

.info strong {
	color: #262626;
}

.info li {
	height: 1.69rem;
	line-height: 1.69rem;
	text-align: center;
	border-bottom: 1px solid #979797;
}

.info li a{
	font-size: 0.48rem;
	font-weight: 500;
	color: #262626;
}

.info img {
	max-width: 100%;
}