/**!
 * 忘记手机号
 * author: gl;
 * date:2020-06-16
 */
.flow {
    padding-top: 70px;
}

.content {
    padding-bottom: 50px;
}

.form-input {
    width: 652px;
}

.form-items {
    padding-top: 30px;
}

.form-tt {
    display: inline-block;
    line-height: 16px;
    vertical-align: top;
}

.radio-check {
    float: left;
    width: 14px;
    height: 14px;
    margin-top: 8px;
    margin-right: 8px;
    background: url('../images/check.png');
    cursor: pointer;
}

.radio-check.checked {
    background-image: url('../images/checked.png');
}

.radio-tt {
    float: left;
    line-height: 32px;
    margin-right: 16px;
}

.morecheck-item {
    overflow: hidden;
}

.more-check {
    float: left;
    width: 14px;
    height: 14px;
    margin-right: 8px;
    margin-top: 10px;
    background: url('../images/more_check.jpg');
}

.more-check.checked {
    background-image: url('../images/more_checked.jpg');
}

.more-info {
    line-height: 31px;
    float: left;
}

.morecheck-item .form-input {
    width: 594px;
    margin-left: 8px;
}

/* 上传 */
.attach-item {
    margin-top: 24px;
}

.attach-name {
    display: inline-block;
    font-size: 14px;
    color: #333333;
}

.attach-size {
    font-size: 14px;
    color: #999999;
}

.attach-delete {
    color: #ea644a;
    margin-left: 30px;
}

.attach-name:hover,
.attach-delete:hover {
    cursor: pointer;
}

.uploading {
    display: inline-block;
}

.uploading>div {
    display: inline-block;
    vertical-align: middle;
}

.uploading-bar {
    width: 200px;
    height: 8px;
    background-color: #ebebeb;
    border-radius: 5px;
    position: relative;
    margin: 0 8px;
    overflow: hidden;
}

.uploading-content {
    display: block;
    width: 0;
    height: 100%;
    background-color: #2590eb;
    transition: width 1.5s;
}

.uploading-text {
    font-size: 14px;
    color: #ea644a;
    margin-left: 30px;
}

.upload-btn {
    float: left;
    width: 86px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
    cursor: pointer;
}

.upload-btn>.webuploader-pick {
    width: 100%;
    height: 100%;
    line-height: 30px;
    font-size: 14px;
    color: #5c5c5c;
    text-decoration: none;
}

.file-tips {
    float: left;
    font-size: 12px;
    color: #bdbdbd;
    line-height: 32px;
    margin-left: 40px;
}