*{ -webkit-tap-highlight-color: transparent; margin: 0;padding: 0; font-family: "PingFang TC", "Microsoft JhengHei", "STHeiti", sans-serif; }
*, *::before, *::after {
    box-sizing: border-box;
}

html, body {
    font-family:  "PingFang TC", "Microsoft JhengHei", "STHeiti", sans-serif;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 100%;
	margin: 0;
	padding: 0;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent;
    background-size: cover;
    color: #000;
    font-size: 16px;
	justify-content: center;
	align-items: center;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family:  "PingFang TC", "Microsoft JhengHei", "STHeiti", sans-serif;
}
ul, li {
	display: block;
	list-style: none;
}
p {
	display: block;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
em {
	font-style: normal;
}

button {
	font-family: "PingFang TC", "Microsoft YaHei", Gotham, Arial;
	font-weight: normal;
}
a, button, input, img {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
:focus {
	outline: 0;
}
/* common */
.clearfix {
	zoom: 1
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

:-webkit-full-screen {

}

:-moz-full-screen {

}

:-ms-fullscreen {

}

:-o-fullscreen {

}

:full-screen {

}

:fullscreen {

}
img {
	user-select: none;
	-webkit-user-select: none;
	border:none;
	outline:none;
	vertical-align: middle;
	border-style: none;
	max-width: 100%;
}
.img-bg {
    background-repeat: no-repeat;
    background-size:contain;
}
hr {
    margin: 0;
    padding: 0;
}


#app-main {
    background-color: #000;
    position: relative;
    width:100%;
    height:100%;
    margin: 0 auto;  
    padding:0;
    overflow: hidden;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.slide-wrapper {
    width: 100%;
    height: 100%;
} 
.slide-logo {
    position: absolute;
    right: 0.5rem;
    top: 1rem;
	width: 2rem;
    height: 5rem;
    background-image: url("blessing_logo.png");
    transition: .8s;
}
.slide1-bg {
    position: relative;
    width:100%;
    height:100%;
	background-image: url("blessing_slide1_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;	
    background-position: center top;
}


.slide1 .slide1-txt1 {
    position: absolute;
    left: 0;
    top: 3rem;
    width: 100%;
    height: 13rem;
    background-image: url("blessing_slide1_txt1.png");
}
.slide1 .slide1-txt2 {
    position: absolute;
    left: 0;
    top: 18rem;
    width: 100%;
    height: 11rem;
    background-image: url("blessing_slide1_txt2.png");
}
.slide1 .slide1-btn1 {
	position: absolute;
	top: 35rem;
	font-size: 3rem;
	color: #fff;
}
.slide1 .slide1-btn1 h3 {
	display: block;
	font-size:1rem;
}



.slide2-bg {
    position: absolute;
    width:100%;
    height:100%;
	background-image: url("blessing_slide2_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;	
    background-position: center top;
}

.slide2-txt1 {
    position: absolute;
    left: 0;
    top: 1rem;
    width: 100%;
    height: 10rem;
    background-image: url("blessing_slide2_txt11.png");
}

.slide-step1 {
	position: absolute;
	top: 10rem;
}


.slide-step2 {
	position: absolute;
	top: 7.5rem;
}

.slide-step3 {
	position: absolute;
	top: 12rem;
	width:100%;
}

.slide-step3 h3 {
	color:#FFF;
}

.slide-step4 {
    position: absolute;
    top: 3.4rem;
    padding: 3rem;
}
.slide-step4 h3 {
    color: #fff;
    font-size: 1rem;
    padding: 0;
    margin: 0;
    line-height: 2.4rem;
}


