.head_top {
	position: relative;
	height: 46rem;
	top: 0;
	margin-top: 4rem;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 1.8rem;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper_nt {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-slide>a,
.swiper-slide>a>img {
	width: 100%;
	height: 100%;
}

.swiper-slide>a>img {
	object-fit: cover;
}

/* 报价轮播 */
.swipe_imgt {
	width: 1.5rem !important;
	height: 1.5rem !important;
	border-radius: 50%;
}

.head_bottom {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	background-color: #000000;
	padding: 1.0rem 0;
	color: #B3995B;
}

.head_bottom>img {
	width: 5.6rem;
	height: 4.2rem;

}

.head_bottom_p {
	font-size: 1.8rem;
	padding: 0 1.4rem;
	align-self: flex-end;
}

.head_scale {
	font-size: 1.4rem;
	padding: 0.2rem 0.4rem;
	border: 0.1rem solid #B3995B;
	align-self: flex-end;
}

.head_nav {
	display: grid;
	grid-template-columns: repeat(5, calc((100% - 16%)/5));
	grid-column-gap: 4%;
	padding: 0 1.5rem;
	box-sizing: border-box;
	background-color: #968047;
}

.head_nav_img {
	width: 100%;
	text-align: center;
	padding-top: 1.5rem;
	padding-bottom: 1.0rem;
}

.head_nav_img>img {
	width: 100%;
	object-fit: cover;
}

.head_nav_img>p {
	color: #000;
	font-size: 1.4rem;
}

.classify {
	background-color: #FFFFFF;
	padding: 0 1.0rem;
}

.sisify {
	/* display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
	padding: 0 1.5rem; */
	display: grid;
	grid-template-columns: repeat(2, 49%);
	grid-row-gap: 1rem;
	grid-column-gap: 2%;
	margin: 0 1rem;
}

.sisify_a {
	width: 100%;
	height: 22rem;
}

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

.classify_title>p {
	padding: 0.3rem 0.8rem;
	background-color: #000000;
	color: #B3995B;
	border-radius: 0.4rem;
	font-size: 1.5rem;
}

.classify_title>img {
	width: 1.4rem;
	height: 1.6rem;
	margin-left: 0.6rem;
}

.container2 {
	argin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.classify_nav {
	padding: 1.0rem 0;
	height: 10rem;
}



.offer {
	position: relative;
	height: 10rem;
	margin-top: 0.5rem;
}

.offer_img {
	width: 100%;
	height: 100%;
}

.offer_img>img {
	width: 100%;
	height: 100%;
}

.offer_postrion {
	position: absolute;
	top: 1.0rem;
	left: 2.0rem;
	height: 2.0rem;
	overflow: hidden;
	background: #00000099;
	padding: 0.4rem;
	border-radius: 2rem;
}

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

.container3 {
	argin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}



#slide_img {
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
}

.slide_name {
	font-size: 1rem;
	transform: scale(0.88);
	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;
	z-index: 999;

}

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

.prints>span {
	color: #B3995B;
}

.prints_let {
	position: absolute;
	top: 1.4rem;
	width: 2rem;
	height: 2rem;
	background-color: #B3995B;
	transform: rotate(45deg);
}

.prints_fg {

	position: absolute;
	top: 12px;
	z-index: 9;
	width: 2.02rem;
	height: 2.1rem;
	background-color: #FFFFFF;
	transform: rotate(45deg);

}

.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: repeat(2, 49%);
	grid-row-gap: 1rem;
	grid-column-gap: 2%;
	margin: 1rem;
}

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

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

.mow_top {
	margin: 0.4rem 1.0rem 1rem 1rem;
}

.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;
}

.mow_name_size {
	display: flex;
	flex-direction: row;
}

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

.number_wish {
	font-size: 1.6rem;
	color: #000000;
}

.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: 1px solid #B3995B;
	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.4rem 0.8rem;
}

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

.mow_gen {
	padding-bottom: 1.0rem;
	font-size: 1.2rem;
	color: #000000;
	display: flex;
	justify-content: center;
}

.mow_gen>p {
	border: 0.1rem solid #B3995B;
	padding: 0.2rem 0.6rem;
	border-radius: 0.2rem;
	font-weight: bold;
}

.headline {
	margin: 1rem 1rem 0 1rem;
}

.headline_top {
	/* padding-top: 2.0rem; */
}

.headline_title {
	display: flex;
	flex-direction: column;
	padding-bottom: 1rem;
	/* padding-top: 2.6rem; */
}

.title_pillars {
	display: flex;
	align-items: center;
	height: 2.0rem;
}

.title_pillars>img {
	width: 2rem;
	height: 1.4rem;
	margin-left: 0.4rem;
}

.pillars {
	width: 0.3rem;
	height: 86%;
	background-color: #B3995B;
}

.expert {
	font-size: 1.8rem;
	color: #B3995B;
	margin-left: 0.6rem;
}

.expert_bt {
	color: #B3995B;
	font-size: 1.4rem;
	margin-left: 1rem;
}

.container4 {
	argin-left: auto;
	margin-right: auto;
	position: relative;
	list-style: none;
	overflow: hidden;
	padding: 0;
	z-index: 1;
	width: 100%;
}

.shuffling {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: calc(100% - 40px);
}

.container5 {
	argin-left: auto;
	margin-right: auto;
	position: relative;
	list-style: none;
	overflow: hidden;
	padding: 0;
	z-index: 1;
	width: 100%;
	padding-bottom: 3rem;
	height: 35rem !important;
}
.shuffling_top{
	width: 100%;
}
.experience_title {
	width: 100%;
	padding: 0 0.5rem 0.5rem 0.5rem;
	box-sizing: border-box;
}

.shuffling_list {
	border-radius: 1.0rem;
	overflow: hidden;
	background-color: #ffffff;
}

.shuffling_img {
	width: 100%;
	height: 22.8rem;
	object-fit: cover;
}

.shuffling_text {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	margin: 0.4rem 0.6rem;
}

.shuffling_text>p:nth-of-type(1) {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	font-size: 0.9rem;
}

.shuffling_text>p:nth-of-type(2) {
	font-size: 1.2rem;
	padding: 0.4rem 0;
}

.shuffling_title {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	font-size: 1.4rem;
	margin: 0.6rem;
	box-sizing: border-box;
}



.shuffling_name {
	position: relative;
	width: 88%;
}

.shuffling_magazine {
	width: 46%;
	overflow: hidden;
	text-overflow:ellipsis;
	font-size: 1.2rem;
	text-align: right;
}

.shuffling_px {
	width: 100%;
	height: 1.0rem;
	transform: skew(-30deg);
	background-color: #B3995B;
}

.shuffling_ne {
	position: absolute;
	top: -1.0rem;
	font-size: 1.3rem;
	text-align: center;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.magazine_sum {
	display: flex;
	font-size: 1.0rem;
	transform: scale(0.88);
	margin-left: -1.0rem;
}

.shhuc {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 40px;
	/* margin-left: 3rem; */
}

.shhuc>img {
	width: 2rem;
	height: 2rem;
	object-fit: cover;
}

/* .nsytfds:after {
	content: " ";
	display: inline-grid;
	background-image: url(https://vip.wanfuwa.com/static/images/more.png);
	width: 2.1rem;
	height: 2.6rem;
	position: absolute;
	top: 42%;
	z-index: 99;
	right: -3.6rem;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
 */
.photography_cafe {
	display: grid;
	grid-template-columns: repeat(2, 49%);
	grid-row-gap: 1rem;
	grid-column-gap: 2%;
}

.photography_can {
	background-color: #FFFFFF;
	border-radius: 0.6rem;
	overflow: hidden;
}

.photography_vide {
	position: relative;
	height: 10.7rem;
}

.photography_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.photography_img>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.photography_po {
	position: absolute;
	z-index: 99;
	left: 40%;
	top: 40%;
}

.photography_po>img {
	width: 4rem;
	height: 4rem;
}

.photography_text {
	text-align: center;
	padding: 0.4rem 0 1.0rem 0;
}

.photography_text>span {
	font-size: 1.2rem;
	color: #515151;
}

.photography_text>p {
	font-size: 1.4rem;
	color: #000000;
}

.photography_texts {
	text-align: left;
	padding: 0.5rem 0.8rem 1rem 0.8rem;
	background-color: #FFFFFF;
	color: #B3995B;
	font-size: 1.6rem;
}

.ndy {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	color: #FFFFFF;
}

.photography_texts>span {
	font-size: 1.2rem;
	color: #000000;
}

.bridal_img {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	height: 20rem;
}

.bridal_left,
.bridal_right {
	width: 49%;
	height: 100%;
}

.bridal_left>a,
.bridal_right>a {
	display: block;
}

.bridal_left>img,
.bridal_left>a>img,
.bridal_right>img,
.bridal_right>a>img {
	width: 100%;
	border-radius: 1.0rem;
	height: 100%;
	object-fit: cover;
}

.bridal_left>img,
.bridal_left>a>img {
	height: 100%;
}

.bridal_left>a {
	height: 100%;
}

.bridal_left {
	padding-right: 2%;
}

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

.bridal_right>a {
	height: 48%;
}

.veil_bottom {
	background-color: #FFFFFF;
	border-radius: 1.0rem;
	margin-top: 1.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%;
	/* height: 7.4rem; */
	object-fit: cover;
}

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

.date_nav {
	background-color: #FFFFFF;
	padding: 1.0rem 0;

}

.main_contact {
	background-color: #FFFFFF;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.main_name {
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 70%;
	padding-top: 1.8rem;
	position: relative;
}

.main_name>span {
	width: 26%;
	font-size: 1.5rem;
	font-weight: 400;
	color: #000000;
}

.main_name>input {
	border: 0.1rem solid #000000;
	width: 72%;
	padding: 0.6rem;
}

.main_yqm {
	font-size: 1.5rem;
	font-weight: 400;
	color: #000000;
	/* opacity: 0.5; */
	letter-spacing: 0.6rem
}

.icont {
	width: 2.0rem;
	height: 2.0rem;
	object-fit: contain;
	position: absolute;
	right: 1.0rem;
	top: 2.2rem;
}

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

.date_btn>p {
	border: 0.1rem solid #B3995B;
	padding: 0.4rem 3rem;
	margin-top: 1.4rem;
	border-radius: 0.4rem;
	color: #FFFFFF;
	background: #B3995B;
}

.date_bit {
	font-size: 1.0rem;
	color: #000000;
	text-align: center;
	padding: 0.4rem 0;
	margin-top: 0.3rem;
}

.experience_nav {
	background: #FFFFFF;
	border-radius: 0.5rem;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
}

.expt_t {
	margin-left: 2rem;
}

.expt_t>img {
	width: 2rem;
	height: 2rem;
	object-fit: cover;
}

.experience_nav>img {
	width: 100%;
	height: 18rem;
	object-fit: cover;
}

.silde_title:nth-last-of-type(1)>.expt_t {
	display: none;
}

.swiper-slide:nth-last-of-type(1)>.shhuc {
	display: none;
}

.experience_top {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	font-size: 1.4rem;
	font-family: PingFang SC;
	font-weight: 500;
	color: #000000;
	padding: 1.0rem 1.1rem 1.2rem 1.3rem;
}

.experience_top>span {
	font-size: 1rem;
	transform: scale(0.88);
	font-family: PingFang SC;
	font-weight: 300;
	color: #000000;
}

.experience_cent {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 0rem 1.2rem 0.6rem 1.3rem;
}

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

}

.experience_left {
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 1.5rem;
	font-family: PingFang SC;
	font-weight: 400;
	color: #B3995B;
}

.experience_right {
	font-size: 1.1rem;
	font-family: PingFang SC;
	font-weight: 300;
	text-decoration: line-through;
	color: #636262;
	align-self: flex-end;
	padding-left: 0.4rem;
}

.experience_le {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0 1.2rem 0.6rem 1.2rem;
}

.experience_le>img {
	width: 3.6rem;
	height: 3.6rem;
	object-fit: cover;
	border-radius: 50%;
}

.experience_bt {
	font-size: 1.1rem;
	font-weight: 300;
	color: #000000;
	text-align: left;
	padding: 0  1.0rem 1.3rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 98%;
	box-sizing: border-box;
}

.icont {
	width: 2.0rem;
	height: 2.0rem;
	object-fit: contain;
	position: absolute;
	right: 1.0rem;
	top: 2.4rem;
}

.experience_le>p {
	font-size: 1.1rem;
	font-family: PingFang SC;
	font-weight: 300;
	color: #000000;
	padding-left: 0.8rem;

}

.lst {
	bottom: 0.4rem !important;
}

.lst>.swiper-pagination-bullet {
	width: 1.0rem;
	border-radius: 2.0rem !important;
	height: 0.4rem;
}

.lst>.swiper-pagination-bullet-active {
	width: 1.7rem;
	border-radius: 2.0rem !important;
	height: 0.4rem;
	background-color: #000000;
}

.photo {
	padding: 1.5rem 1.5rem 1rem 1.5rem;
}

.stwe {
	background-color: #272727 !important;
}

.right_o {
	position: fixed;
	right: 1.5rem;
	bottom: 10rem;
	z-index: 999999999999999999999999999999999999999999;
}

.oc {
	width: 6rem;
	height: 6rem;
}

.fsxg {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 0 1rem;
	justify-content: space-between;
}
.fsxg p:last-child{
	color: #CCCCCC;
}
.title_name{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 0 1rem;
	padding-top: 0.6rem;
}
.title_name img{
	border-radius: 50%;
}
.title_name p{
	padding-left: 0.4rem;
	white-space: nowrap;
}