.activeAttend {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0; }
.activeAttend form {
    padding: 0.35rem 0.45rem 0.3rem 0.45rem;
    /*box-sizing: border-box;*/
    background-color: #FFFFFF;
    width: 3.5rem;
    /*height: 5.21rem;*/
    border-radius: 0.08rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
.activeAttend form img.closeBtn {
    cursor: pointer;
    width: 0.12rem;
    height: 0.12rem;
    position: absolute;
    right: 21px;
    top: 21px; }
.activeAttend form p.title {
    font-weight: bold;
    font-size: 0.22rem;
    color: #333333;
    text-align: center;
    line-height: 0.42rem; }
.activeAttend form label {
    display: block;
    height: 0.4rem;
    line-height: 0.4rem;
    border-bottom: 0.01rem solid #d8d8d8;
    margin-bottom: 0.2rem;
}
.activeAttend form label input {
    height: 0.4rem;
    line-height: 0.4rem;
    display: block;
    width: 2.5rem;
    /*padding-top: 0.24rem;*/
    font-size: 0.16rem;
    float: left; }
.activeAttend form label input::-webkit-input-placeholder {
    color: #999999; }
.activeAttend form label img.codeImg {
    width: 0.8rem;
    height: 0.3rem;
}
.activeAttend form label button.getCode {
    border: 0.02rem solid #f54343;
    border-radius: 0.02rem;
    color: #f54343;
    font-size: 0.24rem;
    background: none;
    padding: 0.05rem 0.2rem;
    margin-top: 0.22rem; }
.activeAttend form button.loginBtn {
    cursor: pointer;
    background-color: #f54343;
    border-radius: 0.02rem;
    width: 3.5rem;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.16rem;
    color: #FFFFFF; }
.activeAttend form p.msg {
    color: #A2A2A2;
    font-size: 0.12rem;
    text-align: center;
    margin-top: 0.1rem; }


#send_verify_code_button1{
    cursor: pointer;
    float: right;
    width: auto;
    background: none;
    color: #999999;
}

.hide{
    display: none !important;
}
/*# sourceMappingURL=activityLogin.css.map */
