#cyou_bottom {
	display: none;
}
.warp {
	position: relative;
	width: 100%;
	height: 100%;
	position: relative;
}
.page {
	transform-origin: 0 0;
}
.container {
	width: 1920px;
	height: 1080px;
	/* background: url('../img/bg1.jpg') no-repeat top left /100% 100%; */
	transform-origin: 0 0;
	position: absolute;
	top: 0;
	left: 0;
	left: 50%;
	margin-left: -960px;
	transform-origin: center 0;
	/* min-width: 1800px; */
}
.container video {
	width: 100%;
	height: 100%;
}
.logo {
	display: block;
	width: 147px;
	height: 97px;
	background: url("../img/logo.png") no-repeat center / 100% 100%;
	cursor: pointer;
	position: absolute;
	top: 41px;
	left: 25px;
}
.container .btn {
	width: 53px;
	height: 208px;
	position: absolute;
	cursor: pointer;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
	transform: scale(0.8);
	text-indent: -9999px;
	animation: ani 2s 0.5s linear infinite;
	transition: transform 0.3s linear; /* 添加过渡效果 */
}
.container .btn:hover {
	animation-play-state: paused; /* 暂停动画 */
	transform: scale(1) !important; /* 放大到0.9倍，比原来的0.8大一些 */
}

.container .btn.btn1 {
	background-image: url("../img/btn1.png");
	top: 438px;
	left: 142px;
	animation-delay: 0.5s;
}
.container .btn.btn2 {
	background-image: url("../img/btn2.png");
	/* top: 729px; */
	top: 635px;
	left: 332px;
	animation-delay: 0.4s;
}
.container .btn.btn3 {
	background-image: url("../img/btn3.png");
	top: 438px;
	left: 416px;
	animation-delay: 0.2s;
}
/* .container .btn.btn4 {
	background-image: url("../img/btn4.png");
	top: 729px;
	top: 635px;
	left: 590px;
	animation-delay: 0.4s;
} */
.container .btn.btn4 {
	background-image: url("../img/btn4_1.png");
	top: 729px;
	top: 635px;
	left: 590px;
	animation-delay: 0.4s;
}
.xh {
	width: 56px;
	height: 57px;
	background: url("../img/xh.png") no-repeat center/100%;
	position: absolute;
	top: -2px;
	left: -1px;
	animation: xz 2s linear infinite;
}

@keyframes xz {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.container .btn.btn5 {
	background-image: url("../img/btn5.png");
	top: 238px;
	left: 660px;
	animation-delay: 0.6s;
}
.container .btn.btn6 {
	background-image: url("../img/btn6.png");
	top: 438px;
	left: 802px;
	animation-delay: 0.8s;
}
.container .btn.btn7 {
	background-image: url("../img/btn7.png");
	top: 240px;
	left: 952px;
	animation-delay: 0.6s;
}
.container .btn.btn8 {
	background-image: url("../img/btn8.png");
	top: 598px;
	left: 1002px;
	animation-delay: 0.4s;
}
.container .btn.btn9 {
	background-image: url("../img/btn9.png");
	top: 359px;
	left: 1204px;
	animation-delay: 0.2s;
}
.container .btn.btn9_1 {
	background-image: url("../img/btn9_1.png");
	top: 405px;
	left: 1064px;
	animation-delay: 0.2s;
}
.container .btn.btn10 {
	background-image: url("../img/btn10.png");
	top: 728px;
	top: 635px;
	left: 1258px;
	animation-delay: 0.4s;
}
.container .btn.btn11 {
	background-image: url("../img/btn11.png");
	top: 242px;
	left: 1440px;
	animation-delay: 0.6s;
}
.container .btn.btn12 {
	background-image: url("../img/btn12.png");
	top: 594px;
	left: 1515px;
	animation-delay: 0.8s;
}
.container .btn.btn13 {
	background-image: url("../img/btn13.png");
	top: 360px;
	left: 1735px;
	animation-delay: 0.2s;
}

@keyframes ani {
	0%,
	100% {
		/* transform: scale(0.8); */
		margin-top: 0px;
	}
	50% {
		/* transform: scale(0.8); */
		margin-top: 10px;
	}
}

/*弹窗*/
.pop_main {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.8);
	margin: auto;
}
.pop_con {
	position: relative;
	box-sizing: border-box;
	width: 1414px;
	height: 876px;
	zoom: 0.9;
	color: #30477c;
	font-size: 25px;
	line-height: 30px;
}
.pop_close {
	position: absolute;
	bottom: -41px;
	left: 50%;
	background: url("../img/close.png") no-repeat center / 100% 100%;
	width: 82px;
	height: 82px;
	transform: translateX(-50%);
	z-index: 1;
	text-indent: -9999px;
}
.pop_title {
	margin: 0 auto;
}
.pop_p1 .pop_title {
	width: 745px;
	height: 155px;
	background: url("../img/title1.png") no-repeat center / 100% 100%;
}

.pop_content {
	width: 1405px;
	height: 730px;
	background: url("../img/pop_content.png") no-repeat center / 100% 100%;
	position: relative;
}

.pop_p1 .btnList {
	width: 60px;
	position: absolute;
	top: 40px;
	right: 27px;
	background: url("../img/line.png") repeat-y center / 1px 100%;
}
.pop_p1 .btnList .btn {
	width: 60px;
	height: 239px;
	margin-top: 12px;
	display: block;
	position: relative;
}
.pop_p1 .btnList .btn::after {
	opacity: 0;
}
.pop_p1 .btnList .btn.active::after {
	opacity: 1;
}
.pop_p1 .pop_center {
	width: 100%;
	height: 100%;
	padding: 107px 243px 95px 245px;
}
.pop_p1 .pop_center .img {
	width: 100%;
	height: 100%;
	display: none;
}

.pop_p1 .btnList .btn1 {
	background: url("../img/btn1_1.png") no-repeat center / 100% 100%;
}
.pop_p1 .btnList .btn1::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url("../img/btn2_1.png") no-repeat center / 100% 100%;
}
.pop_p1 .btnList .btn2 {
	background: url("../img/btn1_2.png") no-repeat center / 100% 100%;
}
.pop_p1 .btnList .btn2::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url("../img/btn2_2.png") no-repeat center / 100% 100%;
}
.pop_p1 .pop_center .img.active {
	display: block;
}

.pop_p2 .pop_title {
	width: 708px;
	height: 148px;
	background: url("../img/title2.png") no-repeat center / 100% 100%;
}
.pop_p2 .pop_center {
	width: 100%;
	height: 100%;
	padding: 115px 170px 110px 204px;
}

.activity {
	width: 239px;
	height: 60px;
	margin: 7px 0;
}
.activity_time {
	background: url("../img/activity_time.png") no-repeat center / 100% 100%;
}
.activity_desc {
	background: url("../img/activity_desc.png") no-repeat center / 100% 100%;
}
.activity_gifts {
	background: url("../img/activity_gifts.png") no-repeat center / 100% 100%;
}

.pop_p3 .pop_title {
	width: 848px;
	height: 158px;
	background: url("../img/title3.png") no-repeat center / 100% 100%;
}
.pop_p3 .pop_center {
	width: 100%;
	height: 100%;
	padding: 115px 170px 110px 204px;
}

.pop_p4 .pop_title {
	width: 708px;
	height: 149px;
	background: url("../img/title4.png") no-repeat center / 100% 100%;
}
.pop_p4 .pop_center {
	width: 100%;
	height: 100%;
	padding: 115px 170px 110px 204px;
}

.pop_p4 .btnList {
	width: 55px;
	position: absolute;
	top: 40px;
	right: 27px;
	background: url("../img/line.png") repeat-y center / 1px 100%;
}
.pop_p4 .btnList .btn {
	width: 55px;
	height: 213px;
	margin-top: 8px;
	display: block;
	position: relative;
}
.pop_p4 .btnList .btn::after {
	opacity: 0;
}
.pop_p4 .btnList .btn.active::after {
	opacity: 1;
}

.pop_p4 .btnList .btn3 {
	background: url("../img/btn1_3.png") no-repeat center / 100% 100%;
}
.pop_p4 .btnList .btn3::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url("../img/btn2_3.png") no-repeat center / 100% 100%;
}
.pop_p4 .btnList .btn4 {
	background: url("../img/btn1_4.png") no-repeat center / 100% 100%;
}
.pop_p4 .btnList .btn4::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url("../img/btn2_4.png") no-repeat center / 100% 100%;
}
.pop_p4 .btnList .btn5 {
	background: url("../img/btn1_5.png") no-repeat center / 100% 100%;
}
.pop_p4 .btnList .btn5::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url("../img/btn2_5.png") no-repeat center / 100% 100%;
}
.pop_p4 .box {
	display: none;
}
.pop_p4 .box.active {
	display: block;
}

.pop_p5 .pop_title {
	width: 708px;
	height: 146px;
	background: url("../img/title5.png") no-repeat center / 100% 100%;
}
.pop_p5 .pop_center {
	width: 100%;
	height: 100%;
	padding: 115px 170px 110px 204px;
}

.pop_p6 .pop_title {
	width: 708px;
	height: 146px;
	background: url("../img/title6.png") no-repeat center / 100% 100%;
}
.pop_p6 .pop_center {
	width: 100%;
	height: 100%;
	padding: 115px 170px 110px 204px;
}

.pop_p7 .pop_title {
	width: 745px;
	height: 155px;
	background: url("../img/title7.png") no-repeat center / 100%;
}
.pop_p7 .pop_center {
	width: 100%;
	height: 100%;
	padding: 85px 170px 52px 186px;
}
.pop_p7 .pop_content {
	background: url("../img/pop7_content.png") no-repeat center / 100%;
}

.activity_btn1 {
	width: 231px;
	height: 64px;
	background: url("../img/activity_btn1.png") no-repeat center / 100% 100%;
}

.pop_p8 .pop_title {
	width: 848px;
	height: 156px;
	background: url("../img/title8.png") no-repeat center / 100% 100%;
}
.pop_p8 .pop_center {
	width: 100%;
	height: 100%;
	padding: 115px 170px 110px 204px;
}

.pop_p9 .pop_title {
	width: 848px;
	height: 156px;
	background: url("../img/title9_2.png") no-repeat center / 100% 100%;
}
#pop_p1_rule9_1 .pop_title {
	width: 848px;
	height: 156px;
	background: url("../img/title9_1.png") no-repeat center / 100% 100%;
}
.pop_p9 .pop_center {
	width: 100%;
	height: 100%;
	padding: 115px 170px 110px 204px;
}

.pop_p9 .btnList {
	width: 60px;
	position: absolute;
	top: 40px;
	right: 27px;
	background: url("../img/line.png") repeat-y center / 1px 100%;
}
.pop_p9 .btnList .btn {
	width: 60px;
	height: 239px;
	margin-top: 12px;
	display: block;
	position: relative;
}
.pop_p9 .btnList .btn::after {
	opacity: 0;
}
.pop_p9 .btnList .btn.active::after {
	opacity: 1;
}

.pop_p9 .btnList .btn6 {
	background: url("../img/btn1_6.png") no-repeat center / 100% 100%;
}
.pop_p9 .btnList .btn6::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url("../img/btn2_6.png") no-repeat center / 100% 100%;
}
.pop_p9 .btnList .btn7 {
	background: url("../img/btn1_7.png") no-repeat center / 100% 100%;
}
.pop_p9 .btnList .btn7::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url("../img/btn2_7.png") no-repeat center / 100% 100%;
}
.pop_p9 .box {
	display: none;
}
.pop_p9 .box.active {
	display: block;
}

.pop_p10 .pop_title {
	width: 848px;
	height: 156px;
	background: url("../img/title10.png") no-repeat center / 100% 100%;
}
.pop_p10 .pop_center {
	width: 100%;
	height: 100%;
	padding: 115px 170px 110px 173px;
}
.box .img {
	display: block;
	width: 100%;
}

.pop_p10 .btnList {
	width: 60px;
	position: absolute;
	top: 40px;
	right: 27px;
	background: url("../img/line.png") repeat-y center / 1px 100%;
}
.pop_p10 .btnList .btn {
	width: 60px;
	height: 239px;
	margin-top: 12px;
	display: block;
	position: relative;
}
.pop_p10 .btnList .btn::after {
	opacity: 0;
}
.pop_p10 .btnList .btn.active::after {
	opacity: 1;
}

.pop_p10 .btnList .btn8 {
	background: url("../img/btn1_8.png") no-repeat center / 100% 100%;
}
.pop_p10 .btnList .btn8::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url("../img/btn2_8.png") no-repeat center / 100% 100%;
}
.pop_p10 .btnList .btn9 {
	background: url("../img/btn1_9.png") no-repeat center / 100% 100%;
}

.pop_p10 .btnList .btn9::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url("../img/btn2_9.png") no-repeat center / 100% 100%;
}
.pop_p10 .box {
	display: none;
}
.pop_p10 .box.active {
	display: block;
}

.pop_p11 .pop_title {
	width: 745px;
	height: 156px;
	background: url("../img/title11.png") no-repeat center / 100% 100%;
}
.pop_p11 .pop_center {
	width: 100%;
	height: 100%;
	padding: 90px 154px 71px 144px;
}

.pop_p11 .btnList {
	width: 55px;
	position: absolute;
	top: 40px;
	right: 27px;
	background: url("../img/line.png") repeat-y center / 1px 100%;
}
.pop_p11 .btnList .btn {
	width: 55px;
	height: 213px;
	margin-top: 9px;
	display: block;
	position: relative;
}
.pop_p11 .btnList .btn::after {
	opacity: 0;
}
.pop_p11 .btnList .btn.active::after {
	opacity: 1;
}

.pop_p11 .btnList .btn10 {
	background: url("../img/btn1_10.png") no-repeat center / 100% 100%;
}
.pop_p11 .btnList .btn10::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url("../img/btn2_10.png") no-repeat center / 100% 100%;
}
.pop_p11 .btnList .btn11 {
	background: url("../img/btn1_11.png") no-repeat center / 100% 100%;
}
.pop_p11 .btnList .btn11::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url("../img/btn2_11.png") no-repeat center / 100% 100%;
}
.pop_p11 .btnList .btn12 {
	background: url("../img/btn1_12.png") no-repeat center / 100% 100%;
}
.pop_p11 .btnList .btn12::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url("../img/btn2_12.png") no-repeat center / 100% 100%;
}
.pop_p11 .box {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}
.pop_p11 .box.active {
	display: block;
}
.pop_p11 .fashion_bg {
	position: absolute;
	top: 50px;
	left: 305px;
	width: 795px;
	height: 458px;
	background: url("../img/fashion_bg.png") no-repeat center / 100% 100%;
}
.pop_p11 .fashion_bg img {
	position: absolute;
	top: 23px;
	left: 313px;
	display: block;
	width: 410px;
	height: 414px;
}
.pop_p11 .hot {
	width: 196px;
	height: 161px;
	background: url("../img/hot1.png") no-repeat center / 100% 100%;
	position: absolute;
	top: 352px;
	left: 983px;
}
.pop_p11 .left_swiper {
	width: 536px;
	height: 580px;
	background: url("../img/swiper1_bg.png") no-repeat center / 100% 100%;
	z-index: 1;
	position: absolute;
	top: -40px;
	left: 75px;
}
.swiper-container1 {
	width: 591px;
	height: 535px;
	position: absolute;
	top: 0px;
	left: -53px;
}
.swiper-button-next {
	width: 86px;
	height: 93px;
	top: 290px;
	left: 500px;
	background: url("../img/right.png") no-repeat center/100%;
}
.swiper-button-prev {
	width: 86px;
	height: 93px;
	background: url("../img/left.png") no-repeat center/100%;
	top: 290px;
	left: 39px;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	display: none;
}
.videoPlayBtn {
	width: 80px;
	height: 85px;
	background: url("../img/play.png") no-repeat center / 100%;
	position: absolute;
	z-index: 10;
	cursor: pointer;
}
.videoPlayBtn1 {
	top: 460px;
	left: 64px;
}

.swiper-container2 {
	width: 569px;
	height: 568px;
	background: url("../img/swiper2_bg.png") no-repeat center / 100%;
}
.swiper-container2 .swiper-button-next {
	top: 266px;
	left: 482px;
}
.swiper-container2 .swiper-button-prev {
	top: 266px;
	left: 12px;
}
.videoPlayBtn2 {
	top: 130px;
	left: 430px;
}

.accessories {
	width: 1084px;
	height: 479px;
	/* background: url("../img/content2.png") no-repeat center / 100%; */
	margin: 24px auto;
	position: relative;
	display: flex;
	justify-content: space-between;
}
.accessories .l {
	width: 511px;
	height: 479px;
	margin-left: 20px;
	position: relative;
}

.accessories .l .swiper-button-next {
	width: 86px;
	height: 93px;
	top: 295px;
	left: 440px;
	background: url("../img/right.png") no-repeat center/100%;
}
.accessories .l .swiper-button-prev {
	width: 86px;
	height: 93px;
	background: url("../img/left.png") no-repeat center/100%;
	top: 295px;
	left: 25px;
}
.accessories .r,
.accessories .r img {
	display: block;
	width: 511px;
	height: 479px;
}
.videoPlayBtn3 {
	top: 367px;
	left: 9px;
}
.videoPlayBtn4 {
	top: 367px;
	left: 566px;
}
.pop_p11 .pop_center .tip {
	width: 486px;
	height: 48px;
	background: url("../img/tip.png") no-repeat center/100% 100%;
	position: absolute;
	top: 598px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 100;
}

.pop_p12 .pop_title {
	width: 745px;
	height: 155px;
	background: url("../img/title12.png") no-repeat center / 100% 100%;
}
.pop_p12 .pop_center {
	width: 100%;
	height: 100%;
	padding: 115px 170px 110px 204px;
}

.pop_p13 .pop_title {
	width: 848px;
	height: 156px;
	background: url("../img/title13.png") no-repeat center / 100% 100%;
}
.pop_p13 .pop_center {
	width: 100%;
	height: 100%;
	padding: 115px 170px 110px 204px;
}

.videoModal {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.8);
	margin: auto;
}
.video_con {
	width: 1267px;
	height: 703px;
	background: url("../img/videoBg.png") no-repeat center / 100% 100%;
}
.videoClose {
	position: absolute;
	right: -92px;
	top: -92px;
	background: url("../img/close.png") no-repeat center / 100% 100%;
	width: 82px;
	height: 82px;
	transform: translateX(-50%);
	z-index: 1;
	text-indent: -9999px;
}
.video_content {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 17px;
	position: relative;
}
.video_content video {
	width: 100%;
	height: 100%;
}
.hot {
	width: 1297px;
	height: 178px;
	background: url("../img/hot.png") no-repeat center / 100% 100%;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	pointer-events: none;
}

/* 雪花元素样式 */
.snowflake {
	position: absolute;
	width: 100px;
	height: 100px;
	background: url("../img/snowflake.png") no-repeat center/100%;
	pointer-events: none;
	z-index: 9999;
	animation: fall linear infinite;
}

@keyframes fall {
	0% {
		transform: translate(0, 0) rotate(0deg);
		opacity: 1;
	}

	100% {
		transform: translate(var(--move-x, 0), 100px) rotate(720deg);
		opacity: 0;
	}
}

.swiper3 {
	width: 755px;
	height: 417px;
	margin: 0 auto 0;
	position: relative;
}
.swiper-container3 {
	width: 755px;
	height: 417px;
	position: relative;
}
.swiper3 .swiper-slide img {
	display: block;
	width: 100%;
}

.swiper3 .swiper-button-next {
	width: 86px;
	height: 93px;
	top: 180px;
	left: 760px;
	background: url("../img/right.png") no-repeat center/100%;
}
.swiper3 .swiper-button-prev {
	width: 86px;
	height: 93px;
	background: url("../img/left.png") no-repeat center/100%;
	top: 180px;
	left: -88px;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	display: none;
}

.textShadow {
	text-shadow: 0 0 4px #d5e0ff, /* 第一层：较小的模糊半径，贴近文字 */ 0 0 8px #d5e0ff, /* 第二层：中等模糊半径，增强发光 */ 0 0 12px #d5e0ff; /* 第三层：较大模糊半径，扩展光晕 */
}

.videoPlayBtn {
	animation: scale 1s infinite linear;
}

@keyframes scale {
	0%,
	100% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.1);
	}
}
