@charset "UTF-8";
/* CSS Document */

*{
	box-sizing: border-box;
	position: relative;
}
.ani{
	padding-top: 30px;
}

.imgbox{
	overflow: hidden;
	border: 0;
}
.imgbox-inner{
	width: 100%;
	padding-top: calc(100% *3/5);
	height: 0;
	position: relative;
	border: 0;
}
.imgbox-other{
	width: 100%;
	padding-top: 50px;
	height: 0;
	position: relative;
	border: 0;
}
.bottom{
	border: 0;
	margin-top: -30%;
}
.bottom .button{
	background-color: #413A44;
	margin-top: -2px;
	z-index: 100px;
}
.bottombox{
	background-color: #413A44;
	width: 100%;
	padding-top: calc(100% *1/1);
	height: 0;
	position: relative;
	border: 0;
	display: flex;
	text-align: center;
	justify-content: center;
}
.phone{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	text-align: center;
	justify-content: center;
	box-sizing: border-box;
	overflow: visible;
	flex-direction: column;
}
.demoTop{
	color: #ffffff;
	font-size:24px;
	letter-spacing: 0.6px;
	line-height: 50px;
	width: 100%;
	padding-top: 10%;
	text-align: center;
	text-shadow:0px 1px 16px rgba(20%,12%,16%,0.5);
}
.demoBottom{
	color: #ffffff;
	font-size:24px;
	letter-spacing: 0.6px;
	line-height: 50px;
	width: 100%;
	padding-top: 61%;
	text-align: center;
	text-shadow:0px 1px 16px rgba(20%,12%,16%,0.5);
}
.imgbox .img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	
}
.topbar{
	background-color: rgba(85, 66, 100, 0.2);
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 100;
}
.logo{
	position: relative;
	left: 15px;
	display:flex;
	align-items: center;
}
.name{
	font-size: 16px;
	letter-spacing: 0.53px;
	color:#ffffff;
	padding-left: 9px;
}
.slogan{
	display: flex;
	text-align: center;
	justify-content: center;
	background-image: url(../images/slogan_bg_s.png);
	background-repeat: no-repeat;
	background-position: center;
	box-sizing: border-box;
	overflow: visible;
	height: 46px;
	width:100%;
	margin-top: 10%;
}
.slogan-2{
	display: flex;
	text-align: center;
	justify-content: center;
	background-image: url(../images/slogan_bg_m.png);
	background-repeat: no-repeat;
	background-position: center;
	box-sizing: border-box;
	overflow: visible;
	height: 55px;
	width:100%;
	margin-top: 20%;
}
.icon{
	padding-top: 8px;
}
.separation .icon{
	padding-top: 21px;
}
.separation .words{
	color: #ffffff;
	padding-top: 25px;
	padding-left: 6px;
	font-size: 16px;
	display: flex;
	letter-spacing: 0.6px;
	text-shadow:0px 1px 16px rgba(20%,12%,16%,0.8);
	
}
.slogan-2 .icon{
	padding-top: 13.5px;
}
.status{
	display: flex;
	text-align: center;
	justify-content: center;
	box-sizing: border-box;
	overflow: visible;
}
.bar{
	display: flex;
	text-align: center;
	justify-content: center;
	box-sizing: border-box;
	overflow: visible;
	background-color: #413A44;
	margin-top: -1px;
}
.words{
	color: #ffffff;
	padding-top: 11px;
	padding-left: 4px;
	font-size: 20px;
	display: flex;
	letter-spacing: 0.8px;
	text-shadow:0px 1px 16px rgba(20%,12%,16%,0.8);
	font-weight: 500;
	
}
.slogan-2 .words{
	color: #ffffff;
	padding-top: 14px;
	padding-left: 6px;
	font-size: 24px;
	display: flex;
	letter-spacing: 0.8px;
	text-shadow:0px 1px 16px rgba(20%,12%,16%,0.8);
	font-weight: 500;
	
}
.button{
}
.button a{
	margin-top: 60px;
	background: linear-gradient(-45deg, #EB84FF, #809EFF);
	border-radius: 27px;
	padding: 17px 36px;
	text-decoration: none;
	font-size: 16px;
	color: #ffffff;
	box-shadow:5px 8px 9px rgba(56%,28%,67%,0.3);
	cursor: pointer;
	
}
.button a:hover{
	background: linear-gradient(-45deg, #E66FFD, #7293FF);
	
}
a {
	cursor: pointer;
}
.options{
	background-color: #5E5565;
	background-size: 80%;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center; 
	flex-direction: column;
    position: relative
}
.options:before { position: absolute; height: 32.5%;width: 100%; content: ""; background-color: #413A44; bottom: 0; left: 0; right: 0;}

.heart{
	padding-top:40px;
}
.description{
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.6px;
	width: 150px;
	text-align: center;
	padding-top: 27px;
}
.men{
	padding-top: 36px;
	padding-bottom: 12px;
	Animation: name 1s 2s both;
}


@keyframes moveRight{
 	0%{
		padding-top: 100px;
	}
	100%{
		
	}
}
.men img{
	padding-left: 10px;
	padding-right: 10px;
}
.women{
	padding-top: 12px;
	margin-bottom: 12px;
}
.women img{
	padding-left: 10px;
	padding-right: 10px;
}
.separation{
	display: flex;
	text-align: center;
	justify-content: center;
	background-image: url(../images/eatcandy.png);
	background-repeat: no-repeat;
	background-position: center;
	box-sizing: border-box;
	overflow: visible;
	height: 66px;
	width:100%;
	margin-top: 24px;
}
.bottom .separation{
	background-image: url(../images/candysbg.png);
}

.scenarios{
	overflow: hidden;
	border: 0;
	width:100%;
	background-color: #413A44;
	vertical-align: middle;
	padding-top: 43px;
	padding-bottom: 0px;
	margin-top: -2px;
	display: flex;
	align-content: center;
	justify-content: center;
}
.scenarios p{
	vertical-align: middle;
	color:#ffffff;
	padding-top: 30%;
	font-size: 22px;
	letter-spacing: 0.6px;
	text-shadow:0px 1px 10px rgba(6%,7%,16%,0.9);
}
.scenario-inners{
	width: 30%;
	padding-top: calc(100% *2/3);
	height: 0;
	position: relative;
	border: 0;
	text-align: center;
	display: inline-block;
	border-radius: 20px;
}
.movies{
	width: 95%;
	height: 30.5%;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
	display: inline-block;
	border-radius: 30px;
}
.coffees{
	width: 95%;
	height: 30.5%;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
	display: inline-block;
	border-radius: 30px;
}

.wines{
	width: 95%;
	height: 30.5%;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
	display: inline-block;
	border-radius: 30px;
}
.rights{
	color: #ffffff;
	display: flex;
	align-content: center;
	text-align: center;
	justify-content: center;
	font-size: 12px;
	letter-spacing: 0.3px;
	padding-top: 55px;
	padding-bottom: 52px;
	background-color: #413A44;
	margin-top: -2px;
	z-index: -100px;
}
.rights a{
	color: #ECC3FF;
	text-decoration: none;
}

@media (max-width: 1024px){
	
}
@media (max-width: 920px){
	.imgbox-inner{
	width: 100%;
	padding-top: calc(100% *3/4);
	height: 0;
	position: relative;
	border: 0;
	}
}
@media (max-width: 768px){
	.imgbox-inner{
	width: 100%;
	padding-top: calc(100% *3/4);
	height: 0;
	position: relative;
	border: 0;
	}
}
@media (max-width: 580px){
	.imgbox-inner{
	width: 100%;
	padding-top: calc(100% *1);
	height: 0;
	position: relative;
	border: 0;
	}
	.demoTop{
	color: #ffffff;
	font-size:20px;
	letter-spacing: 0.45px;
	line-height: 48px;
	width: 100%;
	padding-top: 10%;
	text-align: center;
	}
	.demoBottom{
	color: #ffffff;
	font-size:20px;
	letter-spacing: 0.45px;
	line-height: 48px;
	width: 100%;
	padding-top: 61%;
	text-align: center;
	}
	.scenarios p{
	vertical-align: middle;
	color:#ffffff;
	padding-top: 30%;
	font-size: 16px;
	letter-spacing: 0.6px;
	text-shadow:0px 1px 10px rgba(6%,7%,16%,0.9);
	}
}
@media (max-width: 425px){
	.imgbox-inner{
	width: 100%;
	padding-top: calc(100% *7/4);
	height: 0;
	position: relative;
	border: 0;
	}
	.bottombox{
	width: 100%;
	padding-top: calc(100% *5/3);
	height: 0;
	position: relative;
	border: 0;
	}

	.phone{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	text-align: center;
	justify-content: center;
	box-sizing: border-box;
	overflow: visible;
		
	}
	.imgbox .img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left;
	}
	.scenarios{
	overflow: hidden;
	border: 0;
	width:100%;
	background-color: #413A44;
	vertical-align: middle;
	padding-top: 43px;
	padding-bottom: 0px;
	margin-top: -2px;
	margin-bottom: -100%;
	display: flex;
	flex-flow: column;
	align-content: center;
	justify-content: center;
	}
	.scenario-inners{
	width: 90%;
	padding-top: calc(100vw *1.8);
	height: 0;
	position: relative;
	border: 0;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	border-radius: 20px;
	}
	.movies{
	width: 95%;
	height: 30.5%;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
	border-radius: 20px;
	margin-left: 8%;
	}
	.coffees{
	width: 95%;
	height: 30.5%;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
	border-radius: 20px;
	margin-left: 8%;
	margin-top: -135%;
	}

	.wines{
	width: 95%;
	height: 30.5%;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
	border-radius: 20px;
	margin-left: 8%;
	margin-top: -269.3%;
	}
	.bottom{
	border: 0;
	margin-top: -350%;
	}
	.demoTop{
	color: #ffffff;
	font-size:16px;
	letter-spacing: 0.4px;
	line-height: 30px;
	width: 100%;
	padding-top: 9%;
	text-align: center;
	}
	.demoBottom{
	color: #ffffff;
	font-size:16px;
	letter-spacing: 0.4px;
	line-height: 30px;
	width: 100%;
	padding-top: 114%;
	text-align: center;
	}
	.slogan{
	display: flex;
	text-align: center;
	justify-content: center;
	background-image: url(../images/slogan_bg_s.png);
	background-repeat: no-repeat;
	background-position: center;
	box-sizing: border-box;
	overflow: visible;
	height: 46px;
	width:100%;
	margin-top: 96px;
	}
	.slogan-2{
	display: flex;
	text-align: center;
	justify-content: center;
	background-image: url(../images/slogan_bg_m.png);
	background-repeat: no-repeat;
	background-position: center;
	box-sizing: border-box;
	overflow: visible;
	height: 55px;
	width:100%;
	margin-top: 234px;
	}
	.scenarios p{
	vertical-align: middle;
	color:#ffffff;
	padding-top: 30%;
	font-size: 20px;
	letter-spacing: 0.6px;
	text-shadow:0px 1px 10px rgba(6%,7%,16%,0.9);
	}
}
	
a:-webkit-any-link {
	cursor: pointer;
	z-index: 200;
}
.rights a:hover{
    color: #D09CE8;
}
