html,
body {
	width: 100%;
	overflow: auto;
}

body {
	overflow: auto;
	font-family: "Microsoft YaHei";
}

* {
	margin: 0;
	padding: 0;
}

img {
	display: inline-block;
}

ul li {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: none;
	/* color: inherit; */
}

button,
input,
select {
	padding: 0;
	margin: 0;
	list-style: none;
	font-style: normal;
	text-decoration: none;
	border: none;
	outline: none;
	font-weight: normal;
	font-family: "Microsoft Yahei";
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: antialiased;
}

.container {
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
}

.pa {
	min-width: 1200px;
	max-width: 1920px;
	width: 100%;
	position: absolute;
}

img {
	display: block;
}



@keyframes scaleBtn {

	0% {
		transform: scale(1);
		opacity: 1;
	}

	50% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes scaleBtn1 {

	0% {
		transform: scale(1);
		opacity: 1;
	}

	50% {
		transform: scale(1.3);
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes jumpBoxHandler {
	0% {
		transform: translate(0px, 0px);
	}

	50% {
		transform: translate(0px, 12px);
	}

	100% {
		transform: translate(0px, 0px);
	}
}

@keyframes float {

	0%,
	100% {
		-webkit-transform: translateY(5%);
		-moz-transform: translateY(5%);
		-ms-transform: translateY(5%);
		-o-transform: translateY(5%);
		transform: translateY(5%);
	}

	50% {
		-webkit-transform: translateY(-5%);
		-moz-transform: translateY(-5%);
		-ms-transform: translateY(-5%);
		-o-transform: translateY(-5%);
		transform: translateY(-5%);
	}
}

@keyframes float1 {

	0%,
	100% {
		-webkit-transform: translateY(10%);
		-moz-transform: translateY(10%);
		-ms-transform: translateY(10%);
		-o-transform: translateY(10%);
		transform: translateY(10%);
	}

	50% {
		-webkit-transform: translateY(-10%);
		-moz-transform: translateY(-10%);
		-ms-transform: translateY(-10%);
		-o-transform: translateY(-10%);
		transform: translateY(-10%);
	}
}

@keyframes hvrBuzzOut {
	5% {
		transform: translateX(3px) rotate(2deg);
	}

	10% {
		transform: translateX(-3px) rotate(-2deg);
	}

	15% {
		transform: translateX(3px) rotate(2deg);
	}

	20% {
		transform: translateX(-3px) rotate(-2deg);
	}

	25% {
		transform: translateX(2px) rotate(1deg);
	}

	30% {
		transform: translateX(-2px) rotate(-1deg);
	}

	35% {
		transform: translateX(2px) rotate(1deg);
	}

	40% {
		transform: translateX(-2px) rotate(-1deg);
	}

	45% {
		transform: translateX(1px) rotate(0);
	}

	50% {
		transform: translateX(-1px) rotate(0);
	}
}

/* ------------------------reset css------------------------- */

.pa {
	min-width: 1200px;
	max-width: 1920px;
	width: 100%;
	position: absolute;
}

.a01 {
	position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 1200px;
	height: 418.66px;
	margin: 1185px auto 0 auto;
	z-index: 8;
	padding-top: 30px;
}

.bottomItem {
	display: flex;
	justify-content: space-between;
	width: 1150px;
	margin-top: 10px;
}

.a01 .gift_img {
	width: 580px;
	height: 305px;
	background: #fff;
	border-radius: 20px;
}

.a01 .bannerTop {
	position: relative;
	width: 492px;
	height: 255px;
	border-radius: 6px;
	overflow: hidden;
	margin: 26px 30px;
}

.a01 .bannerBox {
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.a01 .bannerBox p {
	width: 450px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 1px;
	color: #999;
}

.a01 .form1 .form_input {
	display: flex;
	align-items: center;
	width: 568px;
	height: 50px;
	background-color: #ffffff;
	margin-bottom: 22px;
	margin-top: 26px;
	box-sizing: border-box;
	color: #000;
	border-radius: 10px;
}

.df_colum_c {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-left: 27px;
}

.a01 .input {
	font-size: 22px;
	padding-left: 20px;
	height: 50px;
	flex: 1;
	background-color: #fff;
	border-radius: 5px;
}

.a01 .form1 .select_box {
	width: 568px;
	height: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;

}

.a01 .form1 .select_item {
	width: 175px;
	height: 51px;
	background-color: #fff;
	padding-left: 20px;
	font-size: 22px;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 5px;
	cursor: pointer;
}

.a01 .select_container {
	position: relative;
}

.a01 .select_icon {
	position: absolute;
	top: 23px;
	right: 20px;
	width: 20px;
	height: 11px;
}

.a01 .form1 input::-webkit-input-placeholder {
	font-size: 22px;
	color: #999;
}

.a01 .form1 .submit_img {
	width: 492px;
	height: 68px;
	margin: 0 auto;
	background: url('https://file.snimay.com/resource/snimay/img/2026Year/guobu3_pc/01/a04.png') no-repeat center;
	background-size: 100% 100%;
	margin-top: 40px;
	margin-bottom: 48px;
	cursor: pointer;
	animation: scaleBtn 2s infinite ease-in-out;
}

.ywhxpinpai {
	position: relative;
	width: 1200px;
	height: 900px;
	margin: 123px auto 0 auto;
	z-index: 8;

}

.a03B {
	position: relative;
	width: 916px;
	height: 642px;
	margin: 1000px auto 0 auto;
	z-index: 8;
	padding-top: 240px;
}

.swiper_B {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.swiper_B .swiper_img {
	width: 100%;
	height: 100%;
}

.zfbt {
	position: relative;
	width: 1200px;
	height: 2576px;
	margin: 385px auto 0 auto;
	z-index: 8;
}

.kefu_title {
	cursor: pointer;
    position: relative;
    width: 800px;
    height: 260px;
    margin: 4734px auto 0;
    z-index: 8;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

.kefu_title img {
	width: 669px;
	height: 136px;
	animation: scaleBtn 2s infinite ease-in-out;

}

.nav {
	width: 255px;
	height: 828px;
	position: fixed;
	right: 0px;
	top: 46%;
	transform: translateY(-50%);
	background: url('https://file.snimay.com/resource/snimay/img/2026Year/guobu3_pc/sidebar.png') center center no-repeat;
	background-size: cover;
	opacity: 0;
	z-index: 999;
	display: flex;
	flex-direction: column;
	/* justify-content: center; */
	align-items: center;
	box-sizing: border-box;
	padding: 185px 25px 80px 20px;
}



.nav .active {
	color: #fff !important;
	font-weight: bold;
	background: url('https://file.snimay.com/resource/snimay/img/2026Year/guobu3_pc/show1.png') center center no-repeat !important;
	background-size: 100% 100% !important;
	font-weight: bold;
}



.nav .nav_ul_li {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 180px;
	height: 52px;
	/* border-radius: 18px; */
	/* background-color: #f65f59; */
	background: url('https://file.snimay.com/resource/snimay/img/2026Year/guobu3_pc/show2.png') center center no-repeat;
	background-size: 100% 100%;
	margin-bottom: 2px;
	font-size: 17px;
	color: #f7e9c8;
	cursor: pointer;
	padding-bottom: 12px;
}

.nav .nav_ul .backhome {
	width: 108px;
	height: 32px;
	margin-left: 18px;
	cursor: pointer;
}

.nav .nav_ul .btn_top {
	margin-top: 2px;
	margin-left: 38px;
	width: 95px;
	height: 103px;
	border-radius: 50%;
	cursor: pointer;
	/* background: url('https://file.snimay.com/resource/snimay/img/2026Year/guobu3_pc/top.png') center center no-repeat; */
	background-size: cover;
	line-height: 95px;
	font-size: 28px;
	text-align: center;
	font-weight: bold;
	/* color: #fff; */
}

.nav .pr {
	height: 100px;
}

.nav .pr .text {
	z-index: 999;
	width: 150px;
	height: 186px;
	top: 386px;
	left: 50px;
}

.dialog_success {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: rgba(0, 0, 0, 0.8);
	display: none;
}

.dialog_success .congratulations_success {
	position: absolute;
	width: 600px;
	height: 782px;
	left: 50%;
	top: 50%;
	margin: 0 auto;
	background: url('https://file.snimay.com/resource/snimay/img/2026Year/guobu3_pc/success_02.png') center center no-repeat;
	background-size: cover;
	transform: translate(-50%, -50%);
}

.dialog_success .btn_close_sucess {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.4rem;
	background: url('https://file.snimay.com/resource/snimay/img/2026Year/guobu3_pc/close.png') no-repeat center;
}

.dialog_success .btn_close_sucess_enter {
	position: absolute;
	width: 400px;
	height: 88px;
	bottom: 86px;
	left: 50%;
	margin-left: -189px;
	cursor: pointer;
	color: eq;
}

/*--------------------------------------------------------------------------*/

.qiangzi {
	position: relative;
	width: 1200px;
	height: 1300px;
	margin: 50px auto 0;
	z-index: 8;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
}

.qiangzi .btn {
	width: 400px;
	height: 300px;
	position: absolute;
	top: 67%;
	left: 50%;
	cursor: pointer;
	transform: translateX(-50%);
}

/*--------------------------------------------------------------------------*/


.pictrue {
	position: relative;
	width: 1200px;
	height: 2100px;
	margin: 0 auto;
	z-index: 8;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
}

.pictrue .hotarea1 {
	width: 980px;
	height: 430px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	cursor: pointer;
}

.pictrue .hotarea2 {
	width: 980px;
	height: 430px;
	position: absolute;
	top: 32%;
	left: 50%;
	cursor: pointer;
	transform: translateX(-50%);
}

.pictrue .hotarea3 {
	width: 980px;
	height: 430px;
	position: absolute;
	top: 66%;
	left: 50%;
	cursor: pointer;
	transform: translateX(-50%);
}