.container {
    width: 100%;
    height: 100%;
    background-color: #EAF1F7;
}
.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.container .nav-header {
    width: 100%;
    height: 60px;
    line-height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: url('../img/Base.png');
    background-repeat: no-repeat;
    background-position: 50% 100%;
}
.container .nav-header .header-left {
    display: flex;
    color: #fff;
}
.container .nav-header .header-left .company-name {
    min-width: 200px;
    text-align: center;
    padding: 0 56px 0 32px;
    font-size: 24px;
}
.container .nav-header .header-left .period {
    font-size: 15px;
    opacity: 0.8;
    margin-left: 18px;
}
.container .nav-header .header-left .currency-type {
    font-size: 15px;
    opacity: 0.8;
    margin-left: 49px;
}
.container .nav-header .header-right {
    width: 430px;
    color: #fff;
}
.container .nav-header .header-right .admin-list {
    display: flex;
}
.container .nav-header .header-right .admin-list .admin-list-item {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-right: 49px;
}
.container .nav-header .header-right .admin-list .admin-list-item .word {
    padding-left: 3px;
}
.container .nav-header .header-right .admin-list .admin-list-item:last-child {
    margin-right: 0;
}
.container .nav-header .header-right .admin-list .admin-list-item:not(:first-child) {
    cursor: pointer;
}
.container .content {
    display: flex;
}
.container .content .menu {
    width: 200px;
    height: 200px;
    background-color: #0b2e57;
    overflow: auto;
    overflow-x: hidden;
}
.container .content .menu .menu-list .menu-item {
    cursor: pointer;
    width: 200px;
    line-height: 48px;
    color: #fff;
    white-space: nowrap;
    font-size: 16px;
    position: relative;
}
.container .content .menu .menu-list .menu-item:hover {
    background-color: #29476B;
}
.container .content .menu .menu-list .menu-item .menu-item-image {
    margin-left: 30px;
    margin-right: 12px;
}
.container .content .menu .menu-list .menu-item .downarrow {
    width: 15px;
    height: 7px;
    float: right;
    padding: 15px 0;
    margin-right: 15px;
    background: url('../img/down.png') no-repeat 100% 100%;
}
.container .content .menu .menu-list .menu-item .uparrow {
    width: 15px;
    height: 7px;
    float: right;
    padding: 15px 0;
    margin-right: 20px;
    background: url('../img/up.png') no-repeat 100% 100%;
}
.container .content .menu .menu-list .menu-item .submenu {
    background-color: #092546;
    display: none;
}
.container .content .menu .menu-list .menu-item .submenu .submenu-item {
    height: 36px;
    line-height: 36px;
    white-space: nowrap;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.container .content .menu .menu-list .menu-item .submenu .submenu-item:hover {
    background-color: #29476B;
}
.container .content .menu .menu-list .menu-active {
    background-color: #29476B;
}
.container .content .little-arrow {
    position: absolute;
    left: 200px;
    top: 50%;
    width: 15px;
    height: 36px;
    cursor: pointer;
    background: url('../img//closearrow.png') no-repeat 100% 100%;
}
.container .content .tab-zone .system-tips {
    display: flex;
    align-items: center;
    width: 100%;
    height: 36px;
    background-color: #fef9e1;
    color: #786a51;
    font-size: 14px;
    padding-left: 20px;
}
.container .content .tab-zone .system-tips .close-tips {
    display: inline-flex;
    width: 16px;
    height: 16px;
    margin-left: 29px;
    background: url('../img//clear.png') no-repeat 100% 100%;
    cursor: pointer;
}
.container .content .tab-zone .tab-iframe {
    margin-top: 5px;
    margin-left: 20px;
    margin-right: 15px;
}
.container .content .tab-zone .tab-iframe .tab-nav {
    height: 42px;
    background-color: #F5F8FB;
    border: solid 1px #ebebeb;
    overflow-x: auto;
    overflow-y: hidden;
    /*定义滚动条轨道 内阴影+圆角*/
    /*定义滑块 内阴影+圆角*/
}
.container .content .tab-zone .tab-iframe .tab-nav::-webkit-scrollbar {
    width: 6px;
    /*滚动条宽度*/
    height: 4px;
    /*滚动条高度*/
}
.container .content .tab-zone .tab-iframe .tab-nav::-webkit-scrollbar-track {
    background-color: #f5f5f5;
    /*滚动条的背景颜色*/
}
.container .content .tab-zone .tab-iframe .tab-nav::-webkit-scrollbar-thumb {
    border-radius: 10px;
    /*滚动条的圆角*/
    background-color: #C1C1C1;
    /*滚动条的背景颜色*/
}
.container .content .tab-zone .tab-iframe .tab-nav .tab-list {
    display: flex;
}
.container .content .tab-zone .tab-iframe .tab-nav .tab-list .tab-list-item {
    min-width: 135px;
    padding: 0 10px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border: solid 1px #ebebeb;
    position: relative;
}
.container .content .tab-zone .tab-iframe .tab-nav .tab-list .tab-list-item .close-icon {
    width: 8px;
    height: 8px;
    position: absolute;
    right: 3px;
    top: 3px;
    cursor: pointer;
    background: url('../img/cancel.png') no-repeat 100% 100%;
}
.container .content .tab-zone .tab-iframe .tab-nav .tab-list .tab-active {
    border-top: 4px solid #5980ff;
    color: #5980ff;
    background-color: #fff;
}
.container .content .tab-zone .tab-iframe .tab-content {
    margin-top: 5px;
}
.container .content .tab-zone .tab-iframe .tab-content .tab-content-item {
    display: none;
}
@media screen and (max-width: 1480px) {
    .container .nav-header {
        width: 100%;
        height: 40px;
        line-height: 40px;
    }
    .container .nav-header .header-left .company-name {
        font-size: 16px;
    }
    .container .content .tab-zone .tab-iframe .tab-nav {
        height: 36px;
    }
    .container .content .tab-zone .tab-iframe .tab-nav .tab-list .tab-list-item {
        height: 36px;
        line-height: 36px;
    }
}
