* {
	margin: 0;
	padding: 0;
}

@font-face {
  font-family: 'siYuan';
  src: url('../assets/SourceHanSansCN-Bold.otf');
  font-weight: 700;
}
@font-face {
  font-family: 'siYuan';
  src: url('../assets/SourceHanSansCN-Medium.otf');
  font-weight: 500;
}
@font-face {
  font-family: 'siYuan';
  src: url('../assets/SourceHanSansCN-Regular.otf');
  font-weight: 400;
}
@font-face {
  font-family: 'siYuan';
  src: url('../assets/SourceHanSansCN-Light.otf');
  font-weight: 300;
}
@font-face {
  font-family: 'Nunito';
  src: url('../assets/Nunito-Bold700.ttf');
  font-weight: 700;
}
@font-face {
  font-family: 'Nunito';
  src: url('../assets/Nunito-ExtraBold800.ttf');
  font-weight: 800;
}
@font-face {
  font-family: 'Nunito';
  src: url('../assets/Nunito-Regular400');
  font-weight: 400;
}

body {
	background: rgb(245, 245, 245);
	font-family:'siYuan' ;
	font-weight: 400;
}
a{
	color: inherit;
	    text-decoration: none;
}
.myContainer {
	max-width: 1400px;
	margin: 0 auto;
}
.myMediumContainer {
	max-width: 1294px;
	margin: 0 auto;
}
.myContainer1399 {
	max-width: 1399px;
	margin: 0 auto;
}

.myMinContainer {
	max-width: 1024px;
	margin: 0 auto;
}


@media (max-width:1400px) {
	.myContainer,.myMinContainer,.myMediumContainer,.myContainer1399{
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	.xxl-al-center{
		display: flex;
		align-items: center;
		flex-direction: column;
	}
	.xxl-text-center{
		text-align: center;
	}
	
	
}

.white {
	background-color: #fff;
	overflow: hidden;
}

h1{
	font-weight: 700;
	font-size: 75px;
	
}
h2{
	font-size: 36px;
	font-weight: 500;
	text-align: center;
	position: relative;
}
h2>div{
	position: absolute;
	width: 100px;
	height: 26px;
	border-radius: 18px;
	background: rgba(82, 54, 255, 0.19);
	left: 0;
	right: 0;
	margin: auto;
	bottom: -10px;
	/* margin-left: -20px; */
}



h3{
	font-size: 32px;
	
}
h4{
	font-size: 30px;
	font-weight: 300;
}
.subtitle{
	font-size: 26px;
	font-weight: 300;
	line-height: 48px;
	text-align: center;
	color: rgb(114, 114, 114);
}

@media (max-width:576px) {
	h1{
		font-size: 35px;
		
	}
	h2{
		font-size: 30px;
	}
	.subtitle{
		font-size: 22px;
		
	}
	h3{
		font-size: 26px;
		
	}
}
/* =============HEADER========= */
.header {
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
}
.HeaderButton{
	margin-left: 60px;
}
.HeaderButton img{
		margin-left: 10px;
	}
@media (max-width:1400px) {
	.header {
		margin-top: 0px;
		
	}
	/* .HeaderButton{
		margin-left: 0;
	} */
}


.register {
	margin-left: 25px;
	background-color: #5236ff;
	color: #fff;
	padding: 17px 34px;
	border-radius: 30px;

}
@media (max-width:420px) {
	.register{
		padding: 10px 20px;
		font-size: 10px;
	}
	.headerModel{
		padding-top: 76px !important;
	}
	.login{
		font-size: 10px;
	}
}

.phone {
	width: 24px;
	height: 24px;
	margin-right: 8px;
}

.headerLeft,
.headerRight,
.headerRight>div {
	display: flex;
	align-items: center;
}
.headerRight{
	font-size: 20px;
}

.logo {
	width: 63px;
	height: 41px;
}

.nav {
	margin-left: 187px;
	height: 41px;
	font-size: 18px;
}

.nav>div {
	height: 100%;
	line-height: 41px;
	margin-left: 40px;
	color: rgb(161, 160, 160);
	text-align: center;
}

.nav>div:nth-of-type(1) {

	margin-left: 0px;
}

.nav>.navCurrent {
	color: #000;
	font-weight: bold;
}

.nav>.navCurrent>div {
	width: 70px;
	height: 3px;
	border-radius: 10px;
	background: rgb(82, 54, 255);
	margin: 0 auto;
	position: relative;
	top: 13px;
}


.headerModel{
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	width: 100vw;
	bottom: 0;
	background-color: #00000044;
	z-index: 9;
	padding-top:80px;
	opacity: 0;
	display: none;
	justify-content: flex-end;
	transition: all .1s;
	
}

.ModelNavBox{
	width: 500px;
	margin-right: -500px;
	background-color: #fff;
	height: 100%;
	/* float: right; */
	padding: 40px;
	transition: all .2s;
}
.navList >div {
	/* height: 30px; */
	font-size: 30px;
	padding: 20px 20px;
	margin-top: 20px;
	border-bottom: 1px solid #999;
}
.ModelNavPhone{
	margin-top: 30px;
}

@media (max-width:600px) {
	.ModelNavBox{
		width: 250px;
		padding: 20px;
	}
	
	.navList >div {
	
		font-size: 20px;
		padding: 10px 10px;
		border-bottom: 1px solid #999;
	}
}
@media (max-width:375px) {
	.headerModel{
		padding-top: 80px ;
	}
	
}


/* ========== footer============= */

.footer{
	background: rgb(5, 0, 56);
}

.footer .navBox{
	display: flex;
	flex-wrap: wrap;
}
.footer .navItem{
	/* margin: 0 37px; */
	margin-top: 76px;
}
.footer .navItem >div{
	/* margin: 0 37px; */
	margin-top: 10px;
}

@media (max-width:770px) {
	.footer .navItem{
		text-align: center;
	}
}
.footer .navItem>div{
	font-family: unset;
	font-size: 16px;
	font-weight: 400;
	color: #d2d1db;
	
}

.footer .navItem>.navTitle{
	font-family: 'siYuan';
	font-size: 18px;
	font-weight: 500;
	color: #fff;
}

.footer>.myContainer{
	overflow: hidden;
}
.footer .name{
	font-size: 36px;
	font-weight: 700;
	color: #fff;
}
.footer .values{
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	margin-left: 20px;
	margin-top: 7px;
}
.footer .signature{
	display: flex;
	align-items: center;
	margin-top: 55px;
	flex-wrap: wrap;
	margin-bottom: 14px;
}

.footer .line{
	height: 1px;
	background: rgba(255, 255, 255, 0.3);
}
@media (max-width:470px) {
	
	.footer .signature{
		justify-content: center;
	}
}

.footer .document{
	max-width: 471px ;
	display: flex;
	justify-content: space-between;
	margin: 17px;
	font-size: 16px;
	font-weight: 400;
	color:#d1d2db;
	flex-wrap: wrap;
}
.footer .BeiAn{
	max-width: 495px ;
	display: flex;
	justify-content: space-between;
	margin: 32px 0;
	font-size: 16px;
	font-weight: 400;
	color:#d1d2db;
	flex-wrap: wrap;
}
@media (max-width:414px) {
	.footer .BeiAn{
		justify-content: center;
	}
	.footer .BeiAn>div{
		margin-top: 10px;
	}
}




/* ========================== */
/* =========================== */

.language{
	position: relative;
	font-size: 16px;
	font-weight: bolder;
	margin-left: 20px;
	user-select: none;
}
.languageChange{
	background-color: #fafafa;
	padding: 4px 10px;
	
	
	cursor: pointer;
	display: flex;
	align-items: center;
	
}
.triangle {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
  margin-left: 10px;
}

.languageList{
	position: absolute;
	top: 32px;
	left: 0px;
	background-color: #fafafa;
	padding: 20px;
	display: none;
}
.languageList>div:nth-of-type(2){
	margin-top: 10px;
}


@media (max-width:370px) {
	.language{
		font-size: 12px;
	}
	.languageList{
		padding: 10px;
		top: 25px;
	}
	
}

/* ========================== */

@media (min-width:1400px) and (max-width:1600px) {
	
	.header{
		zoom: .8;
	}
	.footer{
		zoom: .75;
	}
	
	.book9{
		zoom: .9;
	}
	.book85{
		zoom: .85;
	}
	.book8{
		zoom: .8;
	}
	.book75{
		zoom: .75;
	}
	.book6{
		zoom: .6;
	}
	
	
	
	
	
	
}

@media (min-width:1600px) {
	.footer{
		zoom: .9;
	}
	
	.pc9{
		zoom: .9;
	}
	.pc85{
		zoom: .85;
	}
	.pc8{
		zoom: .8;
	}
	.pc75{
		zoom: .75;
	}
	.pc6{
		zoom: .6;
	}
}