﻿.Index_V2 {


    .Index_Menu {
        position: absolute;
        right: 10px;

        ul {
            overflow: hidden;
            margin-bottom: 0px;


            li {
                float: left;
                cursor: pointer;
                padding: 0 15px;
                line-height: 45px;
            }

            li:hover {
                color: #0079fe;
            }
        }
    }

    .Index_Search {
        background: #fff;
        border: 1px solid #ddd;
        margin-bottom: 10px;
        position: relative;


        .Search_Btn {
            text-align: center;
            padding: 0px 10px 10px 10px;

            .btn {
                padding: 8px 8px;
            }
        }

        .select_1 {
            .form-control {
                padding: 0px 0px;
                height: 30px;
            }

            .select2-container .select2-selection--single {
                height: 32px;
            }

            .select2-container--default .select2-selection--single .select2-selection__rendered {
                line-height: 32px;
            }
        }

        .select_2 {
            display: flex;
            width: calc(100% - 119px) !important;

            .select2-container {
                box-sizing: border-box;
                display: inline-block;
                margin: 0;
                position: relative;
                vertical-align: middle;
                width: 50% !important;
            }

            .form-control {
                width: 50%;
                padding: 0px 0px;
                height: 30px;
            }

            .select2-container .select2-selection--single {
                height: 32px;
            }

            .select2-container--default .select2-selection--single .select2-selection__rendered {
                line-height: 32px;
            }
        }

        .input_2 {
            display: flex;
            width: calc(100% - 118px) !important;

            .form-control {
                width: 50%;
            }
        }

        .input_3 {
            display: flex;
            width: calc(100% - 121px) !important;

            .form-control {
                width: 33.3%;
            }
        }

        input.form-control {
            height: 30px;
            line-height: 30px;
            padding-top: 0px;
            padding-bottom: 0px;
            padding-right: 0px;
            padding-left: 0px;
            resize: none;
            border-radius: 0px;
            box-shadow: none;
        }

        .ul_4 {
            overflow: hidden;
            padding: 10px 10px 0px 10px;
            margin-bottom: 0px;

            li {
                float: left;
                overflow: hidden;
                width: 25%;
                margin-bottom: 10px;
            }
        }

        .S_Title {
            width: 70px;
            float: left;
            height: 32px;
            line-height: 32px;
        }

        .S_Value {
            float: left;
            width: calc(100% - 120px);
            position: relative;
        }

        .S_Date {
            display: flex;
            width: calc(100% - 118px) !important;

            .Date_Box {
                position: relative;

                .iconfont {
                    position: absolute;
                    top: 4px;
                    right: 2px;
                }
            }
        }

        .Search_ul {
            position: absolute;
            z-index: 9;
            background: #fff;
            left: 81px;
            top: 43px;
            width: 340px;
            border: 1px solid #ddd;

            li {
                border-bottom: 1px dashed #d7d7d7;
                padding: 10px;
                cursor: pointer;
                position: relative;

                .Name {
                }

                .Qu {
                    color: #999;
                    margin-left: 10px;
                }

                .ShangQuan {
                    color: #999;
                    margin-left: 4px;
                }

                .State {
                    background: #15c377;
                    color: #fff;
                    position: absolute;
                    right: 8px;
                    top: 7px;
                    padding: 2px 4px;
                    border-radius: 2px;
                }

                .JunJia {
                    position: absolute;
                    right: 8px;
                    top: 7px;
                }
            }

            li:hover {
                background: rgba(0,0,0,0.1);
            }
        }
    }

    .companyRoleList_4 {
        .select2-container {
            width: 24% !important;
        }
    }
}



.layui-tab-brief > .layui-tab-title .layui-this {
    color: #0a85fe;
}
.layui-tab-brief > .layui-tab-more li.layui-this:after, .layui-tab-brief > .layui-tab-title .layui-this:after {
    border-bottom: 2px solid #0a85fe;
}
.bgZaiShou {
    background: #53CC9A;
}
.bgDaiShou {
    background: #faa64b;
}
.bgShouXin {
    background: #C0C5CF;
}
