@charset "UTF-8";
/* CSS Document */

html, body {
	height: 100%;
}
body {
	background:#ffc3dc url(../images/index/bg.jpg) center top no-repeat;
	color: #333;
	padding: 0;
	margin: 0;
}

.container {
    position: relative;
	width: 1100px;
    height: 733px;
	text-align: center;
}
h1 {
	display: inline-block;
    background: #fff;
    background: rgba(255,255,255,.85);
    border-radius: 20px;
    padding: 10px 30px;
    margin: 10px 0 0;
    font-size: 12px;
    color: #e11d82;
}

.btn {
    position: absolute;
    top: 445px;
    left: 346px;
}
a.enter, a.leave {
    display: inline-block;
    background: url(../images/index/btn.png) no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow: hidden;
	transition:.7s ease-in-out;
}
a.enter {
	background-position: 0 0;
    width: 225px;
    height: 210px;
}
a.leave {
	background-position: -225px 0;
    width: 185px;
    height: 210px;
}
a.enter:hover, a.leave:hover {
    filter: brightness(1.3);
	transition:.3s ease-in-out;
}

footer {
    background: #fff;
	padding: 22px 0;
    width: 100%;
    min-width: 1100px;
	font-size: 12px;
	text-align: center;
}
footer span {
    display: inline-block;
    padding: 0 14px 8px 0;
}
footer a {
    color: #ff2986;
    transition:.7s ease-in-out;
}
footer a:hover {
    color: #e88eb5;
    transition:.3s ease-in-out;
}
.cr {
    padding: 24px 0;
    color: #e11d82;
    text-align: center;
}

.bnr {
	display: inline-block;
	margin: 3px 0;
}


/*  */
.clear {
	clear: both;
}
br.pcnone {
    display: none;
}
