﻿.hd_nav li {
    height: 40px;
    position: relative;
    list-style: none;
    background-color:;
    cursor: pointer;
}

    .hd_nav li.last {
        background: none;
    }

    .hd_nav li a {
        text-decoration: none;
    }

        .hd_nav li a span {
            float: left;
            display: block;
            line-height: 40px;
            font-size: 12px;
            color: #ffffff;
            cursor: pointer;
            width: 100px;
            text-align: center;
        }

    .hd_nav li.selected .submenu {
        display: block;
    }

    .hd_nav li .submenu {
        display: none;
        position: absolute;
        z-index: 999;
        top: 40px;
        left: -9px;
    }

        .hd_nav li .submenu li {
            float: none;
            padding: 0;
            background: none;
            height: auto;
            border-bottom: dotted 0px #BEBEBE;
        }

.pDiv p {
    margin: 18px 0 -4px 0;
    font-size: 14px;
}

    .pDiv p a {
        color: #333333;
        padding: 0;
    }

        .pDiv p a:hover {
            color: #2b9fe8 !important;
        }

.hd_nav li a {
    text-decoration: none;
}

.pDiv1 {
    width: 96px;
    background-color: #f1f3f5;
    display: inline-flex;
    top: 10px;
    right: 24px;
    position: absolute;
    color: #333333;
    box-shadow: 0px 1px 10px 0px rgb(0 0 0 / 10%);
    border-width: 1px;
}

.pDiv2 {
    width: 192px;
    background-color: #f1f3f5;
    display: inline-flex;
    top: 10px;
    right: -78px;
    position: absolute;
    color: #333333;
    box-shadow: 0px 1px 10px 0px rgb(0 0 0 / 10%);
    border-width: 1px;
}

.fg {
    position: absolute;
    width: 1px;
    height: 68%;
    background-color: #dcdcdc;
    top: 20px;
    left: 97px
}

.cdl {
    width: 106px;
    height: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 20px;
}
.EmptyChange::-webkit-input-placeholder {
    color: red;
}