
body, h1, h2, h3, h4, h5, h6, p, ol, ul {
    font-family: "微软雅黑";
    padding: 0;
    margin: 0;
}

body {
    /*overflow-y:hidden;*/
}

a, a:hover, a:focus, a:visited {
    cursor: pointer;
    text-decoration: none;
}
/*header sunny 2017.7.7*/
.yun_header {
    height: 61px;
    width: 100%;
    background-color: #313949;
    position: relative;
    top: 0px;
}

.top_yun, .logo_yun, .nav_yun {
    height: 60px;
}

.top_yun {
    z-index: 9999;
    position: relative;
    top: 0;
}

.logo_yun {
    background: url(../img/logo.png) 24px 50% no-repeat;
    padding-left: 68px;
    float: left;
}

    .logo_yun span {
        color: #54adfb;
        line-height: 60px;
        font-size: 22px;
        font-weight: bold;
    }

.nav_yun {
    display: inline-block;
    float: left;
    margin-left: 20px;
}

@media only screen (min-width:1123px) and (max-width:1310px ) {
    .nav_yun {
        width: 70%;
    }

    .logo_yun {
        width: 12%;
    }
}

@media only screen (min-width:1008px) and (max-width:1123px ) {
    .nav_yun {
        width: 80%;
    }

    .logo_yun {
        width: 15%;
    }
}

.nav_yun ul {
    background-color: #313949 !important;
}

    .nav_yun ul li a {
        text-decoration: none;
    }

.layui-nav .layui-nav-more {
    border-style: none !important;
}

.layui-nav-bar {
    width: 0px !important;
    height: 0 !important;
}

.margin_top_15 {
    margin-top: 15px;
}
/*导航条*/
.nav_bar_yun {
    z-index: 99;
}

li {
    list-style: none;
}

ul.nav_bar_yun li {
    width: 130px;
}

ul.nav_bar_yun > li {
    float: left;
    height: 60px;
    background: #313949;
    /*    text-align: center;*/
}

ul.nav_bar_yun li a {
    width: 130px;
    height: 60px;
    line-height: 60px;
    display: block;
    font-size: 14px;
}

ul.nav_bar_yun > li > a {
    color: #999999;
}

ul.nav_bar_yun > li > ul > li a {
    background-color: #414959;
    display: block;
    height: 50px;
    line-height: 50px;
}

ul.nav_bar_yun > li a:hover, .choice {
    background-color: #414959;
    color: #FFFFFF;
}

ul > li > ul {
    display: none;
}

ul > li.on > ul {
    display: block;
}

ul.nav_bar_yun li {
    position: relative;
}

ul.nav_bar_yun > li > ul > li ul {
    position: absolute;
    top: 0;
    right: -115px;
    z-index: 50;
}

ul.nav_bar_yun span.sub {
    position: absolute;
    display: block;
    right: 10px;
    top: 0;
    width: 10px;
    height: 40px;
    background: url(images/arrows.png) no-repeat center center;
}


/*17-11-10 详情单据修改*/
.width_25 {
    width: 25%;
}

.width_20 {
    width: 20%;
}

.lable_add {
    display: inline-block;
    margin-bottom: 15px;
}

.margin_right_15 {
    margin-right: 15px;
}

.cs:hover, .cs_focus > a {
    background-image: url(../img/cs_h.png);
}

.rz:hover, .rz_focus > a {
    background-image: url(../img/rz_h.png);
}

.ts:hover, .ts_focus > a {
    background-image: url(../img/ts_h.png);
}

.second_j {
    border-top: 3px solid #313949;
}

    .second_j li a {
        border-bottom: 1px solid #313949;
        color: #bdbdbd !important;
    }

    .second_j > .on > a, .third_li > .on > a {
        color: #5099dd !important;
        text-align: center;
    }

    .second_j li a {
        text-align: center;
    }

/*选项卡 sunny 2017.7.8*/
.yun_tabs {
    position: relative;
    top: 0px; /*z-index: 999;*/
    margin: 0px !important;
}

.tabs_yun {
    background-color: #313949;
    color: #a8a8a8 !important;
}

.index_yun {
    background-image: url(../img/index.png);
    background-color: #4e5460;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: inline-block !important;
    width: 35px !important;
    min-width: 35px !important;
    margin-left: 25px !important;
    padding: 0 !important;
}

.layui-tab-title li {
    background-color: #4e5460;
    color: #bbbbbb;
    margin-right: 5px !important;
    height: 39px !important;
    border-bottom: none !important;
}

.layui-tab-title .layui-this:after {
    border: none !important;
}

.layui-tab-title li .layui-tab-close:hover {
    background: none !important;
}

.remove_bg {
    background-color: #4e5460 !important;
    background-image: url(../img/index_h.png) !important;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.layui-this {
    background-color: #f6f7fb !important;
    color: #000000 !important;
    border-bottom: none !important;
}
/*admin sunny 2017.7.10*/
.set_yun {
    display: inline-block;
    float: right;
    margin-right: 20px;
}

    .set_yun ul {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

        .set_yun ul li {
            display: inline-block;
            float: left;
            max-width: 173px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

            .set_yun ul li a {
                height: 60px;
                color: #999999;
                line-height: 60px;
                padding-left: 35px;
            }

                .set_yun ul li a#btnshow {
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    overflow: hidden;
                }

                .set_yun ul li a:hover, .set_yun ul li a:focus, .set_yun ul li a:visited, .set_yun ul li a:active {
                    color: #FFFFFF;
                }

.set_icon {
    width: 21px;
}

.user_icon {
    /*width: 40px;*/
}

.ling {
    width: 20px;
}

.ling {
    background-image: url(../img/imgs/massage.png);
}

    .ling:hover {
        background-image: url(../img/imgs/massage_h.png);
    }

.set_icon {
    background-image: url(../img/set.png);
}

    .set_icon:hover {
        background-image: url(../img/set_h.png);
    }

.user_icon {
    background-image: url(../img/user.png);
}

    .user_icon:hover {
        background-image: url(../img/user_h.png);
    }

.set_icon, .ling {
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
/*login sunny 2017.7.11*/
.body_login {
    height: 100%;
    width: 100%;
}

.login_bg {
    width: 100%;
    background: url(../img/imgs/login_bg.png) 0 0 no-repeat;
    height: 100%;
}

.login_header {
    height: 76px;
    border-bottom: 1px solid #3c4557;
    padding-left: 7.5%;
}

    .login_header span {
        line-height: 76px;
    }

    .login_header li {
        line-height: 76px;
    }

.login_logo {
    color: #FFFFFF;
    font-size: 28px;
    font-weight: bold;
    padding-right: 5px;
    background: url(../img/imgs/login_logo.png) 0 50% no-repeat;
    padding-left: 50px;
    display: inline-block;
}

  .login_zi {
    color: #8291a1;
    font-size: 24px;
    font-family: STXingkai;
    border-left: 1px solid #8291a1;
    padding-left: 5px;
}

.login_img {
    display: block;
    width: 45.3%;
    float: left;
}

.login_main {
    padding-top: 8%;
    margin: 0 auto;
    height: auto;
}

.main_login {
    margin: 0 auto;
    width: 1054px;
    height: auto;
}

.login {
    display: block;
    width: 43.8%;
    height: 435px;
    background-color: #FFFFFF;
    float: left;
    margin-left: 110px;
    border-radius: 15px;
    -webkit-box-shadow: 5px 5px 10px #01233b;
    -moz-box-shadow: 5px 5px 10px #01233b;
    box-shadow: 5px 5px 10px #01233b;
    padding-left: 35px;
    padding-right: 35px;
    margin-top: 20px;
}

.login_main_ul {
    display: block;
    margin: 0 auto;
}

    .login_main_ul li {
        width: 100%;
    }

.login_li01 {
    border-bottom: 1px solid #e3e3e3;
    height: 89px;
    line-height: 89px;
    text-align: center;
    font-size: 28px;
    color: #666666;
}

.login_user_input {
    border: 1px solid #CCCCCC;
    margin-top: 41px;
    height: 50px;
    display: block;
}

.login_user, .login_eye {
    width: 80%;
    height: 100%;
    display: inline-block;
    float: right;
    background-position: 97% 50%;
    background-repeat: no-repeat;
    border: none;
}

.login_icon_user, .login_icon_code {
    height: 30px;
    border-right: 1px solid #999999;
    width: 47px;
    display: inline-block;
    margin-top: 10px;
    margin-left: 15px;
}

.login_user {
    background-image: url(../img/arrow_down.png);
}

.login_icon_user {
    background: url(../img/user_login.png) 0 50% no-repeat;
}

.login_icon_code {
    background: url(../img/code.png) 0 50% no-repeat;
}

.login_eye {
    background-image: url(../img/eye.png);
}

.checkbox_login {
    margin-top: 30px;
    color: #999999;
}

.checkbox_right {
    float: right;
}

.login_btn {
    margin-top: 30px;
}

    .login_btn input {
        color: #FFFFFF;
        height: 50px;
        width: 100%;
        border: none !important;
        background-color: #077af1 !important;
        font-size: 16px;
        font-weight: bold;
    }

        .login_btn input:hover, .login_btn input:focus {
            color: #FFFFFF !important;
            font-size: 16px;
            font-weight: bold;
            background-color: #076fdb !important;
        }
/*main */
.layui-tab-item {
    width: 100%;
    height: 100%;
}

.layui-tab-content {
    padding: 0 !important;
}
/*基础数据管理*/
.new, .new:hover, .Import, .Import:hover, .modify, .modify:hover, .save, .save:hover, .delete, .delete:hover, .query, .query:hover, .details, .details:hover, .query_down,
.query_down:hover, .keep, .keep:hover, .cancel, .cancel:hover, .export, .export:hover, .print, .print:hover, .orders, .orders:hover, .item, .item:hover, .cancel_bao, .cancel_bao:hover, .export, .export:hover, .diaopei, .diaopei:hover, .jiedan, .jiedan:hover, .request_transfer, .request_transfer:hover, .over, .over:hover, .save_close, .save_close:hover, .dayin, .dayin:hover, .new_peijainshiyong_dan, .new_peijainshiyong_dan:hover, .peijian_use, .peijian_use:hover, .help_dan, .help_dan:hover, .history_note, .history_note:hover, .waitting, .waitting:hover, .diaopei_history:hover, .diaopei_history, .fenpai, .fenpai:hover, .disable, .disable:hover, .rights, .rights:hover, .export2Excel, .export2Excel:hover, .dataRight, .dataRight:hover, .userRight, .userRight:hover {
    background-position: 5px 50%;
    background-repeat: no-repeat;
    padding-left: 30px;
}

.jishushuju {
    width: 100%;
    height: 100%;
    font-family: "微软雅黑";
    font-size: 14px;
}

.basedate_icon {
    background-color: #f6f7fb;
    height: 45px;
    position: fixed;
    z-index: 999;
    width: 100%;
}

    .basedate_icon ul {
        padding-left: 40px;
        padding-top: 5px;
    }

        .basedate_icon ul li {
            color: #667f87;
            float: left;
            line-height: 36px;
            padding-right: 19px;
            margin-right: 15px;
            cursor: pointer;
        }

.new:hover, .Import:hover, .modify:hover, .save:hover, .delete:hover, .query:hover, .details:hover, .query_down:hover, .keep:hover, .cancel:hover, .export:hover, .print:hover, .orders:hover, .item:hover, .cancel_bao:hover, .export:hover, .diaopei:hover, .jiedan:hover, .request_transfer:hover, .over:hover, .save_close:hover, .dayin:hover, .new_peijainshiyong_dan:hover, .peijian_use:hover, .help_dan:hover, .history_note:hover, .waitting:hover, .diaopei_history:hover, .fenpai:hover, .disable:hover, .export2Excel:hover, .rights:hover, .dataRight:hover, .userRight:hover {
    color: #0099ff;
    background-color: #def2ff;
    border-radius: 5px;
}

.new {
    background-image: url(../img/imgs/new.png);
}

    .new:hover {
        background-image: url(../img/imgs/new_h.png);
    }

.Import {
    background-image: url(../img/imgs/Import.png);
}

    .Import:hover {
        background-image: url(../img/imgs/Import_h.png);
    }

.modify {
    background-image: url(../img/imgs/modify.png);
}

    .modify:hover {
        background-image: url(../img/imgs/modify_h.png);
    }

.save {
    background-image: url(../img/imgs/save.png);
}

    .save:hover {
        background-image: url(../img/imgs/save_h.png);
    }

.delete {
    background-image: url(../img/imgs/delete.png);
}

    .delete:hover {
        background-image: url(../img/imgs/delete_h.png);
    }

.rights {
    background-image: url(../img/basic_information/dygx.png);
}

    .rights:hover {
        background-image: url(../img/basic_information/dygx_h.png);
    }

.query {
    background-image: url(../img/imgs/look.png),url(../img/imgs/arrow_main_icon.png);
}

    .query:hover {
        background-image: url(../img/imgs/look_h.png),url(../img/imgs/arrow_main_icon_h.png);
    }

.query_down {
    background-image: url(../img/imgs/look.png),url(../img/imgs/arrow_main_icon_down.png);
}

    .query_down:hover {
        background-image: url(../img/imgs/look_h.png),url(../img/imgs/arrow_main_icon_down_h.png);
    }

    .query, .query:hover, .query_down, .query_down:hover {
        background-position: 5px 50%,98% 50%;
    }

.details {
    background-image: url(../img/imgs/details.png);
}

    .details:hover {
        background-image: url(../img/imgs/details-2.png);
    }

.keep {
    background-image: url(../img/imgs/keep.png);
}

    .keep:hover {
        background-image: url(../img/imgs/keep-2.png);
    }
/* 20230423新增不可用 */
.disable {
    background-image: url(../img/imgs/disable.png);
}

    .disable:hover {
        background-image: url(../img/imgs/disable_h.png);
    }

/*取消*/
.cancel {
    background-image: url(../img/imgs/cancel.png);
}

    .cancel:hover {
        background-image: url(../img/imgs/cancel-2.png);
    }

.export {
    background-image: url(../img/imgs/export.png);
}

    .export:hover {
        background-image: url(../img/imgs/export-2.png);
    }

.print {
    background-image: url(../img/imgs/print.png);
}

    .print:hover {
        background-image: url(../img/imgs/print-2.png);
    }

.orders {
    background-image: url(../img/imgs/orders.png);
}

    .orders:hover {
        background-image: url(../img/imgs/orders-2.png);
    }

.item {
    background-image: url(../img/imgs/list.png);
}

    .item:hover {
        background-image: url(../img/imgs/list-2.png);
    }
/*撤销*/
.cancel_bao {
    background-image: url(../img/imgs/cancel_arrow.png);
}

    .cancel_bao:hover {
        background-image: url(../img/imgs/cancel_arrow_h.png);
    }
/*导出*/
.export {
    background-image: url(../img/imgs/export.png);
}

    .export:hover {
        background-image: url(../img/imgs/export-h.png);
    }
/*调配*/
.diaopei {
    background-image: url(../img/imgs/diaopei.png);
}

    .diaopei:hover {
        background-image: url(../img/imgs/diaopei_h.png);
    }
/*接单*/
.jiedan {
    background-image: url(../img/imgs/jiedan.png);
}

    .jiedan:hover {
        background-image: url(../img/imgs/jiedan_h.png);
    }
/*请求转移*/
.request_transfer {
    background-image: url(../img/imgs/request_transfer.png);
}

    .request_transfer:hover {
        background-image: url(../img/imgs/request_transfer_h.png);
    }
/*完成*/
.over {
    background-image: url(../img/imgs/over.png);
}

    .over:hover {
        background-image: url(../img/imgs/over_h.png);
    }
/*保存并取消*/
.save_close {
    background-image: url(../img/imgs/save_colse.png);
}

    .save_close:hover {
        background-image: url(../img/imgs/save_colse_h.png);
    }
/*打印*/
.dayin {
    background-image: url(../img/imgs/dayin.png);
}

    .dayin:hover {
        background-image: url(../img/imgs/dayin_h.png);
    }
/*新增配件使用单*/
.new_peijainshiyong_dan {
    background-image: url(../img/imgs/new_dan.png);
}

    .new_peijainshiyong_dan:hover {
        background-image: url(../img/imgs/new_dan_h.png);
    }
/*导出*/
.export2Excel {
    background-image: url(../img/imgs/export.png);
}

    .export2Excel:hover {
        background-image: url(../img/imgs/export-h.png);
    }
/*配件使用单*/
.peijian_use {
    background-image: url(../img/imgs/peijain_use.png);
}

    .peijian_use:hover {
        background-image: url(../img/imgs/peijian_use_h.png);
    }
/*协助单*/
.help_dan {
    background-image: url(../img/imgs/help_dan.png);
}

    .help_dan:hover {
        background-image: url(../img/imgs/help_dan_h.png);
    }
/*操作记录*/
.history_note {
    background-image: url(../img/imgs/history_note.png);
}

    .history_note:hover {
        background-image: url(../img/imgs/history_note_h.png);
    }
/*待办*/
.waitting {
    background-image: url(../img/imgs/waitting.png);
}

    .waitting:hover {
        background-image: url(../img/imgs/waitting_h.png);
    }
/*调配历史记录*/
.diaopei_history {
    background-image: url(../img/imgs/diaopei_history.png);
}

    .diaopei_history:hover {
        background-image: url(../img/imgs/diaopei_history_h.png);
    }
/*分派*/
.fenpai {
    background-image: url(../img/imgs/fenpai.png);
}

    .fenpai:hover {
        background-image: url(../img/imgs/fenpai_h.png);
    }

/*基础数据list*/
.basedete_list {
    padding-left: 40px;
    padding-right: 40px;
}

    .basedete_list .table-responsive .bootstrap-table {
        padding-top: 30px;
    }

thead {
    background-color: #f6f7fb !important;
    color: #484849 !important;
    font-weight: normal !important;
}

thead, tr {
    border: #dcdcdc solid 1px !important;
}

    thead tr th {
        background-color: #E2F1FF !important;
    }

tr {
    color: #313e4b !important;
}

.tb_tiao_color {
    background-color: #f9f9f9;
}

.checkbox_margin {
    margin-left: 10px !important;
    width: 20px;
    height: 20px;
    background-color: #FFFFFF !important;
}
/*基础数据模态框*/
.modal-body {
    padding-top: 50px;
}

    .modal-body table {
        margin-bottom: 0;
    }

.modal_body tr > td:nth-of-type(1) {
    width: 20%;
    text-align: right !important;
    background-color: #F6F9FF;
}

.red {
    color: red;
}

.yellow {
    background-color: #FEFFF1;
}

.td_input {
    border: none;
    background-color: transparent;
    width: 100%;
    text-align: center;
    text-decoration: underline;
}
/*sunny 2017.9.5*/
.td_input_re {
    width: 100% !important;
    text-align: center !important;
}

#newAdd label {
    width: 15%;
    text-align: right;
}

.newAdd_div {
    margin-bottom: 10px;
}

.input_title {
    display: inline-block;
    width: 40%;
    height: 30px;
    line-height: 30px;
    margin-left: 3%;
    padding-left: 6px;
    font-size: 12px;
    background-color: #F6F9FF;
    color: #3EABFF;
}

#newAdd .input-width {
    display: inline-block;
    width: 40%;
}

.margin_10 {
    margin-left: 10%;
}

/*分页*/
/*.fenye{float: right; color: #667f87;}
.m_fenye{float: left;line-height: 40px;color: #667f87;}
.m_fenye select{border:none;margin-left: 10px;margin-right: 10px;}
.pagination_sunny{margin-top: 0px!important;margin-bottom: 0px!important;}
.pagination li a{color: #667f87;border: none!important;}
.pagination li a:hover{background-color: #FFFFFF!important;color: #0099ff!important;font-weight: bold;}*/

/*入库单新增*/
.modal {
    top: 5%;
}

.modal-content {
    border: none;
}

.modal-header {
    padding: 0;
}

.modal_title {
    height: 40px;
    padding: 10px;
    background-color: #575E6B;
    color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

    .modal_title button {
        color: white;
    }

.modal_back {
    height: 30px;
    padding: 5px;
    background-color: #F6F7FB;
    cursor: pointer;
}

    .modal_back span {
        margin-left: 3%;
    }

table td, table th {
    text-align: center !important;
    vertical-align: middle !important;
}

.yun_btn:hover, .yun_btn:active {
    background-color: #0099FF !important;
    background-image: -webkit-linear-gradient(top,#0099FF 0,#0099FF 100%) !important;
    color: white !important;
    border: 1px solid #0099FF;
    font-weight: 100 !important;
}

.input_width {
    width: 160px !important;
}

.td_width {
    width: 120px;
}

.td_width_100 {
    width: 100px;
}

.margin_15 {
    margin-left: 15px !important;
}

.margin_2 {
    margin-left: 2%;
}

.rukudan_icon {
    background-color: #f6f7fb;
    height: 45px;
    padding-left: 5px;
    padding-top: 5px;
}

    .rukudan_icon ul li {
        color: #667f87;
        cursor: pointer;
        float: left;
        line-height: 36px;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: 20px;
    }

        .rukudan_icon ul li span {
            font-weight: 700;
            font-size: 18px;
        }

        .rukudan_icon ul li:hover {
            color: #0099ff;
            background-color: #def2ff;
            border-radius: 5px;
        }

.rukudan_table tbody td:nth-of-type(2) {
    text-decoration: underline;
    width: 122px;
    background-image: url(../img/imgs/search.png);
}

    .rukudan_table tbody td:nth-of-type(2):hover {
        color: #0099ff;
        background-image: url(../img/imgs/search_h.png);
    }

    .rukudan_table tbody td:nth-of-type(2), .rukudan_table tbody td:nth-of-type(2):hover {
        background-position: 101px 15px;
        background-repeat: no-repeat;
    }

.input_width_80 {
    width: 80px !important;
    margin: 0 auto;
}

.input_width_120 {
    width: 120px !important;
}

.none {
    display: none;
}

.rukudan_div {
    position: relative;
    z-index: 99;
    background-color: inherit;
    padding-bottom: 5px;
}

.rukudan_keep .keep {
    height: 36px !important;
    border: none !important;
    background-color: #f6f7fb !important;
    font-size: 14px !important;
}

    .rukudan_keep .keep:hover {
        background-color: #def2ff !important;
        font-size: 14px !important;
    }

@media (max-width:1420px) {
    .input_width {
        width: 140px !important;
    }
}

@media (max-width:1320px) {
    .input_width {
        width: 120px !important;
    }
}

@media (max-width:1200px) {
    .input_width {
        width: 80px !important;
    }
}

/*入库单详情*/
.rukudan_details_div {
    margin-left: 40px;
    margin-top: 20px;
    background-color: #f9f9f9;
    position: relative;
    margin-right: 40px;
    margin-bottom: 15px;
    padding: 10px 25px 10px 25px
}

    .rukudan_details_div p {
        display: inline-block;
    }

    .rukudan_details_div span {
        line-height: 36px;
    }

/*售后架构编辑*/
.shjg_div {
    display: flex;
    padding: 10px;
    position: relative;
}

    .shjg_div section:nth-of-type(1) {
        position: relative;
        width: 240px;
        margin-right: 40px;
        border: 1px solid gainsboro;
        transition: all 0.5s linear;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: inline-block;
    }

.aside_div {
    max-height: 800px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.shjg_div section:nth-of-type(2) {
    width: 87%;
    flex-grow: 5;
    height: 700px;
    border: 1px solid gainsboro;
    display: inline-block;
}

.aside_ul a {
    display: inline-block;
    height: 100%;
    width: 100%;
    padding: 8px 15px;
}

.aside_ul_2 {
    position: relative;
    left: 5%;
}

.aside_ul_3 {
    position: relative;
    left: 10%;
}

.aside_a {
    border-bottom: 1px solid gainsboro;
    background-color: #f6f7fb;
}

.shjg_form {
    padding: 40px 0;
    margin: 0 auto;
}

    .shjg_form .form-inline {
        margin-bottom: 20px;
    }

        .shjg_form .form-inline input[type="text"] {
            width: 220px !important;
        }

    .shjg_form textarea {
        width: 45% !important;
    }

.shjg_label {
    width: 15%;
    text-align: right;
}

.shrink {
    display: flex;
    height: 50px;
    width: 20px;
    border: 1px solid gainsboro;
    cursor: pointer;
    border-left: none;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    right: -20px;
    top: calc(50% - 50px);
    transition: all 0.5s linear;
}

    .shrink .triangle-down {
        margin-right: 0;
        transform: rotate(90deg);
    }
/*倒三角样式*/
.triangle-down {
    width: 0;
    height: 0;
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid gray;
    /*margin-bottom: 2px;*/
    margin-right: 5px;
}

.triangle-right {
    width: 0;
    height: 0;
    display: inline-block;
    border-left: 6px solid gray;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    margin-right: 5px;
}

.rotate90 {
    transform: rotate(90deg);
}

.rotate_90 {
    transform: rotate(-90deg);
}
/*售后组织架构列表*/
.shjg_list_serch {
    display: flex;
}

    .shjg_list_serch section:nth-of-type(2) {
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
    }

.shjg_list .shjg_div section:nth-of-type(2) {
    border: none;
}

/*售后人员管理列表*/
.shrygl_list_div {
    display: flex;
    padding: 10px;
    position: relative;
}

    .shrygl_list_div section:nth-of-type(1) {
        position: relative;
        width: 240px;
        margin-right: 40px;
        border: 1px solid gainsboro;
        transition: all 0.5s linear;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: inline-block;
    }

    .shrygl_list_div section:nth-of-type(2) {
        width: 87%;
        flex-grow: 5;
        height: 700px;
        display: inline-block;
        /*border: 1px solid gainsboro;*/
    }

#shrygl_edit .form-inline, #shrygl_add .form-inline, #shrygl_check_edit .form-inline {
    margin-bottom: 20px;
}

#shrygl_edit input[type="text"], #shrygl_add input[type="text"], #shrygl_check_edit input[type="text"] {
    width: 30%;
}

#shrygl_edit textarea, #shrygl_add textarea, #shrygl_check_edit textarea {
    width: 84%;
}

#shrygl_edit .modal-dialog, #shrygl_add .modal-dialog, #shrygl_check_edit .modal-dialog, #shrygl_search_model .modal-dialog {
    width: 700px;
}

#shrygl_search_model form {
    margin-bottom: 15px;
}

    #shrygl_search_model form input {
        width: 20%;
    }

    #shrygl_search_model form label:nth-of-type(2) {
        width: 8%;
    }

.top10 {
    margin: 10px 0px 2px 0px;
}

/*盘点单入库*/
.pandiandan_modal_span {
    font-weight: 700;
    font-size: 15px;
    margin-left: 10px;
}
/*保修单——新增*/
.baoxiudan_div, .weixiudan_new_div, .xiezhudan_div_new {
    margin-top: 15px;
    margin-left: 40px;
    margin-right: 40px;
    border: 1px solid #dcdcdc;
    margin-bottom: 73px;
    height: 100%;
    padding-bottom: 60px;
    padding-top: 15px;
}

    .baoxiudan_div form, .weixiudan_new_div form, .xiezhudan_div_new form {
        width: 100%;
        height: auto;
    }

        .baoxiudan_div form input, .baoxiudan_div form select, .weixiudan_new_div form input, input[type="radio"], input[type="checkbox"] {
            margin: 4px 0 0;
            margin-top: 1px \9;
            line-height: normal;
        }

        , .weixiudan_new_div form select, .xiezhudan_div_new form select, .xiezhudan_div_new form input {
            height: 30px !important;
            line-break: 30px !important;
        }

        .baoxiudan_div form select, .weixiudan_new_div form select, .xiezhudan_div_new form select {
            padding-bottom: 0px !important;
            padding-top: 0px !important;
        }

        .baoxiudan_div form input, .baoxiudan_div form select, .baoxiudan_div form textarea, .weixiudan_new_div form input, .weixiudan_new_div form select, .weixiudan_new_div form textarea, .xiezhudan_div_new form textarea {
            border-radius: 0px !important;
        }

    .baoxiudan_div .form-inline, .weixiudan_new_div .form-inline, .xiezhudan_div_new {
        margin-bottom: 20px;
    }
/*.baoxiudan_div select{width: 200px!important;}*/
@media (min-width: 768px) {
    .baoxiudan_modal {
        width: 800px;
        height: auto;
    }

    .baoxiudan_jixing {
        width: 196px !important;
    }
}

.baoxiudan_div_new textarea {
    width: 50% !important;
}

.baoxiudan_input_btn button {
    height: 30px !important;
    border-radius: 0 !important;
    border-left: none !important;
}

.madal_shop {
    padding-bottom: 10px !important;
}

.table_shop_list_modal {
    height: 200px;
    margin-top: 15px;
}

    .table_shop_list_modal tr td {
        height: 25px !important;
    }

.modal_shop_list_modal {
    height: 300px;
    overflow-y: scroll;
}
/*报修单列表*/
.czjl_table tbody tr td:first-child {
    margin: 0 auto !important;
    vertical-align: middle;
}

.modal_shop_list_modal .basedete_list {
    padding: 0 !important;
    margin-top: 15px;
}

.shop_list_feye .fixed-table-pagination .pagination a {
    padding: 0 12px !important;
    line-height: 25px !important;
}

.btn_blue, .btn_blue:hover {
    background: #0099ff !important;
    border: none !important;
    color: #FFFFFF !important;
}
/*bootstrap-table样式修改*/
/*.fixed-table-pagination{
	display: flex;
	justify-content: flex-end;
}
.fixed-table-pagination .pagination-info{
	display: none !important;
}
.pagination-detail{
	margin-right: 15px;
}
 .pagination .page-pre a, .pagination .page-next a{
 	font-size: 25px;
 	padding: 0 12px;
 }
.fixed-table-pagination .pagination a{
	line-height: 1;
}
.pagination>.active>a, .pagination>.active>a:focus, 
.pagination>.active>a:hover, .pagination>.active>span, 
.pagination>.active>span:focus, .pagination>.active>span:hover
{
	color: #0099ff !important;
	font-weight: 700;
	font-size: 16px;
    cursor: pointer;
    background-color: transparent; 
    border: none; 
}
.page-list .btn{
	line-height: 1 !important;
	}
.page-list{color: #667f87!important;}
.page-list button{background: none!important;border: none!important;outline: hidden!important;}
.page-list ul{width: 52px!important;min-width: 52px!important;border: 1px solid  #0099ff !important;border-radius: 0!important;}
.page-list ul li a:hover{background: none!important;color: #0099ff!important;}
.page-list ul .active a{background: none!important;color: #0099ff!important;}*/
/*维修单新增*/
.form_map {
    display: inline-block;
    border: none !important;
}
/*协助单*/
.xiezhudan_div textarea {
    width: 40% !important;
}
/*组织架构对应关系*/
.duiyingrelation_zhuangtai {
    margin-top: 5px;
}

.cangku_manage_edit_select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-right: 0px !important;
    margin-left: 0px !important;
}
/*仓库管理*/
#cangku_manage_new_form .input-width {
    display: inline-block;
    width: 35%;
}

#cangku_manage_new_form label {
    display: inline-block;
    width: 19%;
    text-align: right;
}
/*设置弹窗*/
#show {
    display: none;
    position: absolute;
    top: 50px;
    right: 0px;
    width: 100px;
    height: auto;
    /*padding:15px 15px 15px 30px;*/
    border: none;
    background: url(../img/imgs/triangle.png) 50% 0% no-repeat;
    /*background-image: url(../img/imgs/triangle.png); */
    /*background-position:left top;
 	background-repeat: no-repeat;*/
    z-index: 1002;
    overflow: auto;
}

    #show .list_admin {
        width: 100%;
        background-color: #414959;
        height: auto;
        margin-top: 12px;
        box-shadow: 3px 3px 3px #000;
    }

        #show .list_admin li {
            height: 45px;
            padding-left: 35px;
            line-height: 45px;
        }

    #show .triangle {
        display: block;
        background: url(../img/imgs/triangle.png) 50% -31% no-repeat;
        width: 14px;
        height: 12px;
        z-index: 2999;
        position: relative;
        top: -12px;
        left: 35%;
    }

    #show li {
        list-style: none;
    }

        #show li a {
            text-decoration: none;
            color: #bdbdbd;
        }

            #show li a:hover {
                color: #5099dd;
            }
/*待办消息*/
.ling > i {
    color: #FFFFFF;
    background-color: #f56701;
    position: relative;
    top: 13px;
    right: 15px;
    border-radius: 50%;
    display: block;
    width: 17px;
    height: 17px;
    line-height: 17px;
    z-index: 999;
    text-align: center;
}
/*系统配置*/
#set_modal .form-inline, #set_modal_add .form-inline, #set_modal_check_edit .form-inline {
    margin-bottom: 20px;
}

#set_modal input[type="text"], #set_modal_add input[type="text"], #set_modal_check_edit input[type="text"] {
    width: 30%;
}

#set_modal_edit textarea, #set_modal_add textarea, #set_modal_check_edit textarea {
    width: 84%;
}

#set_modal .modal-dialog, #set_modal_add .modal-dialog, #set_modal_check_edit .modal-dialog, #set_modal_search_model .modal-dialog {
    width: 700px;
}

#set_modal_search_model form {
    margin-bottom: 15px;
}

    #set_modal_search_model form input {
        width: 20%;
    }

    #set_modal_search_model form label:nth-of-type(2) {
        width: 8%;
    }

.input_width_40 {
    width: 80px !important;
}
/*#layui-frame .layui-tab-item{overflow:auto!important;}*/
.fixed-table-container table {
    overflow-x: auto !important;
}

.bootstrap-table table, .fixed-table-body {
    overflow: auto !important;
}

.btn-default {
    text-shadow: none !important;
}
/*2017-9-8 sunny*/

.more_span {
    display: inline-block;
    min-width: 200px;
    word-break: break-word;
    height: auto;
}
/*2017-10-16*/
.lable_modal {
    margin-top: 5px;
}

.checkbox_modal {
    padding-top: 8px;
}
/*2017-10-25 sunny*/
.input_width_100 {
    width: 100% !important;
}

.zi_duan {
    line-height: 30px;
    width: 25%;
    display: inline-block;
    text-align: right;
}

.input_last {
    display: inline-block;
}
/*2017-11-13 sunny 新增home页*/
.body_bg_color {
    background-color: #f6f7fb;
    padding: 15px 15px 0 15px;
}

a {
    cursor: pointer;
}
/*home——图表*/
.home {
    background-color: #FFFFFF;
    box-shadow: inset 0px -1px 1px #bebebe;
    overflow: hidden;
}

.home_content_char {
    height: 450px; /*width: 25%;*/
    width: 100%;
    display: inline-block;
}

    .home_content_char:before {
        content: "";
        display: table;
    }

.bule_shuTiao {
    margin: 10px;
    border-left: 3px solid #21abff;
    padding-left: 5px;
}

.left_num, .right_num {
    display: inline-block;
    width: 49%;
    text-align: center;
    margin-bottom: 20px;
}

    .left_num, .right_num div {
        line-height: 24px;
    }

.font_Orange {
    color: #ff5a00;
}

.font_l_blue {
    color: #21abff;
}

.font_yellow {
    color: #5c5c5c;
}

.font_green {
    color: #0DB266;
}

.font_size_16 {
    font-size: 18px;
    font-weight: 900;
}

.line_border {
    border-bottom: 1px solid #dcdcdc;
    margin: 0px 10px;
}

.top_char {
    height: auto;
    overflow: hidden;
}

.char {
    height: auto;
    overflow: hidden;
}

/*home——地图*/
.margin_left_15 {
    margin-left: 15px;
}

.margin_left_10 {
    margin-left: 10px;
}

.home_map {
    height: 450px;
    width: calc(100% - 20px);
    display: inline-block;
}

.detail_search {
    float: right;
}

.map_content {
    width: 100%;
    height: auto;
}

/*home——待办*/
.home_wait_list {
    height: 400px;
    width: calc(100% - 20px);
    display: inline-block;
}

.wait_list_content {
    margin: 0px 10px 10px 10px;
}

    .wait_list_content table th {
        background-color: #f0fbff;
    }

.font_red {
    color: red;
}

/*home——常用操作*/
.use_icon_home {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.use_icon_home {
    background-image: url(../img/icon/set.png);
}

    .use_icon_home:hover {
        background-image: url(../img/icon/set_h.png);
    }

.home_use { /*width: 65.9%;*/
    width: 100%;
    height: 300px;
    display: inline-block;
}

.use_content {
    margin: 0px 10px 10px 10px;
}

    .use_content ul li {
        width: calc(32.5% - (15px * 2) );
        height: 40px;
        background-color: #f5f5f6;
        margin: 15px;
        text-align: center;
        line-height: 40px;
        display: inline-block;
    }

/*home——消息*/
.home_massage {
    width: calc(100% - 20px);
    height: 300px;
    display: inline-block;
}

.massage_list ul {
    display: block;
    margin: 0px 10px 10px 10px;
}

    .massage_list ul li {
        border-bottom: 1px dashed #DCDCDC;
        line-height: 30px;
    }

        .massage_list ul li i {
            background-color: #ff5a00;
            color: #FFFFFF;
            padding: 1px;
            line-height: 10px;
            font-size: 12px;
            margin-left: 5px;
            border-radius: 3px;
        }

.margin_right_left_0 {
    margin-right: 0px;
    margin-left: 0px;
}

.padding_left_right_0 {
    padding-left: 0px;
    padding-right: 0px;
}

.padding_left_right_20 {
    padding-left: 20px;
    padding-right: 0px;
}

.margin_left_20 {
    margin-left: 20px;
}
/*17-11-16 sunny 鼠标手型——table tr
*/
table tr {
    cursor: pointer;
}

.tabs_yun li .layui-icon:hover {
    background-color: #f56701 !important;
    border-radius: 50% !important;
}

.map_btn_size {
    width: 25px;
    height: 25px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border: none;
    background-color: #FFFFFF;
    background-size: 60%;
}

.map_btn_size_small {
    background-image: url(../img/icon/narrow.png) !important;
}

.map_btn_size_big {
    background-image: url(../img/icon/enlarge.png);
}






/*左侧树*/
.left_tree, .left_jstree {
    width: 30%;
    float: left;
}



    .left_jstree .jstree-default .jstree-clicked {
        background: #beebff !important;
    }

    .left_jstree .jstree-clicked {
        background: #beebff !important;
    }

.content_form_right {
    float: left;
    width: 69%;
}

.width_100 {
    width: 100% !important;
}

.input_select {
    min-height: 28px;
    height: auto !important;
}

.form_input_select {
    position: relative;
}

    .form_input_select .input_select {
        position: absolute !important;
        width: 100%;
    }

        .form_input_select .input_select ul {
            margin: 0;
            padding: 0;
        }

            .form_input_select .input_select ul li {
                display: inline-block;
                padding-right: 10px;
                margin: 0;
            }

    .form_input_select .select_drop_down {
        position: relative;
        width: 100%;
        padding: 0 15px 15px 15px;
    }


        .form_input_select .select_drop_down .shop_searh {
            top: 13px !important;
            right: 15px !important;
        }

.select_drop_down {
    display: none;
}

/*表单*/
.content_form {
    padding: 20px 48px;
    width: 60%;
}

.content_form_1 {
    padding: 20px 48px;
    width: 100%;
}

.form_input {
    margin-bottom: 20px;
    display: inline-block;
}

    .form_input input {
        width: 100%;
    }

    .form_input select, .form_input textarea {
        width: 100%;
    }

    .form_input textarea {
        min-height: 120px;
    }

.textarea_height_110 textarea {
    min-height: 105px;
}

.form_input {
    width: calc(49%);
    vertical-align: top;
}

    .form_input:nth-child(odd) {
        padding-right: 65px;
    }

    .form_input:nth-child(even) {
        padding-left: 65px;
    }

.last_upload .form_input {
    width: 100%;
}

@media only screen and (max-width: 1440px) {
    .form_input {
        width: calc(49%);
        vertical-align: top;
    }

        .form_input:nth-child(odd) {
            padding-right: 35px;
        }

        .form_input:nth-child(even) {
            padding-left: 35px;
        }

    .input_text_label {
        position: absolute;
        padding: 3px 12px;
        top: 24px;
        left: 35px !important;
    }

    .upload_label .textfield {
        width: 70% !important;
    }
}

.form_input .input_list {
    position: absolute;
    top: 54px;
    z-index: 99;
    background-color: #FFFFFF;
}

    .form_input .input_list ul li {
        padding: 0px 12px;
        line-height: 30px; /*font-size: 1rem;*/
    }

        .form_input .input_list ul li:hover {
            background-color: #F2F2F2;
        }

.form_input .input_list {
    position: absolute;
    top: 54px;
    z-index: 99;
    background-color: #FFFFFF;
}

input[readonly="readonly"], textarea[readonly="readonly"] {
    background-color: #f1f1f1;
}
/*.must_tip{display: block;color: red;position: absolute;padding-top: 3px;}*/
.form_input .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.form_input .bootstrap-select button {
    padding: 3px 12px !important;
}

.search_k .bootstrap-select button {
    padding: 4px 12px !important;
}

.btn_h {
    width: 80px;
    border-radius: 20px;
    margin-top: 10px;
}

.btn_blue_b {
    background-color: #00C1DE;
    border: 1px solid #00C1DE;
}

.btn_blue_w {
    background-color: #FFFFFF;
    color: #333333 !important;
    border: 1px solid #DDDDDD;
}

    .btn_blue_w .no {
        color: #333333;
    }

.margin_top_20 {
    margin-top: 20px;
}

.btn_h {
    position: relative;
}

.yes, .no {
    text-align: center;
    width: 46%;
    vertical-align: middle;
    line-height: 30px;
    color: #FFFFFF;
}

.btn_h span {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    cursor: pointer;
}

.btn_h .ring {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: 5px;
}

.btn_h .ring_yes {
    left: 8px;
    background-color: #CFCFCF;
}

.btn_h .ring_no {
    right: 8px;
    background-color: #FFFFFF;
}

.red_font {
    color: red;
}

.red_tip {
    color: red;
    position: absolute;
    left: -11px;
}

    .red_tip i {
        position: absolute;
    }

a, b {
    cursor: pointer;
}
/*调整switch样式开始*/
.layui-form-switch {
    width: 60px;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
}

    .layui-form-switch i {
        top: 50%;
        transform: translateY(-50%);
        width: 16px;
        height: 16px;
        border-radius: 8px;
    }

    .layui-form-switch em {
        top: -1px;
    }
/*调整switch样式结束*/




#cangku_manage_new_form label {
    display: block;
    width: 30%;
    text-align: left;
}

#cangku_manage_new_form .input-width {
    display: block;
    width: 96%;
}

.layui-input-block-pp {
    margin-left: 0px !important;
    /* min-height: 36px; */
}

/*代码列表页面弹窗样式-开始*/
.daima_from label {
    display: block;
    width: 19%;
    text-align: left;
}

.daima_from .input-width {
    display: block;
    width: 96%;
}

.daima_from {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.form-top {
    display: flex;
}

    .form-top .from-item2 {
        margin-left: 20px;
    }

.from-item1 {
    width: 47%;
}

.from-item2 {
    width: 47%;
}

.from-item3 {
    width: 45%;
}

    .from-item3 select {
        width: 100% !important;
    }

#Table1 tr {
    height: 40px;
}

#Table2 tr {
    height: 40px;
}

.daima-icon {
    cursor: pointer;
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto;
}

.daimatip {
    width: 180px;
    height: 30px;
    border: none;
    border: 1px solid #dcdcdc;
    text-indent: 1em;
}

.daimaAdd {
    width: 80px;
    height: 30px;
    border: 1px solid #ccc;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}

.daima-import {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .daima-import .input-width2 {
        width: 75%;
    }

.daima-import-item {
    display: block;
    width: 20%;
    background: #0099FF;
    text-align: center;
    color: #fff;
    margin-left: 1%;
    cursor: pointer;
    position: relative;
    padding: 3px 12px;
    line-height: 25px;
}

.input-width3 {
    text-align: center;
    color: #0099FF;
    font-weight: 600;
    border: 2px solid #0099FF;
    margin-top: 10px;
    cursor: pointer;
}

.daima-delete-tip {
    font-size: 20px;
    text-align: center;
    padding: 5%;
}

.daima_from .input-width4 {
    width: 20% !important;
    margin: 0 auto;
    text-align: center;
    font-weight: 600;
    color: #fff;
    background-color: #0099FF;
    cursor: pointer;
}

.imports {
    position: absolute;
    top: 3px;
    left: 0px;
    height: 30px;
    opacity: 0;
    width: 100%;
    cursor: pointer;
}
/*代码列表页面弹窗样式-结束*/

/*区域列表开始*/
.area-content {
    display: flex;
    padding: 30px 10px 10px 10px;
}

.area-aside {
    width: 560px;
    border-right: 1px solid #ccc;
    padding: 20px 40px 10px 30px;
}

.area-main {
    width: 75%;
    /*border: 1px solid red;*/
    padding: 50px;
}

.area-list-input {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    width: 60%;
}

    .area-list-input label {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: 400;
    }


    .area-list-input select {
        height: 30px;
        padding: 0 5px;
        border: 1px solid #ccc;
    }

    .area-list-input input {
        height: 30px;
        padding: 0 5px;
        border: 1px solid #ccc;
    }

    .area-list-input textarea {
        height: 90px;
        padding: 5px;
        border: 1px solid #ccc;
    }

.area-disable {
    width: 80px;
    border-radius: 20px;
    margin-top: 10px;
    background-color: #00C1DE;
    border: 1px solid #00C1DE;
}

.area-disable-yes {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    cursor: pointer;
    text-align: center;
    width: 46%;
    vertical-align: middle;
    line-height: 30px;
    color: #FFFFFF;
}

.area-disable-no {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    cursor: pointer;
    text-align: center;
    width: 46%;
    vertical-align: middle;
    line-height: 30px;
    color: #FFFFFF;
}

.area-disable-sapn {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    right: 8px;
    background-color: #FFFFFF;
}


.cancel_X .father:after {
    content: "\2716";
    width: 20px;
    height: 20px;
    color: #00C1DE;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    float: right;
    cursor: pointer;
    position: relative;
    top: -23px;
    margin-right: 5px;
}

.border {
    border: 1px solid #ddd;
}

.add_td a.btn.font-color-grey.secha_new2 {
    margin-top: 10px;
    border: 1px solid #ddd;
}



/*区域列表结束*/

/*数据权限模块*/
.modal-body1 {
    padding: 20px;
}

.shujuquanxian_from {
    position: relative;
    height: 350px;
    overflow-y: scroll;
}

.shujuquanxian {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
/*机型*/
.select_con #plugin_jstree_search_model {
    position: static;
}

#plugin_jstree_search_model {
    position: relative;
    top: -12px;
    padding: 0 5px;
}
/*品牌*/
.select_con #plugin_jstree_search_brand {
    position: static;
}

#plugin_jstree_search_brand {
    position: relative;
    top: -12px;
    padding: 0 5px;
}

.form_input input {
    width: 100%;
}

.search_k input, select, textarea, .form_input input {
    border: 1px solid #DDDDDD;
    height: 28px;
}

.select_con .shop_searh {
    right: 20px;
    top: 22px;
}

/*.shop_searh, .shop_searh_td {
    width: 28px;
    height: 28px;
    background-image: url(../img/icon/search.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 8px;
    right: 20px;
    cursor: pointer;
}
*/
a, b {
    cursor: pointer;
}

.X:after {
    content: "\2716";
    width: 20px;
    height: 20px;
    color: #999999;
    margin-left: 10px;
}


.form_input input {
    width: 100%;
}

.select_con .shop_searh {
    right: 20px;
    top: 22px;
}

.shujuquanxian-content1 {
    position: absolute;
    z-index: 999;
    background-color: #FFFFFF;
    padding: 20px;
    display: none;
    border: 1px solid #aaa;
    width: 600px;
    border-top: 0;
    box-sizing: border-box;
    overflow-y: scroll;
    height: 500px;
}

    .shujuquanxian-content1 .jstree_select ul {
        padding-left: 0;
        padding-top: 0;
    }

        .shujuquanxian-content1 .jstree_select ul li {
            float: none;
        }

.queryArea {
    display: inline-block;
    position: relative;
}

.areaLable {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.areaDiv {
    margin-left: 60px;
}

#plugin_jstree_search {
    position: relative;
    top: -12px;
    padding: 5px 5px;
    width: 100%;
    border: 1px solid #aaa;
}

.shujuquanxian-content {
    position: absolute;
    z-index: 999;
    background-color: #FFFFFF;
    padding: 20px;
    display: none;
    border: 1px solid #aaa;
    width: 95%;
    border-top: 0;
}

.shujuquanxian-main {
    border: 1px solid #aaa !important;
    position: relative;
    padding: 5px 12px;
    min-height: 35px;
    height: auto !important;
}

.shujuquanxian-content .jstree {
    padding-left: 10px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 10px;
    border: 1px solid #ccc;
    /* border-top: 0; */
}

.dataRight:hover {
    background-image: url(../img/imgs/dataRight_h.png);
}

.dataRight {
    background-image: url(../img/imgs/dataRight.png);
}

.userRight:hover {
    background-image: url(../img/imgs/userRight_h.png);
}

.userRight {
    background-image: url(../img/imgs/userRight.png);
}

.home_state_list {
    height: 600px;
    width: calc(100% - 20px);
    display: inline-block;
}

select#ProductId, select#BrandIdSelect, input#selectparent {
    font-weight: 400;
    height: 30px;
    padding: 5px 10px;
    line-height: 1.5;
    border-radius: 3px;
    font-size: 12px;
}

.queryArea div#parent {
    margin-left: 75px;
}

select#ProductType {
    height: 41px;
    line-height: 41px;
}

select#IsDisable {
    font-weight: 400;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 12px;
}

div#language_chosen {
    font-weight: 400;
    font-size: 12px;
}
