@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	outline: 0;
	list-style: none;
	border: none;
	font-weight: normal;
	text-decoration: none;
	box-sizing: border-box;
}

html,
body {
	width: 100%;

}

body {
	background: #f2f2f3;
}

body.bg-white {
	background: #FFFFFF;
}

img {
	vertical-align: middle;
}

a {
	text-decoration: none;
}

em,
i {
	font-style: normal;
}

body.pages-sign {
	min-height: 100vh;
	background: linear-gradient(to bottom, #a131d0, #fff);

}

.topbg {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100vh;
	background: url(../static/topbg.png) no-repeat top;
	background-size: 100% auto;
}

.sign-header {
	font-size: 14px;
	height: 44px;
	text-align: center;
	color: #fff;
	width: 100%;

	display: flex;
	align-items: center;

	box-sizing: border-box;
}

.sign-header .licon {
	position: absolute;
	left: 10px;
}

.sign-header .licon .back-icon {
	width: 24px;
	height: 24px;
}

.sign-header .ricon {
	width: 50px;
	position: absolute;
	right: 10px;
}

.sign-header .ricon .link_a {
	font-size: 14px;
	padding: 0 10px;
	color: #333;
	display: block;
}


.sign-header .ricon .icon_img {
	width: 20px;
	height: 20px;
	margin-bottom: 5px;
}

.sign-header .top-title {
	flex: 1;
	font-size: 17px;
	vertical-align: middle;
	color: #fff;
}

.select-moob {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	display: none;
}

.select-moob-cover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1;
}

.select-moob-container {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #FFFFFF;
	z-index: 2;
	animation: aclstop .3s 1 forwards;
	-webkit-animation: aclstop .3s 1 forwards;
	-webkit-overflow-scrolling: touch
}

.select-moob-title {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #eee;
	font-size: 16px;
	font-weight: bold;
	position: relative;
}


.select-moob-title .cancel {
	position: absolute;
	top: 10px;
	right: 10px;
}

.select-moob-title .cancel img {
	width: 20px;
}

.select-moob-content {
	padding: 10px;
	font-size: 14px;

}

.select-moob-content .got_it {
	margin: 10px auto;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	background: linear-gradient(to bottom, #a131d0, #a131d0);
	color: #FFFFFF;
	border-radius: 20px;
}

@-webkit-keyframes aclstop {
	from {
		opacity: 0;
		transform: translateY(100px);
		-moz-transform: translateY(100px);
		-ms-transform: translateY(100px);
		-webkit-transform: translateY(100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
	}
}

@keyframes aclstop {
	from {
		opacity: 0;
		transform: translateY(100px);
		-moz-transform: translateY(100px);
		-ms-transform: translateY(100px);
		-webkit-transform: translateY(100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
	}
}

.jf-panel {
	padding: 20px;
	border-radius: 10px;
	box-sizing: border-box;
	position: relative;
	height: 220px;
	overflow: hidden;
}

.jf-panel .linkbox {
	position: relative;
	z-index: 99;
}

.jf-panel .link-a {
	padding: 4px 10px;
	border-radius: 20px;
	background: #f4eaf8;
	font-size: 12px;
	color: #b04ecc;
	position: absolute;
	bottom: 50px;
}

.jf-panel .link-a.link-aL {
	left: 0px;
}

.jf-panel .link-a.link-aR {
	right: 0px;
}

.jf-panel .btbg {
	position: absolute;
	z-index: 4;
	bottom: 30px;
	left: 0;
	width: 100%;
	height: 90px;
}

.jf-panel .jinbi {
	width: 160px;
	position: absolute;
	left: 50%;
	z-index: 33;
	margin-left: -80px;
	bottom: 0px;
}

.jf-panel .guizhe {
	width: 22px;
	padding: 5px 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	color: #FFFFFF;
	position: absolute;
	top: 0px;
	right: 0;
	background: rgba(0, 0, 0, .3);
	border-radius: 5px 0 0 5px;
}

.jf-panel .jf-balance {
	padding: 15px;
	padding-top: 30px;
	height: 120px;
	box-sizing: border-box;
	text-align: center;
	border-radius: 10px 10px 0 0;
	box-shadow: 0 0 8px rgba(0, 0, 0, .4);
	background: linear-gradient(to bottom, #a539d2, #ffb6b6);
	position: relative;
}

.jf-panel .jf-balance::before {
	content: "";
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	position: absolute;
	border-radius: 10px;
	right: 5px;
	bottom: 5px;
	left: 5px;
	top: 5px;
	background: #fff;
	box-shadow: 0 0 6px #bfb2fe inset;
}

.jf-panel .jf-balance .mz {
	color: #999;
	font-size: 15px;
	position: relative;
}

.jf-panel .jf-balance .num {
	color: #a131d0;
	font-size: 26px;
	font-weight: bold;
	position: relative;
}

.sign-box {
	background: linear-gradient(to top, #c756f8, #fff);
	box-shadow: 0 0 6px rgba(0, 0, 0, .1);
	position: relative;
	top: -50px;
	margin: 10px 20px;
	margin-bottom: -5px;
	border-radius: 10px;
	padding: 15px;
	z-index: 99;
}

.sign-box::before {
	content: "";
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	position: absolute;
	border-radius: 10px;
	right: 5px;
	bottom: 5px;
	left: 5px;
	top: 5px;
	background: #fff;
	box-shadow: 0 0 6px #ffffff inset;
}

.sign-box .box-con {
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.sign-box .box-con .sign-num {}

.sign-box .box-con .sign-num .txt1 {
	font-size: 14px;
	color: #000;
	font-weight: 600;
}

.sign-box .box-con .sign-num .txt2 {

	font-size: 14px;
	font-weight: 600;
	color: #fb5f24;
}

.sign-box .box-con .sign-num .txt2 span {
	font-size: 30px;
	margin-right: 5px;
}

.sign-box .box-con .sign-num .txt3 {
	font-size: 12px;
	color: #666;
}

.sign-box .box-con .sign-btn {
	width: 65px;
	height: 65px;
	border-radius: 50%;
	padding-top: 16px;
	padding-bottom: 19px;
	background: linear-gradient(to right, rgba(251, 158, 99, .2), rgba(249, 105, 44, .2));
	text-align: center;
	position: relative;
}

.sign-box .box-con .sign-btn::before {
	content: '';
	background: linear-gradient(to right, rgba(251, 158, 99, .4), rgba(249, 105, 44, .4));
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
	width: 56px;
	height: 56px;
	border-radius: 50%;
}

.sign-box .box-con .sign-btn::after {
	content: '';
	background: linear-gradient(to right, #fb9e63, #fa682c);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
	width: 45px;
	height: 45px;
	border-radius: 50%;
}

.sign-box .box-con .sign-btn .dianwo {
	color: #FFFFFF;
	font-size: 12px;
	/* line-height: 14px; */
	text-align: center;
	position: relative;
	z-index: 3;
}

.sign-box .box-con .sign-btn .qiandao {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 14px;
	text-align: center;
	position: relative;
	z-index: 3;
}

.sign-box .box-con .sign-btn.over {

	background: linear-gradient(to right, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));

}

.sign-box .box-con .sign-btn.over::before {
	content: '';
	background: linear-gradient(to right, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
	width: 56px;
	height: 56px;
	border-radius: 50%;
}

.sign-box .box-con .sign-btn.over::after {
	content: '';
	background: linear-gradient(to right, #999, #999);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
	width: 45px;
	height: 45px;
	border-radius: 50%;
}

.sign-box .box-con .sign-btn.over .dianwo {
	color: #FFFFFF;
	font-size: 12px;
	/* line-height: 14px; */
	text-align: center;
	position: relative;
	z-index: 3;
}

.sign-box .box-con .sign-btn.over .qiandao {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 14px;
	text-align: center;
	position: relative;
	z-index: 3;
}

/* ============= */
.sign-panel {
	background: #ffffff;
	position: relative;
	z-index: 77;
	margin-top: 15px;
}

.sign-panel p {
	font-size: 14px;
	color: #000;
	margin-bottom: 10px;
	margin-top: 5px;
}

.sign-panel p span {
	color: #ff8e22;
	padding-left: 10px;
}

.sign-panel .signbox {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sign-panel .signbox .sign {
	width: 40px;

}

.sign-panel .signbox .item {
	width: 40px;
	padding: 5px 0;
	background: #f7f7f7;
	border-radius: 3px;
	font-size: 12px;
	color: #3a3b42;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.sign-panel .signbox .sign.on .item {
	background: linear-gradient(to bottom, #a131d0, #d6a6eb);
	color: #ffffff;
}

.sign-panel .signbox .sign .item i {
	width: 22px;
	height: 22px;
	background: url(../static/icon-star.png) center center no-repeat;
	background-size: 22px 22px;
}

.sign-panel .signbox .sign .item span {

	transform: scale(.8);

}



.sign-panel .signbox .sign.on .item i {
	background: url(../static/icon-signed.png) center center no-repeat;
	background-size: 22px 22px;
}

.sign-panel .signbox .sign:last-child .item i {
	background: url(../static/icon-libao.png) center center no-repeat;
	background-size: 22px 22px;
}

.sign-panel .signbox .sign:last-child.on .item i {
	background: url(../static/icon-libao-on.png) center center no-repeat;
	background-size: 22px 22px;
}

.sign-panel .signbox .sign .tag {
	margin-top: 5px;
	color: #333;
	font-size: 12px;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.datelinebox {
	position: relative;
	top: -37px;
}

.datelinebox .dateL {
	width: 60px;
	position: absolute;
	left: 30px;
}

.datelinebox .dateR {
	width: 60px;
	position: absolute;
	right: 30px;
}

/*  */
.task-list {
	margin: 0 20px;
	background: linear-gradient(to bottom, #c756f8, #eccafa);
	position: relative;
	padding: 10px 15px;
	padding-bottom: 10px;
	border-radius: 10px;
	box-shadow: 0 0 6px rgba(0, 0, 0, .1);
}

.task-list::before {
	content: "";
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	position: absolute;
	border-radius: 10px;
	right: 5px;
	bottom: 5px;
	left: 5px;
	top: 5px;
	background: #fff;
	box-shadow: 0 0 6px #bfb2fe inset;
}

.tasktit {
	text-align: center;
	width: 100%;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 65px;
	top: -40px;
	margin-bottom: -40px;

}

.tasktit::after {
	content: '';
	position: absolute;
	width: 280px;
	left: 50%;
	transform: translateX(-50%);
	height: 55px;
	background: url(../static/signtit.png) no-repeat center;
	background-size: 100% 55px;
}

.tasktit span {

	line-height: 45px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	position: relative;
	z-index: 88;
}

/* .task-list .tit:before {
	content: "";
	width: 30px;
	height: 1px;
	background-color: #EEEEEE;
}

.task-list .tit:after {
	content: "";
	width: 30px;
	height: 1px;
	background-color: #EEEEEE;
} */

.task-list .task {
	background: #EEEEEE;
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 10px;
	color: #fff;
	display: flex;
	position: relative;
	align-items: center;
}

	.task-list .task .icon1 {
		width: 41px;
		height: 41px;
		margin-right: 10px;
		display: block;
		width: 35px;
		height: 30px;
		line-height: 30px;
		/* margin: 0 auto; */
		border-radius: 5px;
		text-align: center;

	}

.task-list .task .little-tit {
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 15px;
	position: relative;
}

.task-list .task .little-tit::before {
	content: " ";
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border: 5px solid transparent;
	border-left-color: #FFFFFF;
}

.task-list .task.bg-yellow {
	background: #ffc000 !important;
}

.task-list .task.bg-green {
	background: #5fc343 !important;
}

.task-list .task.bg-blue {
	background: #4caeff !important;
}

.task-list .task.bg-orange {
	background: linear-gradient(0deg, #ff7d63, #ff9853) !important;
}


/* 弹窗*/
.sign-popup {
	position: fixed;
	top: 0;
	width: 100%;
	bottom: 0;
	z-index: 99;
	display: none;
	transition: all .3s;
}

.sign-popup .maskbg {
	background: rgba(0, 0, 0, 0.6);
	background-size: 100% auto;
	position: absolute;
	z-index: 99;
	height: 100vh;
	width: 100vw;
}

.sign-popup .signpbox {
	position: absolute;
	z-index: 99;
	width: 90%;
	left: 50%;
	height: auto;
	top: 50%;

	transform: translate3d(-50%, -50%, 0);
}


.sign-popup .signpbox .sign-con {
	width: 260px;
	margin: 0 auto;
	color: #FFFFFF;
	background: linear-gradient(to bottom, #9981f9, #9981f9);
	border-radius: 10px;
}

.sign-popup .signpbox .sign-con::before {
	content: "";
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	position: absolute;
	border-radius: 10px;
	right: 5px;
	bottom: 5px;
	left: 5px;
	top: 5px;
	background: linear-gradient(to top, #ffffff 0%, #dbe8fa 100%);
	box-shadow: 0 0 6px #bfb2fe inset;
}

.sign-popup .signpbox .tit {
	text-align: center;
	position: relative;

}

.sign-popup .signpbox .tit::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 150px;
	left: 50%;
	transform: translateX(-50%);
	bottom: -40px;
	background: url(../static/1.png) no-repeat center;
	background-size: auto 150px;
}

.sign-popup .signpbox .tit span {
	font-size: 16px;
	color: #fff;
	text-align: center;
	position: relative;
	top: -23px;

}

.sign-popup .signpbox .tit .zhuanshi {
	height: 40px;
	position: absolute;

	left: 50%;
	transform: translateX(-50%);
	top: -60px;
}

.sign-popup .signpbox .tit .zsbg {
	height: 50px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -40px;
}

.sign-popup .signpbox .conbox {
	padding: 5px 15px;
}

.sign-popup .signpbox .sign-result {
	padding: 20px;
	padding-top: 0;
	color: #490082;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
	z-index: 100;
}

.sign-popup .signpbox .close {
	width: 30px;
	height: 30px;
	position: absolute;
	bottom: -90px;
	left: 50%;
	transform: translateX(-50%);
}

.sign-popup .signpbox .close::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 30px;
	width: 2px;
	height: 60px;
	transform: translateX(-50%);
	background: linear-gradient(to bottom, #9981f9 0%, #dbe8fa 100%);
}

.sign-popup .signpbox .close img {
	width: 30px;
	height: 30px;
}




.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@media (prefers-reduced-motion) {
	.animated {
		-webkit-animation: unset !important;
		animation: unset !important;
		-webkit-transition: none !important;
		transition: none !important;
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}

	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg);
	}

	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg);
	}

	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}
}

.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}


/* 提现弹窗*/
.window-popup {
	position: fixed;
	top: 0;
	width: 100%;
	bottom: 0;
	z-index: 99;
	display: none;
	transition: all .3s;
}

.window-popup .maskbg {
	background: rgba(0, 0, 0, 0.6);
	background-size: 100% auto;
	position: absolute;
	z-index: 99;
	height: 100vh;
	width: 100vw;
}

.window-popup .popupbox {
	position: absolute;
	z-index: 99;
	width: 100%;
	left: 50%;
	height: auto;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
}


.window-popup .popupbox .window-con {
	width: 280px;
	margin: 0 auto;
	position: relative;
	color: #FFFFFF;
	background: linear-gradient(to bottom, #9981f9, #9981f9);
	border-radius: 10px;
}

.window-popup .popupbox .window-con::before {
	content: "";
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	position: absolute;
	border-radius: 10px;
	right: 5px;
	bottom: 5px;
	left: 5px;
	top: 5px;
	background: linear-gradient(to top, #c0d4f9 0%, #dbe8fa 100%);
	box-shadow: 0 0 6px #bfb2fe inset;
}

.window-popup .popupbox .tit {
	text-align: center;
	position: relative;

}

.window-popup .popupbox .tit span {
	font-size: 16px;
	color: #fff;
	text-align: center;
	position: relative;
	top: -13px;
}

.window-popup .popupbox .tit .zhuanshi {
	height: 40px;
	position: absolute;

	left: 50%;
	transform: translateX(-50%);
	top: -70px;
}

.window-popup .popupbox .tit .zsbg {
	height: 50px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -30px;
}

.window-popup .popupbox .conbox {
	padding: 5px 20px;
	overflow: hidden;
	position: relative;
}


.window-popup .popupbox .win-result {
	padding: 20px 0;
	padding-top: 0;
	color: #490082;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
	z-index: 100;
}

.window-popup .popupbox .conbox .goodsbox {
	margin-bottom: 12px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 5px;
}

.window-popup .popupbox .conbox .goodsbox .goodsimg {
	width: 100px;
	height: 100px;
	background: #EEEEEE;
}

.window-popup .popupbox .close {
	width: 30px;
	height: 30px;
	position: absolute;
	bottom: -90px;
	left: 50%;
	transform: translateX(-50%);
}

.window-popup .popupbox .close::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 30px;
	width: 2px;
	height: 60px;
	transform: translateX(-50%);
	background: linear-gradient(to bottom, #9981f9 0%, #dbe8fa 100%);
}

.window-popup .popupbox .close img {
	width: 30px;
	height: 30px;
}
