common.css 35.2 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672
@charset 'utf-8';

/* reset样式 */
* { margin: 0;padding: 0;box-sizing: border-box;font-family: Microsoft YaHei,Tahoma,Helvetica,Arial,"\5b8b\4f53",sans-serif,iconfont;user-select: text;-webkit-user-select: text;-moz-user-select: text;-ms-user-select: text;-o-user-select: text;}
html, body { font: 12px/1 Microsoft YaHei, Arial, Helvetica,sans-serif; box-sizing: border-box; }
ul, li, ol { list-style: none; padding: 0; margin: 0; outline: none;}
a { color: rgba(0,0,0,.65); cursor: pointer; word-wrap: break-word; text-decoration: none; outline: none;}
input, textarea, label, a, span, div { font-family: Microsoft YaHei, Arial, Helvetica,sans-serif; }
input::-ms-clear{display: none;}
input::-ms-reveal{display: none;}

/* 公共类 */

.hide { display: none; }
.flex { display: flex; display: -webkit-flex; display: -ms-flexbox; }
.inline-flex {display: inline-flex;display: -webkit-inline-flex;display: -ms-inline-flexbox;}
.text-center { text-align: center;}
.link { color: #108ee9;}
.link:hover { text-decoration: underline;}
.wea-mm-has-error { color: #e74c3c}

/* 表单样式 */
.row { width: 100%;margin-bottom: 6px;color: #666;display: table;}
.row:after { content: " ";display: table;clear: both;}
.col-2   { width: 16.66666667%; }
.col-m-2 { width: 20%; }
.col-3   { width: 25%; }
.col-m-3 { width: 30%; }
.col-4   { width: 33.33333333%; }
.col-m-4 { width: 40%; }
.col-6   { width: 50%; }
.col-8   { width: 66.66666667%; }
.col-9   { width: 75%; }
.col-m-8 { width: 80%; }
.col-10  { width: 83.33333333%; }
.col-12  { width: 100%; }
.col, .col-2, .col-m-2, .col-m-3, .col-3, .col-4, .col-m-4, .col-6, .col-8, .col-m-8, .col-9, .col-10, .col-12 {font-size: 12px;color:#666;display: table-cell;vertical-align: middle;}
.col-12 { display: table-row; line-height: 1.6; }

.offset-2 {margin-left: 16.66666667%;}

.form-group { padding: 7px 3px 0; color: #666; position: relative;}
.form-control, .area-control { 
    display: block;
    width: 100%;
    height: 32px;
    padding: 6px 7px;
    font-size: 12px;
    line-height: 1.42857143;
    color: rgba(0,0,0,.65);
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    transition: all .3s;
    outline: none;
}
.area-control {
    height: 80px;
    resize: none;
}
.form-control.no-outline:hover,
.form-control.no-outline:focus {
    border-color: #d9d9d9;
    box-shadow: none;
}
.form-control:hover,
.form-control:focus,
.area-control:hover,
.area-control:focus {
    border-color: #49a9ee;
}
.form-control:focus,
.area-control:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgba(16,142,233,.2);
}
.form-control.required,
.area-control.required {
    border-color: #f02626;
}
.form-control.required:focus,
.area-control.required:focus {
    box-shadow: 0 0 0 2px rgba(240,38,38,.2);
}
.form-control-inline-btn{
	background-color: #108ee9;
    color: #fff;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: 2px;
    top: 4px;
    padding: 0px 10px;
    cursor: pointer;
    border-radius: 3px;
}
.form-upload-icon:after {
    content: "\e6be";
    font-style: normal;
    font-family: "iconfont";
}
.form-zip-upload {
    display: inline-block;
}
.form-zip-upload .form-upload-wrapper {
    position: relative;
    display: inline-block;
    padding: 8px 15px;
    color: #000;
    background-color: transparent;
    border-radius: 2px;
    border: 1px solid #d9d9d9;
}
.form-upload-tip {
    padding: 12px 0px 0;
    font-size: 12px;
}
.form-upload-tip:before {
    content: "\e846";
    display: inline-block;
    vertical-align: middle;
    font-family: "iconfont";
    color: rgb(45, 183, 245);
    font-size: 15px;
}
.form-zip-upload .download-link {
    color: #108EE9;
    text-decoration: underline;
}
.form-zip-upload .file-name {
    display: none;
    line-height: 24px;
    padding-left: 3px;
}
.form-zip-upload .file-name:before {
    content: "\e600";
    font-family: iconfont;
    line-height: 24px;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 4px;
}
.form-file-upload {
    position: relative;
    width: 90px;
    height: 90px;
    background: #fbfbfb;
    border: 1px dashed #d9d9d9;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
}
.form-file-upload:before {
    content: "\ee58";
    position: relative;
    display: block;
    top: 15px;
    font: 30px/1 iconfont;
}
.form-file-upload:after {
    content: "Upload";
    display: block;
    line-height: 36px;
}
.form-file-upload img[src] {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
}
.form-zip-upload input,
.form-file-upload input {
    position: absolute;
    width: 100%;
    height: 100%;
    border: none;
    opacity: 0;
    top: 0;
    left: 0;
    cursor: pointer;
}

/* 四字 */
.span-control {padding: 7px 0; width: 65px; color: #666; text-align: right; }
.span-control.t6 { width: 90px; }
.span-control + .col-m-8 { width: calc(100% - 65px); border: 1px solid transparent; }
.ver-top { vertical-align: top;}
.required {  position: relative; }
.required:after { content: "*"; position: absolute; right: -1em; top: 1em; color: red; }

/* 按钮样式 */
.buttons { margin: 0; padding: 0; }
.btn { border: 1px solid #108ee9; color: #108ee9; background: #fff; padding: 4px 10px; border-radius: 3px; font-size: 11px; display: inline-block; cursor: pointer; outline: none;transition: all .3s ease-out;}
.btn:hover { opacity: .8; transition: all .3s ease-in; }
.btn-block, .btn.block { display: block; width: 100%; }
.btn-confirm { background: #108ee9; color: #fff; padding: 0; text-align: center; }
.btn.fill,
.btn.btn-primary { background: #108ee9; color: #fff; text-align: center; }
.btn.disabled { opacity: .6; cursor: not-allowed; }
.btn.disabled:hover { opacity: .6; }
.layui-layer-ico-loading:after,
.btn-loading:before {content: "\eee3" !important;display:inline-block;font:12px/1 iconfont;animation: loadingCircle 1s infinite linear}
@keyframes loadingCircle{0%{-ms-transform-origin:50% 50%;transform-origin:50% 50%;-ms-transform:rotate(0deg);transform:rotate(0deg)}to{-ms-transform-origin:50% 50%;transform-origin:50% 50%;-ms-transform:rotate(1turn);transform:rotate(1turn)}}

/* 新按钮样式 */
.ad-btn { display: inline-block; border: 1px solid #dfdfdf; height: 28px; font-size: 12px; line-height: 1.15; padding: 0 15px;}

/* 开关按钮 */
.toggle { position: absolute; margin-left: -9999px; visibility: hidden; }
	.toggle + label { display: block; position: relative; cursor: pointer; outline: none; user-select: none; }
input.toggle-round + label { padding: 2px; font-size: 1em; width: 4em; height: 2em; background-color: #dddddd; border-radius: 2em; transition: background 0.4s; box-sizing: content-box; }
input.toggle-round + label:before,
input.toggle-round + label:after { display: block; position: absolute; top: 1px; left: 1px; bottom: 1px; content: ""; }
input.toggle-round + label:before { right: 1px; background-color: #f1f1f1; border-radius: 60px; transition: background 0.4s; }
input.toggle-round + label:after { width: 2.1em; height: 2.1em; background-color: #fff; border-radius: 50%; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); transition: margin 0.4s; }
input.toggle-round:checked + label:before 
input.toggle-round:checked + label:after { margin-left: 2.1em; }

.switch { position: absolute; margin-left: -9999px; visibility: hidden; }
.switch + label { display: block; position: relative; cursor: pointer; outline: none; user-select: none; }
.switch + label i {font-size: 12px;color: #fff;display: block;margin-left:22px;width: 12px;line-height: 18px; }
.switch + label i:before { content: "\ee64" }
.switch-round[checked] + label i { margin-left: 5px; }
.switch-round[checked] + label i:before { content: "\ee63" }
.switch-round + label { padding: 2px;font-size: 1em;width: 44px;height: 22px;line-height: 20px;border: 1px solid transparent;background-color: rgba(0,0,0,.25);border-radius: 20px;transition: all .36s cubic-bezier(.78,.14,.15,.86)}
.switch-round[checked] + label { background-color: #108ee9; }
.switch-round + label:after { display: block; position: absolute; top: 1px; left: 1px; bottom: 1px; content: ""; }
.switch-round + label:after { width: 18px;height: 18px;left:0; margin-left: 1px;background-color: #fff;border-radius: 50%;transition: all .36s cubic-bezier(.78,.14,.15,.86)}
.switch-round[checked] + label:after { margin-left: 23px; }

.multi-switch { display: block; }
.multi-switch .switch-inner { padding: 6px 16px; overflow: hidden; border: 1px solid #d9d9d9; border-right: none; cursor: pointer;transition: border-color .3s ease; }
.multi-switch .switch-inner:active { opacity: .8; transition: all .2s ease}
.multi-switch .switch-inner:nth-of-type(1) { border-radius: 4px 0 0 4px;}
.multi-switch .switch-inner:nth-last-of-type(1) { border-right: 1px solid #d9d9d9;  border-radius: 0 4px 4px 0;}
.multi-switch .switch-inner.switch-selected { border: 1px solid #108ee9; color: #108ee9; transition: border-color .3s ease;}
.multi-switch .switch-inner.switch-selected + .switch-inner { border-left: none;}
.multi-switch .switch-inner input[type=checkbox] { display: none;}

/* checkbox, radio */ 
.multi-checkbox .checkbox-wrapper { padding-right: 7px; }
.checkbox-wrapper .checkbox {display: none;}
.checkbox-wrapper .checkbox:focus {outline: thin dotted;outline: 5px auto -webkit-focus-ring-color;outline-offset: -2px}
.checkbox-wrapper .checkbox ~ .checkbox-inner:after {-webkit-transform: rotate(45deg) scale(0);-ms-transform: rotate(45deg) scale(0);transform: rotate(45deg) scale(0);position: absolute;left: 4px;top: 1px;width: 3px;height: 7px;border: 2px solid #fff;border-top: 0;border-left: 0;content: " ";-webkit-transition: all .1s cubic-bezier(.71,-.46,.88,.6);transition: all .1s cubic-bezier(.71,-.46,.88,.6);}
.checkbox-wrapper .checkbox + .checkbox-inner { display: inline-block; position: relative; width: 14px; cursor: pointer; height: 14px; border: 1px solid #d9d9d9; background: #fff; border-radius: 2px; vertical-align: text-bottom; margin: 0; line-height: 1.2;-webkit-transition: all .3s; transition: all .3s;}
.checkbox-wrapper .checkbox-inner + span { padding-left: 3px; position: relative; top: 1px;}
.checkbox-wrapper .checkbox ~ .checkbox-inner:hover {border-color: #108ee9;}
.checkbox-wrapper .checkbox:checked ~ .checkbox-inner:after { -webkit-transform: rotate(45deg) scale(1);-ms-transform: rotate(45deg) scale(1);transform: rotate(45deg) scale(1);-webkit-transition: all .2s cubic-bezier(.12,.4,.29,1.46) .1s;transition: all .2s cubic-bezier(.12,.4,.29,1.46) .1s;}
.checkbox-wrapper .checkbox:checked ~ .checkbox-inner {border-color: #108ee9;background-color: #108ee9;}

/* search框 */
.designer-search-wrapper { position: relative; height: 28px; line-height: 28px;}
	.designer-search-wrapper input {position: relative;display: inline-block;padding: 4px 40px 4px 7px;width: 100%;height: 28px;cursor: text;font-size: 12px;line-height: 1.5;color: #000;background-color: #fff;background-image: none;border: 1px solid #d9d9d9;border-radius: 3px;transition: border .2s cubic-bezier(.645,.045,.355,1),background .2s cubic-bezier(.645,.045,.355,1),box-shadow .2s cubic-bezier(.645,.045,.355,1);}
	.designer-search-wrapper input:hover,
	.designer-search-wrapper input:focus {border: 1px solid #57c5f7; outline: none;}
	.designer-search-wrapper i { position: absolute; font-size: 14px; color: #b2b2b2; right: 8px; top: 0; font-style:normal;}
	.designer-search-wrapper.active .del { display: block; }
	.designer-search-wrapper .del {right: 24px; display: none;} 
	.designer-search-wrapper .del:hover { color: #333;}
	.designer-search-wrapper .del:after { content: "\e63f";}
	.designer-search-wrapper .search-icon:after {content: "\eea3";}

/* y轴滚动条 */
.scroll-y { display: block; overflow-x: hidden; overflow-y: auto; padding-right: 6px; height: 100%; position: relative; }

/* 分页组件 */
.pagination { width: 100%; margin: 0 auto; user-select: none; margin-top: 2px; text-align: center;  }
	.pagination a { width: 20px;height: 20px;line-height: 20px;display: inline-block;text-align: center;color: #333;text-decoration: none;border-radius: 5px; }
	.pagination a:hover.active,
	.pagination a.active { color: #fff;background: #108EE9; }
	.pagination a:hover { color: #108EE9;}
	.pagination a.disabled { color: #ccc; cursor: not-allowed; opacity: 1;pointer-events: auto; }

/* 通用下拉列表 */
.u-list { width: 100%; margin-top: 1px; background: #fff; font-size: 14px; border: 1px solid rgba(0, 0, 0, 0.15); box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.15); box-sizing: border-box; border-top: none; color: #373a3c;}
	.u-list li { padding: 7px; cursor: pointer; }
	.u-list li:hover { color: #0066b1; background: rgba(5, 125, 214, 0.14);}
	.u-list li.active { color: #2b2d2f; background: #eee; }
	
/* ztree */
.ztree ul { margin: 0; }
.ztree li {position: relative;padding: 0;}
.ztree li a{color:#333;}
.ztree li>a {position: relative;display: block;clear: left;width: 100%;height: 20px;line-height: 20px;}
.ztree li.level0>a{padding-left:15px;}
.ztree li.level1>a{padding-left:30px;}
.ztree li.level2>a{padding-left:45px;}
.ztree li.level3>a{padding-left:60px;}
.ztree li.level4>a{padding-left:75px;}
.ztree li.level5>a{padding-left:90px;}
.ztree li span.button {display: block;float: left;margin: 0;width: 16px;font: 13px/2 iconfont;border: 0 none;cursor: pointer;outline: none;}
.ztree li span.ico_open + span,
.ztree li span.ico_close + span,
.ztree li span.ico_docu + span{padding-left: 5px;}
.ztree li>a:hover, 
.ztree li ul a.curSelectedNode, 
.ztree li ul a.active {color: rgba(0, 0, 0, 0.65);background: transparent;}
.ztree li a > span:nth-child(2):hover,
.ztree li ul a.curSelectedNode > span:nth-child(2),
.ztree li ul a.curClickNode > span:nth-child(2),
.ztree li ul a.active > span:nth-child(2) {background: #d2eafb;}
.ztree li a > span:nth-child(2) {padding: 3px 5px;border-radius: 2px;-webkit-transition: all .3s ease;transition: all .3s ease;}
.ztree:not(.zTreeDragUL) li.selected span.button + span {max-width: calc(100% - 85px);}
.ztree:not(.zTreeDragUL) li span.button + span {display: inline-block;line-height:20px;max-width: calc(100% - 50px);}
.ztree:not(.zTreeDragUL) li span.button + span>span{max-width: 100%;}
.ztree:not(.zTreeDragUL) li span.button + span,
.ztree:not(.zTreeDragUL) li span.button + span>span{text-overflow: ellipsis;white-space: nowrap;overflow: hidden;word-wrap: normal;}
/* 新增ztree中有删除标识的span样式 */
.ztree:not(.zTreeDragUL) li a span.diy_parent_error_ico_open + span{ text-decoration-line: line-through }
.ztree:not(.zTreeDragUL) li a span.diy_error_ico_docu + span{ text-decoration-line: line-through }
/* ztree icon */

.ztree li span.button.switch {display: none;} 
.ztree li span.button.ico_open:after {content: '\eece';font: 17px/1.5 iconfont;}
.ztree li span.button.ico_docu:after,
.ztree li span.button.ico_close:after {content: '\ee95';font: 17px/1.5 iconfont;}
.ztree .switch.roots_open + a:before,
.ztree .switch.root_open + a:before,
.ztree .switch.bottom_open + a:before,
.ztree .switch.center_open + a:before,
.ztree .switch.roots_close + a:before,
.ztree .switch.root_close + a:before,
.ztree .switch.bottom_close + a:before,
.ztree .switch.center_close + a:before { content: "\ee37";position: absolute;margin-left: -15px;top: 6px;font: 12px/1 iconfont;color:#777; display:none;}
.ztree .switch.roots_close + a:before,
.ztree .switch.root_close + a:before,
.ztree .switch.bottom_close + a:before,
.ztree .switch.center_close + a:before { content: "\ee35";}

/* ztree 拖拽 */
.ztree.zTreeDragUL {margin:0;padding:0; position:absolute; width: auto;height: auto;overflow:hidden; background-color:#f2f2f2;opacity:0.8; filter:alpha(opacity=80);z-index: 30;}
.ztree.zTreeDragUL li span.button,
.ztree.zTreeDragUL .dropdown-toggle {display: none;}

/* 模块创建 */
.add-module { height: 100%; display: table; width: 90%; margin: 0 auto; font-family: Microsoft YaHei, Arial, Helvetica, sans-serif; }
.add-module .tags { margin: 0; display: table-row; padding: 0; }
.add-module .module-content { width: 230px; padding: 0; }
.add-module > div { display: table-cell; padding: 0 4px; box-sizing: border-box; vertical-align: top; }
.add-module .search { margin: 10px 16px; }
.modules {height: 100%;margin-top: -50px;padding-top: 50px;}
.modules .list { height: 100%; padding-top:30px; margin:0; margin-top: -30px; }
.modules .list li { position: relative; padding: 0 16px; cursor: pointer; transition: all .3s ease; }
.modules .list li:hover,
.modules .list li.active { background: #eaeff5; transition: all .3s ease; }
.modules .list li.no-result { border:none; line-height: 3; }
.modules .list li p { padding: 5px 0; color: #333; width: 180px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.modules .list li span { color: #aaa;display: block;padding-bottom: 6px;border-bottom: 1px solid #eee; }
.modules .list li .module-virtual {position: absolute;top: 7px;right: 12px;display: block;background-color: #ea6005;color: #fff;font-size: 12px;padding: 2px 8px;border-radius: 10px; }

.add-module .layout { margin-left: 20px; min-width: 280px; position: relative; height: calc(50% - 25px); }
.layout .container { height: calc(100% - 35px);}
.layout .container > div:last-child { height: 100%; position: relative; width: calc(100% + 5px); padding-right: 5px;}
.layout .checkall { position: absolute;right: 3px;top: 16px;font-size: 12px; }
.layout .checkall label { font: 12px/1 Microsoft YaHei; display: inline-block; line-height: 1.2; }
.layout > ul { padding: 8px 0 2px;font-size: 14px;font-weight: 600;color: #666;border-bottom: 1px solid #d9d9d9;margin-bottom: 7px; }
.layout > ul li { display: inline-block;padding: 5px; }
.layout .container li {position: relative;width: 49%;display: inline-block;padding:5px;vertical-align: top;margin-bottom: 5px;clear: both; transition: all .3s ease;}
.layout .container li:hover { background: #eaeff5; cursor: pointer; transition: all .3s ease; }
.layout .container li.checked .iconfont,
.layout .container li.checked .title p { color: #108EE9; }
.layout .container li div { float: left; }
.layout .container li .iconfont{font-size: 28px;color: #444;padding: 0 6px 0 3px;line-height: 1.3;}
.layout .container li .title { margin: 0;overflow: auto;float: none; }
.layout .container li .title p { padding: 0; margin: 0; font-size: 15px; color: #444; }
.layout .container li .title span { display: block; padding: 2px 0; color: #aaa; font-size: 12px; }
.layout .container li .icon img { width: 38px; height: 38px; }

.apps-tree-wrapper{height: 100%;padding-top: 50px;margin: 0 auto;margin-top: -50px;width: 245px;}
.apps-tree-wrapper>ul{position:relative;height:100%;margin:0;padding: 0 0 0 18px;}
.apps-tree-wrapper li span.button.ico_docu:after{content: "\ee97";color:#000; font: 12px/1 iconfont;}
.apps-tree-wrapper li span.button.ico_close:after,
.apps-tree-wrapper li span.button.ico_open:after {content: "\e7a0";color:#777;margin-left: -2px;}
.apps-tree-wrapper li span.button.ico_close:after {content: "\e663";}
.apps-tree-wrapper .ztree .switch.roots_open + a:before,
.apps-tree-wrapper .ztree .switch.root_open + a:before,
.apps-tree-wrapper .ztree .switch.center_open + a:before,
.apps-tree-wrapper .ztree .switch.bottom_open + a:before,
.apps-tree-wrapper .ztree .switch.roots_close + a:before,
.apps-tree-wrapper .ztree .switch.root_close + a:before,
.apps-tree-wrapper .ztree .switch.bottom_close + a:before,
.apps-tree-wrapper .ztree .switch.center_close + a:before { display: block;}
.apps-tree-wrapper .ztree:not(.zTreeDragUL) li span.button + span { max-width: calc(100% - 30px);}
	
/* tabs  z-index: 1000*/
.tabs { position: relative;}
	.tabs .tab-toggle { line-height: 2; }
	.tabs .tab-toggle:after { content: " ";display: inline-block; width: 0; height: 0; margin-left: 3px; vertical-align: middle; border-top: 4px dashed; border-right: 4px solid transparent; border-left: 4px solid transparent;}
	.tabs.open .drop-menu { display: block;}
	.tabs .drop-menu { position: absolute; min-width: 120px; background: #fff; border: 1px solid #DEDFE1; border-radius: 0px; box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.15); background-clip: padding-box; z-index: 1000; display: none;}
	.tabs .drop-menu.right { right: 0; text-align: right; }
	.tabs .drop-menu li { padding: 6px 10px; text-indent: 4px; color: #666; cursor: pointer; }
	.tabs .drop-menu li:hover,
	.tabs .drop-menu li.active { color: #0066b1; background: rgba(5, 125, 214, 0.14); }
	.tabs .drop-menu li.active {cursor: default;}

/* loading */
.loading span {position: absolute;margin: 0 auto;left: 0;right: 0;top: 40%;display: block;	text-align: center;}
.loading .icon {background-color: #fff;-webkit-animation-fill-mode: both;animation-fill-mode: both;border: 2px solid #929292;border-bottom-color: transparent;height: 30px;width: 30px;top: calc(40% - 50px);border-radius: 100%;background: transparent !important;-webkit-animation: rotate 0.75s 0s linear infinite;animation: rotate 0.75s 0s linear infinite;}
.loading .icon-0 {width: 60px;height: 24px;background: url('/mobilemode/admin/dep/layer/skin/default/loading-0.gif') no-repeat;top: 42%;background-size: cover;}
.loading .icon-2 {width: 20px;height: 20px;background: url('/mobilemode/admin/dep/layer/skin/default/loading-2.gif') no-repeat;background-size: cover;}
@keyframes rotate {
	0% {transform: rotate(0deg);-ms-transform: rotate(0deg);-webkit-transform: rotate(0deg);}
	50% { transform: rotate(180deg);-ms-transform: rotate(180deg);-webkit-transform: rotate(180deg);}
	100% { transform: rotate(360deg);-ms-transform: rotate(360deg);-webkit-transform: rotate(360deg);}	
}

/* triangle-up border三角形下标 */
.triangle-up{position: relative;}
.triangle-up:before,
.triangle-up:after {content: " "; position: absolute;border-color: transparent transparent #888;border-width: 6px;display: block;border-style: solid;bottom: -9px;left: calc(50% - 12px);}
.triangle-up:after {border-color: transparent transparent #fff;bottom: -10px;}

/* 遮盖层 z-index: 11*/
.overlay {display: none;position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #fff;z-index: 11;}

/* actions组合按钮(仅两个时) 切换背景 */
.actions { position: relative; height: 82px;}
.actions > div { position: absolute; margin: 0 auto; width: 75%; color: #969ca2; line-height: 2; text-align: center; bottom: 0; left: 0; right: 0;font-size: 14px;cursor: pointer;border: 1px solid #c7c7cb;}
.actions .active { top:0; bottom: inherit;}
.actions .active,
.actions > div:hover{ color: #5B9BD5; border: 1px solid #5B9BD5;background: rgba(178, 219, 255, 0.23);}
.actions > div:hover+div {color: #969ca2;border: 1px solid #c7c7cb;background: inherit;}

/* select2 样式改造 */
.select2-e9.select2-container--default *{outline: none !important;}
.select2-e9.select2-container--default .select2-selection--single,
.select2-e9.select2-container--default .select2-selection--multiple {border: 1px solid #d9d9d9;border-radius: 4px;transition: all .3s;}
.select2-e9.select2-container--default .select2-selection--single{height: 32px;}
.select2-e9.select2-container--default .select2-selection--multiple {min-height: 32px;font-size:0;}
.select2-e9.select2-container--default .select2-selection--single .select2-selection__rendered{line-height: 32px;}
.select2-e9.select2-container .select2-selection--single .select2-selection__rendered{padding-left: 7px;color: rgba(0,0,0,.65);}
.select2-e9.select2-container--default .select2-selection--single .select2-selection__arrow{height: 30px;}
.select2-e9.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-e9.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;}
.select2-e9 .select2-dropdown{border: none;box-shadow: 0 1px 6px rgba(0,0,0,.2);margin-top: 5px;}
.select2-e9 .select2-container--open .select2-dropdown--below {border-top-left-radius: 4px;border-top-right-radius: 4px;}
.select2-e9.select2-container--default .select2-search--dropdown .select2-search__field{outline: none;border: 1px solid #d9d9d9;border-radius: 4px;background:none;}
.select2-e9 .select2-results__option{-webkit-transition: background .3s ease;transition: background .3s ease;color: rgba(0,0,0,.65);word-break: break-all;}
.select2-e9.select2-container--default .select2-results__option--highlighted[aria-selected] {background-color: #ecf6fd;color: rgba(0,0,0,.65);}
.select2-e9.select2-container--default .select2-results__option[aria-selected=true]{background-color: #f7f7f7;font-weight: 700;letter-spacing: .5px;}
.select2-e9.select2-container--default .select2-selection--single:hover,
.select2-e9.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {border-color: #49a9ee;}
.select2-e9.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {outline: 0;box-shadow: 0 0 0 2px rgba(16,142,233,.2);}
.select2-e9.select2-container--default .select2-selection--single .select2-selection__placeholder { color: #ccc}
.select2-e9.select2-container--default .select2-search--dropdown .select2-search__field{font-size: 12px;}
.select2-e9.select2-container--default .select2-selection--multiple .select2-selection__rendered{font-size:12px;}
.select2-e9.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color: #108ee9;border: 1px solid #108ee9;color:#fff;}
.select2-e9.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#fff;}
.select2-e9.select2-container--default .select2-selection--multiple .select2-search__field{line-height:30px;height:30px;margin:0;}
.select2-e9.select2-container--default .select2-selection--single .select2-selection__clear{ line-height: 30px;}

/* 手机样式 */
.iphone {position: relative;display: block; height: 667px; width: 375px;border: 6px solid #efeff4;padding: 0px 10px 165px;border-radius: 50px;margin: 0;background: #fafafa;box-shadow: 0px 0px 20px rgba(0,0,0,0.7);box-sizing: content-box;}
.iphone .header {padding: 15px 5px 35px;}
.iphone .camera {display: block;margin: 0 auto;height: 10px;width: 10px;border-radius: 50%;margin-bottom: 13px;background: #333;}
.iphone .sensor {width: 12px;height: 12px;background: #333;margin-top: -4px;border-radius: 50%;position: absolute;left: 132px;}
.iphone .speaker {display: block;width: 70px;height: 8px;margin: 0 auto;margin-top: -2px;border-radius: 6px;background: #292728;}
.iphone .power-button {left: auto;right: -8px;top: 165px;border-radius: 0px 2px 2px 0px;height: 60px;width: 5px;}
.iphone .voice-toogle {height: 40px;width: 3px;top: 80px;left: -8px;}
.iphone .voice-plus {height: 60px;width: 5px;left: -8px;top: 165px;}
.iphone .voice-minus {height: 60px;width: 5px;left: -8px;top: 245px;}
.iphone .home-button {padding: 12px 0 0;}
.iphone .home-button span {position: relative;display: block;margin: 0 auto;width: 62px;height: 62px;background: #ddd;border-radius: 50%;}
.iphone .home-button span:after {content: "";display: block;width: 56px;height: 56px;background: #fff;border-radius: 50%;position: absolute;left: 3px;top: 3px;}
.iphone .buttons {display: block;background: #efeff4;position: absolute;border-radius: 2px 0px 0px 2px;}
.iphone .screen {width: 100%;height: 100%;background-color: #fff;border: 2px solid rgba(0, 0, 0, 0.65);border-radius: 2px;overflow: hidden;position: relative;--themeColor:#393F9D;--hd:1;}

/* 下拉框样式 */
.ad-dropdown-container { position: relative; padding:0; z-index: 1;}
.ad-dropdown-container.show { z-index: 99;}
.ad-dropdown {font-size: 12px;font-weight: 400;line-height: 1.5;-webkit-animation-timing-function: cubic-bezier(.23,1,.32,1);animation-timing-function: cubic-bezier(.23,1,.32,1);-webkit-animation-name: adSlideUpOut;animation-name: adSlideUpOut;-webkit-animation-play-state: running;animation-play-state: running;-webkit-animation-duration: .2s;animation-duration: .2s;-webkit-animation-fill-mode: both;animation-fill-mode: both;z-index: -1;}
.ad-dropdown-container.show .ad-dropdown,
.ad-dropdown.show{-webkit-animation-timing-function: cubic-bezier(.23,1,.32,1);animation-timing-function: cubic-bezier(.23,1,.32,1);-webkit-animation-name: adSlideUpIn;animation-name: adSlideUpIn;-webkit-animation-play-state: running;animation-play-state: running;-webkit-animation-duration: .2s;animation-duration: .2s;-webkit-animation-fill-mode: both;animation-fill-mode: both;z-index: 22;}
.ad-dropdown-menu {outline: none;position: relative;list-style-type: none;padding: 0;margin: 0;text-align: left;background-color: #fff;border-radius: 4px;box-shadow: 0 1px 6px rgba(0,0,0,.2);background-clip: padding-box;}
.ad-dropdown-menu .ad-dropdown-menu-item {position: relative;padding: 5px 8px;margin: 0;clear: both;font-size: 12px;font-weight: 400;color: rgba(0,0,0,.65);white-space: nowrap;cursor: pointer;-webkit-transition: all .3s;transition: all .3s;}
.ad-dropdown-menu-item:hover {background-color: #ecf6fd;}
.ad-dropdown-menu-item.selected {color: #108ee9;}
.ad-dropdown-menu-item2 {position: absolute;top: 0;padding: 9px;left: 100%;width: 100%;height: 100%;background: #fff;box-shadow: 3px 1px 6px rgba(0,0,0,.2);opacity: 0;}
.ad-dropdown-menu-item:hover .ad-dropdown-menu-item2 {opacity: 1;transition: all .2s ease-in;}
.ad-dropdown-menu-item-divider {height: 1px;overflow: hidden;background-color: #e9e9e9;line-height: 0;}
.ad-dropdown-menu-item>a {color: rgba(0,0,0,.65);display: block;padding: 7px 8px;margin: -7px -8px;-webkit-transition: all .3s;transition: all .3s;}
.ad-dropdown-menu-item i {padding-right: 5px;}
.ad-dropdown-container.external-btn .ad-dropdown-toggle { border-radius: 4px 0 0 4px; border-right-color: transparent; }
.ad-dropdown-container.external-btn .ad-dropdown-toggle:hover,
.ad-dropdown-container.external-btn .ad-dropdown-toggle:focus { border-right-color: #49a9ee; }
.ad-dropdown-container .ad-dropdown-menu { position: absolute; width: 100%;}
.ad-dropdown-toggle { position: relative; display: inline-block;}
.ad-dropdown-toggle + .btn { position: absolute;top: 0;height: 32px;line-height: 32px;font-size: 12px;font-weight: normal; padding: 0 24px 0 12px;border-radius: 0 4px 4px 0;text-align: center; white-space: nowrap;color: #455a64;background-color: #fafafa;border-color: #e0e0e0;}
.ad-dropdown-toggle + .btn:hover { background-color: #ededed; border-color: #ccc;}
.ad-dropdown-toggle + span { position: relative;}
.ad-dropdown-btn + .ad-dropdown { position: absolute; right: 0; margin-top: 3px; min-width: 200px; visibility: hidden;}
.ad-dropdown-container .ad-dropdown { visibility: hidden; }
.ad-dropdown-container.show .ad-dropdown,
.ad-dropdown-btn + .ad-dropdown.show { visibility: visible; }
.ad-dropdown-toggle + .btn:after,
.ad-dropdown-toggle + span i:after { content: "\ee4e";font-family: iconfont; font-style: normal; position: absolute; right: 0; padding: 6px; line-height: 1; top: 50%; transform: translateY(-50%); cursor: pointer;}
.ad-dropdown-toggle + .btn:after { right: 10px; padding: 0;top: 11px; transform: none;}

@keyframes adSlideUpIn  {
    0% {opacity: 0;-webkit-transform-origin: 0 0;transform-origin: 0 0;-webkit-transform: scaleY(.8);transform: scaleY(.8);}
    100% {opacity: 1;-webkit-transform-origin: 0 0;transform-origin: 0 0;-webkit-transform: scaleY(1);transform: scaleY(1);}
}
@keyframes adSlideUpOut {
    0% {opacity: 1;-webkit-transform-origin: 0 0;transform-origin: 0 0;-webkit-transform: scaleY(1);transform: scaleY(1);}
    100% {opacity: 0;-webkit-transform-origin: 0 0;transform-origin: 0 0;-webkit-transform: scaleY(0.8);transform: scaleY(0.8);}
}

/* layer e9主题样式 */
.layer-e9 .layui-layer-setwin a:hover { opacity: .7;}
.layer-e9.layui-layer.layui-layer-loading {
    background: transparent;
}
.layer-e9.layui-layer {
    background-color: #fff;
    border: 0;
    border-radius: 6px;
    animation-fill-mode: backwards;
    -webkit-animation-fill-mode: backwards;
    background-clip: padding-box;
}
.layer-e9.layui-layer .layui-layer-title {
    padding: 12px 16px;
    border-radius: 6px 6px 0 0;
    color: #666;
    background-color: #f7f7f7;
    height: auto;
    font-size: 15px;
    line-height: 21px;
    border: none;
}
.layer-e9 .layui-layer-title span {
    display: inline-block;
    vertical-align: middle;
}
.layer-e9.layui-layer .layui-layer-title.layui-layer-icon-default:before {
    content: "\e64a";
    font: 24px/1 iconfont;
    color: #920783;
    display: inline-block;
    vertical-align: middle;
    padding-right: 8px;
}
.layer-e9.layui-layer .layui-layer-close1:after {
    content: "\ee64";
    font-size: 20px;
}
.layer-e9 .layui-layer-content {
    border-radius: 0 0 6px 6px;
    overflow: hidden;
}
.layer-e9.layui-layer-tips .layui-layer-content {
    border-radius: 2px;
    overflow: inherit;
}
.layer-e9.layui-layer-iframe iframe {
    background: #fff;
}
.layer-e9 .layui-layer-setwin {
    font-size: 14px;
    line-height: normal;
    right: 16px;
    top: 14px;
}
.layer-e9 .layui-layer-setback {
    right: inherit;
}
.layer-e9 .layui-layer-setwin a {
    color: #999;
    font-size: 14px;
    line-height: 20px;
}
.layer-e9 .layui-layer-setwin a:hover {
    color: #444;
    opacity: 1;
    text-decoration: none;
}
.layer-e9 .layui-layer-btn {
    padding: 10px 16px 10px 10px;
    text-align: right;
    border-radius: 0 0 6px 6px;
    background-color: #f7f7f7;
}
.layer-e9 .layui-layer-btn a {
    line-height: 26px;
    text-align: center;
    border-radius: 4px;
    margin: 0;
    transition: all .3s ease;
}
.layer-e9 .layui-layer-setwin .layui-layer-max {
    font-size: 18px;
    line-height: 21px;
}
.layer-e9 .layui-layer-setwin .layui-layer-min{
    line-height: 19px;
    font-size: 18px;
}
.layer-e9 .layui-layer-setwin .layui-layer-close1{
    margin-top: 0;
}
.layer-e9 .layui-layer-setwin .layui-layer-refresh + .layui-layer-close1:after {
    font-size: 17px;
}
.layer-e9.layui-layer-dialog .layui-layer-padding {
    padding: 20px;
    text-align: center;
}
.layer-e9.layui-layer-dialog.layer-e9-msg .layui-layer-padding {
    padding: 6px 12px 6px 36px;
}
.layer-e9.layui-layer-dialog.layer-e9-msg .layeui-layer-inline-close.layui-layer-padding {
    padding: 6px 36px;
}
.layer-e9.layui-layer-dialog.layer-e9-msg .layui-layer-content {
    text-align: left;
    color: rgba(0,0,0,.65);
    font-family: Monospaced Number,Chinese Quote,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;
}
.layer-e9-msg {
    min-width: 100px;
    top: -100px;
}
.layer-e9 .layui-layer-btn a:nth-child(n+2) {
    margin-left: 12px;
}
.layer-e9 .layui-layer-btn .layui-layer-btn0 {
    border-color: #108EE9;
    background-color: #108EE9;
}
.layer-e9 .layui-layer-btn .layui-layer-btn0:before,
.layer-e9 .layui-layer-btn .layui-layer-btn1:before {
    font: 12px/1 iconfont;
    margin-right: 5px;
}
.layer-e9 .layui-layer-btn .layui-layer-btn0:before {
    content: "\ee9c";
}
.layer-e9 .layui-layer-btn .layui-layer-btn1:before {
    content: "\ee64";
}
.layer-btn-text.layer-e9 .layui-layer-btn .layui-layer-btn0:before,
.layer-btn-text.layer-e9 .layui-layer-btn .layui-layer-btn1:before {
    content: "";
}
.layer-e9 .layui-layer-btn .layui-layer-btn1{
    color: #666;
    background-color: transparent;
    border-color: #d9d9d9;
}
.layer-e9 .layui-layer-btn .layui-layer-btn1:hover {
    border-color: #108ee9;
    color: #108ee9;
    transition: all .3s ease;
}
.layer-e9.layer-anim-07{-webkit-animation-name:adSlideUpIn;animation-name:adSlideUpIn}
.layui-layer-prompt .layui-layer-input { width: 100%;}
.layui-layer-tips.wea-mm-has-error .layui-layer-content {
    color: #e74c3c;
}
.layui-layer-tips.wea-mm-has-error .layui-layer-TipsR {
    border-right-color: #ffc6c6;
    border-bottom-color: transparent !important;
    left: -17px;
    border-width: 9px;
    top: 7px;
}