html,
body,
* {
    margin: 0;
    padding: 0;
    /* -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; */
}

body {
    font: 12px "Microsoft YaHei", sans-serif, Tahoma, Arial, Helvetica !important;
}

ul,
ol,
li {
    list-style: none;
}

a {
    text-decoration: none
}

input,
button {
    border: 0;
    background: transparent;
    font-size: 14px;
    color: #6F6F6F;
}

select {
    appearance: none;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari 和 Chrome */
}

select::-ms-expand {
    display: none;
}

cite,
em {
    font-style: normal;
}

html,
body {
    width: 100%;
    height: 100%;
    min-width: 1000px;
    font-size: 14px;
    color: #6F6F6F
}

/* home */

.home-bg {
    background: #216C83
}

.home-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 185px;
    height: 100%;
    background: #005870;
    z-index: 1;
}

.hone-right {
    position: relative;
    z-index: 0;
}

.home-head {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #005870;
    z-index: 1000;
}

.home_logo {
    height: 26px;
    padding: 17px 27px;
    display: block;
    margin: auto;
    background: #005870;
}

.home-head .btn-top {
    padding: 0 33px 0 20px;
    float: right;
    background-color: #005870;
}

.home-head .btn-top span {
    vertical-align: middle;
    padding: 0 10px;
    margin-top: -3px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    line-height: 30px;
}

.home-head .btn-top .badge::before {
    content: attr(num);
    position: absolute;
    top: -5px;
    left: 72%;
    height: 15px;
    line-height: 15px;
    padding: 0 2px;
    font-size: 10px;
    text-align: center;
    background-color: #FF5722;
    color: #fff;
    border-radius: 2px;
}

.home-head .btn-top img {
    height: 25px;
}

.home-content {
    padding: 18px 18px 0 18px;
    z-index: 0;
}

.home-content .home-copyright {
    line-height: 45px;
    font-size: 14px;
    color: #eee;
    text-align: center;
    padding-right: 41px;
}

.home-copyright *,
.home-copyright *:hover {
    color: #eee;
}

/* 数据分析 */

.right-tips {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
    color: #FF5A40;
    font-size: 12px;
    cursor: pointer;
}

.panel-title {
    position: relative;
    line-height: 20px;
    padding: 0 15px 0 10px;
    border-left: 5px solid #0089AD;
    font-size: 16px;
}

.panel-title-tips {
    font-size: 12px;
    color: #999;
    padding: 20px 0 0;
    position: relative
}

.panel-title-tips em {
    font-style: normal;
}

.panel-title-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    float: right;
}

.layadmin-backlog .layadmin-backlog-body {
    display: block;
    padding: 15px;
    background-color: #f2f2f2;
    color: #999;
    border-radius: 2px;
    transition: all .3s;
    -webkit-transition: all .3s
}

.layadmin-backlog-body h3 {
    padding-bottom: 10px;
    font-size: 12px
}

.layadmin-backlog-body p cite {
    font-style: normal;
    font-size: 30px;
    font-weight: 350;
    color: #FF8100
}

.layadmin-backlog-body:hover {
    background-color: #f2f2f2;
    color: #888
}

.layui-table-view .layui-table {
    width: 100% !important;
}

.layui-table-view .layui-table[lay-skin=line],
.layui-table-view {
    border: 0 !important
}

.layui-table-view {
    border-top: 1px solid #e6e6e6 !important
}

.layui-table-page {
    padding-top: 20px !important;
    text-align: right;
    height: auto !important
}

.td-border-0 td {
    border: 0 !important;
}

.panel-back {
    line-height: 25px;
    cursor: pointer;
}

.panel-back:hover {
    color: #0089AD;
}

.panel-back img {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    height: 25px;
    padding-right: 10px;
}

.data_sheet {
    height: 200px;
}

/* 导入设备 */

.layui-timeline-content-left {
    width: 100px;
    padding: 0 10px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 25px;
}

.layui-timeline-content {
    padding-left: 145px !important;
}

.layui-timeline-item:before {
    left: 105px !important;
}

.layui-timeline-axis {
    left: 95px !important;
    z-index: 0 !important;
}

.panel-add—device {
    border: 1px solid #e6e6e6;
    width: 250px;
    min-height: 300px;
    max-height: 480px;
    overflow: auto;
    padding: 5px;
}

.panel-bind-table .layui-table-body {
    margin-right: 0 !important;
}

.platform_switch {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.platform_switch ul {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    width: 200px;
    border: 3px solid #8D8D8D;
    border: 3px solid rgba(0, 0, 0, .3);
    border-radius: 5px;
    box-shadow: none;
    line-height: 38px;
    display: none;
}

.platform_switch ul .active {
    color: #009688;
    font-weight: bold
}

.platform_switch ul li {
    display: inline-block;
    padding: 0 5px;
    position: relative;
    width: 90px;
    text-align: center;
}

.platform_switch ul li::before {
    content: '';
    position: absolute;
    right: 0;
    top: 25%;
    width: 0;
    height: 50%;
    border-right: 1px dashed #ccc;
}

.platform_switch ul li:last-child::before {
    height: 0;
}

.panel-btn {
    padding: 20px 0;
    text-align: center;
}

.table-imgbtn {
    height: 15px;
    vertical-align: middle;
    padding: 0 2px;
    cursor: pointer;
}

/* 系统设置 */

.settings-nav {
    overflow: hidden;
    background: #F0F3F7
}

.settings-nav li {
    float: left;
    width: 159px;
    line-height: 40px;
    text-align: center;
    background: #dfdfdf;
    margin-right: 2px;
    cursor: pointer;
    position: relative;
    font-size: 14px;
}

.settings-nav .active {
    color: #FFA040;
    background: #fff;
}

.settings-nav .active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #FFBA73;
}

.line-half::before {
    position: absolute;
    left: 50%;
    top: 0;
    width: 0px;
    height: 100%;
    border-left: 1px dashed #d6d6d6;
}

.icon-play {
    height: 25px;
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
    border: 2px solid transparent;
    margin-right: 10px;
}

.icon-play.active {
    border: 2px solid #2BA246;
    background: #f5f5f5;
}

.icon-qrcode {
    height: 180px;
    padding-left: 25px;
}

/* 告警 */

.panel-exponent {
    border-radius: 10px;
    background: #000;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 10px;
}

.panel-exponent div {
    width: 120px;
    line-height: 120px;
    background: url(../img/bg_exponent.gif) -18px center;
    background-size: 160px 160px;
    border-radius: 100%;
    margin: 15px auto;
    font-size: 55px;
    font-weight: bold;
}

.detail_wrap ul {
    margin-left: 10px;
    border: 2px solid #0089AD;
    border-radius: 5px;
}

.detail_wrap .layui-icon-close {
    position: absolute;
    top: -9px;
    right: -9px;
    font-weight: bold;
    color: #fff;
    z-index: 1;
    width: 15px;
    line-height: 15px;
    border-radius: 100%;
    text-align: center;
    background: #DD5044;
}

/* 认证方式 */

.layui-form-item .layui-input-company {
    width: auto !important;
    padding-right: 10px;
    line-height: 38px;
}

.index-ul li {
    padding: 30px 0 20px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    position: relative;
}

.index-ul li::before {
    content: '';
    position: absolute;
    width: 0;
    height: 50%;
    top: 25%;
    right: 0;
    border-right: 1px dashed #bbb
}

.index-ul li:last-child::before {
    border-right: 0;
}

.index-ul li:hover,
.index-ul .active {
    background: #f2f2f2;
}

.index-ul .active {
    background: #f2f2f2;
    color: #36b3d6;
    font-weight: bold;
}

.index-ul img {
    display: block;
    margin: 0 auto 15px;
}

/* 模板选择 */

.template-ul li {
    text-align: center;
    min-width: 150px;
    line-height: 25px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 5px;
    cursor: pointer;
    overflow: hidden;
}

.template-ul .active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 100%;
    background: #fff;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.template-ul .active {
    border: 1px solid #36b3d6;
    background: #36b3d6;
    color: #fff;
    position: relative;
}

.template-ul img {
    width: 100%;
    display: block;
}

.layui-table-tool {
    position: absolute !important;
    bottom: -10px;
    background: transparent !important;
    border: 0 !important;
    width: auto !important;
}

.layui-table-view {
    position: relative;
}

.group-toggle {
    height: 18px;
    display: inline-block;
    /* padding-top: 10px; */
    padding-right: 10px;
}

.childgroup {
    position: relative;
    padding-left: 40px;
    line-height: 40px;
}

.childgroup::before {
    content: '';
    position: absolute;
    top: 0;
    left: 9px;
    width: 23px;
    height: 20px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.panel-qrcode {
    text-align: center;
    color: #999;
}

.panel-qrcode #qrcode {
    margin: auto;
    padding-bottom: 15px;
    width: 150px;
    height: 150px;
}

.panel-preview {
    display: none;
    padding-bottom: 10px;
}

.panel-preview>img {
    height: 100px;
}

.occupancy-cues img {
    display: block;
    margin: auto;
    height: 100px;
    padding-bottom: 20px;
}

.occupancy-cues {
    width: 100%;
    color: #999;
    text-align: center;
    padding: 40px 0 20px;
    display: none;
}

.layui-table-body {
    margin-right: 0 !important;
}

/* 项目管理 */

.line-on,
.line-off {
    position: relative;
}

.line-on::before,
.line-off::before {
    content: '';
    position: absolute;
    top: 5px;
    left: -15px;
    width: 10px;
    height: 10px;
    background: #2ba246;
    border-radius: 100%;
}

.line-off::before {
    background: #EC6F0C;
}

/* 项目管理 */

.topology-top li {
    position: relative;
    padding: 0 30px;
    margin-bottom: 5px;
}

.topology-top li::before {
    content: '';
    position: absolute;
    top: 32px;
    right: -20px;
    width: 40px;
    height: 0;
    border-top: 1px dashed #0089AD;
}

.topology-top li:last-child::before {
    width: 0;
}

.topology-top li .icon-router {
    height: 43px;
    display: block;
    margin: auto;
    padding: 5px;
}

.topology-top li>div {
    border: 1px solid #0089AD;
    border-radius: 5px;
    padding: 5px;
    background: #F2F2F2;
}

.topology-top li>div p {
    padding-top: 8px;
    font-size: 20px;
    color: #0089AD;
    font-weight: bold;
    text-align: center;
}

.topology-top li>div input {
    font-size: 20px;
    color: #0089AD;
    font-weight: bold;
    text-align: center;
    max-width: 100%;
    cursor: pointer;
}

.topology-top li>div h3 {
    color: #888;
}

.flow-chart {
    padding-top: 50px;
    text-align: center;
}

.flow-chart .subgroup {
    height: 50px;
}

.flow-chart .next {
    height: 25px;
    padding: 20px 0;
}

.flow-chart .subgroup,
.flow-chart .next {
    display: block;
    margin: auto;
}

.subgroup-div {
    width: 300px;
    margin: auto;
    text-align: center;
    position: relative;
}

.panel-ap p,
.subgroup-div>p {
    color: #999;
    font-size: 14px;
    padding-top: 10px;
}

.panel-ap p cite,
.subgroup-div>p cite {
    color: #36b3d6;
}

.subgroup-div .panel-port {
    position: absolute;
    top: 0;
    left: 100%;
    padding: 2px 2px 0 2px;
    border: 1px dashed #888;
    width: 226px;
    text-align: left;
    max-height: 100px;
    overflow: auto;
}

.subgroup-div .panel-port span {
    display: inline-block;
    padding: 3px;
    text-align: center;
}

.subgroup-div .panel-port span img {
    display: block;
    margin: auto;
}

.subgroup-div .panel-port2 {
    position: absolute;
    top: -10px;
    left: 100%;
    padding: 2px 2px 5px 2px;
    width: 226px;
    text-align: left;
}

.subgroup-div .panel-port2 .layui-table-view {
    margin: 0;
}

.subgroup-div .panel-port2 .layui-table-page {
    padding-top: 5px !important;
}

.ap-panel {
    overflow-x: auto;
    padding-top: 28px;
}

.panel-ap {
    white-space: nowrap
}

.panel-ap li {
    display: inline-block;
    position: relative;
    /* padding-top: 70px; */
    padding: 40px 5px 0;
}

.ap-line::before {
    border-left: 2px dashed #888;
    height: 28px;
    top: 143px !important;
}

.ap-line::before,
.panel-ap li::before,
.panel-ap li::after {
    content: '';
    position: absolute;
    top: 0;
    left: calc(50% - 1px);
}

.panel-ap li::before {
    border-top: 2px dashed #888;
    width: 100%;
    left: 0;
}

.panel-ap li:first-child::before,
.panel-ap li:last-child::before {
    width: 50%;
    left: 50%;
}

.before-width-0::before {
    width: 0 !important;
}

.panel-ap li:last-child::before {
    left: 0;
}

.panel-ap li::after {
    border-left: 2px dashed #888;
    height: 30px;
}

.panel-ap img {
    height: 25px;
    padding-bottom: 10px;
}

.panel-ap p {
    font-size: 12px;
}

.img_tabel {
    height: 15px;
    padding-left: 5px;
    vertical-align: middle;
    margin-top: -3px;
}

.panel-more li {
    text-align: center;
    line-height: 25px;
    border-bottom: 1px dashed #ccc;
    cursor: pointer;
}

.panel-more li:hover {
    background: #F9F9F9;
    color: #36B3D6;
}

.panel-more li:last-child {
    border-bottom: 0;
}

/* 设备详情 */

.info-ul li {
    line-height: 30px;
    min-height: 30px;
    overflow: hidden;
    padding: 0 15px;
}

.info-ul li input,
.info-input {
    height: 30px;
    border: 1px solid #36B3D6;
    padding: 0 5px;
    float: none;
    display: block;
}

.info-ul li img,
.info-btn-img {
    height: 15px;
    vertical-align: middle;
    margin-top: -3px;
    padding: 7px 0 7px 10px;
    cursor: pointer;
}

.info-ul li:nth-child(even) {
    background: #f2f2f2;
}

.info-ul li button {
    vertical-align: middle;
    margin-top: -3px;
    margin-left: 15px;
}

.panel-port {
    width: 450px;
    margin: auto;
    padding: 59px 0;
}

.panel-port li {
    font-size: 14px;
    text-align: center;
}

.panel-port li img {
    display: block;
    margin: auto;
    padding-bottom: 5px;
}

/* 平台信息 */

.panel-platform-info {
    display: inline-block;
    vertical-align: middle;
    cursor: default;
}

.panel-platform-info li {
    line-height: 25px;
    padding: 0 20px;
    text-align: center;
    color: #6F6F6F;
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.panel-platform-info li::before {
    content: '';
    position: absolute;
    right: 0;
    top: 5%;
    width: 0;
    height: 100%;
    border-right: 1px dashed #d6d6d6;
}

.panel-platform-info li:last-child::before {
    height: 0
}

.panel-platform-info li span {
    display: block;
    color: #999;
}

/* 子账户 */

.code_panel {
    padding: 15px 20px;
    color: #333;
    overflow: hidden;
    color: #666;
}

/* SD_WAN */

.img-nav {
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    margin-top: -3px;
}

.layui-nav-tree .img-nav {
    height: 25px;
    display: block;
    vertical-align: inherit;
    margin: auto;
    padding-top: 15px;
}

.layui-layout-right {
    right: 20px;
}

.layui-side-scroll {
    width: 200px;
    z-index: 1000;
}

.panel-member {
    display: inline-block;
    vertical-align: middle;
    line-height: 25px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 5px;
}

.panel-member span {
    padding: 0 9px;
    border: 1px solid #ccc;
    border-radius: 8px;
    display: inline-block;
    position: relative;
}

.panel-member span img {
    position: absolute;
    top: -7px;
    right: -7px;
}

.panel-member img {
    display: inline-block;
    vertical-align: middle;
    padding-left: 3px;
    height: 15px;
    cursor: pointer;
}

.layui-table-box {
    border-bottom: 1px solid #e6e6e6 !important
}

.panel-head {
    width: 30px;
    height: 30px;
    border: 2px solid #e3e3e3;
    border-radius: 50%;
    /* padding: 4px; */
    background: #fff;
    position: relative;
    z-index: 4;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}

.panel-head img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.layui-icon-delete,
.layui-icon-delete:hover {
    color: red !important;
    padding-top: 3px !important;
    /* font-weight: bold; */
}

.img-code {
    height: 38px;
    /* width: 115px; */
    padding-left: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}

.layui-table .unread {
    position: relative;
    background: rgba(236, 111, 12, 0.1)
}

.layui-table .unread td:first-child::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 5px;
    height: 38px;
    background: #EC6F0C;
}

/* 场景营销 */

.template-ul {
    overflow: hidden;
}

.template-ul li {
    text-align: center;
    min-width: 150px;
    line-height: 30px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 5px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.template-ul li>div {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -41px;
}

.template-ul li>div p {
    line-height: 40px;
    background: #333;
    opacity: 0.8;
    filter: alpha(opacity=80);
    margin-top: 1px;
    color: #fff;
}

.template-ul li>div p:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.template-ul li:hover::before {
    background: #fff;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.template-ul li:hover {
    border: 2px solid #0087AD;
}

.template-ul li:hover>div {
    display: block;
}

.template-ul .active:hover>div p:first-of-type {
    display: none;
}

.template-ul .active::before,
.template-ul li:hover::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 30px);
    line-height: 100%;
    background: #fff;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.template-ul .active {
    border: 1px solid #2BA246;
    background: #2BA246;
    color: #fff;
    position: relative;
}

.template-ul img {
    width: 100%;
    display: block;
}

.mould-button {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}

/* 应用协议 */

.upContent {
    background-color: #fff;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    min-height: 200px;
    overflow: hidden;
    padding: 15px 15px 0;
}

.upBtnBox {
    width: 232px;
    padding-left: 35px;
    padding-top: 20px;
}

.unit {
    font-size: 14px;
    margin-left: 5px;
    vertical-align: middle;
}

.protocolType p {
    margin-bottom: 10px;
    line-height: 32px;
    font-size: 13px;
}

.protocolType p select {
    margin-left: 28px;
}

.abstainUp {
    width: 500px;
    height: 400px;
    padding: 10px;
    position: absolute;
    left: 50%;
    margin-left: -210px;
    top: 50%;
    margin-top: -260px;
    z-index: 1010;
    background: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 5px;
    display: none;
}

.rateExplain {
    line-height: 25px;
    padding: 10px;
    min-height: 100px;
    max-height: 400px;
    overflow: auto;
}

.rateExplain p {
    font-size: 12px;
    color: #999;
}

.rateExplain span {
    color: #565656;
    font-size: 14px;
}

.helpIcon img {
    margin-left: 10px;
    width: 20px;
}

.dealMaskBox {
    z-index: 10000;
    display: block;
}

.dealSelectFrame {
    width: 650px;
    text-align: left;
    display: block;
    z-index: 11000;
    background: #ececec;
    margin-left: -325px;
    position: fixed;
    top: 50%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.navSpan {
    font-weight: bold;
    color: #333;
    padding-left: 5px;
    font-size: 16px;
}

.dealTop a {
    color: #2c89e7;
    padding: 0 5px;
}

.navigation {
    display: none;
}

.dealMain {
    margin: 20px 0;
    height: 410px;
    overflow: hidden;
    overflow-y: auto;
}

.dealMainL {
    width: 49%;
    float: left;
    text-align: left;
}

.dealBeChose {
    width: 49%;
    float: right;
}

.dealSearch {
    margin-top: 20px;
}

.dealSearch .btn {
    margin-left: 15px;
}

.dealMainL table {
    width: 100%;
    border: 1px solid #56B881;
    border-bottom: none;
    border-right: none;
}

.dealMainL table th,
.dealMainL table td {
    height: 35px;
    border-bottom: 1px solid #56B881;
    border-right: 1px solid #56B881;
    text-align: center;
}

.dealMainL table th {
    font-size: 14px;
    font-weight: bold;
}

.dealMainL table td {
    height: 30px;
    font-size: 12px;
}

.dealMainL table td a {
    color: #56B881;
}

.dealBeChose .choseValBox {
    width: 98%;
    border: 1px solid #ddd;
    height: 245px;
    outline: none;
    padding: 10px;
    overflow: hidden;
    overflow-y: auto;
}

.dealBeChose .choseValBox option {
    margin-bottom: 5px;
}

.dealOpt {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 10px;
}

.dealOpt .delBtn {
    margin: 0 15px;
}

.dealTips p {
    line-height: 25px;
}

.jhl_shibie {
    margin-bottom: 15px;
    padding: 5px;
    _padding: 0px;
    color: #ff7563;
    font-weight: bold;
    line-height: 20px;
    border: 1px solid #CCCCCC;
    _border: none;
}

.nextLevelIcon {
    display: inline-block;
    width: 19px;
    height: 20px;
    background: url('../img/next_level.png') no-repeat left center;
    vertical-align: middle;
    background-size: 80%;
    margin-top: -3px;
}

.close {
    float: right;
    display: block;
    width: 13px;
    height: 13px;
    background-image: url('../img/close.png');
    margin-top: 14px;
    margin-right: 15px;
    cursor: pointer;
}

.dealSelectFrame .btn,
.dealSelectFrame .cancel {
    width: auto;
    min-width: 58px;
    height: auto;
    text-align: center;
    line-height: 32px;
    padding: 0 10px;
    color: #fff;
    font-size: 14px;
    border: 1px solid transparent;
    background-color: #2c89e7;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
}

.dealSelectFrame .cancel {
    background: #f2f2f2;
    color: #2c89e7;
    border: 1px solid #2c89e7;
}

.comInput {
    width: 184px;
    height: 32px;
    line-height: 32px \9;
    border: 1px solid #c5c5c5;
    outline: none;
    padding: 0 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.comInput:hover {
    border-color: #2c89e7;
}

/* 公共 */

.bg-fff {
    background: #fff;
    box-shadow: 0 1px 2px rgba(150, 150, 150, 0.3);
}

.padding-0,
#typeIPTips {
    padding: 0px !important;
}

.padding-10 {
    padding: 10px;
}

.padding-20 {
    padding: 20px;
}

.padding-020 {
    padding: 0 20px;
}

.padding-010 {
    padding: 0 10px;
}

.padding-05 {
    padding: 0 5px;
}

.padding-10-20 {
    padding: 10px 20px;
}

.padding-left-20 {
    padding-left: 20px;
}

.padding-left-0 {
    padding-left: 0 !important;
}

.padding-right-20 {
    padding-right: 20px;
}

.padding-right-100 {
    padding-right: 100px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-0 {
    padding-top: 0 !important;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.margin-left-0 {
    margin-left: 0px !important
}

.margin-left-10 {
    margin-left: 10px !important
}

.margin-left-20 {
    margin-left: 20px !important
}

.margin-left-130 {
    margin-left: 130px !important
}

.margin-left-150 {
    margin-left: 150px !important
}

.margin-left-180 {
    margin-left: 180px !important
}

.margin-right-15 {
    margin-right: 15px
}

.margin-right-0 {
    margin-right: 0 !important
}

.margin-right-5 {
    margin-right: 5px !important
}

.margin-bottom-0 {
    margin-bottom: 0 !important
}

.margin-bottom-15 {
    margin-bottom: 15px
}

.margin-bottom-5 {
    margin-bottom: 5px
}

.margin-top-0 {
    margin-top: 0 !important
}

.margin-top-3 {
    margin-top: 3px
}

.margin-top-5 {
    margin-top: 5px
}

.margin-top-15 {
    margin-top: 15px
}

.margin-top-30 {
    margin-top: 30px
}

.width-auto {
    width: auto !important
}

.width-50 {
    width: 50px !important
}

.width-60 {
    width: 60px !important
}

.width-80 {
    width: 80px !important
}

.width-90 {
    width: 90px !important
}

.width-100 {
    width: 100px !important
}

.width-120 {
    width: 120px !important
}

.width-150 {
    width: 150px !important
}

.width-190 {
    width: 190px !important
}

.width-380 {
    width: 380px !important
}

.position-relative {
    position: relative
}

.position-absolute {
    position: absolute !important
}

.btn-link {
    color: #36B3D6;
    cursor: pointer;
    text-decoration: underline;
    vertical-align: middle;
}

.btn-link:hover {
    color: #36B3D6;
}

.color-DD5044 {
    color: #DD5044
}

.color-FF5722 {
    color: #FF5722;
}

.color-FFB800 {
    color: #FFB800;
}

.color-EC6F0C {
    color: #EC6F0C !important;
}

.color-009688 {
    color: #2ba246;
}

.color-2ba246 {
    color: #2ba246;
}

.color-36B3D6 {
    color: #36B3D6;
}

.color-888 {
    color: #888;
}

.font-size-10 {
    font-size: 10px !important;
}

.font-size-20 {
    font-size: 20px !important;
}

.border-hover-999 {
    border-style: dashed !important
}

.border-hover-999:hover {
    border: 1px dashed #999
}

.border-top-e6e6e6 {
    border-top: 1px solid #e6e6e6
}

.border-bottom-e6e6e6 {
    border-bottom: 1px solid #e6e6e6
}

.border-right-e6e6e6 {
    border-right: 1px solid #e6e6e6
}

.border-right-0 {
    border-right: 0 !important
}

.border-left-e6e6e6 {
    border-left: 1px solid #e6e6e6
}

.text-align-center {
    text-align: center;
}

.text-align-left {
    text-align: left;
}

.text-align-right {
    text-align: right;
}

.layui-form-selectup dl {
    top: 42px !important;
    bottom: unset !important;
}

body .layer-ext-myskin .layui-layer-content {
    overflow: visible;
}

body .layer-ext-myskin .layui-form-select dl {
    max-height: 200px;
}

.display-none {
    display: none;
}

.display-inline-block {
    display: inline-block !important;
}

.float-none {
    float: none !important
}

.cursor-pointer {
    cursor: pointer
}

.vertical-align-middle {
    vertical-align: middle;
    margin-top: -3px;
}

.font-weight-bold {
    font-weight: bold
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.float-right {
    float: right;
}

.layui-col-xs20 {
    width: 20% !important;
}

.line-height-38 {
    line-height: 38px;
}

.layui-icon-prev:hover {
    background: #dfdfdf;
}

/* .layui-icon-prev {
    line-height: 200px;
    background: #f2f2f2;
    color: #36B3D6;
    font-weight: bold;
    cursor: pointer;
} */

.layui-icon-more {
    color: #36B3D6;
    font-size: 28px !important;
    cursor: pointer;
}

.layui-form-switch-0 .layui-form-switch {
    margin-top: 0;
}

.layui-table-page {
    border-top: 0 !important;
}

.text-decoration-none {
    text-decoration: none
}

.font-size-12 {
    font-size: 12px
}

.flex {
    display: flex;
    width: auto !important;
}