.index-action {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background-color: #ffffff;
}

.index-action-content {
	width: 1200px;
	margin-top: -70px;
	margin-bottom: 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: rgba(0, 0, 0, 0);
}

.index-action-content-item {
	padding: 25px;
	box-shadow: 0px 6px 40px 1px rgba(230, 237, 242, 0.8);
	border-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)) 2 2;
	background-color: #ffffff;
	/* ���� start */
	position: relative;
	/* ���� end */
}
/* ���� start */
.anchor{
	position: absolute;
	top: 30px;
	right: 5px;
	text-align: right;
	font-size: 14px;
	color: #06B278;
	line-height: 32px;
	display: flex;
	align-items: center;
	height: 32px;
	cursor: pointer;
}
.anchor img{
	width: 24px;
	height: 24px;
}
.index-introduce-content-advantage-discount{
	margin-top: 70px;
	margin-bottom: 30px;
}
.index-qrcode.experience{
	background-color: #ffffff;
}
.index-introduce-content-advantage{
	background-color: transparent;
}

/* ���� end */

.index-action-content-item-title {
	margin-bottom: 10px;
	color: #272727;
	font-size: 28px;
	font-weight: 600;
}

.index-action-content-item-list {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 400;
	color: #272727;
}

.index-action-content-item-list>p {
	margin-top: 5px;
}

.index-action-content-item-button {
	width: 260px;
	height: 48px;
	font-size: 16px;
	font-weight: 500;
	line-height: 48px;
	text-align: center;
	background-color: #06B278;
	color: #ffffff;
}

.index-qrcode {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ECF8F3;
}

.index-qrcode-content {
	width: 1200px;
	margin: 100px 0;
}

.index-qrcode-content-title {
	text-align: center;
}

.index-qrcode-content-title-h1 {
	font-size: 38px;
	font-weight: 600;
}

.index-qrcode-content-title-label {
	margin-top: 10px;
	font-size: 18px;
	font-weight: 400;
	color: #8C8C8C;
}

.index-qrcode-content-list {
	margin-top: 60px;
	display: flex;
	/*align-items: center;*/
	justify-content: space-between;

}
.index-qrcode-content-list .index-qrcode-content-list-item{
	width: 33.33%;
	display: flex;
	flex-direction: column;
	/*justify-content: center;*/
	align-items: center;
}
.index-action-content-list-item {
	width: 238px;
	height: 238px;
	border: 1px solid #ffffff;
	background-color: #ffffff;
}

.index-action-content-list-item:hover {
	border: 1px solid #06B278;
	color: #06B278;
	cursor: pointer;
}

.index-action-content-list-item img {
	margin-top: 10px;
	width: 157px;
}

.index-action-content-list-item>div {
	margin-top: 15px;
	font-size: 18px;
	text-align: center;
}

.index-introduce {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
}

.index-introduce-content {
	width: 1200px;
	margin: 100px 0;
}

.index-introduce-title {
	text-align: center;
}

.index-introduce-title-h1 {
	font-size: 38px;
	font-weight: 600;
}

.index-introduce-title-label {
	font-size: 18px;
	font-weight: 400;
	color: #8C8C8C;
	margin-top: 10px;
}

.index-introduce-content-advantage-list {
	margin-top: 60px;
	margin-bottom: 100px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.index-introduce-content-advantage-list-item {
	width: 360px;
	height: 206px;
	margin-right: 38px;
	margin-bottom: 40px;
	box-shadow: 0px 4px 30px 1px rgba(201, 206, 210, 0.2);
	background-color: #ffffff;
}

.index-introduce-content-advantage-list-item:nth-child(3) {
	margin-right: 0;
}

.index-introduce-content-advantage-list-item:nth-child(6) {
	margin-right: 0;
}


.index-introduce-content-advantage-list-item-number {
	margin: 15px 0 0 20px;
	font-size: 46px;
	font-family: MiSans-Heavy, MiSans;
	font-weight: 800;
	background: linear-gradient(132deg, #AFF2D6 0%, #A5E4AB 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.index-introduce-content-advantage-list-item-title {
	margin: 5px 20px 0 20px;
	font-size: 22px;
	font-weight: 600;
}

.index-introduce-content-advantage-list-item-label {
	margin: 5px 20px 0 20px;
	font-size: 14px;
	font-weight: 400;
	color: #8C8C8C;
}

.index-introduce-content-problem-list {
	margin-top: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.index-introduce-content-problem-list-item {
	width: calc(50% - 20px);
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #f0f0f0;
}

.index-introduce-content-problem-list-item:hover {
	cursor: pointer;
}

.index-introduce-content-problem-list-item-title {
	margin-top: 25px;
	font-size: 18px;
	font-weight: 500;
}

.index-introduce-content-problem-list-item-label {
	margin-top: 5px;
	margin-bottom: 25px;
	color: #8C8C8C;
	font-size: 14px;
	font-weight: 400;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index-introduce-content-problem-list-item-title-wrapper {
	width: calc(100% - 24px);
}

.index-introduce-content-problem-list-item-icon {
	height: 24px;
}

.index-action-content-item-button:hover {
	cursor: pointer;
}

.index-qrcode-content-app {
	margin-top: 50px;
	font-size: 20px;
}
.index-qrcode-content-app-title{
	margin-top: 10px;
	padding: 0 20px;
}
.index-qrcode-content-app-title > p{
	font-size: 14px;
	font-weight: 400;
	color: #8C8C8C;
}
.index-qrcode-content-app-title > span {
	margin-right: 50px;
}

.index-qrcode-content-app-user {
	margin-top: 20px;
	font-size: 20px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.index-qrcode-content-app-user > img {
	width: 104px;
}

.index-qrcode-content-app-user > img:hover {
	cursor: pointer;
}

.index-qrcode-content-app-info {
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.index-qrcode-content-app-info > img {
	width: 575px;
}

.index-user-model {
	font-size: 16px;
	color: #272727;
}

.index-user-model > p {
	margin: 10px 0;
}

.index-user-model > h2 {
	font-size: 16px;
}

.index-user-model-button-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}

.index-user-model-button {
	width: 250px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background-color: #06B278;
	color: #ffffff;
	border-radius: 2px;
	font-size: 14px;
}

.index-user-model-button:hover {
	cursor: pointer;
}

.index-user-model-iframe {
	width: 100%;
	min-height: 400px;
	border: none;
}
