body{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
}
.page-app{
    width: 100%;
    height: 100%;
}
.page-bg{
	width: 100vw;
	height: 100vh;
	background-image: linear-gradient(0deg, #9c2f2f 20%, #c55050 80%);
	margin: 0;
	padding: 0;
}
.page-banner{
	width: 100%;
	max-height:600px;
	position: absolute;
	top:0;
	z-index: 1;
	overflow: hidden;
}
.page-banner .bg{
	background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #ba4848), url(../images/back2.jpg);
    background-size: cover, 100% 100%;
    background-position: 50%, 50%;
    background-repeat: no-repeat, no-repeat;
}
.page-banner .bg img{
	width: 100%;
	visibility: hidden;

}

.page-introduce{
	padding: 15vh 0px 0px;
	position: relative;
	z-index: 2;
}
.page-introduce .area{
	margin: 0 10vw;
    background: rgba(214, 133, 133, .5);
    border-radius: 4px;
    padding: 10px 5px;
    font-size: 15px;
    color: #e6e6e6;
    text-align: center;
}
.page-introduce .title{
	padding: 6vh 0px 0px;
    font-size: 34px;
    color: #e6e6e6;
    text-align: center;
}
.page-introduce .writing{
	margin: 2vw auto 0;
    border-radius: 30px;
    width: 200px;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}


.page-button{
	padding: 68px 114px;
    z-index: 999;
    position: relative;
}
.page-button a{
	position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    overflow: visible;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    border-radius: 50px;
    margin: 0;
    background-image: repeating-linear-gradient(0deg, #ba2e26, #e83a30);
    display: block;
    padding: 0px 17px;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    width: 100%;
    color: rgb(255, 255, 255);
    background-color: rgb(255, 255, 255);
    margin-top: 20px;
}
.page-button a:nth-child(2){
	box-shadow: rgba(255, 255, 255, 0.063) 3px 3px 4px;
}
