.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: 1000px;
    margin: 0 auto;
    text-align: center;
}
.part1{
    position: relative; 
    background: url('../images/part1.jpg') no-repeat;
    height: 1367px;
    text-align: center;
}
.logo{
    display: inline-block; 
    width: 170px; 
    position: absolute; 
    top: 20px; 
    left: 0;
    z-index: 1;
}
.link{
    position: absolute;
    top: 25px;
    right: 0;
    z-index: 1;
}
.link a{
    color: #ffec63;
    display: inline-block;    
    margin:0 5px;
    border-radius: 14px;
    height: 28px;
    line-height: 28px;
    padding: 0 15px;
    border: 1px solid #ffec63;

}
.link a:hover{
    background: #ffec63;
    color: #230a03;
}
.time{
    color: #fff6e1;
    font-weight: bold;
    letter-spacing: 3px;
    padding-top: 420px;
    height: 24px;
}
.hb{
    margin-top: 624px;
    text-align: center;
}
.btn_get,.btn_take{
    display: inline-block;
    font-size: 0;
    overflow: hidden;
    text-indent: -999px;
    background: url('../images/btn.png') no-repeat;
    cursor: pointer;
    width: 425px;
    height: 154px;    
}
.btn_get{
    background-position: 0 0;
    margin-top: 20px;  
}
.btn_get:hover{
    background-position: 0 -164px;
}
.btn_get.end,.btn_get.end:hover{
    background-position: 0 -328px;
}
.part2{
    height: 1276px;
    position: relative;
    background: url('../images/part2.jpg') no-repeat;
}
.intro{
    padding-top: 143px;
}
.intro a{
    display: inline-block;
    color: #fec835;
    text-decoration: underline;
    font-weight: bold;
}
.notice{
    background-image: linear-gradient(top,#ffdfa7,#fbbd51);
    background-image: -webkit-linear-gradient(top,#ffdfa7,#fbbd51);
    border: 1px solid #af5e26;
    height: 40px;
    border-radius:20px;
    padding: 0 50px 0 78px;
    width: 280px;
    margin: 24px auto 0;
    overflow: hidden;
    position: relative;
}
.notice::after{
    content: '';
    width: 13px;
    height: 12px;
    position: absolute;
    left: 52px;
    top: 50%;
    margin-top: -6px;
    background: url('../images/lb.png') no-repeat;
}
.notice ul{
    text-align: left;
    height: 40px;
    line-height: 40px; 
    color: #862910;
}

.btn_take{
    display: block;
    margin: 530px auto 5px;
    background-position: 0 -494px;
}
.btn_take:hover{
    background-position: 0 -660px;
}
.btn_take.end,.btn_take.end:hover{
    background-position: 0 -826px;
}
.num{
    margin-bottom: 28px;
}
.num span{
    display: inline-block;
    color: #f7d915;
    font-weight: bold;
    margin: 0 3px;
}

.btn_award,.btn_edit{
    padding-left: 24px;
    line-height: 24px;
    text-decoration: underline;
    font-weight: bold;
    display: inline-block;
    color: #fede7a;
    margin: 0 30px;
    font-size: 16px;
    background: url('../images/ico.png') no-repeat;
    transition: all .2s linear;

}
.btn_edit{
    background-position: left bottom;
}
.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: #230a03;}
.cyou_bottom_cont p,.cyou_bottom_cont a{color: #c3c3c3!important;} 