@import 'common.scss';

.left {
    position: relative;
    width: 200px;
    height: 616px;
    ul {
        width: 100%;
        li {
            width: 100%;
            height: 45px;
            line-height: 45px;
            text-align: center;
            font-size: 14px;
            color:rgba(153,153,153,1);
            &:hover {
                border-left: 2px solid #ED322A;
                background:rgba(255,238,238,1);
                a {
                    color:rgba(237,50,42,1);
                }
            }
        }
    }
    .download {
        width: 140px;
        height: 36px;
        position: absolute;
        bottom: 26px;
        left: 30px;
        right: 30px;
        background: url(./i/download.png) no-repeat center center;
        background-size: 100% 100%;
    }
}
.right {
    width: 999px;
    height: 616px;
    padding: 14px 23px;
    box-sizing: border-box;
    .search {
        height: 36px;
        line-height: 36px;
        .cond-item {
            height: 36px;
            line-height: 36px;
            margin-right: 20px;
            .hr {
                width: 10px;
                height: 2px;
                margin: 16px 3px;
                background: #333333;
            }
            input[type=text] {
                width: 139px;
                height: 36px;
                box-sizing: border-box;
                border:1px solid rgba(201,201,201,1);
            }
            ul {
                position: relative;
                width: 83px;
                height: 36px;
                border: 1px solid #D3D3D3;
                line-height: 36px;
                padding: 0 8px;
                overflow: hidden;
                i {
                    position: absolute;
                    right: 8px;
                    top: 15px;
                    width: 10px;
                    height: 7px;
                    background: url(./i/icon-down.png) no-repeat center center;
                    background-size: 100% 100%;
                }
            }

        }
        .search-btn {
            width: 80px;
            height: 36px;
            background:rgba(237,50,42,1);
            border-radius:2px;
            border: 0;
            outline: none;
            color: #ffffff;
        }
    }
    .table-wrap {
        width: 100%;
        min-height: 440px;
        margin-top: 36px;
        table {
            width: 100%;
            border-collapse: collapse;
            border: 1px solid rgba(230,230,230,1);
            td {
                padding: 17px 24px; 
                border: 1px solid rgba(230,230,230,1);
                text-align: center;
            }
            thead {
                td {
                    border: 0;
                }
            }
        }
    }
}