.content {
    padding-top: 70px;
}
.search_box {
    width: 90%;
}
.search_box input {
    width: 80%;
    outline: none;
    border: 0px;
    background: #efefef;
    line-height: 30px;
    padding-left: 20px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.search_box button {
    width: 20%;
    border: 0px;
    background: #efefef;
    color: #0048ff;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    text-align: center;
    display: inline-block;
    line-height: 30px;
}
.wordlist {
    display: flex;
    flex-wrap: wrap;
}
.wordlist div {
    padding: 0px 10px;
    border-radius: 4px;
    line-height: 30px;
    background: #efefef;
    margin-right: 10px;
    margin-top: 20px;
}
.djdzs_box {
    border-radius: 8px;
    width: 48%;
    background: linear-gradient(to right, #ffedf1, #fdf4f7);
    padding: 10px;
}
.xmrs_box {
    border-radius: 8px;
    width: 48%;
    background: linear-gradient(to right, #ffecce, #ffecce);
    padding: 10px;
}
