@font-face{
    font-family: 'Alibaba-PuHuiTi';
    src: url('./Alibaba-PuHuiTi-Regular.ttf');
}
html, body {
    font-family: Alibaba-PuHuiTi;
    /*background: #FAFAFA;*/
}
#page-wrapper {
    padding: 0;
    /*height: calc(100% - 125px);*/
}
#page-inner,
#page-inner >.row,
#page-inner > .row > .ant-layout {
    height: 100%;
}
#page-inner {
    position: relative;
}
#searchTable {
    /*width: auto;*/
}
/*最外层容器*/
.ant-layout {
    background: inherit;
}
/*表格容器*/
.ant-layout-content {
    padding: 10px 10px 10px;
    display: flex;
    flex-direction: column;
    background: #FBF8FB;
    border-top: 1px solid #bbb;
}
.table-responsive {
    flex: 1;
    width: 100%;
    min-height: 200px;
}
/*页面标题*/
.page-title {
    text-align: left;
    line-height: 40px;
    padding-left: 16px;
    border-bottom: 1px solid #bbb;
    color: #25408F;
}
/*属性选择器-------------------------------------*/
.flex {
    display: flex;
}
.flex-column {
    display: flex;
    flex-direction: column;
}
.flex1 {
    flex: 1;
}
.relative {
    position: relative;
}
/*搜索容器-----------------------------------------*/
.search-wrapper {
    display: flex;
    padding: 16px 16px 0px;
    /*border-bottom: 1px solid #bbb;*/
    margin-bottom: 10px;
    text-align: center;
}
.search-content {
    flex: 1;
}
.search-content table {
    width: 100%;
}
.search-content tr:last-child .leftTr {
    padding-bottom: 0;
}
table .rightTr:after {
    content: '';
    margin: 0;
}
.search-btn-wrapper {
    min-width: 120px;
    text-align: right;
    color: #25408F
}
/*属性样式 -----------------------------------------------*/
.iconfont {
    cursor: pointer;
    user-select: none;
}
.hf {
    height: 100%;
}
.wf {
   width: 100%;
}
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}

#cpaAcctAppList_tableLayout,
#cpaAcctAppList_tableData {
    height: 100% !important;
}
.search-btn-wrapper .iconfont {
    position: relative;
}

.search-btn-wrapper .iconfont.iconshang:after,
.search-btn-wrapper .iconfont.iconxia:after
{
    position: absolute;
    left: -25px;
    font-size: 12px;
    top: 0px;
    font-family: Alibaba-PuHuiTi;
}
.search-btn-wrapper .iconshang:after {
    content: '\6536\8d77';
}
.search-btn-wrapper .iconxia:after {
    content: '\5c55\5f00';
}

/*模态框--------------------------------------------------------------*/
.modal-open {
    /*临时的，后续删掉*/
    padding-right: 0 !important;
}
.page-modal {
    position: absolute;
    padding-right: 0 !important;
    padding-left: 0 !important;
    background: #fff;
}
.page-modal .modal-dialog {
    margin-top: 0;
    margin-bottom: 0;
}
.page-modal .modal-backdrop {
    display: none;
}
.page-modal .modal-content {
    border-radius: 0;
    box-shadow: none;
    border: none;
}
.modal-btn-box,
.modal-page-title,
.modal-form-box,
.modal-nav {
    background: #FAFAFA;
}
.modal-nav-stacked{
    background: #ffffff;
    padding-bottom: 10px;
}
.modal-tab-content {}
.modal-btn-box {
    display: flex;
    padding: 8px 16px 0;
}
.modal-btn-box .chehui {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 2px;
    background: #F6F6F6;
}
.modal-btn-box .chehui,
.modal-btn-box .ant-btn {
    margin-right: 8px;
}

.modal-page-title {
    text-align: center;
    padding-top: 20px;
    font-size: 20px;
    line-height: 28px;
    color: #25408F;
}

.modal-form-box {
    padding-top: 15px;
    display: flex;
    /*height: 48px;*/
}
.modal-form-box select {
    appearance: none;
}
.modal-form-box.five .ant-col-6 {
    width: 20%;
}
.modal-form-box .ant-col {
    display: flex;
    justify-content: center;
}
.modal-form-box .ant-form-item-label {
    /*//width: 36%;*/
    line-height: 20px;
    color: #666;
    white-space: nowrap !important;
    margin-right: 8px !important;
}
.modal-form-box .ant-form-item-control .input,
.modal-form-box .ant-form-item-control .select
{
    width: 100% !important;
}
.modal-form-box .ant-form-item-control {
    line-height: 20px;
    color: #333;
    text-align: left;
    min-width: auto;
}
.modal-form-box .ant-input,
.modal-form-box .txt,
.modal-form-box .datainp {
    border: none;
    width: auto;
    height: 20px;
    line-height: 20px;
    color: #333;
    background: transparent;
    padding: 0;
}
.modal-form-box .ant-input:focus,
.modal-form-box .txt:focus,
.modal-form-box .datainp:focus {
    box-shadow: none;
}

.word-tab-box {
    padding: 16px 56px;
}
.word-tab-box table {
    text-align: left;
}

/*tab页 --------------------------------------*/
.tab-content {
    background: #fff;
}
.edit-module:not(:first-child) {
    margin-top: 6px;
}
.edit-tab {
}
.edit-module .percent {
    position: absolute;
    padding-left: 4px;
}
.edit-title {
    /*border-top: 1px solid #ddd;*/
    padding-top: 16px;
    padding-bottom: 16px;
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    color: #25408F;
    text-align: left;
}
.edit-title.empty {
    border: none;
    padding-bottom: 0;
}
.edit-title .bd {
    display: inline-block;
    width: 2px;
    height: 14px;
    background: #25408F;
    margin-right: 8px;
    position: relative;
    top: 2px;
}
.edit-tab .edit-title {
    color: #333;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 12px;
    padding: 10px 16px;
    margin-left: 0;
    margin-right: 0;
}
.edit-tab .edit-title .bd {
    display: none;
}
.edit-content {
    padding-bottom: 20px;
}
.modal-nav  {
    padding-top: 10px;
}
.modal-nav-stacked{
    padding-top: 20px;
}
.nav li {
    /*border: 1px solid #ccc;*/
    /*margin-left: 4px;*/
    /*margin-right: 4px;*/
}
.nav a {
    color: #333;
}
.nav .active a {
    color:  #25408F;
}

/*自定义水平tab页签 -----------------------------------------------------------*/
.modal-nav {
    padding-left: 16px;
    border-bottom-color: #ccc;
}
.modal-nav > li > a {
    height: 36px;
    padding: 0 16px;
    line-height: 36px;
    border-radius: 0;
    margin-right: 8px;
}
.modal-nav > li > a {
    border: 1px solid #ccc;
}
.modal-nav > li > a:hover {
    border-color: #ccc;
}
.modal-nav > li.active > a,
.modal-nav > li.active > a:focus,
.modal-nav > li.active > a:hover {
    color: #25408F;
    border-top: 2px solid #25408F;
    border-bottom-color: transparent;
}
.modal-nav-stacked {
    padding-left: 16px;
    border-bottom-color: #ffffff;
}
.modal-nav-stacked > li > a {
    height: 36px;
    padding: 0 16px;
    line-height: 36px;
    border-radius: 0;
    margin-right: 8px;

    width:100%;
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    overflow: hidden;
}
.modal-nav-stacked > li > a {
    border: 0px;
}
.modal-nav-stacked > li > a:hover {
    border-color: #ccc;
}
.modal-nav-stacked > li.active > a,
.modal-nav-stacked > li.active > a:focus,
.modal-nav-stacked > li.active > a:hover {
    color: #25408F;
    border-left: 2px solid #25408F;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    background: #FAFAFA;
}

.modal-nav-div{
    background: #ffffff;
}

.modal-nav-div .nav-tab-div{
    width: 20%;
    float: left;
}

.modal-nav-div .nav-tab-content-div{
    width:80%;
    float: left;
    border-left: 1px solid #bbbbbb;
    min-height:600px;
}
.nav-tab-content-div .search-wrapper{
    padding-top: 0 !important;
    margin-bottom: 0;
}

.nav-tab-content-div .ant-layout-content {
    margin-top: 0 !important;
}

.nav-tab-content-div .bt_legend_box legend {
    border-bottom: none;
}

    /*模态框样式 ------------------------------------------------------*/
.modal {
    text-align: left;
}
.modal-content {
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0,0,0,.15);
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    pointer-events: auto;
}
.modal-header {
    padding: 0 16px;
    line-height: 40px;
    font-size: 16px;
    color: #333;
    background: #F3F3F3;
    border-bottom: 1px solid #e8e8e8;
    border-radius: 4px 4px 0 0;
}
.modal-body {
    padding: 16px 24px 10px;
}
.modal-footer {
    padding: 0 24px 24px;
    border-top: none;
}
.ant-modal-close {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

/*tooltip ----------------------------------------------*/
.tooltip {
    opacity: 1;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #fff;
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #fff;
}
.tooltip-inner {
    background-color: #fff !important;
    color: #333;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.5);
    padding: 8px;
    text-align: left;
}

/*上传附件模块 ----------------------------------------------*/
.m-file-wrapper {
    display: flex;
    flex-wrap: wrap;
    /*margin-top: 10px;*/
    /*margin-left: 75px;*/
}
.m-file {
    width: 300px;
    height: 160px;
    border-radius: 4px;
    border: 1px solid #E4E7ED;
    margin-right: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 16px;
    padding-bottom: 13px;
}
.m-file .title {
    font-size: 14px;
    /*font-family: PingFangSC-Medium, PingFang SC;*/
    font-weight: bold;
    color: #333333;
    line-height: 20px;
    padding: 0 16px;
}
.m-file .content {
    height: 67px;
    background: #F7FAFF;
    border-radius: 10px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 9px 0;
    display: flex;
    align-items: center;
}
.m-file .content.none {
    display: none;
}
.m-file .upload {
    justify-content: center;
    cursor: pointer;
}
.m-file .filename-wrapper {
    display: flex;
    width: 0;
    flex: 1;
    padding-right: 12px;
    padding-left: 12px;
    align-self: flex-start;
    height: 100%;
}
.m-file .filename-wrapper .iconfont {
    position: relative;
    top: -4px;
}
.m-file .filename-wrapper .filename {
    margin-left: 8px;
    flex: 1;
    width: 0;
    text-decoration: none;
    line-height: 17px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.m-file .del {
    padding: 0 12px;
    cursor: pointer;
    color: #25408F;
    border-left: 1px solid #ddd;
    line-height: 49px;
}


/*.layui-layer-content {*/
    /*height: 120px !important;*/
    /*overflow-y: hidden !important;*/
/*}*/

#acct_punish_edit_modal {
    overflow-y: auto;
}

/*重置layui弹窗样式 --------------------------------------------------------*/
.layui-layer-title {
    text-align: left;
}
.layui-layer-dialog .layui-layer-content {
    text-align: left;
}
.layui-layer-content > center > * {
    text-align: left;
}


#cpaf_punish_edit_modal {
    overflow-y: auto;
}
