﻿ .selCode {
            float: left;
            list-style: none;
            cursor: default;
            width: 131px;
            background-color: #FFFFFF!important;
            background-image: none;
            border: 1px solid #ccc;
            border-radius: 1px;
            color: inherit;
            line-height: 32px;
            border-radius: 4px;
            height: 33px;
            margin-left:5px;
        }
        #selCode1 {
            line-height:30px;
            height:30px;
            width:148px;
            margin-left:0;
        }
            #selCode1 .select-list {
                min-width:148px;
            }

            .selCode .option {
                height: 32px;
                text-indent: 5px;
                line-height: 32px;
                text-indent: 2em;
                display: block;
                overflow:hidden;
                padding-right:25px;
                overflow-x:hidden;
            }
            .selCode .option:nth-child(1) {
                text-indent: 1em;
            }

                .selCode .option:hover {
                    background: #049dfe;
                }

            .selCode a {
                position: absolute;
                right: 0;
                color:black;
            }
            .selCode a:hover {
                color:white;
            }

            .selCode p {
                height:30px;
                padding-left:10px;
                margin: 0;
                width:90px;
                overflow:hidden;
            }

            .selCode .select-list {
                min-width:131px;
                display: none;
                position: absolute;
                padding: 0;
                margin: 0;
                list-style: none;
                background: white;
                margin-top: 2px;
                border: 1px solid #ccc;
            }

            .selCode ul {
                list-style: none;
                margin: 0;
                padding: 0;
            }
            .selCode .select-list a {
                position: static;
            }

            .selCode .select-list span {
                text-indent: 1em;
                display: block;
            }

            .selCode .select-list li ul .option {
                text-indent: 2em;
            }

            .selCode .select-list li ul span {
                text-indent: 2em;
            }
            .selCode .select-list ul li .option {
                text-indent: 3em;
            }

/*li .option:nth-last-child(1):before{
    content:"└"
}*/
li:nth-child(1) .option:nth-child(1):before{
    content:""
}
li .option:before{
    content:"|-"
}