/* 公用样式 */


/* 布局样式 */

.top5 {
    margin-top: 5px;
}

.top6 {
    margin-top: 6px;
}

.top10 {
    margin-top: 10px;
}

.top15 {
    margin-top: 15px;
}

.top20 {
    margin-top: 20px;
}

.left5 {
    margin-left: 5px;
}

.left10 {
    margin-left: 10px;
}

.left20 {
    margin-left: 20px;
}

.left40 {
    margin-left: 40px;
}

.right5 {
    margin-right: 5px;
}

.right10 {
    margin-right: 10px;
}

.right20 {
    margin-right: 20px;
}

.bottom5 {
    margin-bottom: 5px;
}

.bottom10 {
    margin-bottom: 10px;
}

.bottom20 {
    margin-bottom: 20px;
}

.margin10 {
    margin: 10px;
}

.margin-left-60 {
    margin-left: 60px;
}

.overflow {
    overflow: hidden;
}

.padding10 {
    padding: 10px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.word-break {
    word-break: break-all;
}

.display {
    display: block;
}

.weight600 {
    font-weight: 600;
}

.ellipsis-3 {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.ellipsis-2 {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.ellipsis-1 {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.clear {
    clear: both;
}

.relative {
    position: relative;
}

.text-align-center {
    text-align: center;
}


/*关闭样式*/

.form-button {
    margin-top: 50px;
}


/* 表格样式 */


/*头部固定样式*/

.head-fixed-table table {
    border-collapse: collapse;
    border-left: 1px solid #e9eaec;
}

.head-fixed-table tbody {
    display: block;
    overflow-y: scroll;
}

.head-fixed-table table thead,
.head-fixed-table tfoot,
.head-fixed-table tbody tr {
    display: table;
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
}

.head-fixed-table thead tr th {
    background-color: #f2f5f7;
}

.head-fixed-table thead tr th,
.head-fixed-table tbody tr td {
    padding: 8px;
    border-bottom: 1px solid #e9eaec;
    border-right: 1px solid #e9eaec;
    word-wrap: break-word;
}

.head-fixed-table table thead,
.head-fixed-table tfoot {
    width: calc(100% - 17px);
    border-top: 1px solid #e9eaec;
}

.head-fixed-table tbody tr:nth-child(even) {
    background-color: #f8f8f9;
}

.head-fixed-table tbody tr:nth-child(odd) {
    background-color: #fff;
}

.head-fixed-table tbody tr:hover {
    background-color: #e6e4e4;
}


/* 表格样式 */

table.hovertable {
    font-family: verdana, arial, sans-serif;
    font-size: 14px;
    color: #333333;
    border-width: 1px;
    border-color: #999999;
    border-collapse: collapse;
    width: 100%;
}

table.hovertable th {
    background-color: #f2f5f7;
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #e9eaec;
}

table.hovertable tr:hover {
    background-color: #f0faff;
}

table.hovertable td {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #e9eaec;
    text-align: center;
}


/* 表头样式 */

.publik-title-div {
    font-size: 14px;
    overflow: hidden;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.text {
    float: right;
    width: 200px;
    height: 32px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 5px 5px 5px 0;
}

.text {
    width: 200px;
    height: 32px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 5px 5px 5px 0;
}

.text:hover {
    border: 1px solid rgb(45, 140, 240);
}

.text input {
    border: none;
    width: 150px;
    height: 30px;
    text-indent: 5px;
}

.text i {
    margin-left: 5px;
    font-size: 16px;
    vertical-align: middle;
    line-height: normal;
    cursor: pointer;
}

.publik-title-div .button-right {
    float: right;
    margin: 5px;
}

.publik-title-div .input-left {
    float: left;
    margin-left: 5px;
}

.publik-title-div .select-div {
    display: inline-block;
    margin: 5px;
}


/*tab切换*/

.tabs {
    font-size: 0;
    border-bottom: 1px solid #e9eaec;
}

.tabs>a {
    font-size: 12px;
    margin-left: -1px;
    border-top: 1px solid #e9eaec;
    border-left: 1px solid #e9eaec;
    border-right: 1px solid #e9eaec;
    padding: 10px 15px;
    display: inline-block;
    background-color: #FBFAF8;
    color: #666;
}

.tabs>a.selected {
    border-top: 2px solid #00a2ca;
    background-color: #fff;
    margin-bottom: -1px;
    border-bottom: 1px solid #fff;
}

.iconfont {
    /* font-size: 13px !important; */
}

.public-table {
    width: 100%;
    border-collapse: collapse;
}

.public-table-td {
    background-color: #f2f5f7;
}

.public-table-input {
    padding: 5px;
    width: 300px;
}

.public-table tr td {
    border: 1px solid #ccc;
}

.public-td-col {
    padding: 8px;
    display: inline-block;
}

.mandatory {
    color: red;
}

.texthidden {
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
}


/* .ivu-btn-primary {
    color: #fff;
    background-color: #844A9A !important;
    border-color: #844A9A !important;
}

a {
    color: #844A9A !important;
    background: 0 0;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
    transition: color .2s ease;
}

.ivu-select-visible .ivu-select-selection {
    border-color: #844A9A !important;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(45, 140, 240, .2);
}

.ivu-select-selection-focused,
.ivu-select-selection:hover {
    border-color: #844A9A !important;
}

.ivu-btn-text:hover {
    color: #844A9A !important;
}

.ivu-input:focus,
.ivu-input:hover {
    border-color: #844A9A !important;
}

.tabs>a.selected {
    border-top: 2px solid #844A9A !important;
}

.ivu-page-item-active {
    background-color: #844A9A !important;
    border-color: #844A9A !important;
    color: #fff !important;
}
.ivu-page-item-active a{
    color: #fff !important;
} */


/* 分页样式 */

.pageDiv {
    width: 55%;
    float: right;
}
.red {
    color: red;
  }

.page-style {
    /* margin-top: 10px;
    text-align: right; */
    position: fixed;
    bottom: 0;
    right: 0;
    background: #fff;
    box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.05);
    padding: 8px;
    border-radius: 2px;
}
.details-publik-title-div {
    background-color: #f2f5f7;
    height: 36px;
    color: #407abd;
    border: 1px solid #ccc;
    margin-bottom: 5px;
    font-size: 14px;
}

.details-publik-title-div-span {
    margin-left: 10px;
    line-height: 34px;
}

.details-publik-title-div-icon {
    margin-right: 10px;
    line-height: 34px;
}

.details-publik-title-div .export-in {
    margin: 5px;
}


/* 校验提示样式 */

.ivu-form-item-error-tip {
    position: relative !important;
    padding-top: 0px !important;
    color: #ed4014;
    line-height: revert !important;
    float: right !important;
    top: 0px !important;
    left: 5px !important;
}

.ivu-form-item {
    margin-bottom: 0px !important;
}

.contentDiv {
    margin: 5px;
}

.pointer {
    cursor: pointer;
}

.copyIcon {
  width: 16px;
  cursor: pointer;
}
.copyIcon:hover {
  color: red;
}