body {
	font-family: "microsoft yahei";
	margin: 0;
	min-width: 1280px;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

p {
	margin: 0;
}

.container {
	/* position: relative; */
	width: 100%;
	min-width: 1440px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	margin: 0 auto;
}

.header {
	box-sizing: border-box;
	position: sticky;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	min-width: 1440px;
	height: 4rem;
	padding-left: 21.25rem;
	padding-right: 25rem;
	background-color: #00132E;
	transition: background-color linear 0.2s;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header.active {
	background-color: #00132E;
}

.header-left {
	height: 100%;
	display: flex;
	align-items: center;
}

.header-logo {
	width: 10.375rem;
	height: auto;
}

.header-nav {
	list-style: none;
	height: 100%;
	margin: 0;
	display: flex;
	align-items: center;
	margin-left: 5.875rem;
}

.nav-item {
	position: relative;
	margin-right: 4.5rem;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nav-item img {
	position: absolute;
	width: 120%;
	height: 0.625rem;
	margin-top: 0.75rem;
}

.nav-item a {
	text-decoration: none;
	font-size: 0.875rem;
	color: #FFF;
}

.nav-item.active a {
	color: #00FFFF;
}

.nav-item a:hover {
	color: #00FFFF;
}

.header-nav .nav-item:last-child {
	margin-right: 0;
}

.header-right {
	height: 100%;
	display: flex;
	align-items: center;
}

.btn-login, .btn-try {
	box-sizing: border-box;
	width: 5.25rem;
	height: 2rem;
	border-radius: 1.125rem;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	font-size: 0.75rem;
}

.btn-login {
	background-color: transparent;
	border: 1px solid #00FFFF;
	color: #00FFFF;
	margin-right: 1rem;
}

.btn-try {
	background-color: #00FFFF;
	color: #050B17;
}

.footer-section {
	width: 100%;
}

.footer-company {
	width: 100%;
	height: 23.75rem;
	background-color: #212736;
	display: flex;
	justify-content: center;
	align-items: center;
}

.qrcode {
	width: 10.25rem;
	height: 10.25rem;
	margin-right: 21.25rem;
}

.company-info {
	font-size: 1.125rem;
	color: #FFF;
	display: flex;
	flex-direction: column;
}

.company-address {
	margin-bottom: 2.5rem;
	display: flex;
}

.company-address span:last-child {
	word-break: break-all;
}

.footer-copyright {
	width: 100%;
	height: 4rem;
	background-color: #1A1F2B;
	font-size: 0.875rem;
	color: #FFF;
	line-height: 4rem;
	text-align: center;
}

.slidebar {
	position: fixed;
	right: 1.875rem;
	bottom: 3rem;
	z-index: 2;
	width: 19.125rem;
	height: 13.125rem;
	display: flex;
	justify-content: space-between;
}

.content-section {
	position: relative;
	width: 13.5rem;
	height: 100%;
	background-color: transparent;
	overflow: hidden;
}

.qrcode-section {
	position: absolute;
	bottom: 0;
	right: -8.5rem;
	z-index: -1;
	width: 8.5rem;
	height: 12.5rem;
	background-color: #FFF;
	border-radius: 4px;
	transition: right linear 0.2s;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.qrcode-img-wrapper {
	border: 1px solid #007FFF;
	width: 7.25rem;
	height: 7.25rem;
}

.qrcode-img-wrapper img {
	width: 100%;
	height: 100%;
}

.qrcode-notice-1 {
	width: 7.5rem;
	font-size: 1rem;
	color: #212736;
	margin-top: 0.5rem;
	margin-bottom: 0.125rem;
	display: flex;
	justify-content: space-between;
}

.qrcode-notice-2 {
	font-size: 0.75rem;
	color: #212736;
}

.tel-section {
	position: absolute;
	right: -13.5rem;
	top: 1rem;
	z-index: -1;
	width: 13.5rem;
	height: 2.5rem;
	transition: right linear 0.2s;
	display: flex;
	justify-content: center;
	align-items: center;
}

.tel-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	line-height: 2.5rem;
}

.tel-wrapper img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}

.tel-wrapper .tel-number {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-align: center;
	z-index: 3;
}

.tel-wrapper .tel-number span {
	font-size: 1rem;
	color: #FFF;
	z-index: 3;
}

.qrcode-section.active, .tel-section.active {
	right: 0;
	z-index: 2;
}

.slide-btns-section {
	width: 5.1875rem;
	height: 100%;
	border-radius: 0.375rem;
	overflow: hidden;
	box-shadow: 0 0 1.75rem 0 rgba(0,0,0,0.1);
	display: flex;
	flex-direction: column;
}

.slide-btns-item {
	box-sizing: border-box;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.slide-btns-item img {
	width: 2.25rem;
	height: 2.25rem;
}

.slide-btns-item-1 {
	height: 4.375rem;
	border-bottom: 1px solid #D8D8D8;
	background-color: #FFF;
}

.slide-btns-item-2 {
	height: 4.375rem;
	background-color: #FFF;
}

.slide-btns-item-3 {
	flex: 1;
	background-color: #212736;
}

.support-modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: -1;
	visibility: hidden;
}

.support-modal.active {
	z-index: 90;
	visibility: visible;
}

.support-modal-wrapper {
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: -1;
	visibility: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.support-modal-wrapper.active {
	z-index: 99;
	visibility: visible;
}

.support-modal-section {
	width: 23.5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.support-header {
	width: 100%;
	height: 3.5rem;
	line-height: 3.5rem;
	text-align: center;
	background: linear-gradient(#EEEEEE, #D8D8D8);
	font-size: 1.125rem;
	color: #333;
}

.support-main-section {
	width: 100%;
	background-color: #FFF;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.support-main-section span {
	font-size: 1rem;
	color: #6E6E6E;
	margin-top: 1.5rem;
	margin-bottom: 1.25rem;
}

.support-main-section img {
	width: 8.875rem;
	height: auto;
	margin-bottom: 1rem;
}

.btn-modal-close {
	cursor: pointer;
	width: 100%;
	height: 3.5rem;
	text-align: center;
	line-height: 3.5rem;
	font-size: 1.125rem;
	color: #333;
	background-color: #F0F0F0;
	box-shadow: 0 -1px 4px 0 rgba(0,0,0,0.1);
}

@media (min-width: 768px) {
	
	
}


