﻿﻿html {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

html::-webkit-scrollbar {
    width: 0px
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Liberation Sans", "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "Wenquanyi Micro Hei", "WenQuanYi Zen Hei", "ST Heiti", SimHei, SimSun, "WenQuanYi Zen Hei Sharp", sans-serif;
}

html,
body {
    min-width: 1100px;
    width: 100%;
    height: 100%;
    font-size: 14px;
    overflow: hidden;
    /*min-height: 800px !important;*/
}

a {
    outline: none;
    color: #333;
    cursor: pointer;
}

a.disable {
    color: #999 !important;
}

li {
    list-style: none;
}

input:not[type="button"] {
    color: #666 !important;
    padding-left: 5px !important;
}

input[type="checkbox"],
input[type="radio"] {
    width: 14px;
    height: 14px;
    margin-top: 2px;
}

button,
textarea,
input {
    outline: none;
    background: transparent;
    border: 0;
    font-size: 14px;
}

button:hover {
    cursor: pointer;
}


/*����ͼ��*/

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa {
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/*������ʽ*/

input.disable,
button.disable,
textarea.disable,
div.disable {
    background: #eee;
    color: #999;
}

::-webkit-input-placeholder {
    color: #cccccc;
}
::-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #C9C9C9;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #C9C9C9;
    opacity: 1;
}
::-ms-input-placeholder {
    color: #cccccc;
}

::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 6px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 6px;
    z-index: 99999;
}

::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    background: #E0E9FF;
    z-index: 99999;
}

::-webkit-scrollbar-thumb:hover {
    background: #6185D6;
}

::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    z-index: 99999;
}
.el-table__body-wrapper ::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 10px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 5px;
    z-index: 99999;
}
.el-table__body-wrapper ::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    background: #E0E9FF;
    z-index: 99999;
}
.loading-boxback {
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
}

.main-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slideMenu {
    position: fixed;
    width: 150px;
    height: calc(100vh - 65px);
    left: 0;
    top: 65px;
    z-index: 2;
    overflow-x: hidden;
    overflow-y: auto;
    background: #fff;
}

.index-wrapper {
    position: relative;
    float: left;
    width: 100%;
    padding-left: 150px;
    height: 100%;
    min-width: 1000px;
}


/*����*/

.index-wrapper.slim-bar,
.page-load-box.slim-bar {
    padding-left: 56px;
}

.left-load-box.slim-bar,
.slideMenu.slim-bar {
    width: 56px;
}

.title-load-box.slim-bar,
.title-box.slim-bar {
    padding: 0% 3%;
    padding-left: 100px;
}

/* 系统默认样式 */

.hasActive {
    color: #6084D6 !important;
    cursor: pointer;
}

.firstLeft {
    text-align: left !important;
    padding-left: 15px;
}

.endRight {
    text-align: right !important;
}

.endRight15 {
    text-align: right !important;
    padding-right: 15px;
}

.fontBold {
    font-weight: bold;
}

.hjsbg {
    background: #f2f2f2;
}

.moneyRight {
    color: #666;
    text-align: right !important;
    padding-right: 15px;
    font-size: 14px;
}

.slideMenu>ul {
    padding: 0;
}

.slideMenu>ul>li {
    position: relative;
    list-style: none;
    width: 100%;
    min-height: 45px;
    opacity: 0;
}

.slideMenu>ul>li:first-child {
    opacity: 1;
}

.slideMenu .menu-submenu-arrow {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 10px;
}

.slideMenu .activeTab .menu-submenu-arrow {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.slideMenu .menu-submenu-arrow:before,
.slideMenu .menu-submenu-arrow:after {
    position: absolute;
    width: 6px;
    height: 1.5px;
    background: #fff;
    background: rgba(0, 0, 0, 0.45) \9;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.45)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45));
    background-image: none \9;
    border-radius: 2px;
    transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    content: '';
}

.slideMenu .menu-submenu-arrow:before {
    -webkit-transform: rotate( 45deg) translateX(-2px);
    transform: rotate( 45deg) translateX(-2px);
}

.slideMenu .activeTab .menu-submenu-arrow:before {
    -webkit-transform: rotate( 45deg) translateX(2px);
    transform: rotate( 45deg) translateX(2px);
}

.slideMenu .menu-submenu-arrow:after {
    -webkit-transform: rotate( -45deg) translateX(2px);
    transform: rotate( -45deg) translateX(2px);
}

.slideMenu .activeTab .menu-submenu-arrow:after {
    -webkit-transform: rotate( -45deg) translateX(-2px);
    transform: rotate( -45deg) translateX(-2px);
}

.slideMenu>ul>li:not(:first-child) {
    -webkit-animation: slideFade 1s forwards .3s;
    -moz-animation: slideFade 1s forwards .3s;
    -o-animation: slideFade 1s forwards .3s;
    animation: slideFade 1s forwards .3s;
}

.slideMenu>ul>li>a .iconfont {
    width: 20px;
    font-size: 20px;
    margin-left: 17px;
    margin-right: 10px;
    vertical-align: -5px;
}

.slideMenu>ul>li>a {
    height: 40px;
    line-height: 40px;
    display: block;
    text-decoration: none;
    font-size: 14px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.companyName {
    width: 140px;
    height: 65px;
    line-height: 65px;
    text-align: center;
}

.companyName>span {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.title-box {
    position: absolute;
    height: 60px;
    left: 0;
    width: 100%;
    line-height: 65px;
    color: #666;
    z-index: 8;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    height: 65px;
    background: #6185D6;
    opacity: 1;
}

.index-wrapper .title-box .functional-area>div.user-box a {
    margin-top: 0;
}

.title-box .welcomespeech {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.title-box .functional-area {
    position: absolute;
    right: 47px;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
}

.title-box .functional-area>div {
    float: left;
    margin-left: 30px;
}

.title-box .functional-area a {
    display: block;
    line-height: 40px;
    text-decoration: none;
    position: relative;
    margin-top: 5px;
    height: 40px;
}

.title-box .functional-area .icon-set a,
.title-box .functional-area .icon-message a {
    margin-top: 0;
}

.title-box .functional-area a .iconfont {
    color: #777;
}

.title-box .functional-area .icon-set a .iconfont {
    font-size: 28px;
}

.title-box .functional-area .icon-message a .iconfont {
    font-size: 28px;
}

.title-box .functional-area img {
    width: 28px;
    vertical-align: middle;
}

.functional-area .sys-btn img {
    height: 28px;
    width: 28px;
    background: #FFFFFF;
    border: 1px solid #707070;
    border-radius: 50%;
    border-radius: 50%;
    float: left;
}

.title-box .functional-area .icon-message img,
.title-box .functional-area .icon-set img {
    width: 22px;
}

.title-box .functional-area a span.message-tips {
    position: absolute;
    min-width: 30px;
    height: 20px;
    background: #FF7F2F;
    color: #fff;
    left: 15px;
    top: 0;
    line-height: 20px;
    text-align: center;
    z-index: 1;
    font-size: 12px;
    border-radius: 20px;
    padding: 0 7px;
}

.title-box input::placeholder {
    color: #CCCCCC;
}

.title-box .dropdown-menu li {
    width: 100%;
    height: 30px;
    line-height: 30px;
    /* padding: 0 10px; */
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    text-align: center;
    padding: 0px;
}

.title-box .companyName>i {
    position: relative;
    display: inline-block;
    vertical-align: 11px;
}

.title-box .companyName>i:before,
.title-box .companyName>i:after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    border-bottom: 7px transparent dashed;
    border-left: 7px transparent dashed;
    border-right: 7px transparent dashed;
    border-top: 7px #6185D6 solid;
    overflow: hidden;
}

.title-box .companyName>i:before {
    top: 2px;
    /*重要*/
    border-top-color: #fff;
}

.title-box .companyName>i:after {
    border-top-color: #6185D6;
}

.title-box .functional-area a span {
    position: relative;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    vertical-align: top;
    width: auto;
    color: #fff;
}

.title-box .functional-area a span.userName {
    margin-left: 10px;
}

#container {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 65px;
    background: #F2F5F9;
}

.htglMain {
    position: relative;
    background: #F2F5F9;
    width: 100%;
    height: 100%;
    padding: 10px 10px 0;
    overflow: hidden;
}

.htglMain>.htglMainShow {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
    /*box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);*/
    overflow-y: hidden;
    padding-top: 40px;
    overflow-x: visible;
}


/*����ɸѡ*/

.main-content-body {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 8px 8px;
    overflow-y: auto;
    z-index: 1;
}

.htgTabBox {
    width: 100%;
    position: absolute;
    background: #fff;
    padding: 0 20px 15px;
    z-index: 2;
}

.htgTabBox>.down {
    position: relative;
}

.htgTabBox .boxUl {
    position: relative;
    padding-left: 70px;
    overflow: hidden;
    color: #666;
    padding: 0px;
    margin: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
}

.htgTabBox .boxUl>* {
    position: relative;
    float: left;
}

.htgTabBox .boxUl>.title {
    position: absolute;
    left: 0;
    height: 30px;
    display: block;
    line-height: 30px;
    font-size: 14px;
}

.htgTabBox .boxUl>.title>span {
    display: inline-block;
    margin-left: 32px;
}

.htgTabBox .boxUl>.content {
    overflow: hidden;
    width: 100%;
    margin-left: 70px;
}

.title-btn {
    overflow: hidden;
    padding-top: 10px;
}

.btn-choose-money ul li {
    height: 130px;
}

.htgTabBox .boxUl>.content>button,
.title-btn>button,
.title-btn>a {
    position: relative;
    float: left;
    margin-left: 20px;
    width: 90px;
    padding: 6px 0;
    /*background: #f2f2;*/
    outline: none;
    border-radius: 4px;
    color: #666;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 22px;
}

.title-btn>button {
    float: right;
}

.box-div button:hover,
.export-box button:hover,
.top>.boxUl button:hover,
.title-btn>a:hover,
.content-title>.right-text>.title-btn>button:hover,
#moneySubmit:hover,
.moneySubmit:hover {
    background: #6084D6 !important;
    cursor: pointer !important;
    color: #fff !important;
}

.export-box>div:not(.clear) {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-left: 20px;
    color: #666;
    font-size: 14px;
    font-weight: normal;
}

.htgTabBox .top {
    overflow: hidden;
}

a.activeColor,
button.activeColor {
    background: #6084D6;
    color: #fff;
}

.status-btn {
    float: left;
}

.sales-btn button,
.status-btn button,
.sales-btn > a {
    background: none;
    color: #666;
    margin-right: 32px;
    display: inline-block;
    line-height: 40px;
    padding: 0 10px;
    font-size: 14px;
    white-space: nowrap;
}

.sales-btn button.activeColor,.sales-btn > .tabActive,
.status-btn button.activeColor{
    color: #6084D6;
    position: relative;
    font-weight: 600;
}

.sales-btn button.activeColor:after, .sales-btn .tabActive:after, .status-btn button.activeColor:after {
    content: '';
    width: 100%;
    height: 3px;
    background: #6084D6;
    border-radius: 2px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
}

.sales-btn>span {
    font-size: 14px;
    line-height: 40px;
    padding-left: 25px;
    background: url(/static/img/icon/mark-2502fd8856f736d934f68dcda66b0cfa.png) no-repeat left center;
    cursor: pointer;
    text-decoration: underline;
    color: #6084D6;
    white-space: nowrap;
}

.right-btns {
    float: right;
    margin-top: 10px;
    margin-right: 20px;
    line-height: 20px;
}

i.icon-fliter {
    width: 12px;
    height: 14px;
    display: inline-block;
    background: url(/static/img/icon/filter-d5b1080a862467f8a3f5219d1e8246bd.png) no-repeat center;
    vertical-align: -3px;
}

.dialog .dialog-footer>a:hover,
.dialog .dialog-footer2>a:hover {
    background: #6084D6 !important;
    color: #fff !important;
}

.screening .screening_text .down>*:not(.clear) {
    width: 382px;
    font-size: 14px;
    font-weight: normal;
    position: relative;
    /*float: left;*/
}

.down>*:not(.clear) {
    width: 10%;
    font-size: 14px;
    font-weight: normal;
    float: left;
}

.down .setMoney li {
    height: 136px;
}

.down .setplanNum li {
    height: 136px;
}

.down .setactual li {
    height: 136px;
}

.down .setMoney form>p,
.down .setactual p,
.down .setplanNum p {
    text-align: center;
}


/*������*/

#index-search-box img {
    cursor: pointer;
}

.small-dialog .search-box {
    float: none;
    /*margin-left: 23px;*/
    margin-top: 0;
}

.down>.search-box {
    float: right;
    width: 24%;
}

.search-box {
    position: relative;
    min-height: 30px;
    border: 1px solid #ccc;
    min-width: 80px;
    width: 24%;
    float: right;
    margin-right: 35px;
}

.search-box>form ,
.search-box .search_box_son {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.search-box>form>input ,
.search-box .search_box_son>input {
    background: transparent;
    border: 0;
    padding-left: 10px;
    display: block;
    height: 100%;
    line-height: 30px;
    height: 30px;
    padding-right: 30px;
    font-size: 12px;
    color: #333;
    width: 100%;
}

.search-box img {
    position: absolute;
    right: 4px;
    top: 5px;
}

.search-box img:hover {
    cursor: pointer;
}

.content-title {
    position: absolute;
    width: 100%;
    height: 40px;
    top: 0;
    left: 0;
    padding: 0 30px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    z-index: 2;
    background: #fff;
    border-radius: 8px 8px 0 0;
}
.dialog .content-title:before {
    content: " ";
    position: absolute;
    width: 4px;
    height: 18px;
    top: 11px;
    left: 16px;
    background: #47ce51;
}

.content-title .left-text {
    float: left;
    height: 40px;
    line-height: 40px;
}

.htgTabBox .screening {
    height: 40px;
    margin-top: 10px;
}

.htgTabBox .fliter-btn {
    float: left;
    font-size: 12px;
    border: 1px solid #5F83D6;
    color: #5F83D6;
    padding: 0 5px;
    border-radius: 2px;
    height: 25px;
    line-height: 23px;
    /*margin-top: 5px;*/
    cursor: pointer;
}

.fliter-btn span {
    display: inline-block;
    vertical-align: 0;
    font-size: 14px;
}

.htgTabBox .screening i {
    font-size: 18px;
}

.appear {
    display: block !important;
}

.htgTabBox .screening .screening_text {
    position: absolute;
    top: 50px;
    left: 78px;
    background: white;
    text-align: left;
    border: 2px solid #eee;
    border-radius: 5px;
    padding: 20px 12px;
    width: 460px;
    box-shadow: 0px 1px 2px #cccccc;
    /*margin-left: -193px;*/
    z-index: 3;
    display: none;
}

.screening .screening_text span {
    font-size: 14px;
    color: #666666;
    display: inline-block;
    text-align: right;
    width: 120px;
    height: 20px;
    vertical-align: -4px;
}

.screening .screening_text select {
    display: inline-block;
    width: 275px;
    /* box-shadow: 0 9px 1px -8px #333 inset; */
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #cccccc;
    color: #666666;
    background: #ffffff;
    height: 30px;
}

.screening .screening_text .first-child,
.screening .screening_text .last-child {
    float: right;
    padding: 5px 30px;
    border-radius: 4px;
    font-size: 14px;
    margin: 22px 13px 0;
}

.screening .screening_text .first-child {
    border: 1px solid #6084D6;
    color: white;
    background: #6084D6;
}

.screening .screening_text .last-child {
    border: 1px solid #6084D6;
    outline: none;
    background: #ffffff;
    color: #6084D6;
}

.screening_text .guishu,
.screening_text .source,
.screening_text .leixing,
.screening_text .leixing4,
.screening_text .jiaji {
    margin-bottom: 3.4%;
}

.content-title>.right-text {
    float: right;
    font-size: 0;
}
.content-title>.right-text>.dialog-close,.content-title>.right-text>.bohui-close{
    background: url(/static/img/close-ebf2e78834321e2159bbfd69424fded3.png) no-repeat 0 0 / 100% 100%;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-top: 10px;
}
.content-title>.right-text>i.icon-daoru {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    left: -30px;
}

.content-title>.right-text>.title-btn>button {
    margin-bottom: 0;
    max-height: 30px;
}

.content-title>.right-text>.title-btn {
    height: 100%;
    padding-top: 4px;
}

.newShizhi .content-title>.right-text>.title-btn {
    height: 100%;
    padding-top: 0px;
}


/*ѡ�*/

.fund-tab {
    float: left;
    overflow: hidden;
    width: 40%;
}

.fund-tab>div,
.fund-tab>a {
    float: left;
    width: auto;
    padding: 0;
    font-size: 14px;
    padding: 0 10px;
    text-decoration: none;
    color: #666;
}

.fund-tab>div:hover,
.fund-tab>a:hover {
    color: #6084D6;
}

.ht-add:hover {
    cursor: pointer;
}


/*ҳ��*/

.htgbottom {
    position: absolute;
    width: 100%;
    background: #fff;
    border-top: 1px solid #ddd;
    bottom: 0;
    z-index: 1;
    left: 0;
}

.exportBox,
.export-box {
    width: 100%;
    display: block;
    padding: 10px 0;
    bottom: 0;
    /*border-top: 1px solid #f2f2f2;*/
    border-bottom: 1px solid #f2f2f2;
    overflow: hidden;
    /*padding-right: 4px;*/
}

.export-box button {
    float: right;
    margin-right: 15px;
    height: 30px;
    width: 90px;
    border: 1px solid #6084D6;
    border-radius: 4px;
    outline: none;
    background: #ffffff;
    color: #6084D6;
    font-size: 14px;
}


/*����*/

.func-box {
    font-size: 14px;
    color: #666;
    /*overflow: hidden;*/
    padding-left: 15px;
}

.func-box>.left-box,
.func-box>div:first-child:not(.right-box) {
    float: left;
}

.func-box>.right-box {
    float: right;
}

.func-box>.right-box {
    float: right;
    height: 50px;
    line-height: 50px;
    max-width: 662px;
    width: 76%;
    /*padding-right: 25px;*/
}

.func-box>.right-box>* {
    float: left;
    margin-top: 12px;
}

.func-box .allChoose {
    height: 50px;
    display: block;
    line-height: 50px;
    float: left;
}

.func-box>.left-box {
    float: left;
}

.func-box>.right-box>.showTr,
.func-box>.right-box>.btn-showRows {
    float: left;
    font-size: 14px;
    color: #666;
    height: 30px;
    line-height: 30px;
}

.func-box>.right-box>.showTr ul,
.func-box>.right-box>.btn-showRows ul {
    position: absolute;
    width: 80px;
    top: auto;
    bottom: 100%;
}

.func-box>.right-box>.btn-group {
    position: relative;
    width: 80px;
    margin-left: 22px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #999;
    font-size: 0;
}

.func-box>.right-box>.btn-group button {
    position: relative;
    top: 0;
    height: 100%;
    padding: 0;
    width: 100%;
    padding-left: 23px;
    background: #fff;
    color: #999;
    min-height: 0;
}

.func-box>.right-box>.btn-group .dropdown-toggle::after {
    top: 12px;
}

.func-box>.right-box #page {
    width: 50px;
}

.func-box>.right-box>.tongji {
    width: 147px;
    height: 30px;
    line-height: 30px;
    margin-left: 16px;
    text-align: center;
    border: 1px solid #999;
}

.func-box>.right-box>.btn-prev,
.func-box>.right-box>.btn-next {
    width: 80px;
    height: 30px;
    line-height: 30px;
    margin-left: 16px;
    text-align: center;
    border: 1px solid #999;
    background: #fff;
    color: #666;
}

.func-box>.right-box .btn-prev:hover,
.func-box>.right-box .btn-next:hover {
    border: 1px solid #6084D6;
    color: #6084D6;
}

.btn-showRows .dropdown-menu li:hover {
    background: #6084D6;
    color: #fff;
}

.func-box>.right-box>.next-to {
    width: 124px;
    height: 30px;
    line-height: 30px;
    margin-left: 16px;
    text-align: center;
}

.func-box>.right-box>.next-to input {
    border: 1px solid #999;
    color: #999;
    width: 50px;
    height: 30px;
    margin: 0 10px;
    text-align: center;
}


/*�����б�*/

.btnGroup:not(.btn-showRows),
.btn-group-vertical,
.btn-group:not(.btn-showRows),
.btn-group-vertical {
    position: relative;
    min-width: 80px;
    /*max-width: 280px;*/
    height: 32px;
    font-size: 0;
    border: 1px solid #ccc;
    /*border-radius: 4px;*/
    /*margin-bottom: 5%;*/
    width: 100%;
}

.screening_text .btnGroup:not(.btn-showRows),
.screening_text .btn-group-vertical,
.screening_text .btn-group:not(.btn-showRows),
.screening_text .btn-group-vertical {
    position: relative;
    min-width: 80px;
    /*max-width: 280px;*/
    height: 30px;
    font-size: 0;
    border: 1px solid #ccc;
    width: 100%;
}

.screening_text .btnGroup:not(.btn-showRows),
.screening_text .btn-group-vertical,
.screening_text .btn-group:not(.btn-showRows),
.screening_text .btn-group-vertical {
    position: relative;
    min-width: 80px;
    font-size: 0;
    border: none;
    width: 100%;
    margin-bottom: 10px;
}

.btn-group a {
    display: block;
    width: 100%;
}

.btnGroup>.btn:first-child,
.btn-group>.btn:first-child {
    margin-left: 0;
    min-height: 30px;
    overflow: hidden;
    color: #ccc;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    text-align: left;
    padding-left: 5px;
    border-radius: 0;
    background: transparent;
    padding-right: 18px;
    display: block;
}
.btnGroup>.btn.disable,.btn-group>.btn.disable{
    color: #999;
}

.screening .screening_text .btnGroup>.btn:first-child,
.screening .screening_text .btn-group>.btn:first-child {
    margin-left: 0;
    min-height: 30px;
    overflow: hidden;
    color: #ccc;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    text-align: left;
    padding-left: 5px;
    font-size: 14px;
    background: transparent;
    padding-right: 5%;
    border-radius: 4px;
    display: block;
}

.screening .screening_text .dropdown-toggle::after {
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -3px;
    display: inline-block;
    width: 0px;
    height: 0px;
    vertical-align: middle;
    content: "";
    border-top: 6px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    -webkit-box-flex: 0;
    /* flex: 0 1 auto; */
    width: 275px;
    /*margin-top: -10px;*/
    margin-left: 4px;
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
    height: 23px;
    white-space: nowrap;
    vertical-align: middle;
    /*border: 1px solid #ccc;*/
    padding: 0 7px;
    border-radius: .25rem;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.screening .screening_text .btn {
    display: inline-block;
    font-weight: 400;
    height: 30px;
    line-height: 30px;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid #cccccc;
    padding: 0 5px;
    font-size: 14px;
    border-radius: .25rem;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #999999;
}
.screening .screening_text input::placeholder {
    color: #999999;
    opacity: 1;
}

.dropdown-toggle::after {
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -3px;
    display: inline-block;
    width: 0px;
    height: 0px;
    content: "";
    border-top: 6px solid #999;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown-menu li {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}
.dropdown-menu li.child{
    padding-left: 18px;
}
.dropdown-menu li.child2{
    padding-left: 26px;
}
.dropdown-menu li.search {
    position: relative;
    border: 1px solid #ccc;
    width: 98%;
    margin: 0 auto;
    display: block;
}

.dropdown-menu li.search input {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #666;
    border: none;
}

.btnGroup>button.choosed,
.btn-group>button.choosed {
    color: #666666 !important;
}

input.disable,
.btnGroup>.btn:first-child.disable,
.btn-group>.btn:first-child.disable {
    background: #eee;
}


/****/

.htgMaxList {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.index-content-wrapper {
    position: relative;
    height: 100%;
    width: 100%;
    overflow-x: auto;
    overflow-y: auto;
}

.htgMaxList>.index-content-wrapper>table {
    position: relative;
    display: block;
    height: 100%;
    color: #666;
    padding-top: 40px;
}

.htgMaxList>.index-content-wrapper>table>thead {
    width: calc(100% - 1em);
    display: table;
    position: absolute;
    z-index: 1;
    table-layout: fixed;
    top: 0;
}

#chooseClient2 .dialog-title .tab-box {
    position: absolute;
    overflow: hidden;
    bottom: 10px;
    right: 15px;
}

.htgMaxList>.index-content-wrapper>table>tbody>tr {
    table-layout: fixed;
}

.htgMaxList>.index-content-wrapper>table>thead>tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.htgMaxList>.index-content-wrapper>table>thead td {
    background: #f2f2f2;
    /*width: 9%;*/
}

.htgMaxList>.index-content-wrapper>table>thead td p {
    /*margin: 0px 10px 0px 0px;*/
}

.htgMaxList>.index-content-wrapper>table td {
    text-align: center;
    height: 40px;
    min-width: 40px;
    font-size: 14px;
}

.htgMaxList>.index-content-wrapper>table .complete {
    display: inline-block;
}

.htgMaxList>.index-content-wrapper>table .handle-delete {
    display: inline-block;
    margin-left: 18%;
}

.htgMaxList>.index-content-wrapper>table>tbody {
    position: relative;
    min-width: 100%;
    height: 100%;
    overflow-y: auto;
    background: #fff;
    display: block;
}

.htgMaxList>.index-content-wrapper>table>tbody>tr {
    display: table;
    width: 100%;
    cursor: pointer;
}

.htgMaxList>.index-content-wrapper>table>thead>tr td.endRight15 p,.htgMaxList>.index-content-wrapper>table>tbody>tr td.endRight15 p {
    word-break: break-all;
    padding: 0px;
}

.htgMaxList>.index-content-wrapper>table>tbody>tr p {
    word-break: break-all;
    margin: 0px 10px 0px 0px;
}

.htgMaxList table tbody tr:not(:last-child) {
    border-bottom: 1px solid #edeff0;
}


/*��񾭹�*/

.htgMaxList table tbody tr:hover,
.dialog table tbody tr:hover,
.small-dialog table tbody tr:hover {
    background: rgba(167, 204, 230, .1);
}

.htglMain .dropdown-menu {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 5;
    display: none;
    float: left;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #292b2c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    left: 0px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 5;
    display: none;
    float: left;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #292b2c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    left: 0px;
}

.print-child {
    display: flex;
    width: 70%;
    margin-left: 30%;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
}

.print-child span {
    margin-left: 5px;
    line-height: 30px;
}

div[data-layer="dialog-print"] .print-child label {
    margin-left: 5px;
}

div[data-layer="dialog-printOrder"] .print-child label {
    margin-left: 5px;
}

div[data-layer="dialog-printJk"] .print-child label {
    margin-left: 5px;
}

div[data-layer="dialog-printInstall"] .print-child label {
    margin-left: 5px;
}

.screening .screening_text .dropdown-menu {
    position: absolute;
    top: 112%;
    width: 68%;
    z-index: 5;
    display: none;
    float: left;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #292b2c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    left: 122px;
}

.dropdown-menu a {
    color: #6084D6;
}

.btnGroup .dropdown-menu,
.btn-group .dropdown-menu {
    max-height: 300px;
    overflow-y: auto;
    background: #fff;
}

.clear {
    clear: both;
}

.retractSlideBar {
    position: absolute;
    width: 32px;
    height: 111px;
    left: 220px;
    top: 50%;
    z-index: 11;
}

.retractSlideBar:hover {
    cursor: pointer;
}

.dialog-body .userList {
    margin: 0px 20px;
    display: flex;
}

.dialog-body .userList li {
    margin: 0px 10px;
    color: #666;
}

.carbonSumbit {
    float: right;
    margin: 17px;
}

.datatimebox>input {
    width: 100%;
    padding-right: 20%;
    height: 32px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    font-size: 14px;
    color: #666;
    padding: 0 4px;
    background: transparent;
    border: 1px solid #ccc;
    /*border-radius: .25rem;*/
    overflow: hidden;
    /* min-height: 30px; */
    /* width: 275px; */
    font-size: 12px;
}

.daterangepicker_start_input,
.daterangepicker_end_input {
    display: none !important;
}

.datatimebox {
    position: relative;
    height: 30px;
    left: 0;
    color: #999;
}

.datatimebox1 {
    margin-bottom: 3.4%;
}

.datatimebox::after {
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -3px;
    display: inline-block;
    width: 0px;
    height: 0px;
    vertical-align: middle;
    content: "";
    border-top: 6px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.datatimebox #datetimepicker {
    width: 275px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #666666;
    margin-left: 0px;
    font-size: 14px;
    padding-left: 5px;
}

.htgMaxList>.index-content-wrapper>table.wm50 tr td:first-child {
    width: 50px;
    min-width: 0;
}

.sellTotal {
    background: #fff;
    height: 50px;
    display: flex;
    justify-content: space-between;
    color: #666;
    font-size: 14px;
    align-items: center;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #eee;
}

.sellTotal p:last-child {
    padding-right: 15px;
}

.daterangepicker .ranges .range_inputs .applyBtn {
    background: #6084D6;
    color: #fff;
    font-size: 12px;
    border-radius: 2px;
}

.daterangepicker .ranges .range_inputs .cancelBtn {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #6084D6;
    font-size: 12px;
    color: #6084D6;
    border-radius: 2px;
}

.dropdown-menu .right {
    box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.05);
}

.table-condensed tbody td.active {
    background-color: #6084D6;
    border-color: #6084D6;
    color: #fff;
    border-radius: 50%;
}

.daterangepicker tr.active:hover {
    background-color: #6084D6;
    border-color: #6084D6;
    color: #fff;
}


/****/
.screening .screening_text .datatimebox>input {
    padding-right: 20%;
    width: 275px;
    height: 30px;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    font-size: 14px;
    color: #666666;
    padding: 0 4px;
    background: transparent;
    border: 1px solid #ccc;
    border-radius: .25rem;
    overflow: hidden;
}
input.ui-datepicker-time:-ms-input-placeholder {
    color: #c9c9c9;
}

/* Internet Explorer 10+ */

input.ui-datepicker-time::-webkit-input-placeholder {
    color: #c9c9c9;
}


/* WebKit browsers */

input.ui-datepicker-time::-moz-placeholder {
    color: #c9c9c9;
}


/* Mozilla Firefox 4 to 18 */

input.ui-datepicker-time:-moz-placeholder {
    color: #c9c9c9;
}


/* Mozilla Firefox 19+ */

nput::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #636363;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #636363;
}

.daterangepicker {
    width: auto;
    height: 300px !important;
}

.daterangepicker td,
.daterangepicker th {
    width: 30px !important;
    height: 30px !important;
    font-size: 14px;
    min-width: 30px;
}

#tips p {
    background: rgba(0, 0, 0, .75);
    border-radius: 5px;
    padding: 10px;
}

#tips {
    text-align: center;
    line-height: 30px;
    white-space: normal;
    min-width: 200px;
    color: #fff;
    position: fixed;
    top: 35%;
    bottom: 0;
    /*right: 0;*/
    z-index: 99999999999;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    padding: 10px;
    max-width: 40%;
    font-size: 16px;
}

#toolTips {
    background: rgba(0, 0, 0, .75);
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
    height: 30px;
    color: #fff;
    min-width: 80px;
    position: absolute;
    /*left: 0;*/
    top: 80%;
    bottom: 0;
    /*right: 0;*/
    z-index: 99999999999;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    font-size: 14px;
}

#message {
    background: rgba(0, 0, 0, .75);
    border-radius: 5px;
    /* text-align: center; */
    line-height: 26px;
    padding: 10px;
    color: #fff;
    min-width: 80px;
    position: absolute;
    /* left: 0; */
    top: 30px;
    bottom: 0;
    /* right: 0; */
    z-index: 99999999999;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    font-size: 14px;
    width: 400px;
    min-height: 120px;
    text-align: left;
}

.toolTips p {
    line-height: 15px;
    text-align: left;
}

.attachment ul {
    min-height: 50px;
}

body .daterangepicker td.in-range {
    border-radius: 50%;
}

#moneyBox input,
#moneyBox1 input,
.btn-choose-plan input,
.btn-choose-actual input,
.btn-choose-userTime input,
.btn-choose-finish input {
    border: 1px solid #ccc;
    line-height: 24px;
    font-size: 14px;
    color: #333;
    width: 100%;
}

.chooseBank tr td {
    width: 16% !important;
}

.moneyBox input {
    border: 1px solid #ccc;
    line-height: 24px;
    font-size: 14px;
    color: #333;
    width: 100%;
}

#moneySubmit,
.moneySubmit,
.actualSubmit,
.planSubmit {
    width: 70%;
    margin: 0 auto;
    height: 24px;
    float: left;
    line-height: 24px;
    font-size: 12px;
    padding: 0px 1%;
    position: relative;
    left: 15%;
    top: 8px;
    display: block;
    min-width: 0px;
    border: 1px solid #6084D6;
    color: #6084D6;
    border-radius: 4px;
    outline: none;
}

#ys-paginationLayer1 {
    width: 204px;
    height: 148px;
    background: #fff;
    color: #8c8c8c;
    position: absolute;
    top: 160px;
    left: 220px;
    border-radius: 4px;
    z-index: 1001;
}

#ys-paginationLayer1:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    left: -30px;
    z-index: 99;
    top: 26px;
    border-top: 25px solid transparent;
    border-right: 30px solid white;
    border-bottom: 25px solid transparent;
}


/*左侧菜单*/

.slideMenu .paginationLayer li {
    line-height: 35px;
    height: 35px;
}

.slideMenu .paginationLayer li a {
    display: block;
    padding-left: 45px;
    font-size: 14px;
    text-decoration: none;
}

.slideMenu .paginationLayer li:hover a {
    background: #f5f5f5;
}

.slideMenu .paginationLayer li.active a {
    background: #E0E9FF;
    color: #6084D6;
    font-weight: 600;
}
.slideMenu>ul>li>a.active {
    background: #E0E9FF;
    color: #6084D6;
    font-weight: 600;
}

.toolTips {
    position: absolute;
    border-radius: 10px;
    background: rgba(0, 0, 0, .5);
    padding: 10px;
    bottom: 30%;
    left: 60px;
    color: #fff;
    line-height: 20px;
    z-index: 999999;
}


/*��ҳTab��ʽ*/

.order-box {
    position: absolute;
    font-size: 14px;
    top: 2px;
}

.orderTop {
    position: relative;
    display: block;
    width: 0;
    height: 0;
    margin-left: 0;
    content: "";
    border-bottom: .34em solid;
    border-right: .34em solid transparent;
    cursor: pointer;
    border-left: .34em solid transparent;
}

.orderTop.active {
    border-bottom: .34em solid #6084D6;
}

.orderDown.active {
    border-top: .34em solid #6084D6;
}

.orderDown {
    position: relative;
    margin-top: 3px;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-top: .34em solid;
    border-right: .34em solid transparent;
    cursor: pointer;
    border-left: .34em solid transparent;
}

 :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #C9C9C9;
    opacity: 1;
}

 ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #C9C9C9;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #C9C9C9;
    opacity: 1;
}

input::-webkit-input-placeholder {
    color: #C9C9C9;
    opacity: 1;
}

.htgList>table {
    width: 100%;
    position: relative;
}

.htgList table thead,
.htgList tbody td {
    text-align: center;
}

.htgList table th p,
.htgList table td p {
    position: relative;
    word-break: break-all;
}

#guidang:hover {
    background: #6084D6;
    cursor: pointer;
}

#guidang {
    background: #6084D6;
    color: #FFFFFF;
}

.tableDown {
    position: absolute;
    top: 0;
    width: 100%;
    background: #f2f2f2;
    height: 40px;
    left: 0;
    z-index: 0;
}

.htgList table tr td {
    font-size: 14px;
    color: #333;
}

.thead_tit {
    background: #f2f2f2;
}

.thead_tit td {
    background: #f2f2f2;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.down>.search-box input {
    font-size: 14px;
}

.loading-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
}

.loading-box {
    position: absolute;
    width: 160px;
    height: 160px;
    left: 50%;
    margin-left: -80px;
    top: 50%;
    margin-top: -80px;
    z-index: 999999;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.7)
}

.loading-box>img {
    position: relative;
    display: block;
    width: 90px;
    margin: 8% auto 0 auto;
    -wbkit-animation: loading-rotate 1s steps(12, end) infinite;
    animation: loading-rotate 1s steps(12, end) infinite;
}

.loading-box>p {
    text-align: center;
    margin-top: 8%;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

@-webkit-keyframes loading-rotate {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg);
        transform: rotate3d(0, 0, 1, 360deg);
    }
}

@keyframes loading-rotate {
    0% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    100% {
        transform: rotate3d(0, 0, 1, 360deg);
    }
}


.sys-use-box {
    position: fixed;
    width: 130px;
    top: 67px;
    z-index: 1001;
    margin: .125rem 0 0;
    font-size: 1rem;
    text-align: center;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    display: none;
    border-top: hidden !important;
    border-radius: 6px;
    right: 30px;
}

.sys-use-box li {
    line-height: 40px;
    height: 40px;
    width: 100%;
    color: #292b2c;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
}

.sys-use-box li a:hover {
    background: #6084D6;
    color: #fff;
}

.sys-use-box li a {
    margin-top: 0 !important;
    text-decoration: none;
    color: #8c8c8c;
}

.show {
    display: block;
}

.sys-use-box:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    z-index: 99;
    border-right: 15px solid transparent;
    border-bottom: 20px solid #fff;
    top: -20px;
    left: 38%;
    border-left: 15px solid transparent;
}


/*��������ʽ*/

.sp-footer,
.cc-footer {
    width: 100%;
    overflow: hidden;
    min-height: 50px;
}

.sp-footer>div,
.cc-footer>div {
    float: left;
}

.footer-div {
    width: 105px;
    position: relative;
    height: 180px;
}

.footer-round {
    height: 40px;
    width: 40px;
    position: relative;
    border-radius: 50%;
    top: 45px;
    left: 20px;
    overflow: hidden;
}

.k-cont .cc-footer {
    margin-left: 20px;
}

.k-cont .cc-footer .footer-round {
    width: 60px;
    height: 60px;
    overflow: hidden;
}

.k-cont .cc-footer .footer-round p {
    line-height: 60px;
}

.footer-round>img {
    width: 100%;
    height: 100%;
}

.footer-middle {
    width: 2px;
    height: 20px;
    position: relative;
    top: 45px;
    left: 48px;
}


.sp-footer .bottom-box p:nth-child(2) {
    min-height: 26px;
}

.sp-footer p,
.cc-footer p {
    position: relative;
    /*color: #fff;*/
    margin-top: 2%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    font-size: 14px;
}
.k-cont .sp-footer p,
.k-cont .cc-footer p {
    color: #333333;
}


.cc-footer p.realName {
    background: #6084D6;
    margin-top: 0px;
    color: #fff;
    line-height: 36px;
    border-radius: 50%;
}

.cc-footer>div {
    margin-left: 0px;
}

.cc-footer .footer-div .addcc {
    line-height: 30px;
    margin-top: 0px;
    cursor: pointer;
    font-size: 32px;
    text-align: center;
    color: #fff;
}

.footer-last {
    width: 80px;
    height: 12px;
    position: relative;
    left: 5px;
    top: 45px;
}

.last-div {
    width: 10px;
    height: 16px;
    position: relative;
    left: 85px;
    top: 30px;
}

.last-round {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    position: relative;
    left: 44px;
    top: 16px;
}

.once .round-border,
.two .round-border {
    border: 2px solid #C3D4FC;
    overflow: hidden;
    background: #C3D4FC;
}

.once .middle-color {
    background: #D5D3D2;
}

.once .last-border {
    border-top: .5em solid #D5D3D2;
    border-bottom: .5em solid #D5D3D2;
    border-left: .3em solid #fff;
}

.once .last-div-border {
    border-top: .5em solid #fff;
    border-bottom: .5em solid #fff;
    border-left: .5em solid #D5D3D2;
}

.second .round-border {
    border: 2px solid #47ce51;
    overflow: hidden;
}

.second .middle-color {
    background: #47ce51;
}

.second .last-border {
    border-top: .5em solid #47ce51;
    border-bottom: .5em solid #47ce51;
    border-left: .3em solid #fff;
}

.second .last-div-border {
    border-top: .5em solid #fff;
    border-bottom: .5em solid #fff;
    border-left: .5em solid #47ce51;
}

.third .round-border {
    border: 2px solid #ef9152;
    overflow: hidden;
}

.third .middle-color {
    background: #ef9152;
}

.cc-footer .del {
    font-style: normal;
    position: absolute;
    top: -6px;
    right: -6px;
    font-size: 16px;
    background: #000;
    color: #fff;
    border: 1px solid #000;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    text-align: center;
    line-height: 16px;
    box-sizing: content-box;
}

.footer-tit {
    margin: 20px 20px 0px 20px;
    font-size: 14px;
    color: #333;
}

.list-verifierUserName {
    color: #666;
    font-size: 12px;
}

.third .last-border {
    border-top: .5em solid #ef9152;
    border-bottom: .5em solid #ef9152;
    border-left: .3em solid #fff;
}

.third .last-div-border {
    border-top: .5em solid #fff;
    border-bottom: .5em solid #fff;
    border-left: .5em solid #ef9152;
}


/*����*/

.nav-bg {
    display: none;
    z-index: 100;
}

.dialog-layer,
.second-bg,
.nav-bg,
.choose-layer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .3);
    z-index: 5;
}

.dialog-layer-top {
    z-index: 7;
}

.dialog-top {
    z-index: 9 !important;
}

.second-bg {
    z-index: 4;
}

.opacity-box {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
    z-index: 3;
    display: none;
}


/*原来的dialog弹窗样式*/

.dialog {
    position: fixed;
    background: #fff;
    border-radius: 8px;
    width: 70%;
    padding-top: 40px;
    padding-bottom: 60px;
    max-width: 1240px;
    max-height: 900px;
    margin-left: -35%;
    top: 5%;
    bottom: 5%;
    left: 55%;
    z-index: 6;
    font-size: 14px;
    overflow-y: hidden;
}
.dialog-body .form-row, .form-body .form-row{
    position: relative;
    width: 100%;
    margin-bottom: 1%;
}
.dialog-body .form-row>label, .form-body .form-row>label {
    width: 18%;
    float: left;
    text-align: right;
    line-height: 30px;
}
.dialog-body .form-row>input[type="text"],
.dialog-body .form-row>input[type="number"],
.dialog-body .form-row>div:not(.clear){
    position: relative;
    width: 31%;
    float: left;
    line-height: 30px;
    min-height: 30px;
}


/*统一新建窗口*/

.add-drawer {
    width: calc(100% - 160px);
    left: 160px;
    top: 65px;
    bottom: 0;
    padding-bottom: 50px;
    margin: 0;
    max-width: 100%;
    border-radius: 0;
    z-index: 3;
    max-height: 100%;
}

.add-drawer .content-title {
    border-bottom-color: #eee;
}
.add-drawer .content-title:before{
    display: none;
}
.add-drawer .dialog-close {
    color: #6084D6;
    text-decoration: none;
    line-height: 40px;
}

.add-drawer .el-icon-arrow-left {
    font-size: 16px;
    font-weight: 600;
    margin-right: 15px;
}

.add-drawer .dialog-body .form,.add-drawer .dialog-body .item-form  {
    display: flex;
    flex-wrap: wrap;
    width: 920px;
}

.add-drawer .dialog-body .form-row {
    float: left;
    width: 260px;
    position: relative;
    margin-left: 20px;
    margin-right: 80px;
    margin-bottom: 15px;
}

.add-drawer .form-row label{
    display: block;
    color: #333;
    line-height: 30px;
    width: 100%;
    text-align: left;
    float: none;
    font-size: 14px;
}
.add-drawer .form-row .btn{
    font-size: 14px;
}
.add-drawer .dialog-body .form-row>input[type="text"],
.add-drawer .dialog-body .form-row>textarea,
.add-drawer .dialog-body .form-row>input[type="number"],
.add-drawer .dialog-body .form-row>.btn-group,
.add-drawer .dialog-body .form-row>.btnGroup{
    display: block;
    float: none;
    width: 260px;
    height: 32px;
    line-height: 30px;
}
.add-drawer .dialog-body .form-row>textarea {
    height: 70px;
}
.add-drawer .dialog-body .form-row>.textarea-max-length-box {
    width: 100%;
    text-align: right;
    color: #aaa;
    font-size: 12px;
    min-height: auto;
    line-height: 20px;
}
.add-drawer .dialog-body .form-row>textarea::placeholder {
    color: #aaa;
}
.add-drawer .dialog-body .form-row>input[type="text"]:focus,.add-drawer .dialog-body .form-row textarea:focus{
    border-color: #6084D6!important;
}
.add-drawer .dialog-body .basicMessage .form-row,.add-drawer .dialog-body .basic .form-row{
    width: 305px;
    margin-right: 20px;
}
.add-drawer.dialogLayer7 .dialog-body .basicMessage .form-row,.add-drawer.dialogLayer7 .dialog-body .basic .form-row{
    width: 310px;
    margin-right: 20px;
}
.add-drawer .dialog-body .form-row .inforSame-lable{
    width: 100px;
    float: left;
}
.add-drawer.dialogLayer7 .dialog-body .form-row .inforSame-lable{
    width: 106px;
}
.add-drawer .dialog-body .form-row .inforSame-div{
    float: left;
    width: 200px;
    min-height: 31px;
}
.add-drawer .form-row>input[type="text"],
.add-drawer .form-row>textarea,
.add-drawer .form-row>.btn-group>button.btn{
    padding-left: 10px;
    font-size: 14px;
}
.add-drawer .dropdown-toggle::after{
    display: none;
}

.add-drawer .form-row .lableA {
    margin-left: 0;
    position: absolute;
    right: 10px;
    bottom: 0;
    text-decoration: underline;
}
.add-drawer .icon-question{
    position: absolute;
    left: 237px;
    bottom: 7px;
    color: #FFB681;
    font-size: 15px;
    width: 16px;
    height: 16px;
    background: url(/static/img/icon/mark-2502fd8856f736d934f68dcda66b0cfa.png) no-repeat left center / 15px 15px;
    font-style: normal;
}
.question .icon-question{
    position: relative;
    display: inline-block;
    vertical-align: -2px;
    margin-left: 6px;
    width: 16px;
    height: 16px;
    background: url(/static/img/icon/mark-2502fd8856f736d934f68dcda66b0cfa.png) no-repeat left center / 15px 15px;
}
.question .tooltip{
    top: 20px;
    left: 0;
}
.question .icon-question:before{
    display: none;
}
.add-drawer thead>tr>th>span{
    vertical-align: middle;
}
.add-drawer th .icon-question{
    margin-left: 5px;
    position: initial;
    display: inline-block;
    vertical-align: middle;
}
.add-drawer .icon-question:before{
    display: none;
}
.add-drawer .icon-question .tooltip{
    top: 20px;
    left: -22px;
}
.add-drawer .form-row .lable-checkbox{
    position: absolute;
    top: 0;
    right: 0;
    color: #6084D6;
    line-height: 26px;
}
.add-drawer .form-row .lable-checkbox span{
    margin-right: 10px;
    vertical-align: middle;
}
.add-drawer input[type="checkbox"]{
    position: relative;
    width: 35px;
    height: 16px;
    background: url(/static/img/icon/check-560a1487dd505a1d86bc3efde4dcd427.png) no-repeat left center / 100% 100%;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    vertical-align: middle;
    cursor: pointer;
}
.add-drawer input[type="checkbox"]:checked{
    width: 35px;
    height: 16px;
    background: url(/static/img/icon/checked-6154ea8b25f943d081fc2cb5ca836ca2.png) no-repeat left center / 100% 100%;
}
.add-drawer.modfily_add_drawer input[type="checkbox"]{
    position: initial;
    width: auto;
    height: auto;
    background: none;
    appearance: checkbox!important;
    -moz-appearance: checkbox!important;
    -webkit-appearance: checkbox!important;
    vertical-align: middle;
    cursor: pointer;
}
.add-drawer.modfily_add_drawer input[type="checkbox"]:checked{
    width: auto;
    height: auto;
    background: none;
}
.dialog.add-drawer .pannel-title{
    padding-left: 20px;
}
.dialog.add-drawer .group-tit{
    font-size: 12px;
    font-weight: normal;
    margin-right: 20px;
}
.dialog.add-drawer .pannel .pannel-body,
.dialog.add-drawer  .pannel-body.settlement_wl{
    margin: 0 -15px;
    width: auto;
    border-bottom: 1px solid #ddd;
}
.btn-min img,.btn-new img,img.btn-min,img.btn-new{
    width: 22px;
    height: 22px;
}
.dialog.add-drawer .dialog-footer{
    background: #fff;
    border-top: 1px solid #ddd;
}

/*关闭弹窗*/

.jf-close,
.zfqr-close,
.bohui-close {
    background: url(/static/img/close-ebf2e78834321e2159bbfd69424fded3.png) no-repeat 0 0 / 100% 100%;
    width: 20px;
    height: 20px;
    font-size: 14px;
}


/*�����*/

.dialog-body {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 0 1%;
    overflow-x: hidden;
}

.dialog-body .subtitle {
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #f1f0f0;
    overflow: hidden;
    padding: 0 15px;
    font-size: 14px;
    color: #666;
    font-weight: bold;
}

.xm-tit {
    float: left;
    line-height: 50px;
    color: #999;
}


/*С����*/

.dialog-body .subtitle .item-tabbar,
.dialog-body .subtitle .tabbar {
    /*float: right;*/
    /*overflow:hidden;*/
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
}

.dialog-body .subtitle .item-tabbar>.item,
.dialog-body .subtitle .tabbar>.tabbar-item {
    float: left;
    padding: 0 10px;
    height: 39px;
}

.dialog-body .subtitle .item-tabbar>.item:first-child,
.dialog-body .subtitle .tabbar>.tabbar-item:first-child {
    margin-right: 15px;
}

.dialog-body .subtitle .item-tabbar>.item:hover,
.dialog-body .subtitle .tabbar>.tabbar-item:hover {
    cursor: pointer;
    color: #6084D6;
}

.dialog-body .subtitle .item-tabbar>.item.item-active,
.dialog-body .subtitle .tabbar>.tabbar-item.active {
    border-bottom: 1px solid #6084D6;
}


/*������*/

.dialog-body .form,
.dialog-body .item-form {
    position: relative;
    /*padding: 0 5%;*/
    margin-top: 2%;
}

.form-body .form-row {
    position: relative;
    width: 100%;
    margin-bottom: 1%;
}

.form-body {
    padding: 10px 0;
}

.form-body .form-row label {
    position: relative;
    display: block;
    float: left;
    color: #333;
    font-size: 14px;
    text-align: right;
    /*margin-right: 1%;*/
    min-height: 30px;
    line-height: 30px;
    width: 18%;
}

.dialog-body .form-row .form-child {
    width: 50% !important;
}

.dialog-body .form-row .form-child .amount {
    width: 63%;
}

.dialog-body .form-row .form-child .btn-ul {
    width: 63%;
    float: right;
}

.dialog-body .form-row .form-child label {
    width: 36%;
}

.form-body .form-row>label {
    width: 13%;
}

.form-body .form-row>input {
    padding-left: 5px;
    border: 1px solid #ccc;
    min-height: 30px;
}

.dialog-body .form-row>input[type="checkbox"],
.form-body .form-row>input[type="checkbox"] {
    width: 15px;
    height: 15px;
    margin-top: 11px;
}
.dialog-body .form>.form-row>.dzhuming,
.dialog-body .form>.form-row>.opposite {
    position: relative;
    display: block;
    width: 50% !important;
    float: left;
    min-height: 30px;
    line-height: 30px;
}

.dialog .pannel-title {
    font-size: 16px;
    color: #666;
    padding: 0 2%;
    height: 40px;
    position: relative;
    line-height: 40px;
    overflow: hidden;
}


/*��ҳ��*/

.dialog .dialog-title .page-bpx,
.small-dialog .dialog-title .page-box {
    position: absolute;
    right: 10px;
    top: 20px;
    height: 30px;
    color: #666;
    font-size: 14px;
    line-height: 30px;
}

.small-dialog .dialog-title .page-box .iconfont:hover {
    cursor: pointer;
    color: #999;
}


/****/

.dialog .pannel .pannel-title .objectTab,
.dialog .dialog-title .objectTab {
    float: left;
    font-size: 16px;
    color: #333;
    padding: 0 20px;
    height: 98%;
}

.dialog .pannel .pannel-title .objectTab.objectTab-active,
.dialog .dialog-title .objectTab.objectTab-active {
    border-bottom: 1px solid #6084D6;
    color: #6084D6;
}

.pannel-title>a,
.pannel-title>div {
    color: #6084D6;
    bottom: 0;
    right: 0;
    position: absolute;
    border-bottom: 1px solid #6084D6;
    padding: 0 20px;
    text-decoration: none;
}

.pannel-title>a:hover,
.pannel-title>div:hover {
    cursor: pointer;
}

.pannel-title>div>a {
    color: #6084D6;
    text-decoration: none;
}

.pannel-title>a:hover {
    /*text-decoration:underline;*/
    cursor: pointer;
}

.dialog .pannel .pannel-body {
    position: relative;
    width: 100%;
}

.dialog .dialog-footer,
.dialog .dialog-footer2,
.small-double-dialog .dialog-footer,
.small-dialog .dialog-footer {
    position: absolute;
    width: 100%;
    font-size: 14px;
    padding: 0px 15px;
    bottom: 0;
    color: #666;
    overflow: hidden;
    height: 50px;
    left: 0;
    background: #f5f5f5;
}

.small-double-dialog .search-box {
    /*margin-left: 2%;*/
    margin-top: 0px;
    float: none;
}

.dialog-footer>.left-box {
    float: left;
    overflow: hidden;
    line-height: 60px;
    height: 100%;
    color: #666;
    font-size: 14px;
    width: 20%;
}

.dialog-footer>.left-box input[type="checkbox"] {
    float: left;
    position: relative;
    width: 13px;
    height: 13px;
    margin: 23px 5px 0 10%;
}

.dialog-footer>.left-box .choose-length {
    float: left;
    position: relative;
}

.dialog-footer>.left-box>p {
    float: left;
    margin-right: 10px;
}

.small-dialog .search-box-right,
.small-double-dialog .search-box-right {
    float: right;
    margin-right: 2%;
}

.dialog .dialog-footer>a,
.dialog .dialog-footer2>a,
.small-dialog .dialog-footer>a,
.small-double-dialog .dialog-footer>a {
    position: relative;
    float: right;
    color: #6084D6;
    border: 1px solid #6084D6;
    text-decoration: none;
    border-radius: 6px;
    width: 90px;
    margin-top: 10px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin-left: 15px;
    box-sizing: content-box;
}
.dialog .dialog-footer>a.activeColor{
    color: #fff;
}

.dialog .dialog-footer>a.btn-submit,
.dialog .dialog-footer2>a.btn-submit,
.small-dialog .dialog-footer>a.btn-submit {
    color: #fff;
    border: 1px solid #6084D6;
    background: #6084D6;
}

.dialog .dialog-footer>a:hover,
.dialog .dialog-footer2>a:hover {
    background: #6084D6;
    cursor: pointer;
    color: #fff;
}

.dialog .pannel .pannel-body table,
.dialog  .pannel-body.settlement_wl table {
    position: relative;
    width: 100%;
}

.dialog .pannel .pannel-body table thead,
.dialog .pannel .pannel-body table tfoot,
.dialog .pannel-body.settlement_wl table thead {
    position: relative;
    height: 40px;
    background: #f2f2f2;
}

.dialog .pannel .pannel-body table tfoot {
    background: #fff;
}

.dialog .pannel .pannel-body table tbody {
    position: relative;
}

.dialog .pannel .pannel-body table tr,
.dialog  .pannel-body.settlement_wl table tr {
    height: 40px;
}

.dialog .pannel .pannel-body table td,
.dialog .pannel .pannel-body table th,
.dialog  .pannel-body.settlement_wl table td,
.dialog  .pannel-body.settlement_wl table th {
    text-align: center;
    font-size: 14px;
    font-weight: normal;
}

.dialog .pannel .pannel-body table td>.btn-group,
.dialog  .pannel-body.settlement_wl table td>.btn-group {
    width: 86%;
    margin: 0 auto;
    display: block;
}

.dialog .pannel .pannel-body table td>.btn-group.choosed,
.dialog  .pannel-body.settlement_wl table td>.btn-group.choosed {
    text-align: center;
}

.dialog .pannel .pannel-body table td>input,
.dialog .pannel-body.settlement_wl table td>input {
    border: 1px solid #ccc;
    min-height: 30px;
    text-align: center;
    width: 80%;
    max-width: 260px;
}
.dialog .pannel .pannel-body table td>input[type="checkbox"]{
    border: 0;
    width: 35px;
    height: 16px;
    min-height: 16px;
}
.dialog .pannel .pannel-body table td>input[type="radio"]{
    width: 16px;
}

.dialog-body .form-row>.inforSame-lable {
    width: 18%;
    text-align: right;
    color: #333;
    font-size: 14px;
}

.dialog-body .form-row>.inforSame-div {
    border: 0;
    width: 31%;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    padding-left: 5px;
    color: #666;
    margin-bottom: 0px;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
    white-space: nowrap;
    position: initial;
}

.spec-bottom {
    border-bottom: 1px solid #ccc;
    min-height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.small-dialog,
.dialog.small-dialog,
.small-double-dialog {
    position: absolute;
    width: 60%;
    left: 56%;
    height: 460px;
    top: 50%;
    margin-top: -225px;
    margin-left: -30%;
    max-width: 800px;
    min-width: 500px;
    background: #fff;
    z-index: 7;
    padding-top: 40px;
    border-radius: 8px;
    padding-bottom: 60px;
}

.small-dialog.has-search-box,
.small-double-dialog.has-search-box {
    padding-top: 93px;
}

.delete-failure-box {
    padding-top: 40px;
    position: absolute;
    width: 30%;
    left: 50%;
    min-height: 280px;
    top: 50%;
    margin-top: -200px;
    margin-left: -185px;
    background: #fff;
    z-index: 7;
    border-radius: 8px;
    padding-bottom: 60px;
    bottom: auto;
}

.delete-failure-box .delete-failure {
    width: 90%;
    margin: auto;
    padding-top: 20px;
}

.delete-failure-box .delete-failure p {
    margin-top: 3%;
    color: #666;
    font-size: 14px;
    line-height: 24px;
}

.dialog.has-tab-box,
.small-dialog.has-tab-box,
.small-double-dialog.has-tab-box {
    padding-top: 174px;
}

.small-dialog .dialog-title,
.small-double-dialog .dialog-title,
.dialog.small-dialog .dialog-title {
    position: absolute;
    width: 100%;
    padding: 10px 0;
    overflow: hidden;
    display: block;
    border-bottom: 1px solid #f5f5f5;
    background: #fafafa;
    top: 40px;
    padding-left: 2%;
}

.dialog .htgTabBox {
    top: 40px;
}


/*ѡ��л�*/

.small-dialog .dialog-title .tab-box {
    position: absolute;
    overflow: hidden;
    bottom: 0;
}

#chooseClient .dialog-title .tab-box {
    position: absolute;
    overflow: hidden;
    bottom: 10px;
    right: 15px;
}

.small-dialog .dialog-title .tab-box>div.tabLi {
    float: left;
    height: 30px;
    font-size: 16px;
    margin-right: 10px;
    padding: 0 15px;
}

.small-dialog .dialog-title .tab-box>div.tabLi:hover {
    color: #6084D6;
    cursor: pointer;
}

.small-dialog .dialog-title .tab-box>div.active {
    color: #6084D6;
    border-bottom: 1px solid #6084D6;
}


/****/

.small-dialog .dialog-body-inner,
.small-dialog .small-dialog-body {
    position: relative;
    display: block;
    height: 100%;
}

.small-dialog table {
    position: relative;
    width: 98%;
    margin: 0 auto;
    padding-top: 40px;
    display: block;
    height: 100%;
}

.small-dialog table thead {
    position: absolute;
    display: table;
    width: calc(100% - 1em);
    background: #f2f2f2;
    top: 0;
}

.small-dialog table tbody {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}

.small-dialog table tr {
    width: 100%;
    height: 40px;
}

.small-dialog table tbody tr {
    display: table;
}

.small-dialog table td,
.small-dialog table th {
    text-align: center;
    width: 23%;
    border-bottom: 1px solid #edeff0;
    font-weight: normal;
    font-size: 12px;
    color: #666;
    word-break: break-all;
}

.small-dialog table tr td:first-child,
.small-dialog table tr th:first-child {
    width: 8% !important;
    max-width: 50px;
}

.small-dialog table tr td {
    width: 23%;
}


/****/


/*С���� ����ɸѡ*/

.small-double-dialog .small-double-body {
    height: 100%;
    overflow: hidden;
    color: #666;
    font-size: 12px;
}

.small-double-dialog .small-double-body .left-bar {
    position: relative;
    float: left;
    width: 30%;
    height: 100%;
    overflow-y: auto;
    margin: 0 2%;
    border: 1px solid #ccc;
}

.small-double-dialog .small-double-body .left-bar li {
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
}

.small-double-dialog .small-double-body .left-bar li:hover {
    background: rgba(167, 204, 230, .1);
}

.small-double-dialog .small-double-body .left-bar li.active {
    background-color: #6084D6;
    color: #fff;
}

.small-double-dialog .small-double-body .right-Con {
    float: left;
    width: 65%;
    height: 100%;
}

.small-double-dialog .small-double-body .right-Con table {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 50px;
    height: 100%;
    overflow-y: scroll;
}

.small-double-dialog .small-double-body .right-Con table thead {
    position: absolute;
    z-index: 1;
    height: 50px;
    top: 0;
    width: 100%;
    background-color: #f2f2f2;
}

.small-double-dialog .small-double-body .right-Con tbody {
    position: relative;
    width: 100%;
    display: block;
}

.small-double-dialog .small-double-body .right-Con table tr {
    display: table;
    height: 50px;
    width: 100%;
    table-layout: fixed;
    border-bottom: 1px solid #edeff0;
}

.small-double-dialog .small-double-body .right-Con table td,
.small-double-dialog .small-double-body .right-Con table th {
    width: 31%;
    text-align: center;
    font-weight: normal;
    position: relative;
}

.small-double-dialog .small-double-body .right-Con table th:first-child,
.small-double-dialog .small-double-body .right-Con table td:first-child {
    width: 12%;
}


/****/

.small-confirm-box {
    width: 26%;
    position: absolute;
    top: 30%;
    bottom: 30%;
    background: #fff;
    border-radius: 5px;
    left: 50%;
    margin-left: -13%;
    z-index: 99;
}

.small-confirm-box .confirm-body {
    padding: 10px;
    font-size: 14px;
    height: 100%;
    overflow: hidden;
    color: #666;
}


/*����*/

.attachment {
    margin: 1% 0;
    overflow: hidden;
    display: block;
    width: 100%;
}

.attachment .add {
    background: url(/static/img/icon-attament-589f41fe5564c01f82289d7d1d56dd15.png) no-repeat 0 0 / 20px 20px;
    color: #6084D6;
    font-size: 16px;
    line-height: 30px;
    text-decoration: none;
    padding-left: 28px;
    margin-left: 20px;
}

.attachment .add:hover {
    color: #6084D6;
    cursor: pointer;
}

.attachment span {
    color: #999999;
    font-size: 14px;
    line-height: 24px;
}

.attachment a {
    color: #6084D6;
    font-size: 14px;
    text-decoration: none;
    margin: 0px 0px 0px 6px;
}

.attachment li {
    list-style: none;
    float: left;
    margin: 0px 20px 1px 0;
    padding-left: 20px;
    height: 30px;
    background: url(/static/img/icon-attament2-26dcb13f23cf362ae0ad4c47b8cf9b2d.png) no-repeat 0 4px / 14px 16px;
}

.attachment li:nth-child(4n) {
    margin-right: 0;
}

.textarea-remark {
    border: 1px solid #ccc;
    min-width: 100%;
    box-sizing: border-box;
    outline: none;
    padding: 10px;
    min-height: 80px;
    font-size: 14px;
    color: #666;
}
.textarea-remark::placeholder{
    color: #ccc;
}

/****/


.page-load-box {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    padding: 75px 0 0 150px;
}

.page-load-box>div {
    background: #fff;
}

.page-load-box>.left-load-box {
    position: absolute;
    width: 140px;
    height: 100%;
    left: 0;
}

.page-load-box>.title-load-box {
    position: absolute;
    width: 100%;
    height: 65px;
    padding-left: 242px;
    top: 0;
    left: 0;
}

.page-load-box>.main-load-box {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
}


/****/

.dialogLayer-bohui,
div[data-layer="bohuiLayer1"],
div[data-layer="dialogLayer-bohui"] {
    width: 40%;
    left: 50%;
    margin-left: -20%;
    z-index: 8;
    height: 360px;
    top: 50%;
    margin-top: -150px;
    overflow: hidden;
}

.dialogLayer-bohui .pannel div,
div[data-layer="bohuiLayer1"] .pannel div,
div[data-layer="dialogLayer-bohui"] .pannel div {
    position: relative;
    margin-top: 20px;
}

.dialogLayer-register {
    width: 34%;
    left: 50%;
    margin-left: -17%;
    z-index: 8;
    height: 450px;
    top: 50%;
    margin-top: -225px;
    overflow: hidden;
}

.dialogLayer-express {
    width: 34%;
    left: 50%;
    margin-left: -17%;
    z-index: 8;
    height: 350px;
    top: 50%;
    margin-top: -225px;
    overflow: hidden;
}


/*����Ҷ���*/

.moneyAlign {
    text-align: right !important;
    padding-right: 25px !important;
}

.long-tab-align {
    text-align: left !important;
    padding-left: 1% !important;
}

.money-tab-align::-webkit-input-placeholder,
.price::-webkit-input-placeholder {
    text-align: left !important;
}

.money-tab-align:-moz-placeholder,
.price:-moz-placeholder {
    text-align: left !important;
}

.money-tab-align::-moz-placeholder,
.price::-moz-placeholder {
    text-align: left !important;
}

.money-tab-align:-ms-input-placeholder,
.price:-ms-input-placeholder {
    text-align: left !important;
}

.must-icon {
    color: red;
    font-style: normal;
}

input.has-border,
textarea.has-border,
div.has-border {
    border: 1px solid #ccc !important;
}

input.has-border {
    padding-left: 5px;
}

.table-income.htglMain>.htglMainShow {
    padding-top: 0px;
    overflow: hidden;
}

.htglMain .screening-back {
    background: black;
    opacity: .4;
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 3;
    top: 0;
    left: 0;
}

.fapiao.disable,
.fentan.disable {
    color: #666;
    text-decoration: underline;
}

div[data-layer="kjVoucher"] {
    z-index: 11;
}

div[data-layer="auxiliary"] {
    z-index: 12;
    width: 30%;
    height: 450px;
    margin: auto;
    margin-left: -15%;
}

div[data-layer="auxiliary"] .form-row>label {
    width: 27%;
}

#auxiliary {
    z-index: 11;
}

div[data-layer="auxiliary"] .dialog-body>.dialog-body-inner .form-row>.inforSame-div {
    width: 60%;
}

.btn-group>input[type="text"] {
    color: #666 !important
}

@keyframes slideFade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes slideFade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes slideFade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes slideFade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.htgList .bubble {
    position: absolute;
    border-radius: 10px;
    background: rgba(0, 0, 0, .5);
    padding: 10px;
    bottom: -90px;
    left: 60px;
    color: #fff;
    line-height: 20px;
    z-index: 999999;
}

.page_fy {
    position: absolute;
    right: 10px;
    top: 20px;
    height: 30px;
    color: #666;
    font-size: 14px;
    line-height: 30px;
}

.small-title-bar:before {
    content: " ";
    position: absolute;
    width: 4px;
    height: 18px;
    top: 11px;
    left: 16px;
    background: #47ce51;
}

div[data-layer="choosedialogdm"] .small-double-body .left-bar li {
    padding-left: 20px;
}

div[data-layer="choosedialogdm"] .left-bar li span {
    position: absolute;
    left: 2px;
}

div[data-layer="choosedialogdm"] .left-bar li i {
    font-style: normal;
    color: #666;
}

.sales_table tbody {
    overflow-y: auto;
    width: 100%;
    display: inline-block;
    height: 500px;
}

.sales_table table thead {
    display: table;
    z-index: 1;
    table-layout: fixed;
}

.sales_table tbody tr {
    width: 100%;
    display: table;
}

.sales_table tbody tr td {
    width: 12%;
    position: relative;
}

.sales_table4 tbody tr td:last-child {
    width: 20%;
    text-align: center;
}

.sales_table4 th:last-child {
    width: 20%;
    text-align: center;
}

.sales_table5 thead th:last-child {
    text-align: left;
}

.sales .sales_main .sales_table5 tbody tr td,
.sales .sales_main .sales_table5 th {
    width: 10%;
}

.sales .sales_main .sales_table2 tbody tr td,
.sales .sales_main .sales_table2 th {
    width: 12%;
}

.k-cont ul {
    display: block;
}

.cc-footer .footer-div img {
    border-radius: 50%;
}

.writeoffAmount {
    text-align: right;
}

div[data-layer="choosedialogdm"] .small-double-body .left-bar li {
    padding-left: 10px;
    height: auto;
}

div[data-layer="choosedialogdm"] .small-double-body .left-bar .m-10 {
    padding-left: 10px;
}

div[data-layer="choosedialogdm"] .left-bar li span.deptName {
    position: initial;
}

div[data-layer="choosedialogdm"] .small-double-body .left-bar li.active ul li {
    height: auto;
}

#zcjsMainShow .right-text img {
    width: 20px;
}

.sys-use-box ul {
    z-index: 6;
}

.bohui-num {
    float: left;
    margin-left: 5px;
    font-size: 16px;
    line-height: 55px;
}

.bohui-num span {
    color: #6084D6;
}

.sales_main .sales_table table thead {
    width: 100%;
    display: table;
    z-index: 1;
    table-layout: fixed;
}

.sales .sales_main .sales_table2 td:last-child,
.sales .sales_main .sales_table2 th:last-child {
    width: 16%;
}

.dialog[data-layer="dialogLayerTop"] input[type="checkbox"],.dialog[data-layer="dialogLayerTop"] .CrumbsList ul li span{
    vertical-align: middle;
}

/*企业日记帐详情*/

.dialogLayer-comfrim .dialog-body-inner {
    margin-top: 20px;
    margin-left: 10%;
}

.dialogLayer-comfrim,
div[data-layer="comfrim"],
div[data-layer="dialogLayer-comfrim"] {
    width: 40%;
    left: 50%;
    margin-left: -20%;
    z-index: 8;
    height: 200px;
    top: 50%;
    margin-top: -100px;
    overflow: hidden;
    padding-bottom: 0px;
}

#content-dy.show {
    display: block;
}

div[data-layer="choosedialog2"] .left-bar .search {
    border-bottom: 1px solid #eee;
}

.slideMenu .length.paginationLayer:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    left: -30px;
    z-index: 99;
    top: 199px;
    border-top: 25px solid transparent;
    border-right: 30px solid white;
    border-bottom: 25px solid transparent;
}

.slideMenu .length.paginationLayer {
    width: 204px;
    height: auto;
    background: #fff;
    color: #8c8c8c;
    position: absolute;
    top: -195px;
    left: 220px;
    border-radius: 4px;
    z-index: 1001;
    min-height: 108px;
}

.slim-bar.slideMenu .length.paginationLayer {
    width: 204px;
    height: auto;
    background: #fff;
    color: #8c8c8c;
    position: absolute;
    top: -195px;
    left: 90px;
    border-radius: 4px;
    z-index: 1001;
    min-height: 108px;
}

.btnGroup>label.choosed,
.btn-group>label.choosed {
    color: #333 !important;
}

.cp-title {
    text-align: center;
    /* margin: 30px; */
    margin: 125px 0px;
    color: #ccc;
}

.dialog.chakanLayerTotilp {
    position: fixed;
    background: #fff;
    border-radius: 8px;
    width: 30%;
    padding-top: 40px;
    padding-bottom: 60px;
    max-width: 1240px;
    max-height: 900px;
    margin-left: -35%;
    top: 30%;
    bottom: 5%;
    left: 75%;
    z-index: 8;
    height: 240px;
    overflow-y: hidden;
}

.view-content {
    margin: 10px 20px;
    color: #666;
    line-height: 32px;
    font-size: 14px;
}

.detail-main {
    margin: 20px 30px;
}

.detail-main .message-article-title {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.detail-main .message-box {
    overflow: hidden;
    margin: 10px 0px;
    line-height: 24px;
    color: #999;
}

.detail-main .author {
    float: left;
    font-size: 14px;
}

.detail-main .createTime {
    /* margin-left: 30px; */
    float: left;
    font-size: 14px;
    line-height: 24px;
}

.detail-main .detail-content {
    margin: 20px 0px;
}

.detail-main .article {
    font-size: 14px;
    line-height: 28px;
    color: #666;
}

.dropdown-items:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid rgba(0, 0, 0, .7);
    position: absolute;
    left: initial;
    right: 20px;
    top: -5px;
    width: 0;
    height: 0;
    content: "";
}

.title-btn button,
.title-btn a {
    position: relative;
    float: left;
    margin-left: 20px;
    width: 90px;
    padding: 6px 0;
    outline: none;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 10px;
    border: 1px solid #6084D6;
    color: #6084D6;
    background: #fff;
    border-radius: 6px;
    color: #6084D6;
    height: 30px;
}

.content-title .clear {
    height: 0px;
}

.sys-tab .message .message-tips {
    position: absolute !important;
    height: 20px !important;
    background: #FF7F2F;
    color: #fff;
    right: -15px;
    top: 0px;
    text-align: center;
    z-index: 1;
    border-radius: 20px;
    line-height: 19px;
    padding: 0 7px;
    font-size: 12px;
}

.attachment.fnote li {
    float: none;
    margin: 10px 20px;
}

.noData i {
    font-size: 64px;
}

.noData p {
    font-size: 16px;
    text-align: center
}

.noData {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
    text-align: center;
    color: #999;
    z-index: 2;
}
@media only screen and (max-width: 1320px) {
    .noData {
        z-index: 1;
    }
}


.qr_box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 400px;
    border-radius: 20px;
    background: #fff;
    z-index: 999;
    margin-left: -200px;
    margin-top: -200px;
}

.qr_box .aTitle {
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    color: #333;
    margin-top: 30px;
}

.qr_box .qr_top {
    margin: 20px 0px;
}

.qr_box .qr_top .aTitle {
    margin-top: 0px;
}

.qr_box .bTitle {
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    color: #666;
}

.qr_box .dTitle {
    text-align: left;
    font-size: 14px;
    line-height: 30px;
    color: #666;
    margin: 0 auto;
    width: 210px;
}

.qr_box .imgBox {
    width: 200px;
    height: 200px;
    display: block;
    margin: 10px auto;
}

.qr_box img {
    display: block;
    height: 100%;
}

.qr-mc {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .3);
    z-index: 99;
}

.revise,
.deleteOrder,
.submitOrder {
    color: #6084D6;
    cursor: pointer;
}

#dialog-delete {
    z-index: 14;
}

div[data-layer="dialog-delete"],
div[data-layer="plComfirmDailog"],
div[data-layer="inspectionInvoice"],
div[data-layer="dialog-delete2"] {
    z-index: 10;
    height: 212px;
    width: 300px;
    margin-left: -150px;
    margin-top: -100px;
    position: fixed;
    background: #fff;
    border-radius: 8px;
    padding-top: 40px;
    padding-bottom: 60px;
    max-width: 1240px;
    max-height: 900px;
    /* margin-left: -35%; */
    top: 50%;
    bottom: 5%;
    left: 50%;
    overflow-y: hidden;
}

div[data-layer="dialog-delete"] .confirm-body,
div[data-layer="plComfirmDailog"] .confirm-body,
div[data-layer="inspectionInvoice"] .confirm-body,
div[data-layer="dialog-delete2"] .confirm-body {
    overflow: auto;
    height: 98%;
}

div[data-layer="dialog-clearMessage"] {
    position: fixed;
    background: #fff;
    border-radius: 8px;
    width: 70%;
    padding-top: 40px;
    padding-bottom: 60px;
    max-width: 1240px;
    max-height: 900px;
    margin-left: -14%;
    top: 50%;
    bottom: 5%;
    left: 55%;
    z-index: 10;
    font-size: 14px;
    overflow-y: hidden;
    width: 400px;
    height: 300px;
    z-index: 9;
    margin-left: -200px;
    margin-top: -150px;
}

div[data-layer="dialog-clearMessage"] .confirm-body p {
    margin: 20px;
    color: #666;
    line-height: 24px;
}

div[data-layer="dialog-delete"] .confirm-body p,
div[data-layer="plComfirmDailog"] .confirm-body p,
div[data-layer="inspectionInvoice"] .confirm-body p,
div[data-layer="dialog-delete2"] .confirm-body p {
    margin: 20px;
}

.delete-box #delete-text p {
    margin: 20px;
    color: #666;
    font-size: 14px;
    line-height: 24px;
}

div[data-layer="dialog-clearMessage"] .dialog-footer>a {
    position: relative;
    float: right;
    color: #6084D6;
    border: 1px solid #6084D6;
    text-decoration: none;
    border-radius: 6px;
    width: 90px;
    margin-top: 10px;
    text-align: center;
    width: 80px;
    height: 30px;
    line-height: 30px;
}

div[data-layer="dialog-delete"] .dialog-footer>a,
div[data-layer="plComfirmDailog"] .dialog-footer>a,
div[data-layer="inspectionInvoice"] .dialog-footer>a,
div[data-layer="dialog-delete2"] .dialog-footer>a {
    position: relative;
    float: right;
    margin-right: 15px;
    color: #6084D6;
    border: 1px solid #6084D6;
    text-decoration: none;
    border-radius: 6px;
    width: 90px;
    margin-top: 10px;
    text-align: center;
    width: 80px;
    height: 30px;
    line-height: 30px;
}

.div[data-layer="dialog-delete"] .dialog-footer,
.div[data-layer="plComfirmDailog"] .dialog-footer,
div[data-layer="inspectionInvoice"] .dialog-footer,
.div[data-layer="dialog-delete2"] .dialog-footer {
    padding: 10px 2%;
}

.delete-box {
    z-index: 10;
    height: 270px;
    width: 300px;
    margin-left: -150px;
    margin-top: -100px;
    position: fixed;
    background: #fff;
    border-radius: 8px;
    padding-top: 40px;
    padding-bottom: 60px;
    max-width: 1240px;
    max-height: 900px;
    /* margin-left: -35%; */
    top: 50%;
    bottom: 5%;
    left: 50%;
    overflow-y: hidden;
}

div[data-layer="dialog-message"] {
    z-index: 10;
    height: 270px;
    width: 300px;
    margin-left: -150px;
    margin-top: -100px;
    position: fixed;
    background: #fff;
    border-radius: 8px;
    padding-top: 40px;
    padding-bottom: 60px;
    max-width: 1240px;
    max-height: 900px;
    /* margin-left: -35%; */
    top: 50%;
    bottom: 5%;
    left: 50%;
    overflow-y: hidden;
}

div[data-layer="dialog-message"] .confirm-body p {
    margin: 20px;
    color: #666;
    font-size: 14px;
    line-height: 24px;
}

div[data-layer="dialog-message"] .dialog-footer>a {
    position: relative;
    float: right;
    color: #6084D6;
    border: 1px solid #6084D6;
    text-decoration: none;
    border-radius: 6px;
    width: 90px;
    margin-top: 10px;
    text-align: center;
    width: 80px;
    height: 30px;
    line-height: 30px;
}

.div[data-layer="dialog-message"] .dialog-footer {
    padding: 10px 2%;
}

.iconfont.icon-wenhao {
    font-size: 16px;
    margin-left: 4px;
    color: #6084D6;
}

.tooltip {
    max-width: 400px;
    display: block;
    /*这行必须写，因为我们只是将tooltip设置为全透明，tooltip并不是真正的消失，所以当鼠标移至tooltip区域时它会自己弹出*/
    pointer-events: none;
    cursor: help;
    /*设置为全透明*/
    background: rgba(0, 0, 0, .9);
    color: #fff;
    position: absolute;
    padding: 20px;
    margin-bottom: 15px;
    /*设置Y轴上的位移，使其产生飞入效果*/
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    /*设置过渡动画，过渡时间为0.25秒，过渡形式为加速过渡*/
    transition: all .25s ease- nin;
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -ms-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    /*为tooltip添加边框阴影*/
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    word-wrap: break-word;
    white-space: initial;
    line-height: 20px;
    font-size: 12px;
    font-style: normal;
    z-index: 666;
    text-align: left;
    min-width: 300px;
}

.tooltip:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgba(0, 0, 0, .9);
    ;
    position: absolute;
    /* left: 50%; */
    left: 20px;
    /* bottom: -10px; */
    top: -10px;
    width: 0;
    height: 0;
    content: "";
    /* margin-left: -10px; */
}

.lineheight30 {
    line-height: 30px;
    position: relative;
}

.lineheight30 .tooltip {
    left: 0px;
    right: 0px;
    margin-left: -200px;
}

.lineheight60 .tooltip {
    left: 60px;
}

.iconfont.icon-wenhao.tooltipright {
    margin-left: 15px;
}

.tooltipright .tooltip {
    left: 0px;
    right: 0px;
    margin-left: -200px;
}

.tooltipright .tooltip:after {
    left: 280px;
}

.portrait {
    height: 30px;
    width: 30px;
    background-color: #fff;
    color: #6084D6;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    border-radius: 50%;
    float: left;
}

.searchClear {
    position: absolute;
    right: 30px;
    top: 10px;
    background: url('/static/img/clear-a5a15c5d3a1c99ce1e3272f362fddbd7.png');
    width: 14px;
    height: 14px;
    display: block;
    background-size: 100%;
}

.closeSearch {
    position: absolute;
    right: 30px;
    top: 10px;
    width: 14px;
    height: 14px;
    display: block;
    background-size: 100%;
    cursor: pointer;
}

.btn-group .screensearchClear {
    position: absolute;
    right: 66px;
    top: 9px;
    background: url('/static/img/clear-a5a15c5d3a1c99ce1e3272f362fddbd7.png');
    width: 16px;
    height: 16px;
    display: block;
    background-size: 100%;
}

.welcomespeech button {
    height: 30px;
    width: 90px;
    border: 1px solid #6084D6;
    border-radius: 4px;
    outline: none;
    background: #ffffff;
    color: #6084D6;
    margin-left: 20px;
}

.welcomespeech .version {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 50px;
    color: #fff;
}

#leftBox {
    position: absolute;
    top: 0px;
    left: 70px;
    width: 100px;
    height: 50px;
    background: rgba(0, 0, 0, .9);
    -moz-border-radius: 5px;
    -wekit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
}

#leftBox:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    right: 100%;
    top: 22px;
    border-top: 6px solid transparent;
    border-right: 12px solid rgba(0, 0, 0, .9);
    border-bottom: 6px solid transparent;
}


/*筛选列表渲染*/

.clicks {
    float: left;
}

.clicks1 {
    margin-top: 10px;
}

.clicks #listData_li, .clicks #listData_li1, .fliter-listData-ul{
    float: left;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 30px;
    margin-left: 32px;
}

.clicks #listData_li li, .clicks #listData_li1 li{
    position: relative;
    padding: 0px 10px;
    margin: 0 5px;
    float: left;
    background: #eee;
    border-radius: 20px;
    line-height: 20px;
}

.clicks #listData_li li>span, .clicks #listData_li1 li>span {
    float: left;
    font-size: 12px;
    color: #636363;
}

.clicks #listData_li li>.shanchu, .clicks #listData_li1 li>.shanchu{
    float: right;
    font-size: 18px;
    color: red;
    margin-left: 3px;
}
.htgList a.addcolor {
    color: #6084D6;
    cursor: pointer;
}


/* 产品服务新建图片 */

.addImg {
    border: 1px dashed #eee;
    width: 120px;
    height: 120px;
    background: #fff;
    cursor: pointer;
}

.addNew .imgBox {
    width: 120px;
    height: 120px;
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
}

.addNew .imgBox img {
    min-width: 120px;
    min-height: 120px;
    max-width: 120px;
    max-height: 120px;
}

.addNew .imgBox i.del {
    font-style: normal;
    position: absolute;
    top: -6px;
    right: -6px;
    font-size: 16px;
    background: #1d9ff7;
    color: #fff;
    border: 1px solid #1d9ff7;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    text-align: center;
    line-height: 16px;
    box-sizing: content-box;
}

.addNew p.add {
    height: 80px;
    margin: 0 auto;
    text-align: center;
    font-size: 50px;
    line-height: 80px;
}

.addNew p.note {
    text-align: center;
    font-size: 14px;
    color: #666;
    line-height: 40px;
}

.addNew .titleTs {
    color: #999;
    font-size: 14px;
    word-break: break-all;
    margin-top: 10px;
    line-height: 24px;
}

.addNew .imgshow {
    display: block;
    width: 40px;
    height: 40px;
}


/* 设置新建按钮 */

.bottom-concent-right-btn {
    line-height: 28px;
    font-size: 14px;
    padding: 0px 10px;
    border: 1px solid #6084D6;
    border-radius: 2px;
    min-width: 90px;
    text-align: center;
    color: #6084D6;
    cursor: pointer;
    margin-left: 15px;
    float: right;
    height: 30px;
    position: relative;
}

.daoru {
    color: #6084D6;
}

.bottom-concent-right-btn span {
    display: block;
}

.bottom-concent-right-btn.activeColor {
    background: #6084D6;
    color: #fff;
}


/* 查看采购详情 */

div[data-layer="getPurchaseInfo"] .pannel {
    margin-top: 20px;
}

div[data-layer="getPurchaseInfo"] .pannel-title {
    display: flex;
    align-items: center;
}

div[data-layer="getPurchaseInfo"] .pannel-title .pannel_item {
    padding: 0px 10px;
    height: 39px;
}

div[data-layer="getPurchaseInfo"] .pannel-title .pannel_item.active {
    color: #6084D6;
    border-bottom: 1px solid #6084D6;
}


/* 抄送列表 */

.sp-footer p.realName {
    background: #6084D6;
    margin-top: 0px;
    color: #fff;
    line-height: 36px;
    border-radius: 50%;
}

.left-tit {
    color: #ff0000;
    font-size: 12px;
    margin-left: 5px;
}


/*��񾭹�*/


.clear {
    clear: both;
}

.orderNumber {
    position: relative;
    width: 70%;
}

.dropdown-toggle1::after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.salesExecution .screening_text .datatimebox::after,
.purchase .screening_text .datatimebox::after,
.purchaeExecution .screening_text .datatimebox::after,
.customTime .datatimebox::after {
    position: absolute;
    right: 8px;
    right: 53px !important;
    top: 50%;
    margin-top: -3px;
    display: inline-block;
    width: 0px;
    height: 0px;
    vertical-align: middle;
    content: "";
    border-top: 6px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.datatimebox .changeDate {
    width: 275px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #666666;
    margin-left: 0px;
    font-size: 14px;
    padding-left: 5px;
    margin: 10px;
}

.datatimebox2 .changeDate {
    width: 275px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #666666;
    margin-left: 0px;
    font-size: 14px;
    padding-left: 5px;
    margin: 10px;
}

.setTime .changeDate {
    width: 275px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #666666;
    margin-left: 0px;
    font-size: 14px;
    padding-left: 5px;
    margin: 10px;
}


.down>.search-box input {
    font-size: 14px;
}

.loading-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
}

.loading-box {
    position: absolute;
    width: 160px;
    height: 160px;
    left: 50%;
    margin-left: -80px;
    top: 50%;
    margin-top: -80px;
    z-index: 999999;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.7)
}

.loading-box>img {
    position: relative;
    display: block;
    width: 90px;
    margin: 8% auto 0 auto;
    -wbkit-animation: loading-rotate 1s steps(12, end) infinite;
    animation: loading-rotate 1s steps(12, end) infinite;
}

.loading-box>p {
    text-align: center;
    margin-top: 8%;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

@-webkit-keyframes loading-rotate {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg);
        transform: rotate3d(0, 0, 1, 360deg);
    }
}

@keyframes loading-rotate {
    0% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    100% {
        transform: rotate3d(0, 0, 1, 360deg);
    }
}

/** 系统消息弹窗 */

.maxDiv {
    display: none;
    position: absolute;
    z-index: 2;
    width: 45%;
    background: #fff;
    border: 1px solid #cccccc;
    top: 60px;
    right: 0;
    bottom: 0;
    padding-bottom: 60px;
    height: auto;
    z-index: 8;
}

.sys-tab {
    position: relative;
    width: 100%;
    height: 40px;
    padding: 0 30px;
    overflow: hidden;
}

.sys-tab>div {
    float: left;
    margin-right: 6%;
}

.sys-tab>div:hover {
    color: #6084D6;
}

.message-active {
    border-bottom: 1px solid #6084D6;
}

.message {
    position: relative;
    height: 40px;
    text-align: center;
    width: 20%;
    line-height: 39px;
    color: #666;
    min-width: 60px;
    cursor: pointer;
    font-size: 16px;
}

.sys-list {
    position: relative;
    height: 96%;
    width: 100%;
    overflow-y: auto;
}

.details-ul {
    list-style: none;
    padding: 0 36px;
}

.details-ul li {
    color: #8c8c8c;
    padding: 8px 0;
    border-bottom: 1px solid #f6f6f6;
    cursor: pointer;
    line-height: 20px;
    min-width: 230px;
}

.details-ul li:hover .ul-p,
.details-ul li:hover .ul-p1 {
    color: #999;
}

.details-ul .ul-p {
    float: left;
    font-size: 14px;
    color: #666666;
    margin-bottom: 0px;
}

.details-ul .ul-p1 {
    clear: both;
    font-size: 14px;
    color: #999999;
}

.sys-func-box {
    position: absolute;
    left: 0;
    right: 0;
    height: 50px;
    text-align: right;
    margin-right: 30px;
    background-color: #fff;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #6084D6;
}

.sys-func-box button {
    width: 100%;
    height: 50px;
    text-align: center;
    background: #fff;
    color: #6084D6;
    line-height: 30px;
    font-size: 14px;
    border: 0;
    outline: none;
    position: relative;
    border-radius: 6px;
    font-size: 16px;
}

.maxDiv .sys-func-box button:hover {
    background: #fff;
    color: #6084D6;
    text-decoration: underline;
}


.sp-footer .bottom-box {
    width: 100%;
    position: absolute;
    bottom: 4%;
    left: -5px;
}

.cc-footer .footer-round {
    left: 34px;
    overflow: initial;
}

/****/

.chooseOrder .dialog-title .tab-box {
    position: absolute;
    overflow: hidden;
    bottom: 10px;
    right: 15px;
}


.attachment dd {
    margin-left: 20px;
}

.textarea-rejectReason {
    border: 1px solid #ccc;
    border-radius: 6px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    padding: 12px 20px;
    min-height: 80px;
    font-size: 14px;
    color: #666;
}

div[data-layer="dialog-delete"],
div[data-layer="plComfirmDailog"],
div[data-layer="dialog-print"],
div[data-layer="dialogZj-print"],
div[data-layer="dialog-printOrder"],
div[data-layer="dialog-printJk"],
div[data-layer="dialog-printInstall"],
div[data-layer="dialog-delete-filter"],
.customPrint {
    z-index: 15;
    height: 212px;
    width: 300px;
    margin-left: -150px;
    margin-top: -100px;
    position: fixed;
    background: #fff;
    border-radius: 8px;
    padding-top: 40px;
    padding-bottom: 60px;
    max-width: 1240px;
    max-height: 900px;
    /* margin-left: -35%; */
    top: 50%;
    bottom: 5%;
    left: 50%;
    overflow-y: hidden;
}

div[data-layer="dialog-delete"] .confirm-body p,
div[data-layer="plComfirmDailog"] .confirm-body p,
div[data-layer="dialog-delete-filter"] .confirm-body p {
    margin: 20px;
}

div[data-layer="dialog-print"] .print-div {
    margin: 20px;
    overflow: hidden;
}

div[data-layer="dialog-printOrder"] .print-div {
    margin: 20px;
    overflow: hidden;
}

div[data-layer="dialog-printJk"] .print-div {
    margin: 20px;
    overflow: hidden;
}

div[data-layer="dialog-printJk"] .print-tit {
    float: left;
    width: 30%;
}

div[data-layer="dialog-printOrder"] .print-tit {
    float: left;
    width: 30%;
}

div[data-layer="dialog-printInstall"] .print-div,
.customPrint .print-div {
    margin: 20px;
}

div[data-layer="dialog-printInstall"] .print-tit,
.customPrint .print-tit {
    float: left;
    width: 30%;
}

.customPrint .print-tit {
    float: left;
    width: 25%;
}

div[data-layer="dialogZj-print"] .print-div {
    margin: 20px;
    overflow: hidden;
}

div[data-layer="dialog-print"] .print-tit {
    float: left;
    width: 30%;
}

div[data-layer="dialogZj-print"] .print-tit {
    float: left;
    width: 30%;
}

div[data-layer="dialogZj-print"] .print-custom {
    float: left;
    width: 70%;
}

div[data-layer="dialogZj-print"] .print-custom label {
    margin-left: 5px;
}

div[data-layer="dialog-printOrder"] .print-custom {
    float: left;
    width: 70%;
}

div[data-layer="dialog-printJk"] .print-custom {
    float: left;
    width: 70%;
}

div[data-layer="dialog-printOrder"] .print-custom label {
    margin-left: 5px;
}

div[data-layer="dialog-printJk"] .print-custom label {
    margin-left: 5px;
}

div[data-layer="dialog-printInstall"] .print-custom,
.customPrint .print-custom {
    float: left;
    width: 70%;
}

div[data-layer="dialog-printInstall"] .print-custom label,
.customPrint .print-custom label {
    margin-left: 5px;
}

.customPrint .print-child label {
    margin-left: 5px;
}

div[data-layer="dialog-print"] .print-custom {
    float: left;
    width: 70%;
}

div[data-layer="dialog-print"] .print-custom label {
    margin-left: 5px;
}

div[data-layer="dialogLayer34"] .frow-row-othe .inforSame-lable {
    width: 36%;
}

.delete-box #delete-text p {
    margin: 20px;
    color: #666;
    font-size: 14px;
    line-height: 24px;
}

div[data-layer="dialog-delete"] .dialog-footer>a,
div[data-layer="plComfirmDailog"] .dialog-footer>a,
div[data-layer="inspectionInvoice"] .dialog-footer>a {
    position: relative;
    float: right;
    margin: 10px 0px 0px 10px;
    color: #6084D6;
    border: 1px solid #6084D6;
    text-decoration: none;
    border-radius: 6px;
    width: 90px;
    margin-top: 10px;
    text-align: center;
    width: 80px;
    height: 30px;
    line-height: 30px;
}

div[data-layer="inspectionInvoice"] .dialog-footer>a {
    margin-top: 0px !important;
}

.div[data-layer="dialog-mesdeletesage"] .dialog-footer {
    padding: 10px 2%;
}



/*筛选列表渲染*/

.clicks .listData_li {
    float: left;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 30px;
    margin-left: 32px;
    margin-top: 3px;
}

.clicks .listData_li li {
    position: relative;
    padding: 0px 10px;
    margin: 0 5px;
    float: left;
    background: #eee;
    border-radius: 20px;
}

.clicks .listData_li li>span {
    float: left;
    font-size: 12px;
    color: #636363;
}

.clicks .listData_li li>.shanchu {
    float: right;
    font-size: 18px;
    color: red;
    margin-left: 3px;
}

/* 抄送列表 */
.sp-footer .del {
    font-style: normal;
    position: absolute;
    top: -6px;
    right: -6px;
    font-size: 16px;
    background: #000;
    color: #fff;
    border: 1px solid #000;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    text-align: center;
    line-height: 16px;
    box-sizing: content-box;
}

.sp-footer .footer-div img {
    border-radius: 50%;
}

.sp-footer .footer-round {
    overflow: initial;
    left: 34px;
}

.sp-footer .footer-div .addcc {
    line-height: 30px;
    margin-top: 0px;
    cursor: pointer;
    font-size: 32px;
    text-align: center;
    color: #fff;
}


/* 新定义设置页面ui */

.newShizhi .content-title {
    padding: 0 20px;
}

.card .datatimebox {
    color: #666;
}

.newShizhi .screening .search-box {
    margin-top: 7px;
}

.newShizhi .htgbottom {
    border-top: 1px solid #ddd;
    height: 50px;
    position: relative;
}

.newShizhi .content-title>.right-text {
    float: right;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin: 5px 0px;
}

.chuangjian .dialog-body .form-row,
.chuangjian .form-body .form-row {
    position: relative;
    width: 100%;
    margin-bottom: 12px;
}

.chuangjian .zhuyao-infor {
    position: relative;
    /* padding: 0 5%; */
    margin-top: 30px;
}

.dialog .group-tit {
    font-weight: bold;
    font-size: 14px;
}

.cc-footer .footer-div {
    position: relative;
    width: 105px;
    height: 160px;
}

.card .content-title>* {
    line-height: 40px;
    height: 40px;
}

.fundIndex .datatimebox::after {
    position: absolute;
    right: 17px;
    top: 17px;
    display: inline-block;
    width: 1px;
    height: 4px;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: 6px solid;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
    margin-top: -4px;
    margin-right: -7px;
}

.fundIndex .datatimebox {
    width: 90px !important;
}

.fundIndex .htgTabBox {
    position: relative;
}

.newShizhi .htgTit {
    height: 40px;
    padding: 0px 15px;
    line-height: 40px;
}

.newShizhi .htgTit .title-float {
    margin-left: 15px;
}

.newShizhi .z-summary-box {
    position: absolute;
    top: 40px;
    bottom: 50px;
    left: 0;
    right: 0;
}

.newShizhi .fund-tab {
    height: 40px;
}

.newShizhi .fund-tab div.bottom-concent-right-btn {
    line-height: 30px;
    font-size: 14px;
    padding: 0px 10px;
    /* color: #fff; */
    border: 1px solid #6084D6;
    /* background: #6084D6; */
    border-radius: 6px;
    width: 90px;
    text-align: center;
    color: #6084D6;
    cursor: pointer;
    margin-left: 15px;
    float: right;
    height: 30px;
}

.fundIndex .dropdown-toggle::after {
    position: absolute;
    right: 17px;
    top: 17px;
    display: inline-block;
    width: 1px;
    height: 4px;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: 6px solid;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
    margin-top: -4px;
    margin-right: -7px;
}

.sales .content-title {
    position: absolute;
    width: 100%;
    height: 50px;
    top: 0;
    left: 0;
    padding: 0 15px;
    overflow: hidden;
    border-bottom: 1px solid #f5f5f5;
    z-index: 2;
    background: #fff;
    border-radius: 8px 8px 0 0;
    line-height: 50px;
}

.sales .content-title .left-text {
    margin-left: 15px;
    line-height: 50px;
    height: 50px;
}

.sales .content-title:before {
    content: " ";
    position: absolute;
    width: 4px;
    height: 18px;
    top: 17px;
    left: 17px;
    background: #47ce51;
}

.sales .content-title span.write {
    position: relative;
    float: right;
    top: 10px;
}

.sales .note-cont {
    display: none;
}

div[data-layer="dialog-delete"] .dialog-footer>a ,
div[data-layer="plComfirmDailog"] .dialog-footer>a {
    margin: 10px 0px 0px 10px;
}

.sales .more-record .dropdownXs-menu {
    background: #fff;
    z-index: 999;
    text-align: left;
    padding: 0px 15px;
    margin-left: -15px;
    width: 110px;
    box-shadow: 0 0 5px 1px #eee;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipsisCp {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.un-ysList .amount .ellipsisTips p {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.un-ysList .amount .ellipsisTips {
    background: rgba(0, 0, 0, .6);
    color: #fff;
    position: absolute;
    box-shadow: 0 0 3px 1px #aaa;
    font-size: 14px;
    padding: 5px;
    margin-top: 5px;
    white-space: normal;
    min-width: 50px;
    z-index: 9999;
    border-radius: 3px;
    line-height: 24px;
    min-width: 200px;
    margin-left: 30px;
}

.un-ysList .amount .ellipsisTips:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid rgba(0, 0, 0, .6);
    position: absolute;
    left: 10px;
    top: -5px;
    width: 0;
    height: 0;
    content: "";
}

.cp_Name .ellipsisTips {
    background: rgba(0, 0, 0, .6);
    color: #fff;
    position: absolute;
    box-shadow: 0 0 3px 1px #aaa;
    font-size: 14px;
    padding: 5px;
    margin-top: 5px;
    white-space: normal;
    min-width: 50px;
    z-index: 9999;
    border-radius: 3px;
    line-height: 24px;
    min-width: 200px;
    margin-left: 30px;
}

.cp_Name .ellipsisTips:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid rgba(0, 0, 0, .6);
    position: absolute;
    left: 10px;
    top: -5px;
    width: 0;
    height: 0;
    content: "";
}

.xzcpfw .ellipsisTips {
    background: rgba(0, 0, 0, .6);
    color: #fff;
    position: absolute;
    box-shadow: 0 0 3px 1px #aaa;
    font-size: 14px;
    padding: 5px;
    margin-top: 5px;
    white-space: normal;
    min-width: 50px;
    z-index: 9999;
    border-radius: 3px;
    line-height: 24px;
    min-width: 200px;
    margin-left: 30px;
}

.termName .ellipsisTips {
    background: rgba(0, 0, 0, .6);
    color: #fff;
    position: absolute;
    box-shadow: 0 0 3px 1px #aaa;
    font-size: 14px;
    padding: 5px;
    margin-top: 5px;
    white-space: normal;
    min-width: 50px;
    z-index: 9999;
    border-radius: 3px;
    line-height: 24px;
    min-width: 200px;
    margin-left: 30px;
}

.termName .ellipsisTips:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid rgba(0, 0, 0, .6);
    position: absolute;
    left: 10px;
    top: -5px;
    width: 0;
    height: 0;
    content: "";
}

.termName .ellipsisTips p {
    font-size: 12px !important;
    color: #fff !important;
    height: auto !important;
    border-bottom: none !important;
}

.approver-moreUserList .ellipsisTips {
    background: rgba(0, 0, 0, .6);
    color: #fff;
    position: absolute;
    box-shadow: 0 0 3px 1px #aaa;
    font-size: 14px;
    padding: 5px;
    margin-top: 5px;
    white-space: normal;
    min-width: 50px;
    z-index: 9999;
    border-radius: 3px;
    line-height: 24px;
    min-width: 200px;
    margin-left: 30px;
    top: 20px;
}

.approver-moreUserList .ellipsisTips:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid rgba(0, 0, 0, .6);
    position: absolute;
    left: 10px;
    top: -5px;
    width: 0;
    height: 0;
    content: "";
}

.approver-moreUserList .ellipsisTips p {
    font-size: 12px !important;
    color: #fff !important;
}

.xzcpfw .ellipsisTips:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid rgba(0, 0, 0, .6);
    position: absolute;
    left: 10px;
    top: -5px;
    width: 0;
    height: 0;
    content: "";
}

.dialog .project .ellipsisTips {
    background: rgba(0, 0, 0, .6);
    color: #fff;
    position: absolute;
    box-shadow: 0 0 3px 1px #aaa;
    font-size: 14px;
    padding: 5px;
    margin-top: 5px;
    white-space: normal;
    min-width: 50px;
    z-index: 9999;
    border-radius: 3px;
    line-height: 24px;
    min-width: 200px;
    margin-left: 30px;
}

.dialog .project .ellipsisTips:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid rgba(0, 0, 0, .6);
    position: absolute;
    left: 10px;
    top: -5px;
    width: 0;
    height: 0;
    content: "";
}

.ellipsis .ellipsisTips {
    background: rgba(0, 0, 0, .6);
    color: #fff;
    position: absolute;
    box-shadow: 0 0 3px 1px #aaa;
    font-size: 14px;
    padding: 5px;
    margin-top: 5px;
    white-space: normal;
    z-index: 9999;
    border-radius: 3px;
    line-height: 24px;
    min-width: 200px;
    margin-left: 30px;
}
.ellipsis.right .ellipsisTips{
    right: 0;
}

.fjName .ellipsisTips {
    margin-left: -95px !important;
}

.ellipsisCp .ellipsisTips:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid rgba(0, 0, 0, .6);
    position: absolute;
    left: 10px;
    top: -5px;
    width: 0;
    height: 0;
    content: "";
}

.ellipsisCp .ellipsisTips {
    background: rgba(0, 0, 0, .6);
    color: #fff;
    position: absolute;
    box-shadow: 0 0 3px 1px #aaa;
    font-size: 14px;
    padding: 5px;
    margin-top: 5px;
    white-space: normal;
    min-width: 50px;
    z-index: 9999;
    border-radius: 3px;
    line-height: 24px;
    min-width: 200px;
    margin-left: 30px;
}

.ellipsis .ellipsisTips:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid rgba(0, 0, 0, .6);
    position: absolute;
    left: 10px;
    top: -5px;
    width: 0;
    height: 0;
    content: "";
}
.ellipsis.right .ellipsisTips:after{
    left: auto;
    right: 10px;
}

.ellipsisTips p {
    display: block;
    white-space: normal !important;
}

.quantity .ellipsisTips:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid rgba(0, 0, 0, .6);
    position: absolute;
    left: 10px;
    top: -5px;
    width: 0;
    height: 0;
    content: "";
}

.quantity2 .ellipsisTips:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid rgba(0, 0, 0, .6);
    position: absolute;
    left: 10px;
    top: -5px;
    width: 0;
    height: 0;
    content: "";
}

.fjName .ellipsisTips:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid rgba(0, 0, 0, .6);
    position: absolute;
    left: 50%;
    top: -5px;
    width: 0;
    height: 0;
    content: "";
}

.quantity .ellipsisTips {
    background: rgba(0, 0, 0, .6);
    color: #fff;
    position: absolute;
    box-shadow: 0 0 3px 1px #aaa;
    font-size: 14px;
    padding: 5px;
    margin-top: 5px;
    white-space: normal;
    min-width: 50px;
    z-index: 9999;
    border-radius: 3px;
    line-height: 24px;
    min-width: 200px;
    margin-left: 30px;
}

.quantity2 .ellipsisTips {
    background: rgba(0, 0, 0, .6);
    color: #fff;
    position: absolute;
    box-shadow: 0 0 3px 1px #aaa;
    font-size: 14px;
    padding: 5px;
    margin-top: 5px;
    white-space: normal;
    min-width: 50px;
    z-index: 9999;
    border-radius: 3px;
    line-height: 24px;
    min-width: 200px;
    margin-left: 30px;
}

.quantitytit {
    float: left;
    width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.orderDeatil .ellipsisTips {
    background: rgba(0, 0, 0, .6);
    color: #fff;
    position: absolute;
    box-shadow: 0 0 3px 1px #aaa;
    font-size: 14px;
    padding: 5px;
    margin-top: 5px;
    white-space: normal;
    min-width: 100px;
    z-index: 9999;
    border-radius: 3px;
    line-height: 24px;
    min-width: 200px;
    margin-left: 30px;
    top: 34px;
}

.orderDeatil .btn-group .ellipsisTips p {
    display: block;
    white-space: normal;
}

.sales_table .ellipsis {
    width: 85px;
}

.orderDeatil .ellipsisTips:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid rgba(0, 0, 0, .6);
    position: absolute;
    left: 10px;
    top: -5px;
    width: 0;
    height: 0;
    content: "";
}

.specification {
    color: #999;
    margin-top: 5px;
}

.addClose .screensearchClear {
    position: absolute;
    right: 9px;
    top: 6px;
    background: url('/static/img/clear-a5a15c5d3a1c99ce1e3272f362fddbd7.png');
    width: 16px;
    height: 16px;
    display: block;
    background-size: 100%;
}

.setTime {
    position: relative;
    float: left;
}

.setTime .screensearchClear {
    position: absolute;
    right: 0px;
    top: 6px;
    background: url('/static/img/clear-a5a15c5d3a1c99ce1e3272f362fddbd7.png');
    width: 16px;
    height: 16px;
    display: block;
    background-size: 100%;
}

.lableA {
    float: left;
    line-height: 30px;
    margin-left: 15px;
    color: #6084D6;
    cursor: pointer;
}

.screening .ui-datepicker-css {
    left: 70px;
    top: 35px;
}

.companyName {
    position: relative;
    cursor: pointer;
}

[data-layer="switching"].small-dialog {
    position: absolute;
    width: 36%;
    left: 56%;
    height: 400px;
    top: 50%;
    margin-top: -225px;
    margin-left: -24%;
    max-width: 800px;
    min-width: 500px;
    background: #fff;
    z-index: 7;
    padding-top: 40px;
    border-radius: 8px;
    padding-bottom: 60px;
}

.page-prev,
.page-next {
    cursor: pointer;
}

.inTransit .tooltip:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgba(0, 0, 0, .9);
    position: absolute;
    top: -10px;
    width: 0;
    height: 0;
    content: "";
    left: 50%;
}

.inTransit .tooltip {
    left: -180%;
}

.chooseSys {
    padding: 15px 0px;
    position: relative;
    color: #666;
}

.sys-tabs {
    margin: 0 36px;
    height: 40px;
    line-height: 40px;
    position: relative;
}

button.chooseSys::after {
    position: absolute;
    right: -15px;
    top: 23px;
    display: inline-block;
    width: 1px;
    height: 4px;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: 6px solid;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
    margin-top: -4px;
    margin-right: -7px;
}

.sys-menu {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 5;
    display: none;
    float: left;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #292b2c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    left: -5px;
    background: #eee;
}

.sys-menu li {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #666;
    margin: 0px 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/* 产品服务弹窗 */

.dialog[data-layer="choosedialog4"] {
    width: 70%;
    left: 55%;
    margin-left: -500px;
}

.dialog[data-layer="choosedialog4"] .name p {
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.dialog[data-layer="choosedialog4"].small-double-dialog {
    max-width: 1240px !important;
    position: fixed;
    background: #fff;
    border-radius: 8px;
    width: 70%;
    max-width: 1240px;
    max-height: 900px;
    margin-left: -35%;
    top: 50%;
    bottom: 5%;
    left: 55%;
    z-index: 8;
    font-size: 14px;
    overflow-y: hidden;
}

.dialog[data-layer="choosedialog4"].small-double-dialog .small-double-body .left-bar {
    width: 20%;
}

.dialog[data-layer="choosedialog4"].small-double-dialog .small-double-body .right-Con table td:first-child,
.dialog[data-layer="choosedialog4"].small-double-dialog .small-double-body .right-Con table th:first-child {
    width: 50px;
}

.dialog[data-layer="choosedialog4"].small-double-dialog .small-double-body .right-Con table td:nth-child(3),
.dialog[data-layer="choosedialog4"].small-double-dialog .small-double-body .right-Con table th:nth-child(3) {
    width: 250px;
}

.dialog[data-layer="choosedialog4"].small-double-dialog .small-double-body .right-Con table td:nth-child(2),
.dialog[data-layer="choosedialog4"].small-double-dialog .small-double-body .right-Con table th:nth-child(2) {
    width: 90px;
}

.dialog[data-layer="choosedialog4"].small-double-dialog .small-double-body .right-Con table td:nth-child(4),
.dialog[data-layer="choosedialog4"].small-double-dialog .small-double-body .right-Con table th:nth-child(4) {
    width: 120px;
}

.dialog[data-layer="choosedialog4"].small-double-dialog .small-double-body .right-Con {
    float: left;
    width: 75%;
    height: 100%;
}


/* 审批新样式 2019,4.29 */

.dialog .footer-round {
    overflow: initial;
}

.approve {
    margin: 20px 20px 30px 50px;
}

.k-cont .approve>li {
    width: 90%;
    font-size: 14px;
    height: auto;
    overflow: hidden;
    position: relative;
    min-height: 120px;
}

.approve li .tx-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    border: 2px #ddd solid;
}

.approve li .tx-img img {
    display: block;
    width: 100%;
}

.sp-footer .approve li {
    width: 100%;
}

.approve li .tx-img p {
    background: #6084D6;
    margin-top: 0px;
    color: #fff;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
}

.approve li .userinfo {
    line-height: 40px;
}

.approve li .content {
    float: left;
    margin-left: 20px;
    width: 60%;
    overflow: hidden;
}

.approve li .createTime {
    float: right;
    margin-right: 30px;
}

.approve .line {
    border-left: 1px solid #e5e5e5;
    margin-left: 30px;
    height: calc(100% - 60px);
    position: absolute;
    min-height: 60px;
    top: 60px;
}

.approve li p.recordText {
    text-align: left;
    overflow: hidden;
    text-overflow: initial;
    white-space: normal;
    word-break: break-all;
}

.approve .operationType6 {
    color: #01c101;
}

.approve .operationType99 {
    color: #ffc800;
}

.approve .operationType7 {
    color: #ff0000;
}

.approve .press {
    color: #6084D6;
}

.k-cont .bordersp {
    border-radius: 100%;
    width: 32px;
    height: 32px;
    float: left;
    background: url(/static/img/icon/add2-40e7a69cf26a325d3b1f9a45971f105f.png) no-repeat center;
    background-size: 100% auto;
    margin: 0px 14px;
}

.k-cont .addcomment {
    color: #6084D6;
    float: left;
    margin: 0px 20px;
    cursor: pointer;
    font-size: 14px;
    line-height: 32px;
}

.k-cont .attachment li {
    height: 30px;
}

.dialog.addcommentLayer textarea {
    height: 110px;
}

.dialog.addcommentLayer .attachment dt {
    float: none;
}

.dialog.addcommentLayer .attachment dd {
    margin-left: 20px;
}

.dialog.addcommentLayer .textarea-remark {
    resize: none;
    width: 100%;
}

.dialog.addcommentLayer .dialog-body-inner .pannel {
    margin: 20px;
}

.BxdorderDeatil {
    overflow-x: auto;
    overflow-y: hidden;
    min-height: 200px;
}

.BxdorderDeatil .dropdown-menu {
    max-height: 100px;
}

.BxdorderDeatil tr {
    display: table;
    width: 100%;
    cursor: pointer;
    table-layout: fixed;
}

.BxdorderDeatil tr td,
.BxdorderDeatil th {
    width: 120px !important;
    position: relative;
}

.BxdorderDeatil .w50 {
    width: 50px !important;
}


/* 新产品服务 */

.small-double-dialog[data-layer="choosedialog4"] .small-double-body .left-bar li {
    height: auto;
    line-height: 40px;
    padding-left: 10px;
    color: #666;
}

.small-double-dialog[data-layer="choosedialog4"] .small-double-body .left-bar li.active {
    background: #fff;
    color: #6084D6
}

.more-ul {
    width: 125px;
    position: absolute;
    bottom: 30px;
    left: -24px;
    background: #fff;
    display: none;
    list-style: none;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-top: 5px;
    display: none;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 1000;
}

.more-ul li {
    position: relative;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    border-bottom: 1px dashed #444;
    font-size: 14px;
    text-align: center;
    color: #fff;
}

.moreDo {
    position: relative;
    float: right;
    margin-right: 20px;
    color: #6084D6;
    border: 1px solid #6084D6;
    text-decoration: none;
    border-radius: 6px;
    width: 90px;
    margin-top: 10px;
    line-height: 30px;
    text-align: center;
    height: 30px;
    box-sizing: border-box;
    font-size: 14px;
}

.moreBtn {
    position: relative;
    color: #6084D6;
    text-decoration: none;
    border-radius: 6px;
    width: 90px;
    line-height: 30px;
    text-align: center;
    box-sizing: border-box;
    font-size: 14px;
}

.payroll-left {
    width: 30%;
    float: left;
}

.payroll-right {
    float: left;
    width: 69%;
}

.payroll-left .payroll-div {
    color: #666;
    font-size: 14px;
    text-align: center;
    width: 100%;
}

.payroll-left .payroll-div p {
    float: left;
    width: 50%;
}

.payroll-right .payroll-div {
    float: left;
    color: #666;
    font-size: 14px;
    text-align: center;
    width: 25%;
}

.payroll-div p {
    line-height: 44px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.payrollborder {
    width: 1px;
    height: 100%;
    background: #eeeeee;
    float: left;
}

.payroll-right .payroll-div {
    float: left;
    color: #666;
    font-size: 14px;
    text-align: center;
    width: 25%;
}

.payrollList {
    float: left;
    width: 75%;
}

.trueSalary {
    float: left;
    width: 25%;
    color: #666;
    font-size: 14px;
    text-align: center;
}

.trueSalary p {
    line-height: 44px;
}

.trueSalary p.amount {
    font-weight: bold;
}

.payroll-right .payroll-div .amount {
    color: #333;
    font-weight: blod;
}

.fa-arrow-right:before {
    content: "\f061" !important;
}

.fa-arrow-left:before {
    content: "\f060" !important;
}


/* newIndex */

.card .con_left2 .datatimebox::after {
    position: absolute;
    right: -2px;
    top: 16px;
    display: inline-block;
    width: 1px;
    height: 4px;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: 6px solid;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
    margin-top: -4px;
    margin-right: -7px;
}

.MessageTag {
    color: #666;
    font-size: 14px;
    text-decoration: none;
    line-height: 61px;
}

.set-main-tit {
    position: absolute;
    background: #fff;
    width: 100%;
    height: 40px;
    overflow: inherit;
    display: flex;
    line-height: 40px;
    top: 65px;
    left: 10px;
    z-index: 2;
}
.set-main-tit ul {
    overflow: hidden;
    padding: 0px 15px;
}

.set-main-tit ul li {
    float: left;
    min-width: 80px;
    text-align: center;
    color: #666;
}

.set-main-tit .dataBill {
    position: absolute;
    right: 50px;
    cursor: pointer;
}

.set-main-tit .dataBill.hasActive {
    color: #6084D6;
    height: 30px;
}

.set-main-tit .dataBill.Active {
    color: #6084D6;
}

.set-main-tit .flowPath.hasActive {
    color: #6084D6;
    height: 30px;
}

.set-main-tit .flowPath.Active {
    color: #6084D6;
}

.set-main-tit .flowPath {
    position: absolute;
    right: 50px;
    cursor: pointer;
}

.w63 {
    width: 63%;
    float: left;
    position: relative;
}

.w35 {
    width: 35%;
    right: 0px;
    /* position: absolute; */
    height: 100%;
    float: right;
    position: relative;
    height: 100%;
}

.w35 .card {
    height: 33%;
    position: relative;
    margin: 10px 0px;
    background: #fff;
}

.w63 .card {
    position: relative;
    margin: 10px 0px;
    background: #fff;
}

.newIndex .content-title {
    border-radius: initial;
}

.newIndex .w35 .viewShow {
    height: 100%;
    background: #fff;
    min-height: 180px;
}

.newIndex .content-title ul {
    float: left;
    font-size: 14px;
    margin-left: 10px;
    overflow: hidden;
}

.newIndex .content-title ul li {
    float: left;
}

.newIndex .con_more_right a {
    position: absolute;
    right: 0px;
    text-decoration: none;
    color: #6084D6;
    display: block;
    width: 40px;
    font-size: 14px;
}

.zhuangtai button span,.yfkStatus button span {
    color: #EF5F45
}

.sybl {
    color: #ff0000;
    font-size: 12px;
    margin-left: 10px;
}

.worth p {
    color: #666;
    font-size: 14px;
    line-height: 36px;
    margin-left: 15px;
}

.billbord[data-name="currency"] .mainImg {
    width: 100%;
    margin: 40px 0px 0px 0px;
}

.billbord[data-name="currency"] .linkWz img {
    margin: 0 auto;
    display: block;
    width: 40px;
    height: 40px;
}

.billbord[data-name="currency"] .linkWz {
    cursor: pointer;
}

.billbord[data-name="currency"] p {
    text-align: center;
    color: #666;
    line-height: 24px;
}

.billbord[data-name="currency"] .xsdd_wz {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 12%;
    top: 17%;
    opacity: 0;
    font-size: 12px;
}

.billbord[data-name="currency"] .xsjs_wz {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 17%;
    left: 35%;
    opacity: 0;
    font-size: 12px;
}

.billbord[data-name="currency"] .qrdz_wz {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 17%;
    left: 58%;
    opacity: 0;
    font-size: 12px;
}

.billbord[data-name="currency"] .cgdd_wz {
    position: absolute;
    top: 40%;
    left: 12%;
    opacity: 0;
    font-size: 12px;
}

.billbord[data-name="currency"] .cgjs_wz {
    position: absolute;
    top: 40%;
    left: 35%;
    opacity: 0;
    font-size: 12px;
}

.billbord[data-name="currency"] .fybx_wz {
    position: absolute;
    left: 35%;
    top: 63%;
    opacity: 0;
    font-size: 12px;
}

.billbord[data-name="currency"] .fk_wz {
    position: absolute;
    top: 63%;
    left: 57%;
    opacity: 0;
    font-size: 12px;
}

.billbord[data-name="currency"] .zdjz_wz {
    position: absolute;
    right: 10%;
    top: 63%;
    opacity: 0;
    font-size: 12px;
}

.billbord .linkWz {
    width: 70px;
    height: 70px;
    cursor: pointer;
}

@media only screen and (min-width: 1441px) and (max-width: 1700px) {
    .billbord[data-name="currency"] .linkWz {
        width: 80px;
        height: 80px
    }
    .billbord[data-name="build"] .linkWz {
        width: 70px;
        height: 70px
    }
}

@media only screen and (min-width: 1700px) and (max-width: 2000px) {
    .billbord[data-name="currency"] .linkWz {
        width: 90px;
        height: 90px
    }
    .billbord[data-name="build"] .linkWz {
        width: 70px;
        height: 70px
    }
}

.billbord[data-name="build"] .mainImg {
    width: 100%;
    margin: 40px 0px 0px 0px;
}

.billbord[data-name="build"] .linkWz img {
    margin: 0 auto;
    display: block;
    width: 40px;
    height: 40px;
}

.billbord[data-name="build"] .bzj_wz {
    position: absolute;
    left: 4%;
    top: 8%;
    opacity: 0;
    font-size: 12px;
}

.billbord[data-name="build"] .xmys_wz {
    position: absolute;
    left: 19%;
    top: 8%;
    opacity: 0;
    font-size: 12px;
}

.billbord[data-name="build"] .xmlx_wz {
    position: absolute;
    left: 4%;
    top: 32%;
    opacity: 0;
    font-size: 12px;
}

.billbord[data-name="build"] .cbht_wz {
    position: absolute;
    left: 18%;
    top: 32%;
    opacity: 0;
    font-size: 12px;
}

.billbord[data-name="build"] .czjf_wz {
    position: absolute;
    left: 32%;
    top: 32%;
    opacity: 0;
    font-size: 12px;
}

.billbord[data-name="build"] .czqr_wz {
    position: absolute;
    left: 46%;
    top: 32%;
    opacity: 0;
    font-size: 12px;
}

.billbord[data-name="build"] .gcjs_wz {
    position: absolute;
    left: 61%;
    top: 32%;
    opacity: 0;
    font-size: 12px;
}

.billbord[data-name="build"] .qrdk_wz {
    position: absolute;
    left: 75%;
    top: 32%;
    opacity: 0;
    font-size: 12px;
}

.billbord[data-name="build"] .clrk_wz {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 4%;
    top: 55%;
    opacity: 0;
    font-size: 12px;
}

.billbord[data-name="build"] .clcg_wz {
    position: absolute;
    left: 18%;
    top: 55%;
    opacity: 0;
    font-size: 12px;
}

.billbord[data-name="build"] .gcfb_wz {
    position: absolute;
    left: 33%;
    top: 55%;
    opacity: 0;
    font-size: 12px;
}

.billbord[data-name="build"] .xmzxb_wz {
    width: 80px;
    height: 70px;
    position: absolute;
    left: 88%;
    top: 55%;
    opacity: 0;
    font-size: 12px;
}

.billbord[data-name="build"] .gcll_wz {
    position: absolute;
    left: 4%;
    top: 73%;
    opacity: 0;
    font-size: 12px;
}

.billbord[data-name="build"] .linkWz {
    cursor: pointer;
}

.billbord[data-name="build"] .cgjs_wz {
    position: absolute;
    left: 18%;
    top: 73%;
    opacity: 0;
    font-size: 12px;
}

.billbord[data-name="build"] .sbfy_wz {
    width: 90px;
    height: 70px;
    position: absolute;
    left: 45%;
    top: 73%;
    opacity: 0;
    font-size: 12px;
}

.billbord[data-name="build"] .fbjs_wz {
    position: absolute;
    left: 32%;
    top: 73%;
    opacity: 0;
    font-size: 12px;
}

.billbord[data-name="build"] .fybx_wz {
    position: absolute;
    left: 60%;
    top: 73%;
    opacity: 0;
    font-size: 12px;
}

.billbord[data-name="build"] .fk_wz {
    position: absolute;
    left: 72%;
    top: 73%;
    opacity: 0;
    font-size: 12px;
}

.share_billbord.sy-bzj .linkWz,
.share_billbord.sy-gsjk .linkWz {
    cursor: pointer;
}

.share_billbord.sy-bzj .mainImg,
.share_billbord.sy-gsjk .mainImg {
    width: 100%;
    margin: 40px 0px 0px 0px;
}

.share_billbord.sy-bzj .fksq_wz,
.share_billbord.sy-gsjk .fksq_wz {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 22%;
    top: 20%;
    opacity: 0;
    font-size: 12px;
}

.share_billbord.sy-bzj .fk_wz,
.share_billbord.sy-gsjk .fk_wz {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 40%;
    top: 20%;
    opacity: 0;
    font-size: 12px;
}

.share_billbord.sy-bzj .shbzj_wz,
.share_billbord.sy-gsjk .shbzj_wz {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 58%;
    top: 20%;
    opacity: 0;
    font-size: 12px;
}

.share_billbord.sy-bzj .sdbzj_wz,
.share_billbord.sy-gsjk .sdbzj_wz {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 22%;
    top: 64%;
    opacity: 0;
    font-size: 12px;
}

.share_billbord.sy-bzj .yecx_wz,
.share_billbord.sy-gsjk .yecx_wz {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 77%;
    top: 20%;
    opacity: 0;
    font-size: 12px;
}

.share_billbord.sy-bzj .fhbzj_wz,
.share_billbord.sy-gsjk .fhbzj_wz {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 40%;
    top: 64%;
    opacity: 0;
    font-size: 12px;
}

.share_billbord.sy-bzj .fk2_wz,
.share_billbord.sy-gsjk .fk2_wz {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 59%;
    top: 64%;
    opacity: 0;
    font-size: 12px;
}

.share_billbord.sy-bzj .yecx2_wz,
.share_billbord.sy-gsjk .yecx2_wz {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 77%;
    top: 64%;
    opacity: 0;
    font-size: 12px;
}

.share_billbord.sy-fpgl .mainImg {
    width: 100%;
    margin: 40px 0px 0px 0px;
}

.share_billbord.sy-fpgl .linkWz {
    cursor: pointer;
}

.share_billbord.sy-fpgl .kpsq_wz {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 24%;
    top: 23%;
    opacity: 0;
    font-size: 12px;
}

.share_billbord.sy-fpgl .kpdj_wz {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 43%;
    top: 23%;
    opacity: 0;
    font-size: 12px;
}

.share_billbord.sy-fpgl .kddj_wz {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 61%;
    top: 23%;
    opacity: 0;
    font-size: 12px;
}

.share_billbord.sy-fpgl .qsqr_wz {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 79%;
    top: 23%;
    opacity: 0;
    font-size: 12px;
}

.share_billbord.sy-fpgl .fpdj_wz {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 24%;
    top: 67%;
    opacity: 0;
    font-size: 12px;
}

.share_billbord.sy-fpgl .fpqs_wz {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 42%;
    top: 67%;
    opacity: 0;
    font-size: 12px;
}

.share_billbord.sy-fpgl .fprz_wz {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 60%;
    top: 67%;
    opacity: 0;
    font-size: 12px;
}

.share_billbord.sy-gdzc .mainImg {
    width: 100%;
    margin: 40px 0px 0px 0px;
}

.share_billbord.sy-gdzc .linkWz {
    cursor: pointer;
}

.share_billbord.sy-gdzc p {
    text-align: center;
    color: #666;
    line-height: 24px;
}

.share_billbord.sy-gdzc .zccg_wz {
    position: absolute;
    left: 25%;
    top: 24%;
    opacity: 0;
    font-size: 12px;
}

.share_billbord.sy-gdzc .cgjs_wz {
    position: absolute;
    left: 43%;
    top: 24%;
    opacity: 0;
    font-size: 12px;
}

.share_billbord.sy-gdzc .fk_wz {
    position: absolute;
    left: 62%;
    top: 24%;
    opacity: 0;
    font-size: 12px;
}

.share_billbord.sy-gdzc .tzdj_wz {
    position: absolute;
    left: 25%;
    top: 67%;
    opacity: 0;
    font-size: 12px;
}

.share_billbord.sy-gdzc .zdzj_wz {
    position: absolute;
    left: 44%;
    top: 67%;
    opacity: 0;
    font-size: 12px;
}

.share_billbord.sy-gdzc .zctz_wz {
    position: absolute;
    left: 62%;
    top: 67%;
    opacity: 0;
    font-size: 12px;
}

.share_billbord.sy-gdzc .zcbf_wz {
    position: absolute;
    left: 80%;
    top: 67%;
    opacity: 0;
    font-size: 12px;
}

.share_billbord.sy-gz .mainImg {
    width: 100%;
    margin: 40px 0px 0px 0px;
}

.share_billbord.sy-gz .gzzcd_wz {
    position: absolute;
    left: 23%;
    top: 23%;
    opacity: 0;
    font-size: 12px;
}

.share_billbord.sy-gz .fk_wz {
    position: absolute;
    left: 39%;
    top: 23%;
    opacity: 0;
    font-size: 12px;
}

.share_billbord.sy-gz .gzmb_wz {
    position: absolute;
    left: 23%;
    top: 67%;
    opacity: 0;
    font-size: 12px;
}

.share_billbord.sy-gz .xzsj_wz {
    position: absolute;
    left: 39%;
    top: 67%;
    opacity: 0;
    font-size: 12px;
}

.share_billbord.sy-gqfh .linkWz {
    cursor: pointer;
}

.share_billbord.sy-gz .drgzb_wz {
    position: absolute;
    left: 54%;
    top: 67%;
    opacity: 0;
    font-size: 12px;
}

.share_billbord.sy-gz .fbgzb_wz {
    position: absolute;
    left: 69%;
    top: 67%;
    opacity: 0;
    font-size: 12px;
}

.share_billbord.sy-gz .fk2_wz {
    position: absolute;
    left: 84%;
    top: 67%;
    opacity: 0;
    font-size: 12px;
}

.share_billbord.sy-gqfh .mainImg {
    width: 100%;
    margin: 40px 0px 0px 0px;
}

.share_billbord.sy-gqfh p {
    text-align: center;
    color: #666;
    line-height: 24px;
}

.share_billbord.sy-gqfh .ystz_wz {
    position: absolute;
    left: 32%;
    top: 23%;
    opacity: 0;
    font-size: 12px;
}

.share_billbord.sy-gqfh .czsq_wz {
    position: absolute;
    left: 53%;
    top: 23%;
    opacity: 0;
    font-size: 12px;
}

.share_billbord.sy-gqfh .fk_wz {
    position: absolute;
    left: 74%;
    top: 23%;
    opacity: 0;
    font-size: 12px;
}

.share_billbord.sy-gqfh .fhzc_wz {
    position: absolute;
    left: 32%;
    top: 68%;
    opacity: 0;
    font-size: 12px;
}

.share_billbord.sy-gqfh .fk2_wz {
    position: absolute;
    left: 55%;
    top: 68%;
    opacity: 0;
    font-size: 12px;
}

.billbord[data-name="machining"] .mainImg {
    margin: 40px 0px 0px 0px;
    width: 100;
}

.billbord[data-name="machining"] .linkWz {
    cursor: pointer;
}

.billbord[data-name="machining"] p {
    text-align: center;
    color: #666;
    line-height: 30px;
}

.billbord[data-name="machining"] .khxd_wz {
    position: absolute;
    left: 5%;
    top: 15%;
    opacity: 0;
    font-size: 12px;
}

.billbord[data-name="machining"] .dj_wz {
    position: absolute;
    left: 20%;
    top: 15%;
    opacity: 0;
    font-size: 12px;
}

.billbord[data-name="machining"] .jh_wz {
    position: absolute;
    left: 35%;
    top: 15%;
    opacity: 0;
    font-size: 12px;
}

.billbord[data-name="machining"] .jwk_wz {
    position: absolute;
    left: 52%;
    top: 15%;
    opacity: 0;
    font-size: 12px;
}

.billbord[data-name="machining"] .dzqr_wz {
    position: absolute;
    left: 69%;
    top: 15%;
    opacity: 0;
    font-size: 12px;
}

.billbord[data-name="machining"] .clcg_wz {
    position: absolute;
    left: 6%;
    top: 40%;
    opacity: 0;
    font-size: 12px;
}

.billbord[data-name="machining"] .scd_wz {
    position: absolute;
    left: 21%;
    top: 40%;
    opacity: 0;
    font-size: 12px;
}

.billbord[data-name="machining"] .wgrk_wz {
    position: absolute;
    left: 36%;
    top: 40%;
    opacity: 0;
    font-size: 12px;
}

.billbord[data-name="machining"] .ddlr_wz {
    position: absolute;
    right: 6%;
    top: 40%;
    opacity: 0;
    font-size: 12px;
}

.billbord[data-name="machining"] .clrk_wz {
    position: absolute;
    left: 6%;
    top: 70%;
    font-size: 12px
}

.billbord[data-name="machining"] .scll_wz {
    opacity: 0;
    position: absolute;
    left: 21%;
    top: 70%;
    font-size: 12px;
}

.billbord[data-name="machining"] .gysjs_wz {
    position: absolute;
    left: 53%;
    top: 70%;
    font-size: 12px;
    opacity: 0
}

.billbord[data-name="machining"] .fk_wz {
    position: absolute;
    left: 70%;
    top: 70%;
    opacity: 0;
    font-size: 12px;
}

.billbord[data-name="advert"] .mainImg {
    width: 100%;
    margin: 40px 0px 0px 0px;
}

.billbord[data-name="advert"] .linkWz {
    cursor: pointer;
}

.billbord[data-name="advert"] p {
    text-align: center;
    color: #666;
    line-height: 30px;
}

.billbord[data-name="advert"] .xmlx_wz {
    position: absolute;
    left: 5%;
    top: 16%;
    opacity: 0;
    font-size: 12px;
}

.billbord[data-name="advert"] .xmys_wz {
    position: absolute;
    left: 20%;
    top: 15%;
    opacity: 0;
    font-size: 12px;
}

.billbord[data-name="advert"] .xmht_wz {
    position: absolute;
    left: 5%;
    top: 35%;
    opacity: 0;
    font-size: 12px;
}

.billbord[data-name="advert"] .dj_wz {
    position: absolute;
    left: 20%;
    top: 35%;
    opacity: 0;
    font-size: 12px;
}

.billbord[data-name="advert"] .jf_wz {
    position: absolute;
    left: 34%;
    top: 32%;
    opacity: 0;
    font-size: 12px;
}

.billbord[data-name="advert"] .wk_wz {
    position: absolute;
    left: 50%;
    top: 35%;
    opacity: 0;
    font-size: 12px;
}

.billbord[data-name="advert"] .dzqr_wz {
    position: absolute;
    left: 66%;
    top: 35%;
    opacity: 0;
    font-size: 12px;
}

.billbord[data-name="advert"] .cgdd_wz {
    position: absolute;
    left: 4%;
    top: 71%;
    opacity: 0;
    font-size: 12px;
}

.billbord[data-name="advert"] .cgjs_wz {
    position: absolute;
    left: 20%;
    top: 70%;
    opacity: 0;
    font-size: 12px;
}

.billbord[data-name="advert"] .fybx_wz {
    position: absolute;
    left: 35%;
    top: 70%;
    font-size: 12px
}

.billbord[data-name="advert"] .fk_wz {
    opacity: 0;
    position: absolute;
    left: 66%;
    top: 70%;
    font-size: 12px;
}

.billbord[data-name="advert"] .xmzxb_wz {
    position: absolute;
    left: 85%;
    top: 50%;
    font-size: 12px;
    opacity: 0
}

.billbord[data-name="Wholesale"] .mainImg {
    width: 100%;
    margin: 40px 0px 0px 0px;
}

.billbord[data-name="Wholesale"] .linkWz {
    cursor: pointer;
}

.billbord[data-name="Wholesale"] p {
    text-align: center;
    color: #666;
    line-height: 30px;
}

.billbord[data-name="Wholesale"] .khxd_wz {
    position: absolute;
    left: 5%;
    top: 16%;
    opacity: 0;
    font-size: 12px;
}

.billbord[data-name="Wholesale"] .khjs_wz {
    position: absolute;
    left: 25%;
    top: 15%;
    opacity: 0;
    font-size: 12px;
}

.billbord[data-name="Wholesale"] .dzqr_wz {
    position: absolute;
    left: 66%;
    top: 15%;
    opacity: 0;
    font-size: 12px;
}

.billbord[data-name="Wholesale"] .fh_wz {
    position: absolute;
    left: 25%;
    top: 42%;
    opacity: 0;
    font-size: 12px;
}

.billbord[data-name="Wholesale"] .cgxd_wz {
    position: absolute;
    left: 4%;
    top: 73%;
    opacity: 0;
    font-size: 12px;
}

.billbord[data-name="Wholesale"] .cprk_wz {
    position: absolute;
    left: 25%;
    top: 74%;
    opacity: 0;
    font-size: 12px;
}

.billbord[data-name="Wholesale"] .gysjs_wz {
    position: absolute;
    left: 45%;
    top: 74%;
    opacity: 0;
    font-size: 12px;
}

.billbord[data-name="Wholesale"] .fk_wz {
    position: absolute;
    left: 65%;
    top: 74%;
    opacity: 0;
    font-size: 12px;
}

.billbord[data-name="Wholesale"] .ddlr_wz {
    position: absolute;
    left: 85%;
    top: 43%;
    opacity: 0;
    font-size: 12px;
}

.billbord[data-name="decorate"] .mainImg {
    width: 100%;
    margin: 40px 0px 0px 0px;
}

.billbord[data-name="decorate"] .linkWz {
    cursor: pointer;
}

.billbord[data-name="decorate"] p {
    text-align: center;
    color: #666;
    line-height: 30px;
}

.billbord[data-name="decorate"] .khxd_wz {
    position: absolute;
    left: 5%;
    top: 12%;
    opacity: 0;
    font-size: 12px;
}

.billbord[data-name="decorate"] .sk_wz {
    position: absolute;
    left: 21%;
    top: 12%;
    opacity: 0;
    font-size: 12px;
}

.billbord[data-name="decorate"] .jdys_wz {
    position: absolute;
    left: 36%;
    top: 12%;
    opacity: 0;
    font-size: 12px;
}

.billbord[data-name="decorate"] .sgjs_wz {
    position: absolute;
    left: 53%;
    top: 12%;
    opacity: 0;
    font-size: 12px;
}

.billbord[data-name="decorate"] .dzqr_wz {
    position: absolute;
    left: 69%;
    top: 12%;
    opacity: 0;
    font-size: 12px;
}

.billbord[data-name="decorate"] .clcg_wz {
    position: absolute;
    left: 5%;
    top: 42%;
    opacity: 0;
    font-size: 12px;
}

.billbord[data-name="decorate"] .sgll_wz {
    position: absolute;
    left: 21%;
    top: 42%;
    opacity: 0;
    font-size: 12px;
}

.billbord[data-name="decorate"] .clrk_wz {
    position: absolute;
    left: 5%;
    top: 71%;
    opacity: 0;
    font-size: 12px;
}

.billbord[data-name="decorate"] .cgjs_wz {
    position: absolute;
    left: 20%;
    top: 71%;
    opacity: 0;
    font-size: 12px;
}

.billbord[data-name="decorate"] .rgjs_wz {
    position: absolute;
    left: 37%;
    top: 71%;
    opacity: 0;
    font-size: 12px;
}

.billbord[data-name="decorate"] .fybx_wz {
    position: absolute;
    left: 52%;
    top: 71%;
    opacity: 0;
    font-size: 12px;
}

.billbord[data-name="decorate"] .fk_wz {
    position: absolute;
    left: 70%;
    top: 71%;
    opacity: 0;
    font-size: 12px;
}

.billbord[data-name="decorate"] .kjjyb_wz {
    position: absolute;
    left: 86%;
    top: 43%;
    opacity: 0;
    font-size: 12px;
}

.share_billbord.sy-install .mainImg {
    width: 100%;
    margin: 40px 0px 0px 0px;
}

.share_billbord.sy-install p {
    text-align: center;
    color: #666;
    line-height: 24px;
}

.share_billbord.sy-install .sbht_wz {
    position: absolute;
    left: 5%;
    top: 14%;
    opacity: 0;
    font-size: 12px;
}

.share_billbord.sy-install .sk_wz {
    position: absolute;
    left: 21%;
    top: 14%;
    opacity: 0;
    font-size: 12px;
}

.share_billbord.sy-install .install_wz {
    position: absolute;
    left: 37%;
    top: 14%;
    opacity: 0;
    font-size: 12px;
}

.share_billbord.sy-install .jdk_wz {
    position: absolute;
    left: 53%;
    top: 14%;
    opacity: 0;
    font-size: 12px;
}

.share_billbord.sy-install .dzqr_wz {
    position: absolute;
    left: 69%;
    top: 14%;
    opacity: 0;
    font-size: 12px;
}

.share_billbord.sy-install .sbgm_wz {
    position: absolute;
    left: 4%;
    top: 45%;
    opacity: 0;
    font-size: 12px;
}

.share_billbord.sy-install .azll_wz {
    position: absolute;
    left: 20%;
    top: 42%;
    opacity: 0;
    font-size: 12px;
}

.share_billbord.sy-install .clrk_wz {
    position: absolute;
    left: 5%;
    top: 71%;
    opacity: 0;
    font-size: 12px;
}

.share_billbord.sy-install .cgjs_wz {
    position: absolute;
    left: 20%;
    top: 71%;
    opacity: 0;
    font-size: 12px;
}

.share_billbord.sy-install .fybx_wz {
    position: absolute;
    left: 37%;
    top: 71%;
    opacity: 0;
    font-size: 12px;
}

.share_billbord.sy-install .fk_wz {
    position: absolute;
    left: 70%;
    top: 71%;
    opacity: 0;
    font-size: 12px;
}

.share_billbord.sy-install .xmzxb_wz {
    position: absolute;
    right: 4%;
    top: 43%;
    opacity: 0;
    font-size: 12px;
}

.share_billbord.sy-maintain .mainImg {
    width: 100%;
    margin: 40px 0px 0px 0px;
}

.share_billbord.sy-maintain p {
    text-align: center;
    color: #666;
    line-height: 24px;
}

.share_billbord.sy-maintain .wxht_wz {
    position: absolute;
    left: 5%;
    top: 14%;
    opacity: 0;
    font-size: 12px;
}

.share_billbord.sy-maintain .wx_wz {
    position: absolute;
    left: 25%;
    top: 14%;
    opacity: 0;
    font-size: 12px;
}

.share_billbord.sy-maintain .wxfjs_wz {
    position: absolute;
    left: 45%;
    top: 14%;
    opacity: 0;
    font-size: 12px;
}

.share_billbord.sy-maintain .dzqr_wz {
    position: absolute;
    left: 67%;
    top: 14%;
    opacity: 0;
    font-size: 12px;
}

.share_billbord.sy-maintain .sbgm_wz {
    position: absolute;
    left: 4%;
    top: 41%;
    opacity: 0;
    font-size: 12px;
}

.share_billbord.sy-maintain .wxll_wz {
    position: absolute;
    left: 24%;
    top: 41%;
    opacity: 0;
    font-size: 12px;
}

.share_billbord.sy-maintain .clrk_wz {
    position: absolute;
    left: 4%;
    top: 71%;
    opacity: 0;
    font-size: 12px;
}

.share_billbord.sy-maintain .cgjs_wz {
    position: absolute;
    left: 25%;
    top: 71%;
    opacity: 0;
    font-size: 12px;
}

.share_billbord.sy-maintain .fybx_wz {
    position: absolute;
    left: 45%;
    top: 71%;
    opacity: 0;
    font-size: 12px;
}

.share_billbord.sy-maintain .fk_wz {
    position: absolute;
    left: 67%;
    top: 71%;
    opacity: 0;
    font-size: 12px;
}

.share_billbord.sy-maintain .jykjb_wz {
    position: absolute;
    right: 4%;
    top: 42%;
    opacity: 0;
    font-size: 12px;
}

.icon-tupian1.active {
    color: #6084D6;
}

.dialog[data-layer="dialogLayermoreFk"] .form {
    margin: 0 auto;
    width: 80%;
}

.small-dialog[data-layer="dialogLayermoreFk"] {
    width: 30%;
    left: 66%;
    height: 500px;
    margin-top: -350px;
    min-width: auto !important;
}

.small-dialog[data-layer="dialogLayermoreSfk"] {
    width: 30%;
    left: 66%;
    height: 400px;
    min-width: auto !important;
}

.small-dialog[data-layer="dialogLayermoreFk"] .khxAmount b {
    color: #ff0000;
    margin: 0px 5px;
}

.small-dialog[data-layer="dialogLayermoreFk"] .khxAmount {
    margin-left: 110px;
}

.skInfo .content-title ul li {
    float: left;
    line-height: 40px !important;
    font-size: 14px;
    padding: 0px 5px;
    height: 39px !important;
}

.skInfo {
    position: absolute !important;
    width: 20% !important;
    left: 96%;
    margin-left: -30% !important;
    /* height: 500px; */
    top: 50% !important;
    margin-top: -225px;
    /* margin-left: -30%; */
    /* max-width: 800px; */
    /* min-width: 500px; */
    background: #fff;
    z-index: 7;
    padding-top: 40px;
    border-radius: 8px;
    padding-bottom: 30px !important;
}

.fkInfo .content-title ul li {
    float: left;
    line-height: 40px !important;
    font-size: 14px;
    padding: 0px 5px;
    height: 39px !important;
}

.fkInfo {
    position: absolute !important;
    width: 20% !important;
    left: 66%;
    height: 500px !important;
    margin-top: -350px;
    width: 30%;
    left: 96%;
    margin-left: -30% !important;
    /* height: 500px; */
    top: 50% !important;
    background: #fff;
    z-index: 7;
    padding-top: 40px;
    border-radius: 8px;
    padding-bottom: 30px !important;
}

.dialog[data-layer="dialogLayermoreFk"] .form .form-row:first-child {
    padding-top: 10px;
}

.dialog[data-layer="dialogLayermoreFk"] .form .form-row {
    margin: 20px 0px;
}

.dialog[data-layer="dialogLayermoreFk"] .form label {
    text-align: right;
    float: left;
    width: 26%;
    line-height: 30px;
}

.dialog[data-layer="dialogLayermoreSfk"] .form label {
    text-align: right;
    float: left;
    width: 26%;
    line-height: 30px;
}

.dialog[data-layer="dialogLayermoreFk"] .btn-choose-seller {
    float: left;
    width: 60%;
    margin: 0px 20px;
}

.dialog[data-layer="dialogLayermoreFk"] .btn-export-method {
    float: left;
    width: 60%;
    margin: 0px 20px;
}

.dialog[data-layer="dialogLayermoreFk"] .btn-export-way {
    float: left;
    width: 60%;
    margin: 0px 20px;
}

.dialog[data-layer="dialogLayermoreFk"] input {
    float: left;
    width: 60%;
    margin: 0px 20px;
    min-height: 28px;
    padding: 0px 5px;
}

.k-8 {
    width: 100%;
    height: 400px;
    border: 1px solid #f5f5f5;
    border-radius: 3px;
    box-shadow: 0px 0px 4px rgba(4, 0, 0, 0.09);
    float: left;
    margin-left: -13px;
    position: relative;
    top: 40px;
}

.k-cont .approve li .createTime {
    float: left;
    margin-left: 20px;
    margin-top: 10px;
}

.warp-note .note1 {
    color: #666;
    background: none;
    font-size: 14px;
    margin: 20px;
}

.k-cont .approve li .createTime p {
    color: #999999;
}

.k-3 {
    margin-top: 19px;
}

.k-8 .content-title ul {
    float: left;
    width: 60%;
    margin-left: 10px;
    height: 50px;
}

.k-8 .content-title ul li {
    float: left;
    line-height: 50px;
    font-size: 14px;
    padding: 0px 5px;
    height: 48px;
}

.k-8 .approve li .createTime {
    float: right;
    margin-right: 0px;
}

.k-8 .attachment li {
    height: auto;
    margin: 5px;
}

.k-8 .content-title ul li.active {
    border-bottom: 1px solid #6084D6;
}

.k-1-2 {
    /* border: 1px solid black; */
    position: absolute;
    height: 155px;
    width: 100%;
}

.k-1-21 {
    position: absolute;
    left: 17px;
    top: 19px;
}

.k-1-22 {
    position: absolute;
    top: 86px;
    left: 17px;
}

.k-1-l {
    position: absolute;
    right: 5%;
    top: 19px;
}

.icon-moreItem {
    position: absolute !important;
    right: 10% !important;
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    padding-left: 0px !important;
    display: inline-block;
    margin: 0 auto;
    float: none;
    text-align: center;
    min-height: 30px;
    color: #6084D6;
    cursor: pointer;
    border: none;
    top: 50%;
    margin-top: -15px;
}

.icon-shuxing {
    position: absolute !important;
    right: 0px !important;
    color: #6084D6;
    cursor: pointer;
}

.small-dialog[data-layer="dialogLayerAuxprop"] tbody a {
    color: #6084D6;
}

.importAuxprop,
.importPurchaseAuxprop {
    display: inline;
    color: #6084D6;
    font-size: 14px;
    margin-left: 10px;
    cursor: pointer;
}

.small-dialog[data-layer="dialogLayerAuxprop"] .small-dialog-body {
    overflow: auto !important;
}

.small-dialog[data-layer="dialogLayerAuxprop"] .small-dialog-body td {
    width: 140px !important;
}

.small-dialog[data-layer="dialogLayerAuxprop"] .small-dialog-body tr {
    display: table;
    table-layout: fixed;
}

.small-dialog[data-layer="dialogLayerAuxprop"] .small-dialog-body tr .btnGroup {
    width: 80% !important;
    margin: 0 auto;
}

.small-dialog[data-layer="dialogLayerAuxprop"] tbody {
    display: table !important;
}

.small-dialog[data-layer="dialogLayerAuxprop"] tbody input {
    width: 90%;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.dialog[data-layer="dialogLayerAuxprop"] {
    max-width: 1240px !important;
    position: fixed;
    background: #fff;
    border-radius: 8px;
    width: 70%;
    max-width: 1240px;
    max-height: 900px;
    margin-left: -35%;
    top: 50%;
    bottom: 5%;
    left: 55%;
    font-size: 14px;
    overflow-y: hidden;
}

.dialog[data-layer="importAuxprop"] {
    max-width: 1240px !important;
    position: fixed;
    background: #fff;
    border-radius: 8px;
    width: 70%;
    max-width: 1240px;
    max-height: 900px;
    margin-left: -35%;
    top: 50%;
    bottom: 5%;
    left: 55%;
    font-size: 14px;
    overflow-y: hidden;
}

.dialog[data-layer="choosedialogxm"] .small-double-body .left-bar li {
    line-height: 30px !important;
    white-space: normal !important;
    text-overflow: initial !important;
    overflow: initial !important;
    border-bottom: 1px solid #edeff0;
    height: auto;
}

div[data-layer="auxpropInfo"] .pubtab .pannel-title.active {
    border-bottom: 1px solid #6084D6;
    color: #6084D6;
}

div[data-layer="auxpropInfo"] .pubtab {
    overflow: hidden;
}

div[data-layer="auxpropInfo"] tr .cp-title {
    position: absolute;
    text-align: center;
    /* top: -50px; */
    width: 100%;
    margin: 25px 0px;
    color: #999;
}

a.fapiao {
    color: #6084D6;
}

div[data-layer="auxpropInfo"] .pubtab .pannel-title {
    cursor: pointer;
    float: left;
}

.imgshow img {
    height: 40px;
    width: 60px;
}

.queryView .htgTabBox .screening .screening_text {
    position: absolute;
    top: 100%;
    left: 0%;
    background: white;
    text-align: left;
    border: 2px solid #eee;
    border-radius: 5px;
    padding: 20px 12px;
    width: 470px !important;
    box-shadow: 0px 1px 2px #cccccc;
    /* margin-left: -193px; */
    z-index: 3;
    display: none;
}

.queryView .htgTabBox .screening .query_s9 {
    overflow: auto;
    max-height: 420px;
}

.ce-right ul {
    background: rgba(0, 0, 0, .6);
    color: #fff;
    position: absolute;
    box-shadow: 0 0 3px 1px #aaa;
    font-size: 14px;
    padding: 5px;
    margin-top: 5px;
    white-space: normal;
    min-width: 50px;
    z-index: 9999;
    border-radius: 3px;
    width: 70px;
    margin-left: -75px;
    padding: 10px 0px;
    top: 0px;
    line-height: 32px;
}

.ce-right ul li {
    cursor: pointer;
}

div[data-layer="dialogLayerCpAdd"] {
    max-width: 900px !important;
}

div[data-layer="dialogLayerCpAdd"] table tr td {
    width: 8% !important;
}

.screening_con {
    max-height: 350px;
    width: 101%;
    overflow: auto;
}
@media only screen and (max-height: 630px) {
    .screening_con {
        max-height: 300px;
    }
}

.verificationPannel b {
    color: #ff0000;
    margin: 0px 5px;
}

.verificationPannel span {
    font-size: 14px;
    color: #666;
    margin-left: 5px;
}

.verificationPannel a.hexiaoBtn {
    font-size: 12px;
    color: #6084D6;
    margin-left: 5px;
    text-decoration: none;
}

div[data-layer="dialogLayer41"] table td {
    width: 18%;
}

.small-dialog[data-layer="dialogLayerExport"] {
    width: 30%;
    left: 66%;
    height: 240px;
}

.dialog[data-layer="dialogLayerExport"] .form label {
    text-align: right;
    line-height: 30px;
    float: left;
    width: 24%;
}

.dialog[data-layer="dialogLayerExport"] .btnGroup .dropdown-menu,
.dialog[data-layer="dialogLayerExport"] .btn-group .dropdown-menu {
    max-height: 100px;
    overflow-y: auto;
}

.dialog[data-layer="dialogLayerExport"] .btn-choose-export {
    float: left;
    width: 60%;
    margin: 0px 20px;
}

.dialog[data-layer="dialogLayerExport"] .form-row {
    margin: 40px 0px;
}

.export #hexiao {
    float: right;
    margin-right: 15px;
    height: 30px;
    width: 90px;
    border: 1px solid #6084D6;
    border-radius: 4px;
    outline: none;
    background: #ffffff;
    color: #6084D6;
    margin-top: 5px;
    margin-left: 20px;
}

.icon-zhiyin {
    color: #fff !important;
}

.processingType {
    display: inline-block;
    background: red;
    color: #fff;
    padding: 5px;
    margin-left: 5px;
    font-size: 12px;
}

.processingType_1 {
    background: #ff0000 !important;
}

.processingType_2,
.processingType5 {
    background: #ffc800 !important;
}

.processingType_3,
.processingType_6 {
    background: #01c101 !important;
}

.dialog .processingType {
    background: #fff;
}

.filter_div {
    float: left;
    display: flex;
    justify-content: start;
}

.filter-attributeTrack {
    display: none;
    background: #fff;
    padding: 10px;
    z-index: 999;
    position: absolute;
    top: 50px;
    width: 100%;
    left: 0px;
    border-bottom: 1px solid #ddd;
}

.filter-attributeTrack .filter_item {
    width: 240px;
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 25px;
    margin-bottom: 15px;
}

.filter_div .filter_item {
    width: 195px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 15px;
}

.filter_item span {
    display: block;
    color: #666;
    font-size: 12px;
    white-space: nowrap;
}
.filter-attributeTrack .filter_item span{
    width: 100px;
    text-align: right;
}

.confim-group span {
    margin: 0px 10px;
    font-size: 14px;
}

.confim-group {
    padding: 10px 0px;
    font-size: 14px;
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
}

.confim-group .defaut {
    border: 1px solid #6084D6;
    border-radius: 2px;
    width: 90px;
    height: 25px;
    display: block;
    line-height: 23px;
    text-align: center;
    color: #6084D6;
}

.confim-group .primary {
    border: 1px solid #5F83D6;
    border-radius: 2px;
    width: 90px;
    height: 25px;
    display: block;
    line-height: 23px;
    text-align: center;
    color: #fff;
    background-color: #5F83D6;
    border-color: #5F83D6;
}

.confim-group .open,
.confim-group .close,
.filter_div > .open,
.filter_div > .close {
    font-size: 12px;
    line-height: 30px;
    color: #6084D6;
    cursor: pointer;
}

.confim-group .open::after, .filter_div > .open:after{
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: 6px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.confim-group .close::after, .filter_div > .close:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: 2px;
    content: "";
    border-top: 6px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

#addcomment,
[data-layer="addcomment"] {
    z-index: 12 !important;
}

#dialogLayer18,
[data-layer="dialogLayer18"] {
    z-index: 10 !important;
}

.km-choose-seller-dialog .chooseSeller tr td {
    width: 20%;
}
.km-choose-seller-dialog .chooseSeller thead tr td:nth-child(2) {
    width: 150px;
}
.km-choose-seller-dialog .chooseSeller thead tr td:nth-child(3) {
    text-align: left;
}
.km-choose-seller-dialog .chooseSeller thead tr td:nth-child(4) {
    text-align: left;
}
.km-choose-seller-dialog .chooseSeller tbody tr td:nth-child(2) {
    width: 150px;
}
.km-choose-seller-dialog .chooseSeller tbody tr td:nth-child(3) {
    text-align: left;
}
.km-choose-seller-dialog .chooseSeller tbody tr td:nth-child(4) {
    text-align: left;
}


.iframe {
    width: 80%;
    height: 80%;
    position: absolute;
    z-index: 999;
    top: 10%;
    margin: 0 auto;
    /* margin: 10%; */
    left: 15%;
    overflow: auto;
    background: #fff;
}

div[data-layer="sysCustomForpinType"] {
    z-index: 15;
    margin-top: -100px;
    position: fixed;
    background: #fff;
    border-radius: 8px;
    padding-top: 40px;
    padding-bottom: 60px;
    max-width: 1240px;
    max-height: 900px;
    /* margin-left: -35%; */
    top: 50%;
    bottom: 5%;
    left: 50%;
    overflow-y: hidden;
    height: 400px;
    width: 550px;
    top: 30%;
    left: 45%;
}

div[data-layer="sysCustomForpinType"] .print-tit {
    float: left;
    width: 20% !important;
    text-align: center;
}

div[data-layer="sysCustomForpinType"] .print-custom {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

div[data-layer="sysCustomForpinType"] .btn-group {
    width: 200px;
    margin-right: 5px;
}

.tbMargin,
.lrMargin {
    width: 50px;
    margin: 0px 5px;
}
.guide-bottom {
    position: absolute;
    width: 100%;
    font-size: 14px;
    padding: 0px 15px;
    bottom: 0;
    color: #666;
    overflow: hidden;
    height: 50px;
    left: 0;
    background: #f5f5f5;
}
.guide-bottom button {
    margin-top: 10px;
}

.export {
    display: inline-block;
    margin-left: 15px;
    cursor: pointer;
}

.right-btns .daoru {
    padding-right: 16px;
    border-right: 1px solid #ccc;
}

.seeSellsOrder {
    color: #6084D6;
    cursor: pointer;
}

/*
打印凭证大小 */

div[data-layer="dialog-choose"] {
    z-index: 10;
    height: 212px;
    width: 300px;
    margin-left: -150px;
    margin-top: -100px;
    position: fixed;
    background: #fff;
    border-radius: 8px;
    padding-top: 40px;
    padding-bottom: 60px;
    max-width: 1240px;
    max-height: 900px;
    /* margin-left: -35%; */
    top: 50%;
    bottom: 5%;
    left: 50%;
    overflow-y: hidden;
}

div[data-layer="dialog-choose"] input {
    margin: 20px auto;
    width: 40%;
    display: block;
    height: 32px;
    line-height: 32px;
    color: #666;
    text-align: left;
}

.main-title-box .searchClear {
    position: absolute;
    right: 10px;
    top: 13px;
}

.main-title-box li.content {
    padding-left: 30px;
    height: auto !important;
    line-height: 16px;
    font-size: 12px;
    padding-bottom: 5px;
}

.main-title-box li.wldw {
    padding-left: 30px;
    height: 20px !important;
    line-height: 16px;
    font-size: 12px;
}

.searchForbox img {
    height: 18px;
    width: 18px;
    vertical-align: middle;
    margin-right: 5px;
}

.scrollBox li {
    cursor: pointer;
}

.scrollBox img {
    height: 15px;
    width: 15px;
    vertical-align: middle;
    margin-right: 5px;
}

.searchTab li {
    width: 12.5%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}

.searchTab {
    border-bottom: 1px solid #ccc;
    height: 40px;
    justify-content: space-around;
    line-height: 40px;
}

.searchTab li.active {
    color: #6084D6 !important;
    cursor: pointer;
    height: 39;
    line-height: 40px;
    border-bottom: 1px solid #6084D6;
}

.scrollBox img.tx {
    height: 30px;
    width: 30px;
    vertical-align: middle;
    margin-right: 5px;
    border-radius: 50%;
}

.customSearchfor .dropdown-toggle::after {
    top: 16px !important;
}

.chooseWay {
    display: flex;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    align-items: center;
    color: #666;
    width: 200px;
    justify-content: space-around;
}

.chooseWay .active {
    color: #6084D6 !important;
    cursor: pointer;
    height: 38px;
    line-height: 40px;
    border-bottom: 1px solid #6084D6;
}

div[data-layer="customPrintInvoice"] {
    z-index: 15;
    height: 320px;
    width: 480px;
    margin-left: -240px;
    margin-top: -100px;
    position: fixed;
    background: #fff;
    border-radius: 8px;
    padding-top: 40px;
    padding-bottom: 60px;
    max-width: 1240px;
    max-height: 900px;
    /* margin-left: -35%; */
    top: 50%;
    bottom: 5%;
    left: 50%;
    overflow-y: hidden;
}

.delFJ {
    position: absolute;
    font-size: 12px !important;
    color: #6084D6;
    top: 9px;
    right: 2px;
    background: #fff;
    z-index: 9
}

.chooseAttachment .ellipsisTips {
    background: rgba(0, 0, 0, .6);
    color: #fff;
    position: absolute;
    box-shadow: 0 0 3px 1px #aaa;
    font-size: 14px;
    padding: 5px;
    margin-top: 5px;
    white-space: normal;
    min-width: 50px;
    z-index: 9999;
    border-radius: 3px;
    line-height: 24px;
    min-width: 200px;
    left: -100%;
}

.chooseAttachment .ellipsisTips:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid rgba(0, 0, 0, .6);
    position: absolute;
    right: 40px;
    top: -5px;
    width: 0;
    height: 0;
    content: "";
    left: 90% !important;
}

.sales .salesInfo_header {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #333;
    text-align: center;
    border-bottom: 1px solid #DDDDDD;
}

.sales .salesInfo_header .close_header {
    position: absolute;
    right: 20px;
    top: 2px;
    width: 28px;
    height: 28px;
    font-weight: 600;
}

.sales .salesInfo_header .close {
    background: url(/static/img/close-ebf2e78834321e2159bbfd69424fded3.png) no-repeat 0 0 / 100% 100%;
    height: 18px;
    width: 18px;
}

.sales .fs14 {
    font-size: 14px !important;
}

.sales .fs16 {
    font-size: 16px !important;
}

.sales .fs12 {
    font-size: 14px;
    line-height: 26px;
}

.sales .fw6 {
    font-weight: 600 !important;
}

.sales .fw4 {
    font-weight: 400 !important;
}

.sales .color3 {
    color: #333 !important;
}

.sales .color9 {
    color: #999 !important;
}

/*表格样式*/
div.el-table .sort-caret.ascending{
    border-bottom-color: #666666;
}
div.el-table .sort-caret.descending{
    border-top-color: #666666;
}
div.el-table th{
    background: #f2f2f2;
}
div.el-table td, div.el-table th{
    padding: 3px 0;
    color: #333;
    font-weight: normal;
}
.sales_table3 tbody tr td {
    width: 10% !important;
    position: relative;
}
.el-table__row{
    cursor:pointer;
}
.el-table--border td, .el-table--border th, .el-table__body-wrapper .el-table--border.is-scrolling-left~.el-table__fixed{
    border: 0;
}


/*zj新增 common*/
.help_word_box {
    font-size: 14px;
    line-height: 40px;
    padding-left: 25px;
    background: url(/static/img/icon/mark-2502fd8856f736d934f68dcda66b0cfa.png) no-repeat left center;
    cursor: pointer;
    text-decoration: underline;
    color: #6084D6;
    display: inline-block;
    margin-left: 10px;
}
.modfily_fun_tab  .publicTab {
    line-height: 40px;
    margin-right: 15px;
    cursor: pointer;
}
.modfily_fun_tab.fund-tab>div.tabActive, .modfily_fun_tab.fund-tab>a.tabActive {
    height: 100%;
    border: 0;
    color:#6084D6;
    font-weight: bold;
    position: relative;
    left: 0;
    top: 0;
}
.modfily_fun_tab.fund-tab>div.tabActive:after, .modfily_fun_tab.fund-tab>a.tabActive:after{
    content: '';
    width: 100%;
    height: 3px;
    background: #6084D6;
    border-radius: 2px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
}
.modifly_right_text .bottom-concent-right-btn,
.modifly_right_text .title-btn {
    margin-top: 0;
}
/*zj新增 common*/


/*弹窗新增类名*/
.modfily_add_drawer {
    height: auto;
    max-height: 100%;
}
.modfily_add_drawer.add-drawer .dialog-body .form-row {
    width: auto;
    float: none;
    position: inherit;
    margin-right: 0;
    /*margin-bottom: 0;*/
}
.modfily_add_drawer.add-drawer .dialog-body .form-row>input[type="text"],
.modfily_add_drawer.add-drawer .dialog-body .form-row>input[type="number"],
.modfily_add_drawer.add-drawer .dialog-body .form-row>.btn-group {
    width: 31%;
}
.modfily_add_drawer.add-drawer .dialog-body .form-row .modfily_select_dialog>input[type="text"] {
    width: 100%;
    display: block;
    float: none;
    height: 32px;
    line-height: 30px;
    padding-left: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    min-height: 30px;
    outline: none;
    background: transparent;
}

.modfily_add_drawer.add-drawer .dialog-body .form-row .problem_box {
    width: 33%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.modfily_add_drawer.add-drawer .dialog-body .form,
.modfily_add_drawer.add-drawer .dialog-body .item-form {
    overflow: inherit;
    display: block;
}
.modfily_add_drawer.add-drawer.modifly_lable_w .dialog-body .dialog-body-inner .form .form-row label,
.modfily_add_drawer.add-drawer.modifly_lable_w .dialog-body .dialog-body-inner  .form-row .inforSame-lable,
.modfily_add_drawer.add-drawer.modifly_lable_w .dialog-body .dialog-body-inner  .form-row label {
    text-align: left;
    width: 120px;
}
.modfily_add_drawer.add-drawer .dialog-body .form-row .customer,
.modfily_add_drawer.add-drawer .dialog-body .form-row .childAccount {
    width: 50%;
}
.modfily_add_drawer.add-drawer .dialog-body .form-row .customer .btn-group,
.modfily_add_drawer.add-drawer .dialog-body .form-row .childAccount .btn-group,
.modfily_add_drawer.add-drawer .dialog-body .form-row .customer .form-btn-group,
.modfily_add_drawer.add-drawer .dialog-body .form-row .childAccount .form-btn-group ,
.modfily_add_drawer.add-drawer .dialog-body .form-row .customer .btnGroup,
.modfily_add_drawer.add-drawer .dialog-body .form-row .childAccount .btnGroup {
    width: 62%;
    float: left;
}
.modfily_add_drawer.add-drawer .dialog-body .form-row .customer input.choosed.same,
.modfily_add_drawer.add-drawer .dialog-body .form-row .childAccount input.choosed.same {
    width: 62%;
    float: left;
    border: 1px solid #ccc;
    min-height: 30px;
    line-height: 30px;
    padding-left: 10px;
}
/*弹窗新增类名*/


/*筛选*/
.htgTabBox .modify_screening_text.screening_text {
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    top: 2px;
    left: 60px;
}
.modify_screening_text.screening_text .screen_btn_box {
    display: flex;
    justify-content: end;
    align-items: center;
}
.modify_screening_text.screening_text .screen_btn_box button {
    margin-top: 13px;
}
.modify_screening_text.screening_text  .screening_con .btn-group {
    height: auto;
}
.modify_screening_text.screening_text  .screening_con .btn-group span {
    vertical-align: middle;
}

.modify_screening_text.screening_text  .screening_con .btn-group {
    height: auto;
}
.modify_screening_text.screening_text span {
    margin-right: 8px;
    vertical-align: 0;
}
.modify_screening_text.screening_text .small-dialog-body span {
    width: auto;
}
.modify_screening_text.screening_text .datatimebox>input {
    border-color: #ccc;
}
/*文本样式*/
.modifly_zjls_box .screening .screening_text .screening_con span {
    width: 120px;
}
.modifly_zjls_box .screening .screening_text .left {
    top: 0;
}
.modify_screening_text.screening_text .screening_con .leixing,
.modify_screening_text.screening_text .screening_con .leixing4,
.modify_screening_text.screening_text .screening_con .source,
.modify_screening_text.screening_text .screening_con .create_way.status,
.modify_screening_text.screening_text .screening_con .btn-group,
.modify_screening_text.screening_text .screening_con .datatimebox ,
.modify_screening_text.screening_text .screening_con .datatimebox2,
.modify_screening_text.screening_text .screening_con .setTime {
    margin-bottom: 10px;
}
.modify_screening_text .screening_con .btn-group .screensearchClear {
    right: 42px;
}
.modify_screening_text .customTime .datatimebox::after {
    right: 40px !important;
}
.modify_screening_text.screening_text .screening_con .btn-group button {
    padding-right: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*文本样式*/
.modfily_select_dialog {
    position: relative;
}
.modify_screening_text.screening_text .modifly_small_dialog {
    left: 460px;
    top: 0px;
    border: 1px solid #CCCCCC;
    border-radius: 0;
    margin: 0;
    min-width: 550px;
}
@media only screen and (max-width: 1080px) {
    .modify_screening_text.screening_text .modifly_small_dialog{
        /*top: -53px;*/
        position: fixed;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }
}
@media only screen and (max-height: 700px) {
    .modify_screening_text.screening_text .modifly_small_dialog{
        /*top: -53px;*/
        position: fixed!important;
        left: 50%;
        top: 50%!important;
        transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        min-width: 850px!important;
    }
}
.modfily_select_dialog .modifly_small_dialog {
    left: 280px;
    top: 0;
    border: 1px solid #CCCCCC;
    border-radius: 0;
    margin: 0;
    min-width: 700px;
}
.modfily_select_dialog .btn-group .screensearchClear {
    right: 8px;
    top: 6px;
}
.modifly_small_dialog .content-title>.right-text>.dialog-close {
    margin-top: 4px;
}
/*二级弹窗的table的样式覆盖*/
.modifly_small_dialog.small-double-dialog .small-double-body .right-Con table,
.modifly_small_dialog.small-dialog table {
    padding-top: 40px;
}
.modifly_small_dialog.small-dialog .small-dialog-body.modifly_table_top  table {
    padding-top: 0px;
}
.modifly_small_dialog.small-dialog .small-dialog-body.modifly_table_top  table tbody {
    height: 89%;
}
.modifly_small_dialog.small-double-dialog .small-double-body .right-Con table thead,
.modifly_small_dialog.small-double-dialog .small-double-body .right-Con table thead tr,
.modifly_small_dialog.small-dialog table thead tr{
    height: 40px;
}
.modifly_small_dialog.small-double-dialog .small-double-body .right-Con table tbody.objectTbody {
   height: 304px;
}
.modifly_small_dialog .left-bar ul li span {
    height: auto;
    text-align: initial;
}



.modifly_small_dialog .bodyCrumbs ul {
    align-items: center;
    flex-wrap: wrap;
}
.modifly_small_dialog .bodyCrumbs ul span {
    margin: 0 4px;
}
/*二级弹窗的table的样式覆盖*/
.modify_screening_text.screening_text .modifly_small_dialog .dialog-title .search-box,
.modfily_select_dialog .modifly_small_dialog .dialog-title .search-box {
    margin: 0;
}
.modify_screening_text.screening_text .modifly_small_dialog .dialog-title,
.modfily_select_dialog .modifly_small_dialog .dialog-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 2%;
    background: transparent;
}
.modify_screening_text.screening_text .modifly_small_dialog .dialog-footer,
.modfily_select_dialog .modifly_small_dialog .dialog-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.modify_screening_text.screening_text .modifly_small_dialog .dialog-footer .determine,
.modfily_select_dialog .modifly_small_dialog .dialog-footer .determine {
    margin-top: 0;
}
.modify_screening_text.screening_text .modifly_small_dialog .dialog-footer>.left-box,
.modfily_select_dialog .modifly_small_dialog .dialog-footer>.left-box {
   width: auto;
}
.modify_screening_text.screening_text .modifly_small_dialog .dialog-title .modify_determin,
.modfily_select_dialog .modifly_small_dialog .dialog-title .modify_determin {
    color: #fff;
    border: 1px solid #6084D6;
    background: #6084D6;
    border-radius: 6px;
    width: 90px;
    text-align: center;

    height: 30px;
    line-height: 30px;
}
.modify_screening_text.screening_text .modifly_small_dialog .content-title:before,
.modfily_select_dialog .modifly_small_dialog .content-title:before {
    background: transparent;
}
.modifly_page_fy.page_fy {
    position: initial;
}
.modifly_page_fy,
.modifly_page_fy span{
    display: flex;
    justify-content: center;
    align-items: center;
}
.modify_screening_text.screening_text .modifly_page_fy span span,
.modfily_select_dialog .modifly_page_fy span span {
    color: #6084D6;
}
.modify_screening_text.screening_text .modifly_page_fy span,
.modify_screening_text.screening_text .modifly_page_fy span span,
.modfily_select_dialog .modifly_page_fy span,
.modfily_select_dialog .modifly_page_fy span span {
    width: auto;
    height: auto;
    margin: 0 6px;
    display: inline-block;
}
.modifly_page_fy .paing-box,
.modifly_page_fy .paing-box .page_div {
    height: auto;
    line-height: initial;
}
.modifly_page_fy .paing-box .page_div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.modifly_page_fy .paing-box .page_div span {
    vertical-align: 0;
}
.modifly_page_fy .paing-box .page_div a {
    width: auto;
}




.modifly_attachment dd {
    max-height: 146px;
    display: inline-block;
    overflow: auto;
}
.modifly_attachment dd ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.modifly_attachment dd ul li span {
    display: inline-block;
    width: 210px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*筛选*/

/*资金预测*/
.main-content-body .forecast-tabs p.active {
    border-width: 3px;
    border-color: #6084D6;
    color: #6084D6;
}
.main-content-body .forecast-tabs p {
   border-bottom:3px solid transparent;
}
.modifly_zjls_box .modifly_dataTime.datatimebox {
    width: 120px!important;
}
.modifly_zjls_box .modifly_dataTime.datatimebox input ,
.modifly_zjls_box .setTime>input {
    padding-left: 26px;
    background-image: url('/static/img/icon/date_icon-c0ccb69e6c585433ad25ebe8767dd726.png');
    background-size: 14px 14px;
    background-position: 6px center;
    background-repeat: no-repeat;
}
/*资金预测*/


/*****统计报表******/
.modifly_tabs.fund-tab>div.tabActive {
    height: 100%;
    border-width: 3px;
    border-color: #6084D6;
    border-bottom-style: solid;
    color: #6084D6;
}
.modifly_tabs.fund-tab>div, .modifly_tabs.fund-tab>a {
    line-height: 40px;
}
.modifly_htg.htgTabBox {
    padding: 0 30px;
}
.modifly_htg_son {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.modifly_htg_son .modifly_daochu {
    width: auto;
    height: auto;
}
.modifly_htg .down > * {
    width: auto;
    height: auto;
    float: none;
}


.filters_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.modifly_collection .clicks ,
.htgTabBox .clicks ,
.modifly_htg .clicks ,
.filters_box .clicks {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.modifly_zjls_box .clicks .fliter-btn {
    width: 56px;
}
.modifly_zjls_box .clicks #listData_li {
    flex: 1;
}
.modifly_zjls_box .clicks #listData_li li,
.modifly_zjls_box .clicks #listData_li1 li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.modifly_zjls_box .clicks #listData_li li span,
.modifly_zjls_box .clicks #listData_li1 li span {
    display: inline-block;
    width: 50px!important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newShizhi .screening .filters_box .search-box {
    margin-top: 0;
}
.filter_box_search {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 50%;
}
.filter_box_search .search-box {
    width: 45%;
}
.filter_box_search .export-box {
    width: auto;
    border: 0;
}
.filter_box_date {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 40%;
}
.filter_box_date .setTime {
    height: auto;
}
.filter_box_date .setTime>input {
    height: 32px;
    line-height: 32px;
    background-image: url(/static/img/icon/date_icon-c0ccb69e6c585433ad25ebe8767dd726.png);
    background-size: 14px 14px;
    background-position: 6px center;
}
.filter_box_date .btn-group {
    height: auto;
    margin-top: 0;
}

.modifly_screenbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.modifly_screenbox.screening {
    margin-top: 0;
}

.modifly_profit .content-table .table-thead span.first-span {
    width: 38px;
}
.modifly_profit .content-table .table-thead span.second-span {
    width: 92px;
}
.modifly_profit .content-table .table-thead span {
    height: 40px;
    line-height: 40px;
}
.modifly_profit .content-table .table-content {
    top: 40px;
}
.modifly_profit .content-table .table-thead .thead-box,
.modifly_profit .content-table .table-content .content_right {
    width: calc(100% - 130px);
}
.modifly_profit .content-table .table-thead .thead-box .thead_fl,
.modifly_profit .content-table .table-content .content_right .fl-right {
    width: 100%;
}
.modifly_profit .content-table .table-thead .thead-box .thead_fl .border-right,
.modifly_profit .content-table .table-content .content_right .fl-right .content-div .border-right {
    width: calc(100% / 13);
}
.modifly_profit .content-table .table-thead .thead-box .thead_fl .border-right p,
.modifly_profit .content-table .table-content .content_right .fl-right .content-div .border-right p {
    text-align: center;
}

.modifly_detail.htgList table tr td {
    height: 40px;
    text-align: center!important;
}
.modfily_settime .ui-datepicker-time {
    background-image: url('/static/img/icon/date_icon-c0ccb69e6c585433ad25ebe8767dd726.png');
    background-size: 14px 14px;
    background-position: 6px center;
}
.el-date-editor.el-input__inner .el-range__icon {
    color: #6084D6;
    font-size: 18px;
    font-weight: 600;
}

.modfily_down {
    height: 100%;
    display: flex;
    align-items: center;
}


.modifly_total_charts.newShizhi .htgbottom {
    position: absolute;
}
.modifly_table_width #my-table .v-table-header table {
    width: calc(100% - 8px) !important;
}
.modifly_table_width #my-table .v-table-body .v-table-content table {
    width: 100% !important;
}
.modifly_table_width #all-amount-table .v-table-body .v-table-content table {
    width: calc(100% - 8px) !important;
}


.modfily_tbody_top .htgList table tbody {
    margin-top: 0;
}
.modfily_tbody_top .detail thead {
    padding-right: 4px;
    background: #f2f2f2;
}


.modifly_zjls_box .htgTabBox {
    padding: 15px 20px;
}
.modifly_zjls_box .htgTabBox .boxUl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}
.modifly_zjls_box .htgTabBox .boxUl .content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
/*.modifly_zjls_box .htgTabBox .boxUl>.content>button, .title-btn>button, .title-btn>a */
.modifly_zjls_box .htgTabBox .boxUl>.content>button {
    margin-bottom: 0;
    width: 110px;

    border-bottom: 3px solid transparent;
    border-radius: 0;
}
/*.modifly_zjls_box .htgTabBox .boxUl>.content>button, .title-btn>button, .title-btn>a */
.modifly_zjls_box .htgTabBox .boxUl>.content>button:hover {
    background: transparent!important;
    color: #6084D6!important;
    border-bottom: 3px solid #6084D6!important;
}
/*.modifly_zjls_box .htgTabBox .boxUl>.content>button.activeColor, .title-btn>button, .title-btn>a.activeColor*/
.modifly_zjls_box .htgTabBox .boxUl>.content>button.activeColor {
    /*background: #6084D6;*/
    /*color: #fff;*/

    background: transparent;
    color: #6084D6;
    border-bottom: 3px solid #6084D6;
}
.modifly_zjls_box .tab .v-table-mod .v-table-header,
.modifly_zjls_box .tab2 .v-table-mod .v-table-header,
.modifly_zjls_box .thead table thead,
.modifly_zjls_box .el-table thead.is-group th,
.modifly_zjls_box table thead {
    background: #f2f2f2;
}
.modifly_zjls_box .tab .v-table-mod .v-table-header table,
.modifly_zjls_box .tab2 .v-table-mod .v-table-header table,
.modifly_zjls_box .tab .v-table-mod .v-table-body .v-table-inner table ,
.modifly_zjls_box .tab2 .v-table-mod .v-table-body .v-table-inner table ,
.modifly_zjls_box .el-table table {
    width: 100% !important;
}

.modifly_zjls_box .otherReport thead {
    padding-right: 5px;
    background: #f2f2f2;
}

.newShizhi .modifly_zjls_box .htgbottom {
    bottom: 0;
}
.modfily_simulation table tr td {
    height: 40px;
}
/*****统计报表*****/

/*操作行气泡附件上传*/
td .file{
    color: #2ea7fc;
}
.file-tip{
    width: 300px;
    border: 1px solid #ddd;
    position: absolute;
    top: 40px;
    left: -120px;
    z-index: 9;
    background-color: #fff;
    overflow: visible;
}
.file-tip:before{
    content: "";
    border: 8px solid #fff;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: -16px;
    right: 70px;
    z-index: 1;
}
.file-tip:after{
    content: "";
    border: 8px solid #ddd;
    border-color: transparent transparent #ddd transparent;
    position: absolute;
    top: -17px;
    right: 70px;
}
.file-tip dt{
    margin: 5px;
    background: #d6eafe;
}
.file-tip dt .add{
    font-size: 12px;
    background-size: 12px 12px;
    background-position: 0 center;
    padding-left: 18px;
    line-height: 22px;
}
.file-tip dd{
    margin-left: 0;
    border-top: 1px solid #ddd;
}
.file-tip .attachment-ul{
    padding-bottom: 10px;
    max-height: 80px;
    overflow: auto;
}
.file-tip .attachment-ul li{
    float: none;
    padding: 0 5px;
    text-align: left;
    white-space: nowrap;
    background-size: 10px auto;
    background-position: 5px 8px;
    height: 24px;
    margin-right: 0;
    margin-bottom: 0;
}
.file-tip .attachment-ul li:hover{
    background-color: #d6eafe;
}
.file-tip .attachment-ul li:hover span{
    color: #6084D6
}
.file-tip .attachment-ul span{
    font-size: 12px;
}
.file-tip .attachment-ul li>span{
    width: 175px;
    margin-left: 12px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
}
.file-tip .attachment-ul li>a{
    font-size:  12px;
    line-height: 24px;
    display: inline-block;
    overflow: hidden;
}
/*免费版后续提示弹窗*/
.dialog.small-dialog.dialog-flag{
    z-index: 10001;
    height: 540px;
    padding-bottom: 70px;
}
.dialog-flag .dialog-body{
    padding: 20px;
}
.dialog-flag .dialog-body > p{
    margin-bottom: 15px;
}
.dialog-flag .content-img{
    max-height: 260px;
    height:  260px;
}
.dialog-flag .content-img img{
        height: 260px;
    display: block;
    margin: 0 auto;
}
.dialog-flag .content-text{
    margin-top: 20px;
}
.dialog-flag .content-text h6{
    font-size: 14px;
    color: #6084D6;
    line-height: 30px;
}
.dialog-flag .content-text h6 i{
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    background: url(/static/img/gth-ab8abe2332df24fda5760b699e434779.png) no-repeat center center;
    margin-right: 5px;
}
.dialog-flag .content-text h6 span{
    vertical-align: middle;
}
.dialog-flag .hjs-upgrade-now{
    width: 60%;
    height: 50px;
    line-height: 50px;
    background: #6084D6;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    display: block;
    border-radius: 5px;
}
.dialog-flag .pic-2{
    width: 0;
    height: 260px;
    margin: 0 auto;
    display: none;
    background-color: #fff;
}
.dialog-flag .pic-2 span{
    line-height: 40px;
    text-align: center;
    display: block;
    font-weight: bold;
}

/******************新增禁用样式***************/
/*新增禁用 样式*/
.disbleDailog .dialog-body-inner {
    padding: 10px 40px;
}
.disbleDailog .bt_title {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 600;
    line-height: 22px;
    color: #333333;
    margin-bottom: 20px;
}
.disbleDailog .sy_box .sy_p {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
    color: #333333;
}

.disbleDailog .sy_box .sy_p:nth-of-type(1) {
    margin-bottom: 20px;
}
.disbleDailog .sy_box .sy_p b {
    font-weight: 600;
}
.disbleDailog .sy_box .sy_p i {
    font-weight: 600;
    color: #F42F2F;
}
.disbleDailog .warring_box {
    padding: 12px 26px;
    background: #FFF9E3;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 20px;
}
.disbleDailog .warring_box p{
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
    color: #333333;
    margin-left: 14px;
}
.disbleDailog .content-title:before {
    display: none;
}



.toDisableDailog .dialog-body-inner {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F2F5F9;
}
.left_contents {
    width: 300px;
    height: 100%;
    background: #fff;
    margin-right: 10px;
}
.left_contents .qr_code_titles {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 17px;
    color: #666666;
    text-align: center;
    margin: 8px 0;
}
.left_contents .qr_code_img {
    display: block;
    width: 146px;
    height: 146px;
    margin: 0 auto;
}
.left_contents .tc_box {
    padding: 20px 20px 0 20px;
}
.tc_box .ul_heads {
    display: flex;
    justify-content: space-between;
}
.tc_box .ul_heads li {
    width: 33.3%;
    text-align: center;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 17px;
    color: #666666;
}
.tc_box .ul_body li {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
}
.tc_box .ul_body li span {
    display: inline-block;
    width: 33.3%;
    text-align: center;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
    color: #333333;
}
.right_coentents {
    flex: 1;
    height: 100%;
    background: #fff;
}
.table_titles {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
    color: #333333;
    padding: 10px 0 24px 24px;
}
.tables_box {
    width: 100%;
}
.tables_box thead {
    width: 100%;
    height: 40px;
    background: #F2F2F2;
    line-height: 40px;
    display: table;
    table-layout: fixed;
    padding-right: 1em;
}
.tables_box thead tr {
    text-align: center;
}
.tables_box tbody {
    width: 100%;
    height: 576px;
    overflow-y: auto;
    display: block;
}
.tables_box tbody tr {
    display: table;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    table-layout: fixed;
}
.pagations {
    width: 100%;
    height: 50px;
}
.switch-btn_dis.switch-color_dis {
    background: #6084D6;
    opacity: .5;
}
.switch-btn_dis {
    position: relative;
    width: 66px;
    height: 30px;
    border-radius: 15px;
    cursor: pointer;
    background: #ededed;
    margin: 0 auto;
}
.switch-btn_dis.switch-color_dis .btn-position {
    left: auto;
    right: 2px;
}
.switchChoose, .switchChooseInstall {
    height: 26px;
    width: 26px;
    background: #fff;
    position: absolute;
    border-radius: 50%;
    top: 2px;
}

.isDisbleDailog .dialog-body-inner p {
    padding: 20px 40px;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
}
.isDisbleDailog .dialog-body-inner p span {
    font-weight: 600;
}
/******************新增禁用样式***************/

#dialogLayermoreFk{
    z-index: 9;
    margin-top: -250px;
}
.small-dialog[data-layer="dialogLayermoreFk"],.fkInfo{
    z-index: 10;
    margin-top: -250px;
}

.marquee-box{
    height: 65px;
    margin-left: 100px;
    background: url(/static/img/icon/lb-b07a9228d10a22dfccc890a641b600f7.png) no-repeat left center;
    padding-left: 22px;
}


/*含系统创建的往来单位  添加样式*/
.sys_creatkh_box {
    position: absolute;
    right: 16px;
    top:18px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.sys_creatkh_box2 {
    position: absolute;
    right: 250px;
    top:18px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.sys_creatkh_box span,
.sys_creatkh_box2 span {
    margin-left: 6px;
}
.sys_creatkh_box input,
.sys_creatkh_box2 input {
    margin-top: 0;
}
/*含系统创建的往来单位  添加样式*/


/*登录弹出  羽雀指引*/
.yq_large_box {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    position: fixed;
    top:0;
    left: 0;
    display: none;
    z-index: 10;
}
.yuQue_zhiyin_box {
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.every_son_box {
    width: 1000px;
}
.every_son_top {
    width: 100%;
    line-height: 52px;
    text-align: center;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    background: #6084D6;
    border-radius: 6px 6px 0 0 ;
    position: relative;
}
.every_son_top img {
    position: absolute;
    right: 20px ;
    top: 17px;
}
.every_son_bottom {
    width: 100%;
    padding: 18px 36px;
    background: #fff;
    border-radius:0 0 6px 6px;
}
.tmp_title {
    padding-bottom: 10px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 14px;
    color: #666666;
}
.tmp_box {
    display: grid;
    grid-template-columns: repeat(auto-fill, 25%);
}
.tmp_only {
    margin: 17px 0;
}
.tmp_only a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.back_size {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    margin-right: 10px;
    text-align: center;
    line-height: 40px;
    color: #fff;
}
.back_size i {
    font-size: 22px;
}
.back_color_one {
    background: #3392F2;
}
.back_color_two {
    background: #FE6D6D;
}
.back_color_three {
    background: #10C478;
}
.back_color_four {
    background: #FF984D;
}
.tmp_only .text_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.tmp_only .text_box span:nth-of-type(1) {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 22px;
    color: #000000;
}
.tmp_only .text_box span:nth-of-type(2) {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
    color: #666666;
}
.my_know_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.my_know_btn {
    padding: 10px 26px;
    background: #6084D6;
    border-radius: 4px;
    color: #fff;
}
.my_know_box p {
    line-height: 40px;
    margin-top: 10px;
}
/*登录弹出  羽雀指引*/


/*右上角导出*/
.export-popup{
    position: fixed;
    right: 10px;
    top: 65px;
    z-index: 999;
    background: #fff;
    border: 1px solid #ddd;
    width: 500px;
    border-radius: 5px;
    font-size: 14px;
    box-shadow: 0px 5px 12px rgb(0 0 0 / 10%);
}
.export-browser.curr:after{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    z-index: 99;
    border-right: 6px solid transparent;
    border-bottom: 10px solid #fff;
    top: 44px;
    left: 5px;
    border-left: 6px solid transparent;
}

.export-popup .export-title{
    display: flex;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ccc;
    padding: 0 15px;
}
.export-popup .export-title .left{
    flex: 1;
}
.export-popup .export-title .right img, .export-popup .export-title span{
    vertical-align: middle;
    padding: 0 2px;
    cursor: pointer;
}
.export-popup .export-title .right span{
    color: #999;
}
.export-popup .export-list ul li{
    display: flex;
    padding: 10px 15px;
    line-height: 20px;
    border-bottom: 1px solid #ccc;
}
.export-popup .export-list ul li:last-child{
    border-bottom: 0;
}
.export-list{
    max-height: 400px;
    overflow-y: auto;
}
.export-list .left-icon{
    line-height: 40px;
}
.export-list .left-icon img{
    vertical-align: middle;
}
.export-list .left-info{
    margin-left: 10px;
    font-size: 12px;
}
.export-list .right-btn a{
    text-decoration: none;
    vertical-align: middle;
    margin-right: 8px;
    color: #6084D6;
    display: inline-block;
}
.export-list .status{
    line-height: 40px;
    flex: 1;
    padding-left: 45px;
}
.export-list .status span,.export-list .status img{
    vertical-align: middle;
    margin-right: 5px;
}
.export-list .right-btn{
    line-height: 40px;
}
.export-DOING .status span{
    color: #6084D6;
}
.export-DOING .right-btn a{
    color: #999999;
    cursor: no-drop;
}
.export-FAIL .status span{
    color: #FF281F;
}
.export-FAIL .right-btn .load{
    color: #999999;
    cursor: no-drop;
}
.export-FINISH .status span,.export-DOWNLOADED .status span{
    color: #54BF06;
}
.export-list .no-data{
    display: block!important;
    text-align: center;
    line-height: 100px!important;
    color: #999;
}
/*右上角导出*/


.small-double-dialog .searchs-title{
    overflow: visible;
 }
.searchs-title .searchs-box{
    width: 60%;
    display: flex;
 }
.searchs-title .searchs-box .search-box{
    margin-right: 10px;
 }
.searchs-title .searchs-box .btn-group{
    width: 70px;
    min-width: 70px;
    margin-right: 10px;
    margin-bottom: 0;
}

/*如果width在900px和1450px之间*/

@media only screen and (min-width: 900px) and (max-width: 1450px) {
    .dialog[data-layer="choosedialog4"].small-double-dialog .small-double-body .right-Con table td:nth-child(2),
    .dialog[data-layer="choosedialog4"].small-double-dialog .small-double-body .right-Con table th:nth-child(2) {
        width: 70px;
    }
    .dialog[data-layer="choosedialog4"].small-double-dialog .small-double-body .right-Con table td:nth-child(3),
    .dialog[data-layer="choosedialog4"].small-double-dialog .small-double-body .right-Con table th:nth-child(3) {
        width: 100px;
    }
    .dialog[data-layer="choosedialog4"].small-double-dialog .small-double-body .right-Con table td:nth-child(4),
    .dialog[data-layer="choosedialog4"].small-double-dialog .small-double-body .right-Con table th:nth-child(4) {
        width: 70px;
    }
    .title-box .functional-area{
        right: 15px;
    }
    .welcomespeech .version{
        margin-left: 10px;
    }
    .marquee-box{
        margin-left: 45px!important;
    }
    .marquee-box #marquee{
        width: 160px!important;
    }

}
@media only screen and (min-width: 900px) and (max-width: 1600px) {
   .marquee-box{
        margin-left: 45px!important;
    }
    .welcomespeech .version{
        margin-left: 30px!important;
    }
}
@media only screen  and (max-width: 1345px) {
    .marquee-box{
        display: none!important;
    }
}

/* 选择公司样式 */
.dialog[data-layer="switching"] .content-title:before{
    display: none;
}
.sel-org-list{
    height: 348px;
    overflow-y: auto;
    padding: 0 16px;
}
.sel-org-list li{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #f2f2f6;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 8px;
    transition: all 0.3s;
    cursor: pointer;
}
.sel-org-list li.is-disabled{
    opacity: .7;
    color: #999;
    cursor: no-drop;;
}
.sel-org-list li:hover{
    transform: translateX(3px);
}
.sel-org-list li.is-disabled:hover{
    transform: translateX(0);
}
.sel-org-list li img{
    width: 40px;
    height: 40px;
}
.sel-org-list li .item-title{
    margin-left: 10px;
    flex: 1;
    padding: 11px 0;
    line-height: 20px;
}
.sel-org-list li .item-icon{
    padding: 11px 0;
    line-height: 18px;
    color: #777;
}
.sel-org-list li .item-icon img{
    width: 18px;
    height: auto;
}

.km-daoru-icon {
    height: 18px;
    width: auto;
}
.km-daoru-text {
    display: inline-block;
    color: #999;
    transform: translateY(2px);
    font-size: 14px;
}
.km-daoru-text-2 {
    transform: translateY(-2px);
}


.km-preview-control {
    position: fixed;
    top: 85%;
    left: 15%;
    width: 80%;
    height: 50px;
    z-index: 1000;
    background-color: #404040;
    display: flex;
    justify-content: space-between;
    color: white;
    line-height: 40px;
    padding: 0 20px;
}
.km-preview-control .right .pre,
.km-preview-control .right .next {
    color: #2ea7fc;
    cursor: pointer;
}

.km-choose-person-avatar {
    display: inline-block;
    width: 35px;
    height: 35px;
    background:#6084D6;
    color:#fff;
    line-height:36px;
    border-radius:50%;
    text-align:center;
    white-space: nowrap;
    overflow: hidden;
    font-size: 12px;
}
