﻿#searchDiv {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: fit-content;
    height: 500px;
    /*margin: 0;*/
    padding: 0;
    z-index: 35;
    background: gray;
    background: rgba(30, 30, 30, 0.8);
    /*//whitesmoke;*/
    overflow-y: auto;
    overflow-x: hidden;
    display: none;
    background: #00000082;
    border: 1px solid #e9d9d9;
    border-radius: 3px;
    padding: 6px;
    z-index: 1;
}

.r_div_content {
    margin: 0;
    padding: 0;
    width: 300px;
    height: calc(100% - 80px);
    /*background-color: yellow;*/
    overflow-x: hidden;
    overflow-y: auto;
}

    .r_div_content::-webkit-scrollbar {
        /*滚动条整体样式*/
        width: 10px; /*高宽分别对应横竖滚动条的尺寸*/
        height: 1px;
    }

    .r_div_content::-webkit-scrollbar-thumb {
        /*滚动条里面小方块*/
        border-radius: 10px;
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        background: #535353;
    }

    .r_div_content::-webkit-scrollbar-track {
        /*滚动条里面轨道*/
        box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        border-radius: 10px;
        background: #ededed;
    }

.r_pagenum_div {
    font-family: Arial,Helvetica,sans-serif;
    color: #fff;
    font-size: 12px;
    line-height: 30px;
    height: 30px;
    margin: unset;
    margin-left: 25px;
}

.rntxt {
    position: relative;
    z-index: 1;
    left: 5px;
    top: 0;
    height: 30px;
    overflow: hidden;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #fff9f9;
    text-shadow: 0 0 4px #fff;
    text-align: left;
    margin-top: 0;
    line-height: 30px;
}

.r_div_off {
    box-sizing: border-box;
    cursor: pointer;
    margin-top: 5px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px !important;
    color: #333;
    border-bottom: #ccc 1px solid;
    height: 50px;
    width: 211px;
    overflow: hidden;
    margin-left: 25px;
}

.r_div_hover {
    box-sizing: border-box;
    cursor: pointer;
    margin-top: 5px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #b70018;
    border-bottom: #ccc 1px solid;
    height: 50px;
    width: 211px;
    overflow: hidden;
    font-style: italic;
    background-color: #ec820841;
    margin-left: 25px;
}

.query_rt {
    float: right;
    display: inline;
    margin-right: 10px;
    margin-top: -33px;
    cursor: pointer;
    color: #fff;
}

.r_address {
    position: relative;
    z-index: 1;
    left: 34px;
    top: -40px;
    width: 176px;
    height: 18px;
    overflow: hidden;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #e8e4e4;
    text-shadow: 0 0 4px #fff;
    text-align: left;
    margin-top: 20px;
    line-height: 200%;
    /*background-color:pink;*/
}
