html,
body {
    height: 100%;
    background-color: #d3ebff;
}

.page {
    min-height: 100%;
    position: relative;
    /*padding-bottom: 88px;*/
    box-sizing: border-box;
}

input[type='text'],
input[type='password'],
input[type='textarea'],
button {
    border-radius: 5px !important
}

.backImg {
    background: url(../image/background.png) no-repeat fixed center;
    background-size: cover;
    min-height: 100%;
}

.layui-form-checked[lay-skin=primary] i {
    background-color: #1977cb
}

.layui-form-checkbox[lay-skin=primary]:hover i {
    border-color: #1977cb;
}

.myhours {
    margin: 10px 0
}

.layui-table,
.layui-table-view {
    margin: 0
}

.layui-form-select dl dd.layui-this {
    background-color: #1977cb;
    color: #fff !important;
}

.layui-this {
    color: #e71626 !important;
}

.layui-tab-brief>.layui-tab-more li.layui-this:after,
.layui-tab-brief>.layui-tab-title .layui-this:after {
    border-bottom: 2px solid #e71626
}

.infor {
    background-color: rgba(170, 204, 222, .4);
    height: 43px;
    line-height: 43px;
}

.infor .floatLeft {
    position: relative;
}

.infoBtn {
    width: 70px;
    height: 26px;
}

.logo1 img,
.logo2 img {
    height: 72px;
    margin-top: 30px
}

.logo1 {
    margin-right: 20px
}

.nav-innerPage {
    width: 1200px;
    margin: 0 auto;
}

.innerPage {
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
}

header .title {
    font-weight: 500;
    margin: 40px 20px
}

header .title p:nth-child(1) {
    letter-spacing: 6px
}

header .title p:nth-child(2) {
    letter-spacing: 2px
}

.searchIcon {
    position: absolute;
    top: 60px;
    left: 160px;
}

.headSearch {
    width: 650px;
    position: relative;
}

.searchInput {
    padding-left: 40px;
    outline: none;
    height: 44px;
    width: 352px;
    border: none;
    border-radius: 22px;
    margin: 48px auto;
    box-sizing: border-box;
}

.searchBtn {
    background-color: #1977cb;
    color: #fff;
    width: 90px;
    height: 44px;
    border-radius: 0 22px 22px 0;
    position: absolute;
    left: 412px;
    top: 48px;
    font-size: 16px
}

.qrcode1,
.qrcode2 {
    margin-top: 14px
}

.qrcode2 {
    margin-left: 15px
}

.navBar {
    background-color: #055093;
    height: 50px;
    position: relative;
}

.navBar li {
    width: 128px;
    float: left;
    text-align: center;
    color: #fff;
    line-height: 50px;
    font-size: 16px;
    cursor: pointer;
}

.navBar li:hover {
    background-color: #1977cb
}


.navBar .nav-mycenter {
    position: absolute;
    right: 0;
    height: 50px;
    line-height: 50px;
}


.navBar li a {
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
}

.layui-form-item {
    margin-bottom: 14px
}

.layui-form-item .layui-input {
    height: 44px;
}

.navActive {
    background-color: #1977cb
}

.left,
.right {
    float: left
}

.left {
    margin-right: 40px;
    padding: 20px 0 0 10px;
    width: 210px;
    min-height: 780px;
}


.layui-tree {
    background-color: #f9f9f9;
    border: 1px solid #e2e2e2
}

.layui-tree-main {
    width: 100%
}

.layui-tree-entry {
    border-bottom: 1px solid #e1e1e1;

    height: 50px;
    line-height: 50px
}

.layui-tree-main .layui-tree-txt {
    width: 150px;

}

.layui-tree-entry {
    height: 40px;
    line-height: 40px
}

.layui-tree-pack {
    border-bottom: 1px solid #e1e1e1;
}

.layui-tree-pack .layui-tree-entry {
    border-bottom: none
}



.list-body {
    padding: 16px 12px;
    box-sizing: border-box;
    overflow: hidden;
    min-height: 500px
}


.layui-table tr {
    height: 50px;
    line-height: 50px
}

input:disabled {
    background-color: #f9f9f9
}

.tip {
    width: 5px;
    height: 20px;
    display: inline-block;
    background-color: #1977cb
}

.head {
    margin: 20px 0;
    padding: 8px 0;
    box-sizing: border-box;
    width: 920px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ebf0f5;
}

.head h2 {
    padding-left: 12px;
    height: 20px;
    line-height: 20px
}


footer {
    /*position: absolute;*/
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #606568;
    height: 88px;
    color: #fff;
}

.footerLeft {
    margin-top: 24px;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    color: #ddd;
}

.footerRight {

    width: 190px;
    margin-right: 6px
}

.footerRight div:nth-child(1) {
    margin-top: 14px
}

.footerRight div:nth-last-child(1) {
    margin-left: 18px;
    margin-top: 18px
}