@font-face{
    font-family:'dr_agu';
    src:url('dr_agu.otf');
}
html,body{
    background:#f2f2f2;
    color:#010101;
    margin:0;
    padding:0;
    -webkit-font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
    -moz-osx-font-smoothing:grayscale;
    overflow-x:hidden
}
@media screen and (min-width: 1024px){
    header{
        width:1024px
    }
}
header .logo{
    margin:0 auto;
	margin-top:30px;
	padding:0;
    display:block;
    width:342px;
    height:87px
}
header .logo a{
    display:block;
    width:100%;
    height:100%;
    background:url(logo.png) no-repeat;
    background-size:100% 100%;
    text-indent:-9999px;
}

@media screen and (min-width: 1024px){
    body{
        max-width:1024px;
        margin:0 auto
    }
}
body{
    background:#fff url(header.png) no-repeat;
    background-size:100% auto;
	text-align: center;
}
#content{
    margin:0 auto 2.75em auto;
    margin-top:60vw;
    font-family:'dr_agu','Lantinghei SC','Hiragino Sans GB','SimHei',Arial,sans-serif;
    font-size:24px
}
@media screen and (min-width: 1024px){
	#content {
		margin-top: 590px;
	}
}
.link-apple a{
    display:block;
    margin:0 auto;
    width:224px;
    height:67px;
    color:#fff;
    background:url(btn_apple.png) no-repeat;
    background-size:100% 100%;
    position:relative;
    font-size:16px;
    transition:all .25s cubic-bezier(.175, .885, .32, 1.275);
}

.link-apple a:active{
    transform:scale(.93)
}
.link-google a{
    display:block;
    margin:0 auto;
    width:224px;
    height:66px;
    color:#fff;
    background:url(btn_google.png) no-repeat;
    background-size:100% 100%;
    position:relative;
    font-size:16px;
    transition:all .25s cubic-bezier(.175, .885, .32, 1.275);
}
.link-google a:active{
    transform:scale(.93)
}
h1{
    font-family:'dr_agu','Lantinghei SC','Hiragino Sans GB','SimHei',Arial,sans-serif;
    font-size:40px;
    margin:0;
    padding:0;
    font-weight:normal;
    color:#285da8;
}
@media screen and (min-width: 1024px){
	h1 {
		font-size:60px;
	}
}
em{
	color:#ff9800;
	font-size:60px;
	white-space: nowrap;
}

