.logo {
	width: 150px;
}

#log {
	display: none !important;
}
input{
	font-size: .7rem!important;
}
input,input::placeholder{
	font-family: abc;
}
#mobile{
	font-family: "sans-serif";
	font-size: .6rem!important;
}	
.bgBox {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url('../images/a2188f333ff23ea64e640c4351506287.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.bgBox .people {
	 width: 45%;
	  max-width: 51.25rem;
	  height: auto;
	  max-height: 90vh;
	  object-fit: contain;
}

.bgBox .text {
	width: 45%;
	max-width: 61.25rem;
	height: auto;
	max-height: 40vh;
	object-fit: contain;
}

.pc-content {
	display: flex;
}

.mobile-content {
	display: none;
}

@media (max-width: 768px) {
	.pc-content {
		display: none !important;
	}

	.mobile-content {
		display: block !important;
	}
}

@font-face {
	font-family: abc;
	src: url('../fonts/DrummondTrial-Medium.otf');
}

html {
	width: 100%;
	overflow-x: hidden;
	font-family: abc;
}

.noFont {
	font-family: initial !important;


	/* 上移 2px，可根据字体调整 */
}

.fontTop {
	position: relative;
	top: -3px;
}


input::placeholder {
	font-family: abc;
}

.kvImg {
	width: 70%;
	max-width: 400px;
	text-align: right;
}

.tuImg {
	position: absolute;
	right: 70%;
	bottom: 0;
	width: 150px;
	margin-right: -60px;
}

.kvCopy {
	position: absolute;
	left: 0;
	top: 60px;
	width: 200px;
}

.mt-20 {
	margin-top: -30px;
}

.input,
.btn {
	border: 1px solid #000;
	border-radius: 35px;
	height: 35px;
	text-align: center;
	width: 250px;
	font-size: .6rem;
}

.btn {
	background-color: #00b3B5;
	border: none;
	color: #fff;

}

input::placeholder {
	color: #999;
}

.checkImg {
	width: 15px;
	padding: 10px;
	box-sizing: content-box;
	margin-top: 3px;
}

.terms {
	color: #EF5D5F;
	text-decoration: underline;
}

.color1 {
	color: #00cacf;
}

.btn2 {
	border: 1px solid #000;
	padding: 3px 20px;
	border-radius: 20px;
	font-size: .55rem;
}

.btn2.active {
	background: #00cacf;
	border: 1px solid #00cacf;
	color: #fff;
}

.swiper.swiperImg {
	overflow-x: hidden !important;
	overflow: visible !important;

}

.swiperImg .swiper-wrapper {
	align-items: stretch;
}

.swiperImg .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	transform: scale(.7) !important;
	transition: transform 0.3s;
	overflow: visible;
}

.swiperImg .swiper-slide.swiper-slide-active {
	transform: scale(1) !important;
	transition: transform 0.5s;
	width: 53% !important;
	margin-left: -10%;
	overflow: visible;
}

.swiperImg .swiper-slide img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
}

.swiperImg .swiper-slide-prev {
	transform: scale(0.7) translateX(-40px) !important;
}

.swiperImg .swiper-slide-next {
	margin-left: -10%;
	transform: scale(0.7) translateX(40px) !important;
}

.frameBox {
	position: absolute;
	top: -30px;
	left: 20%;
	right: 20%;
	bottom: 0;
	background-image: url('../images/frame.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.swiper-pagination-fraction {
	bottom: -30px !important;
	font-size: 12px;
}

.modalB {
	width: 80%;
	background: #fff;
	padding: 25px 40px 40px 25px;
	border-radius: 35px;
	min-height: 150px;
}

.tu2 {
	width: 75px;
	position: absolute;
	top: -50px;
	right: 20px;
}

.modalTitle {
	width: 150px;
	display: flex;
	align-items: flex-end;
	min-height: 35px;

}

.modalTitle .color1 {
	font-size: 1rem;
}

.sendBtn {
	border: none;
	height: 35px;
	width: 100%;
	margin: 0 auto;
}

.closeImg {
	width: 30px;
	position: absolute;
	bottom: -50px;
	left: 50%;
	margin-left: -15px;
}

.fs1 {
	font-size: .9rem;
}

.swiperVideo {
	margin: 0 auto;
	width: 250px;
}

.swiperVideo .frameBox {
	top: 5px;
	left: -25px;
	right: -25px;
	bottom: 8px;
}

.swiperVideo .swiper-slide {
	width: calc(100% - 50px) !important;
	height: calc(100% - 50px);
	margin: 25px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	color: #777;
	margin-top: 130px;
	zoom: .7;
}

.video {
	width: 100%;
}

.playImg {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -35px;
	margin-left: -25px;
	width: 50px;
	z-index: 9999;
	cursor: pointer;
	transition: opacity 0.3s;
}

.playImg.hidden {
	opacity: 0;
	pointer-events: none;
}

.i15 {
	width: 15px;
}

.shopBox {
	margin: 0 auto;
	width: 170px;
	border: none;
	height: 30px;
	margin-top: 25px;
}

.videoBox {
	position: relative;
}

img.character {
	width: 200px;
	height: 200px;
	--glow-color: #00cacf;
	--glow-size: 5px;
	filter: drop-shadow(0 0 var(--glow-size) var(--glow-color));
	transition: filter 0.1s ease;
}

.breathing {
	animation: breathing 4s ease infinite;
}

@keyframes breathing {

	0%,
	100% {
		filter: drop-shadow(0 0 calc(var(--glow-size) * 0.5) var(--glow-color));
	}

	50% {
		filter: drop-shadow(0 0 calc(var(--glow-size) * 1.1) var(--glow-color));
	}
}