
/* 弹窗 */

.group-input{
    background-color: #f7f7f7;
    border-radius: 5px;
    margin: 0 20px;
    height: 44px;
    line-height: 44px;
    overflow: hidden;
    margin-bottom: 10px;
}
.group-input input{
    width: 100%;
    height: 44px;
    line-height: 44px;
    padding: 0 10px;
    font-size: 15px;
    color: #b2b2b2;
    background-color: #f7f7f7;
    box-sizing: border-box;
}

.group-input .getCode{
    width: 100px;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
}
.input-submit {
    padding-bottom: 10px;
    overflow: hidden;
}
.input-submit button{
    background-color: #3DA4E7;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    border-radius: 40px;
    width: 50%;
    margin: 10px auto;
    display: block;
    color: #ffffff;
}