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;
  }

  .title {
        width: 100%;
	line-height: 1.5;
	padding: 0.5rem 0;
	background: url(/uiFramework/commonResource/image/2022101817364659671.png) -0.5rem -0.5rem no-repeat #CC3333;
	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.53rem auto 0;
        background-size: 2.6rem;
        padding: 10px 0;
  }

  .list {
    width: calc(100% - 0.8rem);
    margin: 0 auto;
    margin-bottom: 0.4rem;
  }

  .list p {
    line-height: 1.5;
    margin-top: 0.25rem;
  }

  .list li {
    height: 1.9rem;
    line-height: 1.9rem;
    font-size: 0.32rem;
    font-weight: 400;
    color: #262626;
    border-bottom: 1px dashed #979797;
    display: flex;
    justify-content: space-between;
  }

  .list li a {
    display: block;
    width: calc(100% - 2.1rem);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #262626;
  }

  .list li span {
    color: #BBBBBB;
  }
  .fenye {
    width: calc(100% - 0.8rem);
    margin: 0.4rem auto;
    text-align: center;
  }