html {font-size: 10px;  }


*::-webkit-scrollbar {
	display: none;
}

.section-f1{
	/* width: 160rem; */
	overflow: hidden;
}
.section-f1 .section-f1-bg{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
}
.section-f1 .header-bar{
	top: 0;
	left: 0;
	right: 0;
	padding: 2rem 10vw;
	z-index: 2;
}
.section-f1 .header-bar .logo{
	width: 14rem;
	height: 3.2rem;
}
.section-f1 .header-bar .my-btn-warning{
	width: 10rem;
	height: 4rem;
	line-height: 4rem;
	border-radius: 4rem;
	font-size: 1.4rem;
	background: #FFCC00;
	color: #222;
	font-weight: 600;
	text-align: center;
	cursor: pointer;
	position: relative;
}
.section-f1 .header-bar .my-btn-warning:hover .top-qrcode{
	display: block;
}
.section-f1 .header-bar .top-qrcode{
	display: none;
	width: 28rem;
	height: 31.2rem;
	background: #FFFFFF;
	box-shadow: 0 .4rem 1.6rem 0 rgba(0,0,0,0.04);
	border: .1rem solid #EEEEEE;
	padding: 4rem;
	border-radius: 2rem;
	position: absolute;
	top: 6rem;
	right: 0;
}
.section-f1 .header-bar .top-qrcode::before{
	content:'';
	position: absolute;
	top: -0.5rem;
	right: 4rem;
	width: 1rem;
	height: 1rem;
	background-color: #fff;
	transform: rotate(135deg);
}
.section-f1 .header-bar .top-qrcode::after{
	content:'';
	position: absolute;
	top: -0.6rem;
	right: 4rem;
	width: 1rem;
	height: 1rem;
	background-color: #fff;
	transform: rotate(135deg);
	box-shadow: 0 .4rem 1.6rem 0 rgba(0,0,0,0.04);
	border: .1rem solid #EEEEEE;
	z-index: -1;
}
.section-f1 .header-bar .top-qrcode .qrcode-box{
	padding: 0.2rem;
	border-radius: 1rem;
	text-align: center;
	position: relative;
	display: inline-block;
	margin: auto;
}
.section-f1 .header-bar .top-qrcode .qrcode-box::before{
	content: "";
	width: 6rem;
	height: 6rem;
	display: inline-block;
	border-radius: 6rem 0 0 0;
	background-color: #FFCC00;
	position: absolute;
	top: -2rem;
	left: -2rem;
}
.section-f1 .header-bar .top-qrcode .qrcode-box::after{
	content: "";
	display: inline-block;
	width: 6rem;
	height: 6rem;
	border-radius: 50%;
	background-color: #58DA73;
	position: absolute;
	bottom: -1rem;
	right: -2rem;
}
.section-f1 .header-bar .top-qrcode .qrcode-img{
	width: 16.0rem;
	height: 16.0rem;
	display: block;
	
	background-color: #eee;
	border-radius: 0.4rem;
	position: relative;
	z-index: 1;
}
.section-f1 .header-bar .top-qrcode .qrcode-text{
	font-weight: 600;
	font-size: 1.8rem;
	color: #222222;
	line-height: 2.4rem;
	text-align: center;
	margin-top: 1rem;
}
.section-f1 .header-bar .top-qrcode .qrcode-text2{
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	font-size: 1.4rem;
	color: #999999;
	line-height: 2.4rem;
	text-align: center;
	margin-top: 1rem;
}
.section-f1 .section-f1-container{
	position: relative;
	width: 100%;
	height: 88rem;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 3rem 0;
}
.section-f1 .section-f1-container .gaoxiao-img{
	width: 47rem;
	height: auto;
	margin-top: 20rem;
}
.section-f1 .section-f1-container .sub-title{
	font-size: 2rem;
	margin-top: 2rem;
	text-align: center;
}
.section-f1 .section-f1-container .user-container{
	width: 100%;
	overflow: auto;
}
.section-f1 .section-f1-container .user-list{
	display: flex;
	flex-wrap: nowrap;
	margin-top: 10rem;
}
.section-f1 .section-f1-container .user-list .user-view{
	padding: 1.2rem;
	flex-shrink: 0;
}
.section-f1 .section-f1-container .user-list .user-view .user-item{
	border-radius: 20rem;
	width: 20rem;
	height: 32rem;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	padding: 2rem;
	color: #fff;
}
.section-f1 .section-f1-container .user-list .user-view .user-item .user-name{
	font-weight: 600;
	font-size: 2.4rem;
	text-align: center;
	margin-bottom: 1.2rem;
}
.section-f1 .section-f1-container .user-list .user-view .user-item .user-code{
	width: 6.4rem;
	height: 6.4rem;
	border-radius: 0.2rem;
	margin-bottom: 1rem;
	padding: 0.2rem;
	background-color: #fff;
}
.section-f1 .section-f1-container .user-list .user-view .user-item .user-tips{
	margin-bottom: 1rem;
	font-weight: 400;
	font-size: 1.2rem;
	color: rgba(255,255,255,0.65);
	text-align: center;
	font-style: normal;
}
.section-f1 .section-f1-container .user-list .user-view.active .user-item{
	height: 36rem;
	background:linear-gradient(180deg,#FF47F2,#2277FF)
}
.section-f1 .section-f1-container .user-list .user-view .user-item .user-img{
	
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 20rem;
	height: 32rem;
	border-radius: 20rem;
	overflow: hidden;
	border:0.2rem solid #fff;
}
.section-f1 .section-f1-container .user-list .user-view.active .user-item .user-img{
	width: 16rem;
	height: 16rem;
	top: 2rem;
	left: 2rem;
	border-radius: 16rem;
	border-color: #ef71f4;
}


.section{
	overflow: hidden;
}
.section .section-title{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 10rem 2rem 6rem 2rem;
}
.section .section-title .section-title-top-text{
	font-weight: 400;
	font-size: 1.4rem;
	color: #AAAAAA;
	text-align: center;
	font-style: normal;
}
.section .section-title .section-title-text{
	font-weight: 600;
	font-size: 3.6rem;
	color: #222222;
	line-height: 4.8rem;
	text-align: center;
	font-style: normal;
}
.section .section-title .section-title-bar{
	margin-top: 0.6rem;
	width: 5.8rem;
	height: 1.6rem;
}

.section-f2{
	padding-bottom: 10rem;
}
.section-f2 .my-card{
	text-align: center;
}
.section-f2 .my-card .card-img{
	
}
.section-f2 .my-card .card-title{
	font-weight: 600;
	font-size: 2.8rem;
	color: #222222;
	line-height: 4rem;
	margin-top: 2rem;
}
.section-f2 .my-card .card-desc{
	font-size: 1.6rem;
	color: #999999;
	line-height: 2.4rem;
}


.section-f3{
	background-color: #fff;
	background-image: url("../img/平台介绍-bg@2x.png");
	background-size: 100% 100%;
}
.section-f3-container .tabs-card-view .tabs-card{
	position: relative;
	margin-bottom: 8rem;
}
.section-f3-container .tabs-card-view .tabs-card .yuan{
	display: block;
	position: absolute;
	width: 10rem;
	height: 10rem;
	top: -6rem;
	right: -4rem;
	border-radius: 0 12rem 0 0;
	background-color: #58DA73;
	z-index: 1;
}
.section-f3-container .tabs-card-view .tabs-card .nav{
	border-radius: 2rem 0 0 2rem;
	overflow: hidden;
}
.section-f3-container .tabs-card-view .tabs-card .tab-content .tab-pane-img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.section-f3-container .tabs-card-view .tabs-card .nav .tab-item-box{
	border-radius: 0;
	overflow: hidden;
	border: none;
	padding: 0;
	text-align: left;
	background-color: transparent;
}
.section-f3-container .tabs-card-view .tabs-card .nav .tab-item-box .tab-item{
	height: 11rem;
	background: #F8FAFC;
	display: flex;
	align-items: center;
	padding: 2rem 3rem;
	position: relative;
	padding-left: 8rem;
}
.section-f3-container .tabs-card-view .tabs-card .nav .tab-item-box .tab-item .tab-item-index{
	font-family: DINPro, DINPro;
	font-weight: bold;
	font-size: 3.2rem;
	color: #CCCCCC;
	margin-right: 2rem;
	position: absolute;
	top: 3rem;
	left: 3rem;
}
.section-f3-container .tabs-card-view .tabs-card .nav .tab-item-box .tab-item .tab-item-title{
	
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	font-size: 2.4rem;
	color: #222222;
	line-height: 4rem;
}
.section-f3-container .tabs-card-view .tabs-card .nav .tab-item-box .tab-item .tab-item-desc{
	margin-top: 0.5rem;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	font-size: 1.6rem;
	color: #999999;
	line-height: 2.4rem;
}
.section-f3-container .tabs-card-view .tabs-card .nav .tab-item-box.active .tab-item{
	background: #FFFFFF;
}
.section-f3-container .tabs-card-view .tabs-card .nav .tab-item-box.active .tab-item-title{
	font-weight: bold;
}
.section-f3-container .tabs-card-view .tabs-card .nav .tab-item-box.active .tab-item-index{
	color: #58DA73;
}
.section-f3-container .tabs-card-view .tabs-card .tab-content{
	height: 44rem;
	border-radius: 0 2rem 2rem 0;
	overflow: hidden;
	background: #EEEEEE;
	position: relative;
	z-index: 2;
}
.section-f3-container .veracity-box{
	height: 32rem;
	background-image: url("../img/真实性承诺-bg.png");
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 10rem;
	/*margin-bottom: 10rem;*/
	position: relative;
}
.section-f3-container .veracity-box-right-icon{
	width: 11.2rem;
	height: 9.6rem;
	position: absolute;
	top: -2rem;
	right: 4rem;
}
.section-f3-container .veracity-box .title{
	height: 4.8rem;
	font-weight: 600;
	font-size: 3.6rem;
	color: #222222;
	line-height: 4.8rem;
	position: relative;
}
.section-f3-container .veracity-box .title .veracity-img{
	height: 4rem;
	width: 4rem;
	font-weight: 600;
	font-size: 3.6rem;
	color: #222222;
	line-height: 4.8rem;
	position: absolute;
	top: 0.8rem;
	left: -5.6rem;
}
.section-f3-container .veracity-box .divide-bar{
	width: 4rem;
	height: 0.4rem;
	background: #222222;
	margin: 2.4rem 0;
}
.section-f3-container .veracity-box .desc{

	font-weight: 400;
	font-size: 2rem;
	color: #222222;
	line-height: 4rem;
}
.section-f3-container #carouselExampleIndicators{
		display: none !important;
	}

.section-f4{
	background-image: url("../img/线下相亲活动-line.png");
	background-color: #fff;
	background-size:100% 100% ;
	padding-bottom: 10rem;
}
.section-f4-container{
	padding-bottom: 10rem;
}
/* 自定义卡片样式 */
.section-f4-container .carousel-item .card {
  margin: 0 15px; /* 添加卡片之间的间距 */
  border: none; /* 移除卡片边框 */
}

/* 移除轮播指示器的背景色 */
.section-f4-container .carousel-indicators li {
  background-color: #007bff; /* 或者你想要的任何颜色 */
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

/* 激活状态的指示器 */
.section-f4-container .carousel-indicators .active {
  background-color: #fff; /* 激活状态的背景色 */
}


.section-f5{
	margin-top: -10rem;
}
.section-f5-container{
	padding-bottom: 5rem;
}

.section-f5-container .card-info {
	position: relative;
	width: 30rem;
	height: auto;
	margin-bottom: 5rem;
}
.section-f5-container .card-info .card-bg{
	width: 30rem;
	height: 30rem;
	border-radius: 50%;
	background: rgba(255,76,76,0.1);
}
.section-f5-container .card-info .user-card{
	position: absolute;
	width: 16rem;
	height: 24rem;
	box-shadow: 0 0.4rem 3.2rem 0 rgba(255,204,0,0.15);
	border-radius: 1.2rem;
	border: 1px solid #FFFFFF;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.section-f5-container .card-info p{
	font-weight: 400;
	font-size: 1.6rem;
	color: #222222;
	line-height: 2.4rem;
	text-align: center;
	margin-top: 2rem;
}
.section-f5-container .card-info .user-card.nan{
	background: linear-gradient( 180deg, #91EFAB 0%, #58DA73 100%);
	transform: rotate(-12deg);
	z-index: 2;
	left: 1rem;
	top: 4rem;
}
.section-f5-container .card-info .user-card.nv{
	background: linear-gradient( 180deg, #FFE800 0%, #FFCC00 100%);
	transform: rotate(6deg);
	z-index: 1;
	right: 4rem;
	top: 2rem;
}
.section-f5-container .card-info .user-card .user-pic{
	width: 10rem;
	height: 10rem;
	border-radius: 10rem;
	overflow: hidden;
	object-fit: cover;
}
.section-f5-container .card-info .user-card .user-name{
	font-weight: 600;
	font-size: 2.4rem;
	color: #222222;
	line-height: 3.2rem;
	text-align: center;
	margin-top: 2rem;
}
.section-f5-container .card-info .user-card .user-number{
	margin-top: 1rem;
	font-weight: 400;
	font-size: 1.4rem;
	color: rgba(34,34,34,0.45);
	line-height: 2rem;
	text-align: center;
}
.section-f5-container .card-info  .hand-love{
	position: absolute;
	top: 7rem;
	left: 11rem;
	width: 9.9rem;
	height: 7.1rem;
	z-index: 3;
}

.section-f6{
	background-image: url("../img/开启高效形婚之旅-bg@2x.png");
	background-size: 100% 100%;
	padding-bottom: 2rem;
}
.section-f6-container .section-f6-code-box{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.section-f6-container .qrcode-card-wx{
	background-color: #fff;
	text-align: center;
	display: flex;
	padding: 3rem;
	border-radius: 2rem;
}
.section-f6-container .qrcode-card-wx .qrcode-img{
	width: 18.4rem;
	height: 18.4rem;
	background-color: #eee;
	display: inline-block;
	flex-shrink: 0;
}
.section-f6-container .qrcode-card-wx .qrcode-info{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex: 1;
}
.section-f6-container .qrcode-card-wx .qrcode-info .qrcode-wx-icon{
	width: 8rem;
	height: 8rem;
}
.section-f6-container .qrcode-card-wx .qrcode-info .qrcode-wx-name{

	font-family: PingFangSC, PingFang SC;
	font-weight: 600;
	font-size: 2.4rem;
	color: #222222;
	line-height: 2.8rem;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin-top: 1rem;
}
.section-f6-container .qrcode-card-wx .qrcode-info .qrcode-wx-text{
	font-weight: 400;
	font-size: 1.6rem;
	color: #999999;
	line-height: 2.4rem;
	text-transform: none;
	margin-top: 1rem;
}

.section-f6-container .qrcode-card{
	background-color: #fff;
	text-align: center;
	padding: 3rem;
	border-radius: 2rem;
}
.section-f6-container .qrcode-card .qrcode-img{
	width: 12rem;
	height: 12rem;
	background-color: #eee;
	display: inline-block;
}
.section-f6-container .qrcode-card .qrcode-name{
	margin-top: 1rem;
	font-weight: 400;
	font-size: 1.6rem;
	color: #222222;
	line-height: 2.4rem;
}
.Copyright{
	font-weight: 400;
	font-size: 1.2rem;
	color: #999999;
	padding: 4rem ;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-style: normal;
}

@media (max-width: 1140px) {
	html {font-size: 13px;  }
	
	.section-f1 .header-bar{
		padding-top: 6rem;
	}
	.section-f1 .header-bar .logo{
		width: 21rem;
		height: 4.8rem;
		
	}
	.section-f1 .header-bar .my-btn-warning{
		width: 15rem;
		height: 6rem;
		line-height: 6rem;
		border-radius: 6rem;
		font-size: 2rem;
	}
	.section-f1 .section-f1-container .user-list{
		align-items: center;
		
	}
	.section-f1 .section-f1-container{
		height: 110rem;
	}
	.section-f1 .section-f1-container .gaoxiao-img{
		width: 56rem;
	}
	.section-f1 .section-f1-container .sub-title{
		font-size: 3rem;
		margin-top: 5rem;
	}
	.section-f1 .section-f1-container .user-list .user-view.active .user-item{
		height: 40rem;
	}
	.section-f1 .section-f1-container .user-list .user-view .user-item .user-name{
		font-size: 3.2rem;
		margin-bottom: 1.4rem;
	}
	.section-f1 .section-f1-container .user-list .user-view .user-item .user-code{
		width: 8.4rem;
		height: 8.4rem;
		border-radius: 0.2rem;
		margin-bottom: 1.4rem;
		padding: 0.3rem;
	}
	.section-f1 .section-f1-container .user-list .user-view .user-item .user-tips{
		margin-bottom: 1rem;
		font-weight: 400;
		font-size: 1.2rem;
		color: rgba(255,255,255,0.65);
		text-align: center;
		font-style: normal;
	}
	
	.section-f2{
		margin-top: -16rem;
	}
	.section-f2 > .container{
		max-width: inherit;
	}
	.section-f2 > .container >.row{
		flex-wrap: nowrap;
		overflow: auto;
		padding: 0 3rem;
	}
	.section-f2 .my-card{
		width: 60vw;
		text-align: center;
	}
	.section-f2 .my-card .card-title{
		font-weight: 600;
		font-size: 2.8rem;
		color: #222222;
		line-height: 4rem;
		margin-top: 2rem;
	}
	.section-f2 .my-card .card-desc{
		font-size: 1.6rem;
		color: #999999;
		line-height: 2.4rem;
	}
	
	
	
	
	.section-f3-container #carouselExampleIndicators{
			display: block !important;
		}
	.section-f3 .carousel-inner .carousel-item{
		padding:0 4rem;
	}
	.section-f3 .carousel-inner .card{
		border-radius: 2rem;
		overflow: hidden;
	}
	.section-f3 .carousel-inner .card img{
		background: #EEEEEE;
	}
	.section-f3 .carousel-inner .card .card-body {
		padding:0 5rem;
		padding-top: 3rem;
		height: 20rem;
	}
	.section-f3 .carousel-inner .card .card-body .card-title{
		font-weight: 600;
		font-size: 3rem;
		color: #222222;
	}
	.section-f3 .carousel-inner .card .card-body .card-title .card-index{
		font-family: DINPro, DINPro;
		font-weight: bold;
		font-size: 3.4rem;
		color: #58DA73;
	}
	.section-f3 .carousel-inner .card .card-body .card-text{
		font-size: 2rem;
		color: #999999;
		margin-top: 1rem;
	}
	.section-f3 .carousel-indicators {
		font-size: 2rem;
		color: #999999;
		margin-top: 1rem;
		bottom: -4rem;
	}
	.section-f3 .carousel-indicators li{
		width: 1rem;
		height: 1rem;
		background: #CCCCCC;
		border-radius: 1rem;
		padding: 0;
		border: none;
		transition: all 0.3s;
		margin: 0 0.6rem;
	}
	.section-f3 .carousel-indicators li.active{
		width: 3rem;
		height: 1rem;
		background: #58DA73;
		border-radius: 1rem;
	}
	.section-f3-container .tabs-card-pc{
		display: none !important;
	}
	.section-f3-container.container{
		max-width: inherit;
		padding: 4rem;
		margin-top: 10rem;
	}
	.section-f3-container .veracity-box{
		margin-bottom: 0;
		height: auto;
		padding: 5rem 6rem;
	}
	.section-f3-container .veracity-box .title{
		height: auto;
	}
	.section-f3-container .veracity-box .title .veracity-img{
		height: 6rem;
		width: 6rem;
		position: initial;
		margin-bottom: 2rem;
	}
	
	
	
	.section-f4{
		background-image: none;
	}
	.section-f4-container{
		padding-bottom: 2rem;
	}
	.section-f4-container .img-list{
		display: flex;
		flex-wrap: nowrap;
		overflow: auto;
		padding:0 2rem;
	}
	.section-f4-container .img-box{
		padding: 2rem;
	}
	.section-f4-container .img-box .img{
		width: 65vw;
		height: auto;
	}
	
	.section-f5 .section-f5-container.container{
		max-width: initial;
	}
	.section-f5-container .row{
		flex-wrap: nowrap;
		overflow: auto;
		padding: 0 4rem;
	}
	.section-f5-container .row .col{
		flex-shrink: 0;
		padding: 0 4rem;
	}
	
	.section-f6-container.container{
		max-width: initial;
		padding: 0 4rem;
	}
	
}