body, html {
    font-size: 20px;
    color: #fff8d4;
    font-family: Microsoft YaHei, 'Courier New', Courier, monospace;
}

body, html, div, img, input, a {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

table {
    border-collapse: collapse;
}

.container {
    background: url('./bg.jpg') no-repeat;
    background-position-x: center;
    min-width: 1200px;
    height: auto;
}
.container.yuyue {
    height: 3042px;
    overflow: hidden;
    position: relative;
}
.yuyue-btn {
    position: absolute;
    right: 447px;
    top: 690px;
    cursor: pointer;
    width: 308px;
    height: 89px;
    background: url(./btn-b-0.png) no-repeat;
    font-size: 30px;
    line-height: 75px;
    text-align: center;
    color: #fff;
    padding-left: 28px;
    font-weight: bold;
}
.nav {
    max-width: 1920px;
    margin: auto;
    width: 100%;
}

.content {
    width: 1200px;
    margin: auto;
}

.qiandao-score-now {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 30px;
    padding: 4px 20px;
    top: 204px;
    width: 1200px;
    color: #510601;
}
.qiandao-score-now>span {
    margin-left: 65px;
}
.qiandao-score-now img {
    position: relative;
    top: 3px;
}

.home-btn {
    display: inline-block;
    width: 170px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    margin-top: 10px;
    margin-left: 20px;
}

.login-right-btn {
    float: right;
    font-size: 30px;
    margin-right: 20px;
    cursor: pointer;
    color: #fff;
}

.text-yellow {
    color: #ffe144;
}

.flex-between, .fb {
    display: flex;
}

.mt-20 {
    margin-bottom: 20px;
}

.btn-min {
    display: inline-block;
    padding: 0 16px;
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    background-color: #ffe352;
    color: #946525;
    cursor: pointer;
}

.btn-min+.btn-min {
    margin-left: 20px;
}

.content {
    padding-top: 1045px;
    position: relative;
}

.tips-box {
    position: relative;
    padding-top: 237px;
    text-align: center;
    padding-left: 25px;
    font-size: 22px;
    padding-right: 22px;
    margin-top: 163px;
}

.tips-box-count {
    color: #ffd07e;
}

.rule-btn {
    position: absolute;
    right: 0px;
    top: 59px;
    width: 200px;
    height: 50px;
    cursor: pointer;
}

.qiandao {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
    height: 274px;
}

.container .el-progress__text {
    display: none;
}

.qiandao-item {
    position: relative;
    width: 154px;
    height: 193px;
    text-align: center;
    background: url('./b-2.png') center no-repeat;
    cursor: pointer;
    position: relative;
}
.qiandao-item:nth-child(odd) {
    position: relative;
    top: 20px;
}
.qiandao-item:nth-child(even) {
    position: relative;
    top: 80px;
}
.qiandao-item.pass {
    background: url('./b-4.png') center no-repeat;
    color: #ffd07e;
}

.qiandao-item .today-tag {
    background: url(./q-e.png) no-repeat;
    width: 340px;
    height: 40px;
    position: absolute;
    top: 100%;
    left: -94px;
}

.qiandao-item.today .today-tag {
    display: block;
}

.qiandao-item.active {
    background: url('./b-3.png') center no-repeat;
    color: #fff;
}


.qiandao-btn {
    font-weight: bold;
    height: 80px;
    line-height: 32px;
    width: 314px;
    margin: auto;
    margin-top: 67px;
    cursor: pointer;
}

.qiandao-btn.succ {
    background: url(./qiandao-a-btn.png) no-repeat;
}
.qiandao-tips.font-active {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 16px;
}
.qiandao-tips {
    text-align: center;
    font-size: 16px;
}
.q-count{
    font-size: 60px;
    margin-top: 90px;
    font-weight: bold;
    background: linear-gradient(180deg, #fdb027 0%,  #ff6600 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}
.date-line {
    position: absolute;
    top: 80px;
    left: 46px;
    margin-top: 0;
    font-size: 22px;
    font-family: SourceHanSansSC-Medium;
    background: linear-gradient(0deg, #fff4e9 0%,  #ffe252 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.invite-box {
    position: relative;
    padding: 646px 58px 0;
}

.invite-tips {
    position: relative;
    margin-bottom: 33px;
    margin-top: 134px;
}

.invite-now {
    position: absolute;
    top: -83px;
    right: 50px;
    font-size: 26px;
}

.active-progress .el-progress-bar__outer {
    background: #881616!important;
}

.active-progress .el-progress-bar__inner {
    background: #ffe252;
}

.invite-input {
    background: none;
    width: 600px;
    height: 42px;
    line-height: 42px;
    padding: 0 20px;
    border: none;
    color: #333;
}
.invite-input:focus-visible {
    border: none;
}
.task-list {
    margin: 31px 64px;
    font-size: 22px;
    padding-top: 309px;
}

.task-status {
    width: 100px;
    text-align: center;
}

.task-status.active {
    width: 100px;
    text-align: center;
    color: #ff0000;
}

.task-status a {
    color: #ffd07e;
}

.task-id {
    width: 40px;
    text-align: center;
}

.task-item {
    line-height: 58px;
}


.draw-tips .draw-btn {
    display: inline-block;
    width: 200px;
    height: 50px;
    cursor: pointer;
}

.draw-tips, .rank-tips, .prize-tips {
    text-align: center;
}

.prize-tips .prize-btn {
    display: inline-block;
    width: 200px;
    height: 50px;
    cursor: pointer;
}
.prize-count.point-icon {
    position: absolute;
    right: 101px;
    top: 203px;
}

.draw-box {
    margin: 0 auto;
    padding-top: 169px;
    margin-top: 174px;
    position: relative;
}

.draw-list {display: grid;grid-template-columns: repeat(4, 1fr);grid-template-rows: repeat(4, 180px);gap: 30px 54px;}

.draw-item {
    font-size: 12px;
    transition: all 0.3s ease;
    background: url(b-9.png);
}
.draw-item:nth-child(6) {
    background: url(b-10.png) no-repeat;
    grid-column: 2 / span 2;
  grid-row: 2 / span 2;
}

.draw-item img {
    position: relative;
    left: 50%;
    top: 41%;
    transform: translate(-50%, -50%);
}

.draw-item .draw-gift-text {
    position: absolute;
    width: 100%;
    bottom: 6px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #ffd07e;
}

.draw-item.active {
    transform: scale(1.1);
    background: url(b-9.png);
}
.draw-item.active:nth-child(6),.draw-item.active:nth-child(7) {
    background: url(b-10.png);
}

.draw-item {
    position: relative;
}

.draw-item.active img {
    filter: brightness(1.2) contrast(1.1) saturate(1.5) drop-shadow(0 0 15px gold);
    animation: glow 2s ease-in-out infinite alternate, shake 0.5s ease-in-out infinite;
    transform-origin: center;
    transition: all 0.3s;
}

@keyframes shake {
    0%, 100% {
        transform: rotate(-1deg) translate(-50%, -50%);
    }

    50% {
        transform: rotate(1deg) translate(-50%, -50%);
    }
}

.draw-item.sou-item {
    height: 273px;
}

.draw-item.fat-item {
    width: 420px;
}

.draw-controls {
    text-align: center;
    position: absolute;
    top: 1040px;
    width: 100%;
}

.draw-controls .draw-btn {
    width: 308px;
    height: 90px;
    cursor: pointer;
    position: absolute;
    top: 159px;
    left: 799px;
}

.draw-controls .btn-box {}

.draw-controls .draw-btn.disabled {
    cursor: no-drop;
}

.draw-btn.draw-1 {
    left: 77px;
    top: 160px;
    background: url(btn-b-7.png) no-repeat;
}
.draw-btn.draw-1 span {
     line-height: 76px;
     color: #fff;
     font-size: 28px;
     font-weight: bold;
     background: linear-gradient(180deg, #ffffff 0%,  #fff9aa 100%);
     -webkit-background-clip: text;
     background-clip: text;
     -webkit-text-fill-color: transparent;
}
.draw-btn.draw-1.dan {
    background: url(btn-b-8.png) no-repeat;
}
.draw-btn.draw-10 {
    top: 159px;
    left: 460px;
}

.draw-btn .draw-btn-count {
    position: absolute;
    left: 7px;
    top: 1px;
    font-size: 18px;
    font-weight: normal;
    width: 20px;
    text-align: right;
}

.draw-count {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 30px;
    padding: 4px 20px;
    bottom: -122px;
    font-size: 22px;
}
.draw-count > span {
    margin-left: 62px;
}
.floor-gift {
    position: relative;
    margin-top: 312px;
    padding: 0 63px;
}

.floor-zhanbi {
    position: absolute;
    right: 65px;
    top: -56px;
    font-size: 20px;
}

.score-list {
    margin-top: 0px;
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0px;
    margin-right: -80px;
    margin-left: 60px;
}

.score-list .score-item {
    background: url('./b-5.png') no-repeat;
    width: 233px;
    height: 256px;
    color: #fff;
    margin-right: 53px;
    margin-bottom: 55px;
}

.score-list .score-item .score-count {
    font-size: 30px;
    margin-top: 75px;
    background: linear-gradient(0deg, #fff4e9 0%,  #ffe252 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.score-list .score-item .money-count {
    font-size: 18px;
    margin-top: 13px;
    color: #fff8d4;
}

.score-list .score-item .exchange-btn {
    background: url('./btn-b-6.png') no-repeat;
    width: 132px;
    height: 50px;
    margin: auto;
    margin-top: 30px;
    cursor: pointer;
}

.score-list .score-item.succ .exchange-btn {
    background: url('./btn-b-5.png') no-repeat;
}

.score-list .score-item.lock {
    filter: brightness(80%);
}

.score-list .score-item.lock .exchange-btn {
    background: url('./btn-b-6.png') no-repeat;
    cursor: not-allowed;
}

.recharge-score {
    padding-top: 228px;
    text-align: center;
    color: #ffd3b4;
    position: relative;
    margin-top: 302px;
}

.recharge-score .tips {
    font-size: 20px;
}

.now-money {
    background: rgba(0,0,0,0.2);
    width: 370px;
    height: 40px;
    line-height: 40px;
    margin: auto;
    margin-top: 57px;
    font-size: 20px;
    border-radius: 20px;
}

.now-money .tips-box-count {
    color: red;
}

.prize-box {
    position: relative;
    padding-top: 188px;
    height: 1166px;
}

.prize-list {
    flex-wrap: wrap;
    margin-top: 50px;
    padding: 0 40px;
    height: 518px;
}

.prize-item {
    position: relative;
    width: 180px;
    margin-right: 44px;
    font-size: 12px;
    margin-bottom: 40px;
    text-align: center;
    border-radius: 10px;
}


.prize-gift-item {
    border-radius: 5px;
    position: relative;
    background: url('./b-6.png') no-repeat;
    height: 169px;
}

.text-btn {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    cursor: pointer;
}

.prize-gift-item-title {
    text-align: center;
    position: absolute;
    top: 130px;
    bottom: 24px;
    height: 34px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
}

.prize-gift-item img {
    width: 138px;
    display: block;
}

.prize-gift-item img.game {
    margin: 0px auto;
}

.btn-item-title {
    position: absolute;
    top: 89px;
    left: 0;
    width: 180px;
    height: 34px;
    margin: auto;
    border-radius: 17px;
    line-height: 34px;
    font-size: 18px;
    margin-top: 7px;
}

.btn-item-title a {
    color: #ff1500;
    font-weight: bold;
}

.btn-item-title .text-yellow {
    color: #FFFF00;
}

.btn-item-title .list-btn.succ {
    background: #ccc;
}

.prize-item .shadow-item {
    display: none;
    position: absolute;
    width: 100%;
    height: 81%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border-radius: 10px;
    padding: 1px;
}
.prize-item .shadow-item h4 {
        font-size: 16px;
        margin: 5px;
}
.prize-item .shadow-item div {
    font-size: 14px;
    font-weight: bold;
}
.prize-item:hover .shadow-item {
    display: block;
}

.prize-btn {
    padding: 0 34px;
    line-height: 32px;
    height: 32px;
    position: relative;
    z-index: 100;
}

.pagination {
    justify-content: center;
}

.pagina-item {
    width: 40px;
    height: 40px;
    /* border-radius: 3px; */
    margin-right: 20px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    background: #7a0000;
    color: #fff8d4;
}

.pagina-item.active {
    background: #fff8d4;
    color: #8d2427;
}

.everyday-font {
    position: relative;
    padding-top: 256px;
    margin-top: 114px;
}

.everyday-font-tips {
    position: absolute;
    right: -6px;
    top: 197px;
    width: 200px;
    height: 50px;
}

.list-btn {
    background: url(./btn-b-11.png) center no-repeat;
    width: 155px;
    height: 50px;
    line-height: 43px;
    display: block;
    margin: 0px auto 0;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    text-align: center;
}

.list-btn.succ {
    background: url(./btn-b-10.png) no-repeat;
}

.list-btn.disa {
    background: url(./a6-2-btn.png) no-repeat;
}

.list-btn.small {
    display: inline-block;
    margin: 0;
    width: 120px;
    height: 38px;
    font-size: 18px;
    line-height: 38px;
}

.everyday-font .font-list {
    margin-top: 127px;
    color: #ff0000;
    font-size: 28px;
    width: 583px;
    margin-left: 345px;
}

.everyday-font .everyday-font-btns .list-btn {
    margin: 0 25px;
}

.exchange-rules {
    margin-top: 24px;
    font-size: 28px;
    color: #8f6126;
    width: 681px;
    margin-left: 341px;
    line-height: 54px;
}

.exchange-rule span {
    margin-right: 20px;
}

.rank-list {
    padding-top: 160px;
    width: 100%;
}

.rank-list .pagination {
    position: absolute;
    top: 882px;
    width: 100%;
}

.rank-table {
    width: 857px;
    margin: auto;
    margin-top: 104px;
    border-collapse: collapse;
}

.rank-table thead {
    height: 44px;
    font-size: 24px;
    color: #ff9933;
}

.rank-table td {
    line-height: 50px;
    position: relative;
}

.my-rank {
    position: absolute;
    right: 0;
    top: 190px;
    width: 185px;
}

.my-rank span {
    color: #FFFF00;
}

.rank-table td {
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
}

.table-icon {
    position: absolute;
    top: 5px;
    left: 100px;
}

.gift-list {
    justify-content: center;
    margin-right: -20px;
    margin-top: 40px;
}

.gift-item {
    position: relative;
    margin-right: 20px;
    width: 184px;
    height: 242px;
    background: url('./gift-gb.png') no-repeat;
}

.gift-item img {
    width: 170px;
    height: auto;
    position: relative;
    top: 6px;
    left: 8px;
    margin-top: 20px;
    border-radius: 10px;
}

.gift-item div {
    position: absolute;
    bottom: 6px;
    text-align: center;
    width: 100%;
}

.fixed-box {
    position: fixed;
    right: 0;
    top: 26%;
    background: url('./b-7.png') no-repeat;
    width: 180px;
    height: 678px;
    z-index: 1001;
    color: #fff;
    padding-top: 101px;
    padding-bottom: 37px;
}

.fixed-box .fixed-item {
    line-height: 53px;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
    margin-left: 4px;
    width: 160px;
}

.fixed-box .fixed-item:hover, .fixed-box .fixed-item.active {
    color: #ffe144;
    background: rgba(255, 255, 255, 0.2);
}

.fixed-box .fixed-item a {
    display: block;
}

.dialog-shadow {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.dialog {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    background: url('./b-11.png');
    padding: 30px 40px;
    border-radius: 8px;
    min-width: 400px;
}

.btn {
    color: #fff;
    font-size: 18px;
}

.btn.middle {
    background: url(./btn-bg.png) no-repeat;
    width: 133px;
    height: 43px;
    line-height: 42px;
}

.invite-recharge-state {
    display: inline-block;
    width: 120px;
    height: 32px;
    margin-top: 9px;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
    background: url(./b1-unsucc.png) no-repeat;
}

.invite-recharge-state.active {
    background: url(./b1-succ.png) no-repeat;
}

.invite-form {
    margin-bottom: 20px;
    position: relative;
    top: -1px;
}

.invite-form .btn {
    margin-left: 20px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    color: #fff;
    opacity: 0;
}

.invite-list {
    margin-top: 143px;
    height: 200px;
    color: #3b7d64;
}

.invite-list table {
    width: 100%;
    text-align: center;
}

.invite-list table tr {
    line-height: 30px;
}

.share-box {
    margin-top: 0;
}

.close-btn {
    position: absolute;
    right: 1px;
    top: 8px;
    font-size: 24px;
    cursor: pointer;
    color: #666;
    width: 54px;
    height: 54px;
    text-align: center;
    background: url('./close-btn.png') no-repeat;
}

.close-btn:hover {
    color: #ffc000;
}

.login-tabs {
    display: flex;
    margin-bottom: 20px;
}

.tab-item {
    padding: 10px 8px;
    cursor: pointer;
    color: #fff8d4;
    font-size: 24px;
    margin-right: 28px;
}

.tab-item.focus {
    color: #ffe144;
    border-bottom: 4px solid #ffe144;
    font-weight: bold;
}

.login-form {
    display: none;
    position: relative;
}

.login-form.active {
    display: block;
}

.login-input {
    flex: 1;
    height: 40px;
    border-radius: 4px;
    padding: 8px 12px;
    border: none;
}

.login-btn {
    background: url('./btn-b-12.png') no-repeat;
    width: 210px;
    height: 62px;
    border: none;
    cursor: pointer;
    display: block;
    margin: 30px auto;
}

.sms-btn {
    position: absolute;
    top: 0px;
    right: -46px;
    width: 35%;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    cursor: pointer;
    color: red;
    font-size: 16px;
}

.agree-check {
    margin-right: 5px;
    vertical-align: middle;
}

.agree-check {
    position: relative;
    width: 18px;
    height: 18px;
    margin: 0 5px 0;
    top: -2px;
    vertical-align: middle;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.agree-check::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border-radius: 3px;
    background: url('./redio.png') no-repeat;
    /* border: none; */
}

.agree-check:checked::before {
    background: url('./redio-a.png') no-repeat;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .agree-check {
        opacity: 0;
        width: 20px;
        height: 20px;
    }

    .agree-check + label::before {
        content: '';
        display: inline-block;
        width: 18px;
        height: 18px;
        background: url('checkbox-sprite.png') no-repeat 0 0;
        vertical-align: middle;
        margin-right: 5px;
    }

    .agree-check:checked + label::before {
        background-position: 0 -18px;
    }
}

.address-dialog {
    min-width: 450px;
}

.dialog-title {
    text-align: center;
    margin: 48px 0 25px 0;
    font-size: 30px;
    color: #ffe144;
}

.address-form {
    display: flex;
    flex-direction: column;
    margin-top: 41px;
}
.address-form .login-btn {
    background: url(submit-btn.png) no-repeat;
}
.form-item {
    margin-bottom: 20px;
    display: flex;
}

.input-label {
    position: relative;
    display: flex;
    align-self: center;
    width: 104px;
    color: #50986e;
    margin-bottom: 8px;
}

.form-item .input-label::before {
    content: '*';
    color: red;
    position: absolute;
    right: 100%
}

.login-input::placeholder {
    color: #999;
}

.dialog {
    animation: dialogShow 0.3s ease-out;
}

@keyframes dialogShow {
    from {
        opacity: 0;
        transform: translate(-50%, -55%);
    }

    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

.dialog-shadow {
    transition: opacity 0.3s;
}

.banner-box {
    position: relative;
    width: 1000px;
    height: 886px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 245px;
}

.banner-track {
    display: flex;
    position: relative;
    height: 100%;
    transition: transform 0.5s ease-in-out;
}

.banner-item {
    display: none;
    height: 100%;
    position: absolute;
    transition: all 0.3s ease;
    transform: scale(0.8);
    opacity: 0.7;
    height: 445px;
    width: 767px;
    filter: blur(4px);
}

.banner-item.active {
    filter: none;
    display: block;
    left: 117px;
    transform: scale(1);
    opacity: 1;
    z-index: 2;
    clip-path: none;
}

.banner-item.prev {
    display: block;
    left: -76px;
}

.banner-item.next {
    display: block;
    right: -76px;
}

.banner-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-control {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-control.banner-control-prev {
    left: 0;
    background: url('./srrow-left.png') no-repeat;
}

.banner-control.banner-control-next {
    right: 0;
    background: url('./srrow-right.png') no-repeat;
}

.login-dialog.dialog {
    width: 702px;
    height: 500px;
    padding: 70px 151px;
}

.login-tips {
    color: #ffe144;
    font-size: 14px;
}

.form-label {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.form-label>span {
    width: 68px;
    text-align: center;
    color: #ffe144;
    font-size: 17px;
}

.dialog {
    width: 702px;
    height: 500px;
    padding: 31px 94px;
    color: #330000;
}

.dialog table {
    width: 100%;
}

.dialog table th {
    font-size: 24px;
    color: #3b7d64;
    line-height: 46px;
    font-weight: normal;
}

.dialog table td {
    text-align: center;
    height: 40px;
    border-bottom: 1px solid #b57445;
    font-size: 14px;
}

.draw-dialog {
    padding: 31px 94px;
}

.dialog-content {
    overflow-y: auto;
    height: 308px;
    color: #fff8d4;
    font-size: 16px;
}

.dialog-content p {
    margin: 0;
    line-height: 30px;
}


.user-list {
    background: rgba(255,255,255,0.5);
    padding: 10px;
}

.user-list::-webkit-scrollbar {
    width: 6px;
}

.user-list::-webkit-scrollbar-track {
    background-color: transparent;
}

.user-list::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 3px;
}

.user-list::-webkit-scrollbar-thumb:hover {
    background-color: darkgray;
}

.user-list .user-item {
    line-height: 30px;
    border-bottom: 2px dotted #ffa513;
    color: #666;
    cursor: pointer;
}

.user-list .user-item span {
    cursor: pointer;
}

.user-list .user-item.active {
    color: #ffa513;
}

.user-list .user-tag {
    font-size: 12px;
    color: #ffa513;
    border: 1px solid #ffa513;
    padding: 4px;
    line-height: 1;
    display: inline-block;
    margin-left: 0px;
    border-radius: 4px;
    transform: scale(0.7);
}

.user-radio {
    background: url("//static-1.602.com/602/v3/images/index/radio.png") no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    float: right;
    background-size: 100%;
    position: relative;
    top: 7px;
}

.user-list .user-item.active .user-radio {
    background: url("//static-1.602.com/602/v3/images/index/radio-a.png") no-repeat;
    background-size: 100%;
}

.invite-dialog-btn {
    position: absolute;
    width: 146px;
    height: 50px;
    top: 69px;
    right: 0;
    cursor: pointer;
}

.recharge-dialog-btn {
    position: absolute;
    width: 200px;
    height: 59px;
    top: 56px;
    right: 0;
    cursor: pointer;
}

.box-btn {
    width: 100%;
    height: 61px;
    cursor: pointer;
}

.invite-top-tips {
    text-align: center;
    margin-bottom: 30px;
    font-size: 20px;
    width: 899px;
    margin: 0 auto 158px;
}
.everyday-font-btns {
    padding: 0 72px;
}
.font-active {
    color: #ffe144;
}
.font-red {
    color: #e30000;
}
.a-items {
    margin-top: 110px;
    position: relative;
}
.a-item {
    background: url("./b-1.png") no-repeat;
    width: 180px;
    text-align: center;
}
.a-item-content {
    height: 126px;
    padding: 30px 18px;
    margin-bottom: 10px;
    font-size: 24px;
    color: #f73333;
}
.a-item-btn {
    background: url(./btn-b-1.png) no-repeat;
    width: 131px;
    height: 44px;
    line-height: 34px;
    margin: 0 auto;
    color: #c21800;
    font-size: 18px;
    cursor: pointer;
    margin-top: 12px;
}
.a-item-btn.active {
    background: url(./btn-b-9.png) no-repeat;
    color: #fff;
}
.a-item-btn.had {
    background: url(./btn-b-9.png) no-repeat;
    color: #fff;
}
.crazy-box {
    padding-left: 0;
    padding-top: 0px;
    position: relative;
    margin: 0 56px;
    width: 1092px;
    height: 470px;
    margin-top: 40px;
}
.crazy-item {
    width: 180px;
    height: 178px;
    background: url("./crazy-1.png") no-repeat;
    line-height: 100px;
    text-align: center;
    font-size: 18px;
    transition: transform 0.4s;
}
.crazy-item:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
}
.crazy-item:nth-child(2) {
    position: absolute;
    top: 0;
    left: 262px;
}
.crazy-item:nth-child(3) {
    position: absolute;
    top: 0;
    left: 524px;
}.crazy-item:nth-child(4) {
    position: absolute;
    top: 0;
    left: 786px;
}.crazy-item:nth-child(5) {
    position: absolute;
    top: 96px;
    left: 126px;
}.crazy-item:nth-child(6) {
    position: absolute;
    top: 96px;
    left: 388px;
}
.crazy-item:nth-child(7) {
    position: absolute;
    top: 96px;
    left: 654px;
}.crazy-item:nth-child(8) {
    position: absolute;
    top: 96px;
    left: 916px;
}.crazy-item:nth-child(9) {
    position: absolute;
    top: 194px;
    left: 0;
}.crazy-item:nth-child(10) {
    position: absolute;
    top: 194px;
    left: 262px;
}.crazy-item:nth-child(11) {
    position: absolute;
    top: 194px;
    left: 524px;
}
.crazy-item:nth-child(12) {
    position: absolute;
    top: 194px;
    left: 786px;
}
.crazy-item:nth-child(13) {
    position: absolute;
    top: 290px;
    left: 126px;
}
.crazy-item:nth-child(14) {
    position: absolute;
    top: 290px;
    left: 388px;
}
.crazy-item:nth-child(15) {
    position: absolute;
    top: 290px;
    left: 654px;
}
.crazy-item:nth-child(16) {
    position: absolute;
    top: 290px;
    left: 916px;
}
.crazy-item.gray_thanks_1, .gray_thanks_2, .gray_thanks_3 {
    background: url("./crazy-1.png")
}
.crazy-item.yellow_1 {
    background: url("./crazy-2.png")
}
.crazy-item.yellow_5 {
    background: url("./crazy-3.png")
}
.crazy-item.yellow_10 {
    background: url("./crazy-4.png")
}
.crazy-item.yellow_15 {
    background: url("./crazy-6.png")
}
.crazy-item.yellow_20 {
    background: url("./crazy-7.png")
}
.crazy-item.yellow_25 {
    background: url("./crazy-8.png")
}
.crazy-item.yellow_30 {
    background: url("./crazy-9.png")
}
.crazy-item.red_100 {
    background: url("./crazy-10.png")
}
.crazy-item.coin_1 , .coin_2 {
    background: url("./crazy-13.png")
}
.crazy-item.blue_jump {
    background: url("./crazy-5.png")
}
.crazy-item.purple_prize_1 {
    background: url("./crazy-11.png")
}
.crazy-item.purple_prize_2 {
    background: url("./crazy-12.png")
}
.crazy-item.active {
    transform: scale(1.2);
}
.crazy-control {
    padding-top: 0;
    text-align: center;
    position: relative;
    color: #510601;
    margin-top: 68px;
}
.crazy-tips>span {
    margin-left: 86px;
}
.crazy-btn {
    position: absolute;
    top: 56px;
    left: 469px;
    width: 307px;
    height: 89px;
    cursor: pointer;
    margin: auto;
    background: url(./btn-b-4.png) no-repeat;
}
.crazy-btns {
    position: absolute;
    top: 174px;
    left: 286px;
    text-align: center;
}
.crazy-top-btn {
        display: inline-block;
    width: 200px;
    height: 50px;
    cursor: pointer;
}
.point-icon,.game-icon,.quan-icon,.date-icon {
    position: relative;
}
.point-icon::after, .game-icon::after, .quan-icon::after, .date-icon::after {
    content: '';
    position: absolute;
    width: 36px;
    height: 36px;
    top: -3px;
    left: -50px;
}
.point-icon.l::after {
    background: url(./icon-4.png) no-repeat;
}
.point-icon::after {
    background: url(./icon-1.png) no-repeat;
}
.game-icon::after {
    background: url(./icon-2.png) no-repeat;
}
.quan-icon::after {
    background: url(./icon-5.png) no-repeat;
}
.date-icon::after {
    background: url(./icon-3.png) no-repeat;
}
.a-tips {
    position: absolute;
    top: -85px;
    right: 0;
    font-size: 26px;
    color: #fff8d4;
    font-weight: bold;
}
.a-item.gray {
    filter: grayscale(100%);
}
.overlay-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 300px;
    background: linear-gradient(to bottom, 
        rgba(255, 255, 255, 0) 0%, 
        rgba(255, 255, 255, 0.8) 60%, 
        rgba(255, 255, 255, 1) 100%);
    z-index: 2;
    text-align: center;
    line-height: 353px;
    font-size: 20px;
    font-weight: bold;
    color: red;
}
.login-dialog .other_login {
    text-align: center;
}
.login-dialog .other_login a {
    display: inline-block;
    margin: 0 8px;
    width: 37px;
    height: 37px;
}
.login-dialog .other_login .qq {
    background: url(//static-1.602.com/602/v3/active/icon-qq.png) no-repeat 0 0;
}

.login-dialog .other_login .wx {
    background: url(//static-1.602.com/602/v3/active/icon-wx.png) no-repeat 0 0;
}

.login-dialog .other_login .xr {
    background: url(//static-1.602.com/602/v3/active/icon-wb.png) no-repeat 0 0;
}
.a-items.fb {
    justify-content: space-between;
}