.produce-box_3{
    width: 100%;
    height: 470px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-self: center;
}
.entries{
    width: 220px;
    margin: 0 -3px 0 13px;
    padding: 10px 0 0 10px;
}
.entries>span {
    height: 43px;
    font-size: 13px;
}

.head_quit{
    display: none;
    height: 20px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
}

.entries{
    cursor: pointer;
}

/*滚动条样式：谷歌浏览器下*/
.produce-box_1::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #f5f7fa;
}

/*滚动条的轨道*/
.produce-box_1::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 5px rgba(0,0,0,.3); */
    background-color: #f5f7fa;

}

/*滚动条的滑块按钮*/
.produce-box_1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #e4e7ed;
    box-shadow: inset 0 0 5px #ccc;
}

/*滚动条的上下两端的按钮*/
.produce-box_1::-webkit-scrollbar-button {
    height: 0px;
    background-color: #B0AEDA;
}

