html{
    background:#fff !important;
}
body{
    background: #7115D8;
    font-family: Microsoft YaHei;
}
.bg{
    width:18.75rem;
    height:auto;
    min-height:50rem;
    background:url('../images/toolbox_bg.jpg') no-repeat center top;
    background-size: 100%;
    margin:0 auto;
    overflow:hidden;
}
.bg .title{
    width:auto;
    height:auto;
    line-height: 1.6rem;
    text-align:center;
    font-size:1.2rem;
    margin:13.85rem auto 0rem auto;
    color:#fff;
    overflow:hidden;
}
.bg .time{
    width:auto;
    height:auto;
    line-height: 1rem;
    font-size:0.7rem;
    text-align:center;
    color:#fff;
    overflow:hidden;
    margin:0.2rem auto 1.8rem auto;
}
.bg .gift_bg{
    width:15rem;
    height:11.5rem;
    background:url('../images/gift_gjx.png') no-repeat center;
    background-size:cover;
    margin:0 auto;
}
.bg .time_status{
    width:auto;
    height:1.55rem;
    line-height: 1.55rem;
    text-align:center;
    color:#fff;
    font-size:1.2rem;
    margin:1.2rem auto 0.8rem auto;
}
.bg .time_djs{
    width:10.4rem;
    height:2.55rem;
    line-height: 2.55rem;
    margin: 0 auto;
}
.bg .time_djs span{
    display: block;
    width:1.35rem;
    height:2.55rem;
    text-align:center;
    line-height: 2.55rem;
    color:#fff;
    float:left;
}
.bg .time_djs .h, .bg .time_djs .i, .bg .time_djs .s{
    width:2.55rem;
    height:2.55rem;
    line-height: 2.55rem;
    background:#fff;
    color:#7115D8;
    text-align:center;
    border-radius: 0.4rem;
    font-size:1.2rem;
}
.bg .btn{
    width:17.7rem;
    height:3rem;
    line-height: 3rem;
    border-radius:1.5rem;
    text-align:center;
    background: #FFFF01;
    font-size: 1.1rem;
    font-weight: bold;
    color: #6338F9;
    margin:1.4rem auto 2rem auto;
    cursor: pointer;
}
.bg .endbg{
    background:#999;
    color:#fff;
}
.bg .btn a{
    display: block;
    font-weight: bold;
    color: #6338F9;
}
.bg .endbg a{
    color:#fff !important;
}
.bg .act_form{
    width:auto;
    height:1.45rem;
    line-height: 1.45rem;
    color:#fff;
    font-size:1.1rem;
    font-weight:bold;
    margin:0 1rem 0.75rem 1rem;
}
.bg .act_text{
    width:17.25rem;
    height:auto;
    overflow:hidden;
    margin:0 auto;
    font-size:0.6rem;
    font-weight:400;
    color:#fff;
    line-height:1.25rem;
}

/*弹窗*/
.bg_gray{
    width:100%;
    height:100%;
    background: rgba(51, 51, 51, 0.78);
    position: fixed;
    top:0;
    left:0;
    z-index: 0;
    display: none;
    overflow-y:auto;
}
.bg_gray .popup{
    width:16.75rem;
    height:auto;
    min-height:32.65rem; 
    overflow:hidden;
    background:#fff;
    position: relative;
    margin:2.2rem auto;
    z-index: 1;
    border-radius: 0.6rem;
    display: none;
}
.bg_gray .popup .close{
    width:0.76rem;
    height:0.76rem;
    line-height: 0.76rem;
    font-size:1.5rem;
    text-align:center;
    color:#FF3D3D;
    position: absolute;
    top:1.1rem;
    right:1.1rem;
    z-index: 2;
    cursor: pointer;
}
.bg_gray .popup .popup_title{
    width:auto;
    height:1.2rem;
    line-height: 1.2rem;
    text-align:center;
    margin:1.4rem auto 0.63rem auto;
    font-size:1.2rem;
    font-weight:bold;
}
.bg_gray .popup .form_title{
    width:14.5rem;
    height:0.75rem;
    line-height: 0.75rem;
    color:#333;
    font-size:0.75rem;
    font-weight:bold;
    overflow:hidden;
    margin:0 auto;
}
.bg_gray .popup .form_title span{
    color:#FF0000;
}
.bg_gray .popup input[type=text]{
    width:14.5rem;
    height:2.3rem;
    line-height: 2.3rem;
    text-indent: 0.45rem;
    margin:0.15rem auto 0 auto;
    color:#333;
    border: 0.05rem solid transparent;
    background:#fff;
    display: block;
    border-radius:0.2rem;
    box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.3);
}
.bg_gray .popup .input_err{
    border:0.05rem solid #FF0000 !important;
    box-shadow:none !important;
}
.bg_gray .popup .err{
    width:14.5rem;
    height:0.48rem;
    line-height: 0.48rem;
    margin:0.35rem auto 0.25rem auto;
    color:#FF0000;
    font-size:0.55rem;
    text-align:right;
}
.bg_gray .popup .up_btn{
    width:6.95rem;
    height:1.9rem;
    line-height: 1.9rem;
    background:#FF3D3D;
    border-radius: 0.95rem;
    text-align:center;
    color:#fff;
    font-size:0.8rem;
    margin:1rem auto 1.5rem auto;
    cursor: pointer;
}

.bg_gray .result{
    width:16.75rem;
    height:auto;
    min-height:6.6rem;
    background:#fff;
    border-radius:0.6rem;
    margin:11.7rem auto;
    overflow:hidden;
    position: relative;
    top:0;
    left:0;
    display: none;
}
.bg_gray .result .close{
    width:0.76rem;
    height:0.76rem;
    line-height: 0.76rem;
    font-size:1.5rem;
    text-align:center;
    color:#FF3D3D;
    position: absolute;
    top:1.1rem;
    right:1.1rem;
    z-index: 2;
    cursor: pointer;
}
.bg_gray .result img{
    width:1.7rem;
    height: 1.7rem;
    margin:1.18rem auto 0.82rem auto;
    display: block;
}
.bg_gray .result .text{
    width:14.27rem;
    height:auto;
    line-height: 1.15rem;
    font-size:0.8rem;
    text-align:center;
    margin:0 auto;
}













