:root {
	--module-width: 1280px;
	--main-color: #6bce73;
}

.dl-m {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.dl-bg {
	width: 100%;
	height: 18rem;
	background: var(--main-color);
	z-index: 1;
}

.dl-c {
	z-index: 2;
	width: var(--module-width);
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: -12rem;
}

.dl-c .dl-menu-c {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	border: 0.125rem solid #aae9c4;
	background: rgba(172, 230, 185, 0.5);
	border-radius: 1rem;
	box-shadow: 0 0 2rem rgba(172, 230, 185, 0.25);
}

.dl-c .menu-ls {
	width: calc(100% - 2rem);
	display: flex;
	justify-content: center;
	align-items: center;
}

.dl-c .tips {
	width: calc(100% - 2rem);
	margin: 1rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.dl-c .tips .tips-img {
	width: 1.25rem;
	height: 1.25rem;
	margin-right: 0.25rem;
}

.dl-c .tips .tips-tt {
	font-size: 1rem;
	color: #00692b;
}

.menu-it {
	width: calc(25% - 3rem);
	margin-right: 2rem;
	display: flex;
	flex-direction: column;
	border: 0.125rem solid #1ab144;
	border-radius: 1rem;
	position: relative;
	overflow: hidden;
}

.menu-it-ac {
	width: calc(50% - 3rem);
	background: linear-gradient(135deg, #1ab144, #34b878);
	border: 0 solid #1ab144;
}

.menu-it .menu-tt {
	width: 100%;
	height: 3rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #1ab144;
}

.menu-it-ac .menu-tt {
	background: unset;
	border: 0.0625rem solid rgba(255, 255, 255, 0.2);
}

.menu-it .menu-tt .tt {
	font-size: 1.25rem;
	font-weight: 600;
	color: #ffffff;
	margin-left: 1rem;
}

.menu-it .menu-tt .time {
	font-size: 1rem;
	color: rgba(255, 255, 255, 0.7);
	margin-right: 1rem;
}

.menu-it .price {
	width: 100%;
	height: 12rem;
	background: linear-gradient(180deg, #ffffff, #ace6b9);
	display: flex;
	align-items: center;
	flex-direction: column;
}

.menu-it .price .desc-tag {
	border: 0.0625rem solid #202020;
	font-size: 0.75rem;
	padding: 0 1rem;
	height: 1.5rem;
	letter-spacing: 1px;
	line-height: 1.5rem;
	border-radius: 1rem;
}

.menu-it-ac .price {
	background: unset;
	align-items: flex-start;
	margin-left: 3rem;
}

.menu-it .price-v {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 2rem;
}

.menu-it-ac .price-v {
	display: unset;
	color: #ffffff;
}

.menu-it-ac .price .desc-tag {
	border: 0.0625rem solid #ffffff;
	color: #ffffff;
}

.menu-it .check-img {
	position: absolute;
	left: -0rem;
	bottom: -0rem;
	width: 4rem;
	height: 3rem;
	border-radius: 0 1.25rem 0 1rem;
	box-shadow: 0 0 1rem rgba(36, 136, 60, 0.3);
}

.menu-it .check-ip {
	position: absolute;
	right: 1rem;
	bottom: -0.5rem;
	width: auto;
	height: 10rem;
}

.dl-c .menu-desc {
	width: calc(100% - 7rem);
	font-size: 1rem;
	color: #00692b;
	margin: 1rem 3.5rem;
}

.dl-c .pay-way {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 2rem;
}

.dl-c .pay-way .tt {
	font-size: 1rem;
	font-weight: 600;
}

.dl-c .pay-way .pay-vw {
	height: 3rem;
	border: 0.125rem solid #cccccc;
	border-radius: 0.5rem;
	padding: 0 3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 1rem;
}

.dl-c .pay-way .pay-vw-ac {
	border: 0.125rem solid #1ab144;
}

.dl-c .pay-way .icon-pay {
	width: 1.5rem;
	height: 1.5rem;
	margin-right: 0.25rem;
}

.dl-c .pay-way .pay-desc {
	font-size: 0.75rem;
	color: #1ab144;
	font-weight: 400;
}

.pay-c {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 2rem;
	margin-bottom: 5rem;
}

.pay-c .pay-c-l {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.pay-c .pay-c-l .pay-c-l-info {
	display: flex;
	flex-direction: column;
	width: calc(100% - 11rem);
}

.pay-c .pay-c-l .code-img {
	width: 10rem;
	height: 10rem;
	background: #1ab144;
	margin-right: 1rem;
}

.pay-c .pay-c-l .icon-ok {
	width: 1.5rem;
	height: 1.5rem;
}

.pay-c .pay-c-l .text1 {
	font-size: 1rem;
}

.pay-c .pay-c-l .text2 {
	font-size: 1rem;
	margin-left: 1.5rem;
	color: #999999;
	margin-top: 0.5rem;
}

.pay-c .pay-c-l .pay-c-number {
	margin-top: 1.5rem;
}

.pay-c .pay-c-l .text3 {
	font-size: 1.5rem;
}

.pay-c .pay-c-l .text4 {
	font-size: 3rem;
}

.pay-c .pay-c-r {
	display: flex;
	flex-direction: column;
	/* align-items: center;
	justify-content: flex-start;
	height: 10rem;
	white-space: nowrap;
	overflow-y: scroll; */
	width: 25rem;
	overflow: hidden;
	position: relative;
	height: 10rem;
}

.pay-c .pay-c-r .pay-c-r-ls {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: absolute;
	animation: scroll 180s linear infinite;

}

@keyframes scroll {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(-100%);
	}
}

.pay-c .pay-c-r .pli {
	width: calc(100% - 2rem);
	height: 3rem;
	background: #f6f6f6;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-radius: 0.25rem;
	padding: 0 1.5rem;
	font-size: 0.875rem;
	margin-bottom: 0.5rem;
}

.pay-c .pay-c-r .pli .ava-img {
	width: 1.5rem;
	height: 1.5rem;
	margin-right: 0.5rem;
}

.mask-con {
	width: calc(100% - 5rem);
	background: linear-gradient(180deg, #ffffff, #e8ffee);
	box-shadow: 0 0.375rem 1rem rgba(172, 230, 185, 0.5);
	border-radius: 0.625rem;
	position: relative;
	padding: 2.5rem 0.5rem 1.5rem 0.5rem;
}

.mask-con .result-light {
	position: absolute;
	top: -7.5rem;
	z-index: 2;
	width: 15rem;
	height: 15rem;
	animation: rotate1 10s linear infinite normal;

}

@keyframes rotate1 {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.mask-con .result-img {
	position: absolute;
	top: -5rem;
	z-index: 3;
	width: 9.375rem;
	height: 7.5rem;
}

.mask-con .con-c {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	z-index: 4;
}

.mask-con .con-c .result-tt {
	font-size: 1.25rem;
	line-height: 1.25rem;
	margin-top: 0.5rem;
	font-weight: 600;
	color: #1a8e50;
}

.mask-con .con-c .vip-tag {
	height: 1.5rem;
	border-radius: 0.125rem 0.125rem 0.5rem 0.5rem;
	background: linear-gradient(180deg, #f1a039, #ef8532);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 0.5rem;
	margin-top: 0.5rem;
}

.mask-con .con-c .vip-tag .vip-ic {
	width: 1rem;
	height: 1rem;
	margin: 0 0.125rem 0 0;
	border-radius: 50%;
}

.mask-con .con-c .vip-tag .vip-tt {
	font-weight: 600;
	color: #ffffff;
	font-size: 1rem;
}

.mask-con .con-c .gg-img {
	width: 100%;
	height: auto;
	margin-top: 1rem;
}

.price-t1 {
	font-size: 1.25rem;
}

.price-t2 {
	font-size: 4rem;
	line-height: 4rem;
}

.menu-it:nth-child(3) {
	margin-right: 0rem;
}

.c-tt-img1 {
	width: 17.5rem;
	height: 6.875rem;
}

.c-tt-img2 {
	width: 12.5rem;
	height: 6rem;
}

.tt-text {
	font-size: 3rem;
	line-height: 3rem;
	font-weight: 600;
	color: #000000;
}

.tt-desc {
	font-size: 1.375rem;
	line-height: 1.5rem;
	color: #999999;
}

.p-m-l {
	margin-left: 4rem;
}

.p-m-l2 {
	margin-left: 2rem;
}

.mg-t10 {
	margin-top: 0.625rem;
}

.mg-t20 {
	margin-top: 1.25rem;
}

@media (max-width: 1280px) {
	:root {
		--module-width: 90%;
	}

	.dl-m {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.dl-bg {
		width: 100%;
		height: 8rem;
		background: var(--main-color);
		z-index: 1;
	}

	.dl-c {
		z-index: 2;
		width: var(--module-width);
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-top: -6rem;
	}

	.dl-c .dl-menu-c {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		border: 0.125rem solid #aae9c4;
		background: rgba(172, 230, 185, 0.5);
		border-radius: 1rem;
		box-shadow: 0 0 2rem rgba(172, 230, 185, 0.25);
	}
    .dl-c .dl-menu-c .inp {
        height: 3rem;
        padding: 0 0.5rem;
        font-size: 0.875rem;
        font-weight: 600;
        color: #000000;
        background: rgba(172, 230, 185, 0);
        width: calc(100% - 1rem);
    }

	.dl-c .menu-ls {
		width: calc(100% - 1rem);
		display: flex;
		justify-content: space-around;
		align-items: center;
	}

	.dl-c .tips {
		width: calc(100% - 1rem);
		margin: 1rem;
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
	}

	.dl-c .tips .tips-img {
		width: 1rem;
		height: 1rem;
		margin-right: 0.25rem;
	}

	.dl-c .tips .tips-tt {
		font-size: 0.75rem;
		color: #00692b;
	}

	.menu-it {
		width: calc(30% - 0.5rem);
		margin-right: 0.5rem;
		display: flex;
		flex-direction: column;
		border: 0.125rem solid #1ab144;
		border-radius: 0.75rem;
		position: relative;
		overflow: hidden;
	}

	.menu-it-ac {
		width: calc(40% - 0.5rem);
		background: linear-gradient(135deg, #1ab144, #34b878);
		border: 0 solid #1ab144;
	}

	.menu-it .menu-tt {
		width: 100%;
		height: 2.5rem;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		background: #1ab144;
	}

	.menu-it-ac .menu-tt {
		background: unset;
		border: 0.0625rem solid rgba(255, 255, 255, 0.2);
	}

	.menu-it .menu-tt .tt {
		font-size: 0.75rem;
		line-height: 1rem;
		font-weight: 600;
		color: #ffffff;
		margin-left: 0rem;
	}

	.menu-it .menu-tt .time {
		font-size: 0.65rem;
		line-height: 1rem;
		color: rgba(255, 255, 255, 0.7);
		margin-right: 0rem;
	}

	.menu-it .price {
		width: 100%;
		height: auto;
		background: linear-gradient(180deg, #ffffff, #ace6b9);
		display: flex;
		align-items: center;
		flex-direction: column;
	}

	.menu-it .price .desc-tag {
		border: 0.0625rem solid #202020;
		font-size: 0.75rem;
		padding: 0 1rem;
		height: 1.5rem;
		letter-spacing: 1px;
		line-height: 1.5rem;
		border-radius: 1rem;
		display: none;
	}

	.menu-it-ac .price {
		background: unset;
		align-items: center;
		margin-left: 0rem;
	}

	.menu-it .price-v {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-top: 2rem;
		margin-bottom: 2rem;
	}

	.menu-it-ac .price-v {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		color: #ffffff;
		margin-top: 1rem;
		margin-bottom: 0rem;
	}

	.menu-it-ac .price .desc-tag {
		border: 0.0625rem solid #ffffff;
		color: #ffffff;
	}

	.menu-it-ac .price .price-t1 {
		font-size: 1rem;
	}

	.menu-it-ac .price .price-t2 {
		font-size: 1.5rem;
		line-height: 1.5rem;
	}

	.menu-it .check-img {
		position: absolute;
		left: -0rem;
		bottom: -0rem;
		width: 4rem;
		height: 3rem;
		border-radius: 0 1.25rem 0 1rem;
		box-shadow: 0 0 1rem rgba(36, 136, 60, 0.3);
		display: none;
	}

	.menu-it .check-ip {
		position: unset;
		right: 0rem;
		bottom: -0.25rem;
		width: 80%;
		height: auto;
		margin-left: 10%;
		margin-bottom: -0.25rem;
	}

	.dl-c .menu-desc {
		width: calc(100% - 2rem);
		font-size: 0.75rem;
		color: #00692b;
		margin: 1rem;
	}

	.dl-c .pay-way {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		margin-top: 1.5rem;
	}

	.dl-c .pay-way .tt {
		font-size: 1rem;
		font-weight: 600;
	}

	.dl-c .pay-way .pay-vw {
		width: calc(100% - 2rem);
		height: 3rem;
		border: 0rem solid #cccccc;
		border-radius: 1.5rem;
		padding: 0 1rem;
		background: #1ab144;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-right: 0rem;
		margin-top: 0rem;
		color: #ffffff;
	}

	.dl-c .pay-way .pay-vw-ac {
		border: 0.125rem solid #1ab144;
	}

	.dl-c .pay-way .icon-pay {
		width: 1.5rem;
		height: 1.5rem;
		margin-right: 0.25rem;
	}

	.dl-c .pay-way .pay-desc {
		font-size: 0.75rem;
		color: #1ab144;
		font-weight: 400;
		white-space: nowrap;
		margin-top: 0.5rem;
	}

	.pay-c {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		margin-top: -0.5rem;
		margin-bottom: 5rem;
	}

	.pay-c .pay-c-l {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: unset;
		align-items: center;
	}

	.pay-c .pay-c-l .pay-c-l-info {
		display: flex;
		flex-direction: row;
		align-self: center;
		width: calc(100% - 8rem);
	}

	.pay-c .pay-c-l .code-img {
		width: 7rem;
		height: 7rem;
		background: #1ab144;
		margin-right: 1rem;
	}

	.pay-c .pay-c-l .icon-ok {
		width: 1.5rem;
		height: 1.5rem;
	}

	.pay-c .pay-c-l .text1 {
		font-size: 0.85rem;
		line-height: 0.85rem;
	}

	.pay-c .pay-c-l .text2 {
		font-size: 0.85rem;
		margin-left: 1.5rem;
		color: #999999;
		margin-top: 0.5rem;
	}

	.pay-c .pay-c-l .pay-c-number {
		margin-top: 0.5rem;
	}

	.pay-c .pay-c-l .text3 {
		font-size: 1.25rem;
	}

	.pay-c .pay-c-l .text4 {
		font-size: 2rem;
	}

	.pay-c .pay-c-r {
		width: 100%;
		display: flex;
		flex-direction: column;
		overflow: hidden;
		position: relative;
		height: 10rem;
		margin-top: 1.5rem;
	}

	/* 复制内容以实现无缝滚动 */
	.pay-c .pay-c-r .pay-c-r-ls::after {
		content: attr(data-content);
		position: absolute;
		top: 100%;
	}


	.pay-c .pay-c-r .pli {
		width: calc(100% - 2rem);
		height: 3rem;
		background: #f6f6f6;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		border-radius: 0.25rem;
		padding: 0 0.5rem;
		font-size: 0.75rem;
		margin-bottom: 0.5rem;
	}

	.pay-c .pay-c-r .pli .ava-img {
		width: 1.5rem;
		height: 1.5rem;
		margin-right: 0.5rem;
	}

	.lg-fx {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.7);
		display: none;
		justify-content: center;
		align-items: center;
		z-index: 3;
	}

	.lg-fx-show {
		display: flex;
	}

	.lg-fx.mask-close {
		width: 4rem;
		height: 4rem;
		position: absolute;
		top: -1.5rem;
		right: -1.5rem;
		border-radius: 0.625rem;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.lg-fx .mask-close .close-ic {
		width: 2rem;
		height: 2rem;
		background: #ffffff;
		border-radius: 50%;
	}

	.lg-r {
		background: linear-gradient(180deg, #f4fff4, #caf3cf);
		box-shadow: 0 1rem 2rem rgba(60, 184, 134, 0.5);
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 1.5rem;
		border-radius: 1rem;
		margin: 2rem 0;
	}

	.lg-r .tt {
		font-size: 1.25rem;
		color: #0a6218;
		/* margin-top: 0.5rem; */
	}

	.lg-r .inp-c {
		width: 17rem;
		height: 3rem;
		border-radius: 2rem;
		background: #c8eaca;
		margin-top: 1rem;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.lg-r .inp-c .inp {
		height: 2.5rem;
		font-weight: 600;
		font-size: 0.875rem;
		margin-left: 1.5rem;
		width: calc(100% - 3rem);
		color: #0a6218;
	}

	.lg-r .inp-c .inp1 {
		width: calc(50% - 1.5rem);
	}

	.lg-r .inp-c .code {
		width: calc(50% - 0.8rem);
		margin-right: 0.35rem;
		background: #ffffff;
		height: 2rem;
		line-height: 2rem;
		border: 0.125rem solid #008f17;
		border-radius: 2.75rem;
		font-size: 0.875rem;
		color: #008f17;
		text-align: center;
	}

	.lg-r .inp-c .inp::placeholder {
		color: #0a6218;
	}

	.lg-r .login-btn {
		width: 17rem;
		height: 3rem;
		background: linear-gradient(180deg, #5ae190, #1cb347);
		border-radius: 2rem;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 1rem;
		color: #ffffff;
		margin-top: 1rem;
		font-weight: 400;
	}

	.lg-r .tips-tt {
		display: flex;
		align-items: center;
		font-size: 0.75rem;
		color: #0a6218;
		margin-top: 1rem;
		margin-bottom: 1rem;
	}

	.lg-r .tips-tt .check-box {
		border: 0.125rem solid #008f17;
		width: 0.75rem;
		height: 0.75rem;
		background: #ffffff;
		border-radius: 0.6rem;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-right: 0.25rem;
	}

	.lg-r .tips-tt .check-box .dian {
		width: 0.5rem;
		height: 0.5rem;
		border-radius: 50%;
		background: #008f17;
	}

	.lg-r .tips-tt .aline {
		text-decoration: underline;
	}

	.price-t1 {
		font-size: 0.875rem;
	}

	.price-t2 {
		font-size: 1.25rem;
		line-height: 1.25rem;
	}

	.menu-it:nth-child(3) {
		margin-right: 0rem;
	}

	.c-tt-img1 {
		width: 17.5rem;
		height: 6.875rem;
	}

	.c-tt-img2 {
		width: 12.5rem;
		height: 6rem;
	}

	.tt-text {
		font-size: 3rem;
		line-height: 3rem;
		font-weight: 600;
		color: #000000;
	}

	.tt-desc {
		font-size: 1.375rem;
		line-height: 1.5rem;
		color: #999999;
	}
}
