/** #14263 lj 2023-09-15 */
body {
	overflow: hidden;
}

.ico-gift {
	width: 1.2rem;
	height: 1.2rem;
	background: url("../image/ico-gifts.png") center center/100% 100% no-repeat;
}
.ico-redpacket {
	width: 0.8rem;
	height: 0.8rem;
	background: url("../image/ico-redpacket.png") no-repeat;
	background-size: 100% 100%;
}
.ico-tw {
	background: url("../image/ico_tw.png") no-repeat;
	background-size: 12.95rem 10.7rem;
}

.online {
	padding: 0 0.1rem;
	line-height: 0.7rem;
	background-color: #4cc733;
	border-radius: 0.1rem;
	font-size: 0.5rem;
	color: #fff;
	white-space: nowrap;
}
.new {
	position: relative;
}
.new::after {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	box-sizing: border-box;
	width: 0.4rem;
	height: 0.4rem;
	background-color: #fe4c38;
	border-radius: 50%;
}

.bg-usercenter {
	background: url("../image/bg.png") center top/100% auto no-repeat;
}

/* user-bar */
.user-bar {
	padding: 1.6rem 1rem 0;
}
.user-info {
	display: flex;
	align-items: center;
	padding-bottom: 0.4rem;
}
.user-info .photo {
	flex: none;
	width: 2.4rem;
	height: 2.4rem;
}
.user-info .photo img {
	overflow: hidden;
	border-radius: 50%;
}
.user-info .tit {
	font-size: 0.9rem;
	line-height: 1.4rem;
}
.user-info .tit .icon-arrow-right {
	font-size: 0.9rem;
}
.user-info .name {
	font-size: 0.6rem;
	line-height: 0.9rem;
	color: #868ea3;
}

/* coupon-tips */
.coupon-tips {
	position: relative;
	z-index: 1;
	padding: 0.4rem 0.6rem;
	border-radius: 0.4rem;
	background: linear-gradient(270deg, #ffecdb 0%, #ffdcd6 100%);
	font-size: 0.7rem;
	color: #eb372a;
	line-height: 1.2rem;
	display: flex;
	justify-content: space-between;
}
.coupon-tips:before {
	content: "";
	position: absolute;
	top: -0.3rem;
	left: 4.35rem;
	border-width: 0 0.4rem 0.4rem 0.4rem;
	border-style: solid;
	border-color: transparent transparent #ffe1d8 transparent;
}
.coupon-tips:after {
	content: "";
	position: absolute;
	z-index: -1;
	right: 3.35rem;
	bottom: 0;
	width: 1.8rem;
	height: 1.8rem;
	background: url("../image/bg-logo.png") center center/100% 100% no-repeat;
}
.coupon-tips .txt {
	display: flex;
}
.coupon-tips .button {
	position: relative;
	flex: none;
	width: 3.2rem;
	height: 1.2rem;
	background: linear-gradient(270deg, #fe5d3d 0%, #fa2f28 100%);
	overflow: hidden;
	border-radius: 0.6rem;
	font-size: 0.6rem;
	text-align: center;
	color: #fff;
	box-shadow: 0 0.1rem 0.2rem 0 rgba(254, 91, 66, 0.2);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}
.coupon-tips .button:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 2.4rem;
	height: 1.2rem;
	background: url("../image/bg-light.png") center center/100% 100% no-repeat;
	animation: couponToRight 2s ease infinite;
}
@keyframes couponToRight {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	50% {
		-webkit-transform: translateX(3.2rem);
		transform: translateX(3.2rem);
	}

	100% {
		-webkit-transform: translateX(3.2rem);
		transform: translateX(3.2rem);
	}
}

/* user-home-list */
.user-home-list {
	display: flex;
}
.user-home-list .item {
	flex: 1;
	display: block;
	padding: 0.8rem 0;
	text-align: center;
	position: relative;
}
.user-home-list .pic {
	width: 1.4rem;
	height: 1.4rem;
	margin: auto;
	position: relative;
}
.user-home-list .txt {
	font-size: 0.6rem;
	line-height: 0.9rem;
	margin-top: 0.4rem;
}
.user-home-list .have-msg:after {
	content: "";
	position: absolute;
	bottom: -0.1rem;
	left: 50%;
	margin-left: -0.4rem;
	border-width: 0 0.4rem 0.4rem;
	border-style: solid;
	border-color: transparent transparent #f7f8fa transparent;
}
.user-home-list .have-msg .pic:before {
	content: "";
	position: absolute;
	top: 0;
	right: -0.25rem;
	width: 0.4rem;
	height: 0.4rem;
	border: 0.05rem solid #fff;
	background-color: #fe4c38;
	border-radius: 50%;
	box-sizing: border-box;
}

/* user-msg-swiper */
.user-msg-swiper {
	height: 2.8rem;
	border-radius: 0.2rem;
	background-color: #f7f8fa;
}
.user-msg-swiper .item {
	height: 2.8rem;
	padding: 0.4rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.user-msg-swiper .handle {
	flex: none;
	display: flex;
	align-items: center;
	border: 0.05rem solid #c5cad5;
	border-radius: 0.6rem;
	width: 3.6rem;
	height: 1.2rem;
	padding-left: 0.2rem;
	font-size: 0.6rem;
	color: #676f85;
	justify-content: center;
}
.user-msg-swiper .handle .icon-arrow-right {
	font-size: 0.6rem;
	font-weight: normal;
}
.user-msg-swiper .handle.red-line {
	font-weight: bold;
	color: #fe4c38;
	border-color: #fe4c38;
}
.user-msg-swiper .handle.green-line {
	font-weight: bold;
	color: #26a59a;
	border-color: #26a59a;
}
.user-msg-swiper .handle.red-solid {
	background: linear-gradient(270deg, #fe5d3d 0%, #fa2f28 100%);
	box-shadow: 0 0.1rem 0.2rem 0 rgba(254, 91, 66, 0.2);
	color: #fff;
	border: 0;
	font-weight: bold;
}
.user-msg-swiper .cont {
	flex: 1;
	display: flex;
	align-items: center;
	font-size: 0.6rem;
	line-height: 0.8rem;
}
.user-msg-swiper .pic {
	position: relative;
	width: 2rem;
	height: 2rem;
	margin-right: 0.4rem;
}
.user-msg-swiper .pic img {
	border: 0.05rem solid #fff;
	border-radius: 0.4rem;
	overflow: hidden;
}
.user-msg-swiper .online {
	position: absolute;
	left: 50%;
	bottom: -0.3rem;
	transform: translateX(-50%);
}
.user-msg-swiper .cont-txt {
	max-width: 9rem;
}
.user-msg-swiper .tit {
	display: flex;
}
.s-red-txt {
	color: #eb372a;
}

/* new-reply-bar */
.new-reply-bar {
	display: flex;
	overflow-y: hidden;
	overflow-x: auto;
	height: 5.1rem;
	padding: 0 0.6rem;
}
.new-reply-bar .item {
	flex: none;
	width: 13.5rem;
	height: 4.9rem;
	background-color: #f7f8fa;
	border-radius: 0.2rem;
	position: relative;
	padding: 0.6rem 0.4rem 0;
	margin-right: 0.4rem;
}
.new-reply-bar .item:last-child {
	margin-right: 0;
}
.new-reply-bar .close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	padding: 0.4rem 0.4rem 0 0;
	color: #b1b6be;
}
.new-reply-bar .conts {
	display: block;
}
.new-reply-bar .replay {
	margin-top: 0.4rem;
	background-color: #fff;
	border-radius: 0.1rem;
	padding: 0.25rem 0.4rem;
	font-size: 0.6rem;
	line-height: 0.9rem;
}
.new-reply-bar .lawyer {
	display: flex;
	align-items: center;
}
.new-reply-bar .pic {
	position: relative;
	width: 1.8rem;
	height: 1.8rem;
	margin-right: 0.4rem;
	margin-bottom: 0.3rem;
}
.new-reply-bar .pic img {
	border-radius: 50%;
	overflow: hidden;
}
.new-reply-bar .online {
	position: absolute;
	left: 50%;
	bottom: -0.3rem;
	transform: translateX(-50%);
}
.new-reply-bar .msg {
	position: absolute;
	top: 0;
	right: -0.3rem;
	padding: 0 0.1rem;
	min-width: 0.7rem;
	height: 0.7rem;
	border: 0.05rem solid #fff;
	border-radius: 0.35rem;
	line-height: 0.6rem;
	text-align: center;
	font-size: 0.5rem;
	color: #fff;
	background-color: #fe5542;
}
.new-reply-bar .tit {
	display: flex;
	align-items: center;
	height: 1rem;
}
.new-reply-bar .name {
	font-size: 0.7rem;
}
.new-reply-bar .year {
	height: 0.7rem;
	font-size: 0.5rem;
	color: #804c0a;
	display: flex;
	align-items: center;
}
.new-reply-bar .y-tag {
	position: relative;
	z-index: 1;
	border-radius: 0.1rem;
	background: url("../image/tagbg.png") center center/100% 100% no-repeat;
	padding: 0 0.2rem;
	font-size: 0.6rem;
	color: #ffff9a;
	height: 0.7rem;
}
.new-reply-bar .y-tag span {
	background: linear-gradient(172deg, #ffffff 0%, #ffff9a 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.new-reply-bar .y-txt {
	height: 0.7rem;
	line-height: 0.75rem;
	margin-left: -0.1rem;
	background: linear-gradient(270deg, #f5ebc9 0%, #f6dfc0 100%);
	border-radius: 0 0.1rem 0.1rem 0;
	padding: 0 0.2rem;
}
.new-reply-bar .info {
	color: #676f85;
	display: flex;
	font-size: 0.6rem;
	align-items: center;
	padding-bottom: 0.1rem;
}
.new-reply-bar .i-pu-star1 {
	background: url("../image/ico-star.png") center center/ 100% 100% no-repeat;
	margin-top: -0.15rem;
}

/* user-service-list */
.user-service-list {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
.user-service-list .item {
	flex: none;
	width: 25%;
	padding: 0.2rem 0;
	text-align: center;
	margin-top: 0.6rem;
}
.user-service-list .pic {
	width: 1.2rem;
	height: 1.2rem;
	margin: auto;
	position: relative;
}
.user-service-list .txt {
	font-size: 0.6rem;
	line-height: 0.9rem;
	margin-top: 0.4rem;
}

/* user-ask-card */
.user-ask-card {
	display: block;
	height: 3.6rem;
	background: url("../image/bg-banner.png") center center/100% 100% no-repeat;
	padding: 0.8rem 0.6rem 0;
}
.user-ask-card .txt {
	font-size: 0.8rem;
}
.user-ask-card .txt span {
	color: #db642a;
}
.user-ask-card .det {
	margin-top: 0.5rem;
	display: flex;
	align-items: center;
	font-size: 0.6rem;
}
.user-ask-card .ask {
	width: 2.8rem;
	height: 0.8rem;
	background: url("../image/btn_jusu.png") center center/100% 100% no-repeat;
}

/* user-coupon-pop */
.user-coupon-pop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 201;
	max-width: 750px;
	margin: auto;
	visibility: hidden;
}
.user-coupon-pop.is-show {
	visibility: visible;
}
.user-coupon-pop .bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000;
	opacity: 0.6;
}
.user-coupon-pop .pop-conts {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
	width: 16.35rem;
	background-color: #fff;
	border-radius: 0.8rem;
	padding: 1.2rem 1.6rem;
}
.user-coupon-pop .pop-conts:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: -1;
	height: 8.7rem;
	background: linear-gradient(180deg, #fff2e0 0%, #ffffff 100%);
	border-radius: 0.8rem 0.8rem 0 0;
}
.user-coupon-pop .pop-close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
	padding: 0.6rem 0.6rem 0 0;
	line-height: 1rem;
	cursor: pointer;
}
.user-coupon-pop .pop-close .icon-close-s {
	color: #c6c1b9;
	font-size: 1rem;
}
.user-coupon-pop .gift {
	position: absolute;
	top: -2.4rem;
	left: 50%;
	width: 2.8rem;
	height: 2.8rem;
	margin-left: -1.4rem;
	background: url("../image/img_gift.png") center center/100% 100% no-repeat;
}
.user-coupon-pop .gift:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -4.5rem 0 0 -4.5rem;
	width: 9rem;
	height: 9rem;
	background: url("../image/radius-light.png") center center/100% 100% no-repeat;
	z-index: -2;
	animation: giftRotate 5s linear infinite;
}
@keyframes giftRotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
.user-coupon-pop .conts {
	position: relative;
	z-index: 1;
}
.user-coupon-pop .title {
	font-size: 0.9rem;
	font-weight: bold;
}
.user-coupon-pop .disc {
	font-size: 0.7rem;
	color: #414a5d;
	line-height: 0.9rem;
}
.user-coupon-pop .coupon {
	width: 13.15rem;
	height: 4.3rem;
	background: url("../image/bg_coupon.png") center center/100% 100% no-repeat;
	margin: 1rem auto 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0.6rem 0 0.8rem;
}
.user-coupon-pop .coupon .price {
	width: 4.2rem;
	flex: none;
	color: #f41a0c;
	font-size: 0.6rem;
	height: 1.4rem;
	text-align: center;
	line-height: 1.4rem;
}
.user-coupon-pop .coupon .price .txt {
	font-size: 1.4rem;
}
.user-coupon-pop .coupon .price b {
	position: relative;
	top: -0.05rem;
}
.user-coupon-pop .coupon .info {
	flex: none;
	width: 6.75rem;
}
.user-coupon-pop .coupon .info .txt {
	font-size: 0.6rem;
	line-height: 0.8rem;
	color: #fdfff4;
	margin-top: 0.35rem;
}
.user-coupon-pop .coupon .ycq-tit {
	width: 2.65rem;
	height: 0.9rem;
	background: url("../image/coupon-tit.png") center center/100% 100% no-repeat;
}
.user-coupon-pop .sub-btn {
	display: block;
	cursor: pointer;
	height: 2.4rem;
	background: linear-gradient(270deg, #fe5d3d 0%, #fa2f28 100%);
	box-shadow: 0 0.2rem 0.4rem 0 rgba(254, 91, 66, 0.3);
	border-radius: 1.2rem;
	text-align: center;
	position: relative;
}
.user-coupon-pop .sub-btn .txt {
	display: inline-flex;
	align-items: center;
	height: 2.4rem;
	font-size: 0.8rem;
	color: #fff;
	position: relative;
}
.user-coupon-pop .sub-btn .txt .arrow {
	margin-left: 0.1rem;
	width: 0.8rem;
	height: 0.8rem;
	background: url("../image/arrow.png") no-repeat;
	background-size: 100% 100%;
}
.user-coupon-pop .sub-btn .ask-hand {
	position: absolute;
	right: -1.6rem;
	bottom: -0.7rem;
	width: 2rem;
	height: 2.55rem;
	background-image: url("../image/bg-ask-hand.png");
	transform: scale(0.9);
	background-size: 70rem 2.55rem;
	animation: artaskhand 0.5s steps(1) 0s infinite normal none;
}
.user-coupon-pop .sub-btn .lable {
	position: absolute;
	top: -0.6rem;
	right: -0.8rem;
	z-index: 1;
	width: 4.35rem;
	height: 0.9rem;
	line-height: 0.9rem;
	background: url("../image/bg4.png") no-repeat;
	background-size: 100% 100%;
	font-size: 0.6rem;
	color: #8b4500;
	text-align: center;
}

/* packet-coupon */
.packet-coupon {
	display: inline-flex;
	align-items: center;
	padding: 0 0.6rem;
	line-height: 1.2rem;
	white-space: nowrap;
	background: linear-gradient(270deg, #ffecdb 0%, #ffdcd6 100%);
	font-size: 0.6rem;
	border-radius: 0.6rem;
}
.packet-coupon .ico-redpacket {
	margin-right: 0.1rem;
}
.packet-coupon .line-vertical {
	height: 0.5rem;
	border-right-color: #ebd9ce;
	margin: 0 0.25rem 0 0.2rem;
}
.packet-coupon .countdown {
	display: inline-flex;
	color: #eb372a;
	line-height: 0.8rem;
}
.packet-coupon .countdown span {
	display: inline-block;
	background-color: #fff;
	margin-right: 0.4rem;
	font-weight: bold;
	color: #eb372a;
	min-width: 0.8rem;
	text-align: center;
	position: relative;
	border-radius: 0.15rem;
}
.packet-coupon .countdown span:after {
	content: ":";
	position: absolute;
	right: -0.4rem;
	top: -0.05rem;
	width: 0.4rem;
	text-align: center;
	color: #eb372a;
	opacity: 0.4;
}
.packet-coupon .countdown span:last-child {
	margin-right: 0.2rem;
}
.packet-coupon .countdown span:last-child:after {
	display: none;
}

/* order-wait-pop */
.order-wait-pop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 201;
	max-width: 750px;
	margin: auto;
	visibility: hidden;
}
.order-wait-pop.is-show {
	visibility: visible;
}
.order-wait-pop .bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000;
	opacity: 0.6;
}
.order-wait-pop .pop-conts {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
	width: 16.35rem;
	background-color: #fff;
	border-radius: 0.8rem;
	padding: 1.2rem 0.8rem;
}
.order-wait-pop .pop-close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
	padding: 0.6rem 0.6rem 0 0;
	line-height: 1rem;
	cursor: pointer;
}
.order-wait-pop .pop-close .icon-close-s {
	color: #b7bbc2;
	font-size: 1rem;
}
.order-wait-pop .title {
	font-size: 0.9rem;
}
.order-wait-pop .lapse {
	font-size: 0.7rem;
	color: #414a5d;
	line-height: 0.9rem;
}
.order-wait-pop .info {
	padding: 0.6rem;
	border-radius: 0.4rem;
	background-color: #f7f8fa;
}
.order-wait-pop .cont {
	display: flex;
	align-items: center;
	font-size: 0.6rem;
	line-height: 0.8rem;
}
.order-wait-pop .pic {
	position: relative;
	width: 2.6rem;
	height: 2.6rem;
	margin-right: 0.4rem;
	flex: none;
}
.order-wait-pop .pic img {
	border: 0.05rem solid #fff;
	border-radius: 0.4rem;
	overflow: hidden;
}
.order-wait-pop .online {
	position: absolute;
	left: 50%;
	bottom: -0.3rem;
	transform: translateX(-50%);
}
.order-wait-pop .cont-txt {
	max-width: 10.5rem;
}
.order-wait-pop .det {
	display: flex;
	align-items: center;
}
.order-wait-pop .price {
	color: #eb372a;
	display: inline-flex;
	align-items: last baseline;
}
.order-wait-pop .price span {
	font-size: 0.9rem;
}
.order-wait-pop .old-price {
	color: #a6acbd;
	text-decoration: line-through;
}
.order-wait-pop .reduce {
	font-size: 0.5rem;
	color: #eb372a;
	padding: 0 0.2rem;
	height: 0.7rem;
	line-height: 0.7rem;
	position: relative;
}
.order-wait-pop .reduce:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 200%;
	height: 200%;
	box-sizing: border-box;
	border: 0.05rem solid #fe4c38;
	border-radius: 0.2rem;
	transform: scale(0.5);
	transform-origin: left top;
}
.order-wait-pop .packet-coupon {
	margin-left: 2.5rem;
	position: relative;
}
.order-wait-pop .packet-coupon:before {
	content: "";
	position: absolute;
	left: 5.8rem;
	top: -0.2rem;
	border-width: 0 0.2rem 0.2rem 0.2rem;
	border-style: solid;
	border-color: transparent transparent #fce8e3;
}
.order-wait-pop .sub-btn {
	display: block;
	cursor: pointer;
	height: 2.4rem;
	background: linear-gradient(270deg, #fe5d3d 0%, #fa2f28 100%);
	box-shadow: 0 0.2rem 0.4rem 0 rgba(254, 91, 66, 0.3);
	border-radius: 1.2rem;
	text-align: center;
	position: relative;
}
.order-wait-pop .sub-btn .txt {
	display: inline-flex;
	align-items: center;
	height: 2.4rem;
	font-size: 0.8rem;
	color: #fff;
	position: relative;
}
.order-wait-pop .sub-btn .txt .arrow {
	margin-left: 0.1rem;
	width: 0.8rem;
	height: 0.8rem;
	background: url("../image/arrow.png") no-repeat;
	background-size: 100% 100%;
}
.order-wait-pop .sub-btn .ask-hand {
	position: absolute;
	right: -1.6rem;
	bottom: -0.7rem;
	width: 2rem;
	height: 2.55rem;
	background-image: url("../image/bg-ask-hand.png");
	transform: scale(0.9);
	background-size: 70rem 2.55rem;
	animation: artaskhand 0.5s steps(1) 0s infinite normal none;
}

/* fixed-top-msg */
.fixed-top-msg {
	position: fixed;
	left: 0.6rem;
	right: 0.6rem;
	top: 0;
	z-index: 200;
	padding: 0.75rem 0.6rem 0.6rem;
	background: #fff;
	box-shadow: 0rem 0.2rem 0.6rem 0rem rgba(0, 0, 0, 0.12);
	border-radius: 0.4rem;
	transform: translateY(-100%);
	opacity: 0;
	transition: transform 0.2s linear, opacity 0.2s linear;
	max-width: 702px;
	margin: auto;
}
.fixed-top-msg .ico-close {
	position: absolute;
	top: 0.6rem;
	right: 0.6rem;
	width: 1rem;
	height: 1rem;
	background-position: -8.25rem -9.6rem;
}
.fixed-top-msg .h20 {
	height: 1rem;
	font-size: 0.6rem;
	color: #a6acbd;
	line-height: 1.1rem;
}
.fixed-top-msg .h20 .photo {
	float: left;
	width: 1rem;
	height: 1rem;
	margin-right: 0.2rem;
}
.fixed-top-msg .h20 .name {
	float: left;
	color: #414a5d;
}
.fixed-top-msg .h20 .new:after {
	width: 0.3rem;
	height: 0.3rem;
}
.fixed-top-msg .botm {
	display: flex;
	justify-content: space-between;
	margin-top: 0.5rem;
}
.fixed-top-msg .botm p {
	padding: 0.15rem 0;
	font-size: 0.7rem;
	line-height: 1.1rem;
	margin-right: 1rem;
}
.fixed-top-msg .botm .r-elem {
	display: flex;
	align-items: center;
}
.fixed-top-msg .botm .u-btn {
	width: 3rem;
	height: 1.4rem;
	background: #26a59a;
	border-radius: 0.75rem;
	font-size: 0.7rem;
	color: #fff;
	line-height: 1.4rem;
	text-align: center;
}
.fixed-top-msg .botm .u-btn .iconfont {
	font-size: 0.7rem;
	margin-right: -0.3rem;
}
.fixed-top-msg.is-show {
	transform: translateY(0.6rem);
	opacity: 1;
}

@keyframes artaskhand {
	0% {
		background-position: 0 0;
	}
	2.85% {
		background-position: -2rem 0;
	}
	5.70% {
		background-position: -4rem 0;
	}
	8.55% {
		background-position: -6rem 0;
	}
	11.40% {
		background-position: -8rem 0;
	}
	14.25% {
		background-position: -10rem 0;
	}
	17.09% {
		background-position: -12rem 0;
	}
	19.94% {
		background-position: -14rem 0;
	}
	22.79% {
		background-position: -16rem 0;
	}
	25.64% {
		background-position: -18rem 0;
	}
	28.49% {
		background-position: -20rem 0;
	}
	31.34% {
		background-position: -22rem 0;
	}
	34.19% {
		background-position: -24rem 0;
	}
	37.04% {
		background-position: -26rem 0;
	}
	39.89% {
		background-position: -28rem 0;
	}
	42.74% {
		background-position: -30rem 0;
	}
	45.58% {
		background-position: -32rem 0;
	}
	48.43% {
		background-position: -34rem 0;
	}
	51.28% {
		background-position: -36rem 0;
	}
	54.13% {
		background-position: -38rem 0;
	}
	56.98% {
		background-position: -40rem 0;
	}
	59.83% {
		background-position: -42rem 0;
	}
	62.68% {
		background-position: -44rem 0;
	}
	65.53% {
		background-position: -46rem 0;
	}
	68.38% {
		background-position: -48rem 0;
	}
	71.23% {
		background-position: -50rem 0;
	}
	74.07% {
		background-position: -52rem 0;
	}
	76.92% {
		background-position: -54rem 0;
	}
	79.77% {
		background-position: -56rem 0;
	}
	82.62% {
		background-position: -58rem 0;
	}
	85.47% {
		background-position: -60rem 0;
	}
	88.32% {
		background-position: -62rem 0;
	}
	91.17% {
		background-position: -64rem 0;
	}
	94.02% {
		background-position: -66rem 0;
	}
	96.87% {
		background-position: -68rem 0;
	}
}
