* {
    margin: 0px;
    padding: 0px;
}

html, body {
    height: 100%;
}

::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 3px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    background-color: #dcdfe6;
    background-image: -webkit-linear-gradient( );
}

::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
    background: rgba(255,255,255,0);
}

.bg-theme {
    background-size: 100% 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    transition: background .3s;
}

body.bg-theme9 {
    background-image: linear-gradient(45deg, #19497d, #485563);
}

body.bg-theme10 {
    background-color: #f4f7fc;
}

.el-header, .el-footer {
    color: #333;
    text-align: center;
    padding: 0;
    background-color: #28304e;
}

.el-button--text {
    color: #0066ff;
}


.el-menu, .el-table, .el-table tr, .el-table th {
    background-color: unset;
}

.el-menu {
    border-right: none;
}

.el-table::before, .el-table__fixed-right::before {
    height: 0px;
}

.el-aside {
    color: #333;
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    height: calc(100vh - 80px);
    overflow-x: hidden;
    overflow-y: auto;
    width: 240px;
}

.el-table {
    color: rgba(0, 0, 0, 0.65);
    height: calc(100vh - 239px);
    overflow: auto;
}

    .el-table thead {
        color: #000000 !important;
    }

.el-menu-item {
    color:rgba(102, 102, 102, 1);
    border-left: 3px solid transparent;
}

    .el-menu-item.is-active {
        color: rgba(102, 102, 102, 1);
        background: rgba(102, 102, 102, 1);
        border-left-color: #ffffff;
    }

    .el-menu-item:hover {
        color: rgba(102, 102, 102, 1);
        background-color: rgba(102, 102, 102, 1);
        border-left-color: #ffffff;
    }

.el-table tr.el-table__row:hover {
    color: #ccc;
    background-color: rgba(0, 0, 0, 0.15);
}

.el-submenu__title {
    color: rgba(255, 255, 255, 0.65);
}

    .el-submenu__title:hover {
        background: rgba(255, 255, 255, 0.15);
    }

.el-table__body tr.hover-row > td {
    background: rgba(255, 255, 255, 0.15);
    color: #FFFFFF;
}

.el-logo {
    background: url(../img/linlonglogo.png) rgb(36, 41, 57) no-repeat center left 10px /40px 40px;
    height: 100%;
    width: 260px;
    color: white;
    font-size: 12px;
    text-align: left;
    text-indent: 60px;
}

.el-logo2 {
    background: url(../img/logo_TMS.png) no-repeat center left 10px;
    height: 100%;
    width: 260px;
    color: white;
    font-size: 12px;
    text-align: left;
    text-indent: 60px;
}

.el-logo .cn {
    font-size: 16px;
    padding-top: 18px;
}

.el-logo .en {
    font-size: 10px;
    padding-top: 3px;
}

.el-logo .cn .v {
    font-size: 10px;
}

.demo-form-inline {
    text-align: left;
}

.el-form-item__label {
    color: rgba(0, 0, 0, 0.65);
}

.el-input__inner {
    border: 1px solid #e4e4e4;
    background-color: #FFF;
}

.el-input input:focus {
    border: 1px solid #409EFF;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.45);
}

.el-select .el-input.is-focus .el-input__inner {
    border-color: #409EFF;
}
.el-table-Box {
    height: calc(100vh - 345px);
}
.el-pagination {
    text-align: left;
    margin-left:40px;
}

    .el-pagination .btn-prev {
        border-radius: 3px 0 0 3px;
    }

    .el-pagination .btn-next {
        border-radius: 0 3px 3px 0;
    }

.el-page-title {
    text-align: left;
    color: #a5a5a5;
    font-size: 18px;
}

.el-add {
    text-align: right;
}

.el-white-bg {
    background-color: #FFF;
}

.el-gray-bg {
    background-color: #f2f2f2;
}

.el-submenu {
    background-color: #3c445d;
}

.el-submenu__title {
    background-color: #242939;
}

.el-menu-item a {
    display: block;
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
}

/*表单禁用样式begin*/
.el-input.is-disabled .el-input__inner {
    color: #000000;
    border-color: white;
    background-color: white;
}

.el-checkbox__input.is-disabled.is-checked + span.el-checkbox__label {
    color: #409EFF;
}

.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner {
    background-color: #409EFF;
    border-color: #409EFF;
}

    .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner::after {
        border-color: #ffffff;
    }

.is-disabled .el-input__suffix {
    display: none;
}

.el-select .el-input.is-disabled .el-input__inner:hover {
    border-color: white;
}
/*表单禁用样式end*/


.el-divider--horizontal {
    margin: 40px 0;
}

.bg-white {
    background-color: white;
}

.el-divider__text {
    font-size: 16px;
    color: #4186F9;
}

.el-divider {
    background-color: #4186F9;
}

textarea.el-textarea__inner {
    min-height: 100px !important;
}

.el-textlist:hover {
    cursor: pointer;
    color: #409EFF;
}

.el-table tr.el-table__row:hover {
    color: black;
}

.el-main {
    color: #333;
    background-color: #FFF;
    border-radius: 6px;
    margin: 42px;
    margin-top: 0;
    height: calc(100vh - 128px);
    overflow: hidden;
    padding: 0;
}

.el-table {
    height: calc(100vh - 261px);
}

.two-main {
    margin: 42px;
    background-color: white;
    border-radius: 6px;
    height: calc(100vh - 127px);
    overflow: hidden;
    position: relative;
    margin-top: 0;
}

    .two-main .btn {
        position: absolute;
        right: 15px;
        top: 15px;
        z-index: 9;
    }

    .two-main .leftbtn {
        float: right;
        padding-right: 18px;
    }

    .two-main .title {
        font-size: 14px;
        color: #909399;
        font-weight: bold;
        padding-left: 20px;
        padding-top: 25px;
        margin-bottom: 20px;
        border-bottom: 1px #f2f2f2 solid;
        padding-bottom: 25px;
    }

    .two-main .left_list {
        font-size: 14px;
        text-align: center;
        line-height: 42px;
        color: #909399;
    }

        .two-main .left_list.on {
            font-size: 14px;
            text-align: center;
            line-height: 42px;
            color: #909399;
            background-color: #ecf5ff;
        }

    .two-main .el-table-box {
        margin-left: 20px;
        margin-right: 20px;
    }

    .two-main .el-table {
        height: unset;
    }

.el-breadcrumb {
    font-size: 16px;
}

.el-addRow {
    border-bottom: 1px #f2f2f2 solid;
    text-align: right;
    padding-right: 60px;
    padding-left: 42px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.el-button--primary {
    width: 133px;
    background-color: #0066FF;
    border-color: #0066FF;
    border-radius: 6px;
}

.el-button--success {
    width: 133px;
    background-color: #3C445D;
    border-color: #3C445D;
    border-radius: 6px;
}

    .el-button--success:focus, .el-button--success:hover {
        background-color: #3C445D;
        border-color: #3C445D;
        color: #FFF;
    }

.el-button--info {
    width: 133px;
    background-color: #9098B1;
    border-color: #9098B1;
    border-radius: 6px;
}

    .el-button--info:focus, .el-button--info:hover {
        background-color: #9098B1;
        border-color: #9098B1;
        color: #FFF;
    }

.el-table-Box {
    padding: 40px;
}

.el-table {
    height: unset;
}

    .el-table td, .el-table th {
        padding: 9px 0;
    }

.el-addRow .el-form-item {
    margin-bottom: 0px;
}

.el-table__empty-block {
    border-bottom: 1px #ebeef5 solid;
}

.divtip {
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    font-family: "Segoe UI";
    color: rgb(255, 153, 0);
}

.el-edit-back {
    text-align: right;
    margin-bottom: 20px;
    position: fixed;
    top: 12px;
    right: 20px;
    z-index: 2000;
}

.layui-top-footer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 52px;
    padding-top: 12px;
    background: #fff;
    text-align: center;
    border-bottom: 1px solid #dfdfdf;
    z-index: 999;
}

.layui-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 58px;
    padding-top: 12px;
    background: #fff;
    text-align: center;
    border-top: 1px solid #dfdfdf;
    z-index: 999;
}

.layui-layer-ico.layui-layer-close.layui-layer-close1 {
    background: url(/Content/img/close1.png) no-repeat center !important;
    border: 1px solid #666;
    border-radius: 50%;
    height: 18px;
    width: 18px;
}

.avatar-uploader .el-upload {
    border: 1px dashed #d9d9d9;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

    .avatar-uploader .el-upload:hover {
        border-color: #409EFF;
    }

.avatar-uploader-icon {
    font-size: 28px;
    color: #8c939d;
    width: 178px;
    height: 178px;
    line-height: 178px;
    text-align: center;
}

.avatar {
    width: 178px;
    height: 178px;
    display: block;
}

.el-tabs__item.is-active {
    white-space: nowrap;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    font-family: "Segoe UI";
    color: rgb(0, 0, 0);
}

.el-tabs__item:hover {
    color: rgb(0, 0, 0);
    cursor: pointer;
}
.avatar {
    background: url(/Content/img/upload.png) center center no-repeat;
    border: 1px dashed #e4e4e4;
    border-radius: 6px;
    width: 150px;
    height: 175px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    position:relative;
}
    .avatar .el-icon-delete {
        position: absolute;
        right: 10px;
        top: 10px;
        color: red;
    }
    .avatar img {
        width: 140px;
        height: 165px;
        border-radius: 6px;
        margin-top: 5px;
    }

.imgMask {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: 999999999;
    height: 100%;
}

.BigImg {
    position: absolute;
    z-index: 9999999999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.BigImgClose {
    position: absolute;
    z-index: 99999999999;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 32px;
    cursor: pointer;
    background-image: url('../img/BigImgClose.png');
    opacity: 0.7;
}
.BigImgClose:hover {
    opacity:1;
}
a.link{
    text-decoration:underline;
    cursor:pointer;
}
.el-table__body-wrapper.is-scrolling-none {
    max-height: calc( 100vh - 360px );
    overflow: auto;
}
.edit .el-table__body-wrapper.is-scrolling-none {
    max-height: unset;
}
.inptdf1 {
    display: inline-block;
    float: left;
    width: 300px;
}
.btndf1 {
    display: inline-block;
    float: left;
    margin-left: 10px;
}
.choose .el-main{
    margin:0;
}
.map-box {
    background: #fafafa url('../img/no-info2.png') center center/64px 64px no-repeat;
}
.loading {
    background: #fafafa url('/Content/Plugins/layer-v3.1.1/layer/theme/default/loading-2.gif') center center/32px 32px no-repeat;
}