.loading-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	overflow: hidden;
}

.loading-box .bubble-box1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.loading-box .bubble-box1 .cup-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.loading-box .load-bubbles .load-bubble {
	position: absolute;
	border-radius: 100%;
}

.loading-box .load-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.loading-box .load-bg .bubble {
	position: absolute;
	border-radius: 100%;
	animation: spin 6s infinite linear;
	transform-origin: 50% 45%;
}

.loading-box .load-bg .bubble:nth-child(2n) {
	animation: spin2 6s infinite linear;
}

.loading-box .load-bg .bubble1 {
	width: 51%;
	padding-top: 51%;
	border: 1px solid rgba(255, 255, 255, .3);
	left: -10.4%;
	top: -29.6%;
}

.loading-box .load-bg .bubble2 {
	width: 50%;
	padding-top: 50%;
	background-color: rgba(255, 255, 255, .1);
	left: -28.6%;
	top: 27.77%
}

.loading-box .load-bg .bubble3 {
	width: 39.583%;
	padding-top: 39.583%;
	background-color: rgba(255, 255, 255, .1);
	left: 79.427%;
	top: -9.2%
}

.loading-box .load-bg .bubble4 {
	width: 51%;
	padding-top: 51%;
	border: 1px solid rgba(255, 255, 255, .3);
	left: 70.83%;
	top: 48%
}

.loading-box .bubble-box1 .txt {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	font-size: 1rem;
	color: #fff;
	text-align: center;
	font-family: "Gilroy-Medium";
}

.loading-box .cup-bg {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	/* transform: scale(42);
    transform-origin: 50% 10%; */
}

.loading-box .cup-svg svg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

.loading-box .cup-svg svg rect {
	fill: white;
	transform-origin: center center;
}

.loading-box .cup-svg .cup {
	transform-origin: center center;
	/* transform: scale(10) */
}

.loading-box .cup-svg svg>rect {
	-webkit-mask: url(#mask);
	mask: url(#mask);
	transform-origin: 50% 32%;
}

.loading-box .bubble-box1 .load-bubble-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.load-bubble-wrap .fake-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #d80c25;
}

.loading-box .bubble-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.loading-box .bubble-bg .bubble {
	position: absolute;
	border-radius: 100%;
	animation: spin 6s infinite linear;
	transform-origin: 50% 46%;
}

.loading-box .bubble-bg .bubble:nth-child(2n) {
	animation: spin2 6s infinite linear;
}

.loading-box .bubble-bg .sm-bubble {
	transform-origin: 30% 30px;
}

.loading-box .bubble-bg .bubble1 {
	top: -8.7%;
	left: -4.27%;
	width: 12%;
	padding-top: 12%;
	background-color: #d80c25;
	opacity: .05;
	filter: alpha(opacity=5);
}

.loading-box .bubble-bg .bubble2 {
	width: 50%;
	padding-top: 50%;
	left: -32.6%;
	top: 32.22%;
	background: -webkit-linear-gradient(top, rgba(247, 247, 247, .5), #fff 50%, rgba(247, 247, 247, .5) 100%);
	background: -ms-linear-gradient(top, rgba(247, 247, 247, .5), #fff 50%, rgba(247, 247, 247, .5) 100%);
	background: linear-gradient(top, rgba(247, 247, 247, .5), #fff 50%, rgba(247, 247, 247, .5) 100%);
	border: 1px solid rgba(221, 221, 221, .5);
	opacity: 0.5;
}

.loading-box .bubble-bg .bubble3 {
	width: 50%;
	padding-top: 50%;
	left: 72.67%;
	top: 43%;
	border: 1px solid rgba(216, 12, 37, .1);
}

.loading-box .bubble-bg .bubble4 {
	width: 50%;
	padding-top: 40%;
	left: 78%;
	top: -53.7%;
	background-color: rgba(216, 12, 37, .05);
}

.loading-box .bubble-bg .bubble5 {
	background-color: rgba(216, 12, 37, .2);
	width: 10px;
	padding-top: 10px;
	left: 30.2%;
	top: 34.375%;
}

.loading-box .bubble-bg .bubble6 {
	background-color: rgba(216, 12, 37, .2);
	width: 10px;
	padding-top: 10px;
	left: 80.52%;
	top: 40.4%;
}

.loading-box .bubble-bg .bubble7 {
	background-color: rgba(216, 12, 37, .2);
	width: 10px;
	padding-top: 10px;
	left: 7.6%;
	top: 36.458%;
}

.loading-box .bubble-bg .bubble8 {
	background-color: rgba(216, 12, 37, .2);
	width: 8px;
	padding-top: 8px;
	left: 10.9375%;
	top: 46.67%;
}

.loading-box .bubble-bg .bubble9 {
	background-color: rgba(216, 12, 37, .2);
	width: 8px;
	padding-top: 8px;
	left: 67.4%;
	top: 51%;
}

.loading-box .bubble-bg .bubble10 {
	border: 1px solid #c93c70;
	width: 3.75%;
	padding-top: 3.75%;
	left: 18.958%;
	top: 16.979%;
	opacity: 0.5;
}

.loading-box .bubble-bg .bubble11 {
	border: 1px solid #c93c70;
	width: 7.3%;
	padding-top: 7.3%;
	left: 76.2%;
	top: 85.7%;
}

.loading-box .bubble-bg .bubble12 {
	border: 1px solid #c93c70;
	width: 7.3%;
	padding-top: 7.3%;
	left: 57.45%;
	top: -10.9375%;
}

.loading-box .bubble-bg .bubble13 {
	border: 1px solid #c93c70;
	width: 3.75%;
	padding-top: 3.75%;
	left: -1.875%;
	top: 83.75%;
}

.loading-box .bubble-bg .bubble14 {
	width: 12.5%;
	padding-top: 12.5%;
	left: -8.854%;
	top: 43.75%;
	background: -webkit-linear-gradient(top, rgba(216, 12, 37, .6), rgba(255, 255, 255, .5) 100%);
	background: -ms-linear-gradient(top, rgba(216, 12, 37, .6), rgba(255, 255, 255, .5) 100%);
	background: linear-gradient(top, rgba(216, 12, 37, .6), rgba(255, 255, 255, .5) 100%);
	opacity: 0.5;
}

.loading-box .bubble-bg .bubble15 {
	width: 6px;
	padding-top: 6px;
	left: 93.3854%;
	top: 77.5%;
	background-color: rgba(216, 12, 37, .2);
}

.loading-box .bubble-bg .bubble16 {
	width: 30px;
	padding-top: 30px;
	left: 25%;
	top: 74.479%;
	background-color: rgba(216, 12, 37, .2);
}

.loading-box .bubble-bg .bubble17 {
	width: 16px;
	padding-top: 16px;
	left: 67.7%;
	top: 74.479%;
	background-color: rgba(216, 12, 37, .2);
}

.loading-box .bubble-bg .bubble18 {
	width: 6px;
	padding-top: 6px;
	left: 75%;
	top: 52%;
	background-color: rgba(216, 12, 37, .2);
}

.loading-box .bubble-bg .bubble19 {
	width: 4px;
	padding-top: 4px;
	left: 87.5%;
	top: 80.2%;
	background-color: rgba(216, 12, 37, .2);
}

.loading-box .bubble-bg .bubble20 {
	width: 4px;
	padding-top: 4px;
	left: 5.2%;
	top: 76%;
	background-color: rgba(216, 12, 37, .2);
}

.loading-box .bubble-bg .bubble21 {
	width: 13%;
	padding-top: 13%;
	left: 22.5%;
	top: -20.3125%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, .5), rgba(216, 12, 37, .6) 100%);
	background: -ms-linear-gradient(left, rgba(255, 255, 255, .5), rgba(216, 12, 37, .6) 100%);
	background: linear-gradient(left, rgba(255, 255, 255, .5), rgba(216, 12, 37, .6) 100%);
	opacity: 0.5;
}

.loading-box .event-text {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	z-index: 3;
}

.loading-box .event-text .time {
	font-size: 1rem;
	line-height: 1.1rem;
	color: #333;
	opacity: 0;
	filter: alpha(opacity=0);
}

.loading-box .event-text .time span {
	font-family: "Gilroy-Medium";
}

.loading-box .event-text .con {
	font-size: 1rem;
	line-height: 1.4rem;
	color: #333;
	margin-top: .5rem;
}

.loading-box .event-text .con p {
	opacity: 0;
	filter: alpha(opacity=0);
}

.loading-box .event-text .con span {
	color: #d80c25;
}

.loading-box .text1 .con span {
	font-weight: bold;
}

.loading-box .event-text .con .num {
	font-family: "gilroy-bold";
	font-size: 1.5rem;
}

.loading-box .event-text .icon {
	width: 1.3rem;
	margin: 0 auto;
}

.loading-box .event-text .icon img {
	width: 100%;
}

.loading-box .event-text .tit {
	font-size: 1.25rem;
	line-height: 1.5rem;
	color: #333;
	margin-top: .6rem;
}

.loading-box .event-text .index-more {
	margin: 1.5rem auto 0;
}

.loading-box .event-text.text4 {
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
}

.index-more {
	display: block;
	width: 4.5rem;
	height: 1.15rem;
	background-color: #d10a30;
	box-sizing: border-box;
	border-radius: .575rem;
	padding-left: 1.1rem;
	font-size: 0;
	text-align: left;
	position: relative;
	transition: background-color .3s;
}

.index-more:before {
	content: "";
	position: absolute;
	right: .25rem;
	top: 50%;
	margin-top: -.375rem;
	width: .75rem;
	height: .75rem;
	border-radius: 100%;
	background-color: #ac0021;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url('../img/index-arrow.png');
	transition: all .3s;
}

.index-more span {
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-size: .4rem;
	line-height: 1.15rem;
	color: #fff;
	vertical-align: top;
}

.loading-box .event-text.text2 .con {
	margin-top: .6rem;
}

.loading-box .bubble-bg.on {
	opacity: 1;
	filter: alpha(opacity=100);
}

.loading-box .cup-wrap {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	padding-top: 100%;
	margin: -50% 0 0 -50%;
}

.loading-box .cup-circle {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
}

.loading-box .cup-group-svg {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 20rem;
	height: 20rem;
	margin: -10rem 0 0 -10rem;
	transform-origin: center center;
}

.loading-box .cup-group-svg .first-item,
.loading-box .cup-group-svg .cup-item {
	position: absolute;
	left: 50%;
	margin-left: -.75rem;
	top: 0;
	width: 1.5rem;
	transform-origin: center 10rem;
}

.loading-box .cup-group-svg .first-item img,
.loading-box .cup-group-svg .cup-item img {
	width: 100%;
}

.loading-box .cup-group-svg .first-item img {
	transform: scale(44);
	transform-origin: center center;
}

.loading-box .cup-group-svg .cup-item {
	opacity: 0;
	filter: alpha(opacity=0);
}

.loading-box .cup-group-svg .first-item {
	top: 20%;
}

.loading-box .cup-bg .white-svg {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 20.1rem;
	height: 20.1rem;
	opacity: 0;
	filter: alpha(opacity=0);
	margin: -10.05rem 0 0 -10.05rem;
	transform: rotate(-100deg);
}

.loading-box .cup-group-svg.show .cup-item,
.loading-box .cup-group-svg.show .white-svg {
	opacity: 1;
	filter: alpha(opacity=100);
}

.loading-box .big-circle-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.loading-box .big-circle-box .big-circle {
	position: absolute;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
}

.loading-box .big-circle-box.on .big-circle {
	transition: width 1s cubic-bezier(0.14, 0.76, 0.25, 1), padding-top 1s cubic-bezier(0.14, 0.76, 0.25, 1);
}

.loading-box .big-circle-box .big-circle .block {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	border-style: solid;
	border-width: calc(2.5rem + 2px);
	border-color: #fff;
	box-sizing: border-box;
	transform: translate(-50%, -50%);
	opacity: 0;
	filter: alpha(opacity=0);
}

.loading-box .big-circle-box .red-circle {
	width: 20.1rem;
	padding-top: 20.1rem;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 5;
}

.loading-box .big-circle-box.on .big-circle .block {
	opacity: 1;
	filter: alpha(opacity=100);
}

.loading-box .big-circle-box.on .red-circle {
	width: 110%;
	padding-top: 110%;
}

.loading-box .big-circle-box .red-circle .block {
	border-color: #d80c25;
	opacity: 1;
	filter: alpha(opacity=100);
}

.loading-box .big-circle-box.on .red-circle.out {
	width: 130%;
	padding-top: 130%;
	transition: width .5s, padding-top .5s;
}

.loading-box .cup-group-svg svg {
	width: 100%;
	height: 100%;
	transform-origin: center center;
}

.loading-box .cup-group {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform-origin: center center;
	opacity: 0;
	filter: alpha(opacity=0);
}

.loading-box .cup-group .white {
	transform: rotate(-100deg);
	transform-origin: center center;
}

.loading-box .cup-circle .red {
	opacity: 0;
	filter: alpha(opacity=0);
	transition: opacity 1s;
}

.loading-box .cup-circle .red.on {
	opacity: 1;
	filter: alpha(opacity=100);
}

.loading-box .circle-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	/* background-color: #fff; */
}

.loading-box .cup-circle rect {
	fill: #fff;
}

.loading-box .circle-group .white-bg {
	-webkit-mask: url(#red-circle);
	mask: url(#red-circle);
	/* opacity: 0;
	filter: alpha(opacity=0); */
}

.loading-box .cup-group.white rect {
	fill: #fff;
}

.cup-circle.on .path-circle {
	display: none;
}

.loading-box .circle-group2 rect {
	-webkit-mask: url(#trans-circle);
	mask: url(#trans-circle);
	opacity: 0;
	filter: alpha(opacity=0);
}

.ani-circle {
	animation: anim 4s linear infinite;
}

.ani-circle:nth-child(3n) {
	animation: anim2 4s linear infinite;
}

.loading-box .skip-btn {
	position: absolute;
	left: 50%;
	bottom: 5.56%;
	width: 3.5rem;
	height: .9rem;
	background-color: #fff;
	border-radius: .45rem;
	text-align: center;
	font-size: 0;
	z-index: 3;
	margin-left: -1.75rem;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	transition: background-color .3s;
	display: none;
}

.loading-box .skip-btn span {
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-size: .35rem;
	line-height: .9rem;
	color: #d70d26;
	position: relative;
	transition: all .3s;
}

.loading-box .skip-btn span:before {
	content: "";
	position: absolute;
	right: -.4rem;
	top: 50%;
	margin-top: -4px;
	width: 9px;
	height: 9px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url('../img/skip-icon.png');
	transition: all .3s;
}

/* loading */
.index-data {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.index-data .white-circle {
	position: absolute;
	width: 77%;
	padding-top: 77%;
	border-radius: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 100%;
	background-color: #fff;
}

.index-data .bubble-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.index-data .bubble-bg .bubble {
	position: absolute;
	border-radius: 100%;
	animation: spin 8s infinite linear;
	transform-origin: 50% 45%;
}

.index-data .bubble-bg .bubble:nth-child(2n) {
	animation: spin2 8s infinite linear;
}

.index-data .bubble-bg .sm-bubble {
	transform-origin: 30% 30px;
}

.index-data .bubble-bg .bubble1 {
	left: -2.9%;
	top: -3.125%;
	width: 12%;
	padding-top: 12%;
	background-color: #e2bb6a;
	opacity: 0.05;
	filter: alpha(opacity=5);
}

.index-data .bubble-bg .bubble2 {
	left: 7.5%;
	top: 25%;
	width: 72px;
	height: 72px;
	background-color: #eee;
	z-index: 3;
}

.index-data .bubble-bg .bubble3 {
	left: 15.625%;
	top: 18.4375%;
	border: 1px solid #e2bb6a;
	width: 72px;
	height: 72px;
}

.index-data .bubble-bg .bubble4 {
	left: 29.895%;
	top: 22.9%;
	border: 1px solid #ddd;
	width: 5.73%;
	padding-top: 5.73%;
}

.index-data .bubble-bg .bubble5 {
	left: 30.1%;
	top: 39.0625%;
	background-color: #e2bb6a;
	opacity: .1;
	width: 10px;
	height: 10px;
}

.index-data .bubble-bg .bubble6 {
	width: 56.77%;
	padding-top: 56.77%;
	left: -28.3854%;
	top: 31.48%;
	background: -webkit-linear-gradient(left, rgba(247, 247, 247, 1), rgba(247, 247, 247, .1) 100%);
	background: -ms-linear-gradient(left, rgba(247, 247, 247, 1), rgba(247, 247, 247, .1) 100%);
	background: linear-gradient(left, rgba(247, 247, 247, 1), rgba(247, 247, 247, .1) 100%);
}

.index-data .bubble-bg .bubble7 {
	width: 13%;
	padding-top: 13%;
	left: -6.5%;
	top: 45.3125%;
	border: 1px solid #ddd;
}

.index-data .bubble-bg .bubble8 {
	width: 72px;
	height: 72px;
	left: -1.875%;
	top: 82.3%;
	border: 1px solid #e2bb6a;
}

.index-data .bubble-bg .bubble9 {
	width: 10px;
	padding-top: 10px;
	left: 8.33%;
	top: 41%;
	background-color: rgba(216, 12, 37, .1);
}

.index-data .bubble-bg .bubble10 {
	width: 6px;
	padding-top: 6px;
	left: 11.67%;
	top: 50%;
	background-color: rgba(216, 12, 37, .1);
}

.index-data .bubble-bg .bubble11 {
	width: 20.3125%;
	padding-top: 20.3125%;
	left: 82.03125%;
	top: -21.875%;
	background: -webkit-radial-gradient(#fff, #fdf4f5 100%);
	background: -ms-radial-gradient(#fff, #fdf4f5 100%);
	background: radial-gradient(#fff, #fdf4f5 100%);
}

/* .index-data .bubble-bg .bubble12{
	width: 20.3125%;
	padding-top: 20.3125%;
	left: 82.03125%;
	top: -21.875%;
	background: -webkit-radial-gradient(#fff,#fdf4f5 100%);
	background: -ms-radial-gradient(#fff,#fdf4f5 100%);
	background: radial-gradient(#fff,#fdf4f5 100%);
} */
.index-data .bubble-bg .bubble12 {
	left: 80.2%;
	top: 67.7%;
	background-color: #e2bb6a;
	opacity: .05;
	width: 47.9%;
	padding-top: 47.9%;
}

.index-data .bubble-bg .bubble13 {
	width: 10px;
	height: 10px;
	background-color: #e2bb6a;
	opacity: .1;
	left: 84.11%;
	top: 44.27%;
}

.index-data .bubble-bg .bubble14 {
	width: 6px;
	height: 6px;
	background-color: #e2bb6a;
	opacity: .1;
	left: 68.23%;
	top: 54.17%;
}

.index-data .bubble-bg .bubble15 {
	width: 6px;
	height: 6px;
	background-color: #e2bb6a;
	opacity: .1;
	left: 75.52%;
	top: 54.6875%;
}

.index-data .bubble-bg .bubble16 {
	width: 16px;
	height: 16px;
	background-color: #e2bb6a;
	opacity: .1;
	left: 68.54%;
	top: 74.17%;
}

.index-data .data-circle {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.index-data .data-circle circle {
	transform-origin: center center;
	stroke-dashoffset: 3580;
	stroke-dasharray: 3580;
	transform: rotate(90deg);
	transform-origin: center center;
}

/*-----------------------------------------------------------------------------------------------------------------------------------*/
.index-heart-box .index-heart-bg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}

.index-heart-box .index-heart-bg .bubble {
	position: absolute;
}

.index-heart-box .index-heart-bg .bubble .circle {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 100%;
}

.index-heart-box .index-heart-bg .left-bg .bubble .circle,
.index-heart-box .index-heart-bg .right-bg .bubble .circle {
	animation: spin 6s infinite linear;
	transform-origin: 50% 40%;
}

.index-heart-box .index-heart-bg .left-bg .sm-bubble .circle,
.index-heart-box .index-heart-bg .right-bg .sm-bubble .circle {
	transform-origin: 30% 30px;
}

.index-heart-box .index-heart-bg .left-bg .bubble:nth-child(2n) .circle,
.index-heart-box .index-heart-bg .right-bg .bubble:nth-child(2n) .circle {
	animation: spin2 6s infinite linear;
}

.index-heart-box .index-heart-bg .bubble .circle img {
	animation: spin-reverse 6s infinite linear;
}

.index-heart-box .index-heart-bg .bubble:nth-child(2n) .circle img {
	animation: spin-reverse2 6s infinite linear;
}

.index-heart-box .index-heart-bg .bubble .circle img {
	width: 100%;
	border-radius: 100%;
}

.index-heart-box .index-heart-bg .bg-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.index-heart-box .index-heart-bg .bg-box .bubble {
	transform-origin: 50% 40%;
	animation: spin 6s infinite linear;
}

.index-heart-box .index-heart-bg .bg-box .bubble:nth-child(2n) {
	animation: spin2 6s infinite linear;
}

.index-heart-box .index-heart-bg .bg-box .bubble .circle {
	animation: spin-reverse 6s infinite linear;
}

.index-heart-box .index-heart-bg .bg-box .bubble:nth-child(2n) .circle {
	animation: spin-reverse2 6s infinite linear;
}

.index-heart-box .index-heart-bg .bg-box .bubble1 {
	width: 12%;
	padding-top: 12%;
	border-radius: 100%;
	left: -4.48%;
	top: -7.87%;
	z-index: 3;
}

.index-heart-box .index-heart-bg .bg-box .bubble1 .circle {
	background-color: #e2bb6a;
	opacity: .05;
}

.index-heart-box .index-heart-bg .bg-box .bubble2 {
	width: 29.17%;
	padding-top: 29.17%;
	border-radius: 100%;
	left: 1.8%;
	top: -12.685%;
}

.index-heart-box .index-heart-bg .bg-box .bubble2 .circle {
	background: -webkit-linear-gradient(top, #f7f7f7, #fff 40%, #fff 60%, #f7f7f7 100%);
	background: -ms-linear-gradient(top, #f7f7f7, #fff 40%, #fff 60%, #f7f7f7 100%);
	background: linear-gradient(top, #f7f7f7, #fff 40%, #fff 60%, #f7f7f7 100%);
}

.index-heart-box .index-heart-bg .bg-box .bubble3 {
	width: 45%;
	padding-top: 45%;
	border-radius: 100%;
	left: -10.9375%;
	top: 58.33%;
}

.index-heart-box .index-heart-bg .bg-box .bubble3 .circle {
	background: -webkit-linear-gradient(45deg, #f7f7f7, #fff 40%, #fff 60%, #f7f7f7 100%);
	background: -ms-linear-gradient(45deg, #f7f7f7, #fff 40%, #fff 60%, #f7f7f7 100%);
	background: linear-gradient(45deg, #f7f7f7, #fff 40%, #fff 60%, #f7f7f7 100%);
}

.index-heart-box .index-heart-bg .bg-box .bubble4 {
	width: 20.3125%;
	padding-top: 20.3125%;
	left: 85.2%;
	top: 17.78%;
}

.index-heart-box .index-heart-bg .bg-box .bubble4 .circle {
	background: -webkit-linear-gradient(135deg, #f7f7f7, #fff 55%, #fff 65%, #f7f7f7 100%);
	background: -ms-linear-gradient(135deg, #f7f7f7, #fff 55%, #fff 65%, #f7f7f7 100%);
	background: linear-gradient(135deg, #f7f7f7, #fff 55%, #fff 65%, #f7f7f7 100%);
}

.index-heart-box .index-heart-bg .bg-box .bubble5 {
	width: 30.73%;
	padding-top: 30.73%;
	left: 74.479%;
	top: 61%;
}

.index-heart-box .index-heart-bg .bg-box .bubble5 .circle {
	background: -webkit-linear-gradient(135deg, #fdf3f4, #fff 55%, #fff 65%, #fdf3f4 100%);
	background: -ms-linear-gradient(135deg, #fdf3f4, #fff 55%, #fff 65%, #fdf3f4 100%);
	background: linear-gradient(135deg, #fdf3f4, #fff 55%, #fff 65%, #fdf3f4 100%);
}

.index-heart-box .index-heart-bg .left-bg .bubble1 {
	width: 10px;
	padding-top: 10px;
	left: 28.9%;
	top: 37%;
}

.index-heart-box .index-heart-bg .left-bg .bubble1 .circle {
	background-color: #e2bb6a;
	opacity: .1;
}

.index-heart-box .index-heart-bg .left-bg .bubble2 {
	width: 20px;
	padding-top: 20px;
	left: 6.354%;
	top: 39.27%;
}

.index-heart-box .index-heart-bg .left-bg .bubble2 .circle {
	background-color: #e2bb6a;
	opacity: .1;
}

.index-heart-box .index-heart-bg .left-bg .bubble3 {
	width: 16px;
	padding-top: 16px;
	left: 9.6875%;
	top: 49.17%;
}

.index-heart-box .index-heart-bg .left-bg .bubble3 .circle {
	background-color: #e2bb6a;
	opacity: .1;
}

.index-heart-box .index-heart-bg .left-bg .bubble4 {
	width: 20px;
	padding-top: 20px;
	left: 36.979%;
	top: 97.6%;
}

.index-heart-box .index-heart-bg .left-bg .bubble4 .circle {
	background-color: #e2bb6a;
}

.index-heart-box .index-heart-bg .left-bg .bubble5 {
	width: 30px;
	padding-top: 30px;
	left: 23.854%;
	top: 74.27%;
}

.index-heart-box .index-heart-bg .left-bg .bubble5 .circle {
	background-color: #e2bb6a;
	opacity: .1;
}

.index-heart-box .index-heart-bg .left-bg .bubble6 {
	width: 5.73%;
	padding-top: 5.73%;
	left: 46.4%;
	top: 60.417%;
}

.index-heart-box .index-heart-bg .left-bg .bubble6 .circle {
	border: 1px solid #e2bb6a;
}

.index-heart-box .index-heart-bg .left-bg .bubble7 {
	width: 76px;
	padding-top: 76px;
	left: 28.854%;
	top: 47.3%;
}

.index-heart-box .index-heart-bg .left-bg .bubble7 .circle {
	background-color: #ffecee;
}

.index-heart-box .index-heart-bg .left-bg .bubble8 {
	width: 20px;
	padding-top: 20px;
	left: 30.2%;
	top: 15.3125%;
}

.index-heart-box .index-heart-bg .left-bg .bubble8 .circle {
	border: 1px solid #e2bb6a;
}

.index-heart-box .index-heart-bg .left-bg .bubble10 {
	width: 80px;
	padding-top: 80px;
	left: 36%;
	top: 33.33%;
	opacity: 0.5;
}

.index-heart-box .index-heart-bg .left-bg .bubble10 .circle {
	border: 2px solid #e2bb6a;
}

.index-heart-box .index-heart-bg .left-bg .bubble11 {
	width: 120px;
	padding-top: 120px;
	left: 10.479%;
	top: 81.77%;
}

.index-heart-box .index-heart-bg .left-bg .bubble11 .circle {
	border: 2px solid #58bc8d;
	opacity: 0.5;
}

.index-heart-box .index-heart-bg .right-bg .bubble1 {
	width: 10px;
	padding-top: 10px;
	left: 79.17%;
	top: 42.7%;
}

.index-heart-box .index-heart-bg .right-bg .bubble1 .circle {
	background-color: #e2bb6a;
	opacity: .1;
}

.index-heart-box .index-heart-bg .right-bg .bubble2 {
	width: 8px;
	padding-top: 8px;
	left: 66.14%;
	top: 50.52%;
}

.index-heart-box .index-heart-bg .right-bg .bubble2 .circle {
	background-color: #e2bb6a;
	opacity: .1;
}

.index-heart-box .index-heart-bg .right-bg .bubble3 {
	width: 12px;
	padding-top: 12px;
	left: 67.5%;
	top: 86%;
}

.index-heart-box .index-heart-bg .right-bg .bubble3 .circle {
	background-color: #e2bb6a;
	opacity: .1;
}

.index-heart-box .index-heart-bg .right-bg .bubble4 {
	width: 18px;
	padding-top: 18px;
	left: 64.8958%;
	top: 57.3958%;
}

.index-heart-box .index-heart-bg .right-bg .bubble4 .circle {
	background-color: #e2bb6a;
	opacity: .1;
}

.index-heart-box .index-heart-bg .right-bg .bubble5 {
	width: 6px;
	padding-top: 6px;
	left: 73.8%;
	top: 54.6875%;
}

.index-heart-box .index-heart-bg .right-bg .bubble5 .circle {
	background-color: #e2bb6a;
	opacity: .1;
}

.index-heart-box .index-heart-bg .right-bg .bubble6 {
	width: 8px;
	padding-top: 8px;
	left: 56.6%;
	top: 43.4375%;
}

.index-heart-box .index-heart-bg .right-bg .bubble6 .circle {
	background-color: #e2bb6a;
	opacity: .1;
}

.index-heart-box .index-heart-bg .right-bg .bubble7 {
	width: 40px;
	padding-top: 40px;
	left: 54.6875%;
	top: 91.11%;
}

.index-heart-box .index-heart-bg .right-bg .bubble7 .circle {
	border: 1px solid #e2bb6a;
}

.index-heart-box .index-heart-bg .right-bg .bubble8 {
	width: 16px;
	padding-top: 16px;
	left: 90.76%;
	top: 54.479%;
}

.index-heart-box .index-heart-bg .right-bg .bubble8 .circle {
	background-color: #eee;
}

.index-heart-box .index-heart-bg .right-bg .bubble9 {
	width: 18px;
	padding-top: 18px;
	left: 92.6%;
	top: 65.83%;
}

.index-heart-box .index-heart-bg .right-bg .bubble9 .circle {
	border: 1px solid #e2bb6a;
}

.index-heart-box .index-heart-bg .right-bg .bubble10 {
	width: 30px;
	padding-top: 30px;
	left: 52.7%;
	top: 41.1458%;
}

.index-heart-box .index-heart-bg .right-bg .bubble10 .circle {
	background-color: #e2bb6a;
	opacity: .1;
}

.index-heart-box .index-heart-bg .right-bg .bubble11 {
	width: 50px;
	padding-top: 50px;
	left: 71.2%;
	top: 34.8958%;
}

.index-heart-box .index-heart-bg .right-bg .bubble11 .circle {
	border: 1px solid #58bc8d;
}

.index-heart-box .index-heart-bg .right-bg .bubble12 {
	width: 68px;
	padding-top: 68px;
	left: 72%;
	top: 80.27%;
}

.index-heart-box .index-heart-bg .right-bg .bubble12 .circle {
	border: 2px solid #e2bb6a;
	opacity: 0.5;
}

.index-heart-box .text-inner {
	overflow: hidden;
}

.index-heart-box .text-inner p {
	transform: translateY(100%);
}

.index-heart-box .text1 {
	position: absolute;
	left: 0;
	bottom: 15%;
	width: 100%;
	text-align: center;
	font-size: 1.75rem;
	color: #333;
	line-height: 2.2rem;
	transform-origin: top center;
}

.index-heart-box .text1 span {
	font-size: 2.5rem;
	font-family: "gilroy-regular";
}

.index-heart-box .text2 {
	position: absolute;
	left: 0;
	bottom: 32%;
	width: 100%;
	text-align: center;
	font-size: 0;
}

.index-heart-box .text2 span {
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-size: .5rem;
	line-height: .6rem;
	color: #dc102e;
	padding-right: .7rem;
	position: relative;
	transform: translateY(100%);
}

.index-heart-box .text2 span:before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: .45rem;
	height: .45rem;
	background-color: #e2bb6a;
	border-radius: 100%;
	margin-top: -.225rem;
	background-image: url('../img/index-heart-more.png');
	background-size: .45rem;
	background-position: center;
	background-repeat: no-repeat;
}

.index-heart-box .cup-group-box {
	position: absolute;
	left: 0;
	top: 42%;
	width: 100%;
}

.index-heart-box .heart-cup-box {
	width: 2.15rem;
	margin: 0 auto;
	position: relative;
}

.index-heart-box .heart-cup {
	display: block;
	width: 2.15rem;
	position: relative;
	opacity: 0;
	transform: scale(1.7);
	transform-origin: 50% 80%;
}

.index-heart-box .heart-cup img {
	width: 100%;
}

.index-heart-box .heart-cup .bubble {
	position: absolute;
	border-radius: 100%;
}

.index-heart-box .heart-cup .bubble1 {
	width: .25rem;
	height: .25rem;
	background-color: #fff;
	left: 78.8%;
	top: 29.54%;
}

.index-heart-box .heart-cup .bubble1 {
	width: .25rem;
	height: .25rem;
	background-color: #fff;
	left: 21.378%;
	top: 54.421%;
}

.index-heart-box .heart-cup .bubble2 {
	width: .3rem;
	height: .3rem;
	background-color: #fff;
	left: 51.7647%;
	top: 62.5%;
}

.index-heart-box .heart-cup .bubble3 {
	width: .2rem;
	height: .2rem;
	border: 1px solid #fff;
	left: 72.473%;
	top: 61.4693%;
}

.index-heart-box .heart-cup .bubble4 {
	width: .2rem;
	height: .2rem;
	border: 1px solid #fff;
	left: 25.543%;
	top: 63.17%;
}

.index-heart-box .heart-cup .bubble5 {
	width: .2rem;
	height: .2rem;
	border: 1px solid #fff;
	left: 66.24%;
	top: 91%;
}

.index-heart-box .heart-cup .bubble6 {
	width: .2rem;
	height: .2rem;
	border: 1px solid #fff;
	left: 51.1244%;
	top: 73.295%;
}

.index-heart-box .heart-cup .bubble7 {
	width: .375rem;
	height: .375rem;
	border: 1px solid #fff;
	left: 24.5%;
	top: 76.42%;
}

.index-heart-box .heart-cup .bubble8 {
	width: .1rem;
	height: .1rem;
	border: 1px solid #fff;
	left: 48%;
	top: 80%;
}

.index-heart-box .heart-cup .bubble9 {
	width: .2rem;
	height: .2rem;
	background-color: #fff;
	left: 74%;
	top: 53%;
}

.index-heart-box .heart-cup .bubble10 {
	width: .25rem;
	height: .25rem;
	background-color: #f07f8d;
	left: 44%;
	top: 56%;
}

.index-heart-box .heart-cup .bubble11 {
	width: .25rem;
	height: .25rem;
	background-color: #f07f8d;
	left: 70%;
	top: 71%;
}

.index-heart-box .heart-cup .bubble12 {
	width: .25rem;
	height: .25rem;
	background-color: #f07f8d;
	left: 38%;
	top: 68%;
}

.index-heart-box .heart-cup .bubble13 {
	width: .1rem;
	height: .1rem;
	border: 1px solid #fff;
	left: 23%;
	top: 70.9693%;
}

.index-heart-box .heart-cup .bubble14 {
	width: .4rem;
	height: .4rem;
	background-color: #fff;
	left: 43%;
	top: 85%;
}

.index-heart-box .heart-cup .bubble15 {
	width: .25rem;
	height: .25rem;
	background-color: #f07f8d;
	left: 70%;
	top: 82.386%;
}

.index-heart-box .heart-cup .bubble16 {
	width: .15rem;
	height: .15rem;
	background-color: #fff;
	left: 63%;
	top: 78.85284%;
}

.index-heart-box .heart-cup .bubble17 {
	width: .25rem;
	height: .25rem;
	background-color: #f07f8d;
	left: 28%;
	top: 90.636%;
}

.index-heart-box .cup-bubbles .bubble {
	position: absolute;
	border-radius: 100%;
	left: 92%;
	top: -1%;
	transform: scale(0);
}

.index-heart-box .cup-bubbles .bubble .img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 100%;
}

.index-heart-box .cup-bubbles .bubble1 {
	width: 4.45rem;
	height: 4.45rem;
	margin: -2.225rem 0 0 -2.225rem;
	/* left:-205.263%;
	top:-267%; */
}

.index-heart-box .cup-bubbles .bubble2 {
	width: 7.25rem;
	height: 7.25rem;
	margin: -3.625rem 0 0 -3.625rem;
	/* left:57.8947%;
	top:-352.27%; */
	background-color: #fdf3f4;
}

.index-heart-box .cup-bubbles .bubble3 {
	width: 2rem;
	height: 2rem;
	margin: -1rem 0 0 -1rem;
	/* left:282.895%;
	top:-184%; */
	border: 2px solid #e2bb6a;
}

.index-heart-box .cup-bubbles .bubble4 {
	width: 2.35rem;
	height: 2.35rem;
	margin: -1.175rem 0 0 -1.175rem;
	/* left:138.16%;
	top:-173.86%; */
	background-color: #eee;
}

.index-heart-box .cup-bubbles .bubble5 {
	width: 1.65rem;
	height: 1.65rem;
	margin: -.875rem 0 0 -.875rem;
	/* left:21%;
	top:-170.45%; */
	border: 1px solid #e2bb6a;
}

.index-heart-box .cup-bubbles .bubble6 {
	width: .75rem;
	height: .75rem;
	margin: -.375rem 0 0 -.375rem;
	/* left:-42%;
	top:-156.8%; */
	background-color: #e2bb6a;
	opacity: .1;
}

.index-heart-box .cup-bubbles .bubble7 {
	width: .7rem;
	height: .7rem;
	margin: -.35rem 0 0 -.35rem;
	/* left:-56.578%;
	top:-129.54%; */
	background-color: #e2bb6a;
}

.index-heart-box .cup-bubbles .bubble8 {
	width: .7rem;
	height: .7rem;
	margin: -.35rem 0 0 -.35rem;
	/* left:223.684%;
	top:-113.63%; */
	background-color: #e2bb6a;
}

.index-heart-box .cup-bubbles .bubble9 {
	width: 3.25rem;
	height: 3.25rem;
	margin: -1.625rem 0 0 -1.625rem;
	/* left:5.26%;
	top:-114.77%; */
}

.index-heart-box .cup-bubbles .bubble10 {
	width: 4px;
	height: 4px;
	margin: -2px 0 0 -2px;
	/* left:203.947%;
	top:-69.3%; */
	background-color: #e2bb6a;
}

.index-heart-box .cup-bubbles .bubble11 {
	width: .35rem;
	height: .35rem;
	margin: -.175rem 0 0 -.175rem;
	/* left:0;
	top:-42%; */
	border: 1px solid #e2bb6a;
}

.index-heart-box .cup-bubbles .bubble12 {
	width: .5rem;
	height: .5rem;
	margin: -.25rem 0 0 -.25rem;
	/* left:92.1%;
	top:-31.25%; */
	border: 1px solid #e2bb6a;
}

.index-heart-box .cup-bubbles .bubble13 {
	width: 4px;
	height: 4px;
	margin: -2px 0 0 -2px;
	/* left:102.63%;
	top:-10.2%; */
	background-color: #e2bb6a;
}

.index-heart-box .heart-line {
	position: absolute;
	left: 190%;
	top: -20%;
	width: 986%;
	overflow: hidden;
}

.index-heart-box .heart-line img {
	width: 100%;
	opacity: 0;
}

.index-heart-box .heart-line .line {
	position: absolute;
	left: 0;
	top: 0;
	width: 0%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
}

.index-heart-box .heart-line .m-line {
	display: none;
}

@keyframes rotate-m {
	0% {
		transform: translateX(-50%) translateY(-50%) rotate(0deg) translateX(-350px) rotate(0deg);
	}

	100% {
		transform: translateX(-50%) translateY(-50%) rotate(360deg) translateX(-350px) rotate(-360deg);
	}
}

@keyframes rotate-l {
	0% {
		transform: translateX(-50%) translateY(-50%) rotate(90deg) translateX(-350px) rotate(-90deg);
	}

	100% {
		transform: translateX(-50%) translateY(-50%) rotate(450deg) translateX(-350px) rotate(-450deg);
	}
}

@keyframes rotate-j {
	0% {
		transform: translateX(-50%) translateY(-50%) rotate(180deg) translateX(-350px) rotate(-180deg);
	}

	100% {
		transform: translateX(-50%) translateY(-50%) rotate(540deg) translateX(-350px) rotate(-540deg);
	}
}

@keyframes rotate-z {
	0% {
		transform: translateX(-50%) translateY(-50%) rotate(270deg) translateX(-350px) rotate(-270deg);
	}

	100% {
		transform: translateX(-50%) translateY(-50%) rotate(630deg) translateX(-350px) rotate(-630deg);
	}
}

@keyframes movebg {
	0% {
		background-position: 157px 0;
	}

	50% {
		background-position: -157px 0;
	}

	100% {
		background-position: 157px 0;
	}
}

@keyframes movecircle {
	0% {
		left: 0;
	}

	50% {
		left: 30px;
	}

	100% {
		left: 0;
	}
}

@keyframes movecircle2 {
	0% {
		left: 30px;
	}

	50% {
		left: 0;
	}

	100% {
		left: 30px;
	}
}

@keyframes rotate {
	50% {
		border-radius: 38%;
		transform: rotate(180deg);
	}

	100% {
		border-radius: 45%;
		transform: rotate(360deg);
	}
}

@keyframes spin {
	to {
		transform: rotate(1turn);
	}
}

@keyframes spin2 {
	to {
		transform: rotate(-1turn);
	}
}

@keyframes spin-reverse {
	from {
		transform: rotate(1turn);
	}
}

@keyframes spin-reverse2 {
	from {
		transform: rotate(-1turn);
	}
}

@keyframes anim {
	0% {
		-webkit-transform: rotate(0) translate(1%, 0) rotate(0);
		transform: rotate(0) translate(1%, 0) rotate(0);
	}

	50% {
		-webkit-transform: rotate(180deg) translate(1%, .3%) rotate(-180deg);
		transform: rotate(180deg) translate(1%, .3%) rotate(-180deg);
	}

	100% {
		-webkit-transform: rotate(360deg) translate(1%, 0) rotate(-360deg);
		transform: rotate(360deg) translate(1%, 0) rotate(-360deg);
	}
}

@-webkit-keyframes anim {
	0% {
		-webkit-transform: rotate(0) translate(1%, 0) rotate(0);
		transform: rotate(0) translate(1%, 0) rotate(0);
	}

	50% {
		-webkit-transform: rotate(180deg) translate(1%, .3%) rotate(-180deg);
		transform: rotate(180deg) translate(1%, .3%) rotate(-180deg);
	}

	100% {
		-webkit-transform: rotate(360deg) translate(1%, 0) rotate(-360deg);
		transform: rotate(360deg) translate(1%, 0) rotate(-360deg);
	}
}

@-ms-keyframes anim {
	0% {
		-webkit-transform: rotate(0) translate(1%, 0) rotate(0);
		transform: rotate(0) translate(1%, 0) rotate(0);
	}

	50% {
		-webkit-transform: rotate(180deg) translate(1%, .3%) rotate(-180deg);
		transform: rotate(180deg) translate(1%, .3%) rotate(-180deg);
	}

	100% {
		-webkit-transform: rotate(360deg) translate(1%, 0) rotate(-360deg);
		transform: rotate(360deg) translate(1%, 0) rotate(-360deg);
	}
}

@keyframes anim2 {
	0% {
		-webkit-transform: rotate(0) translate(1%, 0) rotate(0);
		transform: rotate(0) translate(1%, 0) rotate(0);
	}

	50% {
		-webkit-transform: rotate(-180deg) translate(1%, .3%) rotate(180deg);
		transform: rotate(-180deg) translate(1%, .3%) rotate(180deg);
	}

	100% {
		-webkit-transform: rotate(-360deg) translate(1%, 0) rotate(360deg);
		transform: rotate(-360deg) translate(1%, 0) rotate(360deg);
	}
}

@-webkit-keyframes anim2 {
	0% {
		-webkit-transform: rotate(0) translate(1%, 0) rotate(0);
		transform: rotate(0) translate(1%, 0) rotate(0);
	}

	50% {
		-webkit-transform: rotate(-180deg) translate(1%, 1%) rotate(180deg);
		transform: rotate(-180deg) translate(1%, 1%) rotate(180deg);
	}

	100% {
		-webkit-transform: rotate(-360deg) translate(1%, 0) rotate(360deg);
		transform: rotate(-360deg) translate(1%, 0) rotate(360deg);
	}
}