/* 头部周年庆活动 */
.header.has-annual-top {
	height: 105px;
}

.header_annual_top {
	width: 100%;
	height: 60px;
	display: flex;
	align-items: stretch;
	background: -webkit-linear-gradient(left,
			#fdf8ec 348px,
			#fdb15c calc(100% - 287px));
	background: linear-gradient(to right,
			#fdf8ec 348px,
			#fdb15c calc(100% - 287px));
	position: relative;
	align-items: center;
	justify-content: center;
	user-select: none;
}

.header_annual_top::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 348px;
	height: 100%;
	background: url(../../plugins/activity/annual_ten/top_left.jpg);
}

.header_annual_top::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 287px;
	height: 100%;
	background: url(../../plugins/activity/annual_ten/top_right.jpg);
}

.header_annual_top_content {
	padding-left: 165px;
	background: url(../../plugins/activity/annual_ten/top_title.png) no-repeat left center;
	height: 100%;
	display: flex;
	align-items: center;
	font-size: 18px;
	color: #f74601;
	font-weight: bold;
	position: relative;
	z-index: 1;
}

.header_annual_top_content .price {
	font-size: 24px;
}

.header_annual_top_content .spacing {
	width: 6px;
	height: 6px;
	background: #f74601;
	border-radius: 50%;
	display: inline-block;
}

.header_annual_top_time {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	margin: 0 50px;
}

.header_annual_top_time .text {
	font-size: 18px;
	color: #f74601;
	font-weight: bold;
	display: none;
}

.header_annual_top_time .time {
	text-align: center;
	background: #f74601;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	margin: 0 5px;
	width: 32px;
	height: 32px;
	font-size: 20px;
	line-height: 32px;
	border-radius: 8px;
}

.header_annual_top_time .unit {
	font-size: 14px;
	font-weight: bold;
}

.header_annual_top_btn {
	width: 103px;
	height: 35px;
	background: url(../../plugins/activity/annual_ten/top_btn.png);
	display: inline-block;
	cursor: pointer;
	position: relative;
	z-index: 1;
	font-size: 0;
}

@media screen and (min-width: 1520px) {
	.header_annual_top_content .price {
		font-size: 26px;
	}

	.header_annual_top_content .spacing {
		margin: 0 10px;
	}

	.header_annual_top_time {
		margin: 0 80px;
	}
}

@media screen and (min-width: 1440px) {
	.header_annual_top_content .spacing {
		margin: 0 8px;
	}

	.header_annual_top_time .time {
		width: 36px;
		height: 36px;
		line-height: 32px;
		font-size: 22px;
		border-radius: 8px;
	}

	.header_annual_top_time .text {
		display: inline-block;
	}
}

@media screen and (min-width: 1360px) {
	.header_annual_top_content .spacing {
		margin: 0 5px;
	}

	.header_annual_top_time {
		padding-left: 40px;
		background: url(../../plugins/activity/annual_ten/top_time_icon.png) no-repeat left center;
	}
}

/* 活动浮动框 */
.activity_float.float_299,
.activity_float.float_399 {
	width: 123px;
	height: 200px;
	background: no-repeat;
	background-size: 100% auto;
	border-radius: 10px;
	background-image: url(../../plugins/activity/annual_ten/float_img_299.png);
}

.activity_float.float_399 {
	background-image: url(../../plugins/activity/annual_ten/float_img_399.png);
}

.activity_float.float_299 .close,
.activity_float.float_399 .close {
	width: 21px;
	height: 20px;
	background: url(../../plugins/activity/annual_ten/float_close.png) no-repeat;
	top: 0;
	right: 0;
}

/* 渐变投影文字，需配合 data-text 使用 */
.znq-gradient-text {
	position: relative;
}

span.znq-gradient-text {
	display: inline-block;
}

.znq-gradient-text.is-on,
.active .znq-gradient-text {
	color: transparent;
}

.znq-gradient-text.is-on::before,
.active .znq-gradient-text::before {
	content: attr(data-text);
	position: absolute;
	left: 1px;
	top: 3px;
	width: 100%;
	opacity: 0.5;
	color: #9f111c;
	-webkit-text-fill-color: #9f111c;
	pointer-events: none;
}

.znq-gradient-text.is-on::after,
.active .znq-gradient-text::after {
	content: attr(data-text);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: linear-gradient(to bottom, #fff, #fce3a4);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
	pointer-events: none;
}

/* pc单页 */
.annual_ten_page {
	min-width: 1400px;
}

.annual_ten_banner {
	width: 100%;
	height: 500px;
	position: relative;
	overflow: hidden;
}

.annual_ten_banner::before {
	content: "";
	position: absolute;
	left: 311px;
	right: 457px;
	top: 0;
	height: 100%;
	background: url(../../plugins/activity/annual_ten/pc_banner_center.jpg) repeat-x left top;
	background-size: 100% 100%;
}

.annual_ten_banner_left {
	position: absolute;
	left: 0;
	top: 0;
}

.annual_ten_banner_right {
	position: absolute;
	right: 0;
	top: 0;
}

.annual_ten_banner_content {
	z-index: 2;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 1568px;
	height: 456px;
	user-select: none;
	background: url(../../plugins/activity/annual_ten/pc_banner_content.png) no-repeat;
}

.annual_ten_content_title {
	opacity: 0;
}

.annual_ten_banner_time {
	position: absolute;
	right: 90px;
	top: 62px;
	display: flex;
	align-items: center;
}

.annual_ten_banner_time .time {
	width: 46px;
	height: 43px;
	line-height: 43px;
	font-size: 32px;
	color: #fff;
	font-weight: bold;
	margin-right: 38px;
}

.annual_ten_content_price {
	font-size: 52px;
	color: #e6581b;
	position: absolute;
	top: 260px;
	left: 95px;
	font-weight: bold;
}

.annual_ten_content_price_list {
	position: absolute;
	right: 80px;
	top: 170px;
}

.annual_ten_content_price_list li {
	width: 100%;
	text-align: right;
	line-height: 40px;
}

.annual_ten_content_price_list li .price_original {
	text-decoration: line-through;
	color: #655b59;
	margin-right: 6px;
}

.annual_ten_content_price_list li .price_unit {
	font-size: 16px;
	color: #ec3e0d;
	font-weight: bold;
}

.annual_ten_content_price_list li .price_now {
	font-size: 26px;
	color: #ec3e0d;
	font-weight: bold;
}

.annual_ten_content {
	background: url(../../plugins/activity/annual_ten/pc_content_bg.jpg) no-repeat #fdebd7;
	background-size: 100% auto;
	user-select: none;
}

.annual_ten_info_box {
	width: 1250px;
	margin: 0 auto;
}

.annual_ten_content_1 {
	padding-top: 50px;
}

.annual_ten_content_1_title {
	width: 100%;
	padding: 0 25px;
	height: 62px;
	background: url(../../plugins/activity/annual_ten/pc_content_1_title.png) no-repeat 50px 0;
	background-size: auto 100%;
	font-size: 0;
}

.annual_ten_content_1_content {
	display: flex;
	align-items: center;
	padding: 0 25px;
}

.annual_ten_content_1_content.is-phase-1 {
	justify-content: space-between;
}

.annual_ten_content_1_content.is-phase-2 {
	justify-content: space-around;
}

.annual_ten_content_1_content.is-phase-3 {
	justify-content: center;
}

.annual_ten_content_1_content_item {
	width: 388px;
	height: 344px;
	background: url(../../plugins/activity/annual_ten/pc_content_1_card.png) no-repeat;
	background-size: 100% 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.annual_ten_content_1_content_item_title {
	font-size: 22px;
	margin-top: 75px;
}

.annual_ten_content_1_content_item_info {
	font-size: 45px;
	color: #361400;
	font-weight: bold;
	margin-top: 30px;
	line-height: 1;
	text-align: center;
}

.annual_ten_content_1_content_item_desc {
	font-size: 20px;
	color: #333333;
	margin-top: 30px;
}

.annual_ten_content_1_content_item.active {
	background: url(../../plugins/activity/annual_ten/pc_content_1_card_active.png) no-repeat;
}

.annual_ten_content_1_content_item.active .annual_ten_content_1_content_item_title {
	color: #fff;
}

.annual_ten_content_1_content_item.active .annual_ten_content_1_content_item_desc {
	color: #fff;
}

.annual_ten_content_1_desc {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #f84402;
	margin-top: -20px;
}

.annual_ten_content_1_desc::before {
	content: "";
	display: inline-block;
	margin-right: 10px;
	width: 27px;
	height: 30px;
	background: url(../../plugins/activity/annual_ten/pc_content_1_desc_icon.png) no-repeat center center;
}

.annual_ten_content_2 {
	width: 1224px;
	margin: 0 auto;
	height: 669px;
	margin-top: 80px;
	background: url(../../plugins/activity/annual_ten/pc_content_2.png) no-repeat center center;
	background-size: 100% 100%;
	padding-left: 23px;
	padding-right: 8px;
	box-sizing: border-box;
}

.annual_ten_content_2_title {
	font-size: 0;
}

.annual_ten_content_2_content {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.annual_ten_content_2_content_item {
	width: 275px;
	height: 325px;
	margin-top: 140px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.annual_ten_content_2_content_item_title {
	font-size: 15px;
	color: #fff;
	margin-top: 30px;
	font-weight: bold;
}

.annual_ten_content_2_content_item:nth-child(1) .annual_ten_content_2_content_item_title {
	margin-top: 27px;
	margin-right: 4px;
}

.annual_ten_content_2_content_item_price {
	color: #f23a02;
	margin-top: 130px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	font-size: 22px;
	line-height: 1;
}

.annual_ten_content_2_content_item_price .price_unit {
	color: #f23a02;
	font-weight: bold;
}

.annual_ten_content_2_content_item_price .price_now {
	font-size: 52px;
	color: #f23a02;
	font-weight: bold;
}

.annual_ten_content_2_content_item_price .price_original {
	color: #999999;
	text-decoration: line-through;
	margin-left: 6px;
}

.annual_ten_content_2_content_item_btn {
	width: 243px;
	height: 51px;
	line-height: 51px;
	display: inline-block;
	background: url(../../plugins/activity/annual_ten/pc_content_2_btn.png) no-repeat;
	background-size: 100% 100%;
	font-size: 0;
	margin-top: 20px;
	cursor: pointer;
	transition: 0.3s;
}

.annual_ten_content_2_content_item_btn:hover {
	opacity: 0.8;
}

.annual_ten_content_2_qijian {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 40px;
	line-height: 1;
}

.annual_ten_content_2_qijian_price {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	font-weight: bold;
	position: relative;
	margin-top: 25px;
}

.annual_ten_content_2_qijian_price .price_unit {
	font-size: 34px;
	margin-bottom: 5px;
}

.annual_ten_content_2_qijian_price .price_now {
	font-size: 62px;
}

.annual_ten_content_2_qijian_btn {
	width: 200px;
	height: 54px;
	background-color: #fff;
	cursor: pointer;
	transition: 0.3s;
	opacity: 0;
	margin-right: 40px;
	margin-left: 110px;
	margin-top: 20px;
	font-size: 0;
	border-radius: 100px;
}

.annual_ten_content_2_qijian_btn:hover {
	opacity: 0.2;
}

.annual_ten_content_3 {
	width: 100%;
	height: 790px;
	background: url(../../plugins/activity/annual_ten/pc_content_3.jpg) no-repeat;
	margin: 20px auto 0;
	position: relative;
}

.annual_ten_content_3 a {
	width: 330px;
	height: 70px;
	line-height: 70px;
	display: inline-block;
	background-color: #fff;
	font-size: 0;
	margin-top: 663px;
	margin-left: 48px;
	margin-right: 30px;
	opacity: 0.5;
	border-radius: 100px;
	transition: 0.3s;
	opacity: 0;
}

.annual_ten_content_3 a:hover {
	opacity: 0.2;
}

.annual_ten_content_4 {
	width: 100%;
	height: 557px;
	margin: 30px auto 0;
	padding: 200px 60px 0;
	overflow: hidden;
	box-sizing: border-box;
	background: url(../../plugins/activity/annual_ten/pc_content_4.jpg) no-repeat center center;
}

.annual_ten_content_4 .user_list {
	width: 100%;
	overflow: hidden;
}

.annual_ten_content_4 .user_list li {
	display: flex;
	margin: 20px 0;
}

.annual_ten_content_4 .user_list li>div {
	width: 190px;
	height: 70px;
	border-radius: 70px;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
	margin: 0 15px;
	flex-shrink: 0;
	background-color: #fff;
}

.annual_ten_content_4 .user_list li.l1 {
	animation-name: znq-user-line1;
	animation-timing-function: linear;
	animation-duration: 16s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
}

@keyframes znq-user-line1 {
	from {
		margin-left: 0;
	}

	to {
		margin-left: -1000px;
	}
}

.annual_ten_content_4 .user_list li.l2 {
	margin-left: -1000px;
	animation-name: znq-user-line2;
	animation-timing-function: linear;
	animation-duration: 14s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
}

@keyframes znq-user-line2 {
	from {
		margin-left: -1000px;
	}

	to {
		margin-left: 0;
	}
}

.annual_ten_content_4 .user_list li.l3 {
	animation-name: znq-user-line3;
	animation-timing-function: linear;
	animation-duration: 21s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
}

@keyframes znq-user-line3 {
	from {
		margin-left: 0;
	}

	to {
		margin-left: -1000px;
	}
}

.annual_ten_content_4 .user_list .i1 {
	background: url(../../plugins/vip/images/user/ico_01.png) center no-repeat;
	background-size: 70%;
}

.annual_ten_content_4 .user_list .i2 {
	background: url(../../plugins/vip/images/user/ico_02.png) center no-repeat;
	background-size: 70%;
}

.annual_ten_content_4 .user_list .i3 {
	background: url(../../plugins/vip/images/user/ico_03.png) center no-repeat;
	background-size: 70%;
}

.annual_ten_content_4 .user_list .i4 {
	background: url(../../plugins/vip/images/user/ico_04.png) center no-repeat;
	background-size: 70%;
}

.annual_ten_content_4 .user_list .i5 {
	background: url(../../plugins/vip/images/user/ico_05.png) center no-repeat;
	background-size: 70%;
}

.annual_ten_content_4 .user_list .i6 {
	background: url(../../plugins/vip/images/user/ico_06.png) center no-repeat;
	background-size: 70%;
}

.annual_ten_content_4 .user_list .i7 {
	background: url(../../plugins/vip/images/user/ico_07.png) center no-repeat;
	background-size: 70%;
}

.annual_ten_content_4 .user_list .i8 {
	background: url(../../plugins/vip/images/user/ico_08.png) center no-repeat;
	background-size: 70%;
}

.annual_ten_content_4 .user_list .i9 {
	background: url(../../plugins/vip/images/user/ico_09.png) center no-repeat;
	background-size: 70%;
}

.annual_ten_content_4 .user_list .i10 {
	background: url(../../plugins/vip/images/user/ico_10.png) center no-repeat;
	background-size: 70%;
}

.annual_ten_content_4 .user_list .i11 {
	background: url(../../plugins/vip/images/user/ico_11.png) center no-repeat;
	background-size: 70%;
}

.annual_ten_content_4 .user_list .i12 {
	background: url(../../plugins/vip/images/user/ico_12.png) center no-repeat;
	background-size: 70%;
}

.annual_ten_content_4 .user_list .i13 {
	background: url(../../plugins/vip/images/user/ico_13.png) center no-repeat;
	background-size: 70%;
}

.annual_ten_content_4 .user_list .i14 {
	background: url(../../plugins/vip/images/user/ico_14.png) center no-repeat;
	background-size: 70%;
}

.annual_ten_content_4 .user_list .i15 {
	background: url(../../plugins/vip/images/user/ico_15.png) center no-repeat;
	background-size: 70%;
}

.annual_ten_content_4 .user_list .i16 {
	background: url(../../plugins/vip/images/user/ico_16.png) center no-repeat;
	background-size: 70%;
}

.annual_ten_content_4 .user_list .i17 {
	background: url(../../plugins/vip/images/user/ico_17.png) center no-repeat;
	background-size: 70%;
}

.annual_ten_content_4 .user_list .i18 {
	background: url(../../plugins/vip/images/user/ico_18.png) center no-repeat;
	background-size: 70%;
}

.annual_ten_content_4 .user_list .i19 {
	background: url(../../plugins/vip/images/user/ico_19.png) center no-repeat;
	background-size: 70%;
}

.annual_ten_content_4 .user_list .i20 {
	background: url(../../plugins/vip/images/user/ico_20.png) center no-repeat;
	background-size: 70%;
}

.annual_ten_content_4 .user_list .i21 {
	background: url(../../plugins/vip/images/user/ico_21.png) center no-repeat;
	background-size: 70%;
}

.annual_ten_content_5 {
	margin: 20px auto 250px;
}

.annual_ten_bottom {
	width: 100%;
	height: 230px;
	background-size: 100% 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9;
	transform: translateY(100%);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: transform 0.4s ease, opacity 0.4s ease, visibility 0.4s;
}

.annual_ten_bottom.is-show {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.annual_ten_bottom_left {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
}

.annual_ten_bottom_right {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 0;
}

.annual_ten_bottom::before {
	height: 223px;
	content: "";
	position: absolute;
	right: 490px;
	left: 335px;
	bottom: 0;
	z-index: 0;
	background: url(../../plugins/activity/annual_ten/pc_content_bottom_center.png) no-repeat 0 bottom;
	background-size: 100% 100%;
}

.annual_ten_bottom_content {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	margin-top: 80px;
}

.annual_ten_bottom_title {
	display: none;
}

.annual_ten_bottom_desc {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #feebd3;
	margin: 60px 50px 0;
	font-size: 24px;
}

.annual_ten_bottom_desc .price {
	font-size: 32px;
}

.annual_ten_bottom_desc .spacing {
	width: 6px;
	height: 6px;
	background: #feebd3;
	border-radius: 50%;
	display: inline-block;
	margin: 0 10px;
}

.annual_ten_bottom_btn {
	transition: 0.3s;
	margin-top: 45px;
}

.annual_ten_bottom_btn:hover {
	opacity: 0.9;
}

@media screen and (min-width: 1540px) {
	.annual_ten_bottom_title {
		display: inline-block;
	}
}

/* 会员切换 */
.annual_ten_vip_banner_switch {
	position: absolute;
	bottom: 18px;
	right: 50%;
	transform: translateX(50%);
	padding: 4px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	background-color: #eef2f4;
	margin-right: 40px;
}

.annual_ten_vip_banner_switch a {
	width: 230px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	border-radius: 10px;
	text-align: center;
	cursor: pointer;
	color: #333;
	font-size: 16px;
	font-weight: bold;
}

.annual_ten_vip_banner_switch a.active {
	background: #fff;
}

/* vip列表 */
.annual_ten_vip_tag {
	color: #fff;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	border-radius: 10px 10px 10px 0;
	background: linear-gradient(to right, #fe524d, #fe8341);
	padding: 0 10px;
	position: absolute;
	left: 60%;
	top: 20px;
}

.com_vip_type .rights li>p>i {
	background: linear-gradient(to right, #fe3e6c, #ff79d4);
}

.com_vip_type .rights li.activity {
	background: #ffebed;
}

.com_vip_type .rights li.activity>div {
	background: #fe3666;
}

.person_highlight-btn {
	background-color: #1d1d1f !important;
	color: #fff !important;
	border-color: #1d1d1f !important;
}

.team_highlight-btn {
	background-color: #edc512 !important;
	border-color: #edc512 !important;
}

/* 个人会员 */
.annual_ten_person_banner {
	width: 100%;
	height: 500px;
	background: url(../../plugins/activity/annual_ten/person_banner_bg.jpg);
	background-size: 100% 100%;
	user-select: none;
	position: relative;
	margin-bottom: 60px;
	padding-top: 40px;
}

.annual_ten_person_banner_content {
	width: 1568px;
	height: 391px;
	margin: 0 auto;
	background: url(../../plugins/activity/annual_ten/person_banner_img.png) no-repeat center center;
	position: relative;
}

.annual_ten_person_banner_day {
	position: absolute;
	width: 280px;
	top: 145px;
	left: 210px;
	font-size: 26px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	line-height: 1;
}

.annual_ten_person_banner_disc {
	position: absolute;
	top: 145px;
	left: 510px;
	font-size: 26px;
	color: #482518;
	font-weight: bold;
	line-height: 1;
}

.annual_ten_person_banner_price {
	position: absolute;
	top: 260px;
	left: 170px;
	font-size: 90px;
	font-weight: bold;
	font-style: italic;
	color: #f56b1b;
	position: relative;
	line-height: 1;
}

.annual_ten_person_banner_price::before {
	content: "";
	position: absolute;
	top: 40px;
	right: -10px;
	width: 0;
	height: 0;
	border-radius: 100px;
	box-shadow: 0 0 30px 20px #fef6e3;
}

.annual_ten_person_banner_time {
	position: absolute;
	top: 130px;
	right: 107px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.annual_ten_person_banner_time .time {
	width: 106px;
	height: 100px;
	line-height: 100px;
	margin-left: 19px;
	font-size: 62px;
	text-align: center;
	color: #dc391e;
	font-weight: bold;
	text-shadow: 0 -1px 0 #7e2c04;
}

/* 企业会员 */
.annual_ten_team_banner {
	width: 100%;
	height: 735px;
	background: url(../../plugins/activity/annual_ten/team_banner_bg.jpg);
	background-size: 100% 100%;
	user-select: none;
	position: relative;
	margin-bottom: 60px;
	padding-top: 10px;
}

.annual_ten_team_banner_content {
	width: 1574px;
	height: 700px;
	margin: 0 auto;
	background: url(../../plugins/activity/annual_ten/team_banner_img.png) no-repeat center center;
	position: relative;
}

.annual_ten_team_banner_time {
	position: absolute;
	top: 325px;
	right: 47px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.annual_ten_team_banner_time .time {
	width: 94px;
	height: 94px;
	line-height: 92px;
	margin-left: 33px;
	font-size: 52px;
	text-align: center;
	color: #e6581b;
	font-weight: bold;
	text-shadow: 0 -1px 0 #7e2c04;
}

/* 终身会员升级企业版弹窗 */
.znq_ll_upgrade_cover {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 998;
	display: none;
}

.znq_ll_upgrade_modal {
	width: 340px;
	background: #f3f2f2;
	box-shadow: 0 12px 32px rgba(45, 43, 43, 0.22);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 6px;
	overflow: hidden;
}

.znq_ll_upgrade_modal .close {
	position: absolute;
	top: 0;
	right: 0;
	width: 38px;
	height: 38px;
	border: 0;
	background: transparent;
	cursor: pointer;
	z-index: 2;
	font-size: 0;
	color: transparent;
}

.znq_ll_upgrade_modal .close::before,
.znq_ll_upgrade_modal .close::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 16px;
	height: 2px;
	background: #fff;
}

.znq_ll_upgrade_modal .close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.znq_ll_upgrade_modal .close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.znq_ll_upgrade_modal .close:hover {
	background-color: rgba(0, 0, 0, 0.18);
}

.znq_ll_upgrade_head {
	background: #ec3013;
	color: #fff;
	padding: 22px 20px 18px;
}

.znq_ll_upgrade_badge {
	display: flex;
	align-items: flex-end;
	gap: 8px;
}

.znq_ll_upgrade_badge .num {
	font-size: 68px;
	font-weight: 900;
	line-height: 0.8;
	letter-spacing: -0.05em;
}

.znq_ll_upgrade_badge .text strong {
	display: block;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.1;
}

.znq_ll_upgrade_badge .text em {
	display: block;
	margin-top: 2px;
	font-size: 12px;
	font-style: normal;
	opacity: 0.9;
}

.znq_ll_upgrade_title {
	margin: 14px 0 0;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.4;
}

.znq_ll_upgrade_body {
	padding: 18px 20px 20px;
}

.znq_ll_upgrade_item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 11px 0;
	border-bottom: 1px solid rgba(32, 30, 29, 0.18);
}

.znq_ll_upgrade_item .name {
	font-size: 14px;
	font-weight: 700;
	color: #201e1d;
	line-height: 1.2;
}

.znq_ll_upgrade_item .desc {
	margin-top: 3px;
	font-size: 11px;
	font-weight: 700;
	color: #ae1800;
	line-height: 1.3;
}

.znq_ll_upgrade_item .price {
	display: flex;
	align-items: baseline;
	white-space: nowrap;
}

.znq_ll_upgrade_item .price .unit {
	margin-right: 6px;
	font-size: 12px;
	color: #7d7979;
}

.znq_ll_upgrade_item .price .num {
	font-size: 22px;
	font-weight: 900;
	color: #ec3013;
	line-height: 1;
}

.znq_ll_upgrade_countdown {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 16px;
}

.znq_ll_upgrade_countdown .label {
	font-size: 11px;
	font-weight: 700;
	color: #605d5d;
	letter-spacing: 0.1em;
}

.znq_ll_upgrade_countdown .time {
	display: flex;
	align-items: center;
	gap: 4px;
}

.znq_ll_upgrade_countdown .time_group {
	display: flex;
	align-items: center;
	gap: 2px;
}

.znq_ll_upgrade_countdown .time_hms {
	display: flex;
	align-items: center;
	gap: 2px;
}

.znq_ll_upgrade_countdown .time_sep {
	font-size: 15px;
	font-weight: 900;
	color: #201e1d;
	line-height: 1;
}

.znq_ll_upgrade_countdown .time_unit {
	font-size: 11px;
	font-weight: 700;
	color: #605d5d;
	line-height: 1;
}

.znq_ll_upgrade_countdown .time_group .time_unit {
	margin: 0 4px;
}

.znq_ll_upgrade_countdown .time_item {
	background: #201e1d;
	color: #f3f2f2;
	font-size: 15px;
	font-weight: 900;
	line-height: 1;
	padding: 6px 8px;
	border-radius: 4px;
}

.znq_ll_upgrade_countdown .time_item em {
	font-style: normal;
}

.znq_ll_upgrade_countdown .time_item.is-second {
	background: #ec3013;
}

.znq_ll_upgrade_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 44px;
	margin-top: 16px;
	background: #ec3013;
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
	border-radius: 4px;
}

.znq_ll_upgrade_btn:hover {
	opacity: 0.92;
	color: #fff;
}

.znq_ll_upgrade_tip {
	margin-top: 10px;
	text-align: center;
	font-size: 11px;
	font-weight: 700;
	color: #ae1800;
	line-height: 1.4;
}

/* 手机端周年庆banner */
.annual_ten_phone_page {
	text-align: center;
	background:
		url(../../plugins/activity/annual_ten/phone/phone_bg.jpg) repeat-y center top;
	background-size:  100% auto;
	padding-bottom: 100px;
}

.annual_ten_phone_banner {
	width: 100%;
	background: url(../../plugins/activity/annual_ten/phone/banner_bg.jpg) no-repeat 0 bottom;
	background-size: 100% 100%;
	box-sizing: border-box;
	padding-bottom: 30px;
}

.annual_ten_phone_banner_title {
	width: 347px;
	margin: 20px auto 0;
}

.annual_ten_phone_desc {
	font-size: 12px;
	color: #fff;
	line-height: 1.8;
	text-align: center;
	padding: 0 40px;
}

.annual_ten_phone_banner_price {
	width: 366px;
	height: 178px;
	margin: 10px auto 0;
	background: url(../../plugins/activity/annual_ten/phone/banner_price.png);
	background-size: 100% auto;
	position: relative;
}

.annual_ten_phone_banner_price .price {
	font-size: 22px;
	color: #e6581b;
	position: absolute;
	left: 46px;
	top: 24px;
	font-weight: bold;
}

.annual_ten_phone_time {
	width: 270px;
	height: 25px;
	background: url(../../plugins/activity/annual_ten/phone/banner_time.png) no-repeat center center;
	background-size: 100% 100%;
	margin: 20px auto 0;
	padding-left: 66px;
	box-sizing: border-box;
	text-align: left;
}

.annual_ten_phone_time .time {
	width: 30px;
	height: 25px;
	line-height: 25px;
	color: #fff;
	font-size: 18px;
	margin-right: 16px;
	margin-top: 1px;
	display: inline-block;
}

.annual_ten_phone_web_price {
	width: 365px;
	height: 241px;
	background: url(../../plugins/activity/annual_ten/phone/banner_price_list.png) no-repeat center center;
	background-size: 100% 100%;
	margin: 10px auto 0;
	padding-top: 42px;
	box-sizing: border-box;
}

.annual_ten_phone_web_price .price_list {
	display: flex;
	flex-direction: column;
	width: 274px;
	margin: 0 auto;
}

.annual_ten_phone_web_price .price_list li {
	height: 30px;
	border-bottom: 1px solid #f7a67b;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.annual_ten_phone_web_price .price_list li .price_name {
	font-size: 13px;
	color: #402c1e;
	margin-right: auto;
}

.annual_ten_phone_web_price .price_list li .price_original {
	font-size: 12px;
	color: #655b59;
	text-decoration: line-through;
}

.annual_ten_phone_web_price .price_list li .price_unit {
	font-size: 12px;
	color: #ec3e0d;
	font-weight: bold;
	margin-left: 6px;
}

.annual_ten_phone_web_price .price_list li .price_now {
	font-size: 17px;
	color: #ec3e0d;
	font-weight: bold;
}

.annual_ten_phone_price {
	width: 100%;
	background: url(../../plugins/activity/annual_ten/phone/price_bg.jpg) no-repeat center center;
	background-size: 100% 100%;
	padding-top: 30px;
}

.annual_ten_phone_price_title {
	width: 212px;
	height: 51px;
	background: url(../../plugins/activity/annual_ten/phone/price_title.png);
	background-size: 100% 100%;
	margin: 0 auto;
	font-size: 0;
}

.annual_ten_phone_price_group {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.annual_ten_phone_price_group_item {
	width: 194px;
	height: 172px;
	background: url(../../plugins/activity/annual_ten/pc_content_1_card.png) no-repeat center center;
	background-size: 100% 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 12px;
	color: #333333;
	margin-bottom: -30px;
}

.annual_ten_phone_price_group_item_time {
	line-height: 1;
	margin-top: 41px;
}

.annual_ten_phone_price_group_item_title {
	line-height: 1;
	font-size: 24px;
	color: #361400;
	margin-top: 22px;
	font-weight: bold;
}

.annual_ten_phone_price_group_item_desc {
	line-height: 1;
	margin-top: 16px;
}

.annual_ten_phone_price_group_item.active {
	background-image: url(../../plugins/activity/annual_ten/pc_content_1_card_active.png);
}

.annual_ten_phone_price_group_item.active .annual_ten_phone_price_group_item_time,
.annual_ten_phone_price_group_item.active .annual_ten_phone_price_group_item_desc {
	color: #fff;
}
.annual_ten_phone_price_desc {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #f84402;
	margin-top: 14px;
}

.annual_ten_phone_price_desc::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../../plugins/activity/annual_ten/pc_content_1_desc_icon.png) no-repeat center center;
	background-size: auto 100%;
}
.annual_ten_phone_vip_title{
	width: 262px;
	height: 56px;
	background: url(../../plugins/activity/annual_ten/phone/vip_title.png);
	background-size: 100% 100%;
	margin: 40px auto 20px;
	font-size: 0;
}
.annual_ten_phone_vip_content{
	max-width: 375px;
	margin: 0 auto;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	flex-wrap: wrap;
}
.annual_ten_phone_vip_content_item{
	width: 188px;
	height: 181px;
	background: url(../../plugins/activity/annual_ten/phone/vip_card.png) no-repeat center center;
	background-size: 100% 100%;
	padding: 0 22px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;

}
.annual_ten_phone_vip_content_item:first-child{
	height: 205px;
	background-image: url(../../plugins/activity/annual_ten/phone/vip_card_hot.png);
}
.annual_ten_phone_vip_content_item:nth-child(even){
	margin-left: -10px;
}
.annual_ten_phone_vip_content_item_desc{
	font-size: 10px;
	color: #fff;
	line-height: 1;
	width: 90px;
	margin-bottom: 10px;
	height: 23px;
	line-height: 21px;
	text-align: center;
	background: url(../../plugins/activity/annual_ten/phone/vip_desc.jpg) no-repeat center center;
	background-size: 100% 100%;
}
.annual_ten_phone_vip_content_item_title{
	font-size: 18px;
	color: #361400;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 4px;
}

.annual_ten_phone_vip_content_item_sub{
	width: 100%;
	font-size: 12px;
	line-height: 2;
	color: #361400;
	border-bottom: 1px dashed #fbae6c;
	margin-bottom: 8px;
}

.annual_ten_phone_vip_content_item_price{
	color: #f23a02;
	font-size: 13px;
	padding-bottom: 6px;
	line-height: 1;
}
.annual_ten_phone_vip_content_item_price .price_unit{
	font-weight: bold;
}
.annual_ten_phone_vip_content_item_price .price_now{
	font-size: 26px;
	font-weight: bold;
}
.annual_ten_phone_vip_content_item_price .price_original{
	color: #999999;
	text-decoration: line-through;
}
.annual_ten_phone_vip_content_item_btn{
	width: 122px;
	height: 26px;
	background: url(../../plugins/activity/annual_ten/phone/vip_btn.jpg) no-repeat center center;
	background-size: 100% 100%;
	display: inline-block;
	font-size: 0;
	margin-bottom: 20px;
}
.annual_ten_phone_vip_qijian_btn{
	width: 375px;
	height: 87px;
	display: inline-block;
	background: url(../../plugins/activity/annual_ten/phone/vip_qijian.png) no-repeat center center;
	background-size: 100% 100%;
	margin: 0 auto;
	text-align: center;
}
.annual_ten_phone_vip_qijian_price{
	margin-top: 18px;
	margin-left: 160px;
	font-weight: bold;
}
.annual_ten_phone_vip_qijian_price .price_unit{
	font-size: 17px;
}
.annual_ten_phone_vip_qijian_price .price_now{
	font-size: 20px;
}
.annual_ten_phone_vip_qijian{
	width: 375px;
}
.annual_ten_phone_vip_qijian_group{
	width: 375px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}
.annual_ten_phone_vip_qijian_group .qiye_title{
	width: 346px;
	margin-top: 40px;
}
.annual_ten_phone_vip_qijian_group .qiye_img{
	width: 300px;
}
.qiye_btn{
	width: 230px;
	height: 50px;
	position: absolute;
	left: 70px;
	background-color: blue;
	opacity: 0;
}

.qiye1_btn{
	top: 400px;
}
.qiye2_btn{
	top: 806px;
}
.qiye3_btn{
	top: 1192px;
}
.annual_ten_phone_vip_help{
	width: 354px;
	margin: 30px auto 0;
	cursor: pointer;
}

/* 手机端联系客服 */
.annual_ten_phone_kefu_bar{
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
	padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.08);
}
.annual_ten_phone_kefu_btn{
	width: 100%;
	height: 44px;
	border: 0;
	border-radius: 22px;
	background: linear-gradient(to right, #ff6a2b, #f23a02);
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.annual_ten_phone_kefu_cover{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: rgba(0, 0, 0, 0.55);
}
.annual_ten_phone_kefu_modal{
	width: 280px;
	padding: 24px 20px 20px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 12px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.annual_ten_phone_kefu_modal .close{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 28px;
	height: 28px;
	border: 0;
	background: transparent;
	cursor: pointer;
}
.annual_ten_phone_kefu_modal .close::before,
.annual_ten_phone_kefu_modal .close::after{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 16px;
	height: 2px;
	background: #999;
}
.annual_ten_phone_kefu_modal .close::before{
	transform: translate(-50%, -50%) rotate(45deg);
}
.annual_ten_phone_kefu_modal .close::after{
	transform: translate(-50%, -50%) rotate(-45deg);
}
.annual_ten_phone_kefu_modal .title{
	font-size: 18px;
	font-weight: bold;
	color: #333;
	line-height: 1.2;
}
.annual_ten_phone_kefu_modal .qrcode{
	display: block;
	width: 200px;
	height: 200px;
	margin: 16px auto 0;
	-webkit-touch-callout: default;
	user-select: none;
}
.annual_ten_phone_kefu_modal .tip{
	margin-top: 12px;
	font-size: 14px;
	color: #666;
	line-height: 1.4;
}