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

.head_anv {
	width: 100%;
	height: 18.6rem;
	overflow: hidden;
}

.head_top {
	width: 200%;
	height: 100%;
	border-radius: 50%;
	background: #B3995B;
	position: relative;
	left: -50%;
	top: -7%;
	overflow: hidden;
}

.head_wz {
	position: absolute;
	top: 7%;
	left: 25%;
	width: 50%;
	height: 93%;
	overflow: hidden;
}

.head_left_icon {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 4.4rem 1.8rem 0 3.6rem;
	box-sizing: border-box;
}

.haed_left_img {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.haed_left_img>img {
	width: 5.7rem;
	height: 5.7rem;
	border-radius: 50%;
}

.haed_left_img>p {
	display: flex;
	flex-direction: column;
	padding-left: 1.0rem;
	box-sizing: border-box;
}

.haed_left_img>p>span {
	font-size: 1.5rem;
	font-weight: 400;
	color: #111111;
}

.haed_left_img>p>span:nth-of-type(2) {
	color: #666666;

}

.head_right_dlt {
	font-size: 1.8rem;
	font-weight: 400;
	color: #111111;
}

.card {
	margin: 0 auto;
	width: 90%;
	height: 5.2rem;
	background-color: #000000;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	border-radius: 1.0rem;
	position: absolute;
	bottom: -2px;
	left: 6%;
}

.card_nav {
	display: flex;
	flex-direction: row;

}

.card_nav>img {
	width: 4.0rem;
	height: 2.9rem;
	object-fit: contain;
}

.card_nav>p {
	font-size: 1.9rem;
	font-weight: 400;
	color: #B3995B;
	text-shadow: 0px 0.1rem 0.1rem rgba(149, 43, 12, 0.51);
}

.card_nav>p:nth-of-type(1) {
	padding: 0 1.2rem 0 0.4rem;
	display: flex;
	align-self: flex-end;
	box-sizing: border-box;
	white-space: nowrap;
}

.card_nav>p:nth-of-type(2) {
	font-size: 1.4rem;
	font-weight: 400;
	color: #B3995B;
	display: flex;
	align-self: flex-end;
	padding: 0.1rem 0.4rem;
	border: 0.1rem solid #B3995B;
	box-sizing: border-box;
	white-space: nowrap;
}

.main {
	padding: 2rem 3rem 3rem 3rem;
	box-sizing: border-box;
}

.main_nav>a {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.main_at {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 1.0rem;
}

.main_at>img {
	width: 30px;
	height: 26px;
	object-fit: scale-down;
}

.main_at>span {
	font-size: 2.0rem;
	font-weight: 300;
	color: #333333;
}

.icon {
	width: 2.1rem;
	height: 2.0rem;
	object-fit: cover;
}

.sbmint {
	background-color: #FFFFFF;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.sbmint>a {
	background: rgba(0, 0, 0, 0);
	border: 0.1rem solid #666666;
	border-radius: 11px;
	padding: 0.6rem 23px;
	font-size: 1.5rem;
	font-weight: 400;
	box-sizing: border-box;
	color: #666666;
}
