html,
body {
	background-color: #FFFFFF !important;
}

.find_nav {
	width: 100%;
	height: 4rem;
	background-color: #FFFFFF;
	position: fixed;
	top: 0;
	z-index: 9999;
	border-bottom: 1px solid #FFFFFF;
	display: -moz-box;
	display: -webkit-box;
	display: box;
}

.find_nav_left {
	height: 4rem;
	position: relative;
	overflow: hidden;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
}

.find_nav_list {
	position: absolute;
	left: 0;
}

.find_nav_list ul {
	position: relative;
	white-space: nowrap;
	font-size: 0;
	text-align: center;
}

.find_nav_list ul li {
	display: inline-block;
	padding: 0;
	margin: 0 2rem;
}

.find_nav_list ul li a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 4rem;
	font-size: 1.4rem;
	text-align: center;
	color: #000;
}

.find_nav_cur>a {
	color: #000 !important;
	font-weight: bold;
}

.sideline {
	border: 0;
	height: 0.4rem;
	background-color: #B3995B;
	margin-top: -4px;
}

.head_tb {
	padding-top: 4.6rem;
	margin: 0 1rem;
}

.haed_top {
	padding-bottom: 0.6rem;
	display: flex;
	flex-direction: column;
	padding-top: 1rem;
}

.haed_top>p {
	font-size: 1.5rem;
	font-weight: 400;
	color: #000000;
}

.head_tab {
	display: grid;
	grid-template-columns: repeat(4, 23%);
	grid-row-gap: 1.0rem;
	grid-column-gap: 2%;
	width: 80%;
}

.head_tab2 {
	display: grid;
	grid-template-columns: repeat(3, 33%);
	grid-row-gap: 1.0rem;
	grid-column-gap: 2%;
	width: 80%;
}

.head_bad{
	width: 100%;
	height: 2.4rem;
	line-height: 2.4rem;
	border-radius: 1.3rem;
	font-size:1.3rem;
	font-weight: 400;
	color: #000000 !important;
	text-align: center;
	overflow: hidden;
	border: 1px solid #9a9494;
}

.head_tab2>p {
	/* padding: 7px ; */
	width: 100%;
	height: 2.4rem;
	line-height: 2.4rem;
	border-radius: 1.3rem;
	/* font-size: 1.3rem; */
	font-size: 1.3rem;
	font-weight: 400;
	color: #000000;
	text-align: center;
	overflow: hidden;
	border: 1px solid #000000;
}

.actve {
	background-color: #B3995B !important;
	border: 0 !important;
}

.actve2 {
	background-color: #B3995B !important;
}

.colour {
	color: #B3995B;
}

.figure {
	margin-top: 1rem;
}

.figures {
	display: grid;
	grid-template-columns: repeat(3, 31.2%);
	grid-row-gap: 2.0rem;
	grid-column-gap: 3%;
	margin-right: 1rem;
}

.figure_p {
	width: 100%;
	position: relative;
	height: 10.0rem;
}

.figure_img {
	position: absolute;
	width: 100%;
	z-index: 8;
	height: 100%;
	object-fit: cover;
}


.figure_icon:checked {
	background: #B3995B;
}

.figure_icon {
	position: absolute;
	right: -1rem;
	top: -1rem;
	z-index: 9;
	width: 2rem;
	height: 2rem;
	border: solid 1px #dddddd;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-size: 0.8rem;
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	cursor: default;
	-webkit-appearance: none;
	-webkit-user-select: none;
	user-select: none;
	-webkit-transition: background-color ease 0.1s;
	transition: background-color ease 0.1s;
}

.figure_icon:checked::after {
	content: '';
	top: 0.4rem;
	left: 0.4rem;
	position: absolute;
	background: #B3995B;
	border: #fff solid 2px;
	border-top: none;
	border-right: none;
	height: 0.5rem;
	width: 1rem;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.figure_nav>p {
	text-align: center;
	padding: 0.6rem 0;
	font-size: 1.3rem;
	font-weight: 400;
	color: #000000;
	opacity: 0.6;
}

.sbmint {
	margin: 2.6rem 4.4rem 1rem 4.4rem;
}

.sbmint_title,
.sbmint_btn {
	text-align: center;
}

.sbmint_title {
	font-size: 1.1rem;
	font-weight: 400;
	color: #000000;
	padding-bottom: 1.2rem;
	transform: scale(0.88);
}

.sbmint_title>span {
	color: #B3995B;
}

.sbmint_btn {
	background: #B3995B;
	border-radius: 2rem;
	padding: 0.6rem 0;
	font-size: 1.8rem;
	font-weight: 300;
	color: #000000;
}

.veil_bottom {
	background-color: #FFFFFF;
	border-radius: 1.0rem;
	margin-top: 2.0rem;
	overflow: hidden;
	margin-bottom: 2.0rem;
}

.veil_img {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 0.6rem 0;
}

.veil_img>img {
	width: 80%;
	object-fit: cover;
}

.veil_text {
	text-align: center;
	background-color: #B3995B;
	font-size: 1.2rem;
	padding: 0.6rem 0;
	color: #000000;
}

.bottom_img {
	width: 100%;
}

.bottom_img>img {
	width: 100%;
}
