html {
	position: relative;
	min-height: 100%;
	width: 100%;
	height: 100%;
}
.icon {
	margin-top: 50px;
	width: 300px;
}
.title {
	color: #00e6d2;
	margin-bottom: 30px;
}
body {
	min-height: 100%;
	width: 100%;
	font: 14px;
	margin-bottom: 100px;
	font-family: Meiryo, "微軟正黑體", Microsoft JhengHei, Droid, sans-serif;
	background: url("../images/bg-web.jpg") #191919 no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}
body .slogan-female {
	display: block;
}
body .slogan-male {
	display: none;
}
body.male {
	background: url("../images/bg-web-male.jpg") no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}
body.male .slogan-female {
	display: none;
}
body.male .slogan-male {
	display: block;
}
a {
	color: #00B7FF;
}
.container p {
	color: #FFF;
	text-align: center;
	margin-top: 15px;
}
.container h3 {
	color: #FFF;
	text-align: center;
	margin-top: 30px;
}
.p-bottom-3 {
	padding-bottom: 36px;
}
.language {
	position: absolute;
	right: 0px;
	display: block;
	padding: 10px 30px 0 0;
	color: #fff;
}
.language a {
	color: #00e6d2;
}
.language a:hover {
	color: #00e6d2;
}
.app-icon {
	/* [disabled]margin-top: 40px;
*/
}
.app-icon .img-apple {
	float: right;
}
.app-icon .download-icon {
	width: 280px;
}
.app-icon .btn {
	width: 280px;
	margin-top: 30px;
	clear: both;
}
.app-icon .btn-apple {
	float: right;
}
.app-icon .btn-android {
	float: left;
}
.app-icon .btn-purchase {
	display: block;
	width: 590px;
	margin: 30px auto 0;
}
.app-icon .btn-facebook {
	display: block;
	width: 590px;
	margin: 30px auto 0;
	border: 0;
	background-color: #005B8E;
}
.col-xs-6 .btn-purchase {
	width: 100%;
	margin: 30px auto 0;
}

.col-xs-12 .img-step {
	display: block;
}
.col-xs-12 .img-step-mobile {
	display: none;
}
.col-xs-offset-1 {
	margin-left: 0;
}
.marquee {
	margin: 40px 0;
}
.marquee .slogan {
	color: #ffffff;
	font-size: 35px;
	margin-bottom: 40px;
}
.marquee .marquee-img:nth-child(odd) {
	padding: 100px 0 0 0;
}
.step {
	background: rgba(255, 255, 255, 0.2);
	border-radius: 8px;
	padding: 10px 15px;
}
.step ul {
	-webkit-padding-start: 0;
	list-style: none;
	margin-bottom: 0;
}
.step ul li {
	height: 60px;
	margin: 10px 0;
}
.step h4 {
	font-size: 22px;
	color: #FFF;
	border: 2px solid #FFF;
	border-radius: 20px;
	padding: 5px 15px;
	display: inline-block;
	float: left;
}
.step a {
	display: block;
	width: 160px;
	float: left;
	margin-left: 10px;
}
.step a img {
	margin-top: 0;
}
.step .ic_next {
	display: block;
	width: 14px;
	float: left;
	margin-top: 16px;
	margin-left: 10px;
}
.step h5 {
	color: #f6cb03;
	font-size: 28px;
	line-height: 36px;
	margin-left: 10px;
	float: left;
}
.step .ic_setting {
	display: block;
	width: 60px;
	float: left;
	margin-top: 0;
	margin-left: 10px;
}
.step .ic_check {
	width: 30px;
	margin-top: -5px;
	margin-left: 10px;
}
.step .ic_img {
	width: 60%;
}
.step-cn h4 {
	font-size: 18px;
}
.step-cn h5 {
	font-size: 20px;
}
.step-en h4 {
	font-size: 18px;
}
.step-en h5 {
	font-size: 19px;
}
.img-avatar {
	width: 10%;
	float: left;
}
.ctn {
	height: 100%;
	background-color: #FFFFFF;
	margin-bottom: 100px;
	min-height: 100vh;
	
}

.ctn h3{color: #00CCFF;}

.ctn p{
	color: #262626;
	font-size: 1.1em;
	text-align: left;
	
}

@media (min-width: 1200px) {
.step-cn h4 {
	font-size: 22px;
}
.step-cn h5 {
	font-size: 28px;
}
.step-en h4 {
	font-size: 22px;
}
.step-en h5 {
	font-size: 26px;
}
}
.footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #000;
	padding-top: 20px;
}
.footer ul li {
	margin-bottom: 20px;
}
.footer .copyright {
	font-size: 12px;
	color: #999999;
}
.footer .form-control {
	width: 300px;
	margin: 0 auto;
	border: none;
	height: 40px;
}
.footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer .list-inline {
	margin-top: 20px;
}
.footer .m-top-1 {
	margin-top: 12px;
}
.footer .m-top-2 {
	margin-top: 24px;
}
.footer .m-top-3 {
	margin-top: 36px;
}

@media (min-width: 768px) and (max-width: 992px) {
.marquee .marquee-img:nth-child(odd) {
	padding: 60px 0;
}
.step ul {
	-webkit-padding-start: 10px;
}
.step ul li {
	height: 50px;
	margin: 10px 0;
}
.step h4 {
	font-size: 14px;
}
.step a {
	display: block;
	width: 130px;
	float: left;
	margin-left: 10px;
}
.step a img {
	margin-top: 5px;
}
.step .ic_next {
	display: block;
	width: 12px;
	float: left;
	margin-top: 15px;
	margin-left: 8px;
}
.step h5 {
	color: #f6cb03;
	font-size: 20px;
	line-height: 32px;
	margin-left: 10px;
	float: left;
}
.step .ic_setting {
	display: block;
	width: 40px;
	float: left;
	margin-top: 6px;
	margin-left: 10px;
}
.step .ic_check {
	width: 20px;
	margin-top: -5px;
	margin-left: 2px;
}
.step-cn h4,  .step-en h4 {
	font-size: 16px;
}
.step-cn h5,  .step-en h5 {
	font-size: 18px;
}
}

@media screen and (max-width: 767px) {
body {
	margin-bottom: 0;
	background: url("../images/bg-web.jpg") #191919 no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}
body.male {
	background: url("../images/bg-male-phone.jpg") #000000 no-repeat top center;
	background-size: 100%;
	background-attachment: scroll;
}
.icon {
	width: 180px;
}
.title {
	font-size: 24px;
}
.app-icon .btn {
	margin: 30px auto 0;
	width: 100%;
	font-size: 14px;
}
.app-icon .btn-apple {
	float: none;
}
.app-icon .btn-android {
	float: none;
}
.app-icon .img-apple {
	float: none;
}
.app-icon .download-icon {
	width: 100%;
	margin: auto;
}
.marquee .marquee-img:nth-child(odd) {
	padding: 0 0;
}
.marquee .slogan {
	font-size: 20px;
}
.step ul {
	width: 100%;
	display: inline-block;
}
.step ul li {
	height: auto;
	margin: 25px 0;
}
.step h4 {
	text-align: center;
	border: none;
	border-radius: 30px;
	padding: 10px 15px;
	display: block;
	float: none;
	background: #ff7778;
	width: 160px;
	margin: 0 auto;
}
.step a {
	display: block;
	width: 160px;
	float: none;
	margin: 20px auto;
	color: #FFFFFF;
	text-decoration: underline;
}
.step a .download-icon {
	width: 100%;
}
.step a img {
	margin-top: 0;
}
.step .ic_next {
	width: 15px;
	float: none;
	margin: 0 auto;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.step h5 {
	text-align: center;
	color: #f6cb03;
	font-size: 28px;
	line-height: 36px;
	margin-left: 0;
	float: none;
}
.step .ic_setting {
	width: 60px;
	float: none;
	margin: 20px auto;
}
.step .ic_check {
	width: 30px;
	margin-top: -5px;
}
.footer {
	position: relative;
	margin-top: 50px;
}
.footer .form-control {
	width: 100%;
}
.language {
	display: none;
}
.col-xs-offset-1 {
	margin-left: 8.33333333%;
}
.col-xs-12 .btn {
	margin: 30px 20% 0;
	width: 60%;
	font-size: 14px;
}
.col-xs-12 .btn-apple {
	float: none;
}
.col-xs-12 .btn-android {
	float: none;
}
.col-xs-12 .img-apple {
	float: none;
}
.col-xs-12 .download-icon {
	width: 60%;
	margin: auto;
}
.col-xs-12 .img-step {
	display: none;
}
.col-xs-12 .img-step-mobile {
	display: block;
	width: 100%;
}
.col-xs-12 .img-avatar {
	width: 20%;
	margin: 0;
	padding: 0;
	float: left;
}
	.ctn {
	height: 100%;
	background-color: #FFFFFF;
	margin-bottom: 100px;
}
}

/*# sourceMappingURL=style.css.map */
