@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);

/*================================================================================
	common
================================================================================*/
html,body {
	margin: 0;
	/*font-family: 'Noto Sans TC', sans-serif;*/
    font-family: Arial, '微軟正黑體', sans-serif;
    font-size: 1rem;
    line-height: 1.45;
    color: #444444;
    background: #E2D1BC;
}
body.hidden {
	overflow: hidden;
}
a {
	color: #333;
	text-decoration: none;
	outline: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.wrapper {
	float: left;
    width: 100%;
    /*padding-top: 74px;*/
    background: url(../images/sub_top_bg.png) no-repeat center 0;
}
.homepage .wrapper {
	background: none;
}

/*--------- header ----------*/
header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	/*background-color: #FFF;*/
	z-index: 9999;
	transition: all 0.4s ease-in-out;
}
header.fixed_top {
	background: #FFF;
}
header.hideUp {
    top: -82px;
}
.inner-block {
	max-width: 1200px;
	margin: 0 auto;
}
.logo {
	float:left;
	width: 100%;
    text-align: center;
	/*margin: 16px 15px 0 15px;*/
	margin: 15px 0;
}
header.fixed_top .logo {
	margin-top: 11px;
}
nav.nav {
	display: none;
	float: right;
	margin: 10px;
	font-size: 1.1rem;
}
header.fixed_top nav.nav {
	margin: 5px 10px;
}
nav.nav ul {
	display: flex;
}
nav.nav ul li {
	margin: 12px 20px;
}
nav.nav ul li a {
	display: block;
	color: #000;
	padding: 8px 0 5px 0;
}
.homepage header.fixed_top nav.nav ul li a {
	color: #000;
}
.homepage nav.nav ul li a {
	color: #FFF;
}
nav.nav ul li a:hover, 
.homepage header.fixed_top nav.nav ul li a:hover, 
nav.nav ul li.active a {
	color: #CC506C;
}
nav.nav ul li.btn-login {
	margin-right: 0;
}
nav.nav ul li.btn-login a, 
.homepage header.fixed_top nav.nav ul li.btn-login a {
	color: #FFF;
	background-color: #CC506C;
	border-radius: 30px;
	padding: 8px 20px 5px 20px;
}
nav.nav ul li.btn-login a:hover, 
.homepage header.fixed_top nav.nav ul li.btn-login a:hover {
	color: #FFF;
	background-color: #b13f58;
}

/*.burgar-btn {
	position: relative;
	display: none;
	float: right;
	width: 30px;
	z-index: 50;
}
.burgar-btn span {
	display: block;
	border: #CC506C 3px solid;
	width: 100%;
	border-radius: 5px;
	margin-bottom: 4px;
	transition: 0.3s;
}
.burgar-btn span:nth-child(1) {
	transform-origin:0 0;
}
.burgar-btn span:nth-child(3) {
	transform-origin:100% 100%;
}
.show .burgar-btn {
	margin: 0;
}
.show .burgar-btn span:nth-child(1) {
	transform: translateY(0) rotate(45deg);
}
.show .burgar-btn span:nth-child(2) {
	display: none;
}
.show .burgar-btn span:nth-child(3) {
	transform: translateY(-15px) rotate(-45deg);
}*/

/* burgar-btn */
.burgar-btn {
	display: none;
	float: right;
	width: 30px;  
	height: 24px;  
	margin: 23px;  
	position: relative;  
	cursor: pointer;  
	z-index: 50;
	}
.burgar-btn span{  
	display: block;
	background-color:#CC506C;  
	position: absolute;  
	border-radius: 5px;  
	transition: .3s cubic-bezier(.8, .5, .2, 1.4);  
	width:100%;
	height: 4px;  
	transition-duration: 500ms
}
.burgar-btn span:nth-child(1){  
	top:0px;  
	left: 0px;
}
.burgar-btn span:nth-child(2){  
	top:10px;  
	left: 0px;  
	opacity:1;
}
.burgar-btn span:nth-child(3){  
	bottom:0px;  
	left: 0px;
}
/*.burgar-btn:not(.open):hover span:nth-child(1){  
	transform: rotate(-3deg) scaleY(1.1);
	}
.burgar-btn:not(.open):hover span:nth-child(2){  
	transform: rotate(3deg) scaleY(1.1);
}
.burgar-btn:not(.open):hover span:nth-child(3){  
	transform: rotate(-4deg) scaleY(1.1);
}*/
.show .burgar-btn span:nth-child(1){  
	transform: rotate(45deg);  
	top: 13px;
	}
.show .burgar-btn span:nth-child(2){  
	opacity:0;
	}
.show .burgar-btn span:nth-child(3){  
	transform: rotate(-45deg);  
	top: 13px;}

@media (max-width: 768px) {
	.burgar-btn {
		/*display: block;*/
		display: none;
	}
	nav.nav {
		position: absolute;
		top: -50px;
		left: 0;
		width: 100%;
		height: 100vh;
		font-size: 1.3rem;
		background-color: #e6b700;
		padding: 60px 30px 30px 30px;
		margin: 0 !important;
		opacity: 0;
		transition: all 0.3s;
		visibility: hidden;
	}
	.show nav.nav {
		opacity: 1;
		top: 0;
		visibility: visible;
	}
	nav.nav ul {
		display: block;
	}
	nav.nav ul li {
		margin: 0;
		padding: 10px 20px;
		text-align: center;
	}
	.homepage nav.nav ul li a {
		color: #000;
	}
	nav.nav ul li.btn-login a {
		color: #FFF;
	}
}

/*--------- home ---------*/
.maintop {
	float: left;
	width: 100%;
	overflow: hidden;
	background: #6ec5d6 url(../images/top_bg.jpg) no-repeat center bottom;
}
.maintop-inner {
	position: relative;
	width: 100%;
	max-width: 1226px;
	margin: 0 auto;
}
.banner-slogn {
	color: #FFF;
	text-align: center;
	padding: 70px 0;
    margin-top: 90px;
	margin-right: 90px;
    text-shadow: rgb(51 51 51 / 0.5) 2px 2px 5px;
}
.banner-slogn h1 {
	font-size: 3.1rem;
}
.banner-slogn h2 {
	font-size: 2.6rem;
}
.banner-slogn h1, .banner-slogn h2 {
	transition:opacity .5s ease,all .5s ease-out; 
	opacity:0;
	transform: translateY(-50px);
}
.banner-slogn.play h1, .banner-slogn.play h2 {
	opacity:1;
	transform: translateY(0px);
}
.banner-slogn.play h2 {
	transition-delay: .5s;
}
.banner-scenes {
	margin-bottom: 32px;
	transition:opacity .5s ease,all .5s ease-out; 
	opacity:0;
	transform: translateY(50px);
	background: url(../images/top_scene.png) no-repeat center top;
	width: 100%;
	height: 527px;
}
.banner-scenes.play {
	opacity:1;
	transform: translateY(0px);
}
.banner-scenes-balloon {
	position: absolute;
	right: 140px;
	top: 100px;
	transition:opacity .5s ease,top .5s ease-out; 
	opacity:0;

}
.banner-scenes-balloon.play {
	opacity: 1;
	top: 120px;
	transition-delay: .85s;

}
/*--------- content ---------*/
.maincontent {
	float: left;
	width: 100%;
}
.homepage .maincontent {
	background: url(../images/home_bg.jpg) center top no-repeat;
}
.maincontent-inner {
	position: relative;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 15px;
}
.homepage .maincontent .maincontent-inner {
	padding: 0;
}
.about-content, .contact-content {
	max-width: 550px;
	margin: 0 auto;
	margin-bottom: 100px;
	font-size: 1.05rem;
}
.text-content div {
	margin-bottom: 30px;
}
.text-content h4 {
	color: #ac6a00;
	font-size: 1.6rem;
	margin-bottom: 5px;
}
.text-content p {
	margin-bottom: 5px;
	text-align: justify; 
	text-justify: inter-ideograph; 
	-ms-text-justify: inter-ideograph; 
	-moz-text-align-last:justify; 
	-webkit-text-align-last:justify;
}
.txt-summary {
	font-size: 1.7rem;
    font-style: italic;
    color: #ac6a00;   
}
.txt-summary p {
	text-align: center;
}
.txt-summary span {
	font-size: 2.5rem;
}
.role-player {
	position: absolute;
	top: -125px;
	left: 190px;
	z-index: 100;
	width: 120px;
	height: 150px;
	background: url(../images/role_player.png) no-repeat 0 0;
}
/*.role-player.walk {
	animation-timing-function: steps(2); 
	animation-iteration-count: infinite;  
	animation-direction: alternate; 
	animation-duration: 2s; 
	animation-name:anim_walk;
}
@keyframes anim_walk {
	0%{
		background-position: 0 0;
	}
	100%{
		background-position: -240px 0;
	}
}*/
/*role player animate*/
@media (min-width: 769px) {
.move1 {
	animation:move1 1 2s forwards; 
	-webkit-animation:move1 1 1.5s forwards;
}
.move2 {
	animation:move2 1 4s forwards; 
	-webkit-animation:move2 1 2.5s forwards;
}
.move3 {
	animation:move3 1 2s forwards; 
	-webkit-animation:move3 1 1.5s forwards;
}
.move4 {
	animation:move4 1 2s forwards; 
	-webkit-animation:move4 1 1.5s forwards;
}
.move5 {
	animation:move5 1 4s forwards; 
	-webkit-animation:move5 1 2.5s forwards;
}
.move6 {
	animation:move6 1 5s forwards; 
	-webkit-animation:move6 1 3s forwards;
}
.move7 {
	animation:move7 1 2s forwards; 
	-webkit-animation:move7 1 1.5s forwards;
}

@keyframes move1 {
	0%{
		top: -125px;
		left: 190px;
	}
	100%{
		top: 270px;
		left: 185px;
	}
}
@keyframes move2 {
	0%{
		top: 270px;
		left: 185px;
	}
	20%{
		top: 500px;
		left: 200px;
	}
	30%{
		top: 540px;
		left: 300px;
	}
	70%{
		top: 540px;
		left: 860px;
	}
	80%{
		top: 640px;
		left: 910px;
	}
	100%{
		top: 990px;
		left: 910px;
	}
}
@keyframes move3 {
	0%{
		top: 1000px;
		left: 910px;
	}
	60%{
		top: 1380px;
		left: 910px;
	}
	80%{
		opacity: 1;
	}
	100%{
		top: 1430px;
		left: 760px;
		opacity: 0;
	}
}
@keyframes move4 {
	0%{
		top: 2300px;
		left: 145px;
		opacity: 0;
	}
	20%{
		opacity: 1;
	}
	100%{
		top: 2520px;
		left: 145px;
	}
}
@keyframes move5 {
	0%{
		top: 2520px;
		left: 145px;
	}
	20%{
		top: 2800px;
		left: 170px;
	}
	30%{
		top: 2900px;
		left: 280px;
	}
	70%{
		top: 3000px;
		left: 800px;
	}
	80%{
		top: 3100px;
		left: 890px;
	}
	100%{
		top: 3300px;
		left: 890px;
	}
}
@keyframes move6 {
	0%{
		top: 3300px;
		left: 890px;
	}
	15%{
		top: 3680px;
		left: 870px;
	}
	25%{
		top: 3770px;
		left: 770px;
	}
	50%{
		top: 3870px;
		left: 140px;
	}
	60%{
		top: 3950px;
		left: 70px;
	}
	80%{
		top: 4370px;
		left: 80px;
	}
	90%{
		top: 4450px;
		left: 180px;
	}
	100%{
		top: 4460px;
		left: 370px;
	}
}
@keyframes move7 {
	0%{
		top: 4460px;
		left: 370px;
		opacity: 1;
	}
	10%{
		top: 4460px;
		left: 400px;
		opacity: 0;
	}
	15%{
		top: 4560px;
		left: 500px;
		opacity: 0;
	}
	25%{
		top: 4600px;
		left: 500px;
		opacity: 1;
	}
	80%{
		top: 4960px;
		left: 500px;
		opacity: 1;
	}
	100%{
		top: 5060px;
		left: 500px;
		opacity: 0;
	}
}
}

@media (min-width: 601px) and (max-width: 768px) {
	.role-player {
		left: 80px;
	}
.move1 {
	animation:move1 1 2s forwards; 
	-webkit-animation:move1 1 1.5s forwards;
}
.move2 {
	animation:move2 1 4s forwards; 
	-webkit-animation:move2 1 2.5s forwards;
}
.move3 {
	animation:move3 1 2s forwards; 
	-webkit-animation:move3 1 1.5s forwards;
}
.move4 {
	animation:move4 1 2s forwards; 
	-webkit-animation:move4 1 1.5s forwards;
}
.move5 {
	animation:move5 1 4s forwards; 
	-webkit-animation:move5 1 2.5s forwards;
}
.move6 {
	animation:move6 1 5s forwards; 
	-webkit-animation:move6 1 3s forwards;
}
.move7 {
	animation:move7 1 2s forwards; 
	-webkit-animation:move7 1 1.5s forwards;
}

@keyframes move1 {
	0%{
		top: -125px;
		left: 80px;
	}
	100%{
		top: 270px;
		left: 75px;
	}
}
@keyframes move2 {
	0%{
		top: 270px;
		left: 75px;
	}
	60%{
		top: 685px;
		left: 90px;
	}
	80%{
		top: 750px;
		left: 190px;
	}
	100%{
		top: 750px;
		left: 470px;
	}
}
@keyframes move3 {
	0%{
		top: 740px;
		left: 570px;
	}
	20%{
		top: 755px;
		left: 610px;
	}
	80%{
		top: 2000px;
		left: 610px;
		opacity: 1;
	}
	100%{
		top: 2090px;
		left: 610px;
		opacity: 0;
	}
}
@keyframes move4 {
	0%{
		top: 3030px;
		left: 40px;
		opacity: 1;
	}
	100%{
		opacity: 1;
		top: 3050px;
		left: 40px;
	}
}
@keyframes move5 {
	0%{
		top: 3050px;
		left: 40px;
	}
	20%{
		top: 3660px;
		left: 75px;
	}
	80%{
		top: 3850px;
		left: 570px;
	}
	100%{
		top: 3990px;
		left: 610px;
	}
}
@keyframes move6 {
	0%{
		top: 3990px;
		left: 610px;
	}
	20%{
		top: 4600px;
		left: 610px;
	}
	30%{
		top: 4700px;
		left: 570px;
	}
	50%{
		top: 4900px;
		left: 85px;
	}
	60%{
		top: 5300px;
		left: 60px;
	}
	80%{
		top: 5450px;
		left: 60px;
	}
	90%{
		top: 5510px;
		left: 70px;
	}
	100%{
		top: 5550px;
		left: 90px;
	}
}
@keyframes move7 {
	0%{
		top: 5550px;
		left: 90px;
	}
	20%{
		top: 5700px;
		left: 300px;
	}
	40%{
		top: 5800px;
		left: 330px;
	}
	80%{
		opacity: 1;
	}
	100%{
		top: 6600px;
		left: 330px;
		opacity: 0;
	}
}
}

@media (max-width: 600px) {
	.role-player {
		transform: scale(0.5) translate3d(-410px, 0, 0);
	}
	.move1 {
		position: fixed;
		transform: scale(0.5) translate3d(-410px, 320px, 0);
	}
	.move8 {
		transform: scale(0.5) translate3d(50%, 1200px, 0);
	}
	.move9 {
		opacity: 0;
	}
}
@media (max-width: 414px) {
	.move8 {
		transform: scale(0.5) translate3d(-70%, 1200px, 0);
	}
}
@media (max-width: 375px) {
	.role-player {
		transform: scale(0.5) translate3d(-430px, 0, 0);
	}
	.move1 {
		position: fixed;
		transform: scale(0.5) translate3d(-430px, 320px, 0);
	}
	.move8 {
		transform: scale(0.5) translate3d(-100%, 1200px, 0);
	}
}

/*point*/
.point-start {
	position: absolute;
	top: -35px;
	left: 160px;
	width: 173px;
	height: 176px;
	z-index: 20;
	background: url(../images/point_start.png) no-repeat;
	background-size: 100%;
}
.point-m-coin {
	position: absolute;
	top: 330px;
	left: 150px;
	width: 208px;
	height: 203px;
	z-index: 20;
	background: url(../images/step1_point.png) no-repeat;
	background-size: 100%;
}
.point-w-coin {
	position: absolute;
	top: 1070px;
	right: 20px;
	width: 208px;
	height: 203px;
	z-index: 20;
	background: url(../images/step2_point.png) no-repeat;
	background-size: 100%;
}
.point-give-coin {
	position: absolute;
	top: 2620px;
	left: 110px;
	width: 201px;
	height: 203px;
	z-index: 20;
	background: url(../images/step3_point.png) no-repeat;
	background-size: 100%;
}
.point-exchange {
	position: absolute;
	top: 3400px;
	right: 50px;
	width: 202px;
	height: 204px;
	z-index: 20;
	background: url(../images/step4_point.png) no-repeat;
	background-size: 100%;
}
.point-womocity {
	position: absolute;
	top: 4520px;
	left: 450px;
	z-index: 99;
}
.point-womocity a {
	display: block;
	width: 202px;
	height: 204px;
	z-index: 20;
	background: url(../images/part2_point.png) no-repeat;
	background-size: 100%;
}
.point-womocity a:hover {
	transform: translateX(2px) translateY(2px);
}


.intro-block-inner {
	position: relative;
	margin: 0 auto;
}
.intro-block .pic {
	margin-bottom: 20px;
}
.intro-block .pic img {
	max-width: 100%;
}
.intro-block .txt strong {

}
.intro-block h3 {
	font-size: 2rem;
	color: #1F6631;
}
.intro-block h3 strong {
	background: linear-gradient(transparent 65%, #e8cf1c 35%);
}
.intro-block h4 {
	font-size: 1.3rem;
	margin: 10px 0 20px 0;
}
.mission-box {
	position: relative;
	color: #6A3906;
	font-size: 1.3rem;
	border: #8E6340 5px solid;
	background-color: #FFF;
	border-radius: 20px;
	padding: 40px 30px 30px 30px;
	text-align: left;
}
.mission-box a {
	display: block;
	color: #6A3906;
}
.mission-box .title, .cooperate-store .title {
	position: absolute;
	top: -18px;
	left: 15px;
}
.mission-box .btn-go {
	display: inline-block;
	background-color: #6A3906;
	border-radius: 100%;
	color: #FFF;
	width: 25px;
	height: 25px;
	font-size: 0.9rem;
	font-weight: bold;
	text-align: center;
	line-height: 25px;
	margin-left: 10px;
	transition: 0.2s;
}
.mission-box a:hover .btn-go {
	transform: translateX(3px);
}
.mission-box .btn-treasure {
	position: absolute;
	right: -20px;
	top: 20px;
}
.intro-block .btn-area {
	display: inline-block;
	margin-top: 25px;
	width: 100%;
	max-width: 320px;
}
.intro-block a.btn-more {
	display: block;
	font-size: 1.2rem;
	color: #FFF;
	background-color: #1F6631;
	border-radius: 50px;
	padding: 10px 25px;
	text-align: left;
	box-shadow: 2px 4px 1px rgb(0 0 0 / 0.2);
	transition: 0.1s;
}
.intro-block a.btn-more i {
	float: right;
	margin-top: 6px;
	margin-right: -10px;
	font-size: 1rem;
}
.intro-block a.btn-more:hover {
	transform: translateX(2px) translateY(2px);
	box-shadow: 0px 0px 1px rgb(0 0 0 / 0.2);
}

/*intro-m-coin*/
.intro-m-coin {
	float: right;
	margin: 45px 80px;
	width: 100%;
	max-width: 632px;
	position: relative;
	background: url(../images/step1_bg.png) no-repeat center center;
	background-size: 100%;
	text-align: center;
}
.intro-m-coin, .intro-give-coin {
	transition: all .5s ease-out; 
	opacity:0;
	transform: translateX(70px);
}
.intro-m-coin.play, .intro-give-coin.play {
	opacity:1;
	transform: translateX(0px);
}
.intro-m-coin .intro-block-inner {
	max-width: 355px;
}
.intro-m-coin .pic .stamp-womo {
	position: absolute;
	top: 80px;
	right: -30px;
	transition: all .5s ease-out; 
	opacity:0;
	transform: translateX(30px) translateY(-30px);
	transition-delay: .85s;
}
.intro-m-coin.play .pic .stamp-womo {
	animation-timing-function: ease-in-out; 
	animation-iteration-count: infinite;
	animation-duration: 2s; 
	animation-name:anim_stamp;
}
@keyframes anim_stamp {
	0%{
		opacity:0;
		transform: translateX(0) translateY(-50px);
	}
	50%{
		opacity:1;
		transform: translateX(-30px) translateY(-10px);
	}
	100%{
		opacity:1;
		transform: translateX(-30px) translateY(-10px);
	}
}
.intro-m-coin h3 {
	color: #4B8C80;
}
.intro-m-coin .mission-box {
	margin: 0 -15px;
	padding-right: 60px;
}
.intro-m-coin a.btn-more {
	background-color: #326D62;
}

/*intro-w-coin*/
.intro-w-coin {
	float: left;
	margin: 135px 80px 90px 80px;
	width: 100%;
	max-width: 670px;
	position: relative;
	background: url(../images/step2_bg.png) no-repeat center top;
	background-size: 100%;
	text-align: center;
}
.intro-w-coin, .intro-exchange .intro-row, .intro-exchange .cooperate-store {
	transition: all .5s ease-out; 
	opacity:0;
	transform: translateX(-70px);
}
.intro-w-coin.play, .intro-exchange.play .intro-row, .intro-exchange.play .cooperate-store {
	opacity:1;
	transform: translateX(0px);
}
.intro-w-coin .pic {
	position: relative;
	margin: 40px 0;
}
.intro-w-coin .pic:first-child {
	margin-right: 65px;
}
.intro-w-coin .pic:nth-child(2) {
	margin-left: 65px;
}
.float-r {
	float: right;
}
.float-l {
	float: left;
}
.intro-w-coin .coin-anim {
	position: absolute;
	top: 55px;
	left: 0;
}
.intro-w-coin .coin-anim .coin-m img, .intro-w-coin .coin-anim .coin-w img {
	max-width: none;
}
.intro-w-coin .coin-anim .coin-m {
	position: absolute;
	top: 0;
	left: 0;
}
.intro-w-coin .coin-anim .coin-w {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.intro-w-coin .txt {
	clear: both;
}
.intro-w-coin h3 {
	color: #AD4033;
}
.intro-w-coin h4 {
	margin-left: 30px;
	margin-right: 30px;
}
.intro-w-coin .mission-box {
	max-width: 400px;
	margin: 0 auto;
}
.intro-w-coin .mission-box a {
	display: inline-block;
	margin-top: 15px;
	margin-right: 5px;
}
.intro-w-coin .mission-box a img {
	width: 130px;
}
.intro-w-coin .mission-box .btn-treasure {
	top: inherit;
	bottom: -15px;
}
.intro-w-coin a.btn-more {
	background-color: #91302D;
}
.dialog_box {
	position: absolute;
	color: #7C433D;
	background-color: #DBC6BD;
	border-radius: 30px;
	font-size: 1.1rem;
	padding: 15px 20px;
	text-align: left;
	box-shadow: 2px 4px 1px rgb(0 0 0 / 0.2);
	transition: all .5s ease-out; 
	opacity:0;
	transform: translateY(-30px);
}
.dialog_box:before, .dialog_box:after {
	position: absolute;
	content: " ";
	width:0; 
	height:0; 
	border-width:10px 7px; 
	border-style:solid; 
	z-index: 2;
}
.dialog_box:before {
	border-color:#DBC6BD #DBC6BD transparent transparent;
}
.dialog_box:after {
	border-color: rgb(0 0 0 / 0.2) rgb(0 0 0 / 0.2) transparent transparent;
    z-index: 1;
}
.dialog_txt1 {
	top: -90px;
    right: 50px;
    width: 240px;
	transition-delay: .5s;
}
.dialog_txt1:before {
	bottom: -20px;
	left: 50px;
}
.dialog_txt1:after {
	bottom: -24px;
    left: 52px;
}
.dialog_txt2 {
	top: 50px;
    right: -190px;
    width: 180px;
	transition-delay: 1s;
}
.dialog_txt2:before {
	transform: rotate(90deg);
	top: 30px;
	left: -15px;
}
.dialog_txt2:after {
	transform: rotate(90deg);
	top: 32px;
	left: -17px;
}
.dialog_txt3 {
	top: 180px;
    right: -230px;
    width: 240px;
	transition-delay: 2.5s;
}
.dialog_txt3 span {
	position: relative;
	font-weight: bold;
	color: #4c9083;
	padding: 0 2px;
	z-index: 2;
}
.dialog_txt3 div {
	position: relative;
	display: inline-block;
}
.dialog_txt3 div:after {
	position: absolute;
	content: " ";
	bottom: 3px;
	left: 0;
	width: 0;
	height: 10px;
	z-index: 1;
	background: #e6b700;
	animation-timing-function: ease-in-out; 
	animation-iteration-count: infinite;
	animation-duration: 2s; 
	animation-name:anim_bling;
}
@keyframes anim_bling {
	0%{width: 0;}
	50%{width: 100%;}
	100%{width: 100%;}
}
.dialog_txt3:before {
	transform: rotate(-90deg);
	top: 100px;
	right: -17px;
}
.dialog_txt3:after {
	transform: rotate(-90deg);
	top: 102px;
	right: -19px;
}
.intro-w-coin.play .dialog_txt1, 
.intro-w-coin.play .dialog_txt2, 
.intro-w-coin.play .dialog_txt3.play {
	opacity:1;
	transform: translateY(0px);
}

/*-------- intro-coin-block ----------*/
.intro-coin-block {
	position: relative;
	float: left;
	width: 100%;
}
.title-ribbon {
	width: 100%;
	max-width: 661px;
	height: 212px;
	margin: 0 auto;
	padding-top: 80px;
	color: #FFF;
	text-align: center;
	font-size: 2rem;
	background: url(../images/title_ribbon_bg.png) no-repeat;
	background-size: 100%;
	transition: all .5s ease-out; 
	opacity:0;
	transform: translateY(-30px);
}
.title-ribbon.play {
	opacity:1;
	transform: translateY(0px);
}
.title-ribbon span {
	display: block;
    transform: rotate(-3deg);
}
.intro-coin-list-block {
	display: flex;
	margin: 80px 0;
}
.intro-coin-list-block.owl-carousel .owl-stage {
	display: flex;
	padding: 0 10px;
}
.intro-coin-list-block .owl-item {
	position: relative;
	/*flex: 30.33%;
	margin: 0 1.5%;*/
	background: #FFF;
	border-radius: 30px;
	padding: 30px 30px 90px 30px;
	margin: 52px 0 10px 0;
	box-shadow: 8px 8px 1px #C7E5CF;
	transition: all .5s ease-out; 
	/*opacity:0;
	transform: translateY(-30px);*/
}
.intro-coin-list.play {
	opacity:1;
	transform: translateY(0px);
}
.intro-coin-list:nth-child(1) {
	transition-delay: .2s;
}
.intro-coin-list:nth-child(2) {
	transition-delay: .6s;
}
.intro-coin-list:nth-child(3) {
	transition-delay: 1s;
}
.intro-coin-list .coin-pic {
	margin: -80px auto 0 auto;
	background: #FFF;
	border-radius: 100%;
	width: 117px;
	height: 117px;
	padding: 7px;
	text-align: center;
}
.intro-coin-list .coin-pic img {
	width: 100%;
}
.intro-coin-list .title {
	text-align: center;
	color: #000;
	font-size: 1.8rem;
	margin: 10px 0;
}
.intro-coin-list .btn-area {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 15px;
}
.intro-coin-list .btn-more {
	position: relative;
	display: block;
	color: #FFF;
	background: #C7552E;
	padding: 15px 20px;
	border-radius: 30px;
	box-shadow: 2px 2px 1px #AA4124;
}
.intro-coin-list .btn-more i {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.intro-coin-list .btn-more:hover {
	background: #b14723;
	transform: translateX(2px) translateY(2px);
	box-shadow: 1px 1px 1px #AA4124;
}
.intro-coin-list ul {
	font-size: 1.2rem;
}
.intro-coin-list ul li {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}
.intro-coin-list ul li span.icon {
	margin-right: 10px;
}
.intro-coin-block .owl-theme .owl-dots .owl-dot span {
	background: #53ad6b;
}
.intro-coin-block .owl-theme .owl-dots .owl-dot.active span, 
.intro-coin-block .owl-theme .owl-dots .owl-dot:hover span {
    background: #d4fbed;
}

/*intro-give-coin*/
.intro-give-coin {
	float: right;
	margin: 60px 80px;
	width: 100%;
	max-width: 632px;
	position: relative;
	text-align: center;
}
.intro-give-coin .btn-area {
	margin-top: 0;
}

/*intro-w-coin*/
.intro-exchange {
	float: left;
	margin: 200px 80px 250px 50px;
	/*margin-bottom: 300px;*/
	width: 100%;
	max-width: 750px;
	position: relative;
	text-align: center;
}
.intro-exchange .intro-block-inner .intro-row {
	display: flex;
	margin: 0 50px;
}
.intro-exchange .pic {
	padding-right: 40px;
}
.intro-exchange .txt {
	margin-top: 20px;
}
.intro-exchange .btn-area {
	margin-top: 0;
}
.cooperate-store {
	position: relative;
	background-color: #FFF;
	border-radius: 30px;
	padding-top: 40px;
	/*padding-bottom: 30px;*/
	margin-top: 60px;
	transition-delay: .5s !important;
}
.cooperate-store .content {
	padding: 0 30px;
}
.cooperate-store ul {
	display: flex;
	flex-wrap: wrap;
}
.cooperate-store ul li {
	flex: 20%;
}
.cooperate-store ul li img {
	width: 100%;
}
.intro-exchange .cooperate-store .btn-area {
	width: 100%;
	max-width: 100%;
	background: #CE631B;
	padding: 5px;
	margin-top: 30px;
	border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}
.intro-exchange .cooperate-store .btn-more {
	position: relative;
    top: -15px;
	display: inline-block;
	color: #FFF;
	padding: 12px 40px 12px 70px;
	background: #CE631B;
	box-shadow: 2px 4px 1px rgb(0 0 0 / 0.2);
}
.intro-exchange .cooperate-store .btn-more i {
	position: absolute;
	top: 3px;
	left: 20px;
	margin-right: 15px;
	font-size: 1.8rem;
}

/*intro-womocity-block*/
.intro-womocity-block {
	position: relative;
	float: left;
	width: 100%;
}
.city-map {
	min-height: 700px;
}
.marker-kol {
	position: relative;
	width: 130px;
}
.marker-kol-inner {
	position: relative;
	width: 100%;
	height: 160px;
	background: url(../images/part2_marker.png) no-repeat 0 0;
	background-size: 100%;
	z-index: 2;
}
.marker-kol .kol-pic {
	padding: 15px;
}
.marker-kol .kol-pic img {
	width: 100%;
	border: #FFF 5px solid;
	border-radius: 100%;
}
.marker-kol .kol-name {
	position: absolute;
    top: -8px;
    left: -10%;
    color: #FFF;
    font-size: 1.2rem;
    background: #E95513;
    border-radius: 30px;
    padding: 5px 25px;
    transform: rotate(-15deg);
}
.marker-kol:after {
	position: absolute;
	content: " ";
	background: rgb(0 0 0 / 0.30);
	border-radius: 100%;
	width: 50%;
	height: 20px;
	left: 50%;
	bottom: -10px;
	transform: translateX(-50%);
	z-index: 1;
}
.sub-title, .role-user1, .role-user2, .role-user3, .scene1, .marker-kol {
	position: absolute;
}
.sub-title {
	left: 40%;
	top: 200px;
}
.sub-title img {
	max-width: 100%;
}
.role-user1 {
	left: 43%;
	top: 280px;
}
.role-user2 {
	right: 20%;
	bottom: 140px;
}
.role-user3 {
	left: 13%;
	bottom: 150px;
}
.scene1 {
	right: 0;
	bottom: 250px;
}
.kol1 {
	left: -3%;
	bottom: 230px;
}
.kol2 {
	left: 25%;
	top: 260px;
}
.kol3 {
	left: 30%;
	bottom: 150px;
}
.kol4 {
	right: 23%;
	bottom: 320px;
}
.kol5 {
	right: 8%;
    top: 140px;
}
.kol6 {
	right: -3%;
	bottom: 400px;
}
.kol7 {
	right: 3%;
	bottom: 150px;
}

#modal-womocity .sub-title {
    width: 500px;
    left: 400px;
    top: 100px;
}
#modal-womocity .role-user1 {
    left: 490px;
    top: 280px;
}
#modal-womocity .role-user2 {
    left: 690px;
    bottom: 140px;
}
#modal-womocity .role-user3 {
    left: 150px;
    bottom: 150px;
}
#modal-womocity .scene1 {
    left: 1020px;
    bottom: 250px;
}
#modal-womocity .kol1 {
    left: 0;
    bottom: 230px;
}
#modal-womocity .kol2 {
    left: 270px;
    top: 260px;
}
#modal-womocity .kol3 {
    left: 340px;
    bottom: 150px;
}
#modal-womocity .kol4 {
    left: 730px;
    bottom: 320px;
}
#modal-womocity .kol5 {
    left: 880px;
    top: 140px;
}
#modal-womocity .kol6 {
    left: 1000px;
    bottom: 400px;
}
#modal-womocity .kol7 {
    left: 930px;
    bottom: 150px;
}


.marker-kol, .sub-title {
	transition: all .3s ease-in; 
	opacity:0;
	transform: translateY(-100px);
}
.city-map.play .marker-kol, 
.city-map.play .sub-title {
	opacity:1;
	transform: translateY(0px);
}
.sub-title {
	transition-delay: .6s;
}
.kol1, 
.kol4,
.kol7 {
	transition-delay: .2s;
}
.kol2, 
.kol5 {
	transition-delay: .3s;
}
.kol3, 
.kol6 {
	transition-delay: .4s;
}

/*final-stop*/
.final-stop {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	margin: 80px 0;
}
.final-stop .pic {
	margin-left: 40px;
}
.final-stop .txt {
	margin-top: -120px;
}
.final-stop .pic img, .final-stop .txt img {
	max-width: 100%;
}
.final-stop .scene {
	position: absolute;
	top: 30px;
	left: 7%;
}
.final-stop .pic {
	transition: all .5s ease-in; 
	opacity:0;
	transform: scale(0.8) translateY(-50px);
}
.final-stop.play .pic {
	opacity:1;
	transform:scale(1) translateY(0);
}
.final-stop .txt {
	transition: all .5s ease-in; 
	opacity:0;
	transform: translateY(-50px);
	transition-delay: .4s;
}
.final-stop.play .txt {
	opacity:1;
	transform: translateY(0);
}
.final-stop .scene {
	transition: all .3s ease-out; 
	opacity:0;
	transform: translate(-30px,50px);
	transition-delay: .8s;
}
.final-stop.play .scene {
	opacity:1;
	transform: translate(0,0);
}


/*------------ quick-learn-block --------------*/
.quick-learn-block {
	position: relative;
	float: left;
	width: 100%;
	background: #228b3b;
	margin-top: 100px;
	padding: 0 15px;
}
.quick-learn-block:before {
	position: absolute;
    top: 0;
    left: 0;
	display: block;
    margin-top: -100px;
	content: " ";
	width: 100%;
	height: 100px;
	background: url(../images/bg_green_grass.png) no-repeat 0 0;
	background-repeat: repeat-x;
}
.quick-learn-block .title {
	color: #FFF;
	font-size: 2rem;
	text-align: center;
}
.quick-learn-block .title span {
	display: inline-block;
	position: relative;
}
.quick-learn-block .title span:before, 
.quick-learn-block .title span:after {
	display: block;
	position: absolute;
	content: " ";
	height: 60px;
	border: #FFF 1px dashed;
}
.quick-learn-block .title span:before {
	left: -30px;
	top: -10px;
	transform: rotate(-35deg);
}
.quick-learn-block .title span:after {
	right: -30px;
	top: -10px;
	transform: rotate(35deg);
}
.quick-learn-block .content {
	max-width: 1100px;
	margin: 30px auto 100px auto;
	background-color: #FFF;
	padding: 60px;
	border-radius: 30px;
	font-size: 1.3rem;
}
.quick-learn-block ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.quick-learn-block ul li {
	width: 27%;
    margin: 0 3%;
	margin-bottom: 10px;
}
.quick-learn-block ul li div {
	position: relative;
	display: inline-block;
}
.quick-learn-block ul li div:after {
	content: " ";
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 26px;
	background: url(../images/mark_line_y.png) repeat-x 0 bottom;
	transition: 0.5s;
	z-index: 1;
}
.quick-learn-block ul li div:hover:after {
	width: 100%;
}
.quick-learn-block ul li span {
	position: relative;
	display: inline-block;
	z-index: 2;
}

/*------------ footer ------------*/
.footer {
	float: left;
	width: 100%;
	background: #FFF;
	padding: 30px 15px;
	text-align: center;
}
.footer-left-block {
	/*float: left;*/
}
.social-btn {
	margin-bottom: 15px;
	text-align: center;
}
.social-btn ul {
	display: inline-flex;
}
.social-btn ul li {
	margin: 0 5px;
}
.social-btn ul li a {
	display: block;
	width: 25px;
	height: 25px;
	border-radius: 30px;
	text-align: center;
	color: #FFF;
	font-size: 1.15rem;
	line-height: 25px;
	background: #000;
}
.footer-right-block {
	float: right;
}
.footer-right-block .btn-download {
	display: flex;
	margin-top: 10px;
}
.footer-right-block .btn-download a {
	margin-left: 10px;
}
.footer-right-block .btn-download a img {
	width: 130px;
}

/*------ maintitle -------*/
.maintitle {
	/*background: #6ec5d6;*/
	margin: 70px 0;
	text-align: center;
	color: #1F6631;
}
.maintitle .pic {
	margin: 0 auto;
	width: 98px;
	height: 98px;
	background: #f3f5f3;
    border-radius: 50%;
    border:#FFF 5px solid;
    padding: 20px;
}
.maintitle .pic img {
	width: 100%;
}
.maintitle h2 {
	font-size: 2rem;
	text-align: center;
	margin-top: 15px;
}
.maintitle span {
	display: inline-block;
	position: relative;
	font-size: 1rem;
}
.maintitle span:before, 
.maintitle span:after {
	content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #1F6631;
}
.maintitle span:before {
	left: -13px;
}
.maintitle span:after {
	right: -11px;
}
/*.maintitle h2 span:before, 
.maintitle h2 span:after {
	display: block;
	position: absolute;
	content: " ";
	height: 60px;
	border: #FFF 1px dashed;
}
.maintitle h2 span:before {
	left: -30px;
	top: -10px;
	transform: rotate(-35deg);
}
.maintitle h2 span:after {
	right: -30px;
	top: -10px;
	transform: rotate(35deg);
}*/
.maincontent2 .content {
	background: #FFF;
	border-radius: 30px;
	border: #8E6340 5px solid;
	padding: 30px;
}
.subcontent {
	margin-bottom: 70px;
}
.maintitle2 {
	margin: 220px 0 70px 0;
	text-align: center;
}
.title-bar {
	position: relative;
	width: 300px;
	display: inline-block;
    text-align: center;
    background: #F8F5EE;
    border-radius: 50px;
    padding: 10px;
    box-shadow: 2px 3px 3px -1px rgb(0 0 0 / 20%);
}
.title-bar .pic {
	position: absolute;
	left: 50%;
	top: -40px;
	transform: translateX(-50%);
	margin: 0 auto;
    width: 90px;
    height: 90px;
    background: #F8F5EE;
    border-radius: 50%;
    padding: 15px 25px 0 25px;
}
.title-bar .pic img {
	width: 100%;
}
.title-bar h2 {
	position: relative;
	font-size: 1.4rem;
	margin: 15px 0 -5px 0;
}
.title-bar span {
	color: #d2aa77;
	display: inline-block;
	position: relative;
	font-size: 1rem;
}
.title-bar span:before, 
.title-bar span:after {
	content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #d2aa77;
}
.title-bar span:before {
	left: -13px;
}
.title-bar span:after {
	right: -11px;
}

/*-------------- category-list-block -------------------*/
.category-list-block {
	margin:-30px 0 50px 0;
}
.category-list-block ul {
	display: flex;
	justify-content: center;
}
.category-list-block ul li {
	margin: 0 10px;
}
.category-list-block ul li a {
	border: 1px solid #c7542e;
    -webkit-box-shadow: 1px 2px 0px 1px #c7542e;
    box-shadow: 1px 2px 0px 1px #c7542e;
    border-radius: 40px;
    display: block;
    padding: 8px 30px;
    color: #c7542e;
    background: #FFF;
    font-size: 1.1rem;
    transition: .1s;
}
.category-list-block ul li a:hover {
	box-shadow: none;
	transform: translate(2px,2px);
}
.category-list-block ul li.active a {
	background-color: #c7542e;
    color: #fff;
    box-shadow: none;
    transform: translate(2px,2px);
}

/*-------------- news --------------------*/
.news-list-block ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: -2%;
}
.news-list-block ul li {
	position: relative;
	flex: 0 0 29.33%;
	margin: 2%;
	background: #FFF;
	border-radius: 40px;
	overflow: hidden;
	box-shadow: 8px 8px 1px #C7E5CF;
}
.news-list-block ul li .pic {
	height: 300px;
	overflow: hidden;
}
.news-list-block ul li .pic img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50%;
    transition: 0.3s;
}
.news-list-block ul li:hover .pic img {
	transform: scale(1.1);
}
.news-list-block ul li .txt {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px 25px;
	background: #FFF;
	transition: all .3s;
}
.news-list-block ul li .txt span {
	display: block;
}
.news-list-block ul li .txt span.date, .news-content span.date {
	padding-left: 30px;
	margin-bottom: 5px;
	color: #a7a7a7;
	background: url(../images/icon_calendar.svg) 0 center no-repeat;
}
.news-list-block ul li .txt .date img {
	width: 25px;
}
.news-list-block ul li .txt span.title {
	font-size: 1.2rem;
	margin-bottom: 5px;
}
.news-list-block ul li a .txt span.desc {
	height: 0;
	overflow: hidden;
	transition: all .3s;
}
.news-list-block ul li a:hover .txt span.desc {
	height: auto;
	overflow: visible;
}
/*news detail*/
.news-content {
	max-width: 750px;
	margin: 0 auto;
	margin-top: 170px;
	margin-bottom: 100px;
	font-size: 1.05rem;
}
.about-content img, .news-content img {
	max-width: 100%;
	height: auto !important;
}
.news-content .title {
	font-size: 1.5rem;
	color: #ac6a00;
}
.news-content span.date {
	display: block;
	color: #989898;
	margin: 5px 0 10px 0;
}
.news-content .pic {
	margin-bottom: 10px;
}
.news-content p, .news-content h4 {
	margin-bottom: 5px;
}
.btn-back {
	position: relative;
    display: block;
    max-width: 150px;
    margin: 30px auto 0 auto;
    color: #FFF;
    background: #C7552E;
    padding: 10px 20px;
    border-radius: 30px;
    box-shadow: 2px 2px 1px #AA4124;
}
.btn-back:hover {
	background: #b14723;
	transform: translateX(2px) translateY(2px);
	box-shadow: 1px 1px 1px #AA4124;
}
.btn-back i {
	position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.text-center {
	text-align: center;
}
.pagination {
	display: inline-flex;
	margin-top: 50px;
}
.pagination li {
	margin: 0 3px;
}
.pagination li a {
	display: block;
	background-color: #eae3d9;
	padding: 3px 10px;
	border-radius: 30px;
}
.pagination li:first-child a, 
.pagination li:last-child a {
	background: none;
}
.pagination li.active a {
	background-color: #fff;
}

/*----------------- guide-list ----------------------*/
.search-bar {
	position: relative;
	background: #FFF;
	border-radius: 40px;
	max-width: 980px;
	margin: 20px auto;
	padding: 15px;
}
.search-bar input {
	border: 0;
	outline: 0;
	background: #FFF;
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
}
.search-bar button {
	position: absolute;
	right: 20px;
	top:20px;
}
.guide-list{
	background: #FFF;
	border-radius: 40px;
	max-width: 980px;
	margin: 20px auto;
}
.guide-title {
	position: relative;
	font-size: 1.4rem;
	padding: 30px;
	color: #333;
}
.guide-title .mark {
	display: inline-block;
	color: #13cea8;
	font-size: 1.8rem;
}
.guide-title h4 {
	display: inline-block;
}
.guide-title:after {
	display: none;
	font-family: 'Line Awesome Free';
    font-weight: 900;
    color: #FFF;
    content: "\f067";
    position: absolute;
    top: 28px;
    right: 28px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    background: #35cea8;
    transition: all 0.3s ease;
}
.guide-title.open:after {
	content: "\f068";
}
.guide-content {
	display: block !important;
	padding: 50px;
	background: #f5f5f5;
	border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
}
.guide-content img {
	max-width: 100%;
	height: auto !important;
}
.guide-content h5.title {
	position: relative;
	color: #a7712c;
	font-size: 1.4rem;
	margin-top: 30px;
	margin-bottom: 20px;
	padding-left: 20px;
}
.guide-content h5.title:before {
	position: absolute;
	content: " ";
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background: #a7712c;
}
.guide-content h5.title span {
	display: block;
	font-size: 1.3rem;
}
.guide-content > .txt {
	padding: 20px;
	background: #fff;
	margin-bottom: 50px;
}
.guide-content > .txt:last-child {
	margin-bottom: 0;
}
.col {
	display: flex;
	flex-wrap: wrap;
}
.col-2 > div {
	flex: 1;
}
.col-2 .coin-pic {
	flex: none;
	margin-right: 20px;
}
.col-2 .coin-pic img {
	width: 80px;
	max-width: none;
}
.col-3 > li {
	width: 29.33%;
	margin: 2%;
}
.egg-gift-list {
	margin: 20px 0;
}
.card-box {
	background: #FFF;
	padding: 30px;
	border-radius: 15px;
	text-align: center;
	box-shadow: 1px 1px 5px #e8e8e8;
}
.card-box span {
	display: block;
}
.card-box .pic img {
	max-width: 120px;
	width: 100%;
}
.card-box .title {
	font-size: 1.2rem;
	color: #000;
	margin-bottom: 15px;
}
.card-box .txt {
	color: #666;
}
.txt-center {
	text-align: center;
}
.title-line-bar {
	border-top: #ece9e9 1px solid;
	padding-top: 15px; 
	margin-top: 15px;
	font-size: 1.3rem;
}

/*-- category-block --*/
.category-block {
	display: flex;
	flex-wrap: wrap;
	background: #FFF;
    border-radius: 40px;
    max-width: 980px;
    margin: 20px auto;
    padding: 50px;
}
.category-block .category-list {
	flex: 0 0 33.33%;
	padding: 30px 10px 30px 30px;
}
.category-block .category-title {
	flex: 0 0 100%;
	font-size: 1.6rem;
	padding-bottom: 10px;
    border-bottom: #ece9e9 1px solid;
}
.category-block .category-list .pic {
}
.category-block .category-list .title {
	font-size: 1.3rem;
	margin: 15px 0;
}
.category-block .category-list .title a {

}
.category-block .category-list li {
	margin-bottom: 5px;
}
.category-block .category-list li a {
	color: #8e6634;
}

/*step-box*/
.step-box {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 980px;
}
.step-box li {
	position: relative;
	flex: 0 0 31.33%;
	margin: 1%;
	padding: 20px;
}
.step-box li:after {
	display: block;
	font-family: 'Line Awesome Free';
    font-weight: 900;
    color: #0a65c2;
    content: "\f061";
    position: absolute;
    font-size: 1.6rem;
    top: 50%;
    right: -12%;
    transform: translateX(-50%);
    transition: all 0.3s ease;
}
.step-box li:last-child:after {
	display: none;
}
.step-box li .num {
	text-align: center;
	font-size: 0.9rem;
}
.step-box li .num span {
	display: inline-block;
	color: #FFF;
	background: #0a65c2;
	padding: 3px 15px;
	border-radius: 30px;
}
.step-box li .pic {
	position: relative;
    display: block;
    padding: 19% 10px;
    margin: 20px 0 10px 0;
    border-radius: 30px;
    overflow: hidden;
    background: #FFF;
    box-shadow: 1px 1px 8px 5px hsl(0deg 0% 0% / 5%);
}
.step-box li .pic:after {
	display: block;
	font-family: 'Line Awesome Free';
    font-weight: 900;
    color: #666;
    content: "\f00e";
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
    background: #f2f2f2;
    transition: all 0.3s ease;
}
.step-box li .pic:before {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	content: " ";
	width: 100%;
	height: 100%;
	background: url(../images/pic_phone.png) no-repeat 0 0;
	background-size: 100%;
}
.step-box li .pic img {
	width: 100%;
}
.step-box li .txt figcaption {
	padding: 15px 25px;
	text-align: center;
}
.step-two-col li {
    flex: 100%;
}
.step-two-col li .step-content {
	display: flex;
}
.step-two-col li .pic {
	flex: 0 0 35%;
	padding: 7% 10px;
}
.step-two-col li .txt figcaption {
	text-align: left;
	padding-left: 8%;
}
.step-two-col li .title {
	position: relative;
	color: #cc506c;
    font-size: 1.3rem;
	margin-top: 30px;
	margin-bottom: 10px;
}
.step-two-col li .pic:after {
	bottom: 38px;
	display: none;
}
.btn-pup {
	position: relative;
    display: block;
    margin: 30px auto 0 auto;
    color: #FFF;
    background: #C7552E;
    padding: 10px 20px;
    border-radius: 30px;
    box-shadow: 2px 2px 1px #AA4124;
}
.btn-pup:hover {
	background: #b14723;
	transform: translateX(2px) translateY(2px);
	box-shadow: 1px 1px 1px #AA4124;
}
.btn-pup i {
	position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}


/*-------------- modal-intro-box -------------------*/
.modal-box {
	margin: 0 auto;
    padding: 45px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    background: #FFF;
    box-shadow: 6px 6px 1px #C7E5CF;
}
.modal-intro-box {
	margin: 0 auto;
    padding: 45px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    min-width: 860px;
    min-height: 400px;
    background: #FFF;
    box-shadow: 6px 6px 1px #C7E5CF;
}
.modal-intro-box h4, .modal-box h4 {
	font-size: 1.5rem;
	color: #333;
	margin-bottom: 25px;
}

.modal-box .btn-download ul {
	display: flex;
}
.modal-box .btn-download li {
	width: 50%;
	padding: 15px;
	margin-left: 25px;
    background: #f1f1f1;
    border-radius: 20px;
    text-align: center;
    color: #949494;
}
.modal-box .btn-download li:first-child {
	margin-left: 0;
	/*border-right: #e2e2e2 1px solid;*/
}
.modal-box .btn-download span {
	display: block;
	margin-bottom: 10px;
}
.modal-box .btn-download img {
	max-width: 140px;
    width: 100%;
}

/*------------ modal-intro-box-full ---------------*/
.modal-intro-inner {
	max-width: 900px;
	margin: 0 auto;
}
.modal-intro-box-full {
	width: 100%;
	text-align: center !important;
	background: transparent !important;
}
.modal-intro-box-full h4 {
	color: #ac6a00;
    font-size: 1.6rem;
    margin: 40px 0 5px 0;
}
.modal-intro-box-full .coin-pic img {
	border: #FFF 10px solid;
    border-radius: 100%;
    box-shadow: 2px 4px 1px rgb(0 0 0 / 0.2);
}
.modal-intro-box-full .content {
	font-size: 1.05rem;
}
.txt-w-m {
	max-width: 600px;
	margin: 0 auto;
}
.intro-coin-step-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
.intro-coin-step-list li {
	position: relative;
	flex: 46%;
	padding: 5%;
	background: #FFF;
	border-radius: 15px;
	margin: 4% 2%;
}
.intro-coin-step-list.row-list-three li {
	flex: 29.33%;
}
.intro-coin-step-list.row-list-three li .pic img {
	max-width: 160px;
}
.intro-coin-step-list li h5 {
	color: #003366;
	font-size: 1.3rem;
    font-weight: 500;
}
.intro-coin-step-list li .pic {
	margin: 20px 0;
}
.intro-coin-step-list li .pic img {
	width: 100%;
	max-width: 120px;
}
.intro-coin-step-list li .mark {
	position: absolute;
    left: 45px;
    top: -30px;
    height: 60px;
    width: 60px;
    color: #003366;
    background: #fbfbd6;
    border: 2px solid #003366;
    border-radius: 50%;
    text-align: center;
    font-size: 0.85rem;
    font-weight: bold;
    padding: 8px 5px 5px 5px;
}
.intro-coin-step-list li .mark span {
	font-size: 21px;
    line-height: 21px;
    display: block;
}
.row-two {
	display: flex;
	text-align: left;
	align-items: center;
}
.row-two .pic {
	margin: 0 30px 0 0 !important;
}
.row-two .pic img {
	width: 200px !important;
}
.row-two h5 {
	margin-bottom: 10px;
}
.txt-tip {
	font-size: 0.8rem;
	color: #985151;
    margin-top: 5px;
}
.txt-s {
	position: relative;
	font-size: 0.8rem;
	color: #985151;
}
.btn-learn {
	display: block;
	text-align: center;
	color: #003366;
	border: #003366 3px solid;
	padding: 5px 15px;
	border-radius: 5px;
	margin-top: 20px;
}
.btn-learn i {
	float: right;
    color: #FFF;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 0.8rem;
    border-radius: 20px;
    background: #003366;
    margin-top: 2px;
    transition: 0.3s;
}
.btn-learn:hover {
	color: #FFF;
	background: #003366;
}
.btn-learn:hover i {
	transform: translateX(5px);
}

/*------------ modal-intro-anim ---------------*/
.fancybox-content.modal-intro-anim {
	background: transparent !important;
	padding: 0;
}
.modal-intro-anim .fancybox-close-small {
	margin: 0 20px;
}
.modal-intro-anim h4 {
	color: #000;
	font-size: 1.2rem;
    margin-bottom: 10px;
}
.row2-r {
	padding-right: 200px !important;
}
.browser-box {
	width: 900px;
	padding: 0 1px;
}
.browser-box img {
	width: 100%;
}
.browser-box-top {
	padding: 12px;
	height: 35px;
	background: #FFF;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: #efefef 1px solid;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 0.2);
}
.browser-box-top .dot {
	float: left;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
}
.browser-box-top .dot:first-child {
	background-color: #EA564B;
}
.browser-box-top .dot:nth-child(2) {
	background-color: #F2BB17;
}
.browser-box-top .dot:nth-child(3) {
	background-color: #53B433;
}
.browser-box .browser-box-content .owl-stage-outer {
	overflow: hidden;
	height: 469px;
	border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 0.2);
}
.browser-box li {
	background: #000;
}
.browser-box li.cover .pic {
	opacity: 0.6;
}
.browser-box .pic_m, .browser-box .step-box .url.pic_m {
	display: none;
}
.browser-box .step-box {
	position: absolute;
	display: block;
}
.browser-box .step-box img {
	transform: scale(0.79);
}
.browser-box .step-box .url {
	display: inline-block;
}
.browser-box .step-box .dialog-txt {
	position: absolute;
    min-width: 200px;
    max-width: 250px;
    color: #a56f6f;
    text-align: justify;
    background: #f1e7e7;
    border-radius: 5px;
    padding: 15px;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 0.2);
}
.w-210 {
	width: 210px !important;
}
.browser-box .step-box .dialog-txt:after {
	position: absolute;
    content: " ";
    width: 0;
    height: 0;
    border-width: 8px 5px;
    border-style: solid;
    z-index: 2;
    border-color: #f1e7e7 #f1e7e7 transparent transparent;
}
.browser-box .step-box .dialog-txt.aligntl {
	top: 5px;
	right: 100%;
}
.browser-box .step-box .dialog-txt.aligntl:after {
	transform: rotate(-90deg);
    top: 20px;
    right: -10px;
}
.browser-box .step-box .dialog-txt.aligntr {
	top: 5px;
	left: 100%;
}
.browser-box .step-box .dialog-txt.aligntr:after {
	transform: rotate(90deg);
    top: 20px;
    left: -10px;
}
.browser-box .step-box .dialog-txt.alignbl {
	top: 100%;
	left: 30px;
}
.browser-box .step-box .dialog-txt.alignbl:after {
	transform: rotate(-180deg);
    top: -14px;
    left: 40%;
}
.browser-box .step-box .dialog-txt.aligntc {
	bottom: 120%;
    left: 40%;
}
.browser-box .step-box .dialog-txt.aligntc:after {
	transform: rotate(0deg);
    bottom: -14px;
    left: 40%;
}
.browser-box .step-box .dialog-txt .btn-next {
	background: #CC506C;
	color: #FFF;
	border-radius: 3px;
	padding: 5px 10px;
	margin-top: 10px;
	font-size: 0.8rem;
}
#tabs-intro-give-store .step1, 
#tabs-intro-give-friend .step1, 
#tabs-intro-give-scramble .step1 {
	top: 17%;
    right: -9px;
}
#tabs-intro-give-store .step2 {
	top: 10%;
    left: 22%;
}
#tabs-intro-give-store .step3, 
#tabs-intro-give-scramble .step3 {
	top: 6%;
    left: 16.5%;
}
#tabs-intro-give-store .step4 {
	top: 56%;
    right: 24%;
}
#tabs-intro-give-store .step5, 
#tabs-intro-give-friend .step4 {
	top: 8%;
    right: 24%;
}
#tabs-intro-give-store .step6 {
	top: 42%;
    right: 24.5%;
}
#tabs-intro-give-store .step7 {
	left: 16.1%;
    bottom: -10px;
}
#tabs-intro-give-store .step8, 
#tabs-intro-give-friend .step9 {
	right: 35%;
    bottom: 40%;
}
#tabs-intro-give-friend .step2 {
    top: 10%;
    right: 22%;
}
#tabs-intro-give-friend .step3 {
    top: 19%;
    right: 24%;
}
#tabs-intro-give-friend .step5 {
	top: 34.3%;
    left: 21.5%;
}
#tabs-intro-give-friend .step6 {
	top: 41.5%;
    left: 16.7%;
}
#tabs-intro-give-friend .step7 {
	top: 59.5%;
    right: 23.8%;
} 
#tabs-intro-give-friend .step8 {
	left: 16.7%;
    bottom: -10px;
}
#tabs-intro-give-scramble .step2 {
	top: 53.5%;
    left: 18.5%;
}
#tabs-intro-give-scramble .step-box.step2 .dialog-txt.aligntc {
    bottom: 100%;
}
#tabs-intro-give-scramble .step4 {
	top: 37%;
    right: 23.9%;
}
#tabs-intro-give-scramble .step5 {
	top: 46%;
    left: 33.3%;
}
#tabs-intro-give-scramble .step6 {
	top: 61%;
    left: 33.2%;
}
#tabs-intro-give-scramble .step7 {
	top: 77%;
    left: 33.1%;
}
#tabs-intro-give-scramble .step8 {
	top: 20%;
    left: 30.7%;
}
#tabs-intro-give-scramble .step9 {
	top: 43.3%;
    left: 11.8%;
}
#tabs-intro-give-scramble .step10 {
	bottom: 3.2%;
    left: 17%;
}
#tabs-intro-exchange-store .step1 {
	top: 47.6%;
    left: 46.7%;
}
#tabs-intro-exchange-store .step2 {
	top: 47.2%;
    left: 39.6%;
}
#tabs-intro-exchange-store .step3 {
	bottom: 34.3%;
    right: 22.2%;
}
#tabs-intro-exchange-store .step4 {
	bottom: 25.5%;
    right: 8.6%;
}
#tabs-intro-exchange-store .step5 {
	bottom: 33%;
    left: 12.2%;
}
#tabs-intro-exchange-store .step6 {
	bottom: 24%;
    left: 12.2%;
}
#tabs-intro-exchange-store .step7 {
	top: -2.4%;
    right: 1%;
}
#tabs-intro-exchange-store .step-box.step7 .dialog-txt.aligntl {
    top: 150px;
}
#tabs-intro-exchange-store .step8 {
	top: 43.5%;
    left: 51%;
}
#tabs-intro-exchange-store .step9 {
	bottom: 15%;
    left: 41.5%;
}
#tabs-intro-exchange-store .step-box.step9 .dialog-txt.aligntr {
	top: -30px;
}
#tabs-intro-exchange-store .step10 {
	top: 17.5%;
    left: 22.2%;
}
#tabs-intro-exchange-store .step11 {
	top: 50%;
	right: 40%;
}

.browser-category {
	position: absolute;
    top: 75px;
    right: 5px;
    z-index: 20;
}
.browser-category ul {
}
.browser-category ul li {
	position: relative;
    margin: 15px 0;
    background: none;
    outline: 0;
}
.browser-category ul li a {
	display: block;
	border: solid 3px #383838;
	outline: 0;
    background: #FFF;
    padding: 7px 10px;
    border-radius: 10px;
    width: 174px;
    box-shadow: 2px 4px 1px rgb(0 0 0 / 0.2);
}
.browser-category ul li.ui-tabs-active a {
	color: #FFF;
	background: #383838;
}
.browser-category ul li.ui-tabs-active:after {
	position: absolute;
    display: block;
    content: " ";
    top: 50%;
    left: -9px;
    transform: translateY(-50%);
    border: solid transparent;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 7px solid #383838;
}

/*contact
======================================================================================== */
.video-block {
	max-width: 700px;
	margin: 160px auto -100px auto;
}
.video-inner-block {
	background-color: #FFF;
	padding: 15px;
	margin: 0 10px;
	border-radius: 20px;
	box-shadow: 6px 6px 1px #c7e5cf;
}
.video-inner-block video {
	width: 100%;
	outline: 0;
	border: 0;
}
.video-cate-list-block {
	overflow-x: auto;
	overflow-y: hidden;
	padding-right: 3px;
}
.video-cate-list {
	display: flex;
	justify-content:space-between;
}
.video-cate-list li {
	position: relative;
	margin-bottom: 15px;
	margin-left: 10px;
	flex: 1;
	white-space: nowrap;
}
.video-cate-list li:first-child {
	margin-left: 0;
}
.video-cate-list li.active:after {
	position: absolute;
    content: " ";
    width: 0;
    height: 0;
    border-width: 10px 5px;
    border-style: solid;
    z-index: 2;
    border-color: #C7552E transparent transparent transparent;
    bottom: -20px;
    left: 50%;
    margin-left: -5px;
}
.video-cate-list li a {
	display: block;
	color: #FFF;
	background: #000;
	padding: 10px;
	text-align: center;
	border-radius: 10px;
	box-shadow: 3px 3px 1px #333;
}
.video-cate-list li.active a {
	background: #C7552E;
	box-shadow: 2px 2px 1px #aa4124;
}
.message-block input, .message-block textarea, .message-block select {
	width: 100%;
	outline: 0;
	border: 0;
	color: #585858;
    font-size: 1rem;
	padding: 15px;
	box-sizing: border-box;
	background-color: #FFF;
}
input:-internal-autofill-selected {
	background-color: #FFF !important;
}
.message-block textarea {
	height: 200px;
	font-family: "微軟正黑體";
	font-size: 1rem;
}
.message-block form {
	display: flex;
	flex-wrap: wrap;
}
.message-block dl {
	position: relative;
	width: 100%;
	padding-left: 70px;
	padding-right: 15px;
	margin-bottom: 20px;
	border-radius: 15px;
	background: #FFF;
	box-sizing: border-box;
}
.message-block dl:nth-child(1), 
.message-block dl:nth-child(2), 
.message-block dl:nth-child(3), 
.message-block dl:nth-child(4) {
	width: 49%;
}
.message-block dl:nth-child(1), 
.message-block dl:nth-child(3) {
	margin-right: 2%;
}
.message-block dt {
	position: absolute;
	top: 14px;
	left: 15px;
	color: #a07845;
}
.message-block dl.message-name {
	padding-left: 90px;
}
.message-block dl.message-subject {
	padding-left: 85px;
}
.message-block dl.message-content {
	padding-left: 0;
	padding-top: 30px;
}
.message-block .btn-area {
	width: 100%;
}
.btn-submit {
	border: 0;
	outline: 0;
	width: 100%;
	position: relative;
    display: block;
    color: #FFF;
    font-size: 1rem;
    cursor: pointer;
    background: #C7552E;
    padding: 15px 20px;
    border-radius: 30px;
    box-shadow: 2px 2px 1px #AA4124; 
}
.btn-submit:hover {
	background: #b14723;
	transform: translateX(2px) translateY(2px);
	box-shadow: 1px 1px 1px #AA4124;
}
.ad_free {
	position: relative;
	border-radius: 10px;
    padding: 20px;
    margin: 20px 0 !important;
    font-size: 1.3rem;
    color: #ffffff;
    background: #f26065;
}
.ad_free span.txt {
	display: inline-block;
    padding-left: 55px;
	text-shadow: 1px 1px 2px #e03a68;
}
.ad_free span.txt img {
	position: absolute;
    top: 15px;
    left: 20px;
    width: 45px;
}
.ad_free .pic {
	display: block;
	float: right;
	margin-top: -40px;
	margin-right: -5px;
}
.ad_free .pic img {
	width: 75px;
}


/*owl settings
======================================================================================== */
.owl-theme .owl-dots .owl-dot {
	outline: 0;
}

/*fancybox settings
======================================================================================== */
.fancybox-bg {
    background: #efefef !important;
    opacity: 1 !important;
}
.fancybox-slide--html .fancybox-close-small {
	margin: 5px 10px;
    color: #FFF !important;
    padding: 5px !important;
	background: #35cea8 !important;
	border-radius: 100% !important;
	box-shadow: 2px 2px 1px rgb(0 0 0 / 0.2);
	transition: .3s;
	opacity: 1;
}
.fancybox-slide--html .fancybox-close-small:hover {
	transform: rotate(90deg);
	box-shadow: 2px -2px 1px rgb(0 0 0 / 0.2);
}
.modal-fancybox-block {
	width: 100%;
}
.modal-fancybox-block h4 {
	color: #000;
    font-size: 1.3rem;
    margin-bottom: 20px;
    text-align: center;
}

/*back to top*/
.back-top-block {
	position: relative;
	max-width: 1200px; 
	margin: 0 auto;
}
.back-top-block > div {
	position:absolute; 
	width: 35px; 
	right: 15px;
}
#back-to-top {
    position: fixed;
    z-index: 9999;
    width: 35px;
    height: 35px;
    bottom: 70px;
    text-align: center;
    line-height: 35px;
    color: #FFF;
    cursor: pointer;
    background: #cc506c;
    border-radius: 100%;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    box-shadow: 2px 2px 1px #AA4124;
}
#back-to-top i {
	display: inline-block;
}
#back-to-top span {
	display: none;
}
#back-to-top.show:hover {
	transform: translate(1px,1px);
    box-shadow: none;
}
#back-to-top.show {
	opacity: 1;
}


/* animation settings
======================================================================================== */
.shakeshake {
	animation-timing-function: ease-in-out; 
	animation-iteration-count: infinite;  
	animation-direction: alternate; 
	animation-duration: 1.8s; 
	animation-name:anim_ptn02;
}
.fuwafuwa {
	animation-timing-function: ease-in-out; 
	animation-iteration-count: infinite;  
	animation-direction: alternate; 
	animation-duration: 1.5s; 
	animation-name:anim_ptn01;
}
@keyframes anim_ptn01{
	0%{transform: translate(0, 0px);}
	100%{transform: translate(0, -15px);}
}

.shakeshake {
	animation-timing-function: ease-in-out; 
	animation-iteration-count: infinite;  
	animation-direction: alternate; 
	animation-duration: 1.8s; 
	animation-name:anim_ptn02;
}
@keyframes anim_ptn02{
	0%{
        
        transform: rotate(0deg);
    }
    7%{
        transform: rotate(-9deg);
    }
    10%{
        
        transform: rotate(8deg);
    }
    12%{
        transform: rotate(-5deg);
    }
    15%{
        
        transform: rotate(0deg);
    }
    100%{
        
        transform: rotate(0deg);
    }
}
.intro-w-coin.play .coin-anim .coin-m {
	animation-timing-function: ease-in-out; 
	animation-iteration-count: infinite;  
	animation-direction: normal; 
	animation-duration: 3.2s; 
	animation-delay: 2s;
	animation-name:anim_ptn03;
}
@keyframes anim_ptn03{
	0%{
        transform: translateX(0);
        opacity: 1;
    }
    50%{
        transform: translateX(100%);
        opacity: 0;
    }
    100%{
        transform: translateX(100%);
        opacity: 0;
    }
}
.intro-w-coin.play .coin-anim .coin-w {
	animation-timing-function: ease-in-out; 
	animation-iteration-count: infinite;  
	animation-direction: normal; 
	animation-duration: 3.2s; 
	animation-delay: 2s;
	animation-name:anim_ptn04;
}
@keyframes anim_ptn04{
	0%{
        transform: translateX(0);
        opacity: 0;
    }
    50%{
        transform: translateX(100%);
        opacity: 1;
    }
    100%{
        transform: translateX(100%);
        opacity: 1;
    }
}
.scaleb {
	animation-timing-function: ease-in-out; 
	animation-iteration-count: infinite;  
	animation-direction: alternate; 
	animation-duration: 1.8s; 
	animation-name:anim_ptn05;
}
@keyframes anim_ptn05{
	0%{transform: scale(1);}
	60%{transform: scale(1.03);}
	100%{transform: scale(1);}
}


.banner-scenes img {
	display: none;
}
@media (max-width: 768px) {
	/*header, .footer, .wrapper, .inner-block, .quick-learn-block {
		width: 1200px;
	}*/
	.banner-slogn {
		margin-right: 0;
	}
	.banner-scenes-balloon {
		display: none;
	}
	.banner-scenes img {
		width: 100%
	}
	.maintop {
		background-image: url(../images/top_bg_mobile.jpg);
		background-size: 100%;
	}
	.homepage .maincontent {
		background-image: url(../images/home_bg_mobile.jpg);
		background-size: 100%;
	}
	.banner-slogn {
		padding: 30px 0 0 0;
	}
	.banner-scenes {
		position: relative;
		height: auto;
		background-image: none;
		margin-bottom: 0;
	}
	.banner-scenes img {
		display: block;
	}

	.point-start {
		left: 7%;
	}
	.point-m-coin {
		left: 5.5%;
	}
	.point-w-coin {
		top: 800px;
		right: 1%;
	}
	.point-give-coin {
		top: 3160px;
		left: 18px;
		width: 160px;
		height: 161px;
	}
	.point-exchange {
		top: 4100px;
		right: 2%;
		width: 160px;
		height: 161px;
	}
	.point-womocity {
		top: 5650px;
		left: 200px;
	}
	.point-womocity a {
		width: 162px;
		height: 164px;
	}

	/*--intro-m-coin--*/
	.intro-m-coin {
		margin: 18% 10px 18% 0;
		/*max-width: 540px;*/
	}

	/*--intro-w-coin--*/
	.intro-w-coin {
		margin: 30% 0 30% 10px;
		/*max-width: 590px;*/
	}
	.intro-w-coin .pic {
		margin: 100px 0;
	}
	.intro-w-coin .pic:first-child {
		margin-right: 35px;
	}
	.intro-w-coin .pic:nth-child(2) {
		margin-left: 35px;
	}
	.dialog_txt1 {
		top: -100px;
		right: 120px;
	}
	.dialog_txt2 {
		top: 220px;
		right: 0;
	}
	.dialog_txt3 {
		top: -370px;
		right: 190px;
	}
	/*-- intro-give-coin --*/
	.intro-give-coin {
		margin: 18% 10px 18% 0;
		max-width: 600px;
	}

	/*-- intro-exchange --*/
	.intro-exchange {
		margin: 23% 0 23% 10px;
		max-width: 600px;
		padding: 0 20px;
	}
	.intro-exchange .intro-block-inner .intro-row {
		display: block;
		margin: 0;
	}
	.intro-exchange .pic {
		padding-right: 0;
	}

	/*-- intro-womocity-block --*/
	.intro-womocity-block {
		margin: 40% 0 20% 0;
	}
	.city-map {
		margin-top: 90px;
	}
	.kol1 {
		left: 0;
	}
	.kol5 {
		top: 270px;
	}
	.kol6 {
		right: 0;
	}

	/*-- quick-learn-block --*/
	.quick-learn-block .content {
		padding: 40px;
	}
	.quick-learn-block ul li {
		width: 44%;
	}

	/*-- new --*/
	.news-list-block ul li {
		flex: 0 0 46%;
	}

	/*-- guide --*/
	.category-block .category-list {
		flex: 0 0 50%;
	}

	/*-- contact --*/
	.message-block input, .message-block textarea, .message-block select {
		-webkit-appearance: none;  /* Safari 和 Chrome，常用於iOS下移除內建樣式 */
		-moz-appearance: none;     /* FireFox */
		appearance: none;
	}
}
@media (max-width: 600px) {
	.browser-box {
		width: 100%;
	}
	.wrapper {
		overflow: hidden;
	}
	.maintop {
		background-image: url(../images/top_bg_mobile2.jpg);
		background-size: 100%;
	}
	.maintop-inner {
		/*height: 100vh;*/
	}
	.banner-scenes {
		margin-bottom: 20px;
	}
	.banner-slogn h1 {
		font-size: 2rem;
	}
	.banner-slogn h2 {
		font-size: 1.7rem;
	}
	.homepage .maincontent {
		background-image: url(../images/home_bg_mobile2.jpg);
		background-repeat: repeat-y;
	}
	.point-start {
		width: 80px;
		height: 85px;
		left: 10px;
	}
	.point-m-coin, .point-w-coin {
		width: 100px;
		height: 100px;
	}
	.point-m-coin {
		top: 100px;
		left: 5px;
	}
	.point-w-coin {
		top: 750px;
		left: 5px;
	}
	.point-give-coin {
		top: 3300px;
		left: 0;
		width: 80px;
		height: 81px;
	}
	.point-exchange {
		top: 3850px;
		left: 0;
		width: 80px;
		height: 81px;
	}
	.point-womocity {
		top: 4920px;
		left: 40%;
		z-index: 160;
	}
	.point-womocity a {
		width: 102px;
		height: 104px;
	}

	/*-- intro-m-coin --*/
	.intro-m-coin {
		width: 100%;
		margin: 0;
		padding: 120px 0 0 0;
		/*background-image: url(../images/home_bg_mobile_b1.jpg);*/
		background: none;
		background-position: 0 0;
	}
	.intro-block-inner {
		max-width: 100% !important;
		padding: 0 30px 0 90px;
	}
	.intro-block h3 {
		font-size: 1.4rem;
	}
	.intro-block h4 {
		font-size: 1.1rem;
	}
	.intro-m-coin .mission-box {
		margin: 0;
	}
	.intro-m-coin .pic .stamp-womo {
		right: 10px;
	}

	/*-- intro-w-coin --*/
	.intro-w-coin {
		width: 100%;
		margin: 0;
		padding: 150px 0 120px 0;
		/*background-image: url(../images/home_bg_mobile_b2.jpg);*/
		background-image: none;
		background-position: 0 0;
	}
	.intro-w-coin .pic:first-child {
		margin: 70px 15px 260px 15px;
		float: left;
		width: 100%;
		text-align: center;
	}
	.intro-w-coin .pic:nth-child(2) {
		clear: both;
		float: inherit;
		max-width: 250px;
		margin: 0 auto 50px auto;
	}
	.dialog_txt1 {
		top: -100px;
		left: 5%;
		width: 90%;
	}
	.dialog_txt2 {
		top: 240px;
		left: 5%;
		width: 90%;
	}
	.dialog_txt2:before {
		transform: rotate(-180deg);
		top: -20px;
		left: 70px;
	}
	.dialog_txt2:after {
		transform: rotate(-180deg);
		top: -20px;
		left: 73px;
	}
	.dialog_txt3 {
		top: 350px;
		left: 5%;
		width: 90%;
		z-index: 20;
	}
	.dialog_txt3:before {
		transform: rotate(0deg);
		bottom: -20px;
		right: 50px;
		top: initial;
	}
	.dialog_txt3:after {
		transform: rotate(0deg);
		bottom: -22px;
		right: 47px;
		top: initial;
	}
	.intro-w-coin .mission-box {
		max-width: 100%;
	}

	/*-- intro-coin-block --*/
	.intro-coin-block {
		background-image: url(../images/home_bg_mobile_b3.png);
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: auto 100%;
		padding: 100px 0 30px 0;
		z-index: 150;
	}
	.intro-coin-list-block {
		margin: 0;
	}
	.intro-coin-list-block .owl-item {
		padding: 30px 15px 90px 15px;
	}
	.title-ribbon {
		padding: 11% 0;
		height: auto;
		font-size: 1.4rem;
	}

	/*-- intro-give-coin --*/
	.intro-give-coin {
		margin: 0;
		padding: 100px 0;
		/*background-image: url(../images/home_bg_mobile_b4.jpg);
		background-repeat: no-repeat;
		background-position: 0 bottom;
		background-size: 100%;*/
		background-image: none;
	}
	.browser-category {
		position: relative;
		top: 0;
		right: 0;
		margin-top: 30px;
	}
	.browser-category ul {
		display: flex;
		overflow: auto;
	}
	.browser-category ul li {
		margin: 10px 5px;
	}
	.browser-category ul li a {
		height: 100%;
		text-align: center;
	}
	.browser-box .pic_m {
		display: block;
	}
	.browser-box .step-box .url.pic_m {
		display: inline-block;
	}
	.browser-box .pic_web, .browser-box .step-box .url.pic_web {
		display: none;
	}
	.browser-category ul li.ui-tabs-active:after {
		transform: rotate(-90deg);
		bottom: -10px;
		left: 47%;
		top: inherit;
	}
	.row2-r {
		padding-right:0 !important;
	}
	.browser-box .step-box img {
		transform: scale(0.5);
	}
	#tabs-intro-give-store .step1, 
	#tabs-intro-give-friend .step1, 
	#tabs-intro-give-scramble .step1 {
		top: 5.5%;
		left: -95px;
		right: inherit;
	}
	#tabs-intro-give-store .step1 .dialog-txt.aligntl {
		top: 100px;
		right: 20%;
	}
	#tabs-intro-give-store .step1 .dialog-txt.aligntl:after {
		transform: rotate(-180deg);
		top: -15px;
		right: 50px;
	}
	#tabs-intro-give-store .step2 {
		top: 0%;
		left: -18%;
	}
	#tabs-intro-give-store .step2 .dialog-txt.alignbl {
		top: 80%;
		left: 80px;
	}

	/*-- intro-exchange --*/
	.intro-exchange {
		margin: 0;
		padding: 0 0 150px 0;
		/*background-image: url(../images/home_bg_mobile_b5.jpg);
		background-repeat: no-repeat;
		background-position: 0 bottom;
		background-size: 100%;*/
		background-image: none;
	}
	.intro-exchange .intro-block-inner .intro-row {
		/*margin-top: -50px;*/
	}
	.intro-exchange .cooperate-store .btn-area {
		padding: 0;
		margin-top: 20px;
	}
	.intro-exchange .cooperate-store .btn-more {
		padding: 10px 20px 10px 40px;
		font-size: 1rem;
	}
	.intro-exchange .cooperate-store .btn-more i {
		left: 10px;
		font-size: 1.5rem;
	}

	/*-- intro-womocity-block --*/
	.intro-womocity-block {
		margin: 0 0 -30px 0;
		min-height: 400px;
		background-image: url(../images/home_bg_mobile_b6.png);
		background-repeat: no-repeat;
		background-size: auto 100%;
		background-position: center center;
		z-index: 150;
	}
	.intro-womocity-block .title-ribbon {
		margin-top: -30px;
	}
	.city-map {
		margin-top: 0;
		min-height: 550px;
	}
	.sub-title {
		right: 10px;
		top: 110px;
		left: initial;
	}
	.marker-kol {
		width: 80px;
	}
	.marker-kol-inner {
		height: 100px;
	}
	.marker-kol .kol-name {
		padding: 5px 10px;
		font-size: 1rem;
	}
	.marker-kol .kol-pic {
		padding: 8px;
	}
	.kol1 {
		left: 2%;
		bottom: 210px;
	}
	.kol2 {
		left: 5%;
		top: 200px;
	}
	.kol3 {
		left: 30%;
		bottom: 50px;
		z-index: 20;
	}
	.kol4 {
		left: 25%;
		bottom: 160px;
	}
	.kol5 {
		top: 300px;
		right: 8%;
	}
	.kol6 {
		right: 1%;
		bottom: 360px;
	}
	.kol7 {
		right: 3%;
		bottom: 30px;
	}
	.role-user1 {
		left: 35%;
		top: 180px;
	}
	.role-user1 img, .role-user2 img {
		width: 150px;
	}
	.role-user2 {
		right: 10px;
		bottom: 140px;
		z-index: 10;
	}
	.role-user3 {
		left: 5%;
		bottom: 80px;
	}
	.role-user3 img {
		width: 70px;
	}



	/*-- final-stop --*/
	.final-stop {
		margin: 0;
		padding: 100px 10px 0 10px;
		background-image: url(../images/home_bg_mobile_b7.jpg);
		background-repeat: no-repeat;
		background-position: 0 bottom;
		background-size: 100%;
	}
	.final-stop .pic, .final-stop .txt {
		z-index: 105;
		position: relative;
	}
	.final-stop .pic {
		margin-left: 20px;
	}
	.final-stop .txt {
		margin-top: -70px;
	}
	.final-stop .scene {
		top: 30px;
	}
	.final-stop .scene img {
		width: 80px;
	}

	/*-- --*/
	.intro-coin-step-list.row-list-three li, .intro-coin-step-list li {
		flex: 96%;
		margin-bottom: 40px;
		padding: 10% 5% 5% 5%;
	}
	.row-two {
		display: block;
		text-align: center;
	}
	.row-two .pic {
		margin: 20px 0 !important;
	}

	/*-- quick-learn-block --*/
	.homepage .quick-learn-block {
		margin-top: 150px;
	}
	.quick-learn-block ul li {
		width: 94%;
	}

	/*-- new --*/
	.news-list-block ul li {
		flex: 0 0 96%;
		margin-bottom: 30px;
	}

	/*-- contact --*/
	.message-block dl:nth-child(1), 
	.message-block dl:nth-child(2), 
	.message-block dl:nth-child(3), 
	.message-block dl:nth-child(4) {
		width: 100%;
		margin-right: 0;
	}

	/*-- guide --*/
	.step-box li {
		position: relative;
		flex: 0 0 98%;
	}
	.step-two-col li .step-content {
		flex-wrap: wrap;
	}
	.step-two-col li .pic {
		flex: 0 0 100%;
		padding: 19% 10px;
	}
	.step-two-col li .txt figcaption {
		padding: 0;
	}
	.category-block .category-list {
		flex: 0 0 100%;
	}
	.col-2 .coin-pic {
		width: 100%;
		margin-right: 0;
		text-align: center;
		margin-bottom: 20px;
	}
	.col-3 > li {
		width: 96%;
		margin-bottom: 30px;
	}

	/*-- footer --*/
	.footer-left-block, .footer-right-block {
		width: 100%;
		text-align: center;
	}
	.footer-right-block .btn-download {
		justify-content: center;
		margin: 20px 0;
	}
}
@media (max-width: 375px) {
	.point-start {
		left: 0;
	}
	.point-m-coin, .point-w-coin {
		left: -5px;
	}
	.point-give-coin, .point-exchange {
		left: 0;
	}
	.mission-box {
		padding: 40px 15px 30px 15px;
	}
	.intro-w-coin .pic:first-child {
		margin-bottom: 300px;
	}
	.dialog_txt1, .dialog_txt2, .dialog_txt3 {
		left: 0;
		width: 100%;
	}

}