﻿* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

body {
	font-size: 14px;
}

img {
	display: block;
	width: 100%;
}

section {
	margin: 0 auto;
	max-width: 794px;
	background-color: white;
	padding: 20px 26px 40px;
	box-sizing: content-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}

h1 {
	line-height: 1.5;
	padding-bottom: 15px;
	padding-top: 20px;
	font-size: 36px;
}

.menu {
    background: #fff;
}

.banner {
	padding-bottom: 15px;
}

.tiktok p {
	line-height: 1.8;
	padding-bottom: 15px;
	text-align: left;
	display: block;
	width: 100%;
	font-size: 16px;
}

.tiktok h3 {
	text-align: center;
	background-color: #ffa53d;
	display: inline-block;
	line-height: 1.6;
	margin-bottom: 20px;
	margin-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
}

.title-left {
	width: 100%;
}

.tiktok span {
	color: #3370ff;
	font-size: 20px;
	line-height: 1;
	margin-right: 10px;
}

.tiktok .weixin {
	max-width: 180px;
	margin-top: 25px;
}

#home {
	border-bottom: 1px solid #f1f1f1;
}

.menu .logo {
	font-size: 60px;
	font-weight: 200;
	margin: 10px 10px 0 0;
	float: left;
}


.menu .logo-text {
	font-size: 25px;
	font-weight: 600;
	margin: 35px 0px 0 0;
	float: left;
}

.menu .logo img {
	height: 54px;
	padding: 20px 0;
	box-sizing: content-box;
}

.up-btn-lang-c-active {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	border: 5px solid #DDDDDD;
	background: #00a3e9;
	padding: 7px 16px 8px 16px;
	margin: 24px 0 24px 15px;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}

.up-btn-lang-c-active {
	border: 5px solid #acd5fe;
}

.click-baidu-ask {
	color: #fff;
}
/* ==========================================================================
Footer
========================================================================== */
footer { background-color: #272727; padding-top: 20px; padding-bottom: 20px;color: #ffffff; }
footer .social-icons-container {
	float: right;
	padding-top: 10px;
}
footer .social-icons i {
	display: inline-block;
	font-size: 24px;
	color: #00a3e9;
	padding: 20px;
	border-radius: 2px;
	border: none !important;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	width: 60px;
}
footer .social-icons i:hover {
	color: #FFF;
	background-color: #00a3e9;
}
.footer-logo-ntt {
	display: inline-block;
	width: 55%;
}
.footer-logo-hknet {
	display: inline-block;
	width: 45%;
}
ul.legals { list-style: none; color: #fff; line-height: 25px; }
ul.legals li { display: inline-block; }
ul.legals li::after { content: " |"; }
ul.legals li:last-child::after { content: ""; }
.legals { text-align: left; }
.credit { text-align: right; }

@media screen and (max-width: 768px){

	.menu .logo img {
		height: 45px;
		padding: 10px 0;
	}

	.menu .button {
		display: none;
	}
}
