.toggle_btn {
    padding: 10px;
    border: 0;
    border-radius: 5px;
    background-color: transparent;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%)
}

.toggle_btn:hover {
    background-color: #f3f3f3
}

.toggle_btn_bar {
    display: block;
    width: 24px;
    height: 3px;
    border-radius: 5px;
    background-color: #333
}

.toggle_btn_bar+.toggle_btn_bar {
    margin-top: 5px
}


/* .title_box .title:after,
.title_box .title:before {
    content: "";
    display: block;
    height: 4px;
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 1;
    background-color: #fff
}

.title_box .title:before {
    width: 100%;
    z-index: 2;
    background-color: orange;
    border-radius: 0 0 25px 0
}

.more>span {
    padding: 0 10px;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #ccc
} */
