body{
    font:14px/26px "思源宋体","Microsoft YaHei",Arial;
}
.wrap{    
    min-width: 1200px;
    max-width: 1920px;
    position: relative;
    background:url('../imgs/bg.jpg') no-repeat center top; 
}
.main{
    position: relative;
    width: 1210px;    
    height: 1069px;
    margin: 0 auto;
    background: url('../imgs/main.jpg') no-repeat;    
}
.logo{
    display: inline-block; 
    width: 190px; 
    position: absolute; 
    top: 30px; 
    left: 44px;
    z-index: 1;
}
.link{
    position: absolute;
    top: 28px;
    right: 74px;
    z-index: 1;
}
.login_btn,.reg_btn,.award,.register{
    background: url('../imgs/btn.png') no-repeat -999px;
    font-size: 0;
    overflow: hidden;
    text-indent: -999px;
}
.login_btn,.reg_btn{
    display: inline-block;
    width: 112px;
    height: 36px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .6);
}
.login_btn{
    background-position: 0 0;
}
.login_btn:hover{
    background-position: 0 -41px;
}
.reg_btn{
    margin-left: 10px;
    background-position: -123px 0;
}
.reg_btn:hover{
    margin-left: 10px;
    background-position: -123px -41px;
}
.head{
    height: 760px;
    overflow: hidden;
    position: relative;
    cursor: url('../imgs/pick.png'),auto;
    text-align: center;
}
.time{
    font-size: 16px;
    color: #e9ca9b;
    letter-spacing: 2px;
    margin: 280px 0 347px;
}
.egg{
    width: 383px;
    height: 383px;
    background: url('../imgs/egg.png') no-repeat;
    position: absolute;
    left: 411px;
    top: 291px;
}
.egg:hover{
    background-position: center bottom;
}
.last{
    display: inline-block;
    line-height: 40px;
    background: rgba(0, 0, 0, .7);
    font-size: 18px;
    color: #f1d193;
    padding: 0 18px;
    border-radius: 20px;
    font-family: "Microsoft YaHei";
}
.open{
    position: absolute;
    left: 255px;
    top: 115px;
    width: 640px;
    height: 659px;
    background: url('../imgs/open.png') no-repeat;
    overflow: hidden;
    display: none;
}
.open b{
    display: block;
    font-size: 20px;
    color: #ffd2a3;
    text-align: center;
    width: 221px;
    line-height: 46px;
    margin: 258px 0 0 235px;
}
.part{
    padding: 0 190px;
    height: 300px;
    position: relative;
    z-index: 1;
}
.rule{
    float: left;
    width: 466px;
    color: #b6b599;
}
.tit{
    font-family: "Microsoft YaHei";
    font-weight: bold;
    display: inline-block;
    background: #000;
    padding: 0 10px;
    margin-bottom: 15px;
    line-height: 22px;
    border-radius: 11px;
}
.notice{
    float: left;
    margin-left: 30px;
    color: #e0c296;
    position: relative;
}
.scroll{
    width: 164px;
    margin: 0 10px;
    line-height: 30px;
    height: 150px;
    overflow: hidden;
    font-family: "Microsoft YaHei";
}
.scroll li{
    overflow: hidden;
    width: 164px;
    height: 30px;
}
.award,.register{
    height: 34px;
    width: 111px;
    position: absolute;
    left: 184px;
}
.award{
    top: 35px;
    background-position: 0 -82px;
}
.award:hover{
    background-position: 0 -122px;
}
.register{
    top: 85px;
    background-position: -121px -82px;
}
.register:hover{
    background-position: -121px -122px;
}
.side{
    position: fixed;
    left: 25px;
    top: 144px;
    width: 175px;
    height: 385px;
    background: url('../imgs/side.png') no-repeat;
    padding-top:35px;
}
.side .item{
    margin-top: 15px;
    color: #89bab3;
    text-align: center;
    line-height: 1.2;
    font-size: 12px;
    font-family: "Microsoft YaHei";
}
.side .st{
    font-size: 20px;
}
.side img{
    display: block;
    width: 110px;
    margin: 5px auto 0;
}
.close_open{
    position: absolute;
    top: 183px;
    left: 480px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background:#ffd89d url('../imgs/close.png') no-repeat center / 16px;
    cursor: pointer;
}