body{
    font:14px/24px "Microsoft YaHei",Arial;
}
.wrap{    
    min-width: 1000px;
    max-width: 1920px;
    position: relative;
    overflow: hidden;  
    background:#1d3c2f url('../imgs/page.jpg') no-repeat center top; 
}
.main{
    position: relative;
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}
.logo{
    display: block; 
    width: 164px; 
    position: absolute; 
    top: 15px; 
    left: -195px;
    z-index: 1;
}
.link{
    position: absolute;
    top: 25px;
    right: -204px;
    z-index: 1;
}
.link a{
    font-size: 14px;
    color: #e9f5e1;
    border-radius: 14px;
    height: 28px;
    line-height: 28px;
    padding: 0 15px;
    display: inline-block;
    border: 1px solid #e9f5e1;
    margin: 0 2px;
}
.link a:hover{
    text-decoration: underline;
}
.head{
    height: 1128px;
    background: url('../imgs/head.jpg') no-repeat;
}
.time{
    font-size: 16px;
    color: #669c80;
    position: absolute;
    left:134px;
    top: 600px;
    letter-spacing: 1px;
}
.part1{
    height:1153px; 
    position: relative; 
    background: url('../imgs/p1.jpg') no-repeat;
}
.intro{
    font-size: 20px;
    line-height: 36px;
    padding-top: 134px;    
}
.intro span{
    color: #efda65;
}
.btn_get,.btn_eat{
    display: block;
    font-size: 0;
    overflow: hidden;
    text-indent: -999px;
    background: url('../imgs/btn.png') no-repeat;
    cursor: pointer;
}
.btn_get{
    width: 259px;
    height: 104px;
    margin: 735px auto 0;
}
.btn_get:hover{
    background-position: 0 -114px;
}
.btn_get.end,.btn_get.end:hover{
    background-position: 0 -228px;
}
.part2{
    height: 1152px;
    position: relative;
    background: url('../imgs/p2.jpg') no-repeat;
}
.process{
    color: #ffee94;
    font-size: 19px;
    font-weight: bold;
    text-decoration: underline;
    line-height: 1.2;
    margin: 14px 0;
    display: inline-block;
}
.notice{
    background: #25493d url('../imgs/notice.jpg') no-repeat 115px center;
    height: 40px;
    border: 1px solid #738c45;
    border-radius: 20px;
    padding: 0 20px 0 140px;
    box-sizing: border-box;
    width: 534px;
    margin: 0 auto;
}
.notice li{
    height: 38px;
    line-height: 38px;
    color: #f2e36d;
    text-align: left;
}
.btn_eat{
    margin: 300px auto 34px;
    width: 234px;
    height: 71px;
    background-position: -269px 0;
}
.btn_eat:hover{
    background-position: -269px -81px;
}
.btn_eat.end,.btn_eat.end:hover{
    background-position: -269px -162px;
}

.num{
    margin: 14px 0 32px;
}
.num span{
    color: #eac55d;
}
.btn_award,.btn_edit{
    display: inline-block;
    line-height: 38px;
    border-radius: 19px;
    border: 1px solid #ffe788;
    padding: 0 27px;
    color: #ffe788;
    margin: 0 15px;
    transition: all .2s linear;
    font-size: 16px;
}
.btn_award:hover,.btn_edit:hover{
    background: #ffe788;
    color: #204030;
}

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