.role-manage,
.create-role {
  padding: 20px 10px 0px 10px;
}
.role-manage .operate-btn-region {
  margin-top: 20px;
  margin-bottom: 5px;
}
.role-manage .operate-btn {
  margin-left: 10px;
}
.role-form {
  width: 800px;
}
.role-form .auth-tree-container {
  border-radius: 5px;
  border: 1px solid #d5f1fd;
  background: #eaf8fe;
}
.role-search-form .form-row {
  padding: 22px 8px 0px 8px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
}

.crm-tabs-nav {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid lightgray;
}
.crm-tabs-nav .crm-tabs-tab {
  display: inline-block;
  margin-right: 20px;
  padding-bottom: 15px;
  line-height: 28px;
  font-size: 12px;
  cursor: pointer;
}
.crm-tabs-nav .crm-tabs-tab:last-child {
  margin-right: 0;
}
.crm-tabs-nav .crm-tabs-tab-active {
  border-bottom: 2px solid #4855a8;
  color: #4855a8;
  font-weight: bold;
}
.crm-tabs .title-type {
  margin-right: 15px;
}
.crm-tabs-btns {
  display: inline-block;
  margin-left: 20px;
}
.crm-tabs-btns button {
  margin-right: 15px;
  vertical-align: middle;
}

.sm__customer .searchForm {
  padding: 20px 0 30px 0;
}
.sm__customer .btn-action {
  text-decoration: none;
}
.sm__customer .btn-action .iconfont {
  color: #f77482;
  font-weight: 800;
}

.sm__csmanage {
  padding: 20px 50px;
  min-width: 920px;
}
.sm__csmanage .statistics span {
  margin-right: 20px;
  font-size: 14px;
  font-weight: 600;
}

.question-form .bt-delete-icon {
  cursor: pointer;
  position: relative;
  top: 4px;
  font-size: 24px;
  color: #999;
  transition: all 0.3s;
}

.wissue-handle-temp {
  padding: 40px 20px;
}
.wissue-temp-modal .item-edit-area {
  margin-top: -10px;
  padding-bottom: 15px;
}
.work-biz-type {
  padding: 20px;
}
.work-biz-type .btn-link {
  margin-left: 8px;
}
.work-biz-type .ant-form-item {
  margin-bottom: 10px;
}
.work-biz-type .ant-input-number,
.work-biz-type-modal .ant-input-number {
  width: 100%;
}
.modify-template-modal .ant-table-tbody td {
  cursor: pointer;
}
.work-biz-type-modal .ant-form-item {
  margin-bottom: 10px;
}

.complain-create,
.complain-manage {
  padding: 20px 10px 0px 10px;
}
.complain-create .block-row {
  position: relative;
  display: block;
}
.complain-create .block-row::after {
  clear: both;
}
.complain-create .block-left {
  padding: 15px 0px 5px 0px;
  float: left;
  width: 80px;
  text-align: center;
  border-top: solid 1px #d8ddff;
  font-size: 14px;
  font-weight: bold;
}
.complain-create .input-block {
  padding: 15px 5px 5px 0px;
  float: left;
  width: calc(100% - 80px);
  border-left: dotted 1px #d8ddff;
  border-top: solid 1px #d8ddff;
}
.complain-create .ant-form-item {
  margin-bottom: 10px;
}
.complain-create .bt-list-con {
  padding-top: 20px;
}
.complain-create .bt-normal {
  margin-right: 50px;
}
.complain-manage .search-con {
  margin-bottom: 20px;
}
.complain-manage .ant-form-item {
  margin-bottom: 5px;
}
.complain-manage .a-more {
  margin-left: 10px;
  font-size: 14px;
}

.home {
  position: relative;
  padding: 20px 10px 0px 10px;
}
.home .home_title {
  position: relative;
}
.home .home_title .task_logo {
  font-size: 20px;
}
.home .home_title .task_logo i {
  color: #cd410b;
}
.home .home_title .task_content {
  font-size: 15px;
}
.home .home_title .task_content .issue-count {
  cursor: pointer;
  margin: 0 3px;
}
.home .home_title .task_content .issue-count .count-zero {
  height: 21px;
  width: 21px;
  display: inline-block;
  color: #999;
  text-align: center;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  background-color: #fff;
  font-size: 12px;
}
.home .home_body {
  position: relative;
  float: left;
}
.home .home_advertisement {
  position: relative;
  float: right;
  cursor: pointer;
  padding-right: 0;
  text-align: right;
}
.home .home_advertisement img {
  width: 100%;
}

.table-head-sticker .ant-table-fixed-header .ant-table-scroll .ant-table-header {
  position: relative;
  z-index: 2;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: 1px solid #eee;
  transform: translateZ(0);
  overflow: hidden !important;
}
.table-head-sticker .ant-table-fixed-header .ant-table-scroll .ant-table-body {
  overflow-y: hidden !important;
}
.ant-table-fixed-header .ant-table-fixed-left,
.ant-table-fixed-header .ant-table-fixed-right {
  z-index: 3;
}
.ant-table-fixed-header .ant-table-fixed-left .ant-table-header,
.ant-table-fixed-header .ant-table-fixed-right .ant-table-header {
  position: relative;
  z-index: 4;
}
.custom-cols-checkbox-group .ant-checkbox-group-item {
  margin-right: 20px;
  margin-bottom: 15px;
}

.external-order-detail-modal .info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
}
.external-order-detail-modal .info-item .label {
  color: #666;
  font-weight: 500;
  min-width: 120px;
  margin-right: 8px;
}
.external-order-detail-modal .info-item .value {
  color: #333;
  word-break: break-all;
  flex: 1;
}
.external-order-detail-modal h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
.external-order-detail-modal .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td {
  padding: 8px;
}
.external-order-detail-modal .ant-table-bordered .ant-table-container {
  border-left: 1px solid #f0f0f0;
}
.external-order-detail-modal .ant-table-bordered .ant-table-cell {
  border-right: 1px solid #f0f0f0;
}

.records-block,
.inner-block {
  height: 100%;
  width: 100%;
}
.records-block .header-title {
  display: inline-block;
  padding: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.records-block .records-block-header {
  padding: 0px 10px;
  border-bottom: 1px solid lightgrey;
}
.records-block .header-title {
  display: inline-block;
  padding: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.records-block .rc-title-item-active {
  color: #fff;
  background-color: #4855a8;
  border-radius: 2px;
}
.records-block .info-block {
  padding: 15px 0px;
  border-bottom: 1px dashed #00c484;
}
.records-block .block-title {
  width: 100%;
}
.records-block .block-title-line {
  display: inline-block;
  height: 5px;
  width: 20px;
  border-top: 1px solid #00c484;
}
.simpleMode {
  position: relative;
  margin-right: 5px;
  z-index: 10;
  float: right;
  padding: 5px 20px 0;
}
.simpleMode .modeText {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.records-block .block-title-icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAiSURBVChTYyAWMILJIy3/wTQuYFPDyARlEgQjUyGRgIEBADVdAxAiWmxPAAAAAElFTkSuQmCC);
}
.records-block .block-title-text {
  display: inline-block;
  margin-left: 5px;
  color: #00c484;
  font-weight: bold;
  font-size: 14px;
}
.records-block .block-body {
  padding: 10px;
}
.records-block .space-block {
  padding: 10px 0px;
  padding-bottom: 5px;
}
.records-block .space-line {
  width: 100%;
  border-top: 1px dotted #d8d9e3;
}
.records-block .table-tbody {
  vertical-align: top;
  width: 100%;
}
.records-block .td-cell {
  height: 100%;
  width: 80%;
  padding: 2px 5px;
  color: #848484 !important;
  background-color: #eee !important;
  border: 1px solid #d5d5d5;
}
.records-block .td-cell-a {
  color: #00c484 !important;
}
.records-block .td-cell-a a {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.records-block .td-cell-colspan {
  width: calc(90% + 6px);
}
.records-block table {
  table-layout: fixed;
  width: 100%;
}
.records-block table tr {
  vertical-align: middle;
}
.records-block table td {
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 5px;
}
.records-block table .table-tbody-box td {
  height: 30px;
  vertical-align: middle;
}
.records-block table .table-tbody tr td:nth-child(odd) {
  font-weight: bold;
  width: 110px;
}
.records-block table .table-tbody-box tr td:nth-child(odd) {
  text-align: right;
}
.records-block .block-more {
  text-align: right;
  margin-top: 5px;
}
.records-block .block-more-bt {
  padding: 5px 10px;
  border: 1px solid lightgrey;
}
.records-block .block-more-icon {
  margin-left: 10px;
}
.records-block .nav-li {
  float: left;
}
.records-block .grey-color {
  color: #bcbcbc;
}
.records-block .top-trace-color {
  color: #00c484;
}
.records-block .small-font {
  font-size: 12px;
}
.records-block .nav a {
  color: #525670;
}
.records-block .nav li:hover {
  background-color: #ebedf8;
  border-radius: 2px;
}
.records-block .nav li:hover a {
  color: #4855a8;
}
.records-block .nav .active {
  background-color: #4855a8;
  border-radius: 2px;
}
.records-block .nav .active a {
  color: #fff;
}
.records-block .block-item {
  height: 2px;
}
.records-block .inner-table {
  margin-top: 10px;
}
.records-block .ant-timeline-item {
  padding: 0;
}
.records-block .item-button-block {
  text-align: right;
}
.records-block .td-col-item {
  margin-right: 20px;
}
.records-block .td-col-title {
  font-weight: bold;
}
.records-block .td-item-bt {
  color: #00c484 !important;
}
.records-block .td-item-bt:hover {
  color: #33d09d !important;
}
.records-block .block-more-td {
  text-align: center;
  margin-top: 5px;
  background-color: #92e2c8;
  border-radius: 2px;
  /* b#00c484 */
  background: -prefix-linear-gradient(to top, #bdc6ef, #f8f9fd);
  background: linear-gradient(to top, #bdc6ef, #f8f9fd);
}
.records-block .block-more-bt-td {
  padding: 5px;
}
.records-block .block-more-icon-td {
  margin-left: 10px;
}
.records-block .green-line {
  height: 1px;
  width: 100%;
  border-bottom: 1px dashed #00c484;
}
.tooltip-bt-copy {
  display: inline-block;
  padding: 1px 8px;
  color: #333;
  background-color: #f8f9fd;
  margin-left: 5px;
  border: 1px solid transparent;
  border-color: #d9d9d9;
  border-radius: 2px;
  cursor: pointer;
}
.records-block .iconf-gps {
  margin-right: 5px;
}
.ant-modal-body .call-row {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.ant-modal-body .call-col-wap {
  width: 250px;
  display: inline-block;
}
.records-block .ant-table {
  /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); */
  box-shadow: none;
  border-radius: 0;
}
.records-block .ant-table-thead > tr > th {
  background: #d3d8ef !important;
  /* background: #78e4c2; */
}
.records-block .ant-table-tbody > tr:nth-child(odd) {
  background: #f8f9fd;
}
.records-block .ant-table-tbody > tr:nth-child(even) {
  background: #edeffa;
  /* background: #d7f7e8; */
}
.records-block .ant-table-middle .ant-table-thead > tr > th,
.records-block .ant-table-middle .ant-table-tbody > tr > td {
  padding: 8px 5px;
}
.records-block .ant-table-title {
  font-weight: bold;
  color: #ffffff;
  background: #4855a8;
}
.one-line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.order-info-images img {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  margin-right: 10px;
}
.info-wrap {
  background-color: #fff;
  margin-bottom: 10px;
  padding: 10px;
}
.info-wrap h2 {
  font-weight: 600;
  font-size: 14px;
  margin-left: 20px;
}
.info-wrap h2 span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 4px;
  height: 16px;
  background-color: #00c484;
}
.info-wrap tr {
  width: 100%;
}
.info-wrap .td-cell {
  height: 100%;
  width: 80%;
  padding: 2px 5px;
  color: #848484 !important;
  background-color: #eee !important;
  border: 1px solid #d5d5d5;
}
.emptyScene {
  position: relative;
  top: 70px;
  left: 50%;
  margin-left: -120px;
  color: #999;
  font-size: 16px;
}
.sceneTabs {
  width: 100%;
  height: 100%;
}
.sceneTabs .ant-tabs-bar {
  margin-top: 5px;
}
.sceneTabs .ant-tabs-nav-container-scrolling {
  padding: 0 25px !important;
}
.sceneTabs .ant-tabs-tab-prev,
.sceneTabs .ant-tabs-tab-next,
.sceneTabs .ant-tabs-tab-prev-icon,
.sceneTabs .ant-tabs-tab-next-icon {
  display: block !important;
}
.sceneTabs .ant-tabs-tab-prev .ant-tabs-tab-prev-icon-target,
.sceneTabs .ant-tabs-tab-next .ant-tabs-tab-prev-icon-target,
.sceneTabs .ant-tabs-tab-prev-icon .ant-tabs-tab-prev-icon-target,
.sceneTabs .ant-tabs-tab-next-icon .ant-tabs-tab-prev-icon-target,
.sceneTabs .ant-tabs-tab-prev .ant-tabs-tab-next-icon-target,
.sceneTabs .ant-tabs-tab-next .ant-tabs-tab-next-icon-target,
.sceneTabs .ant-tabs-tab-prev-icon .ant-tabs-tab-next-icon-target,
.sceneTabs .ant-tabs-tab-next-icon .ant-tabs-tab-next-icon-target {
  font-size: 16px;
}
.sceneTabs .ant-tabs-content {
  height: calc(100% - 40px);
}
.sceneTabs .ant-tabs-tabpane-active {
  height: calc(100% - 40px);
  overflow-y: auto;
}
.tipInner {
  border-radius: 10px;
  width: calc(100% - 20px) !important;
  margin-left: 10px;
  padding: 10px 20px;
  border: 1px solid #e2e2e2;
  font-size: 14px;
  height: 100px;
  background-color: #fff;
  color: #666;
}
/* 外部工单审核驳回行样式 */
.external-order-reject-row {
  color: #ff8c00 !important;
  /* 橙色字体 */
}
.external-order-reject-row td {
  color: #ff8c00 !important;
  /* 确保所有单元格都是橙色 */
}

.expand-table .expand-row-con {
  padding-left: 30px;
}
.expand-table .ant-table-expand-icon-th,
.expand-table .ant-table-row-expand-icon-cell {
  width: 0;
}
.expand-table .ant-table-thead > tr > th.ant-table-selection-column,
.expand-table .ant-table-tbody > tr > td.ant-table-selection-column {
  width: 30px;
}

.issueattach-view-modal .image-block {
  margin: auto;
  max-width: 600px;
  max-height: 500px;
  text-align: center;
}
.issueattach-view-modal .image-block img {
  max-width: 580px;
  max-height: 500px;
}
.issueattach-view-modal .ant-modal-header {
  padding: 7px 8px;
}

.workissue-manage .bt-con {
  margin-bottom: 5px;
}
.workissue-manage .iconfont {
  font-size: 12px;
}
.user-search-form .form-row {
  padding: 22px 8px 0px 8px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
}
.workissue-manage .user-search-form {
  margin-bottom: 10px;
}
.manager-searchform .ant-form-item {
  margin-bottom: 10px;
}
.operate-btn {
  margin-left: 10px;
}

.rc-anchor {
  position: relative;
  height: 100%;
  width: 100%;
}
.rc-anchor .rc-anchor-header-row {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  cursor: pointer;
  width: 100%;
}
.rc-anchor .rc-title-item-active {
  position: static;
}
.rc-anchor .rc-anchor-header-row > div {
  display: inline-block;
}
.rc-anchor .rc-anchor-body {
  overflow-y: auto;
}
.rc-anchor .rc-anchor-body::-webkit-scrollbar {
  width: 10px;
  background-color: #eee;
}
.rc-anchor .rc-anchor-body::-webkit-scrollbar-track {
  box-shadow: 0 0 15px 1px rgba(69, 65, 78, 0.1);
  border-radius: 10px;
}
.rc-anchor .rc-anchor-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
}
.anchorTabs {
  width: 100%;
}
.anchorTabs .ant-tabs-nav-container-scrolling {
  padding: 0 25px !important;
}
.anchorTabs .ant-tabs-nav .ant-tabs-tab {
  margin-right: 0;
  color: #000 !important;
}
.anchorTabs .ant-tabs-tab-prev,
.anchorTabs .ant-tabs-tab-next,
.anchorTabs .ant-tabs-tab-prev-icon,
.anchorTabs .ant-tabs-tab-next-icon {
  display: block !important;
}
.anchorTabs .ant-tabs-top-content {
  height: 100%;
  overflow-y: auto;
}
.foreground-issue-create .anchorTabs .ant-tabs-nav .ant-tabs-tab {
  background-color: #f8f9fd !important;
}

.modal-send-sms .ant-modal-body {
  padding: 15px 5px;
}
.modal-send-sms .ant-form-item {
  margin-bottom: 15px;
}
.modal-send-sms .content {
  padding: 6px 7px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  min-height: 80px;
  height: 100%;
  font-size: 12px;
  line-height: 22px;
  color: #333;
  background-color: #f8f9fd;
}
.modal-send-sms .textarea {
  height: 160px;
  resize: none;
}
.modal-manual-copy {
  padding-top: 15px;
  font-size: 14px;
  color: #333;
}

.accept-block .issue-count {
  margin: 0px 10px;
  cursor: pointer;
}
.accept-block .count-zero {
  height: 21px;
  width: 21px;
  display: inline-block;
  color: #999;
  text-align: center;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  background-color: #fff;
}
.accept-block .inssue-block {
  padding: 10px;
  border: 1px solid #dad6d6;
}
.accept-block .block-title {
  font-size: 14px;
  font-weight: 800;
  color: green;
}
.accept-block .issue-history {
  margin-top: 10px;
}
.time-input {
  width: 50px;
}
.time-input-left {
  margin-left: 10px;
}
label {
  color: red;
}

.express-info .info-block {
  margin-bottom: 15px;
}
.express-info .ant-table-small .ant-table-thead > tr > th {
  padding: 5px 2px;
  border-bottom: 1px;
}
.express-info .ant-table-small .ant-table-tbody > tr > td {
  padding: 3px 4px;
}
.express-info .hide-item {
  display: none;
}

.wissue-accept {
  padding: 0px 10px;
}
.wissue-accept .process-block {
  width: 49%;
  float: left;
}
.wissue-accept .message-block {
  width: 49%;
  float: left;
  margin-left: 2%;
}
/*.process-block .inssue-block {
    height: 320px;
}

.message-block .inssue-block {
    height: 320px;
}*/
.wissue-accept .process-history-block {
  clear: both;
}
.wissue-accept .template-link-wrap {
  padding: 5px 0 3px;
  line-height: 22px;
}
.wissue-accept .template-link {
  display: inline-block;
  margin-right: 5px;
  color: #777;
  text-decoration: underline;
}
.wissue-accept .ant-form-item {
  margin-bottom: 2px;
}
.wissue-accept .issue-count {
  cursor: pointer;
}
.wissue-accept-list {
  padding: 30px 40px;
}
.wissue-accept-form {
  padding: 20px 0;
}
.wissue-accept-form .ant-row {
  margin-right: 15px;
}
.wissue-accept-form .ant-form-item-label {
  min-width: 70px;
}
.wissue-accept-form .ant-form-item-control input {
  width: 150px;
}
.wissue-accept-form .ant-select {
  width: 140px;
}


.manager-form {
  padding: 20px 10px 0px 10px;
}
.manager-form .operate-btn-region {
  margin-top: 20px;
  margin-bottom: 5px;
}
.manager-form .operate-btn {
  margin-right: 10px;
}
.manager-form .operate-btn .iconfont {
  font-size: 12px;
}
.manager-form .delete-btn {
  background-color: #ff0000;
}
.manager-searchform {
  padding: 22px 8px 0px 8px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  background: #f8f8f8;
}
.manager-searchform .form-row {
  margin-bottom: 0;
}
.manager-searchform .ant-form-item {
  margin-bottom: 10px;
}
.manager-form .error-tip {
  color: #ff0000 !important;
}
.manager-form .operate-btn-region {
  margin-top: 20px;
  margin-bottom: 5px;
}
.manager-form .a-more {
  margin-left: 10px;
  font-size: 14px;
}
.manager-searchform .ant-checkbox-group-item {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
}
.manager-form .table-bottom-left {
  float: left;
  margin: 16px 0;
}
.manager-form .ant-table-fixed {
  table-layout: fixed;
}
.manager-form .ant-table-tbody > tr > td {
  word-wrap: break-word;
  word-break: break-all;
}
.manager-form .ant-table-tbody > tr > td .one-line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.manager-form .ant-radio-button-wrapper {
  color: rgba(0, 0, 0, 0.65);
}
.manager-form .ant-radio-button-wrapper:hover {
  color: #00c484;
}
.manager-form .ant-radio-button-wrapper-checked {
  color: #00c484;
  border-color: #00c484;
  box-shadow: -1px 0 0 0 #00c484;
}
.col-title {
  text-align: right;
  font-weight: bolder;
}
.manual-tag-manage {
  padding: 0px 15px 5px 15px;
}
.manual-tag-manage .manual-tag-table .one-line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.manual-tag-manage .ant-pagination {
  margin: 15px 0;
  text-align: right;
}
.manual-tag-manage .operate-btn-region {
  margin-bottom: 10px;
}
.manual-tag-manage .operate-btn {
  margin-right: 10px;
}
.mr5 {
  margin-right: 5px;
}
.ml5 {
  margin-left: 5px;
}
.pr5 {
  padding-right: 5px;
}
.pl5 {
  padding-left: 5px;
}
.white-icon {
  color: white;
  font-size: 14px;
  padding-left: 5px;
}
.gray-icon {
  color: #bebebe;
  font-size: 14px;
  padding-left: 5px;
}
.manual-edit-modal .ant-form-item {
  margin-bottom: 0;
}
.manual-edit-modal .align-icon {
  text-align: center;
}

.chat-view {
  padding: 0 10px;
  border: 1px solid #ddd;
  height: 500px;
  font-size: 14px;
  overflow-y: auto;
}
.chat-view .chat-message {
  padding: 10px 0;
}
.chat-view .message {
  display: block;
  text-align: left;
  overflow: hidden;
}
.chat-view .chat-message.left .message {
  text-align: left;
}
.chat-view .chat-message.right .message {
  text-align: right;
}
.chat-view .message-title {
  padding-bottom: 3px;
  font-size: 10px;
  color: red;
  line-height: 20px;
}
.chat-view .message-title span {
  display: inline-block;
}
.chat-view .message-author {
  margin-right: 7px;
}
.chat-view .right .message-author {
  float: right;
  margin-left: 7px;
  margin-right: 0;
}
.chat-view .message-content {
  display: inline-block;
  position: relative;
  padding: 5px 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  max-width: 500px;
  min-height: 1em;
  text-align: left;
  font-size: 14px;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #ace96b;
}
.chat-view .message-content:before {
  position: absolute;
  top: -12px;
  left: 6px;
  border: 6px solid transparent;
  border-bottom: 6px solid #ace96b;
  width: 0;
  height: 0;
  content: " ";
}
.chat-view .right .message-content:before {
  left: auto;
  right: 6px;
  border-bottom: 6px solid #dbe2ec;
}
.chat-view .chat-message.right .message-content {
  background-color: #dbe2ec;
}
.chat-view .message-content pre {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
}
.chat-view .message-content pre.audio-type {
  min-width: 280px;
}
.chat-view .message-content img {
  max-height: 50px;
  max-width: 50px;
  vertical-align: middle;
  cursor: pointer;
}
.chat-view .message-translate {
  margin-top: -2px;
  margin-bottom: 2px;
  font-size: 10px;
  color: #999;
}
.chat-view .message-translate span {
  margin-right: 6px;
  vertical-align: middle;
}
.chat-view audio {
  height: 40px;
}

.issue-input-section {
  height: 100%;
}
.issue-input-section .ant-spin-nested-loading,
.issue-input-section .ant-spin-container {
  height: 100%;
}
.issue-input-section .issue-from-content {
  height: calc(100% - 49px);
  overflow-y: auto;
}
.issue-from {
  height: 100%;
}
.issue-from .header-text {
  font-size: 1.5em;
  font-weight: bold;
  padding-left: 10px;
  padding-bottom: 5px;
}
.issue-from .block-row::after {
  clear: both;
}
.issue-from .block-left {
  width: 40px;
  padding: 5px 0px;
  float: left;
  text-align: center;
  border-top: solid 1px #d8ddff;
  font-size: 14px;
  font-weight: bold;
}
.issue-from .input-block {
  width: calc(100% - 40px);
  float: left;
  padding: 5px 0px;
  padding-right: 10px;
  border-left: dotted 1px #d8ddff;
  border-top: solid 1px #d8ddff;
}
.issue-from .submit-block-foreground {
  padding-bottom: 10px;
  width: calc((100% - 80px) * 0.4 - 10px);
  z-index: 1;
  position: fixed;
  bottom: 10px;
  border-top: solid 1px #d8ddff;
}
.issue-from .submit-block-site {
  padding-bottom: 10px;
  width: calc((100% - 20px) * 0.4 - 10px);
  z-index: 1;
  position: fixed;
  bottom: 10px;
  border-top: solid 1px #d8ddff;
}
.issue-from .tail-button {
  margin-top: 10px;
  margin-right: 10px;
}
.issue-from .ant-form-item {
  margin-bottom: 3px;
}
.issue-from .issue-type-other-input {
  width: 60px;
}
.issue-from .clear-site-button {
  margin-left: 10px;
}
.issue-from .template-link {
  text-decoration: underline;
  margin-right: 5px;
  display: inline-block;
}
.issue-input-call-history {
  margin-top: 40px;
}
.issue-from .button-list {
  display: inline-block;
}
.issue-from .my-col-6 {
  padding-right: 0px !important;
}
.issue-from .my-middle-col {
  padding-top: 8px;
}
.issue-from .my-left-col {
  padding-left: 10px;
}
.issue-from label > .anticon {
  vertical-align: baseline;
}

.buttonCheck .ant-checkbox-group-item {
  padding: 3px 1px;
  border-radius: 2px;
  border: 1px solid #1890ff;
  color: #1890ff;
}
.buttonCheck span.ant-checkbox {
  display: none;
}
.buttonCheck .ant-checkbox-wrapper-checked {
  background-color: #1890ff;
  color: #fff;
}

.site-search-form .form-row {
  margin-bottom: 10px;
}
.site-search-form .ant-form-item {
  margin-bottom: 10px;
}
.site-search-form td {
  cursor: pointer;
}

.user-manage,
.create-user {
  padding: 20px 10px 0px 10px;
}
.user-manage .create-user {
  padding: 0px 10px 0px 10px;
}
.user-manage .operate-btn-region {
  margin-top: 20px;
  margin-bottom: 5px;
}
.user-manage .operate-btn {
  margin-left: 10px;
}
.user-manage .delete-btn {
  background-color: #ff0000;
}
.user-search-form .form-row {
  padding: 22px 8px 0px 8px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
}
.error-tip {
  color: #ff0000 !important;
}
.green-tip {
  color: #00c484 !important;
}

.group-issue-accept {
  height: 100%;
}
.group-issue-accept .input-region {
  padding-bottom: 50px;
}
.group-issue-accept .issue-count {
  margin: 0px 10px;
  cursor: pointer;
}
.group-issue-accept .count-zero {
  height: 21px;
  width: 21px;
  display: inline-block;
  color: #999;
  text-align: center;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  background-color: #fff;
}
.group-issue-accept .title-type-con {
  padding-bottom: 15px;
  border-bottom: 1px solid lightgray;
}
.group-issue-accept .div-tip-con {
  display: inline-block;
  cursor: pointer;
}
.group-issue-accept .active-type {
  margin-right: 15px;
  padding-bottom: 19px;
  color: #4855a8;
  border-bottom: 2px solid #4855a8;
}
.group-issue-accept .title-type {
  margin-right: 15px;
}
.group-issue-accept .grap-border {
  border-left: 1px solid lightgray;
}
.group-issue-accept .edit-icon {
  padding-right: 3px;
}
.group-issue-accept .group-next-bt {
  padding: 0px 15px;
}
.group-issue-accept .search-row-con {
  padding: 10px 0px;
}
.group-issue-accept .display-block {
  height: 100%;
  display: block;
}
.group-issue-accept .display-none {
  display: none;
}
.group-issue-accept .content-con {
  height: 100%;
  padding: 30px 50px;
  background-color: #f3f5fd;
}
.group-issue-accept .con-button {
  width: 80px;
  display: inline-block;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.group-issue-accept .issue-accept-form,
.group-issue-accept .issue-input-form {
  height: 100%;
}
.group-issue-accept .form-content {
  height: 100%;
  overflow-y: auto;
}
.group-issue-accept .submit-block {
  padding-bottom: 10px;
  z-index: 1;
  width: calc(40% - 15px);
  position: fixed;
  bottom: 10px;
  border-top: dotted 1px #d8ddff;
}
.group-issue-accept .accept-button-list1 {
  /* margin-left: calc(50% - 190px); */
  /* display: inline-block; */
  text-align: center;
}
.group-issue-accept .accept-button-list2 {
  margin-left: calc(50% - 155px);
  display: inline-block;
}
.group-issue-accept .tail-button {
  margin-top: 10px;
  margin-right: 10px;
}
.group-issue-accept .block-left {
  width: 5%;
  float: left;
  text-align: center;
  border-top: solid 1px #d8ddff;
}
.group-issue-accept .input-block {
  width: 95%;
  float: left;
  border-left: dotted 1px #d8ddff;
  border-top: solid 1px #d8ddff;
}
.group-issue-accept .input-block p {
  margin: 10px 0 0 20px;
  color: #999;
}
.group-issue-accept .input-block .addOrderButton {
  margin: 10px 0 0 10px;
}
.group-issue-accept .input-block .quickIssueHistory {
  position: relative;
  padding: 10px 0 1px 10px;
  background-color: #fff;
  font-size: 14px;
  margin: 10px 0 10px 10px;
}
.group-issue-accept .input-block .quickIssueHistory .info-title {
  margin-left: 10px;
}
.group-issue-accept .input-block .quickIssueHistory .info-content {
  margin-right: 20px;
  word-break: break-all;
}
.group-issue-accept .input-block .quickIssueHistory .infoWrap {
  margin-bottom: 10px;
  position: relative;
}
.group-issue-accept .input-block .quickIssueHistory .orange {
  color: orange;
}
.group-issue-accept .input-block .quickIssueHistory .green {
  color: #39c587;
}
.group-issue-accept .input-block .quickIssueHistory .rateButton,
.group-issue-accept .input-block .quickIssueHistory .rate {
  position: absolute;
  right: 14px;
  bottom: 14px;
  background-color: #39c587;
  color: #fff;
}
.group-issue-accept .input-block .quickIssueHistory .rate {
  background: none;
  color: #39c587;
  right: 16px;
}
.group-issue-accept .input-block .quickIssueHistory .upgradeButton {
  position: absolute;
  right: 14px;
  bottom: 50px;
  background-color: #ff4d4f !important;
  border-color: #ff4d4f !important;
  color: #fff !important;
}
.group-issue-accept .input-block .quickIssueHistory .upgradeButton:hover,
.group-issue-accept .input-block .quickIssueHistory .upgradeButton:focus {
  background-color: #ff7875 !important;
  border-color: #ff7875 !important;
  color: #fff !important;
}
.group-issue-accept .input-block .quickIssueHistory .status {
  position: absolute;
  right: 14px;
  top: 12px;
}
/* 升级信息块样式 */
.group-issue-accept .input-block .task-container {
  position: relative;
  background: #fff;
  padding-top: 10px;
}
.group-issue-accept .input-block .upgrade-info-block {
  font-size: 14px;
  background-color: #f9f9f9;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  position: relative;
  box-sizing: border-box;
}
.group-issue-accept .input-block .upgrade-status {
  float: right;
  margin-right: 15px;
  background-color: #ffebee;
  color: #d32f2f;
  border: 2px solid #d32f2f;
  padding: 4px 12px;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 500;
  margin-top: -4px;
}
.group-issue-accept .input-block .upgrade-info-content {
  padding: 12px 15px;
  background-color: #ffffff;
}
.group-issue-accept .input-block .upgrade-info-content .infoWrap {
  margin-bottom: 5px;
  padding: 5px 0;
}
.group-issue-accept .input-block .upgrade-info-content .infoWrap:last-child {
  margin-bottom: 0;
}
.group-issue-accept .block-row::after {
  clear: both;
}
.group-issue-accept .replyIssue {
  margin: 10px;
}
.group-issue-accept .replyIssue .ant-input {
  border: none;
  border-radius: 10px;
  padding: 15px;
}
.group-issue-accept .replyIssue .ant-btn {
  margin-right: 10px;
  margin-top: 10px;
}
.group-issue-accept .time-input {
  width: 50px;
}
.group-issue-accept .time-input-left {
  margin-left: 10px;
}
.group-issue-accept .template-link {
  color: #00c484;
  text-decoration: underline;
}
.group-issue-accept .search-input-con {
  padding: 10px 0px;
}
.group-issue-accept .search-input {
  width: 200px;
  display: inline-block;
}
.group-issue-accept .addon-search-bt {
  padding: 0px 10px;
  color: #fff;
  cursor: pointer;
}
.group-issue-accept .working-status-con {
  height: 32px;
  display: flex;
  align-items: center;
}
.group-issue-accept .header-text {
  font-size: 1.5em;
  font-weight: bold;
  padding-left: 10px;
  padding-bottom: 5px;
}
.group-issue-accept .block-row::after {
  clear: both;
}
.group-issue-accept .block-left {
  width: 40px;
  padding: 5px 0px;
  float: left;
  text-align: center;
  border-top: solid 1px #d8ddff;
  font-size: 14px;
  font-weight: bold;
}
.group-issue-accept .input-block {
  width: calc(100% - 40px);
  float: left;
  padding: 5px 0px;
  padding-right: 10px;
  border-left: dotted 1px #d8ddff;
  border-top: solid 1px #d8ddff;
}
.group-issue-accept .ant-form-item {
  margin-bottom: 6px;
}
.group-issue-accept .ant-input-group-addon {
  background-color: #4855a8;
  border-radius: 2px;
}
.group-issue-accept .ant-table {
  box-shadow: none;
  border-radius: 0;
}
.group-issue-accept .ant-table-fixed-header .ant-table-scroll .ant-table-header {
  overflow: hidden !important;
  margin-bottom: -20px !important;
  padding-bottom: 20px !important;
}
.group-issue-accept .h6-style {
  margin-right: 8px;
  display: inline;
  font-size: 12px;
}
.group-issue-accept .h6-style2 {
  margin-right: 8px;
  display: inline;
  margin-left: 20px;
  font-size: 12px;
}
.group-issue-accept .search_button {
  margin-left: 20px;
}
.group-issue-accept .search-select {
  width: 200px;
}
.group-issue-accept .input-block .ant-upload-list-item-name {
  color: #1890ff;
}
.group-issue-accept .iconfont {
  line-height: normal;
}
.issue-accept-tab {
  height: 100%;
}
.issue-accept-tab .input-region {
  width: 40%;
  float: left;
  height: 100%;
  /*overflow: auto;*/
  border: solid 10px #f3f5fd;
  border-right: solid 5px #f3f5fd;
  background-color: #f8f9fd;
}
.issue-accept-tab .info-region {
  width: 60%;
  float: right;
  height: 100%;
  overflow: hidden;
  border: solid 10px #f3f5fd;
  border-left: solid 5px #f3f5fd;
  background-color: #f8f9fd;
}
.reply-block .ant-table-small > .ant-table-content > .ant-table-body {
  margin: 0;
}
.reply-block .ant-table-thead > tr > th {
  background-color: #d3d8ef !important;
}

.call-window {
  position: fixed;
  z-index: 600;
  cursor: pointer;
}
.call-window .btn-group {
  position: relative;
}
.call-window .btn-item {
  position: absolute;
  display: inline-block;
  min-width: 40px;
  width: auto;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  border-radius: 20px;
}
.call-window .btn-move-invalid {
  top: 0px;
  left: -30px;
  background: none;
  cursor: move;
  opacity: 0;
}
.call-window .btn-move-valid {
  top: 0px;
  left: -30px;
  background: none;
  cursor: move;
  opacity: 1;
}
.call-window .btn-call-out {
  right: 25px;
  background: rgba(245, 9, 9, 0.67);
}
.call-window .btn-call-in {
  left: 0px;
  background: rgba(26, 167, 64, 0.8);
}
.call-window .btn-item .inner-input {
  display: inline-block;
  line-height: 40px !important;
  height: 40px;
  width: 10px;
  border: none;
  color: #ffffff;
  padding-left: 20px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  background: 0 0;
  vertical-align: 4px;
  -webkit-user-select: all;
  user-select: all;
}
.call-window .inner-input:focus {
  outline: 0 !important;
}
.call-window .inner-input::-webkit-input-placeholder {
  opacity: 0.7;
  color: #ffffff;
}
.call-window .inner-input::-moz-placeholder {
  opacity: 0.7;
  color: #ffffff;
}
.call-window .btn-call-out:hover .inner-input,
.call-window .btn-call-out-valid .inner-input {
  width: 190px;
  padding-right: 40px;
}
.call-window .btn-item-li-group {
  display: inline-block;
  line-height: 40px !important;
  height: 40px;
  width: 1px;
  border: none;
  color: #ffffff;
  padding-left: 40px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  background: 0 0;
  vertical-align: 4px;
}
.call-window .btn-call-in:hover .btn-item-li-group,
.call-window .btn-call-in-valid .btn-item-li-group {
  width: 350px;
}
.call-window .btn-begin-work {
  display: none;
}
.call-window .btn-call-in:hover .btn-begin-work {
  display: inline;
}
.call-window .btn-item-li-group .btn-item-li {
  float: left;
  margin: 0px 10px;
}
.call-window .btn-item-li-group .btn-item-li:hover {
  font-weight: bold;
}
.call-window .pause-reason-con {
  width: 70px;
  height: auto;
  margin-left: -20px;
  font-weight: normal;
  position: fixed;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
  background-color: rgba(26, 167, 64, 0.8);
  z-index: 999;
}
.call-window .reason-item {
  display: block;
  text-align: center;
  line-height: 25px;
  font-size: 14px;
  border-top: 1px solid #e4e0e0;
}
.call-window .reason-item:hover {
  font-weight: bold;
  line-height: 30px;
  font-size: 16px;
}
.call-window .trans-con {
  width: 150px;
  height: auto;
  margin-left: -55px;
  padding-top: 10px;
  font-weight: normal;
  position: fixed;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
  color: lightgrey;
  font-size: 14px;
  z-index: 999;
}
.call-window .arrow-up {
  position: absolute;
  top: 6px;
  left: 50%;
  height: 12px;
  width: 12px;
  transform: translateX(-50%) rotate(45deg);
  border-width: 6px;
  border-style: solid;
  border-top-color: #fff;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #fff;
  box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06);
}
.call-window .trans-content {
  padding: 12px 16px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
}
.call-window .trans-item {
  display: block;
  line-height: 20px;
  text-align: right;
}
.call-window .item-input-con {
  padding: 5px 0px 15px 0px;
}
.call-window .transnumber-input {
  color: #333333;
  width: 118px;
  height: 30px;
  border-radius: 2px;
  border: 1px solid #d9d9d9;
  padding: 4px 7px;
}
.call-window .transnumber-input:-moz-placeholder,
.call-window .transnumber-input::-webkit-input-placeholder {
  opacity: 0.7;
}
.call-window .bt-trans {
  margin-left: 8px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  color: #333;
  padding: 2px 5px;
}
.call-window .trans-ok {
  background-color: #00c484;
  color: #fff;
}
.call-window .iconfont {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  cursor: pointer;
}
.call-window .icon-yidong {
  color: #8c8989;
  font-size: 35px;
}
.call-window .btn-call-in .iconfont {
  left: 0;
  right: auto;
}
.call-window .tip-con {
  position: absolute;
  top: 40px;
  left: 0px;
  width: 210px;
  height: auto;
  padding-top: 10px;
  font-size: 12px;
  cursor: text;
}
.call-window .tip-content {
  color: #333;
  background-color: rgba(181, 239, 193, 0.8);
  /* box-shadow: 0 2px 8px rgba(0,0,0,0.15); */
  /* -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.15); */
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  box-shadow: inset 0px 0px 50px 10px rgba(255, 255, 255, 0.67);
}
.call-window .tip-content-item {
  padding: 10px;
}
.call-window .tip-content-msg {
  padding-top: 12px;
}
.call-window .tip-status-item {
  padding-top: 10px;
}
.call-window .foot-con {
  color: #8c8989;
  background-color: rgba(255, 255, 255, 0.67);
  border-top: 1px solid #e5e7ef;
}
.call-window .foot-left {
  display: inline-block;
  min-width: 90px;
}
.call-window .foot-right {
  margin-left: 10px;
}
.call-window .callnumber {
  text-overflow: ellipsis;
  overflow: hidden;
}
.call-window .callnumber-active {
  color: #00c484;
}
.call-window .callnumber-inactive {
  color: #333;
}
.call-window .icon-tip-arrow {
  position: absolute;
  left: calc(50% - 12px);
  color: rgba(9, 109, 36, 0.8);
  font-size: 14px;
  width: 20px;
  height: 20px;
}
.call-window .my-icon-loading {
  animation: turn 1s linear infinite;
  -moz-animation: turn 1s linear infinite;
  -webkit-animation: turn 1s linear infinite;
  -o-animation: turn 1s linear infinite;
}
.call-window .icon-arrow-animate {
  animation: arrow 1s infinite;
  -moz-animation: arrow 1s infinite;
  -webkit-animation: arrow 1s infinite;
  -o-animation: arrow 1s infinite;
}
@keyframes turn {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes arrow {
  from {
    bottom: 0%;
    opacity: 0;
  }
  to {
    bottom: 5%;
    opacity: 1;
  }
}

.site-select-wrap {
  position: relative;
}
.site-select-wrap .ant-input-group-wrapper {
  top: -1px;
  vertical-align: middle;
}
.site-select-wrap .dropdown-parent {
  position: absolute;
  top: calc(50% - 16px);
  height: 32px;
  width: 100%;
}
.site-select-wrap .dropdown-parent .ant-dropdown {
  top: 32px !important;
  border: 1px solid #ccc;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
}
.site-select-wrap .dropup-parent {
  position: absolute;
  top: 0;
  height: 32px;
  width: 100%;
}
.site-select-wrap .dropup-parent > div {
  top: auto;
  bottom: 32px;
}
.site-select-wrap .dropup-parent .ant-dropdown {
  top: auto !important;
  bottom: 0px !important;
  border: 1px solid #ccc;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
}
.site-select-wrap .ant-dropdown-menu-vertical {
  width: 100%;
}
.site-select-wrap .ant-input-group-addon {
  background-color: transparent !important;
}
.site-select-wrap .ant-input-group-addon .iconfont {
  font-size: 18px;
}
.site-select-wrap .ant-input-group-addon .iconfont:after {
  cursor: pointer;
}
.site-select-wrap .anticon-close-circle {
  cursor: pointer;
  color: #ccc;
  transition: color 0.3s;
  font-size: 12px;
}
.site-select-wrap .anticon-close-circle:hover {
  color: #999;
}

.lcs-search-form .form-row {
  margin-bottom: 10px;
}
.lcs-search-form .ant-form-item {
  margin-bottom: 10px;
}

.issue-create-tab {
  height: 100%;
  position: relative;
  background-color: #f8f9fd;
}
.issue-create-tab .col-block {
  height: 100%;
  float: left;
}
.issue-create-tab .col-left {
  width: 40%;
  border-right: 10px solid #f3f5fd;
}
.issue-create-tab .col-right {
  width: 60%;
}

.editable-cell {
  position: relative;
}
.editable-cell-value-wrap {
  padding: 5px 12px;
  cursor: pointer;
}
.editable-row:hover .editable-cell-value-wrap {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  padding: 4px 11px;
}

.objection-container {
  padding: 20px 10px 0;
}
.objection-search-form .btn-reset {
  margin-left: 15px;
}
.objection-container .action-btns {
  padding: 15px 0 10px;
}
.objection-container .action-btns .ant-btn {
  margin-right: 20px;
}
.objection-container table td,
.objection-container table th {
  text-align: center;
}
.objection-modal .ant-modal {
  width: 560px !important;
}
.objection-modal .ant-modal-body {
  padding: 20px 15px 20px 10px;
}
.objection-container .handler-btns .anticon {
  font-size: 15px;
}
.objection-container .attachmentItem {
  text-align: left;
  line-height: 12px;
}
.objection-container .attachmentItem a {
  word-break: break-all;
}

.onlineFine-container {
  padding: 20px 10px 0;
}
.onlineFine-search-form .btn-reset {
  margin-left: 15px;
}
.onlineFine-container .action-btns {
  padding: 15px 0 10px;
}
.onlineFine-container .action-btns .ant-btn {
  margin-right: 20px;
}
.onlineFine-container table td,
.onlineFine-container table th {
  text-align: center;
}
.onlineFine-modal .ant-modal {
  width: 560px !important;
}
.onlineFine-modal .ant-modal-body {
  padding: 20px 15px 20px 10px;
}
.onlineFine-container .handler-btns .anticon {
  font-size: 15px;
}
.onlineFine-container .attachmentItem {
  text-align: left;
  line-height: 12px;
}
.onlineFine-container .attachmentItem a {
  word-break: break-all;
}


/*# sourceMappingURL=vendor-7d2143f0.css.map*/