body.eu-pg-search-index {
    background-color: #ededed;
}
body.eu-pg-search-index {
    height: 100vh;
}
body.eu-pg-search-page {
    overflow: hidden;
}
body.eu-pg-search-index #hd,
body.eu-pg-search-page #hd {
    display: none;
}
body.eu-pg-search-index #ft {
    display: none;
}
body.eu-pg-search-page #ft {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100%;
    transform: translateX(-50%);
    padding: 10px;
    box-sizing: border-box;
    background-color: #fffffff2;
}

body.eu-pg-search-index #toptb,
body.eu-pg-search-page #toptb { 
    display: none;
}
body.pg_eu_nav.eu-pg-search-index #wp,
body.pg_eu_nav.eu-pg-search-page #wp {
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    top: 0;
    bottom: 0;
    overflow: hidden;
}
body.pg_eu_nav.eu-pg-search-page #wp {
    padding-top: 0;
    overflow-y: auto;
    padding-bottom: 50px;
}

.eu-search-main {
    position: absolute;
    top: 50px;
    width: 100%;
    height: calc(100% - 50px);
}
.eu-search-left {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 200px;
    overflow: hidden;
}
.eu-search-right {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin-left: 200px;
    height: 100%;
    overflow: hidden;
}

@media (max-width: 768px) {
    .eu-wap-menu-bar {
        position: fixed;
        z-index: 70;
        bottom: 10%;
        left: 0px;
        width: 35px;
        height: 35px;
        line-height: 35px;
        margin-top: -26px;
        text-align: center;
        color: rgb(255, 255, 255);
        background-color: #ff6000;
        cursor: pointer;
        box-shadow: rgba(0, 0, 0, 0.16) 1px 1px 16px;
        display: block !important;
        border-radius: 3px;
    }
    .eu-search-left {
        display: none;
    }
    .eu-search-left.active {
        z-index: 81;
        background: #efefef;
        display: block;
    }
    .eu-search-left.active .eu-search-list {
        overflow-y: auto;
    }
    .eu-search-right {
        margin-left: 0;
    }
    body.pg_eu_nav.eu-pg-search-page #wp {
        padding-bottom: 90px;
    }
}

.eu-search-list {
    height: 100%;
    padding-bottom: 2em;
    overflow: hidden;
}
.eu-search-list:hover {
    overflow: hidden auto;
}
.eu-search-list::-webkit-scrollbar {
    width: 5px;
    height: 8px
}

.eu-search-list::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: transparent
}

.eu-search-list:hover::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #8b8b8b
}

.eu-search-list::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: transparent
}
.eu-search-item {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 8px 6px 8px 12px
}
.eu-search-item h3 {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #1A365D;
}
.eu-search-item.eu-entity {
    padding-left: 2em;
    cursor: pointer;
}
.eu-search-item.eu-entity>span:first-child {
    margin-right: 0.5em;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
}
.eu-search-item.eu-entity img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}
.eu-search-item.eu-entity:hover,
.eu-search-item.eu-entity.active { 
    background-color: #fff;
}


.eu-search * {
    box-sizing: border-box;
}
.eu-search header {
    width: 600px;
    margin: 20em auto 30px;
    text-align: center;
}
.eu-search header img {
    display: inline-block;
    width: 300px;
}
.eu-search #search-form {
    display: flex;
    width: 600px;
    height: 40px;
    align-items: center;
    margin: 20px auto;
    border: 1px solid #efefef;
    border-radius: 6px;
    overflow: hidden;
}
.eu-search #search-form.eu-multi {
    position: relative;
    height: auto;
    align-items: end;
}
/* .eu-search #search-form:focus-within {
    border-color: #ff6000;
} */
.eu-search input[type=text] {
    height: 100%;
    padding: 3px 10px;
    font-size: 16px;
    outline: 0;
    flex: 1;
    border: none;
    border-radius: 6px 0 0 6px;
}
.eu-search textarea {
    width: 100%;
    border: none;
    border-radius: 6px;
    padding: 10px;
}
.eu-search input[type=submit] {
    display: inline-block;
    border-radius: 0;
    width: 40px;
    height: 100%;
    border: none;
    cursor: pointer;
    font-size: 16px;
    color: #ff6000;
    background-size: 20px 20px;
    background-color: #efefef;
}
.eu-search .eu-multi input[type=submit] {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: auto;
    height: auto;
    padding: 8px 18px;
    border-radius: 6px;
    background-color: #ff6000;
    color: #fff;
}
.eu-search .eu-s-btn {
    display: flex;
    height: 40px;
    width: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 0 6px 6px 0;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    background-color: #efefef;
}
.eu-search .eu-s-btn svg {
    width: 18px;
    height: 18px;
}
.eu-search .eu-s-btns {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    border: none;
    border-radius: 99px;
    background-color: #00A3FF;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
.eu-search .eu-s-btns svg {
    margin-right: 1em;
    width: 18px;
    height: 18px;
}

.eu-search .eu-search-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
    width: 600px;
    height: 48px;
    box-sizing: border-box;
    max-width: 96%;
    border-radius: 99px;
    background: #fff;
    padding: 3px;
    border: 1px solid #9CA3AF;
    overflow: hidden;
}
.eu-search .eu-search-box svg {
    margin-left: 1em;
    width: 24px;
    height: 24px;
}
.eu-search .eu-search-box input[type="text"] {
    flex: 1;
    height: 34px;
    padding: 2px 10px;
    border: none;
    border-right: none;
    border-radius: 0;
    font-size: 14px;
}
.eu-search .eu-search-box .eu-s-btn {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    border: none;
    border-radius: 99px;
    background-color: #00A3FF;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    width: unset;
}
.eu-search .eu-search-box .eu-s-btn svg {
    margin: 0 5px 0 0;
    width: 18px;
    height: 18px;
}

@media (max-width: 768px) {
    .eu-search header {
        width: 90vw;
        margin-top: 25vh;
    }
    .eu-search header img {
        max-width: 60vw;
    }
    .eu-search #search-form {
        display: flex;
        width: 90vw;
    }
    .eu-search #search-form input[type=text] {
        width: 100%;
    }
}