/*全局样式*/
* {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
	-webkit-appearance: none;
	box-sizing: border-box;
}

html {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-size: 62.5%;
}

body {
	max-width: 640px;
	margin: 0 auto;
	color: #222;
	font-family: Arial, 'Microsoft Yahei';
	/* font-size: 14px; font-size: 1.4rem; line-height: 1.5em; */
	background: #e23c50;
	overflow-y: scroll;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
}

a {
	text-decoration: none;
}

ul {
	padding: 0;
}

li {
	list-style: none;
}

.img-full {
	width: 100%;
	margin: 0 auto;
	display: block;
}

.width-full {
	width: 100% !important;
}

.pb {
	padding-bottom: 6vw;
}

.box {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	width: 100%
}

.box .box-flex {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
	display: block
}

.box .side {
	display: block
}

/*浮动*/
.clearfix,
.clear {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after,
.clear:before,
.clear:after {
	display: table;
	content: "";
	line-height: 0;
}

.clearfix:after,
.clear:after {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.mb-10 {
	margin-bottom: 10px;
}

.mt35 {
	margin-top: 35px !important;
}

/*按钮�?*/
.btn {
	display: block;
	width: 96%;
	height: 4rem;
	border: none;
	line-height: 45px;
	border-radius: 5px;
	text-align: center;
	font-size: 18px;
	margin: 2% auto 0;
	color: #fff;
	font-weight: normal;
	background: -webkit-linear-gradient(left, #ff9815, #ffc92f);
	background: -o-linear-gradient(right, #ff9815, #ffc92f);
	background: -moz-linear-gradient(right, #ff9815, #ffc92f);
	background: linear-gradient(to right, #ff9815, #ffc92f);
}

.btn-orange {
	background: #c18d44;
	color: #fff;
	font-size: 16px;
}

.btn-orange a {
	color: #fff;
}

.btn-dark.btn-outlined {
	background: none;
	border: 1px solid #434E62;
	color: #434E62;
}

@font-face {
	font-family: 'iconfont';
	/* Project id 1789482 */
	src: url('font_1789482_jacu3kz9l7d.woff2?t=1701064660344') format('woff2'),
		url('font_1789482_jacu3kz9l7d.woff?t=1701064660344') format('woff'),
		url('font_1789482_jacu3kz9l7d.ttf?t=1701064660344') format('truetype');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 18px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

header {
	position: relative;
}

.rule {
	position: absolute;
	right: 0;
	top: 8%;
	width: 22px;

}

section {
	width: 90% !important;
	margin: 0 auto;
}

section a {
	display: block;
}

.m_box {
	width: 90%;
	margin: 40px auto 0;
	position: relative;
}

.input_1,
.input_2 {
	background-color: #fff;
	border-radius: 25px;
	height: 50px;
	display: flex;
	align-items: center;
	position: relative;
}

.input_2 {
	display: none;
	/* display: flex !important;
    justify-content: space-between; */
	margin-top: 15px;
}

.input_1 input,
.input_2 input {
	width: 60%;
	font-size: 18px;
	background: transparent;
	box-sizing: border-box;
	border: none;
	margin: 0;
	padding: 0 25px;
	height: 100%;
	outline: none;
}

.input_1 input::placeholder,
.input_2 input::placeholder {
	font-weight: normal;
	font-size: 17px;
}

.num_p2 {
	width: 180px;
	text-align: center;
	font-size: 15px;
	background-color: rgb(255, 133, 14);
	color: #fff;
	border-radius: 0px 25px 25px 0px;
	height: 50px;
	line-height: 50px;
	position: relative;
	display: block;
	float: right;
}

/* .num_p2:before{content:'|';position: absolute;left: -5px;top: 0;height: 100%;} */
.hand-step1,
.hand-step2,
.hand-step3,
.hand-step4 {
	position: absolute;
	display: block;
	pointer-events: none;
}

.hand-step1 {
	right: 88px;
	top: -44px;
	width: 245px;
	height: 52px;
	background: url(https://sms.czfw.cn/promotion/images/step-hand6-2-1.gif) 0 0 / 100% 100%;
}

.hand-step2 {
	right: 10px;
	top: -44px;
	width: 94px;
	height: 58px;
	background: url(https://sms.czfw.cn/promotion/images/step-hand6-2-2.gif) 0 0 / 100% 100%;
}

.hand-step3 {
	right: 90px;
	top: -32px;
	width: 240px;
	height: 60px;
	background: url(https://sms.czfw.cn/promotion/images/step-hand6-2-3.gif?v=1.1) 0 0 / 100% 100%;
}

.hand-step4 {
	right: 21px;
	top: 50px;
	width: 200px;
	height: 54px;
	background: url(https://sms.czfw.cn/promotion/images/step-hand6-2-4.gif) 0 0 / 100% 100%;
	z-index: 10;
}

.btn-group {
	position: relative;
}

.go_btn {
	line-height: 60px;
	margin: 20px auto 0;
	color: #434343;
	font-size: 20px;
	text-align: center;
	border-radius: 30px;
	background: url(../images/dg.gif) 0% 0% / 100% no-repeat;
	height: 85px;
	width: 96%;
}

.go_btn2 {
	margin: 20px auto 0;
	animation: mymove 2s infinite;
	-webkit-animation: mymove 2s infinite;
	/*Safari and Chrome*/
	animation-direction: alternate;
	/*轮流反向播放动画�?*/
	animation-timing-function: ease-in-out;
	/*动画的速度曲线*/
	height: 85px;
	width: 88%;
	text-align: center;
	z-index: 2;
	position: relative;
}

/* .go_btn_new{
	height: 18vw;
    max-height: 130px;
} */
.go_btn2:after {
	content: '';
	width: 230px;
	height: 92px;
	background: url(https://sms.czfw.cn/promotion/images/icon-152.gif) right bottom no-repeat;
	background-size: 100%;
	display: block;
	position: absolute;
	right: 2px;
	bottom: 12px;
	z-index: 5;
}

.go_btn2 button {
	background-color: #ffe100;
	color: #ff9300;
	font-size: 26px;
	text-align: center;
	border-radius: 30px;
	border: none;
	line-height: 45px;
	width: 100%;
	font-weight: bold;
	position: relative;
	z-index: 0;
}

.go_btn_new button {
	background: url(https://sms.czfw.cn/promotion/images/btn-bg.png) no-repeat;
	background-size: 100% 100%;
	font-size: 24px;
	height: 78%;
	line-height: 2;
	display: flex;
	align-items: baseline;
	justify-content: center;
}

.go_btn2 button:active {
	background-color: #ffe100;
	color: #ff9300;
}

@keyframes mymove {
	0% {
		transform: scale(1);
		/*开始为原始大小*/
	}

	25% {
		transform: scale(1.1);
		/*放大1.1�?*/
	}

	50% {
		transform: scale(1);
	}

	75% {
		transform: scale(1.1);
	}

}

@-webkit-keyframes mymove

/*Safari and Chrome*/
	{
	0% {
		transform: scale(1);
		/*开始为原始大小*/
	}

	25% {
		transform: scale(0.9);
		/*放大1.1�?*/
	}

	50% {
		transform: scale(1);
	}

	75% {
		transform: scale(0.9);
	}
}

.term {
	text-align: center;
	color: #fff;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 20px;
	position: relative;
	top: -13px;
	z-index: 5;
}

.term .checkbox .icon-checkbox {
	font-size: 15px;
	color: #fff;
	vertical-align: -4%;
	margin-right: 3px;
}

.term .checkbox .icon-checkbox:before {
	content: '\e6b9'
}

.term .checkbox.checked .icon-checkbox:before {
	content: '\e6b8';
}

.price {
	font-size: 3.6vw;
	color: #fff;
	font-weight: 700;
	text-align: center;
	margin-bottom: 15px;
	line-height: initial;
}

.price span {
	font-size: 5.2vw;
	margin-right: 1px;
}

.yw-info {
	width: 90%;
	margin: 15px auto;
}

.yw-info h3 {
	text-align: center;
	margin-bottom: 20px;
}

.yw-info h3 span {
	position: relative;
	display: inline-block;
	color: #edd9c1;
	font-size: 18px;
	font-weight: bold;
}

.yw-info h3 span::before,
.yw-info h3 span::after {
	content: '';
	position: absolute;
	font-weight: bold;
	width: 38px;
	height: 9px;
	top: 28%;
}

.yw-info h3 span::before {
	left: -58px;
	background: url(https://sms.czfw.cn/promotion/images/line-left.png) no-repeat;
	background-size: 100%;
}

.yw-info h3 span::after {
	right: -58px;
	background: url(https://sms.czfw.cn/promotion/images/line-right.png) no-repeat;
	background-size: 100%;
}

.yw-info h5 {
	color: #ffd5a4;
	font-size: 14px;
	position: relative;
	margin-bottom: 10px;
	font-weight: bold;
}

.yw-info ul {
	margin-bottom: 10px;
}

.yw-info li {
	color: #edd9c2;
	font-size: 13px;
	line-height: 22px;
	text-align: justify;
}

.yw-info li strong {
	color: #ffd5a4;
	font-size: 14px;
}

.yw-info li a {
	color: #449EFC;
	text-decoration: underline;
}


/*mui重置*/
.mui-backdrop {
	background: rgba(0, 0, 0, 0.4);
}

.mui-popup {
	transform: translate3d(-50%, -50%, 0) scale(1);
	-webkit-transform: translate3d(-50%, -50%, 0) scale(1);
	z-index: 999;
}

.dialog-pop {
	background: none;
	width: 86%;
	box-shadow: none;
}

.dialog-content {
	position: absolute;
	top: 36vw;
	bottom: 18vw;
	right: 20px;
	left: 20px;

	padding: 20px;
	text-align: left;
	font-size: 15px;
	line-height: 30px;
}

.dialog-btn-group {
	position: absolute;
	bottom: 0;
	width: 80%;
	left: 10%;
}

.dialog-btn-group .box-flex {
	width: 50%;
}

.dialog-btn-group button,
.dialog-btn button {
	/* height: 38px; */
	display: block;
	width: 100%;
	border: none;
	height: 24vw;
	text-indent: -9999px;
	background: transparent;
}

.dialog-btn-group button:active,
.dialog-btn button:active {
	color: initial;
	background-color: transparent;
}

.dialog-pop-xy .mui-popup-title {
	margin-bottom: 10px;
	font-size: 16px;
}

.dialog-pop-xy .mui-popup-title .iconfont {
	position: absolute;
	right: 13px;
	top: 13px;
	font-size: 12px;
	background: #ddd;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	line-height: 20px;
	color: #fff;
}

.dialog-pop-xy .mui-popup-inner {
	padding: 20px 20px 20px;
	background-color: #fff;
}

.dialog-pop-xy .mui-popup-text {
	font-size: 13px;
	text-align: justify;
	height: 320px;
	position: relative;
}

.dialog-pop-xy .dialog-btn button {
	width: 100%;
	margin: 30px auto 0;
}

footer {
	position: fixed;
	bottom: 10px;
	left: 0;
	width: 100%;
	z-index: 10;
}

footer .go_btn2 {
	height: auto;
}

footer .go_btn2 button {
	line-height: 38px;
	font-size: 23px;
}

footer .go_btn2:after {
	background: none;
}

#sheet1,
#dgInfo {
	left: 0;
}

#dgInfo .input_1,
#dgInfo .input_2 {
	border: 1px solid #ddd;
}

#dgInfo .term {
	margin-bottom: 0;
}

#dgInfo .term,
#dgInfo .term .checkbox .icon-checkbox {
	color: #333;
}

#dgInfo .go_btn_new {
	height: 20vw;
	max-height: 130px;
}

#dgInfo .go_btn_new button {
	line-height: 1.6;
	font-size: 22px;
}

#dgInfo .go_btn_new:after {
	bottom: -2px;
}

#swiper_pl {
	width: 100%;
	margin: 5px auto;
}

#swiper_pl .swiper-slide {
	width: 70%;
	transition: 300ms;
	transform: scale(0.92);
	text-align: center;
	font-size: 12px;
	background: #fff;
	border-radius: 12px;
	padding: 10px 15px 10px 12px;
}

/* #swiper_pl .swiper-slide>div {
		text-align: center;
		width: 100%;
		
	} */
#swiper_pl .swiper-slide .top .box-flex {
	text-align: left;
	;
}

#swiper_pl .swiper-slide .top img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: inline-block;
	margin-right: 3px;
	vertical-align: middle;
}

#swiper_pl .swiper-slide .content {
	text-align: left;
	margin-top: 10px;
	line-height: 1.5;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	height: 56px;
}

#swiper_pl .swiper-slide .top {
	-webkit-box-align: center;
}

#swiper_pl .swiper-slide .top h4 {
	font-size: 14px;
	color: #666;
	display: inline-block;
	vertical-align: middle;
}

#swiper_pl .swiper-slide .top .side i,
#swiper_pl .swiper-slide .top .side span {
	display: inline-block;
	color: #999;
	font-size: 12px;
	margin-left: 2px;
}

#swiper_pl .swiper-slide h3 {
	font-size: 18px;
	font-weight: normal;
	margin-top: 10px;
}

#swiper_pl .swiper-slide-active,
#swiper_pl .swiper-slide-duplicate-active {
	transform: scale(1);
}

.scroll-bar {
	position: relative;
	width: 100%;
	overflow: hidden;
	top: -10px;
}

.scroll-bar .scroll-bar-container {
	display: flex;
	justify-content: center;
	animation: form_2_round 18s infinite linear;
}

.scroll-bar .scroll-bar-container span {
	background-color: rgba(0, 0, 0, .7);
	color: #ffffff;
	text-align: center;
	padding: 8px 10px 6px;
	border-radius: 22px;
	margin-left: 13px;
	width: 140px;
	display: block;
	flex-shrink: 0;
	line-height: 1;
	font-size: 12px;
}

@keyframes form_2_round {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-1200px);
	}
}

.mui-toast-container {
	min-width: 70%;
	line-height: 22px;
	bottom: auto;
	top: 50%;
}




.dialog-pop-red {
	background: url(https://sms.czfw.cn/promotion/images/tc-bg.png) no-repeat;
	background-color: transparent !important;
	background-size: 100% 100%;
	width: 300px;
	z-index: 999;
}

.dialog-pop-red .mui-popup-title {
	margin-bottom: 10px;
	font-size: 14px;
	padding-top: 35px;
	line-height: 1.7;
	font-weight: bold;
}

.dialog-pop-red .mui-popup-title strong {
	font-size: 17px;
}

.dialog-pop-red .mui-popup-title .iconfont {
	position: absolute;
	right: 8px;
	top: 2px;
	font-size: 12px;
	background: #fff;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	line-height: 20px;
	color: #ff574a;
}

.dialog-pop-red .mui-popup-inner {
	padding: 20px 20px 20px;
	background: none;
}

.dialog-pop-red .mui-popup-text {
	font-size: 13px;
	text-align: justify;
}

.dialog-pop-red .dialog-btn button {
	width: 100%;
	margin: 30px auto 0;
}

.dialog-pop-red .yzm {
	border: 1px solid #ff4831;
	margin-top: 15px;
	position: relative;
	border-radius: 30px;
}

.dialog-pop-red .yzm input {
	font-size: 15px;
	height: 50px !important;
	line-height: 50px !important;
	border-radius: 30px !important;
	color: #333;
	font-weight: 500;
	border: none !important;
	margin-bottom: 0 !important;
	background: none;
}

.dialog-pop-red .getCode {
	background: #ff4831;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 0 20px 20px 0;
	color: #fff;
	line-height: 50px;
	font-size: 12px;
	text-align: center;
	width: 82px;
	position: absolute;
}

.dialog-pop-red .content {
	font-size: 12px;
	text-align: left;
	line-height: 1.5;
	position: relative;
	height: 140px;
	margin-top: 10px;
	overflow-y: auto;
}

.dialog-pop-red .dialog-btn-group {
	margin: 20px auto 10px;
	position: initial;
	width: 100%;
}

.dialog-pop-red .dialog-btn-group button {
	display: block;
	width: 100%;
	background: #ff4831;
	color: #fff;
	border-radius: 20px;
	padding: 6px 20px;
	font-size: 14px;
	height: 40px;
	text-indent: 0;
}

.dialog-pop-red .dialog-btn-group button.btn-outlined {
	background: transparent;
	border: 1px solid #999;
	color: #333;
}

.footerBtn {
	position: fixed;
	width: 60px;
	height: 60px;
	right: 4%;
	bottom: 15%;
	z-index: 99;
}

/*富文本字体*/
.ql-size-small {
	font-size: 10px;
}

.ql-size-large {
	font-size: 18px;
}

.ql-size-huge {
	font-size: 32px;
}

.input_1 input,
.input_2 input {
	font-size: 14px;
}

.num_p2 {
	width: 35%;
}

.term {
	margin-bottom: 20px;
	position: relative;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.term .a {
	width: 11px;
	height: 11px;
	margin-right: 6px;
	border: 1px solid white;
}

.term .on {
	width: 13px;
	height: 13px;
	margin-right: 4px;
	background: url(../images/ico_a_radio3.png) no-repeat center;
	background-size: 100%;
	border: none;
}

.term .b {
	color: #888;
}

.ing {
	display: none;
	position: fixed;
	z-index: 999;
	top: 45%;
	left: 40%;
	background-color: #fff;
	border-radius: 0.2rem;
	width: 20%;
}

.ing img {
	width: 100%;
	margin-top: 0.25rem;
}

.ing span {
	font-size: 0.2rem;
	position: absolute;
	left: 0.6rem;
	bottom: 0.1rem;
}

.popup-bg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 99;
}

.popup-bg .box {
	width: 70%;
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	margin: 0 auto;
	position: absolute;
	top: 25%;
	left: 15%;
	padding: 30px;
	display: flex;
	flex-direction: column;
}

.popup-bg .box .box-btn {
	margin-top: 30px;
	display: flex;
	justify-content: space-around;
}

.popup-bg .pop-box {
	width: 84%;
	position: absolute;
	top: 25%;
	left: 8%;
	position: relative;
}

.popup-bg .pop-box .box-btn {
	width: 59%;
	display: flex;
	justify-content: space-between;
	position: absolute;
	bottom: 8%;
	left: 21%;
}

.popup-bg .pop-box .btn-outlined {
	width: 96px;
	height: 32px;
}

.go_btn_new button {
	font-size: 24px;

	line-height: 31px;
}