@font-face {
    font-family: '思源黑体';
    font-display: swap;
    src: url('../fonts/sy_regular/webfont.eot'); /* IE9 */
    src: url('../fonts/sy_regular/webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/sy_regular/webfont.woff2') format('woff2'),
    url('../fonts/sy_regular/webfont.woff') format('woff'), /* chrome、firefox */
    url('../fonts/sy_regular/webfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('../fonts/sy_regular/webfont.svg#webfont') format('svg'); /* iOS 4.1- */
}

/**时间轴*/
/* .YW-progress-indicator{
    width:100%;
    max-width: 70%;
    margin:auto;
    position: relative;
}
.YW-progress-list{
    width: 100%;
    display:flex;
    justify-content:space-between;
    z-index: 1;
}
.YW-progress-item{
    position: relative;
    box-sizing: border-box;
    border-radius: 50%;
    background-color: #fff;
}
.YW-progress-inner{
    width:16px;
    height: 16px;
    border:1px solid rgb(54, 54, 235);
    background-color: rgb(54, 54, 235);
    line-height: 16px;
    text-align: center;
    border-radius: 50%;
    -webkit-box-shadow: rgb(78, 76, 76) 0px 0px 8px;  
    -moz-box-shadow: rgb(78, 76, 76) 0px 0px 8px; 
    box-shadow: rgb(78, 76, 76) 0px 0px 8px; 
    cursor: pointer;
}
.YW-progress-icon{
    font-size:12px;
    color:#fff;
}
.YW-progress-maker{
    background-color: #fff;
    border:1px solid rgb(54, 54, 235);
    -webkit-box-shadow: #fff 0px 0px 8px;  
    -moz-box-shadow: #fff 0px 0px 8px; 
    box-shadow: #fff 0px 0px 8px; 
}
.YW-progress-bar{
    width: 100%;
    position:absolute;
    height: 2px;
    border-radius: 2px;
    top:50%;
    left: 0;
    background-color:#ccc;
    transform: translateY(-50%);
    z-index: -1;
}
.YW-progress-bar-active{
    width: 60%;
    height: 100%;
    display: block;
    background-color: rgb(54, 54, 235);
}
.YW-progress-item-value{
    position:absolute;
    display: block;
    top:24px;
    left:-1px;
    width: 30px
}
.YW-progress-outer{
    padding:0px 4px;
    border-radius:50%;
    background-color: #fff;
} */
.red{
    color: red;
}
.gl{
    float: left;
}
.gr{
    float: right;
}
.marginTop10{
    margin-top: 10px;
}
.marginTop20{
    margin-top: 20px;
}
.marginBottom10{
    margin-bottom: 10px;
}
.marginBottom20{
    margin-bottom: 20px;
}
.paddingTop0{
    padding-top: 0 !important;
}
.flex{
	display: flex !important;
}
.flexRow{
	flex-direction: row;
}
.flexColumn{
	flex-direction: column;
}
.justifyCenter{
	justify-content: center;
}
.justifySpace{
	justify-content: space-around;
}
.justifyBetween{
	justify-content: space-between;
}
.flex1{
	flex: 1;
}
.YW-progress-indicator{
    width:100%;
    /* max-width: 80%; */
    margin:auto;
    position: relative;
}
.YW-progress-list{
    width: 100%;
    display:flex;
    justify-content:space-between;
    z-index: 1;
}
.YW-progress-bind{
    cursor: pointer;
}
.YW-progress-item{
    position: relative;
    box-sizing: border-box;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #2477f6;
    text-align: center;
    line-height: 28px;
    z-index: 1;
}
.YW-progress-inner{
    width:10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    margin:9px auto;
    -webkit-box-shadow: rgb(0, 0, 0) 0px 0px 8px;  
    -moz-box-shadow: rgb(0, 0, 0) 0px 0px 8px; 
    box-shadow: rgb(0, 0, 0) 0px 0px 8px; 
    cursor: pointer;
}
.YW-progress-icon{
    font-size:18px;
    color:#fff;
}
.YW-progress-maker{
    position: relative;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgb(146, 141, 141);
    margin-top:9px;
    z-index: 1;
}
.YW-progress-bar{
    width: 100%;
    position:absolute;
    height: 2px;
    border-radius: 2px;
    top:50%;
    left: 0;
    background-color:#ccc;
    transform: translateY(-50%);
    z-index: 0;
}
.YW-progress-bar-active{
    width: 60%;
    height: 100%;
    display: block;
    background-color: rgb(54, 54, 235);
}
.YW-progress-item-value{
    position:absolute;
    display: block;
    top:24px;
    left:-7px;
    width:42px;
    font-size:14px;
    color:#2477f6;
}
.YW-progress-maker .YW-progress-item-value{
    top:19px;
    color:rgb(146, 141, 141);
}

/**分页*/
.lay-page-container{
    box-sizing: border-box;
}
.page-list{
    list-style: none;
}
.page-list li{
    display: inline-block;
    text-decoration: none;
    margin:0 4px;
}
.page-num{
    text-decoration: none;
    display: inline-block;
    color:#000;
}
.page-num:hover{
    color:#000;
    text-decoration: none;
}
.page-num:active{
    text-decoration: none;
}
.page-active{
    color:blue;
}
.combobox-list{
    border:1px solid blue;
    width: 40px;
    height: 16px;
    margin-top: 2px;
    margin-left: 5px;
    line-height: 15px;
    position: relative;
}
.page-size-container{
    border:1px solid blue;
    width: 40px;
    padding:5px 0;
    text-align: center;
    position: absolute;
    left:-1px;
    top:15px;
    cursor: pointer;
    display: none;
}
.page-size-container li{
    list-style: none;
    text-align: left;
}
.combobox-icon{
    position: absolute;
    top:2px;
    right:0;
}
.page-ellipsis{
    margin-top: 3px;
}

/**清除浮动*/
.clearfix{
    zoom: 1;
}
.clearfix::after{
    content:'';
    display:block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/**鼠标浮动显示样式*/
.hover-pointer{
    cursor: pointer;
}
/* 浮动位置 */
.float-left{
    float: left;
}
.float-right{
    float: right;
}
.float-left-65{
    float: left;
    width: 65%;
}
.float-left-35{
    float:left;
    width:35%;
}
/* 行高 */
.line-height-20{
    line-height: 20px;
}
/* 间隙大小 */
.gap-left-10{margin-left: 10px;}
.gap-top-10{margin-top:10px;}
.gap-top-20{margin-top:20px;}
.gap-top-80{margin-top:100px;}
.gap-left-3{margin-left: 3px;}
.gap-top-40{margin-top:40px;}
.gap-left-30{margin-left:30px;}
.gap-left-95{margin-left:95px;}
.gap-right-10{margin-right:10px;}
.gap-right-30{margin-right:30px;}
.gap-left-5{margin-left: 5px;}
.gap-bottom-15{margin-bottom:15px;}
/* 字体大小 */
.text-mini{font-size:12px}
.text-middle{font-size:18px;}
/* 字体颜色 */
.text-grey{color:grey;}
.text-blue{color:blue;}
.text-blue-shallow{color:#2477F6;}
.text-white{color:white;}
.text-bold{font-weight: bold;}
/* 字体显示位置 */
.text-left{text-align: left;}
.text-right{text-align: right;}
.text-center{text-align: center;}
/* 背景色 */
.bg-blue{background-color: blue;}
.bg-grey{background-color:grey;}
/* 表单 */
.hdy-input-40{width:40px;}
.hdy-input-50{width:50px;}
.hdy-input-75{width:75px;}
.hdy-input-100{width:100px;}
.hdy-input-150{width:150px;}
.hdy-input-200{width:200px;}
.hdy-input-250{width:250px;}
.hdy-input-300{width:300px;}
.hdy-input-400{width:400px;}
.hdy-input-fit{width: 100%;}
.hdy-input-240{width:240px;}
.hdy-input-115{width:115px;}
.hdy-input-84{width:84px;}
.displayNone{
    display: none;
}
.overflowHidden{
    overflow: hidden;
}

/* 按钮 */
.form-button-conatiner{
    width: 100%;
    padding:10px 15px 10px 15px;
    background-color: #fff;
    box-sizing: border-box;
    position:fixed;
    bottom:0;
    left: 0;
    background-color: #fff;
    z-index: 102;
}
.form-button{
    height: 28px;
    width: 68px;
    line-height: 28px;
    text-align: center;
    border:0.5pt solid #abb4ce;
    outline: none;
    background-color: #fff;
    font-size: 14px;
    border-radius: 3px;
    cursor: pointer;
}
.cancel-button{
    /* color:#abb4ce;  */
    font-size: 14px;
    color: #0077e5;
    border: 1px solid #0077e5;
}
.cancel-button:hover{
    background-color: #dbeeff;
}
.save-button{
    width: 97px;
    /* color:#2477f6; */
    margin-right: 10px;
    font-size: 14px;
    color: #0077e5;
    border: 1px solid #0077e5;
}
.save-button:hover{
    background-color: #dbeeff;
}
.save-new-button{
    width: 97px;
    /* color:#2477f6; */
    margin-right: 10px;
    font-size: 14px;
    color: #0077e5;
    border: 1px solid #0077e5;
    
}
.save-new-button:hover{
    background-color: #dbeeff;
}
.submit-button{
    color:#fff;
    /* border:0.5pt solid #2477f6;
    background-color: #2477f6; */
    background-color: #0077e5;
}
.submit-button:hover{
    background-color: #0085ff;
}
/* 隐藏区域 */
.hide-container{
    display: none;
}
/*列表页菜单样式*/
#pc-menu-list{
    list-style: none;
    margin-top: 0.5rem;
    text-align: center;
    overflow: hidden;
}
#pc-menu-list li{
    width: 20%;
}
#pc-menu-list li div{
    width: 1.5rem;
    height: 0.4rem;
    line-height: 0.4rem;
    border-radius: 5px;
    border: 1px solid #000;
    text-align: center;
    margin: 0 auto 0.4rem;
    cursor: pointer;
}

/* tableData表格页checkbox */
#dataTable input[type=checkbox],.common-input-checkbox{
    cursor: pointer;
    position: relative;
    top:3px;
}
#dataTable input[type=checkbox]:after,.common-input-checkbox:after{
    position: absolute;
    width: 12px;
    height: 12px;
    content: " ";
    background-color: #fff;
    visibility: visible;
    border: 1px solid #ccc;
    border-radius: 2px;
}
#dataTable input[type=checkbox]:checked:after,.common-input-checkbox:checked:after{
    content: "✔";
    color:rgb(43, 110, 233);
    position: absolute;
    line-height: 12px;
    text-align: center;
    left: 0;
    top: 0;
}

/* 重置弹出框样式 */
/*layui 标题 body 分页背景色*/
.layui-table thead tr,.layui-table-page,.layui-table-body{
    background-color: #fff;
}

/*列表页面工具栏样式*/
.table-tool{
    width: 99%;
    overflow: hidden;
    margin:0 auto;
    background-color: #fff;
    height: 46px;
    padding-top: 10px;
    box-sizing: border-box;
}
.table-tool-content{
    cursor: pointer;
    width: auto;
    /* width: 60px; */
    height: 30px;
    line-height: 30px;
}.table-tool-content span:first-child{
    display: inline-block;
}
/* .table-tool-content span:last-child{
    display: inline-block;
    width: 33px;
    height: 26px;
    line-height: 26px;
} */
.table-tool .table-tool-export,.table-tool .table-tool-add,.table-tool .table-tool-print,
.table-tool .table-tool-preview,.table-tool .table-tool-download,.table-tool .table-tool-delete,
.table-tool .table-tool-freeze,.table-tool .table-tool-activate{
    border-right: none;
    margin-right:10px ;
}
.table-tool .table-tool-delete{
    display: none;
}
.table-tool .table-tool-add{
    display: none;
}
.table-tool-add:hover{
    color: #2c74f3;
}
.table-tool .table-tool-filter{
    margin-right: 25px;
    display: none;
}
.table-tool-content span{
    /* height: 0.21rem;
    width: 0.2rem; */
    display: inline-block;
    font-size: 16px;
    color: #7587a0;
}
.table-tool-content span img{
    width: 100%;
    height: 100%;
}
.table-title{
    /* width: 160px; */
    text-align: left;
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari  禁止文字选中*/
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently*/
}
#content-bottom{
    width: 99%;
    margin: 0 auto;
    overflow: hidden;
    background-color: #fff;
}
#tableContent,.tableContent{
    width: 100%;
    /* margin: 0 auto; */
}
#dataTable{
    width: 100%;
    margin: 0 auto;  
}
.table-tool{
    position: relative;
}
#filterContent{
    width: 99%;
    height: 40px;
    background-color: #fff;
    margin: 0 auto;
}
/* #filterContent .layui-row{
    margin-bottom: 10px;
} */
.table-tool-export{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    display: none;
    margin-right: 10px;
}
.table-tool-print{
    display: none;
}
.table-tool-preview{
    display: none;
}
.table-tool-download{
    width: 100px;
    display: none;
}
.table-tool-download span:last-child{
    width: 73px;
}
.table-tool-preview{
    width:110px;
}
.table-tool-preview span:last-child{
    width: 80px;
}
.table-tool-delete{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.table-tool-filter{
    border-radius: 4px;
}
.filterContent-top{
    height: 40px;
    border-bottom: 1px solid #cad0e0;
}
.filterContent-top span{
    display: inline-block;
    padding: 3px 10px;
    border: 1px solid #aeb7d0;
    border-radius: 4px;
    margin-top: 7.5px;
    cursor: pointer;
    color: #b2b1c9;
}
.filterContent-top span:first-child{
    margin-left: 15px;
}
.filterContent-top span:nth-child(2){
    margin-right: 15px;
    margin-left: 5px;
    background-color: #2477f6;
    color: #fff;
}
.filterContent-top span:last-child{
    background-color: #2477f6;
    color: #fff;
}
/*列表页面统计区域样式*/
.table-statistics{
    width: 99%;
    height: 40px;
    box-shadow: 0 0 3px #d8d8d8;
    border-radius: 4px;
    margin: 15px auto;
    background-color: #fff;
}
.table-statistics .statisticsInfoImg{
    /* width: 76px;
    height: 56px;
    margin-top: 8px;
    margin-left: 12px; */
    width: 76px;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: flex-end;
}
.table-statistics .statisticsInfoImg img{
    /* width: 100%;
    height: 100%; */
    height: 40px;
    border: none;
}
.cardStatisticsInfo{
    height: 40px;
    position: relative;
}
.cardStatisticsInfo .statistics_content{
    overflow: hidden;
    margin-left: 18px;
    height: 40px;
}
.cardStatisticsInfo .statistics_content li{
    margin-right: 0.8rem;
    line-height: 40px;
}
.cardStatisticsInfo .statistics_content .statistics-title{
    color: #10253e;
    font-size: 16px;
    display: inline-block;
    font-weight: bold;
}
.cardStatisticsInfo .statistics_content .statistics-value{
    color: #7587a0;
    font-size: 14px;
    font-weight: normal;
    /* display: block; */
    cursor: pointer;
    margin-left: 10px;
}
.table-statistics .cardBtnArea{
    height: 40px;
}
.table-statistics .cardBtnArea ul,.table-statistics .cardBtnArea ul li{
    height: 40px;
}
.table-statistics .cardBtnArea ul li{
    line-height: 40px;
    margin-right: 25px;
    font-size: 16px;
    font-weight: normal;
    color: #7587a0;
    cursor: pointer;
}
.table-statistics .cardBtnArea ul li span{
    display: inline-block;
}
.table-statistics .cardBtnArea ul li span:first-child img{
    height: 32px;
}
/* layui分页颜色 */
.layui-laypage .layui-laypage-curr .layui-laypage-em{
    background-color: #2477f6;
}


/* 详情相关页公共css */

/* 标题 */
.detail-table-statistics{
    width: 100%;
    height: 42px;
    box-shadow: 0 0 3px rgba(216,216,216,0.75);
    border-radius: 4px;
    background-color: #fff;
    box-sizing: border-box;
    margin-top: 5px;
}
.detail-table-statistics .statistics-oprator-btns{
    margin-top:-4px;
}
.detail-table-statistics .statisticsInfoImg{
    padding:0 5px;
    height: 42px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.detail-table-statistics .statisticsInfoImg img{
    width: 40px;
    /* height: 42px; */
    border: none;
}
.detail-title{
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    cursor: context-menu; 
}
.detail-title h3{
    font-size:18px;
    color: #10253e;
    font-weight: bold;
    display:block;
}
.detail-title span{
    color:#7587a0;
    font-size:14px;
    display: inline-block;
    color: #ffa004;
    background-color: #fff5e5;
    height: 24px;
    line-height: 24px;
    padding: 0 5px;
    margin-left: 10px;
    margin-top: 9px;
}
.detail-title #title{
    margin-left: 20px;
}
/* 单个icon按钮 */
.common-icon-button{
    border: 0.5pt solid #7587a0;
    border-radius: 3px;
    height: 26px;   
    line-height:18px;
    padding:5px;
    box-sizing: border-box;
    font-size: 12px;
    margin-top:12px;
    margin-right: 20px;
    color:#7587a0;
    cursor: pointer;
}
.common-icon-button img{
    margin-top:-5px;
}
.common-icon-button-n{
    border:none;
    height: 26px;   
    padding:5px;
    box-sizing: border-box;
    font-size: 16px;
    margin-top:12px;
    margin-right: 20px;
    color:#7587a0;
    cursor: pointer;
}
.common-icon-button-n img{
    height:32px;
    margin-top:-5px;
}
#related-table .common-icon-button-n{margin-top:-4px;}
#related-table .common-icon-button-n img{height: 18px;margin-top:-5px;}
/* 阴影容器container */
.common-shadow-box{
    width: 100%;
    box-shadow: 0 0 3px rgba(216,216,216,0.75);
    border-radius: 4px;
    background-color: #fff;
}
/* 分享 */
#shareBtn{
    position: relative;
}
#shareContent{
    position: absolute;
    top: -120px;
    left:50%;
    margin-left:-100px;
    width: 200px;
    height: 100px;
    border-radius: 4px;
    box-shadow: 0 0 5px #10253e;
    background-color: #fff;
    z-index: 100;
    display: none;
    -moz-user-select:none;
    -webkit-user-select:none;
    user-select:none;    
}
#shareContent #shareList li{
    height:30px;
    line-height: 30px;
    color: #10253e;
    text-align: left;
    font-size: 14px;
    font-family: "黑体";
    margin: 3px 0;
    cursor: pointer;
}
#shareContent #shareList li:hover{
    background-color: #edf3fc
}
#shareContent #shareList li span.shareListVertical{
    width: 5px;
    height: 30px;
    display: inline-block;
}
#shareContent #shareList li span.shareListTitle{
    margin-left: 10px;
}
#shareContent #shareList li:hover span.shareListVertical{
    background-color:#2477f6;
}
#shareContent #shareList li i{
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-left: 5px;
}
#shareContent #shareList li i img{
    width: 100%;
    height: 100%;
}
#shareContent #shareList li .shareListTitle{
    width: 150px;
}
#shareContent .shareTriangle{
    position: absolute;
    background-color: cyan;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
}
#shareContent .shareTriangle:before,#shareContent .shareTriangle:after{
    position: absolute;
    content: '';
    border-bottom: 10px transparent dashed;
    border-left: 10px transparent dashed;
    border-right: 10px transparent dashed;
    border-top: 10px #fff solid;
}
/* 重置tabs css */
/* .layui-tab-brief>.layui-tab-title .layui-this {
    color: rgb(55, 114, 224);
}
.layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after{
    border-bottom: none;
}
.layui-tab-content{padding:0;}
.layui-table, .layui-table-view{margin:0 0 2px 0} */

/* 相关tabs切换 */
.detail_related_switch{
    height: 42px;
    padding-left: 50px;
    box-sizing: border-box;
    line-height: 42px;
    font-size: 18px;
    columns: #10253e;
}
.switch_acitve{
    color:#10253e;
}
.switch_acitve::after{
    content:'';
    position: absolute;
    bottom:0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: rgba(55,151,247);
    background-image: linear-gradient(to right, rgba(80,191,249) 0%, rgba(36,111,246) , rgba(55,151,247));
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.switch_not_active{
    color:#7587a0;
}
.detail_related_switch span{
    display: inline-block;
    margin-right: 20px;
    position: relative;
    cursor: pointer;
}

/* 详情表单 */
.line2-padding-right{
    padding-right: 30px;
}
.line2-padding-left{
    padding-left:30px;
}
.form-title-container{
    height: 40px;
    width: 100%;
    background-color: #f1f1f1;
    line-height: 40px;
    border-radius: 4px;
    position: relative;
}
.table-cell-placeholder{
    width: 45px;
    height: 1px;
    float: left;
}
.table-cell-placeholder-20{
    width: 20px;
    height:1px;
    float: left;
}
.form-container{
    width: 765px;
    height: auto;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 0 15px 45px 15px;  
    overflow: hidden;
}
.form-content{
    width: 100%;
    padding:20px 15px 0 15px;
    box-sizing: border-box;
}
.form-title{
    font-size:16px;
    font-weight: bold;
    margin-left: 15px;
    color:#10253e;
}
::-webkit-input-placeholder{
    color:#abb4ce;
}
:-moz-placeholder{
    color:#abb4ce; 
}
::-moz-placeholder{
    color:#abb4ce; 
}
:-ms-input-placeholder{
    color:#abb4ce; 
}
.table-tr-container{
    margin-bottom: 20px;
}
.table-cell-container{
    width: 90px;
    float:left;
    text-align: left;
    line-height: 30px;
    box-sizing: border-box;
    font-size: 14px;
}
.table-cell-input{
    /* float:left; */
}
.table-cell-mini-container{
    width: 50px;
    float:left;
    text-align: right;
    line-height: 25px;
    padding-right: 10px;
    box-sizing: border-box;
}
.hdy-input-disabled{
    height: 30px;
    font-size: 14px;
    border:0.5pt solid #abb4ce;
    background-color: #f4f4f4;
    border-radius: 3px;
    padding-left: 10px;
    box-sizing: border-box;
    color:#10253e;
}
.hdy-input-normal{
    height: 30px;
    font-size: 14px;
    border:0.5pt solid #abb4ce;
    background-color: #fff;
    border-radius: 3px;
    padding-left: 10px;
    box-sizing: border-box;
    color:#10253e;
}
.hdy-none-border{
    border:none;
}
.common-radio-button{
    width: 140px;
    height: 23px;
    box-sizing: border-box;
    border:0.5pt solid #abb4ce;
    border-radius: 3px;
    text-align: center;
    line-height: 23px;
    margin-right: 45px;
    float: left;
}
.common-radio-active{
    background-color:#2477f6;
    border:0.5pt solid #2477f6;
    color:#fff;
}
.common-radio-selected{
    /* float: right; */
    margin-right: 15px;
    color:#2477f6;
    font-size: 14px;
    font-weight: normal;
}
.table-cell-textarea{
    width: 100%;
    border:0.5pt solid #abb4ce;
    border-radius: 3px;
    box-sizing: border-box;
    resize: none;
}
.detail-card-info-container{
    padding: 15px 10px 20px;
    box-sizing: border-box;
}
.detail-tr-container{
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.detail-cell-input{
    margin-left:100px;
    box-sizing: border-box;
    background-color: #f2f2f2;
}
.detail-cell-input textarea:disabled{
    background-color: #f2f2f2;
}
.detail-cell-read{
    border-bottom: 1px solid #abb4ce;
    height: 23px;
    line-height: 23px;
    font-size: 14px;
    color: #10253e;
}
.inline-block-container{
    display: inline-block;
}
textarea:disabled{
    background-color: #fff;
}
.cell-remark{
    min-height: 30px;
    height: auto !important;
}

/* 相关卡片 */
.related-labels-container{
    height: 60px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.related-labels{
    margin-right:60px;
    box-sizing: border-box;
    padding-left: 60px;
    overflow: hidden;
}
.relate-label{
    padding:20px 0;
    margin-right: 30px;
    text-align: center;
    float: left;
    cursor: pointer;
}
.relate-label span{
    font-size:14px;
    color: #7587a0;
}
.relate-label img{
    margin-top: -7px;
    margin-right: 4px;
    width:22px;
}
.related-updown-icon{
    float: right;
    width:60px;
    height: 100%;
    box-sizing: border-box;
    position: absolute;
    text-align: center;
    right: 0;
    top:0;
}
.related-updown-icon img{
    cursor: pointer;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.updown-icon-container{
    position: relative;
    width: 100%;
    height: 100%;
}
.related-label-active{
    color:#10253e !important;
}
#related-container{
    width: 100%;
}
.related-card-header{
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 50px;
    box-sizing: border-box;
}
.related-card-header img{
    margin-top:-8px;
}
.related-card-title{
    color:#10253e;
    font-size: 16px;
    cursor: pointer;
    margin-left: 10px;
}
.related-card-icon{
    width: 30px;
}

.related-table-content{
    width: 100%;
}
#related-table{
    /* width:inherit; */
    width: 100%;
    height: auto;
}
.inherit-width{
    width: inherit;
    overflow: hidden;
}
/* 指南 */
.detail-guide-info-container{
    width: 100%;
    height: 600px;
    box-sizing: border-box;
    overflow: hidden;
}
.guide-header-container{
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    border-bottom:1px solid rgba(216,216,216,0.75);
}
.guide-header-container .guide-title{
    font-size: 18px;
    font-family: "黑体";
    color:#10253e;
}
.guide-filter{
    border: 1px solid #abb4ce;
    border-radius: 4px;
    width:40px;
    height: 26px;
    line-height: 22px;
    text-align: center;
    float: right;
    box-sizing: border-box;
    margin-left:20px;
    margin-top: 15px;
    cursor: pointer;
}
.detail-guide-info-container .header-content-top-center{
    width: 205px;
    height:26px;
    position: relative;
    border-radius: 4px;
    margin-top: 15px;
    border: 1px solid #abb4ce;
}
.detail-guide-info-container .header-content-top-center .searchValue{
    width: 180px;
    height: 26px;
    border: none;
    outline: none;
    border-radius: 4px;
    float: right;
}
.detail-guide-info-container .header-content-top-center .searchBtn{
    width: 19px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top:-18px;
    left:5px;
    cursor: pointer;
}
.detail-guide-info-container .header-content-top-center .searchBtn img{
    width: 100%;
    height: 100%;
}

/* layui 标题颜色和内容颜色*/
.layui-table-view .layui-table th{
    color: #10253e;
}
.layui-table-view .layui-table td{
    color: #7587a0;
}
.layui-form-checked[lay-skin=primary] i{
    border-color: #2477f6!important;
    background-color: #2477f6;
}
/* layui 去掉距上10px距离 */
.layui-table-view{
    margin:0 0 !important;
}
/* layui 最左侧编号改为右对齐方式 */
.laytable-cell-numbers{
    text-align: right !important;
}

/* 页面子项列表样式 */
.add-container-table{
    width: 100%;
    height: auto;
    border:1px solid #abb4ce;
    border-radius: 4px;
    border-collapse: collapse;
    color:#7587a0;
    text-align: center;
}
.add-container-table td,.add-container-table th{
    border:1px solid #f0f1f5;
}
.add-container-table th{
    color:#10253e;
}
.add-container-table tr{
    height: 36px;
}
.add-edit-input{
    width: 100%;
    height: 36px;
    border: none;
    outline: none;
    padding-left:10px;
    box-sizing: border-box;
    color:#7587a0;
    text-align: center;
}
.fixed-add-container{
    width: 60px;
}
.add-outer-container{
    border:1px solid #abb4ce;
    border-radius: 3px;
}
/* 子项CSS */
.child-project-container .form-title-container{
    height: 48px;
    line-height: 48px;
    background-color: #fff;
    border-bottom: 1px solid #f0f1f5;
    border-radius: 0;
}
.child-project-container .form-content{
    padding:0;
}
.child-project-container .add-outer-container{
    border:none;
}
.child-project-container .add-container-table{
    border:none;
}
.child-project-container th,.child-project-container td{
    border-left:none;
    border-right:none;
}
/* 添加页面搜索输入框样式 */
.common-search-container{
    width: 100%;
    height: 30px;
    box-sizing: border-box;
    border:0.5pt solid #abb4ce;
    border-radius: 3px;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
}
.child-search-container{
    flex: 1;
}
.child-img-container{
    width: 23px;
    height: 23px;
    cursor: pointer;
    text-align: center;
}
.child-img-container img{
    margin-top:1px;
}
.detail-cell-input .child-img-container img{
    margin-top: -4px;
}
.common-search-container .hdy-input-normal{
    height: 28px;
    border-radius: 0;
    border:none;
}
.hdy-input-search{position: relative;width: 100%;}
.hdy-search-icon{position: absolute;right:5px;top:6px;}
.detail-content .hdy-search-icon{top:4px;}
/* 列表页筛选条件 */
.filterContent-value p{
    height: 20px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #afb8d0;
    border-radius: 4px;
    background-color: #fff;
}
.filterContent-value p span{
    margin-right: 10px;
    color: #ccc;
    font-size: 12px;
}
.filterContent-value .filterValue-one{
    width: 100%;
    border: 1px solid #afb8d0;
    border-radius: 4px;
    background-color: #fff;
    text-align: center;
    margin-top: 10px;
    height: 25px;
    box-sizing: border-box;
}
.filterContent-value .filterValue-two{
    width: 45%;
    border: 1px solid #afb8d0;
    border-radius: 4px;
    background-color: #fff;
    text-align: center;
    margin-top: 10px;
    box-sizing: border-box;
    height: 25px;
}
.filterContent-value .extentName{
    display: inline-block;
    width: 10%;
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin-top: 10px;
}
.filterContent-value{
    width: 95%;
    margin: 0 auto;
    background-color: #ebf6ff;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 10px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}
.filterContent-value .filterContent-title{
    height:20px;
    line-height: 20px;
    margin-bottom: 5px;
}
.filterContent-value .filterContent-title span{
    display: inline-block;
    height: 20px;
}
.filterContent-top .filterUpdate,.filterContent-top .filterAdd{
    display: none;
}
.filterContent-top .filterAdd{
    margin-right: 15px;
    margin-left: 5px;
}

/* switch 
.switch-container {
    height: 23px;
    width: 86px;
    border:2px solid #2477f6;
    border-radius: 4px;
    box-sizing: border-box;
}
.switch{
    display: none;
}
.switch-container label {
    display: block;
    background-color: #fff;
    height: 100%;
    width: 100%;
    cursor: pointer;
}
.switch-container label:before {
    content: '是';
    display: block;
    position: relative;
    left: 0;
    height: 100%;
    width: 44px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    text-align: center;
    background-color: #fff;
    color: #7587a0;
    opacity: 1;
    transform: all 0.2s ease;
}
.switch-container label:after {
    position: relative;
    top: -19px;
    left: 40px;
    content: '否';
    display: block;
    text-align: center;
    height: 100%;
    width: 42px;
    background-color: #2477f6;
    color:#fff;
    opacity: 1;
    transition: all 0.2s ease;
    
}
#switch:checked~label:after {
    opacity: 1;
    background-color: #fff;
    color: #7587a0;
}
#switch:checked~label:before {
    opacity:1;
    background-color: #2477f6;
    color: #fff;
}
#switch:checked~label {
    background-color: #fff;
}
*/
.switch-container {
    height: 23px;
    width: 86px;
    background-color:#abb4ce;
    border-radius: 4px;
    box-sizing: border-box;
    padding:3px;
}
.switch{
    display: none;
}
.switch-container label {
    display: block;
    height: 100%;
    width: 100%;
    cursor: pointer;
}
.switch-container label:before {
    content: '';
    display: block;
    position: relative;
    left: 0;
    height: 100%;
    width: 42px;
    border-radius: 4px;
    text-align: center;
    background-color: #fff;
    opacity: 1;
    transform: all 0.2s ease;
}
.switch-container label:after {
    position: relative;
    top: -17px;
    left: 38px;
    content: '';
    display: block;
    text-align: center;
    height: 100%;
    width: 42px;
    border-radius: 4px;
    background-color: #fff;
    opacity: 0;
    transition: all 0.2s ease;
}
#switch:checked~label:after {
    opacity: 1;
}
#switch:checked~label:before {
    opacity:0;
}
/* layui 表格标题有时候不能完全填充,把背景色变成白色 */
.layui-table-header{
    background-color: #fff;
}

.edit-oprator{
    display: none;
}
/* 查看全部 */
.load-all-list{
    width:100%;
    height:40;
    font-size:14px;
    text-align:center;
    line-height:40px;
    color:#1c5fc5;
    cursor:pointer;
    border:1px solid #e6e6e6;
    border-top:none;
}

/* 跳转链接详情 */
.link-detail{
    cursor: pointer;
    color:#1c5fc5;
}

/*  必填项 */
.required-param{
    position: relative;
}
.required-param::before{
    content:'';
    position: absolute;
    width:3px;
    height:30px;
    background-color: red;
    top:0;
    left:6px; 
}

/* 历史操作人 */
.linkManImg{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #2a81f5;
    display: inline-block;
    margin-right: 5px;
    margin-top: 2px;
}
.linkManImg img{ 
    width: 100%;
    height: 100%;
}
#createUserName,#lastUpdateUserName{
    margin-right: 5px;
    color: #2477f7;
    cursor: pointer;
}
/* 添加页 */ 
.form-container{width: 100%;}
.form-container .table-tr-container{display: flex;display: -webkit-flex;flex-direction: row;}
.form-container .table-cell-container{float: none;}
.form-container .table-cell-input{flex:1;padding:0 10px}  

/* 必填提示语 */
.required-mark{
    float: right;
    position: relative;
    font-size:14px;
    font-weight: normal;
    margin-right:25px
}
.required-mark::before{
    content: "";
    position: absolute;
    top:8px;
    left:-5px;
    width: 3px;
    height:23px;
    background-color: red;
}

/* 处理列表页面筛选不能滚动 */
#filterContent{overflow-y: hidden;}
.filterContent-bottom{
    overflow-y: scroll;
}
#filterContent-bottom::-webkit-scrollbar{display: none;}

/* 浏览模式下查出单行省略号代替 */
.need_remove{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 编辑状态下输入框边框样式 */
.table-cell-input .hdy-input-normal:focus{
    border:2px solid #2477f6 !important;
    box-shadow: 0 0 2px #2477f6 !important;
}
.detail-cell-input .hdy-input-normal:focus{
    border:2px solid #2477f6;
}
.table-cell-textarea:focus{
    border:2px solid #2477f6;
}

/* 详情页面知识样式 */
#guide-bottom-container{
    overflow-y: scroll;
}
#knowledgeNum{
    color: #abb4ce;
}
.konwledge-title-icon{
    width:25px;
    height:25px;
    line-height: 25px;
    margin-top: 16px;
    margin-right: 10px;
    display: inline-block;
}
.konwledge-title-icon img{
    width: 100%;
    height: 100%;
    border: none;
}
.detail-knowledgeList{
    height: 110px;
    margin: 15px 20px;
    border-radius: 4px;
    box-shadow: 0px 0px 10px #ccc;
    overflow: hidden;
}
.detail-knowledgeList-top{
    margin: 11px 9px 8px 9px;
    overflow: hidden;
}
.detail-knowledgeList-title{
    font-size: 18px;
    color: #10253e;
    cursor: pointer;
}
.detail-knowledgeList-time{
    color: #abb4ce;
    font-size: 12px;
}
.detail-knowledgeList-overview{
    height: 21px;
    clear: both;
    margin-left: 9px;
    color: #abb4ce;
    font-size: 16px;
}
.detail-knowledgeList-bottom{
    margin-right: 9px;
}
.knowledgeList-img-parent{
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin-left: 5px;
}
.knowledgeList-img-parent img{
    width: 100%;
    height: 100%;
    border: none;
}
.notDataImg{
    width: 200px;
    height: 150px;
    margin:50px auto 0;
}
.notDataImg img{
    width: 100%;
    height: 100%;
    border: none;
}
/* 最近浏览按钮 */
#recordTitle{
    margin-left: 10px;
}
.recentIcon{
    float: right;
    display: inline-block;
    width: 14px;
    height: 9px;
    margin-left: 10px;
    margin-top: 2px;
    cursor: pointer;
    position: relative;
    top: -2px;
}
.recentIcon img{
    width: 100%;
    height: 100%;
    border: none;
}
.recentIcon ul{
    position: absolute;
    width: 80px;
    height: 40px;
    top: 0;
    left: 0;
}
.recentIcon ul li{
    width: 100%;
    height: 20px;
}
.recentContent{
    width: 100px;
    height: 152px;
    position: absolute;
    top: 41px;
    left:93px;
    background-color: #fff;
    z-index: 1000;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow:0 0 5px #ccc;
    display: none;
}
.recentContent li{
    height: 30px;
    line-height: 30px;
    color: #78879e;
    cursor: pointer;
    padding-left: 10px;
}
.recentContent li:hover{
    background-color: #edf3fc;
    color: #10253e;
}
.recentActive{
    background-color: #edf3fc;
    color: #10253e !important;
}

/* 回到最后 */
#back-end{
    width: 100px;
    height: 40px;
    border-radius: 20px;
    /* border:1px solid #abb4ce; */
    position: fixed;
    left: 50%;
    bottom:55px;
    transform: translateX(-50%);
    z-index: 9999999;
    line-height: 40px;
    text-align: center;
    box-shadow: 0 4px 4px rgba(216,216,216,0.7);
    background-color: #ffffff;
    cursor: pointer;
    display: none;
}

#submit-button{
    display: none;
}
/* 去掉input 输入框的上下箭头start */
/* 谷歌： */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
-webkit-appearance: none !important;
margin: 0;
}
/* 火狐： */
input[type="number"]{-moz-appearance:textfield;}
/* 去掉input 输入框的上下箭头end */
.input-disabled-color{
    background-color: #eee;
}

/*明细相关项表格*/
#related-container table{width: 100%;}
#extra-container{display: none;}
/* 相关项默认隐藏 */
#detail_related_tabs span[data-type="related"]{
    display: none;
}
/* 明细中的修改人记录 */
.detailEditRecord{
    width: 100%;
    padding:0;
    margin-top: 20px;
}
.filterValue-one{

}

/* 消息通知左右摆动 */
@-webkit-keyframes zy{
    10% {
      transform: rotate(15deg);
    }
    20% {
      transform: rotate(-10deg);
    }
    30% {
      transform: rotate(5deg);
    }
    40% {
      transform: rotate(-5deg);
    }
    50%,100% {
      transform: rotate(0deg);
    }
  }
  @-moz-keyframes zy{
    10% {
      transform: rotate(15deg);
    }
    20% {
      transform: rotate(-10deg);
    }
    30% {
      transform: rotate(5deg);
    }
    40% {
      transform: rotate(-5deg);
    }
    50%,100% {
      transform: rotate(0deg);
    }
  }
  @-o-keyframes zy{
    10% {
      transform: rotate(15deg);
    }
    20% {
      transform: rotate(-10deg);
    }
    30% {
      transform: rotate(5deg);
    }
    40% {
      transform: rotate(-5deg);
    }
    50%,100% {
      transform: rotate(0deg);
    }
  }
  @keyframes zy{
    10% {
      transform: rotate(15deg);
    }
    20% {
      transform: rotate(-10deg);
    }
    30% {
      transform: rotate(5deg);
    }
    40% {
      transform: rotate(-5deg);
    }
    50%,100% {
      transform: rotate(0deg);
    }
  }
  
.swing{
    display: inline-block;
    color: rgb(249, 137, 45);
    animation: zy 1s .15s linear infinite;
    -moz-animation: zy 1s .15s linear infinite; /* Firefox */
    -webkit-animation: zy 1s .15s linear infinite; /* Safari and Chrome */
    -o-animation: zy 1s .15s linear infinite; /* Opera */
}
/* 消息通知左右摆动 */

/* 列表页面操作按钮样式 */
.table-statistics .cardBtnArea ul li span.btnIcon{
    margin-right: 10px;
}
.table-statistics .cardBtnArea ul li span.btnIcon i{
    font-size: 18px;
}
/* 列表页面操作按钮样式 */

/* 全局筛选条件 */
.filterItem{
    display: flex;
    width: 100%;
    height: 30px;
    overflow: hidden;
}
.filterItem .filterName{
    width:100px;
    line-height: 30px;
    text-align: right;
    padding-right: 5px;
}
.judgeItem{
    width: 80px;
}
.judgeItem .judgeSelect{
    width: 100%;
    height: 30px;
    border: 1px solid #ccc;
    text-align: center;
}
.filterParentItem{
    margin-bottom: 10px;
}
.filterItem .filterInput{
    flex: 1;
    overflow: hidden;
}
.filterItem .filterInput input.valueInput,.filterItem .filterInput select.valueInput{
    width: 80%;
    height: 30px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin: 0 20px 0 5px;
}
.filterItem .filterInput input.valueInputOne{
    width: 35%;
    height: 30px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    float: left;
    margin-left: 5px;
}
.filterItem .filterInput input{
    padding-left: 5px;
}
.filterItem .filterInput input.valueInputTwo{
    width: 35%;
    height: 30px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    float: left;
}
.filterItem .filterInput .delimiter{
    width: 10%;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    float: left;
}
/* 全局筛选条件 */

.table-tool-new,.table-tool-delete,.table-tool-edit,.table-tool-filter,
.table-tool-activate,.table-tool-freeze,.table-tool-resetPassword,.table-tool-import,.table-tool-export,.tableTool_nolleProsequi,.tableTool_close,.tableTool_merge
.tableTool_timeLimitConfig,.tableTool_export,.tableTool_hangUp,.tableTool_activate,.table-tool-add,.tableTool_deleteTwo,
.table-tool-startup,.table-tool-revoke,.table-tool-hangUp,.table-tool-rearrangement,.tableTool_play,.tableTool_download,
.tableTool_downloadFile,.tableTool_claim,.tableTool_discharge,.table-tool-submenu,.tableTool_select,.table-tool-handover,
.table-tool-packDownload,.tableTool_reading,.tool_invalid_draft,.tool_invalid,.table-tool-accountVerification,.table-tool-mandate,
.tableTool_archive,.tableTool_other,.tableTool_upload,.tableTool_add,.tableTool_resetPassword,.table-tool-posting,.table-tool-invalid,.table-tool-check,
.table-tool-unCheck,.table-tool-unPosting,.table-tool-unInvalid{
    display: none;
}
#addDeptImg,#delDeptImg,#editDeptImg,#sortDeptImg,#saveinfo,#saveRoleUserImg{
    display: none;
}
.tableTool_save,.tableTool_delete,.tableTool_edit,.tableTool_invalid,.tableTool_import,.tableTool_deploy,.tableTool_timeLimitConfig,
.tableTool_export,.tableTool_deleteTwo,.tableTool_merge,.tableTool_close,.tableTool_nolleProsequi,.tableTool_activate
,.tableTool_hangUp,.tableTool_play,.tableTool_download,.tableTool_downloadFile,.tableTool_claim,.tableTool_discharge,
.tableTool_select,.tableTool_reading,.tableTool_view,.tableTool_finished,.tableTool_view,.tableTool_copy,.tableTool_archive,
.tableTool_other,.tableTool_print,.tableTool_upload,.tableTool_add,.tableTool_preview,.tableTool_resetPassword,.tableTool_rule,.tableTool_refund,.tableTool_input,.tableTool_discard{
    color: #00e;
}

/* 表格的修改操作和删除操作 */
.tableTool_delete,.tableTool_edit,.titleTool_edit,.tableTool_save,.tableTool_invalid,.tableTool_close,.tableTool_finished,
.tableTool_copy,.tableTool_rule,.tableTool_refund{
    display: none;
}
/***确认提示框确定按钮又浮动***/
.layui-layer-btn .layui-layer-btn0{
    float: right;
}

.hideRefresh{
    display: none;
}

/***我的选中后去掉默认颜色***/
.layui-nav .layui-nav-child dd.layui-this a, .layui-nav-child dd.layui-this{
    background-color: #fff;
    color: #000;
}

.linkStyle{
    color:#1c5fc5;
    cursor: pointer;
}
.remark{
    padding-left: 5px;
}
.invalid_reason{
    display: none;
}
.tableAmountRight{
    text-align:right; 
    display:inline-block;
    width:100%;
}
.fontWeightBold{
    font-weight: bold;
}

.row-even{background-color: #F2F4F5;}

.detail-cell-input .table-cell-textarea{
    border: none;
    padding-top: 6px;
}
.detail-tr-container .detail-cell-input{
    font-size: 14px;
}
.detail-tr-container  .table-cell-container{
    font-weight: normal;
    color: #888;
}
.table-cell-container .detail-cell-input{
    color: #000;
}
#keyMessage ul li span:first-child{
    font-weight: normal !important;
    color: #888;
}
/* 复选框 */
.common-normal-checkbox{
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-right: 2px;
}
.common-normal-checkbox-label{
    font-size: 13px;
    vertical-align: middle;
}
/* 搜索框清除 */
.hdy-search-close{
    right: 30px;
    top:7px;
    cursor: pointer;
}

/* 自定义flex布局框,主要用于有第二单位的创建页面 */
.hdy-flex-form{
    width: 100%;
    height: max-content;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction:row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
}
.hdy-flex-box{
    display: flex;
    display: -webkit-flex;
    zoom: 1;
    flex-direction: row;
    -webkit-flex-direction:row;
    margin-bottom: 20px;
}

.hdy-flex-box .table-cell-input{
    padding: 0 0  0 10px;
}

.hdy-flex-half{
    width: 46%;
}

.hdy-flex-full{
    width: 100%;
}
.englishLine{
    word-break:break-all;
}
.previewDocument{
    cursor: pointer;
}
.previewDocument:hover{
    color: #0085ff;
}
.fold-title-content{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #ddd;
    border-radius: 3px;
    margin-bottom: 10px;
}
.fold-title-content .fold-title{
    display: inline-block;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    margin-left: 10px;
}
.fold-title-content .iconfont{
    margin-right: 10px;
}
.table-col-item{
    margin-bottom: 15px;
}