html,
body,
h1,
h2,
h3,
h4,
h5,
dl,
dt,
dd,
ul,
ol,
li,
p,
pre,
form,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

html,
body,
button,
input,
select,
textarea {
    font: 12px/1.5 "Microsoft Yahei", Tahoma, Simsun, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
button,
input,
select,
textarea {
    font-size: 100%;
}

em,
i {
    font-style: normal;
}

form {
    display: inline;
}

ul,
ol {
    list-style: none;
}

img {
    border: 0 none;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    outline: none;
    color: #000;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
    text-decoration: none;
}

a:focus,
*:focus {
    outline: none;
}

.hidden {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

table,
th,
td {
    border: 1px solid #fff;
    border-collapse: collapse;
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
    width: 6px;
    height: 4px;
    background: transparent;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    border-radius: 3px;
    background: transparent;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.1);
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
}
.content {
    width: 100%;
    background: #cc643d url(../img/bg.jpg) no-repeat top center;
    /* min-width: 1100px; */
    overflow: hidden;
}

.content .aside {
    position: fixed;
    padding-top: 123px;
    width: 134px;
    height: 268px;
    top: 50%;
    right: 0;
    margin-top: -195px;
    z-index: 90;
    background: url(../img/aside/aside-bg.png) center no-repeat;
}

.content .aside .item {
    height: 40px;
    margin: 0 auto;
    cursor: pointer;
}

.content .aside .item1 {
    width: 121px;
    background: url(../img/aside/mrlhb.png) center no-repeat;
}

.content .aside .item2 {
    width: 122px;
    background: url(../img/aside/zdyhl.png) center no-repeat;
}

.content .aside .item3 {
    width: 106px;
    background: url(../img/aside/dwkhb.png) center no-repeat;
}

.content .aside .item4 {
    width: 106px;
    background: url(../img/aside/lchb.png) center no-repeat;
}
.content .aside .item5 {
    width: 107px;
    background: url(../img/aside/hdgz.png) center no-repeat;
}
.content .aside .item6 {
    width: 92px;
    height: 57px;
    background: url(../img/aside/hddb.png) center no-repeat;
}

.act-time-wrap {
    position: absolute;
    width: 1920px;
    top: 470px;
    left: 50%;
}

.act-time {
    position: absolute;
    left: -25.8%;
    color: #fff;
    font-size: 20px;
    /* text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff; */
}

.content {
    position: relative;
}

.col1 {
    width: 100%;
    padding-top: 597px;
    margin-bottom: 30px;
}

.puzzle-app {
    width: 100%;
    margin: 28px auto 0;
}

.board-area{
    width: 564px;
    height: 564px;
    margin: 0 auto;
    position: relative;
}
.tip_img{
    width: 64px;
    height: 422px;
    background: url(../img/icon43.png) no-repeat center;
    position: absolute;
    bottom: 20px;
    right: -160px;
}
.puzzle-grid {
    width: 564px;
    height: 564px;
    /* display: flex;
    flex-wrap: wrap; */
    margin: 0px auto;
    position: relative;
    background: url(../img/caishen.png) no-repeat center;
    /* box-shadow: 0 1px 15px rgba(0, 0, 0, 0.35); */
}

.puzzle-cell {
    width: 188px;
    height: 188px;
    position: relative;
    float: left;
}

.puzzle-cell img {
    width: 288px;
    height: 288px;
    position: absolute;
}

.puzzle-cell.puzzle-cell0 img {
    top: -50px;
    left: -100px;
}

.puzzle-cell.puzzle-cell1 img {
    top: -50px;
    left: -50px;
}

.puzzle-cell.puzzle-cell2 img {
    top: -50px;
    left: 0px;
}

.puzzle-cell.puzzle-cell3 img {
    top: -50px;
    left: -50px;
}

.puzzle-cell.puzzle-cell4 img {
    top: -50px;
    left: -50px;
}

.puzzle-cell.puzzle-cell5 img {
    top: -50px;
    left: -50px;
}

.puzzle-cell.puzzle-cell6 img {
    top: -50px;
    left: -100px;
}

.puzzle-cell.puzzle-cell7 img {
    top: -50px;
    left: -50px;
}

.puzzle-cell.puzzle-cell8 img {
    top: -50px;
    left: -0px;
}

.puzzle-cell.awaiting::before {
    content: ' ';
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: 1px;
    font-size: 14px;
    pointer-events: none;
}

.tray-area{
    width: 100%;
    height: 200px;
    margin-top: 40px;
}
.pieces-tray {
    width: 920px;
    height: 180px;
    margin: 0 auto;
    /* border-radius: 10px;
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.25); */
}

.floating-piece {
    width: 180px;
    height: 180px;
    border-radius: 18px;
    overflow: hidden;
    cursor: grab;
    transition: transform 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
    /* box-shadow: 0 1px 15px rgba(0, 0, 0, 0.25); */
    touch-action: none;
    margin: 0 25px;
    float: left;
}

.floating-piece img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
}

.floating-piece.dragging {
    opacity: 0.75;
    /* box-shadow: 0 20px 35px rgba(16, 193, 255, 0.45); */
    z-index: 10;
    transition: none;
}

.floating-piece.snap-back {
    animation: snapBack 0.35s ease;
}

@keyframes snapBack {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(0, -12px);
    }

    100% {
        transform: translate(0, 0);
    }
}

.floating-piece.placed {
    opacity: 0.3;
    transform: scale(0.75);
    pointer-events: none;
    /* IE浏览器兼容 */
    filter: gray; /* IE6-9 */
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); /* IE8-9 */
    
    /* 现代浏览器兼容 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -moz-filter: grayscale(100%); /* Firefox */
    -ms-filter: grayscale(100%); /* IE10+ */
    -o-filter: grayscale(100%); /* Opera */
    filter: grayscale(100%); /* 标准语法 */
}

.act-login-info {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.act-login-info a {
    color: #fffdb8;
    display: inline-block;
    vertical-align: middle;
}

.act-login-info a:hover {
    opacity: 0.9;
}

.act-login-info span {
    display: inline-block;
    vertical-align: middle;
}

.act-login-before {
    text-align: center;
}

.act-login-info .name {
    vertical-align: middle;
    max-width: 115px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.part1 {
    position: relative;
}

.part1 .title {
    margin: 0 auto;
    width: 100%;
    height: 292px;
    background: url(../img/part1-title.png) center no-repeat;
    background-size: auto 100%;
}

.part2 .title {
    margin: 190px auto 30px;
    width: 100%;
    height: 294px;
    background: url(../img/part2-title.png) center no-repeat;
    background-size: auto 100%;
}


.part2 .tip p span {
    color: #fc2829;
    cursor: pointer;
    text-decoration: underline;
}

.part2 .times-wrap {
    margin: 0 auto;
    width: 1258px;
}

.part2 .times-wrap .person {
    margin-left: 158px;
    margin-right: 55px;
}

.part2 .times-wrap .nums-wrap {
    margin-top: 36px;
    font-weight: bold;
}

.part2 .times-wrap .nums-wrap .p1 {
    font-size: 50px;
    color: #fcdc6e;
    text-shadow: -1px -1px 0 #652d08, 1px -1px 0 #652d08, -1px 1px 0 #652d08,
        1px 1px 0 #652d08;
}

.part2 .times-wrap .nums-wrap .p2 {
    text-align: center;
    font-size: 20px;
    color: #fff;
    /* text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff; */
}

.part2 .prize-btn {
    width: 214px;
    height: 91px;
    margin-left: 35px;
    margin-top: 28px;
    cursor: pointer;
    background: url(../img/prize-btn.png) center no-repeat;
}

.part2 .prize-btn:hover {
    background: url(../img/prize-btn-h.png) center no-repeat;
}

.part2 .prize-list {
    margin: 25px auto 0;
    width: 1048px;
}

.part2 .prize-item {
    float: left;
    margin-right: 100px;
    margin-bottom: 7px;
    width: 282px;
    height: 269px;
    text-align: center;
}

.part2 .prize-item img {
    cursor: url(../img/pointer.svg), url(../img/pointer.cur), pointer;
}

.part2 .prize-item.yindan-1 {
    background: url(../img/yindan-1.png) center no-repeat;
}

.part2 .prize-item.yindan-2 {
    background: url(../img/yindan-2.png) center no-repeat;
}

.part2 .prize-item.yindan-3 {
    background: url(../img/yindan-3.png) center no-repeat;
}

.part2 .prize-item.yindan-4 {
    background: url(../img/yindan-4.png) center no-repeat;
}

.part2 .prize-item.yindan-5 {
    background: url(../img/yindan-5.png) center no-repeat;
}

.part2 .prize-item.yindan-6 {
    background: url(../img/yindan-6.png) center no-repeat;
}

.part2 .prize-item.jindan {
    background: url(../img/jindan.png) bottom center no-repeat;
}

.part2 .prize-item.jindan-1 {
    background: url(../img/jindan-1.png) center no-repeat;
}

.part2 .prize-item.jindan-2 {
    background: url(../img/jindan-2.png) center no-repeat;
}

.part2 .prize-item.jindan-3 {
    background: url(../img/jindan-3.png) center no-repeat;
}

.part2 .prize-item.jindan-4 {
    background: url(../img/jindan-4.png) center no-repeat;
}

.part2 .prize-item.jindan-5 {
    background: url(../img/jindan-5.png) center no-repeat;
}

.part2 .prize-item.jindan-6 {
    background: url(../img/jindan-liuzhe.png) center no-repeat;
}

.part2 .prize-item.no-mr {
    margin-right: 0;
}

.part2 .prize-item.yindan-1 img,
.part2 .prize-item.yindan-2 img,
.part2 .prize-item.yindan-3 img,
.part2 .prize-item.yindan-4 img,
.part2 .prize-item.yindan-5 img,
.part2 .prize-item.yindan-6 img,
.part2 .prize-item.jindan-1 img,
.part2 .prize-item.jindan-2 img,
.part2 .prize-item.jindan-3 img,
.part2 .prize-item.jindan-4 img,
.part2 .prize-item.jindan-5 img,
.part2 .prize-item.jindan-6 img {
    display: none;
}

.part2 .prize-tip {
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 40px;
    margin-top: 20px;
}

.part3 .title {
    margin: 90px auto 42px;
    width: 100%;
    height: 349px;
    background: url(../img/part3-title.png) center no-repeat;
    background-size: auto 100%;
}

.part3 .tip {
    text-align: center;
    margin: 0 auto 40px;
    font-size: 20px;
    color: #886538;
}

.part3 .my-hb-times {
    margin-bottom: 76px;
    font-weight: bold;
    text-align: center;
    font-size: 50px;
    color: #f74806;
    text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff,
        2px 2px 0 #fff;
}

.part3 .hb-wrap1 {
    margin: 0 auto;
    width: 1076px;
}

.part3 .hb-wrap1 .hb-item-img {
    float: left;
    margin-bottom: 89px;
    cursor: pointer;
    width: 252px;
    height: 287px;
    margin-right: 160px;
    background: url(../img/df-hb.png) center no-repeat;
}

.part3 .hb-wrap1 .hb-item-img.no-mr {
    margin-right: 0;
}

.part3 .hb-wrap1 .hb-item-img.hb1 {
    background: url(../img/10.png) center no-repeat;
    background-position-y: -10px;
}

.part3 .hb-wrap1 .hb-item-img.hb1-gif {
    background: url(../img/10.gif) center no-repeat;
}

.part3 .hb-wrap1 .hb-item-img.hb2 {
    background: url(../img/20.png) center no-repeat;
    background-position-y: -10px;
}

.part3 .hb-wrap1 .hb-item-img.hb2-gif {
    background: url(../img/20.gif) center no-repeat;
}

.part3 .hb-wrap1 .hb-item-img.hb3 {
    background: url(../img/50.png) center no-repeat;
    background-position-y: -10px;
}

.part3 .hb-wrap1 .hb-item-img.hb3-gif {
    background: url(../img/50.gif) center no-repeat;
}

.part3 .hb-wrap1 .hb-item-img.hb4 {
    background: url(../img/100.png) center no-repeat;
    background-position-y: -10px;
}

.part3 .hb-wrap1 .hb-item-img.hb4-gif {
    background: url(../img/100.gif) center no-repeat;
}

.part3 .hb-wrap1 .hb-item-img.hb5 {
    background: url(../img/bazhe.png) center no-repeat;
    background-position-y: -10px;
}

.part3 .hb-wrap1 .hb-item-img.hb5-gif {
    background: url(../img/bazhe.gif) center no-repeat;
}

.part3 .hb-wrap1 .hb-item-img.hb6 {
    background: url(../img/qizhe.png) center no-repeat;
    background-position-y: -10px;
}

.part3 .hb-wrap1 .hb-item-img.hb6-gif {
    background: url(../img/qizhe.gif) center no-repeat;
}

.part4 .title {
    margin: 147px auto 26px;
    width: 756px;
    height: 240px;
    background: url(../img/part4-title.png);
}
.part4 .p1 {
    text-align: center;
    font-size: 50px;
    color: #fcdc6e;
    text-shadow: -1px -1px 0 #652d08, 1px -1px 0 #652d08, -1px 1px 0 #652d08, 1px 1px 0 #652d08;
}
.part4 .hb-wrap {
    width: 1179px;
    margin: 32px auto 0;
}

.part4 .item-img {
    width: 393px;
    height: 390px;
    position: relative;
    float: left;
}

.part4 .item-img .img {
    width: 393px;
    height: 390px;
    position: relative;
}

.part4 .item-img .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.part4 .item-img .get-btn {
    cursor: pointer;
    user-select: none;
    width: 232px;
    height: 58px;
    background: url(../img/ljlq.png) center no-repeat;
    position: absolute;
    top: 300px;
    left: 75px;
}

.part4 .item-img .get-btn.geted {
    cursor: not-allowed;
    background: url(../img/ylq.png) center no-repeat;
}
.part4 .p3 {
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin-top: 23px;
}
.part5 .title {
    margin: 80px auto 26px;
    width: 468px;
    height: 199px;
    background: url(../img/part5-title.png);
}
.part5 .activity-rules {
    margin: 0 auto;
    width: 1200px;
    color: #e1fffd;
    font-size: 24px;
    padding-bottom: 90px;
}

.part5 .activity-rules p {
    line-height: 40px;
    margin-bottom: 10px;
}

.tou-wrap {
    margin: 0 auto;
    width: 1680px;
}

.tou-wrap .left-sec {
    width: 770px;
    margin-right: 87px;
    position: relative;
}

.tou-wrap .left-sec .tle {
    width: 301px;
    height: 68px;
    background: url(../img/icon01.png);
    margin: 0 auto;
}

.tou-wrap .txt {
    text-align: center;
    position: relative;
    z-index: 3;
}

.tou-wrap .right-sec .txt {
    top: -5px;
}

.tou-wrap .txt span {
    display: inline-block;
    vertical-align: middle;
    line-height: 36px;
    font-size: 26px;
    font-weight: bold;
    color: #fcdc6e;
    text-shadow: -1px -1px 0 #652d08, 1px -1px 0 #652d08, -1px 1px 0 #652d08,
        1px 1px 0 #652d08;
}

.tou-wrap .txt em.collect_num_btn {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 190px;
    height: 84px;
    background: url(../img/icon03.png);
    margin-left: 10px;
}

.tou-wrap .txt em.collect_num_btn:hover {
    background: url(../img/icon04.png);
}

.tou-wrap .txt em.countdown_btn {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 190px;
    height: 84px;
    background: url(../img/icon37.png);
    margin-left: 10px;
    font-size: 20px;
    color: #1f59d1;
    text-align: center;
    font-weight: bold;
    line-height: 84px;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff,
        1px 1px 0 #fff;
    display: none;
}

.tou-wrap .is_tip {
    padding-left: 146px;
    position: relative;
    font-size: 21px;
    color: #777;
    margin-top: -20px;
    z-index: 9;
}

.tou-wrap .vip {
    width: 106px;
    height: 114px;
    position: absolute;
    top: 80px;
    right: 135px;
    z-index: 9;
    cursor: pointer;
}

.tou-wrap .vip_no {
    background: url(../img/icon38.png);
}

.tou-wrap .vip_yes {
    background: url(../img/icon39.png);
}

/* .tou-wrap .left-sec .txt {
    margin-bottom: 57px;
}

.tou-wrap .right-sec .txt {
    margin-bottom: 37px;
} */
.tou-wrap .right-sec .tle {
    width: 304px;
    height: 77px;
    background: url(../img/icon02.png);
    margin: 0 auto;
}

.tou-wrap .right-sec .txt em {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 173px;
    height: 79px;
    background: url(../img/icon05.png);
    margin-left: 10px;
}

.tou-wrap .right-sec .txt em:hover {
    background: url(../img/icon06.png);
}

.tou-wrap .txt .rank {
    margin-left: 30px;
}

.tou-wrap .rank-wrap {
    width: 652px;
    height: 564px;
    background: url(../img/icon12.png);
    padding-top: 30px;
    /* margin-top: -19px; */
}

.tou-wrap .rank-wrap .item {
    width: 492px;
    height: 97px;
    margin-bottom: 40px;
    padding-left: 130px;
    position: relative;
}

.tou-wrap .rank-wrap .item i {
    display: block;
    width: 115px;
    height: 72px;
    background: url(../img/icon13.png) no-repeat;
    position: absolute;
    top: -35px;
    right: -8px;
}

.tou-wrap .rank-wrap .item1 {
    background: url(../img/icon14.png) 60px center no-repeat;
}

.tou-wrap .rank-wrap .item2 {
    background: url(../img/icon15.png) 60px center no-repeat;
}

.tou-wrap .rank-wrap .item3 {
    background: url(../img/icon16.png) 60px center no-repeat;
}

.tou-wrap .rank-wrap .item4 {
    background: url(../img/icon17.png) 60px center no-repeat;
}

.tou-wrap .rank-wrap .item .item_l {
    width: 200px;
    float: left;
    color: #5f3a0f;
}

.tou-wrap .username {
    padding-top: 15px;
    font-size: 26px;
    /* margin-bottom: 5px; */
}

.tou-wrap .one-txt {
    padding-top: 30px;
    font-size: 22px;
}

.tou-wrap .num {
    font-size: 18px;
    margin-top: -5px;
}

.tou-wrap .rank-wrap .item .item_r {
    width: 263px;
    float: left;
    color: #fff;
    padding-top: 14px;
}

.tou-wrap .rank-wrap .item .item_r p {
    width: 243px;
    height: 34px;
    font-size: 20px;
    line-height: 34px;
    padding-left: 20px;
    background: url(../img/icon18.png) no-repeat;
    margin-bottom: 5px;
}

.tou-wrap .rank-wrap .item3 .item_r {
    padding-top: 32px;
}

.tou-wrap .rank-wrap .item4 .item_r {
    padding-top: 32px;
}

/* .tou-wrap .rank-wrap .item p {
    padding-left: 146px;
    color: #fff;
    line-height: 22px;
} */

/* .tou-wrap .rank-wrap .item4 p,
.tou-wrap .rank-wrap .item5 p {
    line-height: 88px;
    font-size: 24px;
} */

.tou-wrap .rank-get-btn {
    margin: 10px auto 0;
    width: 324px;
    height: 83px;
    cursor: pointer;
    background: url(../img/icon19.png) center no-repeat;
}

.tou-wrap .rank-get-btn:hover {
    background: url(../img/icon20.png) center no-repeat;
}

.tou-wrap .extra-tip {
    margin: 0 auto;
    width: 152px;
    height: 38px;
    cursor: pointer;
    background: url(../img/icon21.png) center no-repeat;
}

.tou-wrap .extra-tip:hover {
    background: url(../img/icon22.png) center no-repeat;
}

/* 筛子样式 */
.shaiziBox {
    position: relative;
    width: 770px;
    height: 628px;
    top: 30px;
    background: url(../img/icon07.png);
}

.shaizi_mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/shaiziMask.png) no-repeat;
}

.shaizi_list {
    position: absolute;
    width: 386px;
    height: 296px;
    top: 50%;
    left: 50%;
    margin-left: -188px;
    margin-top: -178px;
}

.shaizi_list img {
    display: block;
    width: 75%;
    position: absolute;
    top: 40px;
    left: 45px;
}

.shaizi_item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    background: url(../img/shaizi.png) no-repeat;
}

.shaizi_1003 {
    height: 100px;
    width: 100px;
    background-position: 0 0;
}

.shaizi_1002 {
    height: 100px;
    width: 100px;
    background-position: 0 -100px;
}

.shaizi_1001 {
    height: 100px;
    width: 100px;
    background-position: 0 -200px;
}

.shaizi_1006 {
    height: 100px;
    width: 100px;
    background-position: 0 -300px;
}

.shaizi_1005 {
    height: 100px;
    width: 100px;
    background-position: 0 -400px;
}

.shaizi_1004 {
    height: 100px;
    width: 100px;
    background-position: 0 -500px;
}

.shaizi_3 {
    height: 100px;
    width: 100px;
    background-position: 0 -600px;
}

.shaizi_2 {
    height: 100px;
    width: 100px;
    background-position: 0 -700px;
}

.shaizi_1 {
    height: 100px;
    width: 100px;
    background-position: 0 -800px;
}

.shaizi_6 {
    height: 100px;
    width: 100px;
    background-position: 0 -900px;
}

.shaizi_5 {
    height: 100px;
    width: 100px;
    background-position: 0 -1000px;
}

.shaizi_4 {
    height: 100px;
    width: 100px;
    background-position: 0 -1100px;
}

.touzi-btn-wrap {
    width: 100%;
    margin-top: 34px;
    position: relative;
    z-index: 3;
}

.touzi-btn-wrap .act_btn1_1 {
    width: 233px;
    height: 83px;
    background: url(../img/icon08.png) center no-repeat;
    cursor: pointer;
}

.touzi-btn-wrap .act_btn1_1:hover {
    background: url(../img/icon09.png) center no-repeat;
}

.touzi-btn-wrap .act_btn1_2 {
    width: 238px;
    height: 88px;
    background: url(../img/icon10.png) center no-repeat;
    cursor: pointer;
}

.touzi-btn-wrap .act_btn1_2:hover {
    background: url(../img/icon11.png) center no-repeat;
}

.touzi-btn-wrap .act_btn1_1 {
    margin-left: 95px;
}

.touzi-btn-wrap .act_btn1_2 {
    margin-left: 125px;
}

.rank_title {
    width: 301px;
    height: 76px;
    background: url(../img/icon23.png) center no-repeat;
    margin: 130px auto 0;
}

.rank_txt {
    text-align: center;
    margin-top: 10px;
}

.rank_txt span {
    display: inline-block;
    vertical-align: middle;
    line-height: 36px;
    font-size: 26px;
    font-weight: bold;
    color: #fcdc6e;
    text-shadow: -1px -1px 0 #652d08, 1px -1px 0 #652d08, -1px 1px 0 #652d08,
        1px 1px 0 #652d08;
}

.rank_txt span.rank {
    margin-left: 35px;
}

.rank_list {
    width: 1266px;
    height: 813px;
    background: url(../img/icon31.png?v=2) bottom center no-repeat;
    margin: 40px auto 0;
    position: relative;
}

.rank_one {
    width: 396px;
    height: 86px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 460px;
}

.rank_one .tile {
    width: 296px;
    display: flex;
    align-items: baseline;
    margin: 0 auto;
    padding-left: 100px;
    color: #fff;
}

.rank_two {
    width: 396px;
    height: 86px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 97px;
    left: 83px;
}

.rank_two .tile {
    width: 296px;
    display: flex;
    align-items: baseline;
    margin: 0 auto;
    padding-left: 100px;
    color: #fff;
}

.rank_three {
    width: 396px;
    height: 86px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 117px;
    left: 823px;
}

.rank_three .tile {
    width: 296px;
    display: flex;
    align-items: baseline;
    margin: 0 auto;
    padding-left: 100px;
    color: #fff;
}

.rank_list .tile span {
    font-size: 24px;
    display: block;
}

.rank_list .tile em {
    font-size: 17px;
    display: block;
}

.rank_four {
    width: 175px;
    height: 72px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 492px;
    left: 50%;
    margin-left: -110px;
    color: #fff;
}

.rank_five {
    width: 175px;
    height: 72px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 603px;
    left: 50%;
    margin-left: -110px;
    color: #fff;
}

.rank_six {
    width: 175px;
    height: 72px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 709px;
    left: 50%;
    margin-left: -110px;
    color: #fff;
}

/* .hongbaos{
    width: 100%;
    height: 207px;
    padding-left: 38px;
}
.hongbao{
    width: 165px;
    height: 207px;
    float: left;
} */
.collect_btn {
    width: 324px;
    height: 83px;
    background: url(../img/icon35.png) center no-repeat;
    margin: 10px auto 0;
    cursor: pointer;
}

.collect_btn:hover {
    background: url(../img/icon36.png) center no-repeat;
}

.tishi {
    width: 437px;
    height: 36px;
    background: url(../img/icon40.png) center no-repeat;
    margin: 24px auto 0;
}

.noclick {
    opacity: 0.5;
}