:root{
	--zt_color--: #082e8d;
	--zt_hover_color--: #D80C18;
    --moban_color--:rgba(8, 45, 91,0.7);
}
@font-face{
	font-family: 'Sourcehan_sans_hwsc_bold';
	src:url('../font/SOURCEHANSANSHWSC-BOLD.OTF') format('truetype');
  }
  @font-face{
	  font-family: 'Sourcehan_sans_hwsc_regular';
	  src:url('../font/SOURCEHANSANSHWSC-REGULAR.OTF') format('truetype');
	}
  @font-face{
	  font-family: 'Sourcehan_sans_sc_bold';
	  src:url('../font/SOURCEHANSANSSC-BOLD.OTF') format('truetype');
	}
	@font-face{
	  font-family: 'Sourcehan_sans_sc_extralight';
	  src:url('../font/SOURCEHANSANSSC-EXTRALIGHT.OTF') format('truetype');
	}
	@font-face{
	  font-family: 'Sourcehan_sans_sc_heavy';
	  src:url('../font/SOURCEHANSANSSC-HEAVY.OTF') format('truetype');
	}
	@font-face{
	  font-family: 'Sourcehan_sans_sc_light';
	  src:url('../font/SOURCEHANSANSSC-LIGHT.OTF') format('truetype');
	}
	@font-face{
	  font-family: 'Sourcehan_sans_sc_medium';
	  src:url('../font/SOURCEHANSANSSC-MEDIUM.OTF') format('truetype');
	}
	@font-face{
		font-family: 'Sourcehan_sans_sc_normal';
		src:url('../font/SOURCEHANSANSSC-NORMAL.OTF') format('truetype');
	  }
	  @font-face{
		font-family: 'Sourcehan_sans_sc_regular';
		src:url('../font/SOURCEHANSANSSC-REGULAR.OTF') format('truetype');
	  }

	  body, button, input, select, textarea {
		font-family: "Sourcehan_sans_sc_regular";
		font-size: 12px;
		background-color: white;
	}




.banquan {
	height: 1.2rem;
	background-color: var(--zt_color--);
	background-image: url(../imgs/bottom_bj.png);
	background-size: auto 1.45rem;
    line-height: 0.3rem;
	border-top: 0.05rem solid #aacff5;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.banquan p {
	text-align: center;
	font-size: 0.18rem;
	color: #ffffff;
}