﻿@CHARSET "UTF-8";
/*默认样式*/
* {
    margin: 0;
    padding: 0;
    outline: none;
}

a {
    color: #54d09e;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

    a:hover {
        text-decoration: none;
    }

topmenu button, topmenu input, topmenu select, topmenu textarea {
    padding: 0;
    outline: none;
}

textarea, input {
    resize: none;
    outline: none;
}

textarea {
    resize: none;
    -webkit-appearance: none;
}

ul, ol, li {
    list-style: none;
}

em {
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

b {
    font-weight: normal;
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
}

/**下拉**/
.select_div {
    margin: 0;
    padding: 0;
    height: 45px;
}

.topmenu {
    width: 100%;
    height: 45px;
    font-size: 11pt;
    top: 45px;
    z-index: 10;
    position: fixed;
}

    .topmenu dt {
        width: 20%;
        height: 45px;
        float: left;
        background: #fff;
    }

.selectlist {
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

.select_textdiv {
    height: 45px;
    width: 100%;
    line-height: 45px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    position: relative;
    border-left: 1px solid -webkit-linear-gradient(#1263C5, blue);
}

.select_textul {
    width: 100%;
    line-height: 45px;
    box-sizing: border-box;
    display: none;
    width: 100%;
    max-height: 60%;
    overflow-y: scroll;
    border-bottom: 1px solid #999;
}

.select_first_ul {
    width: 100%;
    /*background: #eaeaea;*/
    position: absolute;
    box-sizing: border-box;
    left: 0;
}

    .select_first_ul > li {
        padding: 0 0.5rem;
        box-sizing: border-box;
    }

        .select_first_ul > li > p {
            width: 50%;
            padding: 0 1rem;
            box-sizing: border-box;
            border-bottom: 0px #ddd solid;
        }

    .select_first_ul p {
        color: #fff;
    }

.focus > p {
    border-bottom: 0px #ddd solid !important;
    color: #1263C5;
}

.select_second_ul {
    width: 50%;
    position: absolute;
    right: 0px;
    top: 0;
    background-color: transparent;
    display: none;
    box-sizing: border-box;
    padding-left: 0.5rem;
    /*z-index: 1;*/
    font-size: 10pt;
    color: #fff;
}

.down {
    position: absolute;
    top: 0;
    right: 0.5rem;
    display: inline-block;
    width: 1rem;
    height: 100%;
}

    .down img {
        width: 1rem;
        margin-top: 1rem;
    }

.divfocus::after {
    position: absolute;
    bottom: 0;
    left: 46%;
    border-bottom: 0.5rem solid #1263C5;
    border-left: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
    content: "";
}

.focusli {
    background: #1263C5;
    color: #FFFFFF;
}

.select_second_ul > li {
    padding: 0 0.5rem;
    box-sizing: border-box;
    border-bottom: 0px solid #eaeaea;
}

.hidd {
    display: none;
}

.shows {
    display: block;
}

.s_text span {
    font-size: 13pt;
}

.mui-backdrop {
    position: fixed;
    margin-top: 135px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 998;
    background-color: rgba(144,144,144,1);
}
