@font-face {
	font-family: 'Alimama ShuHeiTi';
	src: url('AlimamaShuHeiTi-Bold.woff2') format('woff2'),
		url('AlimamaShuHeiTi-Bold.woff') format('woff');
}
body {
	
}
body a {
	text-decoration: none;
}

.container-start-end {
	padding-left: 12% !important;
	padding-right: 12% !important;
}

.bd-navbar {
	padding: 0.75rem 0;
	background-color: transparent;
	box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%), inset 0 -1px 0 rgb(255 255 255 / 15%);
}

.sticky-top {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1020;
}

.bd-navbar .navbar-toggler.active,
.bd-navbar .nav-link.active {
	color: #2B62EB !important;
}

.title-font {
	font-family: Alimama ShuHeiTi-Bold, Alimama ShuHeiTi;
}

.tab-list {
	height: 50px;
	background: #fff;
	border-radius: 25px;
	font-size: 18px;
	font-weight: 400;
	justify-content: center;
	margin: 0 auto;
	text-align: center;
}

.tab-list p {
	width: 250px;
	padding: 15px 38px;
	border-radius: 25px;
	margin-bottom: 0;
}

.tab-list .active {
	background: #2A7EFB;
	color: #fff;
}

.pointer {
	cursor: pointer;
}

.dev_img {
	width: 474.8px;
	height: 373.8px;
}

.img_aninmate {
	animation: kf-s2t 1.2s linear .8s infinite alternate;
}

@keyframes kf-s2t {
	0% {
		transform: translateY(20px);
	}

	100% {
		transform: translateY(0);
	}
}

.right-float {
	position: fixed;
	z-index: 9999;
	right: -20px;
	top: 180px;
	text-align: center;
	width: 188px;
	height: 448px;
	background: url('../img/right-float.png') no-repeat;
}
.service-qrcode {
	width: 120px; height: 120px; margin: 0 auto; display: block; margin-top: 23px; margin-left: 20px;
}

