.tab_tap {
	padding-top: 2rem;
	background-color: #FFFFFF;
}

.prompt {
	background-color: #FFFFFF;
	border-top: 0.1rem solid #B3995B;
	border-bottom: 0.1rem solid #B3995B;
	padding-left: 1.2rem;
	position: relative;
}

.prints {
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 1.2rem;
	padding: 0.4rem 0;
	white-space: nowrap;
	position: relative;
	left: 0;
	z-index: 99;
}

.prints>img {
	width: 1.4rem;
	height: 1.2rem;
}

.prints>span {
	color: #B3995B;
}

.arrow {
	width: 1.5rem;
	height: 1.5rem;
	background-color: #ffffff;
	position: absolute;
	transform: rotate(45deg);
}

.arrow_one {
	z-index: 9;
	top: 1.4rem;
	width: 1.7rem;
	height: 1.6rem;
}
.arrow_two {
  border: 1px solid #B3995B;
  border-radius: 0.3rem;
  z-index: 8;
  top: 1.6rem;
}

.tab_title {
	background-color: #FFFFFF;
	padding-top: 1.4rem;
}

.title_nav {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 0 1.2rem;
	font-size: 1.4rem;
}

.title_tab {
	display: inline-grid;
}

.title_tab:after {
	content: "";
	width: 80%;
	height: 0.4rem;
	background-color: #B3995B;
	border-radius: 2.0rem;
	margin: 0.4rem auto 0 auto;
}

.mow {
	display: grid;
	grid-template-columns: 48% 48%;
	grid-row-gap: 2.0rem;
	grid-column-gap: 3%;
	margin: 1.4rem;
}

.mow_nav {
	background-color: #FFFFFF;
	border-radius: 2.0rem;
	overflow: hidden;
}

.mow_nav>img {
	width: 100%;
	height: 24rem;
	overflow: hidden;
	object-fit: cover;
}

.mow_top {
	margin: 0.4rem 1.0rem;
}

.mow_name {
	display: flex;
	flex-direction: row;
	font-size: 1.4rem;
	justify-content: space-between;
}

.mow_name_sum {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.sum_img>img {
	width: 1.6rem;
	height: 1.4rem;
	margin-left: 0.4rem;
}

.mow_monery {
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 1.4rem;
}

.mow_monwey_left {
	color: #B3995B;
}

.mow_monery_price {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	font-size: 1.4rem;
	padding-bottom: 1.0rem;
}

.mow_monery_price>p:nth-of-type(1) {
	font-size: 1.2rem;
	color: #CCCCCC;
	text-decoration: line-through
}

.price_you {
	border: 0.1rem solid #EBCCCC;
	border-radius: 2.0rem;
	padding: 0.2rem 0;
	font-size: 1.2rem;
}

.you_hui {
	background-color: #000000;
	color: #B3995B;
	border-radius: 2.0rem;
	padding: 0.2rem 0.6rem;
}

.you_sum {
	padding: 0 0.3rem 0 0;
}
