body{
	font-family: Calibri !important;
}
.MsoNormal span,.page-content>p,.page-content>p span,.common-content p span,.common-content p{
	font-size: 16pt !important;
	line-height: 2rem !important;
}
.MsoNormal img{
	width: 60% !important;
	margin: 0 auto;
	display: block;
}
:root {
	--body-width: calc(100vw - 200px);
	--custom-height: calc(var(--body-width) * 0.035);
}

img {
	vertical-align: middle;
}

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Arial', sans-serif;
}

.tab {
	display: none;
}

.active {
	display: block;
}

#sidebar {
	background-color: #111111;
	color: #fff;
	width: 250px;
	height: 100%;
	font-size: 20px;
	position: fixed;
	top: 0;
	left: 0;
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 10000;
}

#sidebar .avatar {
	width: 80px;
	border-radius: 50%;
	margin-bottom: 20px;
}

#sidebar ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

#sidebar ul .menu-item {
	margin-bottom: 10px;
	padding: 5px;
}

#sidebar ul .menu-item .menu {
	color: #fff;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#sidebar ul .menu-item .menu:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	right: 20%;
	transform-origin: center center;
	transition: transform 0.3s ease;
}

#sidebar ul .menu-item:hover .menu:after {
	transform: rotate(180deg);
}

#sidebar ul .menu-item  li a {
	color: #000;
	text-decoration: none;
}

#sidebar .sub-menu {
	padding: 10px 0;
	display: none;
	background-color: #fff;
	margin-top: 10px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
}

#sidebar ul ul li {
	padding: 10px;
	margin-bottom: 0;
}

#sidebar ul .menu-item.active .sub-menu {
	display: block;
	max-height: 1000px;
}

#sidebar ul li.active ul li:hover {
	background-color: rgb(55, 73, 202);
	cursor: pointer;
}

#sidebar ul li.active ul li:hover a {
	color: rgb(251, 186, 102);
}


#sidebar ul li ul a {
	color: #111111;
	justify-content: flex-start;
	font-size: 14px;
	color: #333;
}

#sidebar .icon {
	width: 1rem;
}

#sidebar ul li.active .arrow::before {
	transform: rotate(90deg);
}

.banner {
	/* background-image: url(./static/img/banner.png);
	background-size: cover;
	background-position: center center; */
	/* background-color: #e8f8f3; */
	/* background-repeat: no-repeat; */
	min-height: 100vh;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}

#home, #members {
	margin-left: 250px;
	min-height: 100vh;
	width: calc(100% - 200px);
}

.common-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-size: 100% 100%;
	/* min-height: 1800px; */
	padding-bottom: 10rem;
	margin: 150px auto 0 auto;
}

.common-content {
	/* width: 60%; */
	margin-left: 250px;
	max-width: 900px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 2rem;
	color: #000 !important;
	word-wrap: break-word;
	font-size: 16px !important;
}

/* .common {
	margin-left: 6rem;
} */

/* home */

.home-wrapper {
	min-height: 100vh;
}

.home-banner img {
	width: 100%;
	min-height: auto;
	margin-top: -4px;
}

.home-banner {
	position: relative;
}

.home-banner-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.home-banner2-info {
	width: 47%;
	height: 100%;
	margin-left: auto;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}

.home-banner2-info .home-banner-info {
	padding: calc(var(--body-width) * 0.02) calc(var(--body-width) * 0.02) 0;
}

.home-banner2-title {
	height: calc(1 / 3 * 100%);
	display: flex;
	align-items: center;
	padding-left: calc(var(--body-width) * 0.02);
}

.home-banner2-sub-title {
	width: 67%;
	height: calc(2 / 3 * 100%);
}

.home-banner3-info {
	width: 50%;
	height: 100%;
	margin: 0 auto;
	padding: calc(var(--body-width) * 0.3) calc(var(--body-width) * 0.2) 0 calc(var(--body-width) * 0.02);
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}

.home-banner4-info {
	width: 56%;
	height: 100%;
	margin: 0 auto;
	padding: 0 calc(var(--body-width) * 0.08) 0 calc(var(--body-width) * 0.02);
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}

.home-banner4-info .home-banner-title {
	height: calc(var(--custom-height) * 1.84);
	padding-top: calc(var(--custom-height) * 2.77);
	display: flex;
	align-items: center;
}

.home-banner4-info .home-banner-info {
	padding-top: calc(var(--custom-height) * 2.2);
	flex: 5;
	display: flex;
	flex-direction: column;
}

.home-banner4-info .home-banner-info span {
	display: inline-block;
	margin-bottom: 20px;
}

.home-banner5-info {
	width: 77%;
	height: 100%;
	margin: 0 auto;
	padding-left: calc(var(--body-width) * 0.28);
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}

.home-banner5-info .home-banner-title {
	padding: calc(var(--custom-height) * 2.4) 0 0 calc(var(--body-width) * 0.164);
	height: calc(var(--custom-height) * 1.9);
	display: flex;
	align-items: center;
}

.home-banner5-info .home-banner-info {
	padding: calc(var(--body-width) * 0.1) calc(var(--body-width) * 0.07) 0 calc(var(--body-width) * 0.02);
}

.home-banner6-info {
	width: 58%;
	height: 100%;
	margin: 0 auto;
	padding: calc(var(--custom-height) * 4.8) calc(var(--body-width) * 0.15) 0 calc(var(--body-width) * 0.02);
	box-sizing: border-box;
}

.home-banner7-info {
	width: 55%;
	height: 100%;
	margin: 0 auto;
	padding: calc(var(--custom-height) * 2.4) calc(var(--body-width) * 0.06) 0 calc(var(--body-width) * 0.02);
	box-sizing: border-box;
}

.home-title-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.home-title {
	color: #515fc6;
	font-size: 110px;
	font-weight: 800;
}

.home-banner-title {
	color: #514f4f;
	font-size: 1.5rem;
	font-weight: 800;
}

.home-banner-info {
	color: #3d489a;
	font-size: 1rem;
	line-height: 2rem;
	word-spacing: 2px;
}

.home-sub-title {
	color: #514f4f;
	font-size: 60px;
	font-weight: bold;
}

/* members */
.member-wrapper, .description-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	background: url(./static/img/member-bg.png) no-repeat;
	background-size: 100% 100%;
	min-height: 100vh;
	padding-bottom: 200px;
}

.member-content, .description-content {
	max-width: 640px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 50px;
}

.member-title, .description-title {
	color: #000;
	font-size: 100px;
	font-weight: bold;
	text-align: center;
	/* margin-top: 150px; */
}

.member-group-name {
	width: 300px;
	color: #fff;
	font-size: 36px;
	font-weight: 400;
	padding: 10px;
	background-color: rgb(249, 122, 119);
	text-align: center;
	margin-bottom: 80px;
}

.member-group {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 100px;
}

.member {
	border: 1px solid #bbbbbb;
	width: 230px;
	height: 350px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	background-color: #ffffff;
	color: #000;
	border-radius: 20px;
	margin: 30px 20px;
}

.member:last-child {
	margin-right: auto;
}

.member .avatar {
	width: 100px;
	height: 100px;
	border: 2px solid #e8eae8;
	border-radius: 50%;
	margin-top: -3rem;
	background-color: #ffffff;
	flex-shrink: 0;
}

.member .name {
	font-weight: bold;
	margin-bottom: 0;
}

.member .info {
	word-break: break-all;
	overflow-y: auto;
	padding: 0 1rem;
	position: relative;
}

.member .group {
	background: linear-gradient(to top, #453dc0, #fff);
	color: #ffffff;
	width: 100%;
	text-align: center;
	height: 50px;
	line-height: 50px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.info::-webkit-scrollbar {
	width: 5px;
	height: 8px;
}

.info::-webkit-scrollbar-track {
	background: #e8e8e8;
	border-radius: 2px;
}

.info::-webkit-scrollbar-thumb {
	background: #EAB3D1;
	border-radius: 10px;
}

.info::-webkit-scrollbar-thumb:hover {
	background: #EAB3D1;
}

.info::-webkit-scrollbar-corner {
	background: #e8e8e8;
}

/* description */
.description-wrapper {
	min-height: 1800px;
}

.description-banner {
	background: unset;
}

#parts td{
	border: 1px solid #000;
	padding: 15px;
	font-size: 16pt;
}

.footer {
	height: 252px;
	/* width: 100vw; */
	background-color: #453dc0;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	/* padding: 2rem; */
	position: absolute;
	/* bottom: 0; */
	left: 0;
	right: 0;
}

/* 小于等于 320px 的设备（例如 iPhone 5） */
@media screen and (max-width: 320px) {}

/* 大于 320px 小于等于 480px 的设备（例如 iPhone 6/7/8） */
@media screen and (min-width: 321px) and (max-width: 480px) {
	.home-banner-title {
		font-size: 1rem;
	}
}

/* 大于 480px 小于等于 768px 的设备（例如 iPad） */
@media screen and (min-width: 481px) and (max-width: 768px) {
	.home-banner-title {
		font-size: 1rem;
	}
}

/* 大于 768px 小于等于 1024px 的设备（例如 iPad Pro） */
@media screen and (min-width: 769px) and (max-width: 1024px) {

}

/* 大于 1024px 小于等于 1440px 的设备 */
@media screen and (min-width: 1370px) and (max-width: 1440px) {
	.home-banner-info {
		font-size: 1.5rem;
		line-height: 3rem;
	}
}

/* 大于 1440px 的设备 */
@media screen and (min-width: 1441px) {
	.home-banner-title {
		font-size: 3rem;
	}

	.home-banner-info {
		font-size: 2rem;
		line-height: 3rem;
	}
}
