.card {
    background-color: #fff;
    border: 1px solid #F3F3F3;
    font-size: 14px;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
    padding: 0 80px;
    margin-bottom: 40px;
}

.default-item {
    margin-bottom: 24px;
}
.item-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}
.item-title::before {
    content: '';
    height: 14px;
    width: 3px;
    margin-right: 5px;
    background-color: #3291F8;
}

.form-group {
    display: flex;
}
.form-group label {
    white-space: nowrap;
    min-width: 116px;
    height: 32px;
    line-height: 32px;
    margin-right: 24px;
    text-align: right;
}
.form-group .form-input {
    flex-grow: 1;
}

.input-group>.input-group-prepend>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    font-size: 14px;
}
.input-group-prepend {
    margin-right: 0;
    margin-left: -1px;
}

.tips-group {
    font-size: 12px;
    color: #5E5A5A;
    margin: 40px auto;
}
.tips-group p {
    color: #3291F8;
    margin-bottom: 6px;
}

.operating-button .btn {
    border-radius: 0;
    padding: 10px 24px;
    min-width: 120px;
}


/* file-list */
.file-list{
    margin-bottom: 16px;
    display: flex;
    justify-content: space-around;
}
.file-list .file-title{
    width: 200px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin-right: 56px;
    flex: 1;
}
.file-list .file-box{
    flex: 2;
}
.file-box .file-btn{
    margin-bottom: 8px;
}
.file-btn .btn {
    width: 94px;
}
.file-box .upload-tips{
    width: 200px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.file-box .upload-tips{
    width: 200px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
/* 下载模板 */
.file-tips{
    color: #5E5A5A;
}
.template-file{
    color: #3291F8;
}
/* end--下载模板 */
.upload_file_input{
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    overflow: hidden;
    cursor:pointer;
    font-size: 0;
}
.upload_father{
    position: relative;
    display: inline-block;
}
/* end--已上传文件字体样式 */
/* end--file-list */


/* datepicker */
.datepicker table tr td span {
    height: 32px;
    line-height: 32px;
}

.datepicker table tr td span.active, .datepicker table tr td span:hover {
    color: #fff;
    background-color: #3291F8 !important;
    background-image: none !important;
}
/* end--daepicker */

@media screen and (max-width: 991px) {
    .card {
        padding: 0;
        margin-bottom: 1rem;
    }

    .form-group {
        display: block;
    }
    .form-group label {
        text-align: left;
    }
    .operating-button label {
        display: none;
    }
    .operating-button .btn {
        padding: 6px 5px;
        min-width: 70px;
    }
    .operating-button .btn.mr32 {
        margin-right: 1rem !important;
    }
    .tips-group {
        margin: 0 auto;
    }

    .file-list {
        margin-bottom: 16px;
        display: block;
        justify-content: space-around;
    }
    .file-list .file-title {
        width: 100%;
        text-align: left;
        margin-right: 0;
        margin-bottom: 0.5rem;
    }
}

