body{
	background-image:url('bg.png');
	color:#222222;
	text-align:center;
	font-family:"Microsoft YaHei";
}

a{
	color:#ed5567;
	text-decoration:none;
}

.main{
	background:#fff;
	text-align:center;
	padding:40px;
	margin:100px auto;
	width:70%;
	background-color:rgba(255,255,255,0.5);
}

.title{
	font-size:3em;
}

.img{
	margin:30px auto;
}

.tip{
	font-size:1.5em;
}

.button{
	margin:30px auto;
	background:#ed5567;
	color:#fff;
	padding:10px 20px;
	width:180px;
	height:30px;
	font-size:1.5em;
	border-radius:3px;
}

#enter a{
	color:#fff;
	text-decoration:none;
}

.notice{
	font-size:1.1em;
}

.link{
	font-size:1em;
	margin-top:20px;
}

.foot{
    font-size:.8em;
    margin-top:20px;
}

.new{
    display: inline-block;
    transform: translateY(-30px);
    font-size: .75rem;
    letter-spacing: 0.05em;
    background: linear-gradient(to top,#ec867e 0%,#ec6190 100%);
    color: #ffffff;
    border-radius: 1rem;
    padding: .15rem .275rem;
    line-height: 1;
    font-weight: bold;
    margin-left:0.4em;
}