.wrap{    
    font:14px/24px "Microsoft YaHei",Arial;
    min-width: 1000px;
    max-width: 1920px;
    position: relative;
    overflow: hidden;  
    background: url('../images/page.jpg') no-repeat center top; 
}
.main{
    position: relative;
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.header{
    position: relative; 
    background: url('../images/head.jpg') no-repeat;
    height: 910px;
    text-align: center;
}
.logo{
    display: inline-block; 
    width: 221px; 
    position: absolute; 
    top: 18px; 
    left: 0;
    z-index: 1;
}
.link{
    position: absolute;
    top: 32px;
    right: 0;
    border-radius: 14px;
    height: 28px;
    line-height: 28px;
    padding: 0 15px;
    background: rgba(0, 0, 0, .2);    
    color: #fff;
    z-index: 1;
}
.link a{
    font-size: 16px;
    color: #fff;
    display: inline-block;    
    margin:0 5px;    
}
.link a:hover{
    text-decoration: underline;
}
.time{
    color: #fff7d9;
    font-size: 16px;
    padding-top: 308px;
}
.part1{
    height:762px; 
    position: relative; 
    background: url('../images/p1.jpg') no-repeat;
    font-size: 16px;
}
.intro{
    padding-top: 85px;
    line-height: 30px;
}
.intro span{
    display: inline-block;
    color: #ffecc6;
}
.intro a{
    display: inline-block;
    color: #ffecc6;
    text-decoration: underline;
    font-weight: bold;
}
.btn_get,.btn_baiyue{
    display: block;
    font-size: 0;
    overflow: hidden;
    text-indent: -999px;
    background: url('../images/btn.png') no-repeat;
    cursor: pointer;
    width: 335px;
    height: 110px;    
}
.btn_get{
    margin: 420px auto 0;
    background-position: 0 0;    
}
.btn_get:hover{
    background-position: 0 -120px;
}
.btn_get.end,.btn_get.end:hover{
    background-position: 0 -239px;
}
.part2{
    height: 1325px;
    position: relative;
    background: url('../images/p2.jpg') no-repeat;
}

.notice{
    background:rgba(43, 9, 10, .2) url('../images/lb.png') no-repeat 20px center;
    height: 28px;
    border-radius:14px;
    width: 228px;
    padding: 0 45px;
    border: 1px solid #ffeecc;
    margin: 10px auto 0;
    overflow: hidden;
    position: relative;
}
.notice ul{
    width: 228px;
    height: 28px;
    line-height: 28px; 
    color: #ffecc6;
}

.btn_baiyue{
    margin: 520px auto 0;
    background-position: 0 -359px;
}
.btn_baiyue:hover{
    background-position: 0 -479px;
}
.btn_baiyue.end,.btn_baiyue.end:hover{
    background-position: 0 -599px;
}
.num{
    margin: 12px 0 25px;
    color: #ffecc6;
}
.btn_award,.btn_edit{
    display: inline-block;
    line-height: 28px;
    border-radius: 14px;
    border: 1px solid #dacbb7;
    padding: 0 17px;
    color: #dacbb7;
    margin: 0 10px;
    transition: all .2s linear;

}
.btn_award:hover,.btn_edit:hover{
    background: #dacbb7;
    color: #2c1d53;
}

.side{
    position: fixed;
    right:60px;
    top: 50%;
    margin-top: -215px;
    width: 160px;
    height: 374px;
    padding-top: 8px;
    background: url('../images/side.png') no-repeat center;
    overflow: hidden;
    padding-top: 56px;
}
.side .item{
    text-align: center;
    color: #ffecc6;
    line-height: 20px;
    height: 185px;
}
.side .st{
    color: #ffe5a4;
    margin: 10px 0 5px;
}
.cyou_bottom{background: #150b46;}
.cyou_bottom_cont p,.cyou_bottom_cont a{color: #4a436d!important;} 