body{
    font:14px/24px "Microsoft YaHei",Arial;
}
.wrap{    
    min-width: 1000px;
    max-width: 1920px;
    position: relative;
    overflow: hidden;  
    background:url('../imgs/wrap.jpg') no-repeat center top; 
}
.main{
    position: relative;
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}
.logo{
    display: inline-block; 
    width: 128px; 
    position: absolute; 
    top: 15px; 
    left: 10px;
}
.link{
    position: absolute;
    top: 0;
    right: 0;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 188px;
    color: #f1d192;
}
.link a{
    color: #f1d192;
    display: inline-block;    
    margin:0 5px;    
}
.link a:hover{
    text-decoration: underline;
}
.header{
    height: 882px; 
    position: relative; 
    background: url('../imgs/head.jpg') no-repeat;
}
.time{
    font-size: 16px;
    color: #f1d877;
    font-weight: bold;
    padding: 760px 20px 0 0;
}
.part1{
    height: 877px;
    position: relative;
    background: url('../imgs/p1.jpg') no-repeat;
}
.desc{
    padding-top: 84px;    
    color: #9c8d6f;
}
.desc a{
    color: #ff6b51;
}
.btn{
    display: inline-block;
    background: url('../imgs/btn.png') no-repeat -999px;
    font-size: 0;
    overflow: hidden;
    text-indent: -999px;
}
.fuli{
    margin: 290px 0 0 78px;
    height: 216px;
}
.fuli li{
    float: left;
    width: 250px;
    margin-right: 46px;
}
.fuli li p{
    font-size: 18px;
    color: #f4e174;
    font-weight: bold;
}
.fuli li span{
    text-decoration: underline;
}
.fuli .btn{
    background-position: 0 -182px;
    width: 138px;
    height: 36px;
    display: block;
    margin: 20px auto 0;
}
.fuli .btn:hover{
    background-position: -148px -182px;
}
.sign{
    background-position: 0 0;
    height: 81px;
    width: 312px;
    margin-bottom: 15px;
}
.sign:hover{
    background-position: 0 -91px;
}
.part2{
    height: 960px;
    position: relative;
    background: url('../imgs/p2.jpg') no-repeat;
}
.ct{
    margin-top: 56px;
    height: 76px;
    line-height: 76px;
    font-size: 22px;
    font-weight: bold;
}


.part3{
    min-height: 735px;
    position: relative;
    background:#180d09 url('../imgs/p3.jpg') no-repeat;
    color: #e6d06a;
}
.notice{
    height: 40px;
    line-height: 40px;
    width: 300px;
    margin: 36px auto 0;
    background: #382d25;
    background-image: linear-gradient(top,#2e2722,#403127);
    background-image: -webkit-linear-gradient(top,#2e2722,#403127);
    border: 1px solid #615247;
    border-radius: 20px;
    padding: 0 30px 0 78px;
    text-align: left;
    color: #dabb7c;
    position: relative;
}
.notice::after{
    content: '';
    width: 14px;
    height: 12px;
    position: absolute;
    left: 50px;
    top: 50%;
    margin-top: -6px;
    background: url('../imgs/lb.png') no-repeat;
}
.scroll{
    height: 40px;
    width: 300px;
    position: relative;
    overflow: hidden;
}
.notice ul{
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    overflow: hidden;    
}
.notice ul li{
    float: left;
    margin-right: 20px;
}
.egg{
    height: 300px;
    padding-top: 60px; 
    cursor: url('../imgs/pick.png'),auto;
}
.egg .item{
    display: inline-block;
    width: 179px;
    height: 205px;
    background: url('../imgs/egg.png') no-repeat;
    margin: 0 58px;
    
}
.num{
    margin-bottom: 30px;
}
.num b{
    font-size: 16px;
}
.award,.edit{
    display: inline-block;
    height: 40px;
    width: 126px;
    margin: 0 15px;
}
.award{
    background-position: 0 -228px;
}
.award:hover{
    background-position: 0 -278px;
}
.edit{
    background-position: -155px -228px;
}
.edit:hover{
    background-position: -155px -278px;
}
.side{
    position: fixed;
    right: 3px;
    top: 72px;
    width: 199px;
}

.hongbao-wrapper {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 200;
    display: none;
}
.hongbao-wrapper i {
    display: block;
    position: absolute;
    width: 116px;
    height: 133px;
    background: url('../imgs/hbimg.png') no-repeat;
}

.cyou_bottom{
    background: #150b46;
}