﻿@charset "utf-8";
* { margin: 0; padding: 0; border: 0; outline: 0; background: transparent; list-style: none; }
/*box-sizing: border-box; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;*/

/*self-cst*/
html, body { width: 100%; height: 100%; /*overflow: hidden;*/ }

table { border-collapse: collapse; border-spacing: 0; }
ol, ul, li { list-style: none; }
image { border: none; }
img.img-view { max-width: 100%; max-height: 100%; }

.iconfont { font-size: 12px; }

/*clearfix*/
.clearfix:after { content: ''; display: table; clear: both; /*height: 0;  overflow:hidden;*/ }
.clearfix { *zoom: 1; }

/*flow*/
.left { float: left; }
.right { float: right; }
.inner { width: 100%; height: 100%; }
.flex { display: flex; }

/*package*/
.full { position: relative; width: 100%; height: 100%; }
.container { position: relative; width: 100%; }
.wrapper { position: relative; width: 1190px; margin: 0px auto; height: inherit; }
.wrapper-auto { width: auto; padding: 0 15px; }
.hidden { display: none; }
.overflow-hide { overflow: hidden; }
.block { display: block; }
.font-bold { font-weight: 600; }
.small, small { font-size: 85%; }
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { font-weight: 100; }
.h2, h2 { font-size: 24px; }
.h3, h3 { font-size: 18px; }
.h4, h4 { font-size: 14px; }

/*component*/
.dxm-mid { display: inline-block; padding: 9px 0 !important; line-height: 20px; margin-right: 10px; }
.dxm-switch { line-height: 46px; padding-left: 15px; }
.dxm-alert { display: flex; align-items: center; padding: 8px 15px; margin: 0; color: rgba(0,0,0,.85); font-variant: tabular-nums; line-height: 1.5715; list-style: none; font-feature-settings: "tnum"; position: relative; word-wrap: break-word; border-radius: 2px; box-sizing: border-box; }
.dxm-error { background-color: #fff2f0; border: 1px solid #ffccc7; }
.dxm-intro { padding: 0px 20px 0px 20px; }
.dxm-intro > .title { padding: 10px; font-size: 16px; font-weight: 700; }
.dxm-box { }
.dxm-box > .title { padding: 10px; font-size: 16px; font-weight: 700; }
.dxm-search { padding-top: 15px; }
.dxm-thumbnail { padding: 3px; border-radius: 3px; }
.dxm-tag { padding: 2px 5px; border-radius: 3px; }

/*form*/
.dxm-input { border: 1px solid #ccc; font-size: 12px; padding: 5px; line-height: 12px; }


/*table*/
.dxm-list-bar { display: flex; align-items: center; }
.dxm-list-bar .actions { margin-right: 15px; }
.dxm-list-bar .no-select { display: block; }
.dxm-list-bar .has-select { display: none; }

.dxm-list-bar .statices, .dxm-list-bar .item { padding-right: 15px; }
.dxm-list-bar .statices em { padding: 10px; font-weight: 700; font-style: normal; }

.dxm-list-bar a i.iconfont { padding-right: 5px; }
.dxm-list-bar .close { position: absolute; top: 0px; right: 0px; line-height: 30px; padding: 0px; border: none; }

.dxm-list-operate { padding: 0px 5px; }
.dxm-list-operate a { margin-right: 5px; padding: 3px 5px; }

/*dxm-area*/
.dxm-area { }
.dxm-area .dxm-area-wrapper { float: left; }
.dxm-area .dxm-area-1 { width: 99.5%; margin-right: 0.5%; }
.dxm-area .dxm-area-2 { width: 49.5%; margin-right: 0.5%; }
.dxm-area .dxm-area-3 { width: 33%; margin-right: 0.33%; }

/*layout*/
.dxm-pure { }
.dxm-body { width: 100%; height: 100%; overflow: hidden; }
.dxm-body .dxm-head { position: fixed; width: 100%; height: 46px; line-height: 46px; z-index: 1001; }
.dxm-body .dxm-side { position: fixed; top: 46px; width: 46px; height: 100%; transition: all .2s cubic-bezier(0,0,.2,1); z-index: 1002; }
.dxm-body .dxm-main { width: 100%; height: 100%; overflow: auto; padding-left: 46px; padding-top: 46px; background-color: #eef0f5; box-sizing: border-box; }
.dxm-body .dxm-side:hover { /*width: 240px;*/ }

.dxm-head { display: flex; overflow: hidden; }
.dxm-log,
.dxm-sp-h,
.dxm-menu-box,
.dxm-rbar { flex-shrink: 0; }
.dxm-log { }
.dxm-sp-h { width: 1px; }
.dxm-menu-box { flex: 1; width: 100%; min-width: 120px; }
.dxm-rbar { }

.dxm-log { width: 46px; text-align: center; }
.dxm-log img { width: 26px; }

.dxm-menu-box { }
.dxm-menu { width: 100%; height: 46px; overflow: auto; }
.dxm-menu dd { float: left; }
.dxm-menu a { display: inline; padding: 5px; border-radius: 2px; }

.dxm-rbar { display: flex; justify-content: flex-end; align-items: center; }
.dxm-rbar a { display: inline-block; line-height: 46px; padding: 0px 15px; }
.dxm-rbar dt { float: left; }

.dxm-nav { display: block; overflow-x: hidden; position: relative; height: calc(100% - 98px); overflow-y: auto; scrollbar-width: none; }
.dxm-nav ul li { display: block; padding-left: 15px; height: 40px; line-height: 40px; padding-left: 16px; }

/*page*/
.dxm-page { margin: 20px 20px 0 20px; }
.dxm-page > .head { margin: 16px 20px; }
.dxm-page > .content { padding: 20px 24px; }
.dxm-page > .foot { padding: 5px 15px; background: #fff; border: 1px solid #e7eaec; border-right: 0; border-left: 0; }
.dxm-page > .content > .title { margin-bottom: 25px; font-size: 16px; font-weight: 700; }

.dxm-pure .dxm-page { margin: 0px; padding: 0; }
.dxm-pure .dxm-page > .pure-content { padding-top: 0; }

.dxm-page-flex { display: flex; flex-flow: column nowrap; }
.dxm-page-flex .dxm-page-head { flex: 0 0 auto; }
.dxm-page-flex .dxm-page-content { flex: auto; overflow: hidden; }
.dxm-page-flex .dxm-page-content > .inner { width: 100%; height: 100%; overflow: auto; }
.dxm-page-flex .dxm-page-foot { flex: 0 0 auto; border-bottom: none; }

.dxm-page-flex .dxm-layout { flex: auto; display: flex; flex-flow: row nowrap; overflow: hidden; }
.dxm-page-flex .dxm-layout > .silde { width: 224px; flex: 0 0 auto; }
.dxm-page-flex .dxm-layout > .silde .flex-form .inline { min-width: unset; }


/*login*/
.dxm-login { width: 100%; display: flex; flex-direction: column; height: 100vh; overflow: auto; background: #f0f2f5 url(../images/login-bg.svg) no-repeat center 100px; justify-content: center; }
.dxm-login .box { width: 400px; padding: 35px; max-width: 80%; margin: -100px auto 0 auto; border: 1px solid #ebeef5; background-color: #fff; color: #303133; transition: .3s; box-shadow: 0 2px 12px 0 rgba(0,0,0,.1); border-radius: 4px; }
.dxm-login .box .title h3 { margin-bottom: 25px; font-weight: bold; font-size: 18px; color: #e6e6e6; }
.dxm-login .box .verify-code-input { width: 280px; }
.dxm-login .box .verify-code-img { width: 100px; margin-left: 20px; padding: 0px; border: none; cursor: pointer; }
.dxm-login .box .captcha-code { height: 34px; padding: 0 10px; vertical-align: middle; background: #fff; border: 1px solid #d7d8d9; box-shadow: none; border-radius: 2px; }
.dxm-login .box .login-btn { width: 100%; }

/*dxm-error*/
.dxm-exception { width: 100%; display: flex; flex-direction: column; height: 100vh; overflow: auto; background: #f0f2f5; justify-content: center; }
.dxm-exception .box { width: 500px; padding: 35px; max-width: 80%; margin: -100px auto 0 auto; border: 1px solid #ebeef5; background-color: #fff; color: #303133; transition: .3s; box-shadow: 0 2px 12px 0 rgba(0,0,0,.1); border-radius: 4px; }

input[name='layTableCheckbox'].checkdisabled { background: #ccc; }


/*price*/
.policy-container { }
.policy-container .policy-items { display: block; }
.policy-container .policy-items p { display: block; float: left; width: 33%; min-width: 200px; margin-bottom: 10px; }
.policy-container .policy-items p input { width: 80px; display: block; float: left }
.policy-container .policy-items p input[readonly='readonly'] { border: none; background: #f1f1f1; }
/*.policy-container .policy-items dl { display: block; border-bottom: 1px solid #d1d1d1; padding: 5px 0 5px 0; margin: 0 0 8px 0px; background: #f1f1f1; }
.policy-container .policy-items dl dt { float: left; padding: 0px 15px; line-height: 32px; height: 32px; }
.policy-container .policy-items dl dd { float: left; margin-right: 20px; }
.policy-container .policy-items dl input[readonly] { border:none; background-color:transparent}*/
.policy-container .policy-control { margin-top: 20px; }

/*graphic 540x560*/
.graphic-box { display: flex; flex-direction: row; align-items: stretch; width: 100%; height: 100%; }
.graphic-box .graphic-left { flex: 1; margin: 10px 0px 10px 10px; }
.graphic-box .graphic-right { flex: 1; margin: 10px 0px 10px 10px; }

.graphic-box .graphic-inner { display: flex; flex-direction: column; }
.graphic-box .graphic-inner .graphic-view { flex: 1; }
.graphic-box .dxm-search { padding: 15px 0px; }

#graphic-data, #graphic-aerial { position: relative; width: 100%; height: 100%; }
#graphic-data .part .shape { fill: #fff; stroke: #303133; }
#graphic-data .part .shape:hover { fill: #c5d7f3; }
#graphic-data .part .shape-select { fill: #c5d7f3; }


/*#graphic-aerial .part .shape { fill: #fff; stroke: #303133; }
#graphic-aerial .part .shape:hover { fill: #c5d7f3; }
#graphic-aerial .part .shape-select { fill: #c5d7f3; }*/

/*#graphic-data .part-check .shape { fill: #ffccc7; }*/


/*svg-design #1e1e1e ;*/
/*
    css fill 优先级高于 element,不建议全局配置 css
    .svg-design .svg-design-data a.part .shape { fill: #fff; stroke: #303133; }
    .svg-design .svg-design-data a.part:hover .shape { fill: #f0f2f5; }
    .svg-design .svg-design-data a.part-active .shape { fill: #f0f2f5; }
*/
.svg-design { position: relative; background: #f1f1f1; border: 1px solid #ccc; border-radius: 3px; }
.svg-design .svg-design-viewport { }
.svg-design .svg-design-workarea { border: 1px solid #fcfcfc; }
.svg-design .svg-design-data a.part { cursor: default }
.svg-design span.btn-icon { width: 14px; height: 14px; background: #ffccc7; }
.svg-design span.btn-revert { position: absolute; bottom: 0px; right: 0px; }
