﻿@charset "UTF-8";

body {
    /* font: 12px/1.5 'Microsoft YaHei','å®‹ä½“', Tahoma, Arial, sans-serif; */
    font: 13px/1.5 "Helvetica Neue", Helvetica, Arial,
        "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    color: #333;
}

/*清除浮动*/
.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
}

.ml_20 {
    margin-left: 20px;
}

/* 头部title开始 */
.filter_box {
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 3px 5px rgba(158, 158, 158, 0.5);
    -webkit-box-shadow: 0px 3px 5px rgba(158, 158, 158, 0.5);
    -moz-box-shadow: 0px 3px 5px rgba(158, 158, 158, 0.5);
    width: 320px;
    top: 0px;
    left: 64%;
    /* margin: 20px 0 20px 20px; */
    height: 94%;
    min-height: 100px;
    position: absolute;
    z-index: 4;
    border-radius: 5px;
    display: none;
    /* display: block; */
}

.box_title {
    border-radius: 5px;
    height: 22px;
    cursor: all-scroll;
    padding: 10px;
    font-size: 20px;
    /* font-weight: bold; */
    line-height: 14px;
    color: #333;
    background: rgba(255, 255, 255, 0.3);
    /* border-bottom: 1px solid rgba(200,200,200, 0.8); */
}

.btnClose {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 5px 10px 5px 0px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    color: #999;
    cursor: pointer;
    font-family: -webkit-body;
}

.btnClose:hover {
    color: #E2580B;
}

.close_bt_p {
    margin: 8px 3px 0 0
}

/* 头部title结束 */

/* 内容部分开始 */
.box_content {
    height: 97%;
}

.box_content .content_particulars {
    background: none;
    margin: 0;
    height: 100%;
    box-sizing: border-box;
}

.box_content .content_particulars li span.button {
    background-image: url(zTreeStandards.png);
}

.content_particulars li span.button.chk.checkbox_false_full_focus,
.content_particulars li span.button.chk.checkbox_true_full_focus {
    background-position: 0 -15px;
}

.box_content .content_particulars li span.button.ico_close,
.box_content .content_particulars li span.button.ico_open,
.box_content .content_particulars li span.button.ico_docu {
    display: none;
}

.box_content .content_particulars li ul {
    padding: 0 0 0 15px;
}

.box_content .content_particulars li a {
    width: 90%;
}

/* 内容部分结束 */

/* 菜单 */
.tab_title {
    width: 100%;
    /* margin: 15px 5px 15px 5px; */
    color: #ffffff;
    font-size: 14px;
    background-color: #fff;
}

.box_content #tabs {
    text-align: center;
    /* padding: 0px 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; */
}

.box_content #tabs li {
    /* margin-right: 10px; */
    cursor: pointer;
    border: solid;
    border-color: white;
    border-width: 0px 0px 3px 0px;
    float: left;
    width: 50%;
    padding: 5px 0px;
    background-color: rgba(255, 255, 255, 0.11);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.box_content #tabs li:last-child {
    margin-right: 0;
}

.box_content #tabs li.current {
    background-color: rgba(109, 109, 109, 0.22);
    border: solid;
    border-color: #409EFF;
    border-width: 0px 0px 3px 0px;
}

.box_content #tabs li a {
    color: #333;
}



#menu_content_box {
    height: 94%;
}

.menu_table {
    height: 100%;
}

.farther {
    /* padding:0 0 0 10px;  */
    height: 100%;
    /* overflow-x: hidden;
    overflow-y: auto; */
}

.body_origin_filter,
.body_originOther_filter {
    height: 99%;
    overflow: auto;
}

.body_origin_filter ul.ztree,
.body_originOther_filter ul.ztree {
    /* height: 99%; */
    height: 94%;
    /* background: rgba(255, 255, 255, 0.81); */
    box-sizing: border-box;
}

.body_origin_filter ul.ztree {
    height: 91%;
    overflow: auto;
}

.menu_table div.rMenu {
    position: fixed;
    background-color: #fff;
    color: #333;
    border-radius: 2px;
    font-size: 12px;
    box-shadow: 0 2px 4px rgba(32, 60, 94, .3);
    -webkit-box-shadow: 0 2px 4px rgba(32, 60, 94, .3);
    -moz-box-shadow: 0 2px 4px rgba(32, 60, 94, .3);
}

.menu_table div.rMenu ul li {
    background-color: #fff;
}

.menu_table div.rMenu ul li:hover {
    background-color: #a4b4c7;
    color: #fff;
}












.class-1 ul {
    margin-left: 20px;
}

.farther li {
    line-height: 30px;
    color: #333;
    cursor: pointer;
    list-style: none;
    font-size: 12px;
}

.farther input {
    margin-right: 4px;
    vertical-align: middle;
}

.suofa {
    width: 20px;
    height: 10px;

    cursor: pointer;
}

button.ping {
    background: url(../../images/filter/st_icon.png) 10px 0;
    background-repeat: no-repeat;
}

button.zhan {
    background: url(../../images/filter/st_icon_open.png) 10px 0;
    background-repeat: no-repeat;
}

.class-2,
.class-3,
.class-4 {
    display: none;
}


.class-1 p {
    font-size: 12px;
    height: 26px;
    line-height: 26px;
}

.class-2 p {
    margin-left: 20px;
}

.class-3 p {
    margin-left: 40px;
}

.class-4 p {
    margin-left: 80px;
}

.class-1 p:hover {
    background-color: rgba(166, 194, 255, 0.7);
}

/* .st_tree .hover{
	background-color:rgba(166,194,255, 0.7);
} */
.shezhi {
    display: inline-block;
    float: right;
}

.shezhi_btn {
    display: inline-block;
    width: 26px;
    height: 26px;

}

.sbtn {
    background: red;
}



/* 底部按钮开始 */
.footr_box {
    height: auto;
    width: 100%;
    position: absolute;
    bottom: 0;
    border-radius: 0 0 5px 5px;
    border-top: 1px solid rgba(200, 200, 200, 0.8);
    background: rgba(255, 255, 255, 1);
    /* padding-bottom: 20px; */
    -webkit-padding-bottom: 20px;
    -moz-padding-bottom: 20px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.box_options {
    /*   height: 30px; */
    padding: 10px;
}

.box_options input {
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    color: #0c92f3;
    font-size: 12px;
    cursor: pointer;
}

.daochu {
    padding: 0 40px;
}

.box_btn_op {
    padding: 0 25px 10px;
}

.box_btn_op input {
    color: #444;
    border: 1px solid #d0d0d0;
    padding: 4px 25px;
    font-size: 12px;
    background-image: -moz-linear-gradient(#ededed, #e1e1e1);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e1e1e1), to(#ededed));
    background-image: -webkit-linear-gradient(#ededed, #e1e1e1);
    background-image: -o-linear-gradient(#ededed, #e1e1e1);
    text-shadow: 1px 1px 1px #fff;
    background-color: #e1e1e1;
    border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: inset 0px 0px 2px #fff;
    -o-box-shadow: inset 0px 0px 2px #fff;
    -webkit-box-shadow: inset 0px 0px 2px #fff;
    -moz-box-shadow: inset 0px 0px 2px #fff;
    line-height: initial;
    cursor: pointer;
}

.box_btn_op input:hover {
    background: #0c92f3 !important;
    text-shadow: none;
    color: #fff;
    border-color: #269abc;
}

/* 底部按钮结束 */


/* 滚动条 */
.content_particulars::-webkit-scrollbar,
.scroll_bar::-webkit-scrollbar {
    width: 6px;
    padding: 12px
}

.content_particulars::-webkit-scrollbar-track,
.scroll_bar::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0px;
}

.content_particulars::-webkit-scrollbar-thumb,
.scroll_bar::-webkit-scrollbar-thumb {
    background: rgb(212, 212, 212);
    border-radius: 5px;
    height: 80px;
}

/* 滚动条 */

/* 高级选项 */

.sidebar_advanced {
    position: relative;
    display: none;
}

.screen_box {
    width: 80%;
    margin: 20px auto;
}

.screen_box p {
    margin-bottom: 20px;
}

.screen_box p span {
    width: 18%;
    display: inline-block;
    font-size: 14px;
}

.screen_box p .select {
    width: 80%;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
}

#advanced_btn {}

input.top_img {
    padding-left: 20px;
    background: url(../../images/filter/top.png) 0 4px;
    background-repeat: no-repeat;
}

input.bottom_img {
    padding-left: 20px;
    background: url(../../images/filter/botom.png) 0 4px;
    background-repeat: no-repeat;
}

/* 导出明细 */
.excel_box,
.property_box {
    width: 300px;
    padding-bottom: 20px;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 1);
    z-index: 9999;
    box-shadow: 0px 3px 5px rgba(158, 158, 158, 0.5);
    -webkit-box-shadow: 0px 3px 5px rgba(158, 158, 158, 0.5);
    -moz-box-shadow: 0px 3px 5px rgba(158, 158, 158, 0.5);
    display: none;
}

.excel_box,
.property_box {
    /* display: block; */
    width: 500px;
}

.property_box {
    display: block;
}

.headline {
    margin-bottom: 5px;
}

.headline select {
    width: 28%;
    height: 24px;
    line-height: 24px;
    cursor: pointer;
    outline: none;
}

.menu_box {
    padding: 10px 20px 10px;
    box-sizing: border-box;
    font-size: 14px;
    background: #f7f7f7;
}

.option_Inbox {
    height: 240px;
}

.option_Inbox .fl {
    border-top: 1px solid;
    border-left: 1px solid;
}

.option_Inbox .fr {}

.option_Inbox .fl,
.option_Inbox .fr {
    width: 50%;
    height: 100%;
    padding-left: 10px;
    box-sizing: border-box;
}

.option_cuntent {
    height: 88%;
    overflow-x: hidden;
    overflow-y: auto;
}

.option_Inbox p {
    cursor: pointer;
}

.excel_box .box_btn_op {
    margin-top: 20px;
}


/* 明细属性 */
.property_Inbox {
    padding: 20px;
}

.property_Inbox td {
    display: block;
    float: left;
}

.property_Inbox .property_zhi {
    width: 40%;

}

.property_Inbox .property_zhi select {
    width: 100%;
    height: 240px;
    overflow-x: hidden;
    overflow-y: auto;
}

.property_Inbox .property_btn {
    width: 20%;
    text-align: center;
}

.property_btn input,
.property_btn button {
    border: 1px solid silver;
    width: 66px;
    height: 26px;
    line-height: 26px;
}

.property_btn input:hover,
.property_btn button:hover {
    background: #ddd;
    border: 1px solid #a6a6a6;
}

.m-screenBom {
    width: 300px;
    height: 200px;
    position: absolute;
    top: 40%;
    left: 50%;
    display: none;
    transform: translate(-50%, -50%);
    /* border:1px solid #a9a9a9; */
    border-radius: 3px;
    background: #fff;
    z-index: 99999;
}

.m-screenBom .m-screenBom-title span {
    font-size: 12px;
    font-weight: 600;
}

.m-screenBom-table {
    padding-top: 10px;
}

.m-screenBom-table td #m-srceenValue,
.m-srceenVal {
    height: 20px;
    line-height: 20px;
}

.m-screenBom .m-screenBom-table table {
    width: 100%;
    height: 160px;
}

.m-screenBom .m-screenBom-table table tbody {
    position: relative;
}

.m-screenBom .m-screenBom-table tr {
    width: 100%;
    height: 30px;
    line-height: 30px;
}

.m-screenBom .m-screenBom-table .bottom_ps {
    position: absolute;
    bottom: 0px;
    height: inherit;
    line-height: inherit;
}

.bottom_ps td {
    display: block;
    border-top: 1px solid #DADEE5;
    padding: 8px 20px;
    text-align: center;
    background-color: #f6f6f6;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

td.text-index {
    /* 	vertical-align: bottom;	 */
}

.text-index {
    text-indent: 20px;
    font-size: 12px;
}

.-screen-cloBtn {
    cursor: pointer;
    color: #fff;
    float: right;
    height: 30px;
    width: 30px;
    padding-right: 10px;
    font-size: 25px;
}

.m-screen-cloBtn {
    float: right;
    height: 30px;
    width: 30px;
    font-size: 25px;
    color: #fff;
    cursor: pointer;
}

.m-screen-saveBen {
    color: #4f637b;
    padding: 0 12px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    cursor: pointer;
    vertical-align: middle;
}

.m-screen-saveBen:hover {
    background: #7289a5;
    color: #fff;
}

.m-screenBom-title {
    height: 30px;
    color: #fff;
    line-height: 30px;
    text-indent: 10px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    background: #7289a5;
}

.m-screenAttrDiv {
    position: relative;
    width: 110px;
    height: 22px;
    border: 1px solid #a9a9a9;
    margin-top: 10px;
    display: inline-block;
    float: left;
}

.m-screenAttrDiv:hover .m-screenUl {
    display: block;
}

.m-screenUl {
    position: absolute;
    display: none;
    top: 17px;
    left: -1px;
    width: 100%;
    background: #fff;
    list-style: none;
    border: 1px solid #a9a9a9;
    border-top: 1px solid #fff;
    z-index: 9;
}

.m-screenUl li {
    width: 90%;
    padding: 0 5%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.m-screenUl li:hover {
    cursor: pointer;
    background: #a6c2e1;
}

.m-screenUl li input {
    cursor: pointer;
}

.m-srceenVal {
    display: block;
    width: 90%;
    height: 100%;
    padding: 0 5%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

.xz_text {
    font-size: 12px;
    padding: 2px 4px;
    margin: 10px 0 0 5px;
}

.blue_btn {
    background: #3b8cff;
    color: #fff;
    border: 1px solid #3b8cff;
    cursor: pointer;
    outline-style: none;
}



/***********************碰撞检查********************************/
.crashCheck_box {
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 3px 5px rgba(158, 158, 158, 0.5);
    -webkit-box-shadow: 0px 3px 5px rgba(158, 158, 158, 0.5);
    -moz-box-shadow: 0px 3px 5px rgba(158, 158, 158, 0.5);
    width: 320px;
    top: 0px;
    left: 74%;
    height: 94%;
    position: absolute;
    z-index: 4;
    border-radius: 5px;
    display: none;
}

.box_content #crashCheck_tabs {
    text-align: center;
}

.box_content #crashCheck_tabs li {
    cursor: pointer;
    border: solid;
    border-color: white;
    border-width: 0px 0px 3px 0px;
    float: left;
    width: 50%;
    padding: 5px 0px;
    background-color: rgba(255, 255, 255, 0.11);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.box_content #crashCheck_tabs li:last-child {
    margin-right: 0;
}

.box_content #crashCheck_tabs li.current {
    background-color: rgba(109, 109, 109, 0.22);
    border: solid;
    border-color: #409EFF;
    border-width: 0px 0px 3px 0px;
}

.box_content #crashCheck_tabs li a {
    color: #333;
}
#menu_crashCheck_content_box {
    height: 94%;
}
#menu_crashCheck_content_box .menu_table .box {
    height: 45%;
    width: 94%;
    margin: auto;
    margin-top: 10px;
}

#menu_crashCheck_content_box .menu_table .box .tree {
    height: 90%;
    width: 100%;
    border-radius: 5px;
    overflow: auto;
    background-color: white;
}

#menu_crashCheck_content_box .menu_table .box .export {
    margin-top: 3px;
    width: 100%;
    height: 8%;
    border-radius: 5px;
    background-color: #409eff;
    cursor: pointer;
    text-align: center;
    line-height: 27px;
    color: white;
}

#menu_crashCheck_content_box .menu_table .box .export:hover,
#menu_crashCheck_content_box .menu_table .todo:hover {
    background: #66b1ff;
    border-color: #66b1ff;
    color: #fff;
}

#menu_crashCheck_content_box .menu_table .todo {
    width: 94%;
    height: 5%;
    border-radius: 5px;
    background-color: #409eff;
    cursor: pointer;
    text-align: center;
    line-height: 37px;
    color: white;
    margin: auto;
}

#menu_crashCheck_content_box .menu_table  .tree {
    height: 100%;
    width: 100%;
    border-radius: 5px;
    overflow: auto;
    background-color: white;
}
