* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Microsoft YaHei', '微软雅黑';
}

.c {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

a {
    color: #ffeb00;
}

a:hover {
    color: #f3fbfe;
}

.wrap-bg {
    background: url(https://image.xunyou.com/images/download/aion/wrap-bg.jpg) center top no-repeat;
    position: relative;
}

.wrap-1 {
    background: url(https://image.xunyou.com/images/download/aion/wrap-1.jpg) center top no-repeat;
    height: 778px;
    position: relative;
}

.wrap-2 {
    background: url(https://image.xunyou.com/images/download/aion/wrap-2.jpg) center top no-repeat;
    height: 930px;
    position: relative;
}

.wrap-3 {
    background: url(https://image.xunyou.com/images/download/aion/wrap-3.jpg) center top no-repeat;
    height: 792px;
    position: relative;
}
.fixed{
    position: fixed;
    top: 170px;
    right: 40px;
    z-index: 999;
}
.freetime {
    text-align: center;
    font-weight: 600;
    font-size: 26px;
    color: #fff;
    padding: 10px;
    margin-top: 580px;
}
.time-wrap{
    background-color: #171c29;
    padding: 10px;
    font-weight: 600;
    font-size: 26px;
}
.download {
    position: absolute;
    top: 660px;
    left: 50%;
    margin-left: -182px;
}

.wrap-2 .download {
    top: 820px;
    bottom: 0px;
}

.wrap-3 .download {
    top: auto;
    bottom: 60px;
}

.download .btn {
    display: inline-block;
    background: url(https://image.xunyou.com/images/download/aion/download.png) center top no-repeat;
    width: 326px;
    height: 73px;
}

.btn:hover {
    background-position: center bottom;
    /* opacity: .8; */
}

#foot {
    background-color: #031211;
    color: #788d96;
}

#foot .c {
    padding: 20px 0;
    font-size: 12px;
    text-align: center;
}

.link {
    position: absolute;
    right: 108px;
    top: 20px;
    z-index: 999;

}

.title {
    margin-top: 20px;
    text-align: center;
    color: #fff;
}

.title h2 {
    font-size: 45px;
}

.p {
    margin-top: 14px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    line-height: 24px;
}

.wrap-3 .title {
    margin-top: 60px;
}