.page-403-vue .background-image {
  background-image: url(../img/403.56ef0601.png);
}

.page-404-vue .background-image {
  background-image: url(../img/404.d5dbe645.png);
}

.page-500-vue .background-image {
  background-image: url(../img/500.dc86c445.png);
}

.ea .logo-color {
  margin-top: 60px;
  display: inline-block;
  width: 185px;
  height: 59px;
  background: url("https://bc.gdbf.com/static/images/mini/logo_color.png") no-repeat center;
  background-size: contain;
}
.ea .welcome {
  padding: 15px;
  text-align: center;
}
.ea .welcome .logo-color {
  margin-top: 30px;
}
.ea .welcome .title {
  font-weight: bold;
  font-size: 18px;
  margin-top: 15px;
  color: #515a6e;
}
.ea .welcome .content {
  margin-top: 40px;
  padding: 20px 15px;
  text-align: left;
  /*background-color: #fff;*/
  border-radius: 5px;
  /*box-shadow: 0 16rpx 24rpx #ebedf0;*/
  /*background: #f8f8f9;*/
  /*border: 1px solid #ebedef;*/
  background: #e6f7ff;
  border: 1px solid #91d5ff;
}
.ea .welcome .content-title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
  color: #515a6e;
}
.ea .welcome .content-text {
  line-height: 32px;
  font-size: 16px;
  color: #808695;
}
.ea .welcome button {
  margin-top: 40px;
}
.ea .ant-btn-danger {
  margin-top: 30px;
  background-color: #c95d5a;
  border-color: #c95d5a;
}
.ea .submit-button {
  margin-top: 30px;
  background-color: #c95d5a;
  color: #ffffff;
  border-radius: 5px;
  letter-spacing: 2px;
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.ea .create-form {
  text-align: center;
}
.ea .page-title {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  color: #515a6e;
  padding: 50px 0 15px 0;
}
.ea .register-form {
  margin-top: 40px;
  display: block;
  text-align: left;
  padding: 0 15px;
}
.ea .register-form .li {
  position: relative;
  box-sizing: border-box;
  background-color: #f8f8f9;
  margin-bottom: 15px;
  border-radius: 5px;
  display: block;
}
.ea .register-form .input,
.ea .register-form .li .text {
  height: 50px;
  line-height: 50px;
  width: 100%;
  font-size: 16px;
  color: #181818;
  padding: 0 30px;
  box-sizing: border-box;
  display: block;
}
.ea .register-form .input {
  background: none;
  border: 0;
}
.ea .register-form .li.has-icon .input {
  padding: 0 15px 0 50px;
}
.ea .register-form .li .iconfont {
  position: absolute;
  left: 15px;
  top: 0;
  font-size: 24px;
  line-height: 50px;
  color: #808695;
  display: block;
}
.ea .register-form .code-btn {
  z-index: 999;
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 50px;
  line-height: 50px;
  color: #449fe3;
  box-sizing: border-box;
  padding: 0;
  /*background-color:#dddee1;*/
  border-radius: 0;
  margin: 0;
  font-size: 16px;
  text-align: center;
  border: 0;
  outline: none;
}
.ea .register-form .code-btn.disabled {
  /*background-color: #c8c8c8;*/
}
.ea #codeInfo {
  display: none;
}
.ea .msg {
  display: block;
  text-align: center;
  padding: 50px 15px 15px 15px;
}
.ea .msg .icon-success {
  font-size: 80px;
  color: #0BB20C;
  display: block;
  text-align: center;
}
.ea .msg .msg-desc {
  padding-top: 15px;
  font-size: 18px;
  color: #515a6e;
}

.overview-user {
  background: #fff;
  padding: 10px 15px 0;
  position: relative;
}
.overview-user .overview-panel-inner {
  padding: 0;
}
.overview-user .overview-panel-title {
  padding-bottom: 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
}
.overview-user .overview-panel-title img {
  width: 64px;
  margin-right: 12px;
}
.overview-user .overview-info-target {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  padding-top: 0;
  position: absolute;
  right: 15px;
  bottom: 20px;
}
.overview-user .overview-info-target li {
  text-align: center;
  width: 120px;
}
.overview-user-text {
  font-size: 12px;
  color: #666;
  display: block;
}
.overview-user .overview-title-text {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 26px;
  margin-right: 5px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
}
.overview-user-id {
  font-size: 14px;
  color: #666;
  font-weight: 400;
}
.overview-user-number em {
  font-size: 14px;
}
.overview-user .overview-info-target li .overview-user-number {
  font-size: 25px;
  line-height: 28px;
  display: inline-block;
}

.notify-top-tag[data-v-571f25a7] {
  position: unset !important;
  padding: 0 2px;
  margin: 0 5px 0 0;
  font-size: 14px;
}
.notify-file[data-v-571f25a7] {
  padding: 5px 10px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.notify-file-title[data-v-571f25a7] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.notify-file[data-v-571f25a7]:hover {
  background-color: #e6f7ff;
  border-radius: 15px;
}

.notify-words[data-v-b7093b54] {
  width: 100%;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
}

.target-card {
  height: 388px;
}
.target {
  width: 100%;
  display: flex;
}
.target li {
  flex: 1;
  text-align: center;
  position: relative;
}
.target i {
  width: 44px;
  height: 44px;
  display: inline-block;
  color: #ffffff;
  border-radius: 50%;
  line-height: 44px;
  font-size: 20px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
.target li p,
.target li b {
  padding-left: 60px;
  display: block;
  text-align: left;
}
.target li p {
  color: #999;
  font-size: 14px;
  margin: 0;
}
.target li b {
  color: #464c5b;
  line-height: 28px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
}
.box {
  background: #ffffff;
  border: 1px solid #e9eaec;
  border-radius: 2px;
}
.box h4 {
  font-weight: 700;
  font-size: 14px;
  color: #1c2438;
  border-bottom: #e8e8e6 1px solid;
  zoom: 1;
  margin-bottom: 7px;
}
.box h4 > span {
  border-bottom: #57a3f3 solid 2px;
  display: inline-block;
  margin-bottom: -1px;
  padding: 8px 6px;
  position: relative;
  font-weight: bold;
}
.msg {
  background: #ffffff;
  border: 1px solid #e9eaec;
  border-radius: 4px;
  padding: 10px 15px 0 15px;
}
.msg h4 {
  font-weight: 700;
  font-size: 14px;
  color: #1c2438;
  border-bottom: #e8e8e6 1px solid;
  zoom: 1;
  margin-bottom: 7px;
}
.msg h4 a {
  float: right;
  font-size: 12px;
  font-weight: normal;
  padding: 8px 6px;
}
.msg h4 span {
  /*color: #6c6d68;*/
  border-bottom: #57a3f3 solid 2px;
  display: inline-block;
  margin-bottom: -1px;
  padding: 8px 6px;
  position: relative;
  font-weight: bold;
}
.msg-card .ant-card-body {
  padding: 12px 24px;
}
.msg-list {
  padding: 0;
  height: 312px;
  overflow: hidden;
}
.msg-list li {
  padding: 10px 0;
  border-bottom: 1px solid #EEEEEE;
  cursor: pointer;
}
.msg-list li:last-child {
  border-bottom: 0;
}
.msg-list a {
  display: block;
}
.msg-list .msg-list-head {
  margin-bottom: 8px;
  position: relative;
}
.msg-list .msg-list-head h5 {
  font-weight: 700;
  font-size: 14px;
  color: #1c2438;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.msg-list .msg-list-head-right {
  width: 100%;
  text-align: right;
}
.ui-tabs {
  width: 100%;
  background: #FFFFFF;
  height: 45px;
  border-bottom: 1px solid #e8e8e6;
}
.ui-tabs li {
  float: left;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  margin: 0 8px;
  padding: 0 8px;
  background: none;
  -webkit-transition: all 0s 0.1s;
  transition: all 0s 0.1s;
  cursor: pointer;
  font-size: 13px;
}
.ui-tabs li.active {
  color: #2d8cf0;
  border-bottom: 2px solid #2d8cf0;
}
.ui-tabs li:hover {
  color: #2d8cf0;
}
.list-first {
  padding-left: 16px;
  position: relative;
}
.no-read:after {
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  background-color: #ed3f14;
  position: absolute;
  top: 4px;
  left: 0;
  content: '';
}
.icon-no-read {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  background-color: #ed3f14;
  margin-right: 4px;
}
.order-flag span {
  display: block;
  width: 20px;
  text-align: center;
  background-color: #2eb7f6;
  color: #fff;
  /*padding: 3px 0;*/
  line-height: 20px;
  float: left;
  margin-right: 4px;
  border-radius: 50%;
}
.order-flag span.new {
  background-color: #ed3f14;
}
.order-flag span.reply {
  background-color: #ff9900;
}
.order-flag span.en {
  background-color: #19be6b;
}
.order-flag span:last-child {
  margin: 0;
}
.box {
  overflow-y: auto;
}
.service-img {
  width: 50px;
  height: 50px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}
.service-img img {
  width: 100%;
  height: 100%;
}
.contact-info-text {
  padding-left: 10px;
  display: inline-block;
}
.contact-info-name {
  font-size: 14px;
  margin-bottom: 5px;
}
.contact-info-post {
  width: 100px;
}
.contact-info-post.label.label-info {
  background-color: #1890ff;
  color: #fff;
  text-shadow: none;
  padding: 4px 8px;
  border-radius: 2px;
}
.profile-desc-link {
  margin-top: 10px;
  line-height: 24px;
  font-size: 13px;
}
.profile-desc-link i {
  margin-right: 5px;
  font-size: 13px;
  display: inline-block;
  width: 20px;
  text-align: center;
}
.content-row {
  margin-top: 10px;
}
.content-row .content-info {
  position: relative;
  float: left;
  width: 240px;
}
.content-row .content-table {
  /*float: right;*/
  width: 100%;
}
.content-row .content-table .table-css {
  margin-left: 250px;
}
.customer-index .ivu-table:after {
  width: 0;
}
.customer-index .ivu-table td:last-child,
.customer-index .ivu-table th:last-child {
  border-right: 0;
}
.target-card .ivu-card-extra {
  top: 10px;
}
.ant-table-body {
  margin: 0;
}

.requirement button {
  display: none;
}
.requirement:hover button {
  display: inline-block;
}
.name-form-item input {
  display: inline-block;
  width: 32%;
  margin-right: 3px;
}
.order-detail-info {
  display: inline-block;
}
.order-detail-info li {
  display: inline-block;
  margin-left: 15px;
}
.order-detail-info li i {
  margin-right: 2px;
}
.hf-w150-label .ant-form-item-label {
  width: 150px;
}
.hf-w210-label .ant-form-item-label {
  width: 210px;
}

.order-track {
  padding: 15px;
}
.order-track textarea {
  width: 100%;
}
.order-track .order-track-tool {
  padding: 15px 0;
}
.order-track .order-track-tool .h-btn {
  margin-left: 10px;
}

.es-group-title {
  background: #f3f3f3;
  clear: both;
  line-height: 36px;
  padding: 0 15px;
  margin: 10px 0;
  font-weight: bold;
  position: relative;
}
.es-group-title em {
  font-weight: normal;
  font-style: normal;
  /*float: right;*/
  color: #ed4014;
  font-size: 13px;
  margin-left: 6px;
}

.order-file {
  padding: 0 10px;
}

.order-item-report[data-v-35823820] {
  padding: 0 10px 10px 0;
}
.order-item-report th[data-v-35823820] {
  font-weight: 500;
  color: #464c5b;
}
.fixed-left[data-v-35823820] {
  position: sticky;
  left: 0;
  z-index: 100;
  box-shadow: rgba(0, 0, 0, 0.2) 2px 10px 12px;
}

.order-report-list {
  padding: 0 10px;
}
.order-report-list .h-table-expand-cell {
  padding: 0;
}
.order-report-list i {
  font-size: 12px;
  cursor: pointer;
}
.report-language-title {
  padding: 10px 6px;
  font-size: 14px;
}
.report-expand {
  margin: 0;
  padding: 0;
}
.report-expand li {
  line-height: 30px;
}
.report-expand label {
  font-weight: bold;
}

.order-detail {
  background: #fffffF;
}
.order-detail .i-vip {
  color: #d0a472;
  font-size: 20px;
}
.order-detail .ant-tabs-bar {
  margin: 0;
}
.order-detail .order-header {
  font-weight: 500;
  color: #464c5b;
  font-size: 14px;
  padding: 10px 20px;
  background: #fff;
  line-height: 32px;
  border-bottom: 1px solid #f4f4f4;
  position: relative;
}
.order-detail .order-header .order-header-title {
  margin-right: 10px;
  font-size: 15px;
  font-weight: 600;
}
.order-detail .order-header em {
  font-style: normal;
  color: #808695;
  margin-left: 10px;
  font-weight: normal;
  font-size: 12px;
}
.order-detail .order-header .l-tag {
  font-size: 14px;
}
.order-detail .order-header .order-header-right {
  position: absolute;
  right: 20px;
  top: 15px;
}
.order-detail .order-header .order-header-right button {
  margin-left: 8px;
}
.order-detail .ant-tabs-tabpane {
  height: calc(100vh - 190px);
  overflow: auto;
}
.order-detail .curr-todo-user {
  margin: 0 10px;
  font-weight: normal;
}
.order-page .ant-tabs-tabpane {
  height: calc(100vh - 130px);
}
.order-info {
  padding: 10px 15px;
}
.order-info .info-title {
  position: relative;
  display: block;
  border-left: 0;
  font-size: 15px;
}
.order-info .info-title .info-title-icon {
  margin-right: 5px;
  color: #3788ee;
}
.order-info .info-block-title {
  font-weight: bold;
  background: #f8f8f9;
  padding: 6px 10px;
  font-size: 13px;
}
.order-info .info-title button {
  color: #3788ee;
  box-shadow: none;
  border-color: transparent;
}
.order-info .info-title button:hover {
  color: #202d40;
}

