html {
	font-family: Montserrat-Bold, Arial, Helvetica, sans-serif;
	width: 100vw;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	overflow-y: scroll;
	overflow-x: hidden;
	color: #6b6b6b;
}

body {
	margin: 0;
	padding: 0;
	padding-bottom: 200px;
}

.legal-title {
	display: none;
}

h1, h2{
	width: 100%;
}

h1 {
	font-size: 18px;
	text-align: center;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4, p , li {
	font-size: 12px;
}
span{
	font-size: 12px;
	font-weight: 600;
}

.indent {
	text-indent: 2em;
}
.head {
	height: 80px;
	line-height: 80px;
	margin: 0 auto;
	font-weight: 600;
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 1300px;
	box-sizing: border-box;
	overflow: hidden;
	white-space: nowrap;
	border-bottom: 1px solid #e2e2e2;
	background-color: transparent;
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

@media (min-width: 751px) {
	.head {
		background-color: #fff;
	}
}

.headl {
	flex: 0 0 auto;
}

.head img {
	width: 30px;
	max-width: 80px;
	border-radius: 20%;
	float: left;
	margin: 20px 6px;
}

.underline {
	text-decoration: underline;
	color: #3586FF;
}

.underline:hover {
	cursor: pointer;
}
.jumpPage {
	text-decoration: underline;
	color: #3586FF;
}

.jumpPage:hover {
	cursor: pointer;
}

#backtop {
	position: fixed;
	bottom: 30px;
	right: 10px;
	width: 50px;
	display: none;
}
.mob_tab_items {
	flex: 0 0 auto;
	line-height: 30px;
	width: auto;
	padding: 0 20px;
	font-size: 16px;
	text-align: center;
	font-weight: 600;
}

.mob_tab_items .line {
	display: none;
}

.mob_tab_items--account {
	margin-left: 20px;
}

.line_change {
	background-color: #00a69a;
}

.container {
	margin: 0 auto;
	border-radius: .213333rem;
	padding: 10px 10px 1px 10px;
	box-sizing: border-box;
	width: 100%;
	max-width: 1200px;
	margin-top: 90px;
}

.change {
	color: #00a69a;
}

.mob_tab_items.change > div:first-child {
	text-decoration: underline;
	text-decoration-thickness: 3px;
	text-underline-offset: 5px;
}

.mob_tab {
	display: flex;
	flex: 1 1 auto;
	min-width: 0;
	justify-content: flex-start;
	align-items: center;
	margin-left: 50px;
	overflow-x: auto;
	overflow-y: hidden;
	overscroll-behavior-inline: contain;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.mob_tab::-webkit-scrollbar {
	display: none;
	width: 0;
	height: 0;
}
table {
    background: #000;
	width: 100%;
}
tr{
	
	background: #fff;
	
}
td{
	background: #fff;
	font-size: 12px;
	text-align: center;
	padding: 5px;
}

.bold {
	font-weight: bold;
}

@media (max-width: 750px) {
	::-webkit-scrollbar {
		width: 0;
		height: 0;
		background-color: transparent;
		display: none;
	}

	body {
		width: 94%;
		margin: 0 3%;
		padding-bottom: 200px;
	}

	.legal-title {
		display: block;
	}

	.head {
		position: static;
		width: 100%;
		max-width: none;
		height: auto;
		margin: 30px 0;
		line-height: 30px;
		display: block;
		overflow: visible;
		white-space: normal;
		border-bottom: 0;
		transform: none;
	}

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

	.head img {
		width: 30px;
		float: none;
		margin: 0 6px 0 0;
	}

	.mob_tab {
		display: block;
		flex: none;
		width: auto;
		margin-left: 0;
		overflow: visible;
	}

	.mob_tab_items {
		display: flex;
		align-items: center;
		width: auto;
		padding: 0;
		line-height: 30px;
		font-size: 16px;
		text-align: left;
	}

	.mob_tab_items--account {
		margin-left: 0;
	}

	.mob_tab_items .line {
		display: none;
	}

	.line_change {
		background-color: rgb(0, 216, 201);
	}

	.change {
		color: #00a69a;
	}

	.container {
		width: 96%;
		max-width: none;
		margin: 0 auto .533333rem;
		padding: 10px 10px 1px;
		box-shadow: 0 1px 22px rgba(0, 0, 0, .15);
	}

	.content span {
		font-weight: inherit;
	}

	.content .bold {
		font-weight: bold;
	}

	table {
		table-layout: fixed;
	}

	tr,
	td {
		background: #f5e5ab;
	}
}
