﻿/* 签到 - start */
.sign_btn {
    text-align: center;
    background: url(../../image/WeChatSignInWall/signBgn.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 2rem 0 3rem;
}


.sign_wrap {
    position: relative;
    width: 90%;
    margin: -1.5rem auto 0;
    padding: 1.2rem 1.5rem;
    background-color: #fff;
    box-shadow: 0 2px 10px 0 rgba(56,138,254,0.33);
    border-radius: 5px;
    margin-bottom: 2rem;
    font-size: 9px;
}

    .sign_wrap::before {
        content: '';
        position: absolute;
        top: -6%;
        left: 20%;
        width: 22px;
        height: 30px;
        background: url(../../image/WeChatSignInWall/signLock.png) no-repeat;
        background-size: 100% 100%;
    }

    .sign_wrap::after {
        content: '';
        position: absolute;
        top: -6%;
        right: 20%;
        width: 22px;
        height: 30px;
        background: url(../../image/WeChatSignInWall/signLock.png) no-repeat;
        background-size: 100% 100%;
    }

.sign_times {
    padding: 1.2rem 0 0;
}

    .sign_times p {
        color: #fff;
    }

.sign_rule {
    width: 94%;
    margin: 0 auto;
    padding: 0rem 1rem 3rem;
    border-radius: 5px;
    margin-bottom: 2rem;
}

    .sign_rule h4 {
        width: 10rem;
        height: 2.2rem;
        background: url(../../image/WeChatSignInWall/signRule.png) left bottom no-repeat;
        background-size: 100% 30%;
        margin: 0 auto;
        text-align: center;
        top: -.3rem;
        position: relative;
        line-height: 2.2rem;
        margin-bottom: .5rem;
        font-weight: 600;
    }

    .sign_rule p {
        text-align: center;
        color: #353535;
    }

.sign_rule_bott {
    margin: 3rem auto 0;
    text-align: center;
}

.sign_rule_num {
    display: inline-block;
    width: 1.8rem;
    height: 1.8rem;
    background-color: #F3F3F3;
    text-align: center;
    color: #B2B2B2;
    border-radius: 50%;
    line-height: 1.8rem;
}

.sign_rule_img {
    display: inline-block;
    width: 2.1rem;
    height: .6rem;
    background-color: #F3F3F3;
    margin: 0.6rem -0.1rem;
    vertical-align: top;
}

.sign_rule_active {
    background-color: #388AFE;
    color: #fff;
}

.sign_rule_gift {
    position: relative;
}

    .sign_rule_gift::before {
        content: '';
        position: absolute;
        left: 0%;
        top: -140%;
        width: 2.3rem;
        height: 2.3rem;
        background: url(../../image/WeChatSignInWall/signGift.png) no-repeat;
        background-size: 86%;
    }

.btn_sign {
    border: 0;
    padding: 0;
    margin: 0;
    width: 7rem;
    height: 7rem;
    background: url(../image/WeChatSignInWall/signBtn.png)no-repeat;
    background-size: 100% 100%;
    color: #388AFE;
    font-size: 1.75rem;
    line-height: 1.75rem;
    padding: 2.7rem 0 2.772rem;
    font-weight: 600;
}

    .btn_sign[disabled] {
        border: 0;
        padding: 0;
        margin: 0;
        width: 7rem;
        height: 7rem;
        background: url("../image/WeChatSignInWall/signBtn.png")no-repeat;
        background-size: 100% 100%;
        color: #388AFE;
        font-size: 1.75rem;
        line-height: 1.75rem;
        padding: 2.7rem 0 2.772rem;
        font-weight: 600;
    }
.w70 {
    width: 70%!important;
}
.title img{
    border-top-left-radius: .8rem;
    border-top-right-radius: .8rem;
}
.contentColor {
    color: #388AFE !important;
    padding: 2rem 0 0.5rem;
    font-size: 1.8rem;
}
.pop-box .pop-content{
    top: 20%;
    overflow: visible;
    border-radius: .8rem;
}
.pop-box .pop-content .content{
    border-bottom: none;
}
.pop-content .btn-box .btn {
    color: #fff;
    font-size: 1.14rem;
    border-radius: 42px;
    padding: 0.5rem 0;
}
.pop-box .pop-content .sign_img{
    margin-top: 0;
}

/* 签到-end */
