html,body{
	width: 100%;
	height: 100%;
	margin: 0;
}
.container{
	width: 100%;
	height: 100%;
	position: relative;
}

.wayii-tips{
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	text-align: center;
}
.wayii-tips .wayii-icon {
    display: inline-block;
    font-size: 300px;
    color: #393D49;
}
.wayii-tips .wayii-text {
    line-height: 22px;
    font-size: 14px;
    color: #666;
	width: 500px;
    margin: 30px auto;
    padding-top: 20px;
    border-top: 5px solid #009688;
    font-size: 16px;
}
.wayii-tips h1 {
	font-weight: 500;
    font-size: 40px;
    line-height: 60px;
    color: #009688;
	margin: 0;
}

@media screen and (max-width: 450px){
	.wayii-tips .wayii-icon{
		font-size: 100px;
	}
	.wayii-tips .wayii-text{
		line-height: 7px;
		font-size: 14px;
		color: #666;
		width: 230px;
		margin: 10px auto;
		padding-top: 6px;
		border-top: 2px solid #009688;
	}
	.wayii-tips h1{
		font-size: 18px;
    	line-height: 30px;
	}
}