body.search-open .cpt_searchbox {
    display: block;
}

.cpt_searchbox {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10;
    display: none;
}

.cpt_searchbox .container {
    max-width: 800px;
    background-color: #fff;
    border: 3px solid #6E9D81;
}

.cpt_searchbox .close {
    position: absolute;
    right: 4px;
    top: 4px;
}

.cpt_searchbox .list {
    display: flex;
    flex-wrap: wrap;
}

.cpt_searchbox .list .item {
    flex-grow: 1;
    width: 25%;
}

.cpt_searchbox .list .item a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cpt_searchbox .list .item .main {
    color: #6E9D81;
    font-size: 23px;
    display: block;
}

.cpt_searchbox .list .item .sec {
    color: #9D9D9C;
    font-size: 18px;
}

.cpt_searchbox .action {
    margin: 23px auto;
    width: fit-content;
    border: 1px solid;
    display: block;
    background-color: #000;
    color: #fff;
    padding: 10px 29px;
}