.el-dialog__wrapper .jlc-customer-belong .el-dialog__header {
  padding: 13px 24px !important;
}
.el-dialog__wrapper .jlc-customer-belong .el-dialog__body {
  padding: 18px 24px 32px !important;
}
.el-dialog__wrapper .jlc-customer-belong .text-13 {
  font-size: 13px;
}
.el-dialog__wrapper .jlc-customer-belong .view-diff-btn {
  color: #3673FE;
  cursor: pointer;
  text-decoration: none;
}
.el-dialog__wrapper .jlc-customer-belong .ascription {
  table-layout: fixed;
  background: #f2f3f7;
  border: 1px solid #edeef2;
  border-radius: 2px;
  width: 100%;
  font-size: 12px;
  border-collapse: separate;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  border-spacing: 0;
}
.el-dialog__wrapper .jlc-customer-belong .ascription th, .el-dialog__wrapper .jlc-customer-belong .ascription td {
  border-right: 1px solid #dbe1e7;
  border-bottom: 1px solid #dbe1e7;
}
.el-dialog__wrapper .jlc-customer-belong .ascription th:last-child, .el-dialog__wrapper .jlc-customer-belong .ascription td:last-child {
  border-right: none;
}
.el-dialog__wrapper .jlc-customer-belong .ascription tr:last-child td {
  border-bottom: none;
}
.el-dialog__wrapper .jlc-customer-belong .ascription th {
  font-weight: 400;
  color: #202d40;
  height: 51px;
  background: #F2F3F7;
  vertical-align: middle;
}
.el-dialog__wrapper .jlc-customer-belong .ascription td {
  vertical-align: middle;
  height: 48px;
  background: #fff;
}
.el-dialog__wrapper .jlc-customer-belong .ascription td img {
  vertical-align: middle;
}
.el-dialog__wrapper .jlc-customer-belong .ascription td:first-child {
  background: #F2F3F7;
}
.el-dialog__wrapper .jlc-customer-belong .mt-28 {
  margin-top: 28px;
}
.el-dialog__wrapper .jlc-customer-belong .mt-10 {
  margin-top: 10px;
}
.el-dialog__wrapper .jlc-customer-belong .text-center {
  text-align: center;
}
.el-dialog__wrapper .jlc-customer-belong .mt-16 {
  margin-top: 16px;
}
.el-dialog__wrapper .jlc-customer-belong .mb-0 {
  margin-bottom: 0;
}
.el-dialog__wrapper .jlc-customer-belong .ml-4 {
  margin-left: 4px;
}
.el-dialog__wrapper .jlc-customer-belong .font-semibold {
  font-weight: 600;
}
.el-dialog__wrapper .jlc-customer-belong .mb-12 {
  margin-bottom: 12px;
}
.el-dialog__wrapper .jlc-customer-belong .flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.el-dialog__wrapper .jlc-customer-belong .justify-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.el-dialog__wrapper .jlc-customer-belong .flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}
.el-dialog__wrapper .jlc-customer-belong .flex-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 0% !important;
          flex: 1 1 0% !important;
}
.el-dialog__wrapper .jlc-customer-belong .items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.el-dialog__wrapper .jlc-customer-belong .mt-28 {
  margin-top: 28px;
}
.el-dialog__wrapper .jlc-customer-belong .customer-attribute-type-dialog-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 44px;
  cursor: default;
}
.el-dialog__wrapper .jlc-customer-belong .customer-attribute-type-dialog-title > span {
  font-size: 16px;
  font-weight: bolder;
  color: #202d40;
  line-height: 22px;
}
.el-dialog__wrapper .jlc-customer-belong .customer-attribute-type-dialog-title > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #899099;
}
.el-dialog__wrapper .jlc-customer-belong .customer-attribute-type-dialog-title .el-popover__reference {
  height: 28px;
}
.el-dialog__wrapper .jlc-customer-belong .customer-attribute-type-contact-popper {
  padding: 20px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translate3d(-58px, 0px, 0px);
          transform: translate3d(-58px, 0px, 0px);
  -webkit-box-shadow: 0px 2px 11px 0px rgba(226, 226, 226, 0.89);
          box-shadow: 0px 2px 11px 0px rgba(226, 226, 226, 0.89);
  border-radius: 2px 0px 0px 0px;
  border: none;
}
.el-dialog__wrapper .jlc-customer-belong .customer-attribute-type-contact-popper > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.el-dialog__wrapper .jlc-customer-belong .customer-attribute-type-contact-popper .wx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-dialog__wrapper .jlc-customer-belong .customer-attribute-type-contact-popper .wx > div:first-of-type {
  font-size: 14px;
  font-weight: 400;
  color: #202d40;
  margin-bottom: 10px;
}
.el-dialog__wrapper .jlc-customer-belong .customer-attribute-type-contact-popper .popper__arrow {
  left: 139.5px !important;
}
.el-dialog__wrapper .jlc-customer-belong .customer-attribute-type-contact-popper-right {
  padding: 20px 24px;
  -webkit-transform: translate3d(-76px, 0px, 0px);
          transform: translate3d(-76px, 0px, 0px);
  -webkit-box-shadow: 0px 2px 11px 0px rgba(226, 226, 226, 0.89);
          box-shadow: 0px 2px 11px 0px rgba(226, 226, 226, 0.89);
  border-radius: 2px 0px 0px 0px;
  border: none;
}
.el-dialog__wrapper .jlc-customer-belong .customer-attribute-type-contact-popper-right > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.el-dialog__wrapper .jlc-customer-belong .customer-attribute-type-contact-popper-right .phone > p:first-of-type {
  font-size: 14px;
  font-weight: 400;
  color: #202d40;
  line-height: 20px;
  margin-bottom: 10px;
}
.el-dialog__wrapper .jlc-customer-belong .customer-attribute-type-contact-popper-right .phone > p:nth-of-type(2) {
  font-size: 16px;
  font-weight: bolder;
  color: #006aff;
  line-height: 22px;
  margin-bottom: 8px;
}
.el-dialog__wrapper .jlc-customer-belong .customer-attribute-type-contact-popper-right .phone > p:nth-of-type(3),
.el-dialog__wrapper .jlc-customer-belong .customer-attribute-type-contact-popper-right .phone p:nth-of-type(4) {
  font-size: 13px;
  font-weight: 400;
  color: #899099;
  line-height: 18px;
  margin-bottom: 4px;
}
.el-dialog__wrapper .jlc-customer-belong .customer-attribute-type-contact-popper-right .popper__arrow {
  left: 169.5px !important;
}
.el-dialog__wrapper .jlc-customer-belong .ml-10 {
  margin-left: 10px;
}
.el-dialog__wrapper .jlc-customer-belong .h-28 {
  height: 28px;
}
.el-dialog__wrapper .jlc-customer-belong .leading-24 {
  line-height: 24px;
}
.el-dialog__wrapper .jlc-customer-belong .text-14 {
  font-size: 14px;
}
.el-dialog__wrapper .jlc-customer-belong .text-595 {
  color: #595959;
}
.el-dialog__wrapper .jlc-customer-belong .ml-16 {
  margin-left: 16px;
}
.el-dialog__wrapper .jlc-customer-belong .h-114 {
  height: 114px;
}
.el-dialog__wrapper .jlc-customer-belong .w-112 {
  width: 112px;
}
.el-dialog__wrapper .jlc-customer-belong .cursor-not-allowed {
  cursor: not-allowed;
}
.el-dialog__wrapper .jlc-customer-belong .mt-32 {
  margin-top: 32px;
}
.el-dialog__wrapper .jlc-customer-belong .text-899 {
  color: #899099;
}
.el-dialog__wrapper .jlc-customer-belong .mt-6 {
  margin-top: 6px;
}
.el-dialog__wrapper .jlc-customer-belong .leading-20, .el-dialog__wrapper .jlc-customer-belong .leading-20 .el-form-item__label, .el-dialog__wrapper .jlc-customer-belong .leading-20 .el-form-item__content {
  line-height: 20px !important;
}
.el-dialog__wrapper .jlc-customer-belong .text-right {
  text-align: right;
}
.el-dialog__wrapper .jlc-customer-belong .w-72 {
  width: 72px;
}
.el-dialog__wrapper .jlc-customer-belong .w-70 {
  width: 70px;
}
.el-dialog__wrapper .jlc-customer-belong .mt-2 {
  margin-top: 2px;
}
.el-dialog__wrapper .jlc-customer-belong a {
  text-decoration: none;
}
.el-dialog__wrapper .jlc-customer-belong .mb-32 {
  margin-bottom: 32px;
}
.el-dialog__wrapper .jlc-customer-belong .phone-account.el-input-group--prepend .el-input__inner {
  padding-left: 124px;
}
.el-dialog__wrapper .jlc-customer-belong .phone-account.el-input-group--prepend .el-input-group__prepend span {
  text-align: center;
  padding: 0;
  width: 112px;
}
.el-dialog__wrapper .jlc-customer-belong .phone-account.el-input-group--prepend .el-input-group__prepend:after {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  width: 1px;
  height: auto;
  bottom: 5px;
  background: #ccc;
}
.jlc-bs-create-folder .jlc-form-item {
  margin-bottom: 28px;
}
.jlc-bs-create-folder .jlc-select-tree {
  width: 100%;
}
.jlc-bs-create-folder .footer .jlc-button {
  width: 72px;
}

.jlc-select-tree-option-layout.file-change .el-tree > .el-tree-node > .el-tree-node__content .custom-tree-node > .exp-icon {
  visibility: hidden;
}
.jlc-select-tree-option-layout.file-change .el-tree > .el-tree-node > .el-tree-node__content .custom-tree-node > svg, .jlc-select-tree-option-layout.file-change .el-tree > .el-tree-node > .el-tree-node__content .custom-tree-node > .icon {
  display: none !important;
}
.customer-service-drawer {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.customer-service-drawer .el-drawer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: white;
}
.customer-service-drawer .service-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  background-color: #fff;
}
.customer-service-drawer .service-container > .service-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 125px;
  padding: 20px 16px 20px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url("https://static.jlc.com/image/public/jlc-web-public-common/top-bar/service-drawer/top-bg.png");
}
.customer-service-drawer .service-container > .service-top .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}
.customer-service-drawer .service-container > .service-top .content > .logo {
  width: 131px;
  height: 95px;
  margin-top: 8px;
  cursor: default;
}
.customer-service-drawer .service-container > .service-top .content .title {
  width: 235px;
  height: 94px;
  margin-left: -20px;
}
.customer-service-drawer .service-container > .service-top .close {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.customer-service-drawer .service-container > .service-top::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 0;
  background-color: #ffffff;
  width: 100%;
  height: 20px;
  border-radius: 10px 10px 0px 0px;
}
.customer-service-drawer .service-container > .service-section-list {
  padding: 0 12px 20px;
}
.customer-service-drawer .service-container > .service-section-list > .service-section + .service-section {
  margin-top: 24px;
}
.customer-service-drawer .service-container > .service-section-list > .service-section > .service-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 400px;
  height: 150px;
  padding: 18px 20px 18px 24px;
  margin-bottom: 8px;
  background-image: url(https://static.jlc.com/image/public/jlc-web-public-common/top-bar/service-drawer/bg.png);
}
.customer-service-drawer .service-container > .service-section-list > .service-section > .service-item .item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.customer-service-drawer .service-container > .service-section-list > .service-section > .service-item .item-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.customer-service-drawer .service-container > .service-section-list > .service-section > .service-item .item-title {
  font-size: 18px;
  color: #202d40;
  font-weight: bold;
  margin-bottom: 21px;
}
.customer-service-drawer .service-container > .service-section-list > .service-section > .service-item .item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #202d40;
  font-size: 14px;
}
.customer-service-drawer .service-container > .service-section-list > .service-section > .service-item .item-info + .item-info {
  margin-top: 14px;
}
.customer-service-drawer .service-container > .service-section-list > .service-section > .service-item .item-info img {
  width: 17px;
  height: 18px;
  margin-right: 6px;
}
.customer-service-drawer .service-container > .service-section-list > .service-section > .service-item .item-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.customer-service-drawer .service-container > .service-section-list > .service-section > .service-item .item-right .bg1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 114px;
  height: 114px;
  background: -webkit-gradient(linear, left top, left bottom, from(#eff7fa), to(#e6f2fc));
  background: linear-gradient(180deg, #eff7fa, #e6f2fc 100%);
  border-radius: 4px;
  -webkit-box-shadow: 0px 1.49px 3.87px 0px rgba(174, 196, 242, 0.71);
          box-shadow: 0px 1.49px 3.87px 0px rgba(174, 196, 242, 0.71);
}
.customer-service-drawer .service-container > .service-section-list > .service-section > .service-item .item-right .bg2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 104px;
  height: 104px;
  padding: 4px;
  background: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0.5px 3.87px 0px rgba(174, 196, 242, 0.44);
          box-shadow: 0px 0.5px 3.87px 0px rgba(174, 196, 242, 0.44);
}
.customer-service-drawer .service-container > .service-section-list > .service-section > .service-item .qrcode {
  width: 97px;
  height: 97px;
}
.customer-service-drawer .service-container > .service-section-list > .section-section + .service-section {
  margin-top: 24px;
}
.customer-service-drawer .industry-category {
  margin-bottom: 20px;
}
.customer-service-drawer .industry-category > .category-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 22px;
  margin-bottom: 16px;
}
.customer-service-drawer .industry-category > .category-title > span {
  color: #202d40;
  font-size: 16px;
  margin-left: 10px;
  font-weight: bolder;
}
.customer-service-drawer .industry-category > .category-title::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 16px;
  background: #3673fe;
}
.customer-service-drawer .industry-category .item-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
  margin-bottom: -10px;
}
.customer-service-drawer .industry-category .item-grid .industry-layout {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 47.5%;
  background-color: #f8f9fa;
  border-radius: 2px;
  margin-right: 10px;
  margin-bottom: 10px;
  height: 52px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.customer-service-drawer .industry-category .item-grid .industry-layout .service-link {
  text-decoration: none;
}
.customer-service-drawer .industry-category .item-grid .industry-layout .service-link:hover .industry-item > .title {
  border: 1px solid #f0f1f5;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(55, 88, 197, 0.08);
          box-shadow: 0px 4px 8px 0px rgba(55, 88, 197, 0.08);
}
.customer-service-drawer .industry-category .item-grid .industry-layout .industry-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.customer-service-drawer .industry-category .item-grid .industry-layout .industry-item > .title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 4px 11px;
  border: 1px solid #f8f9fa;
  border-radius: 2px;
}
.customer-service-drawer .industry-category .item-grid .industry-layout .industry-item > .title > .logo {
  width: 42px;
  height: 42px;
  margin-right: 8px;
}
.customer-service-drawer .industry-category .item-grid .industry-layout .industry-item > .title > .str {
  font-size: 14px;
  color: #202d40;
  font-weight: bolder;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.customer-service-drawer .industry-category .item-grid .industry-layout .industry-item > .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 0px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}
.customer-service-drawer .industry-category .item-grid .industry-layout .industry-item > .content .qrcode {
  width: 112px;
  height: 112px;
  border-radius: 3px;
  margin-bottom: 11px;
}
.customer-service-drawer .industry-category .item-grid .industry-layout .industry-item > .content .subtitle {
  font-size: 12px;
  color: #626573;
}
.customer-service-drawer .industry-category .item-grid .industry-layout.item-active {
  height: 255px;
}
.customer-service-drawer .industry-category .item-grid .industry-layout.item-active .industry-item > .title {
  border: 1px solid #f0f1f5;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(55, 88, 197, 0.08);
          box-shadow: 0px 4px 8px 0px rgba(55, 88, 197, 0.08);
}
.customer-service-drawer .industry-category .item-grid .industry-layout.item-active .industry-item > .content {
  height: 206px;
}
.customer-service-drawer .service-mp-code-trigger {
  margin-top: 8px;
  width: 94px;
  border: 0.5px solid #dfe2e6;
  font-size: 0;
  text-align: center;
  line-height: 25px;
  border-radius: 13px;
  cursor: pointer;
}
.customer-service-drawer .service-mp-code-trigger .call-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  background: url("https://static.jlc.com/image/public/jlc-web-public-common/top-bar/service-drawer/call_normal.svg") no-repeat;
}
.customer-service-drawer .service-mp-code-trigger .call-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #626573;
}
.customer-service-drawer .service-mp-code-trigger:hover {
  border-color: rgba(54, 115, 254, 0.12);
  background: rgba(54, 115, 254, 0.12);
}
.customer-service-drawer .service-mp-code-trigger:hover .call-icon {
  background: url("https://static.jlc.com/image/public/jlc-web-public-common/top-bar/service-drawer/call_actived.svg") no-repeat;
}
.customer-service-drawer .service-mp-code-trigger:hover .call-text {
  color: #3673fe;
}

.service-mp-code-popover {
  border: 1px solid #fff;
  border-radius: 8px;
}
.service-mp-code-popover .service-mp-code {
  padding: 12px;
}
.service-mp-code-popover .service-mp-code .mp-code-img {
  display: block;
  width: 138px;
  height: 138px;
  opacity: 0.8;
  background: #f2f3f5;
  border-radius: 4px;
}
.service-mp-code-popover .service-mp-code .mp-code-tips {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #626573;
  line-height: 18px;
}
