﻿body
{
    zoom: 100%;
}

.selectlist
{
    display: none;
    position: absolute;
    top: 32px;
    max-height: 160px;
    overflow-y: scroll;
    z-index: 999;
    background: whitesmoke;
    width: 99%;
    border: 1px solid #ddd;
    left: 0;
}

.unfind
{
    display: none;
}

.selectlist .search
{
    height: 28px;
    line-height: 28px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 5px;
    resize: none;
    border-radius: 0px;
    box-shadow: none;
    width: 95%;
    margin: 5px;
}

.selectlist ul
{
    margin: 0;
    padding: 5px 0;
}

    .selectlist ul li
    {
        list-style: none;
        line-height: 35px;
        padding-left: 10px;
    }

        .selectlist ul li:hover
        {
            background: #e0dfce;
        }

.arrow
{
    height: 26px;
    position: absolute;
    top: 3px;
    right: 5px;
    width: 20px;
    z-index: 999;
}

    .arrow:hover
    {
        cursor: pointer;
    }

.arrow_bottom
{
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: 0px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    width: 0;
}

.arrow_top
{
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}


.leftsize
{
    height: 42px;
    background-color: #fff;
}

@media (max-width:1280px)
{

    .leftsize
    {
        height: 38px;
        background-color: #fff;
    }
}

.legend
{
    float: right;
    padding-right: 10px;
}

    .legend ul li
    {
        list-style: none;
        float: left;
        padding-left: 12px;
    }

        .legend ul li span
        {
            cursor: pointer;
        }

        .legend ul li .imgspan
        {
            width: 25px;
            padding: 0 6px;
            margin-right: 2px;
            border-radius: 3px;
        }
