* {
	margin: 0;
	padding: 0;}

.loading {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #1046c9;
	text-align: center;}

.loading.hide {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
	z-index: 1000;}

.loading .loading-process {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	position: relative;
	z-index: 10;
	display: flex;
	align-items: center;
	/* margin-top: 22vh; */
	height: 100vh;}

.loading .loading-process .loading-logo {
	width: 517px;
	height: 517px;
	border-radius: 50%;
	border: 2px dotted #fff;
	position: relative;
	animation: myRotate 10s linear infinite;
	margin: 0 10px;}

.loading .loading-process .lod_logo {
	width: 409px;
	height: 192px;
	margin-left: calc((100% - 409px)/2);
	position: absolute;}

.loading .loading-process .loading-logo .lod_quan {
	position: absolute;
	width: 65px;
	transform: translate(-50%,-50%);
	height: 65px;
	margin-left: 155px;
	margin-top: 47px;}

@keyframes myRotate {
	0% {
		transform: rotate(0);}

	100% {
		transform: rotate(360deg);}
}

.loading-bar {
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
	position: relative;
	height: 4px;}

.loading-bar .left,
.loading-bar .right {
	position: absolute;
	top: 0;
	bottom: 0;
	background: #ffffff;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;}

.loading-bar .left {
	right: 0;}

.loading-bar .right {
	left: 0;}

.lod_left{
	position: absolute;
	width: 123px;
	bottom: 0;
	left: 0;
	top: 0;
	margin-left: -119px;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	height: 26px;
	margin-top: -22px;}
.lod_right{
	position: absolute;
	width: 63px;
	bottom: 0;
	right: 0;
	top: 0;
	margin-right: -63px;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	margin-top: -33px;
	height: 69px;}
.loading-bar .loading-text {
	position: absolute;
	top: -40px;
	font-family: "宋体";
	font-size: 20px;
	color: #fff;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;}

.loading .text-box {
	font-size: 36px;
	margin-top: -80px;}

.loading .text-box .title {
	animation-delay: .4s;
	-webkit-animation-delay: .4s;
	animation-duration: 2s;
	-webkit-animation-duration: 2s;
	line-height: 1.2;
	margin-bottom: 15px;}

.loading .text-box .small-title {
	font-size: .5em;
	color: #bbb;
	text-transform: uppercase;
	animation-delay: .4s;
	-webkit-animation-delay: .4s;}

.loading .skip {
	animation-delay: .8s;
	-webkit-animation-delay: .8s;}

.loading .skip .more-btn {
	border-radius: 50px;}

@media screen and (max-width: 767.99px) {
	.loading .loading-process .loading-logo {
		width: .8rem;}

	.loading .text-box {
		font-size: .24rem;
		margin-top: -.4rem;}
}

.home-footer .red-block {
	position: fixed;
	background: #ff7e00;
	color: #fff;
	bottom: 0;
	left: 78.75%;
	right: 0;
	height: 100px;
	z-index: 96;
	text-transform: uppercase;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;}

.main-content.content-show .red-block .fade-in {
	animation: fadeIn .5s both 2.5s;
	-webkit-animation: fadeIn .5s both 2.5s;}

.main-content.content-show .red-block {
	animation: redBlock 2s both cubic-bezier(0.7, 0.4, 0.4, 0.7) .5s;
	-webkit-animation: redBlock 2s both cubic-bezier(0.7, 0.4, 0.4, 0.7) .5s;}

.home-footer .red-block .block-item em {
	font-style: normal;}

@media screen and (max-width: 1199.99px) {
	.home-footer .red-block .block-item em {
		display: none;}
}

@-webkit-keyframes redBlock {
	0% {
		right: 0;
		height: 100%;
		left: 100%;
		z-index: 98;}

	32%,
	36% {
		right: 0;
		left: 0;
		height: 100%;
		z-index: 98;}

	64%,
	68% {
		right: 78.75%;
		left: 0;
		height: 100%;
		z-index: 98;}

	100% {
		right: 78.75%;
		left: 0;
		height: 0;
		z-index: 96;}
}

@keyframes redBlock {
	0% {
		right: 0;
		height: 100%;
		left: 100%;
		z-index: 98;}

	32%,
	36% {
		right: 0;
		left: 0;
		height: 100%;
		z-index: 98;}

	64%,
	68% {
		right: 78.75%;
		left: 0;
		height: 100%;
		z-index: 98;}

	100% {
		right: 78.75%;
		left: 0;
		height: 0;
		z-index: 96;}
}
@media screen and (max-width: 1200px){
	.loading-logo {
		width: 360px !important;
		height: 360px !important;}
	
	.lod_logo {
		width: 300px !important;
		height: 141px !important;
		margin-left: calc((100% - 300px)/2) !important;}
	
}

@media screen and (max-width: 767.99px) {
	.home-footer .block-item {
		font-size: 12px;}

	.home-footer .logo-block,
	.home-footer .white-block,
	.home-footer .red-block {
		height: 80px;}
	.loading .loading-process .loading-logo{
		width: 148px !important;
		height: 148px !important;}
	.lod_logo{
		width: 125px !important;
		height: 59px !important;
		margin-left: calc((100% - 125px)/2) !important;}
	.loading .loading-process .loading-logo .lod_quan{
		    width: 30px;
		    height: 30px;
		    margin-left: 72px;}
	.lod_right{
		margin-top: -11px;
		width: 24px;
		margin-right: -24px;
		height: 26px;}
	.lod_left{
		width: 50px;
		height: 11px;
		margin-top: -10px;
		margin-left: -50px;}
	@-webkit-keyframes redBlock {
		0% {
			right: 0;
			height: 100%;
			left: 100%;
			z-index: 98;}

		32%,
		36% {
			right: 0;
			left: 0;
			height: 100%;
			z-index: 98;}

		64%,
		68% {
			right: 50%;
			left: 0;
			height: 100%;
			z-index: 98;}

		100% {
			right: 50%;
			left: 0;
			height: 0;
			z-index: 96;}
	}

	@keyframes redBlock {
		0% {
			right: 0;
			height: 100%;
			left: 100%;
			z-index: 98;}

		32%,
		36% {
			right: 0;
			left: 0;
			height: 100%;
			z-index: 98;}

		64%,
		68% {
			right: 50%;
			left: 0;
			height: 100%;
			z-index: 98;}

		100% {
			right: 50%;
			left: 0;
			height: 0;
			z-index: 96;}
	}
}
