.stronghold-search-bg {
    width: 380px;
    height: 500px;
    position: absolute;
    left: 120px;
    top: 50px;
    z-index: 3;
    transform: translateY(-300%);
    opacity: 0;
    -webkit-transform: translateY(-300%);
    -moz-transform: translateY(-300%);
    -ms-transform: translateY(-300%);
    -o-transform: translateY(-300%);
}

.stronghold-search-bg.open {
    transform: translateY(0);
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.stronghold-search-input {
    background-color: #fff;
    width: 100%;
    height: 50px;
    border: none !important;
    padding: 0 30px;
    font-size: 16px;
    color: #333333;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}

.stronghold-search-box {
    width: 100%;
    height: 100%;
    background-color: #f2f2f2;
    flex: 1;
    overflow-y: auto;
}

.stronghold-search-box>div>div.county_title {
    width: 100%;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    background-color: #c9c9c9;
    padding-left: 30px;
    padding-right: 20px;
    color: #333333;
}

.stronghold-search-box>div>div.stronghold_title {
    width: 100%;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    padding-left: 30px;
    padding-right: 20px;
    color: #333333;
    border-bottom: solid 1px #b4b4b4;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    flex-wrap: wrap;
}

.stronghold-search-box>div>div.stronghold_title:last-child {
    border-bottom: none;
}

@media screen and (max-width: 600px) {
    .stronghold-search-bg {
        position: fixed;
        width: 100%;
        left: 0px;
        height: calc(100% - 100px) !important;
        padding: 30px 20px;
        background-color: rgba(0, 0, 0, 0.5);
        top: 50px;
        z-index: 11;
    }

    .stronghold-search-bg.open {
        transform: translateY(0);
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}

.stronghold_title.hover-address::after {
    display: inline-block;
    width: 20px;
    height: calc(100% - 4px);
    background: #f2f2f2;
    content: '';
    position: absolute;
    right: 0px;
    top: 2px;
}

.mb .stronghold_title.hover-address::after {
    background: #f2f2f2;
}

.stronghold_title.hover-address {
    position: relative;
}