body {
	font-family: "Microsoft YaHei", Arial;
	overflow-x: hidden;
	overflow-y: auto;
	/*padding-bottom: 15px;*/
}

.viewport {
	max-width: 640px;
	min-width: 300px;
	margin: 0 auto;
}

#heading {
	width: 100%;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url("https://kingleadies.com/image/head_img02.png");
	padding-bottom: 45%;
}

.videoimage {
	width: 32%;
	display: inline-block;
}

.video {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.para {
	text-align-last: left;
	text-align: justify;
	text-justify: distribute-all-lines;
}

.logo {
	position: absolute;
	left: 50%;
	top: 40px;
	transform: translate(-50%, -50%);
}

@media only screen and (max-width: 600px) {
	body {}
}

@media only screen and (min-width: 992px) {
	.container {
		padding-left: 10%;
		padding-right: 10%;
	}
}

/*.footer {*/
/*	width: 100%;*/
/*	margin-top: 25px;*/
/*	background-color: #F5F5F5;*/
	/*color: silver;*/
/*	font-size: small;*/
/*}*/

.footer a {
	color: silver;
}

.title {
	margin: 5px 0%;
	display: flex;
	flex-flow: row nowrap;
	transform: translate3d(30px, 0px, 0px);
	-webkit-transform: translate3d(30px, 0px, 0px);
	-moz-transform: translate3d(30px, 0px, 0px);
	-o-transform: translate3d(30px, 0px, 0px);
	box-sizing: border-box;
}

.title-a {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	flex: 0 0 auto;
	height: 25px;
	background-color: rgb(164, 16, 52);
	align-self: center;
	z-index: 1;
	box-sizing: border-box;
	margin-top: -5px;
}

.title-b {
	margin: 4px 0%;
	box-sizing: border-box;
}

.title-c {
	text-align: center;
	font-size: 12px;
	color: rgb(242, 253, 248);
	line-height: 1.3;
	letter-spacing: 0px;
	font-family: PingFangSC-light;
	box-sizing: border-box;
}

.title-content {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	align-self: center;
	min-width: 10%;
	max-width: 100%;
	flex: 0 0 auto;
	height: auto;
	margin-left: 6px;
	z-index: 1;
	box-sizing: border-box;
}

.title-content-content {
	font-size: 20px;
	background-image: linear-gradient(to top, rgb(244, 59, 71) 0%, rgb(69, 58, 148) 100%);
	display: inline-block;
	color: transparent;
	-webkit-background-clip: text;
	box-sizing: border-box;
}