.header{
    position: relative;
    height:860px;
    background: url("../img/header.jpg") top center no-repeat;
}
.logo {
    position: absolute;
    top: 15px;
    left: 50%;
    margin-left: -54px;
    width: 110px;
    height: 85px;
}
.time{
    position: absolute;
    top: 235px;
    width: 398px;
    left: 50%;
    margin-left: -196px;
    color: #2b0f13;
    font-size: 16px;
    text-align: center;
}
.content{
    position: relative;
    height: 2640px;
    background: url("../img/content.jpg") top center no-repeat;
}
.rule{
    width: 980px;
    left: 50%;
    top: 120px;
    margin-left: -485px;
    position: absolute;
    line-height: 130%;
    color: #78201c;
    font-size: 22px;
    word-break: break-all;
}
.rule-title{
    font-size: 26px;
    color: #ff342a;
}
.rule span{
    color: #b027ff;
}
.action{
    position: absolute;
    top: 2188px;
    width: 940px;
    left: 50%;
    font-size: 20px;
    color: #5f1714;
    margin-left: -470px;
    line-height: 160%;
}