@font-face {
	font-family: "PingFangSC-Regular";
	src: url("./fonts/PingFangSC-Regular.ttf");
}

/* Global text formatting improvements */
.data-point {
	align-items: baseline;
	margin-bottom: 10px;
}

.data-label {
	min-width: 110px;
	text-align: left;
	color: #888;
}

.data-value {
	flex: 1;
}

.metric-list {
	margin: 15px 0;
	padding: 0;
	list-style-type: none;
}

.metric-item {
	display: flex;
	margin-bottom: 10px;
	align-items: baseline;
}

.metric-title {
	text-align: left;
	padding-right: 12px;
	flex-shrink: 0;
}

.metric-value {
	font-weight: bold;
}

/* Bullet point styling */
.bullet-list {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

.bullet-item {
	position: relative;
	padding-left: 20px;
	margin-bottom: 8px;
	text-align: left;
}

.bullet-item::before {
	content: "•";
	position: absolute;
	left: 0;
}

html,body {
	height: 100%;
}

body {
	font-family: "Avenir, Helvetica, Arial, sans-serif";
	font-size: 14px;
	padding: 0;
	margin: 0;
	font-weight: 400;
	color: #172B4D;
	background-color: #ffffff;
	-webkit-tap-highlight-color: transparent;
	-moz-tap-highlight-color: transparent;
	-ms-tap-highlight-color: transparent;
	-o-tap-highlight-color: transparent;
	overflow-x: hidden;
}
/* 
* {
	padding: 0;
	margin: 0;
}
 */
img {
	border: none;
	vertical-align: middle;
}

img[src=""] {
	opacity: 0;
}

input,
textarea {
	outline: none;
	background-color: transparent;
	border: none;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px white inset;
}

button {
	background-color: transparent;
	border: none;
	outline: none;
}

a {
	color: #ddd0d0;
}

p,
pre {
    color: #b4b4b4;
    line-height: 1.5;
}

li,
ol,
ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}


div,
li,
ol,
ul,
span,
p,
a,
input {
	box-sizing: border-box;
	/* word-break: break-all; */
}

/* 默认滚动条样式 - 可被其他CSS文件覆盖 */
::-webkit-scrollbar {
	width: 8px;
	background-color: transparent;
}

::-webkit-scrollbar-thumb {
	background: #F3F6F9;
	border-radius: 10px;
	transition: 0.3s ease-in-out;
}

::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: transparent;
}

.hide {
	display: none;
}

a {
	color: #998c8c;
	/* text-decoration: none; */
	text-decoration: underline;
}

p {
	margin:2vh 0;
}

input {
	color: #998c8c;
}

p,
pre {
	word-wrap: break-word;
	text-overflow: ellipsis;
	word-break: break-word;
}

.main-container {
    height: 100%;
	padding-top: 75px;
	/* iOS安全区域适配 */
	padding-top: calc(75px + constant(safe-area-inset-top));
	padding-top: calc(75px + env(safe-area-inset-top));
}

/* .page-content {
	padding-top: 100px;
}
 */
.overflow-oneline {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.overflow-twoline {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.flex {
	display: flex;
}

.flex-nor {
	display: flex;
	align-items: center;
}

.flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.flex-lr {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.flex-lr-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.flex-lr-padding {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.flex-dir-center {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.flex-column-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


.flex-wp{
	flex-wrap: wrap;
}

.flex-sk{
	flex-shrink: 0;
}

.text-bold {
	font-weight: 700;
}

.text-center {
	text-align: center;
}

.cursor-p {
	cursor: pointer;
}

.container {
	padding-top: 17vh;
}

h1 {
	font-size: 5vw;
}
@media (min-width: 768px) {
	h1 {
		font-size: 2.5vw;
	}
}


@media (min-width: 768px) {
	p {
		font-size: 1.25vw;
	}
}



h2 {
	font-size: 4vw;
}
@media (min-width: 768px) {
	h2 {
		font-size: 1.75vw;
	}
}


/* footer */
.footer {
	width: 100%;
	background-color: #161414;
	padding: 3vw 0;
	font-size: 4vw;
	color: #998c8c;
}

@media (min-width: 768px) {
	.footer-inner {
		font-size: 1.15vw;
		line-height: 1.5vw;
	}
}

.footer-inner {
	display: block;
	padding-left: 10vw;
	padding-right: 10vw;
}

@media (min-width: 768px) {
	.footer-inner {
		padding-left: 10vw;
		padding-right: 10vw;
		display: flex;
		justify-content: space-between;
	}
}

.footer-inner a {
	display: block;
	text-decoration: none;
}

.nav {
	width: 100%;
}


@media (min-width: 768px) {
	.nav {
		width: 25%;
	}
}

.nav h2 {
	font-size: 6vw;
	font-weight: 700;
	padding: 2vh 0;
}

.nav p {
	    font-family: "Proxima Nova Medium",Helvetica,sans-serif;
}

.footer-inner h3 {
	padding: 2vh 0;
}

@media (min-width: 768px) {
	.nav h2 {
		font-size: 1.75vw;
	}

}

.contacts {
	padding: 1vh 0 10vh;
}

.nav-icon {
	width: 8vw;
	height: auto;
	margin-right: 10px;
}

@media (min-width: 768px) {
	.nav-icon {
		width: 1.5vw;
	}
}


.links h3 {
	line-height: 200%;
	font-size: 6vw;
	font-weight: 700;
}

.links a {
	line-height: 200%;
	font-size: 5vw;
	font-family: "Proxima Nova Medium", Helvetica, sans-serif;
}

@media (min-width: 768px) {
	.links a {
		line-height: 2vw;
		font-size: 1.15vw;
	}

	.links h3 {
		line-height: 2vw;
		font-size: 1.15vw;
	}
}

.mobile-rightcopy {
	font-size: 3vw;
	margin-top: 7vh;
}

.footer-btn {
	background-color: #161414;
	outline: #998c8c;
	color: #998c8c;
	border: 1px solid #998c8c;
	
	font-size: 5vw;
	padding: 2vw;
	line-height: 200%;
	transition: background-color .25s ease-out 1ms, color .25s ease-out 1ms;
}
@media (min-width: 768px) {

	.footer-btn {
		font-size: 1vw;
		line-height: 1.5vw;
		padding: 0.5vw;
	}
}