* {
	margin: 0;
	padding: 0;
}

.swiper-container {
	width: 100%;
	height: 100vh;
	background-color: #fcdfe4;
	max-width: 768px;
	margin: 0 auto;
}

.swiper-wrapper {
	width: 100%;
	height: 100vh;
}

.swiper-wrapper .index {
	width: 100%;
	height: 100%;
	position: relative;
	
}
.index_img {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;

}
.index_img img {
	width: 100%;
}

.index .img_box {
	position: absolute;
	bottom: 10%;
	width: 100%;
	text-align: center;
	z-index: 10;
}

.img_box img {
	width: 40%;
	animation: sc 1s linear infinite;
}

.img_box .step {
	display: inline-block;
	border: 2px solid white;
	border-radius: 8px;
	padding: 10px 20px;
	background-color: #0959a9;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
	user-select: none;
	-webkit-user-select: none;
	cursor: pointer;
	animation: sc 1s linear infinite;
}

.arrow-down {
	width: 30px;
	height: 30px;
	border: 2px solid white;
	border-radius: 50%;
	position: relative;
	animation: bounce 1.5s infinite;
	margin: 0 auto;
	cursor: pointer;
}

.arrow-down::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 40%;
	width: 10px;
	height: 10px;
	border-style: solid;
	border-width: 0 2px 2px 0;
	transform: translate(-50%, -50%) rotate(45deg);
	color: white;
}

@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		transform: translateY(0);
	}
	40% {
		transform: translateY(-15px);
	}
	60% {
		transform: translateY(-7px);
	}
}

@keyframes sc {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.25);
	}

	100% {
		transform: scale(1);
	}
}

.swiper-slide {
	width: 100%;
	height: 100vh;
	background: url(../img/bg1.png) no-repeat center center;
	background-size: 100% 100%;
	position: relative;
}

.first_img {
	width: 100%;
	height: 45%;
	position: relative;
}

.first_img i {
	position: absolute;
	top: 50%;
	width: 50%;
	height: 74px;
	line-height: 1.2;
	border-bottom-right-radius: 30px;
	border-top-right-radius: 30px;
	border-radius: 30px;
	right: 16%;
	font-style: normal;
	font-weight: 700;
	color: #43788f;
	font-size: 22px;
	text-align: center;
	margin-top: -54px;
}

.first_img span {
	position: absolute;
	width: 100%;
	height: 55px;
	background-color: #fadfe4;
	bottom: 1%;
	left: 0;
	display: none;
}

.first_img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.step_box {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	padding-top: 32px;
}

.swiper-slide-active .step_box .step {
	animation: up 0.5s linear 0.2s forwards;
	transform: translateY(40px);
}

.step_box .step {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid white;
	border-radius: 8px;
	width: 70%;
	height: 48px;
	margin: 8px 0;
	background-color: #fb9b8a;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
	user-select: none;
	-webkit-user-select: none;
	position: relative;

}

@keyframes up {
	0% {
		opacity: 0;
		transform: translateY(40px);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: translateY(0);
	}
}

.step_box1 .step {
	justify-content: flex-start;
	padding-left: 5%;
}

.step_box1 .step img {
	height: 100%;
	width: auto;
	margin-right: 30px;
}

.step_box4 {
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
}

.step_box4 .step {
	width: 35vw;
	max-width: 130px;
	height: 35vw;
	max-height: 130px;
	margin: 8px;
	margin-bottom: 15px;
	transform: translateY(0);
}

.step_box4 .step img {
	width: 100%;
	height: 100%;
}

.last_page {
	height: 100vh;
	overflow-y: auto;
}

.text {
	width: 88%;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	margin: 0 auto;
	font-size: 18px;
}

.text span {
	color: #fc011a;
	font-weight: 700 !important;
	font-size: 18px !important;
}

.btn {
	height: 40px;
	line-height: 40px;
	background-color: #e65b8d;
	background-repeat: no-repeat;
	background-size: 36px 36px;
	background-position: 8px 4px;
	border-radius: 8px;
	color: #fff;
	box-sizing: border-box;
	font-weight: normal;
	font-size: 16px;
	width: 60% !important;
	text-align: center;
	margin: 0 auto;
	margin-top: 10px;
}

.sub_text {
	color: #f7693d;
	margin-top: 10px;
	padding: 0 5px;
	font-size: 16px;
	text-indent: 0em;
	line-height: 1.5;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
}

.title {
	width: 70%;
	background-color: white;
	margin: 0 auto;
	margin-top: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid white;
	border-radius: 16px;
	padding: 2px 12px;
	box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.5);
}

.scroll {
	margin: 0 auto;
	margin-top: 16px;
	border: 1.5px solid black;
	border-radius: 4px;
	background-color: white;
	width: 65%;
	height: 120px;
	box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3) inset;
	padding: 8px;
	overflow: hidden;
}

.marquee_div {
	display: flex;
	justify-content: space-between;
	font-size: 14;
	color: rgba(0, 0, 0, 0.8);
	margin-bottom: 5px;
}

.comment_box {
	max-width: 100%;
	padding: 18px;
	margin: 10px auto;
	font-size: 18px;
	box-shadow: 0 0 5px #eee;
	line-height: 1.6;
	text-align: left;
	background-color: #fff;
	color: #333;
	box-sizing: border-box;
	margin: 0 10px;
	margin-top: 10px;
	display: block;
	margin: 20px 10px 50px;
	border: 3px solid #ff9cbd;
}

.com_t {
	margin-top: 0;
	border-bottom: 1px solid #f6f6f6;
	font-size: 22px;
	color: #000;
}

ul {
	list-style: none;

}

ul img {
	margin-top: 10px;
	max-width: 100%;
}

ul li {
	position: relative;
	padding: 15px 0 0 54px;
	border-bottom: 1px solid #f6f6f6;
}

.thumbnail {
	position: absolute;
	left: 0;
	top: 20px;
	width: 42px;
	height: 42px;
	overflow: hidden;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.thumbnail img {
	width: 100%;
	height: 100%;
	margin-top: 0;
}

.head {
	margin-right: 5px;
	margin-top: 5px;
	color: #629bfa;
	font-size: 12px;
}

.head .name {
	color: grey;
	margin-left: 2px;
	font-size: 10px;
}
.foot {
	font-size: 16px;
    line-height: 40px;
    color: #4f4d4d;
		display: flex;
		justify-content: space-between;
}

.ha {
	display: flex;
	align-items: center;
}

.ha img {
	width: 20px;
	height: 20px;
	margin-right: 5px;
	margin-top: 0;
}

span.btn1 {
	color: #fb0202;
}

div.btn1 {
	width: 80%;
	font-size: 14px;
	margin-bottom: 50px;
}
.cot {
	text-align: left;
	color: #333;
}

 .pc .first_img i {
	font-size: 32px;
    right: 20%;
    width: 40%;
}

.floating-line-btn {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #00B900;
    color: white;
    padding: 10px 20px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.floating-line-btn img {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.floating-line-btn:hover {
    background-color: #00a300;
}