/*问答*/
.down_icon {
    position: absolute;
    width: 28px;
    height: 22px;
    /*background: url("../../static/img/down/download_1.png");*/
    background-size: cover;
    top: 12px;
    right: 8px;
}

#down_answers > div {
    position: absolute;
    margin: auto;
    right: 0px;
    left: 0px;
}

#down_answers {
    background-color: rgb(0, 0, 0, 0.2);
    height: 45px;
    width: 45px;
    border-radius: 22.5px;
    display: revert;
    cursor: pointer;
    position: fixed;
    right: 50px;
    bottom: 110px;
    -webkit-box-shadow: 0 0 6px rgb(0 0 0 / 12%);
    box-shadow: 0 0 6px rgb(0 0 0 / 12%);
    z-index: 1000;
}

#down_answers:hover {
    background: #fff;
}


.down-container {
    --light-color: #fff;
    height: 400px;
    width: 270px;
    background: var(--light-color);
    bottom: 40px;
    right: 10px;
    z-index: 9999;
    webkit-box-shadow: 0 5px 10px 0 rgb(0 0 0 / 30%);
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 30%);
    border-radius: 5px;
}

.down-container .el-input__inner{border: 0px solid #DCDFE6;}

@media screen and (min-width: 440px) {
    .down-container {
        position: fixed;
    }
}

.down-header {
    height: 40px;
    padding: 0px 15px;
    background-color: #607D8B;
    color: var(--light-color);
    font-size: 16px;
    line-height: 40px;
    position: relative;
    border-radius: 5px 5px 0px 0px;
}

.down-header .logo {
    height: 30px;
    width: 30px;
    box-shadow: 0px 0px 10px 0px black;
}

.down-header img {
    height: 100%;
    width: 100%;
}

.down-header .title {
    padding-left: 0px;
}

.title_btn {
    height: 26px;
    width: 26px;
    padding: 6px;
    position: absolute;
    top: 7px;
    right: 15px;
    cursor: pointer;
    border-radius: 13px;
    background: #416e9b;
}
.title_btn:hover{background: #6371d1}

.title_btn_line {
    height: 2px;
    width: 14px;
    background: #fff;
    margin-top: 6px;
}
.title_btn_line:hover{background: #fff}

.down-body {
    height: 360px;
    width: 270px;
    display: flex;
    flex-direction: column;
    padding: 0px 0px;
    align-items: flex-end;
    overflow-y: auto;
}

.down_content{padding: 15px;}
.down_col{
    padding: 10px 15px;
    border-radius: 4px;
    background: #ecf4f8;
}
.down_col:hover{
    webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
}
.down_col + .down_col{margin-top: 10px;}
.down_col_filename{font-size: 14px;line-height: 20px;}
.down_col_fileinfo{font-size: 12px;line-height: 16px;margin-top: 4px;}
.down_col_fileinfo span{color: #999;}
.down_col_btn{float: right;font-size: 14px;}
.down_col_btn .error_link{color: #da5a5a;}
.down_col_btn .success_link{color: #72bf4c;}
.down_col_null{padding: 10px 15px; color: #999;text-align: center;}