* {
    padding: 0;
    margin: 0;
}
.w150 {
    width: 150px;
}
body {
    margin: 0 auto;
    padding-left: 50px;
    padding-top: 10px;
}
header {
    display: flex;
    margin-left: 20px;
    margin-right: 20px;
}
header #web_select {
    margin-right: 20px;
}
header input {
    margin-right: 10px;
}
.result_count {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}
.common_btn {
    background-color: rgb(22, 136, 230);
    padding: 5px;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
    outline: none;
    border: none;
}
main {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

main .article_list {
    width: 260px;
    height: 500px;
    overflow-y: auto;
    border: 1px solid #000;
}

main .combination_list {
    width: 290px;
    height: 625px;
    overflow-y: auto;
    border: 1px solid #000;
}

main .img_list {
    width: 290px;
    height: 625px;
    overflow-y: auto;
    border: 1px solid #000;
}

main .article_list a{
    text-decoration:none;
}


main .article_content {
    width: 800px;
    height: 500px;
    overflow-y: auto;
    border: 1px solid #000;
}

main .article_edit {
    width: 280px;
}

main .article_edit .label {
    border: 1px solid;
    padding: 4px;
    margin-right: 10px;
}

main .article_edit .edit_box>div {
    margin-bottom: 10px;
}
main .article_edit .edit_box>div>input[type=number]{
    width: 40px;
}

.footer {
    margin-top:-1px;
    display: flex;
    justify-content: center;
}

.footer button {
    margin: 0 20px;
}
/*弹框*/
.popus{width:400px;color:#000;;position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);font-family:"微软雅黑";padding:20px 0px;font-weight:bold;background-color:rgba(255,255,255,0.6);border-radius:18px;text-align:center;padding:30px 0px;box-shadow:0px 0px 10px rgba(0,0,0,0.4);display:none;background-color: #1688e6;opacity:90%;}

#author {
    width: 300px;
    height: 30px;
}