﻿@charset "UTF-8";

.topmenu {
    width: 100%;
    height: 0.8rem;
    background: #fff;
}

    .topmenu dt {
        width: 33.3%;
        float: left;
    }

.selectlist {
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

.select_textdiv {
    font-size: 16px;
    height: 0.8rem;
    width: 100%;
    line-height: 0.8rem;
    text-align: center;
    position: relative;
}

.select_textul {
    width: 33.3%;
    line-height: 0.5rem;
    box-sizing: border-box;
    display: none;
    overflow-y: scroll;
}

.select_first_ul {
    width: 33.3%;
    position: absolute;
    box-sizing: border-box;
    background: #fff;
    z-index: 999;
    overflow-y:scroll;
    max-height:400px;
}

    .select_first_ul > li {
        padding: 0 .1rem;
        box-sizing: border-box;
    }

        .select_first_ul > li:first-child {
            border-top: 1px #dcdcdc solid;
        }

        .select_first_ul > li > p {
            width: 100%;
            font-size: 14px;
            text-align: center;
            padding-left: 0 1rem;
            box-sizing: border-box;
            border-bottom: 1px #dcdcdc solid;
        }

.focus > p {
    border-bottom: 1px #dcdcdc solid !important;
}

.select_second_ul {
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    display: none;
    box-sizing: border-box;
    padding-left: .5rem;
}

.down {
    position: absolute;
    top: 0;
    display: inline-block;
    height: 100%;
    right: 0.1rem;
}

    .down img {
        width: 0.2rem;
        margin-top: 0.3rem;
    }

.focusli {
    background: #ffc107;
    color: #fff;
}

.select_second_ul > li {
    padding: 0 .1rem;
    box-sizing: border-box;
    border-bottom: 1px solid #eaeaea;
}
