.wrap{    
    font:14px/24px "Microsoft YaHei",Arial;
    min-width: 1020px;
    max-width: 1920px;
    position: relative;
    overflow: hidden;  
    background:url('../imgs/page.jpg') no-repeat center top; 
}
.main{
    position: relative;
    width: 1020px;
    height: 3745px;
    margin: 0 auto;
    text-align: center;
    background: #290805;
}
.logo{
    display: inline-block;
        position: absolute;
        top: 26px;
        left: 50%;
        z-index: 1;
        margin-left: -540px;
}
.link{
    position: absolute;
    top: 36px;
    left: 50%;
    margin-left: 350px;
    width: 181px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1; 
  
}
.link a{
    display: block;
    width: 86px;
    height: 30px;
    text-align: center;
    font-size: 14px;
    color: #f1c669;  
    border: 1px solid #f1c669;
    line-height: 30px;
    border-radius: 20px;
}
.link a:hover{
    text-decoration: underline;

}
.part1{
    height:1078px; 
    position: relative; 
    background: url('../imgs/head.jpg') no-repeat;
    font-size: 16px;
}
.time{
    color: #f9e98e;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 60px;
}
.dm {
    margin: 50px auto 33px auto;
    position: relative;
    width: 1001px;
    height: 367px;
    background:url('../imgs/dm_bg.png') no-repeat center top;
    box-sizing: border-box;
    border: 6px solid transparent;
}

.danmu,
.mydanmu {
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    display: block;
    color: #664b46;
    border-radius: 6px;
    background-color: #ffe5ac;
}

.message {
    position: relative;
    z-index: 1000;width: 1000px;
        margin: 0 auto;
}

.send {
    width: 157px;
    height: 49px;
    position: absolute;
    right: 0;
    top: 0;
    background: url('../imgs/send.png') no-repeat;
    background-position: left top;
    z-index: 4;
}

.send:hover {
    background-position: left bottom;

}

.message_txt {
height: 49px;
    position: relative;
    background: url(../imgs/message.png) no-repeat left center / 100% 100%;
    color: #c8af73;
    font-size: 16px;
    padding: 0 0 0 30px;
    box-sizing: border-box;
    z-index: 2;
    width: 900px;
}

.message_txt input {
    width: 100%;
    line-height:49px;
    height: 49px;
    border: none;
    font-size: 16px;
    background: transparent;
    color: #c8af73;
}
.message_txt input::placeholder {
    color: #c8af73;
}
.message_txt::after {
    content: '';
    display: block;
    position: absolute;
    right: 70px;
    top: 50%;
    margin-top: -3px;
    width: 18px;
    height: 11px;
    background: url('../imgs/arrow.png') no-repeat
}

.message_txt p {
    height: 50px;
    line-height: 50px;
    width: 100%;
    overflow: hidden;
    text-align: left;
    padding: 0 20px;
    font-size: 18px;
}

.message_list {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    background-color: #d2c5aa;
    padding: 10px;
    display: none;
    border-radius: 10px;
}

.message_list ul {
    height: 126px;
    overflow-y: auto;
}

.message_list ul::-webkit-scrollbar {
    z-index: 11;
    width: 6px;
    border-radius: 5px;
}

.message_list ul::-webkit-scrollbar:horizontal {
    height: 6px
}

.message_list ul::-webkit-scrollbar-thumb {
    border-radius: 5px;
    width: 6px;
    background: #593027
}

.message_list ul::-webkit-scrollbar-track,
.message_list ul::-webkit-scrollbar-track {
    background: #e9dabb
}

.message_list ul::-webkit-scrollbar-track-piece {
    background: #e9dabb;
    width: 6px
}

.message_list ul li {
    color: #333;
    line-height: 30px;
    height: 30px;
    text-align: left;
    cursor: pointer;
    border-bottom: 1px dashed #b7a785;
}









.gift_pack{
    position: absolute;
    left: 0;
    top: 434px;
    width: 656px;
}
.gift_pack ul{
    height:280px;
    padding-left: 40px;
}
.gift_pack li{
    width: 146px;
    float: left;
    margin: 0 23px;    
}
.gift_pack li i{
    display: block;
    width: 146px;
    height: 169px;
    background: url('../imgs/gift_ico.png') no-repeat -999px;
    font-size: 0;
    overflow: hidden;
    text-indent: -9999px;
}
.gift_pack li .g1{
    background-position: 0 0;
}
.gift_pack li .g2{
    background-position: -192px 0;
}
.gift_pack li .g3{
    background-position: -383px 0;
}

.gift_pack p{
    color: #fbea8f;
    line-height: 1.8;
}
.btn_get,.btn_use{
    display: block;
    font-size: 0;
    overflow: hidden;
    text-indent: -999px;
    background: url('../imgs/btn.jpg') no-repeat;
    cursor: pointer;    
}


.part2{
    height: 792px;
    position: relative;
    background: url('../imgs/p1.jpg') no-repeat;
}
.part3{
    height: 820px;
    position: relative;
    background: url('../imgs/p2.jpg') no-repeat;
}
.part4{
    height: 1052px;
    position: relative;
    background: url('../imgs/p3.jpg') no-repeat;

}
.intro{
    padding-top: 126px;
    font-size: 16px;
    line-height: 1.7;
    color: #af8441;
}
.intro a{
    display: inline-block;
    color: #55d10a;
    text-decoration: underline;
    font-weight: bold;
}
.btn_get{
    width: 262px;
    height: 88px;
    background:url('../imgs/btn_get.png') no-repeat center / cover;
    background-position: 0 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 140px;
}
.btn_get:hover{
    background-position: 0 -88px;
}
.btn_get.end,
.btn_get.end:hover {
    background-position: 0 -176px;
}



.process{
    color: #ffee94;
    font-size: 19px;
    font-weight: bold;
    text-decoration: underline;
    line-height: 1.2;
    margin: 14px 0;
    display: inline-block;
}
.notice{
    background: url('../imgs/notice.png') no-repeat ;
    height: 35px;
    line-height: 35px;
    width: 407px;
    padding-left: 103px;
    margin:40px auto 540px auto;
    overflow: hidden;
    text-align: left;
    font-size: 14px;
    color: #ffe57b;box-sizing: border-box;
}
.notice ul{
    width: 270px;
    height: 35px;
    line-height: 35px; 
}
.btn_use{
    margin: 512px auto 0;
    background-position: 0 -210px;
    width: 240px;
    height: 80px;
}
.btn_use:hover{
    background-position: 0 -300px;
}
.btn_use.end,.btn_eat.end:hover{
    background-position: 0 -390px;
}
.num{
    margin: 0 0 20px;
}
.num span{
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    margin: 0 4px;
}
.btn_award,.btn_edit{
    display: inline-block;
    line-height: 28px;
    border-radius: 14px;
    border: 1px solid #ffe28a;
    padding: 0 17px;
    color: #ffe28a;
    margin: 0 10px;
    transition: all .2s linear;
}
.btn_award:hover,.btn_edit:hover{
    background: #ffe28a;
    color: #210301;
}

.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: #000;}
.cyou_bottom_cont p,.cyou_bottom_cont a{color: #634c3b!important;} 
.btn_dr{
    display: block;
    width:262px ;
    height: 66px;
    background: url('../imgs/btn_dr.png') no-repeat center;
    background-position: 0 0;
    margin: 0 auto;
}
.btn_dr:hover{
    background-position: 0 -66px;
}
.btn_dr.end,.btn_dr.end:hover{
    background-position: 0 -132px;
}

.btn_info {
    margin:  0 auto;
    width: 260px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;

}

.btn_info a {
    display: block;
    width: 120px;
    height: 40px;
    text-align: center;
    font-size: 14px;
    color: #f1c669;
    border: 1px solid #f1c669;
    line-height: 40px;
    border-radius: 20px;
}

.btn_info a:hover {
    text-decoration: underline;

}