div.cssload-content {
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center
}

.cssload-l1,.cssload-l2,.cssload-l3 {
	background: rgba(91,105,197,.98);
	height: 5px;
	width: 29px;
	margin: 5px auto;
	animation-name: rotate;
	animation-duration: 1.15s;
	animation-iteration-count: infinite;
	animation-direction: ease-in-out
}

.cssload-l2 {
	animation: loading2 .58s 0s infinite ease-in-out alternate
}

.cssload-l3 {
	animation: rotate 1.15s 0s infinite ease-in-out reverse
}

.loading-wrapper {
	display: block;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: auto;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)
}

.loading-icon {
	width: auto;
	height: auto
}

.loading-text {
	color: rgba(91,105,197,.98);
	display: block;
	text-align: center;
	margin-top: 15px
}

.loading-circle {
	width: 20px;
	height: 20px;
	animation: rotate infinite .75s linear;
	border: 2px solid #5b69c5;
	border-top-color: transparent;
	border-radius: 100%;
	display: inline-block
}

.isLoading {
	-webkit-animation: rotate 2s linear infinite;
	animation: rotate 2s linear infinite
}

.loading-image {
	height: 20px;
	width: 20px;
	margin-top: -10px;
	margin-left: -55px;
	position: absolute;
	top: 50%;
	left: 50%;
	transition: opacity .5s ease;
	-moz-transition: .5s opacity ease;
	-webkit-transition: opacity .5s ease;
	-o-transition: .5s opacity ease
}

@-webkit-keyframes loading1 {
	0% {
		transform: rotate(0deg)
	}

	50% {
		transform: rotate(180deg)
	}

	to {
		transform: rotate(1turn)
	}
}

@keyframes loading1 {
	0% {
		transform: rotate(0deg)
	}

	50% {
		transform: rotate(180deg)
	}

	to {
		transform: rotate(1turn)
	}
}

@-webkit-keyframes loading2 {
	0% {
		transform: translateX(10px)
	}

	to {
		transform: translateX(-10px)
	}
}

@keyframes loading2 {
	0% {
		transform: translateX(10px)
	}

	to {
		transform: translateX(-10px)
	}
}

@-webkit-keyframes rotate {
	0% {
		transform: rotate(0);
		transform-origin: 50% 50%
	}

	50% {
		transform: rotate(180deg);
		transform-origin: 50% 50%
	}

	to {
		transform-origin: 50% 50%;
		transform: rotate(1turn)
	}
}

@keyframes rotate {
	0% {
		transform: rotate(0);
		transform-origin: 50% 50%
	}

	50% {
		transform: rotate(180deg);
		transform-origin: 50% 50%
	}

	to {
		transform-origin: 50% 50%;
		transform: rotate(1turn)
	}
}

#top-branding-div {
	position: relative
}

.branding-padding,.ymt-app-branding {
	width: 100%;
	overflow: hidden;
	background-color: rgba(0,0,0,.5);
	z-index: 980
}

.branding-padding .content,.ymt-app-branding .content {
	position: relative;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	padding: 10px 10px 10px 12px;
	overflow: hidden
}

.branding-padding .left-part,.ymt-app-branding .left-part {
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	flex: 1
}

.branding-padding .logo,.ymt-app-branding .logo {
	flex-grow: 0;
	flex-shrink: 0;
	width: 11.2vw;
	height: 11.2vw
}

.branding-padding .banner-text-body,.ymt-app-branding .banner-text-body {
	flex: 1
}

.branding-padding .banner-text,.branding-padding .banner-title,.ymt-app-branding .banner-text,.ymt-app-branding .banner-title {
	padding-left: 10px;
	color: #fff;
	font-size: 16px;
	flex: 1;
	line-height: 1.3;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis
}

.branding-padding .banner-text,.ymt-app-branding .banner-text {
	font-size: 14px
}

.branding-padding .action-button,.ymt-app-branding .action-button {
	margin-left: 10px;
	flex-shrink: 0;
	display: flex;
	align-items: center
}

.branding-padding .action-button img,.ymt-app-branding .action-button img {
	width: 19.2vw
}

.branding-padding .close,.ymt-app-branding .close {
	width: 20px;
	height: 20px;
	background-size: 20px 20px;
	border-radius: 50%;
	margin-left: 10px;
	flex-shrink: 0
}

.branding-padding {
	position: static;
	opacity: 0
}

.ymt-empt-div {
	height: 60px;
	width: 100%
}

.need-refresh-box {
	display: block;
	width: 100%;
	text-align: center;
	padding-top: 50px
}

.need-refresh-box div {
	display: block;
	padding: 5px;
	color: #646464;
	font-size: font-size-big;
	margin-top: 30px
}

.need-refresh-box a {
	text-align: center;
	background-color: #008cee;
	border: none;
	color: #fff;
	display: inline-block;
	width: 60%;
	font-size: font-size-big;
	padding: 8px;
	border-radius: 5px;
	margin-top: 50px
}