body {
	background-color: #f7f7f7;

}

@media (min-width: 1280px) {
	.container {
		width: 1240px;
	}
}

.title {
	margin-bottom: 30px;
	/* background-image: linear-gradient(90deg, rgb(160, 0, 184), rgb(87, 36, 255) 50%, rgb(0, 62, 250)); */
	background-clip: text;
	color: rgba(0, 0, 0, 0);
	font-size: 30px;
	font-weight: bold;
	/* text-align: center; */
	color: #006aff;
	text-align: center;
	margin-top: 40px;
}

.grid_12 {
	/* background: #181919; */
	/* padding: 10px 0; */
}

.logo {
	float: left;
	width: 20%;
	margin-top: 0;
}

.logo img {
	/* height: 50px; */
	margin-top: 10px;
}

.ex-banner {
	position: relative;
}

.banner-text {
	color: #fff;
	position: absolute;
	left: 25%;
	top: 34%;
}

.banner-title {
	font-size: 64px;
	font-weight: bold;

}

.banner-time {
	font-size: 24px;
	margin-top: 2rem;
	color: #e5e5e5;
}

.main-wrapper {
	display: none;
}

.main-wrapper li {
	position: relative;
}

.main-wrapper #section01,
.main-wrapper #section02 {
	margin-top: 40px;
	position: relative;
	overflow: hidden;
}

.service-title {
	display: inline-block;
	padding-right: 20px;
	height: 40px;
	line-height: 40px;
	background: #FD773D;
	border-radius: 0 20px 20px 0;
	-moz-border-radius: 0px 20px 20px 0px;
	-webkit-border-radius: 0px 20px 20px 0px;
	padding-left: 20px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	text-shadow: 0px 1px 0px rgba(11, 4, 1, .4);
	position: relative;
}

.top_box {
	margin-bottom: 30px;
}

.item-con {
	padding: 40px 32px 40px 32px;
	/* border: 1px solid #d0eafa; */
	font-size: 16px;
	color: #343434;
	background-color: #f7f7f7;
	overflow: hidden;
	/* padding-top: 0; */
	/* min-height: 500px; */
	/* box-shadow: 0 0 34px rgb(207 232 255 / 68%) inset; */
	border-radius: 10px;
	border: 1px solid;
	border-image: linear-gradient(180deg, #008aff, rgba(20, 50, 80, 0) 100%) 1 1;
}

.ex_item .item-con {

	padding: 0;
	border-radius: 0;
	border: none;
}

.sp-con {
	background-color: #fff;
	margin-bottom: 40px;
	border-radius: 10px;
}

.sp-con>div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 30px 0;
	margin: 0 20px;
	border-bottom: 1px solid #e5e5e5;
}

.sp-con>div:last-child {
	border-bottom: none;
}

.sp_img {
	width: 26%;
}

.sp_text {
	width: 74%;
	padding-left: 20px;
}

.sp-con .tit {
	background-image: linear-gradient(90deg, #a000b8, #5724ff 50%, #003efa);
	-webkit-background-clip: text;
	background-clip: text;
	color: rgba(0, 0, 0, 0);
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0 10px 0;

}

.sp-con .sp_tit {
	font-size: 18px;
	font-weight: bold;

	/* margin-bottom: 20px; */
	border-bottom: none;
	padding-bottom: 20px;
	margin: 0;
	background: linear-gradient(90deg, #DEF 12.29%, #FFF 95.93%);
	padding-top: 20px;
	display: block;
	padding-left: 30px;
	border-radius: 10px 10px 0 0;
}

.sp-con .prize_name {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}

.sp-con .prize_name span {
	color: #fd773d;
}

.prize_detail {
	line-height: 28px;
}

.task {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
}

.service-intruc {
	width: 32.5%;
	background-color: #fff;
	/* justify-content: space-between; */
	/* float: left; */
	padding: 24px;
	font-size: 14px;
}

.item-con-card {
	position: relative;
}

.item-con-card ul li {
	background-color: #fafdff;
	padding: 50px;
}

.item-con-card .rule-img {
	width: 100%;
	margin-top: 50px;
}

.item-con-top {
	/* background: #fff; */
	/* background: url(../images/xianchang-bg.png) no-repeat 0 0; */
	background-size: 100%;
	/* border: 0; */
	border-radius: 20px;
	padding-bottom: 80px;
}

#section01 .gift {
	position: absolute;
	height: 160px;
	right: 10%;
	top: 13%;
}

.g-img {
	width: 100%;
	/* margin-top: -40px; */
}

.service-text {
	font-size: 20px;
	font-weight: 600;
	padding: 10px 24px 24px 0;
	text-align: justify;
	color: #FD773D;
}

/* 
.service-intruc {
	display: flex;
	align-items: center;

} */

.img-top {
	padding-top: 60px;
}

.s_text li {
	line-height: 28px;
	font-size: 14px;
}

.service-btn {
	margin-left: 30px;
}

.pulse {
	text-align: center;
	color: #ffffff;
	font-size: 15px;
	text-decoration: none;
	padding: 10px 24px;
	border-radius: 50px;
	background-color: #3288ff;
	box-shadow: 0 0 #d43f3a99;
	animation: pulse 2s infinite;
}

.pulse:hover {
	color: #ffffff;
	opacity: 0.9;
}

.pulse:visited {
	color: #ffffff;
	opacity: 0.9;
}

.item-con>div {
	position: relative;
}

@-webkit-keyframes pulse {
	0% {
		box-shadow: 0 0 #3288ff
	}

	70% {
		box-shadow: 0 0 0 15px #2ca92c00;
	}

	to {
		box-shadow: 0 0 10px #2ca92c00
	}
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 #a5ccff
	}

	70% {
		box-shadow: 0 0 0 15px #2ca92c00
	}

	to {
		box-shadow: 0 0 10px #2ca92c00
	}
}

.a-tabs {
	margin-top: -115px;
	position: relative;
	overflow: hidden;
}

.a-tabs:after {

	content: "";
	position: absolute;
	right: 0;
	/* top: -48px; */
	bottom: 0;
	width: 100%;
	background-color: rgb(0, 62, 250);
	opacity: 1;
	height: 4px;
	z-index: 100;

}

.a-tabs li {
	position: relative;
}

.TaskProgress_task__1Dd3J {
	display: -webkit-flex;
	display: -ms-flexbox;
	/* display: flex; */
	height: 116px;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-left: 5px;
	/* cursor: not-allowed; */
}


.TaskProgress_taskName__2-ymu {
	padding: 0 30px;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	color: #9c9c9c;
	background-image: -webkit-linear-gradient(56deg, #e7e7e7, #f9f9f9), -webkit-linear-gradient(#e7e7e7, #e7e7e7);
	background-image: linear-gradient(34deg, #e7e7e7, #f9f9f9), linear-gradient(#e7e7e7, #e7e7e7);
	background-blend-mode: normal, normal;
	-webkit-transform: skewX(-30deg);
	transform: skewX(-30deg);
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	z-index: 2;
}

.TaskProgress_started__1p8DK .TaskProgress_taskName__2-ymu {
	color: #fff;
	background-image: -webkit-linear-gradient(left, #0094fa, #e800e8 54%, #0ac4e3 88%, #e800e8), -webkit-linear-gradient(#e7e7e7, #e7e7e7);
	background-image: linear-gradient(135deg, #e800e8, #006aff);
	background-blend-mode: normal, normal;
	box-shadow: 0 5px 16px 0 rgba(0, 198, 232, .35);
}

.TaskProgress_taskName__2-ymu .TaskProgress_inner__BDkBI {
	-webkit-transform: skewX(30deg);
	transform: skewX(30deg);
	color: #fff;
}

.TaskProgress_taskSpring__1aEUa {
	position: relative;
	height: 22px;
	background-color: #fff;
	-webkit-transition: height .15s;
	transition: height .15s;
}

.TaskProgress_started__1p8DK .TaskProgress_taskSpring__1aEUa:after {
	content: "";
	position: absolute;
	right: -28px;
	top: -48px;
	bottom: 0;
	width: 28px;
	background-color: #006aff;
	opacity: .28;
}

.TaskProgress_taskProgress__qgUef {
	height: 3px;
	margin-left: -5px;
	background-color: #e7e7e7;
}

.TaskProgress_started__1p8DK .TaskProgress_taskProgress__qgUef {
	background-color: #006aff;
	box-shadow: 0 5px 16px 0 rgba(0, 198, 232, .35);
}

.TaskProgress_taskSpring__1aEUa {
	position: relative;
	height: 22px;
	background-color: #fff;
	-webkit-transition: height .15s;
	transition: height .15s;
}

.a-tabs li:hover .eua,
.change-h {
	height: 33px;
}

.item-con>div:first-child .done {
	top: 25%;
}

.done {
	display: inline-block;
	overflow: hidden;
	animation: wrapper-gradient 1.5s infinite;
	position: absolute;
	left: 2%;
	top: 18%;
}

.done img {
	animation: img-gradient 1.5s infinite;
}

.r_text {
	line-height: 30px;
	margin-top: 20px;
	color: rgb(51, 51, 51);
	position: relative;
	font-size: 15px;
	background: #fff;
	padding: 24px;

}

.ex_item .service-title {
	color: #006aff;
	background: transparent;
	text-align: center;
	text-shadow: none;
	margin: 0 auto;
	display: block;
	height: auto;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 20px;
	border-radius: 0;

}

@keyframes wrapper-gradient {
	0% {
		transform: translateX(-100%);
	}

	100% {
		transform: translateX(0);
	}
}

-webkit-@keyframes wrapper-gradient {
	0% {
		transform: translateX(-100%);
	}

	100% {
		transform: translateX(0);
	}
}

@keyframes img-gradient {
	0% {
		transform: translateX(100%);
	}

	100% {
		transform: translateX(0);
	}
}


-webkit-@keyframes img-gradient {
	0% {
		transform: translateX(100%);
	}

	100% {
		transform: translateX(0);
	}
}


@media (max-width: 1920px) {
	.banner-text {
		left: 12%;
	}

	.banner-title {
		font-size: 50px;

	}
}

@media (max-width: 1199px) {
	.banner-title {
		font-size: 36px;
	}

	.banner-text {
		top: 38%;
	}



	.service-btn {
		width: 30%;

	}



}

@media (max-width: 1600px) {
	.banner-text {
		top: 25%;
	}
}

@media (max-width: 1240px) {
	.a-tabs {
		margin-top: 0px;
	}

	.banner-text {
		top: 34%;
	}
}

@media (max-width: 991px) {
	.title {
		font-size: 20px;
	}

	.service-text {
		font-size: 16px;
	}

	.done {
		top: 25%;
	}

	.done img {

		height: 80px;
	}

	.ex-banner {
		margin-top: 70px;
	}

	.banner-text {
		top: 20%;
	}


}

@media (max-width:767px) {
	.sp-con .sp_tit {
		padding: 20px;

	}

	.sp_tit,
	.sp-con .tit,
	.sp-con .prize_name {
		font-size: 16px;
	}

	.sp_img,
	.sp_text {
		width: 100%;
	}

	.sp_img img {
		max-height: 150px;
		margin-bottom: 20px;
	}

	.title {
		margin-top: 0;
	}

	.TaskProgress_taskName__2-ymu {
		padding: 0 20px;
	}

	.a-tabs {
		margin-top: -30px;
		display: flex;
		padding: 0;
	}

	.done {
		top: 28%;
		left: 10%;
	}

	.done img {
		height: 50px;
	}

	.ex-banner {
		margin-top: 58px;
	}

	.a-tabs li:hover .eua,
	.change-h {
		height: 25px;
	}

	.banner-title {
		font-size: 28px;
	}

	.banner-text {
		left: 0;
		top: 0;
	}

	.service-title {
		display: inline-block;
		padding-right: 20px;
		height: 30px;
		line-height: 30px;
		background: #FD773D;
		border-radius: 0 20px 20px 0;
		-moz-border-radius: 0px 20px 20px 0px;
		-webkit-border-radius: 0px 20px 20px 0px;
		/* padding-left: 0; */
		font-size: 14px;
		font-weight: 700;
		color: #fff;
		text-shadow: 0px 1px 0px rgba(11, 4, 1, .4);

	}

	.ex_item .service-title {
		padding-bottom: 10px;
	}

	.item-con {
		padding: 20px;
	}

	.g-img {
		margin-top: 10px;

	}

	.img-top {
		padding-top: 60px;
	}

	.service-btn {
		margin-left: 0;
		width: 100%;

	}

	.service-text {
		width: 100%;
		font-size: 16px;
		padding: 20px 0 30px 0;
	}

	.service-intruc {
		width: 100%;
		text-align: left;
		height: auto;
		margin-bottom: 20px;
		padding-top: 10px;
	}

	.r_text {
		padding-top: 10px;
	}
}
