.auth-state {
    width: 100%;
    height: 80px;
    background-color: #ffffff;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    font-size: 16px;
    color: #333333;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 24px;
    box-sizing: border-box;
}
.question-box {
    flex-direction: column;
}
.question-box .question-title,
.question-box .question-option {
    width: 100%;
    text-align: left;
}
.easy-upload {
    border: solid 1px #e5e5e5;
    border-radius: 4px;
    max-width: 100%;
    box-sizing: border-box;
}
.easy-upload .btn-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.easy-upload .btn-list .checkbox {
    width: 12px;
    height: 12px;
    line-height: 12px;
    border-radius: 50%;
    border: 2px solid #409eff;
    margin-right: 0;
}
.file-wrapper .img-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 140px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #e5e5e5;
    cursor:pointer;
    color: #CCCCCC;
}
.file-wrapper .img-wrap .in-img {
    display: none;
}
.file-wrapper .no-img {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.file-wrapper .no-img i {
    display: block;
    font-size: 32px;
    line-height: 32px;
    height: 32px;
    color: #CCCCCC;
    margin-bottom: 6px;
}
.docs-file-wrapper {
    width: 360px;
    height: 132px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #e0e0e0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 20px;
    box-sizing: border-box;
}
.docs-file-wrapper .flex-start > a {
    margin-left: 24px;
}
