@charset "UTF-8";
.icon-icon {
    color: #656E90;
}

#j-qianbonus {
    margin-left: 5px;
}

.sign-header {
    padding: 10px 0;
}

.sign-info-cont {
    padding: 12px;
    font-size: 14px;
    line-height: 1;
    border-radius: 8px;
    background: #fff;
    color: #111;
}

.sign-info-cont.night {
    color: #E1E9FF;
    background: #212944;
    box-shadow: -2px 2px 4px 0 rgba(0, 0, 0, 0.07);
}

.sign-body {
    position: relative;
    /* height: 160px; */
    padding: 20px 0 0;
    /*background: url(/mobile/images/usercenter/sign-line-bg.png) no-repeat center bottom;*/
    /*background-size: 100%;*/
}

.main-wrap .container {
    background: #fbfbfb !important;
}

.night .main-wrap .container {
    background: #131726 !important;
}

.wave-cont {
    position: relative;
    width: 120px;
    height: 120px;
    padding: 10px;
    margin: 0 auto;
    background: rgba(90, 86, 231, .2);
    border-radius: 50%;
    overflow: hidden;
}

.countDown {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #f8f8f8;
    width: 100%;
    height: 26px;
    border-radius: 0px 0px 6px 6px;
    color: #FF2D55;
    text-align: center;
    line-height: 26px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.countDown i {
    width: 14px;
    height: 14px;
    background: url('/mobile/images/vip1/cutDown-d.png') no-repeat;
    background-size: 100% 100%;
    margin-right: 4px;
}

.night .countDown {
    color: #E1E9FF;
    background: #5B87BB;
}

.night .countDown i {
    background: url('/mobile/images/vip1/cutDown-n.png?v=01') no-repeat;
    background-size: 100% 100%;
}

.wave {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    background: url(/mobile/images/theme/sign-wave-bg2.png) no-repeat center top;
}

.wave.night {
    background: url(/mobile/images/sign-wave-bg2.png) no-repeat center top;
}

.wave .wave-text {
    position: relative;
    width: 100px;
    height: 100px;
    padding: 20px 0;
    border-radius: 50%;
    z-index: 5;
    text-align: center;
    color: #fff;
}

.wave .wave-text .cj-title {
    font-size: 24px;
    margin-bottom: 10px;
}

.wave .wave-text .cj {
    height: 20px;
    line-height: 20px;
    width: 80%;
    margin: 0 auto;
    font-size: 14px;
    border-radius: 10px;
    background: rgba(0, 0, 0, .17);
}

.wave canvas {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.date-time {
    padding: 0 10px;
    font-size: 14px;
}

#tab-sign {
    padding: 15px 0 0 0;
}

/*动画*/
@keyframes lineBeat {
    0% {
        height: 0;
    }
    100% {
        height: 50px;
    }
}

@-webkit-keyframes lineBeat {
    0% {
        height: 0;
    }
    100% {
        height: 50px;
    }
}

.music-cont {
    display: inline-block;
    position: relative;
    bottom: 30px;
    height: 50px;
    line-height: 88px;
    width: 100%;
    vertical-align: bottom;
    text-align: center;
    overflow: hidden;
}

.music-cont span {
    display: inline-block;
    width: 5px;
    margin: 0 2px;
    background-color: rgba(74, 144, 226, .2);

}

.line1 {

    animation: lineBeat 1s infinite ease-in-out alternate;
}

.line2 {
    animation: lineBeat 1s 0.2s infinite ease-in-out alternate;
}

.line3 {
    animation: lineBeat 1s 0.4s infinite ease-in-out alternate;
}

.line4 {
    animation: lineBeat 1s 0.6s infinite ease-in-out alternate;
}

.line5 {
    animation: lineBeat 1s 0.8s infinite ease-in-out alternate;
}

.today span {
    font-size: 14px;
    color: #9EA7C4;
    margin-left: 5px;
}

.sign {
    color: #9EA7C4;
}

#j-totalday {
    margin: 0 5px;
    color: #FF2D55;
}

#j-totalday.night {
    color: #0A84FF;
}

.icon-riqi1 {
    color: #FF2D55;
}

.icon-riqi1.night {
    color: #707EAD;
}

.qiandao-left {
    float: left;
    width: 174px;
    height: 110px;
    border: 1px solid #dcdcdc;
    font-size: 14px;
    line-height: 20px;
    text-align: center
}

.qiandao-history {
    float: right;
    width: 92px;
    height: 36px;
    border-radius: 4px;
    background-color: #09affe;
    color: #fff;
    text-align: center;
    font-size: 1pc;
    line-height: 36px;
    cursor: pointer
}

.qiandao-history:hover {
    background-color: #7087c3
}

.just-qiandao {
    margin: 0 auto 10px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    background-color: #09affe;
    color: #fff;
    text-align: center;
    font-size: 18px;
}

.qiandao-right .cycle {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    color: #9EA7C4;
    font-size: 18px;
    border-radius: 2px 2px 0 0;
    background: #fff;

}

.qiandao-right .cycle.night {
    background: #212944;
}

.qiandao-right .cycle li {
    float: left;
    font-size: 14px;
    width: 14.28%;
    text-align: center;
    list-style: none;
}


.qiandao-right {
    margin: 0 auto;
}

.qiandao-list {
    background: #fff;
    padding: 0 9px 20px;
    border-radius: 0 0 10px 10px;
}

.qiandao-list.night {
    background: #212944;
}


.qiandao-list li {
    position: relative;
    float: left;
    margin: 0 9px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    list-style: none;
    border-radius: 50%;
    text-align: center;
    color: #333;
}

.night .qiandao-list li{
    color:#fff;
}

.qiandao-list li.night {
    color: #E1E9FF;

}


.qiandao-list li.date1:after {
    content: "1";
}

.qiandao-list li.date2:after {
    content: "2";
}

.qiandao-list li.date3:after {
    content: "3";
}

.qiandao-list li.date4:after {
    content: "4";
}

.qiandao-list li.date5:after {
    content: "5";
}

.qiandao-list li.date6:after {
    content: "6";
}

.qiandao-list li.date7:after {
    content: "7";
}

.qiandao-list li.date8:after {
    content: "8";
}

.qiandao-list li.date9:after {
    content: "9";
}

.qiandao-list li.date10:after {
    content: "10";
}

.qiandao-list li.date11:after {
    content: "11";
}

.qiandao-list li.date12:after {
    content: "12";
}

.qiandao-list li.date13:after {
    content: "13";
}

.qiandao-list li.date14:after {
    content: "14";
}

.qiandao-list li.date15:after {
    content: "15";
}

.qiandao-list li.date16:after {
    content: "16";
}

.qiandao-list li.date17:after {
    content: "17";
}


.qiandao-list li.date18:after {
    content: "18";
}

.qiandao-list li.date19:after {
    content: "19";
}

.qiandao-list li.date20:after {
    content: "20";
}

.qiandao-list li.date21:after {
    content: "21";
}

.qiandao-list li.date22:after {
    content: "22";
}

.qiandao-list li.date23:after {
    content: "23";
}

.qiandao-list li.date24:after {
    content: "24";
}

.qiandao-list li.date25:after {
    content: "25";
}

.qiandao-list li.date26:after {
    content: "26";
}

.qiandao-list li.date27:after {
    content: "27";
}

.qiandao-list li.date28:after {
    content: "28";
}

.qiandao-list li.date29:after {
    content: "29";
}

.qiandao-list li.date30:after {
    content: "30";
}

.qiandao-list li.date31:after {
    content: "31";
}

.qiandao-list li .qiandao-icon {
    position: absolute;
    top: -24px;
    left: 0;
    z-index: 2;
    display: none;
}

.qiandao-list li.today {
    color: #FF2D55;
    border: 1px solid #FF2D55;
    font-size: 10px;
}

.qiandao-list li.today.night {
    color: #fff;
    border: 1px solid #0A84FF;
}

.qiandao-list li.qiandao .qiandao-icon {
    display: block
}

.qiandao-list li.qiandao {
    background: #0A84FF;
    color: #fff;
}

.qiandao-layer {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 888;
    display: none;
    width: 100%
}

.qiandao-layer-bg {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .55;
    filter: alpha(opacity=55)
}


.qiandao-layer-con {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999;
    padding-top: 30px;
    border: 3px #33b23f solid;
    border-radius: 5px;
    background-color: #fff
}

.qiandao-history-layer .qiandao-layer-con {
    margin: -257px 0 0 -293px;
    width: 586px;
    height: 484px
}

.close-qiandao-layer {
    position: absolute;
    top: 13px;
    right: 13px;
    width: 1pc;
    height: 1pc;
    background-position: -228px -51px
}

.qiandao-history-inf {
    margin-top: 25px;
    color: #666;
    text-align: center;
    font-size: 14px
}

.qiandao-history-inf li {
    float: left;
    width: 25%
}

.qiandao-history-inf li h4 {
    color: #33b23f;
    font-size: 40px;
    line-height: 50px
}

.qiandao-history-table {
    overflow: hidden;
    margin: 20px;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0
}

.qiandao-history-table table {
    width: 100%;
    color: #666;
    text-align: center;
    font-size: 1pc;
    border-spacing: 0
}

.qiandao-history-table table th {
    width: 33.3%;
    background-color: #f2f2f2;
    text-align: center;
    line-height: 40px
}

.qiandao-history-table td {
    width: 33.3%;
    border-bottom: 1px #e5e5e5 dashed;
    line-height: 34px
}

.qiandao-active .qiandao-layer-con {
    margin: -232px 0 0 -211px;
    width: 422px;
    height: 434px
}


.tab-box {
    font-size: 14px;
    color: #111;
    padding-bottom: 20px;
}

.tab-box.night {
    color: #E1E9FF;
}


#tab-checkInInfo table {
    border-collapse: collapse;
    border-top: 1px solid #212944;
    border-left: 1px solid #212944;
    border-right: 1px solid #212944;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

#tab-checkInInfo th:first-child {
    border-radius: 10px 0 0 0
}

#tab-checkInInfo th:last-child {
    border-radius: 0 10px 0 0
}

#tab-checkInInfo thead {
    background-color: #FF2D55;;
    color: #E1E9FF;
}

#tab-checkInInfo thead.night {
    background-color: #0A84FF;
}

#tab-checkInInfo tbody {
    background-color: #fff;
}

#tab-checkInInfo tbody.night {
    background-color: #191F36;
}

#tab-checkInInfo .table thead th {
    width: 1%;
    height: 50px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}

#tab-checkInInfo .table tbody td {
    width: 1%;
    height: 50px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    color: #9EA7C4;
}

#tab-checkInInfo .table th, td {
    border-bottom: 1px solid #212944;
}


.ui-tip {
    font-size: 14px;
    line-height: 1.8;
    color: #5C6686;
}

.pink {
    color: #111;
    margin-bottom: 5px;
}

.pink.night {
    color: #E1E9FF;
    margin-bottom: 5px;
}

/*签到礼金*/
.sign-bonus-info {

}

.bonus-title {
    font-weight: normal;
    font-size: 16px;
    color: #9EA7C4;
}

.qianbonus {
    font-size: 24px;
    margin: 10px auto;
    color: #333;
}

.qianbonus.night {
    color: #E1E9FF;
}

.require {
    font-size: 12px;
    color: #5C6686;
}

.back-to-sign {
    text-align: center;
    line-height: 1.5;
    font-size: 14px;
}

.back-to-sign a {
    display: block;
    color: #5C6686;
    font-size: 12px;
}

.back-to-sign a img {
    margin-bottom: 5px;
}

.plat-title {
    color: #111;
    font-size: 14px;
}

.plat-title.night {
    color: #E1E9FF;
}

.platform .plat-item {
    padding: 15px 10px;
    color: #9EA7C4;
    background: #FBFBFB;
}

.platform .plat-item.night {
    background: #212944;
}

.platform .plat-item.active {
    background: #FF2D55;
}

.platform .plat-item.night.active {
    background: #0A84FF;
}

#sign-dialog {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 999;
}

#sign-dialog .sign-modal {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
}

#sign-dialog .sign-modal .sign-modal-header {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    border-bottom: 1px solid #d0d0d0;
    font-size: 14px;
    color: #187aff;
    cursor: pointer;
}

#sign-dialog .sign-modal .t-header-title {
    font-size: 16px;
    color: #333;
}

#sign-dialog .bind-card-cont {
    padding: 0 20px;
}

#sign-dialog .sign-bonus-item {
    height: 50px;
    line-height: 50px;
}

#sign-dialog .sign-bonus-item.active {

    background: url(/mobile/images/right-active.png) no-repeat center right;

}

#sign-dialog .sign-bonus-item:not(:nth-last-of-type(1)) {
    border-bottom: 1px solid #d0d0d0;
}

#sign-dialog .bind-main-info {
    display: inline-block;
}

.sign-success-cont {
    padding-top: 15% !important;
    text-align: center;
    font-size: 16px;
    color: #666;
}

.sign-success-cont .true-cont {
    margin-bottom: 15px;
}

.sign-success-cont .a-tips1 {
    width: 90%;
    line-height: 2;
    margin: 0 auto 30px;
    color: #9EA7C4;
}

.sign-success-cont .a-tips2 {
    width: 90%;
    line-height: 2;
    margin: 0 auto 40px;
    color: #9EA7C4;
}

.sign-success-cont .record-link {
    color: #525fff;
}

.sign-success-cont .confirm-back-btn {
    display: block;
}


.disable {
    pointer-events: none;
}

.sign-modal-title {
    font-size: 18px;
    color: #fff;
}

.sign-modal-text {
    font-size: 14px;
    color: #666;
}


.inline-input {
    width: 160px;
}

.small {
    font-size: 12px;
    color: #A3D1FF;
}

.get-signbonus-btn.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.f-list .plat-item {
    height: 56px;
}

#platForm-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    font-size: 14px;
    z-index: 999;
}

#platForm-modal .close-part {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    font-size: 14px;
    z-index: 5;
}

#platForm-modal .choose-pro-dialog {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

#platForm-modal .choose-pro-dialog .choose-pro-modal-header {
    position: relative;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    text-align: center;
    font-size: 16px;
    color: #111;
    cursor: pointer;
    background: #fff;
    border-radius: 20px 20px 0 0;
}

#platForm-modal .choose-pro-dialog .choose-pro-modal-header.night {
    background: #212944;
    color: #E1E9FF;
}

#platForm-modal .choose-pro-dialog .cancel-btn {
    position: absolute;
    top: 0;
    left: 20px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #9EA7C4;
}

#platForm-modal .choose-pro-dialog .determine-btn {
    position: absolute;
    top: 0;
    right: 20px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #FF2D55;
}

#platForm-modal .choose-pro-dialog .determine-btn.night {
    color: #0A84FF;
}

#platForm-modal .p-cont {
    padding: 20px;
    background: #fff;
}

#platForm-modal .p-cont.night {
    background: #191F36;
}

.js-modal-slot .icon-pno {
    background: url(/images/icon/pno3.png) no-repeat center;
    top: 0px;
}

.j-i-tip {
    border: none;
    box-shadow: none;
}

.j-i-tip:after {
    box-shadow: none;
}

.js-all-sign-money {
    color: #0A84FF;
}

.live, .slot, .sport, .esport, .chess, .lottery {
    flex-wrap: wrap;
}

.close-btn-wp {
    padding: 20px 0;
}

.layui-m-layer0 .layui-m-layerchild {
    overflow: hidden;
}

.btn2 {
    background: #fff;
    color: #333;
    border: 1px solid #333;
    margin-top: 15px;

}

.night .btn2 {
    background: #212944;
    color: #0A84FF;
}



/* 签到弹窗 */
.signSuccess {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 20;
    display: none;
}

.signSuccess .sign-inner {
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 375px;
    height: 350px;
    background: url('/images/theme/sign-day-h5.png') no-repeat center center / 100% 100%;
    padding-top: 280px;
}

.signSuccess.night .sign-inner {
    background: url('/images/theme/sign-night-h5.png') no-repeat center center / 100% 100%;
}

.signSuccess .sign-content {
    margin: 0 auto;
}

.signSuccess .sign-content p {
    text-align: center;
    font-size: 18px;
    color: #333;
    font-weight: 400;
}

.signSuccess.night .sign-content p {
    color: #fff;
}

.signSuccess .sign-content span {
    color: #ff0000;
}

.signSuccess .sign-close {
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 44px;
    height: 44px;
    cursor: pointer;
}


@media (max-width: 320px) {
    .qiandao-list li {
        margin: 3px 5px;
    }
}


@media (min-width: 376px) and (max-width: 414px) {
    .qiandao-list li {
        margin: 3px 11px;
    }
}
