﻿#light-banner{
    width:100%;
    position:relative;
}
#light-banner img{
    width:100%;
    height:auto;
}
    #light-banner h3{
        display:inline-block;
        font-size:55px;
        position:absolute;
        top:24%;
        left:13%;
    }
    #light-banner p {
        display: inline-block;
        font-size: 18px;
        position: absolute;
        top:49%;
        left: 13%;
        width:35%;
        letter-spacing:2px;
    }
    #light-wrapper {
        width: 80%;
        margin-top: 45px;
    }
#light-searcher{
    width:100%;
    margin:30px 0 40px 0;
}
    #light-searcher h4{
        display:inline-block;
        font-size:24px;
        margin-right:30px;
        position:relative;
        top:3px;
    }

#lightSelect {
    display: inline-block;
    width: 310px;
    height: 50px;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    padding-left:20px;
    font-size: 16px;
    color: #A8A8A8;
    appearance: none; /* 隐藏默认箭头 */
    background-image: url('/image/solu/arrow.png'); /* 使用自定义箭头图片 */
    background-repeat: no-repeat;
    background-position: 270px center;
    /*padding-right: 20px;*/ /* 为箭头预留空间 */
    margin-right:30px;
}
    #lightSelect:focus{
        outline: none;
    }

    #lightSelect option {
        appearance: none;
        height:30px;
        line-height:30px;
    }

    #light-sear {
        display: inline-block;
        height: 50px;
        position: relative;
    }

    #light-sear input, #light-sear input:focus {
        display: inline-block;
        background: #fff;
        color: #A8A8A8;
        width: 310px;
        height: 50px;
        border-radius: 5px;
        /*padding: 3px;*/
        padding-left: 20px;
        font-size: 16px;
        border: solid;
        border-color: #FFF;
        border: 1px solid #DCDCDC;
        outline: none;
    }
#led-search {
    display: inline-block;
    position: relative;
    padding-left: 14px;
    left: -60px;
    top: 8px;
    cursor: pointer;
}

#led-drop {
    position: relative;
    left: -40px;
    top: 19px;
    cursor:pointer;
}
#checkbox-list {
    display: inline-block;
    width: 150px;
    background: #fff;
    border: 1px solid #DCDCDC;
    position:absolute;
    padding:10px 20px 10px 15px;
    top:80px;
    right:40px;  
    display:none;
}
    #checkbox-list label {
        display: inline-block;
        width: 150px;
        height:25px;
        line-height:25px;
    }
    #checkbox-list input,
    #checkbox-list input:checked,
    #checkbox-list input:focus {
        display: inline-block;
        width: 15px;
        height: 15px;
        margin-right:10px;
        position:relative;
        top:2px;
    }

    .flex-table {
        display: flex;
    }

.flex-column {
    flex:1;
    /*flex-shrink:1;*/
    /*flex-grow:1;*/
    padding: 20px;
    /*border: 1px solid #ccc;*/
}
#search-result li:nth-child(2n+1) {
    background: #F9F9F9;
}