@font-face {
	font-family: AliRegular;
	src: url('../font/AlibabaPuHuiTi-3-55-Regular/AlibabaPuHuiTi-3-55-Regular.ttf');
}

html,body {
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-background-size: contain;
	padding: 0;
	margin: 0;
	height: 100%;
	font-family: AliRegular;
	overflow-x: auto;
}

.page {
	height: 1080px;
	min-width: 1200px;
	background-size: cover;
    background-position: center;
    background-attachment:scroll;
}

.content {
	min-height: 100%;
	/*min-height: calc(100% - 50px);*/
	/*padding-bottom: 50px;*/
	width: 1200px;
	margin: 0 auto;
	
	font-family: AliRegular;
}

.main {
	width: 100%;
	padding-top: 50px;
}


.header {
	height: 48px;
	width: 100%;
	line-height: 48px;
	padding: 10px 0;
	overflow: hidden;
	clear: both;
	display: flex;
}

.header .logo {
	height: 3rem;
	line-height: 3rem;
}

.header .logo img {
	height: 3rem;
	width: 11.25rem;
}

.navbar {
	height: 3rem;
	line-height: 3rem;
}

.navbar ul {
	list-style-type: none;
	text-align: center;
	margin-top: -1.1rem;
}

.navbar ul li {
	display: inline;
	font-size: 1.25rem;
}

.navbar ul li a {
	color: #000;
	text-decoration: none;
	padding: 1rem 1.2rem;
	display: inline-block;
	position: relative;
	padding-bottom: 0.0625rem;
}
.navbar .default {
	color: #407BC1;
}
.navbar a:focus::after,
.navbar a:active::after,
.navbar a.default::after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -0.1875rem;
	height: 1.25rem;
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 20"><path d="M0,10 Q25,0 50,10" fill="transparent" stroke="yellow" stroke-width="2"/></svg>') no-repeat center;
	background-size: 100% 100%;
}

.title {
	
}
.title .de{
	color: rgba(62,58,57,0.8);
	font-weight: 400;
	font-size: 22px;
}
.title .zh {
	color: #3E3A39;
	font-weight: 500;
	font-size: 48px;
}


.footer {
	display: block;
	width: 100%;
    text-align: center;  
    height: 50px;
    line-height: 50px;
    margin-top: -50px;
}
.footer a {
	text-decoration: none;
	color: inherit;
}
.font-color-black {
	color: #000000;
}
.font-color-white {
	color: #FFFFFF;
}

.register {
	position: fixed;
    top: 200px;
    right: 10px;
    z-index: 999;
	cursor: pointer;
}
.register a {
	color: white;
	text-decoration: none;
}