html,
body {
  font-size: 14px;
  font-family: "Helvetica Neue", "Avenir", "Helvetica", "microsoft yahei", "PingHei", "Arial", "Verdana", "sans-serif";
  background-color: #F8F8FA;
  background-image: linear-gradient(180deg, #ffffff 0%, #ffffff 120px, #F8F8FA 120px, #F8F8FA calc(100% - 386px), #ffffff calc(100% - 386px), #ffffff 100%);
}

html {
  scroll-behavior: smooth;
}

:root {
  --color-primary: #5982F6;
  --color-text-strong: #010914;
  --color-text-soft: #798494;
  --color-text-white: #ffffff;
  --color-text-info: #1A65D6;
  --color-bg-strong: #010914;
  --color-bg-sub: #F2F3F5;
  --color-bg-weak: #F8F8FA;
  --color-bg-white: #ffff;
  --color-icon-strong: var(--color-text-strong);
  --color-border-sub: #C7CDD4;
  --color-border-soft: #E9ECF1;
}

i {
  font-style: normal;
}

textarea,
input {
  font-size: 14px;
}

textarea::placeholder,
input::placeholder {
  color: #798494;
}

.blue {
  color: #1A65D6;
}

.pink {
  color: pink;
}

.gray {
  color: #808080;
}

.deep-blue,
.primary {
  color: var(--color-primary);
}

.red,
.danger {
  color: #fb0457;
}

.w100 {
  width: 100%;
}

.w100px {
  width: 100px;
}

.w120px {
  width: 120px;
}

.w217px {
  width: 217px;
}

.w50 {
  width: 50%;
}

.w40 {
  width: 40%;
}

.w25 {
  width: 25%;
}

.w20 {
  width: 20%;
}

.mb10 {
  margin-bottom: 10px;
}

.mr10px {
  margin-right: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.pr20 {
  padding-right: 20px;
}

.orange,
.warning {
  color: #ff7611;
}

.green,
.success {
  color: #0fb94d;
}

.status_bar {
  height: var(--status-bar-height);
  width: 100%;
}

.require:after {
  content: '*';
  color: #fb0457;
  margin-left: 2px;
}

.f-s {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -moz-box-pack: flex-start;
  -webkit--moz-box-pack: flex-start;
  box-pack: flex-start;
  align-items: center;
  -webkit-align-items: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
}

.f-e {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -moz-box-pack: flex-end;
  -webkit--moz-box-pack: flex-end;
  box-pack: flex-end;
  align-items: center;
  -webkit-align-items: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
}

.s-b {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-box-pack: space-between;
  -webkit--moz-box-pack: space-between;
  box-pack: space-between;
  align-items: center;
  -webkit-align-items: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
}

.s-a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -moz-box-pack: space-around;
  -webkit--moz-box-pack: space-around;
  box-pack: space-around;
  align-items: center;
  -webkit-align-items: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
}

.c-c {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-pack: center;
  -webkit--moz-box-pack: center;
  box-pack: center;
  align-items: center;
  -webkit-align-items: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.hide-auto-input {
  position: absolute;
  display: inline-block;
  opacity: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.rx-sec {
  margin-top: 10px;
}

.rx-sec.form {
  padding: 0 20px;
}

.rx-sec-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 44px;
}

.rx-sec-item-m {
  flex: 1;
}

.rx-sec-item-r {
  display: flex;
  justify-content: center;
  align-items: center;
}

.rx-sec-item-r-arrow {
  width: 6.5px;
  height: 11px;
  margin-left: 10px;
}

.rx-sec-item-term {
  flex: 1;
}

.rx-sec-item-term+.rx-sec-item-term {
  margin-left: 20px;
}

.rx-sec-item-term.radio {
  flex: none;
  min-width: 60px;
}

.rx-sec-item-handle {
  flex: none;
  min-width: 100px;
}

.rx-sec-item-handle .rx-icon {
  font-size: 18px;
}

.rx-sec-item-handle .rx-icon:hover {
  cursor: pointer;
}

.rx-sec-item-handle .rx-icon.el-icon-circle-plus-outline:hover {
  color: var(--color-primary);
}

.rx-sec-item-handle .rx-icon.el-icon-delete:hover {
  color: #fb0457;
}

.rx-sec-item-handle .rx-icon+.rx-icon {
  margin-left: 10px;
}

.qm-h2 {
  margin: 16px 0;
  line-height: 32px;
  font-size: 24px;
  font-weight: bold;
}

.qm-h3 {
  margin: 16px 0;
  line-height: 24px;
  font-size: 18px;
  font-weight: bold;
}

.qm-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 600px;
}

.qm-content .qm-card-mb {
  flex-shrink: 0;
}

.qm-content-box {
  flex: 1;
}

.qm-content-box>.el-card__body {
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
}

.qm-content-table {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}

.qm-sec {
  margin-top: 10px;
}

.qm-sec.form {
  padding: 0 20px;
}

.qm-sec-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 44px;
}

.qm-sec-item-m {
  flex: 1;
}

.qm-sec-item-r {
  display: flex;
  justify-content: center;
  align-items: center;
}

.qm-sec-item-r-arrow {
  width: 6.5px;
  height: 11px;
  margin-left: 10px;
}

.qm-sec-item-term {
  flex: 1;
}

.qm-sec-item-term+.qm-sec-item-term {
  margin-left: 20px;
}

.qm-sec-item-term.radio {
  flex: none;
  min-width: 60px;
}

.qm-sec-item-handle {
  flex: none;
  min-width: 100px;
}

.qm-sec-item-handle .rx-icon {
  font-size: 18px;
}

.qm-sec-item-handle .rx-icon:hover {
  cursor: pointer;
}

.qm-sec-item-handle .rx-icon.el-icon-circle-plus-outline:hover {
  color: var(--color-primary);
}

.qm-sec-item-handle .rx-icon.el-icon-delete:hover {
  color: #fb0457;
}

.qm-sec-item-handle .rx-icon+.rx-icon {
  margin-left: 10px;
}

.qm-img {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  border: 1px solid #eee;
  -o-object-fit: cover;
  object-fit: cover;
}

.qm-card-mb {
  margin-bottom: 12px;
}

.qm-btn-bar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 64px;
}

.qm-btn-bar .el-button {
  margin-bottom: 24px;
}

.qm-form-h4 {
  margin-bottom: 10px;
  border-bottom: 1px solid #C7CDD4;
  font-size: 16px;
  line-height: 40px;
}

.qm-pagination {
  margin-top: 24px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.qm-dialog-contain {
  max-height: 600px;
  overflow: auto;
}

.qm-dialog-foot {
  padding-top: 10px;
  text-align: center;
}

.qm-dialog .el-dialog__body {
  padding-top: 0;
}

.hide {
  display: none;
}

.xc-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  height: 44px;
  font-size: 14px;
  border-radius: 4px;
}

.xc-btn::after {
  border: none;
}

.xc-btn-info:active,
.xc-btn-primary:active,
.xc-btn-primary2:active,
.xc-btn-tree:active,
.xc-btn-topic:active,
.xc-btn-secondary:active,
.xc-btn-secondary2:active,
.xc-btn-warning:active,
.xc-btn-success:active,
.xc-btn-danger:active,
.xc-btn-default:active,
.xc-btn-default2:active {
  -webkit-filter: brightness(0.9);
  filter: brightness(0.9);
}

.xc-btn-info {
  color: #fff;
  background-color: var(--color-primary);
  border-radius: 8px;
}

.xc-btn-primary {
  color: #fff;
  /* E0493F */
  /* background-color: var(--color-primary); */
  background-color: var(--color-primary);
  /* background-color: #E0493F; */
}

.xc-btn-warning {
  color: #fff;
  background-color: #ff7611;
}

.xc-btn-danger {
  color: #fff;
  background-color: #fb0457;
}

.xc-btn-success {
  color: #fff;
  background-color: #0fb94d;
}

.xc-btn-default {
  color: #fff;
  background-color: #DEDEDE;
}

.xc-btn-default2 {
  color: #666;
  background-color: #e6e6e6;
}

.xc-btn-border {
  color: #010914;
  border: 1px solid #C7CDD4;
  background-color: #fff;
  border-radius: 8px;
}

.xc-btn-border:active {
  background-color: #f2f2f2;
}

.xc-btn-border.qm-btn-primary {
  border-color: var(--color-primary);
  color: var(--color-primary);
}

.xc-btn-border.qm-btn-info {
  border-color: #1A65D6;
  color: #1A65D6;
}

.xc-btn-tsp {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: transparent;
  background-color: transparent;
  border: none;
}

.xc-btn-tsp::after {
  border: none;
}

.xc-btn.radius {
  border-radius: 100px;
}

.xc-btn.disabled {
  background-color: #F8F8FA !important;
  color: #798494;
}

.xc-btn.disabled:active {
  filter: none;
}

.xc-sec {
  margin: 0 auto;
  border-radius: 8px;
  width: 1440px;
}

.xc-sec+.xc-sec {
  margin-top: 40px;
}

.xc-bg-cover {
  background-attachment: scroll;
  background-image: url(https://s.globalsources.com/IMAGES/website/image/orientationCorner/boc_gsol_bg.jpg);
  background-position-x: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 720px;
}

.xc-header {
  position: relative;
  background-color: #fff;
  z-index: 100;
}

.xc-header.sticky {
  position: sticky;
  top: 0;
  z-index: 10;
}

.xc-header-bottom {
  box-shadow: 0px -10px 15px rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #E6E8ED;
}

.xc-header-content {
  margin: 0 auto;
  width: 1440px;
}

.xc-header-content-t {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
}

.help-block {
  margin-top: 2px !important;
  position: absolute;
  background-color: #fff;
}

.xc-header-content-t .t-l,
.xc-header-content-t .t-r {
  display: flex;
}

.xc-header-content-t .t-l-item,
.xc-header-content-t .t-r-item {
  display: flex;
  align-items: center;
}

/* .t-r-item,
.t-l-item-text {
  color: #666;
} */
.xc-header-content-t .t-l-item,
.xc-header-content-t .t-r-item {
  color: #666;
}

.xc-header-content-t .t-l-item:hover,
.xc-header-content-t .t-r-item:hover {
  color: var(--color-primary);
}


.xc-header-content-t .t-l-item-icon,
.xc-header-content-t .t-r-item-icon {
  margin-left: 2px;
}

.xc-header-content-t .t-l-item {
  margin-right: 24px;
}

.xc-header-content-t .t-r-item {
  margin-left: 24px;
}

.xc-header-content-t .t-r-item-tag {
  margin-right: 4px;
}

.xc-header-content-m {
  height: 80px;
}

.xc-header-content-m .m-m {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  margin: 0 28px 0 40px;
  padding: 0 0 0 5px;
  height: 42px;
}

.xc-header-content-m .m-m-btn {
  position: relative;
  border-right: 1px solid #E6E8ED;
  padding-left: 20px;
  height: 20px;
  padding-right: 14px;
  line-height: 18px;
  z-index: 1;
}

/* .xc-header-content-m .m-m-btn::before {
  content: ' ';
  position: absolute;
  height: 20px;
  width: 12px;
  background: #E9ECF1;
  top: 50%;
  transform: translateX(-50%);
} */

.xc-header-content-m .m-m-btn-icon {
  display: inline-block;
}

.xc-header-content-m .m-m-search {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid #E9ECF1;
  border-radius: 48px;
  padding: 0 112px 0 134px;
  border-color: var(--color-primary);
}

.xc-header-content-m .m-m-search:focus {
  border-color: var(--color-primary);
}

.xc-header-content-m .m-m-search-icon {
  position: absolute;
  top: 14px;
  right: 100px;
  cursor: pointer;
}

.xc-header-content-m .m-m-r {
  position: relative;
  width: 96px;
  height: 40px;
  z-index: 1;
}

.xc-header-content-m .m-r-item {
  margin-left: 12px;
}

.xc-header-content-m .m-r-item:hover {
  color: var(--color-primary);
}

.xc-header-content-m .m-r-item.dropdown-toggle:after {
  display: none;
}

.xc-header-content-m .m-r-item .iconfont {
  display: inline-block;
  font-size: 32px;
  margin-right: 4px;
}

.xc-header-placeholder {
  width: 100%;
  height: 160px;
}

.xc-main {
  margin: 0 auto;
  padding-top: 24px;
  width: 1440px;
}

.xc-talk {
  position: fixed;
  top: 40%;
  z-index: 1;
  right: 10px;
  border-radius: 8px;
  box-shadow: 0 1px 8px 0 #0811290a;
  padding: 0 12px;
  background-color: #fff;
}

.logo-img {
  height: 42px;
}

.xc-talk-item {
  padding: 12px 0;
  width: 40px;
  position: relative;
}

.xc-talk-item+.xc-talk-item {
  border-top: 1px solid #E6E8ED;
}

.xc-talk-item-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #0c203d;
}

.xc-talk-item-link i {
  font-size: 24px;

}

.sec1-r-tall-btn1 i,
.xc-btn i {
  font-size: 18px;
}

.xc-talk-item-link:hover .icon {
  fill: var(--color-primary);
}

.xc-talk-item-link:hover .text,
.xc-talk-item-link:hover i {
  color: var(--color-primary);
}


.xc-talk-item-link .icon {
  display: block;
  width: 20px;
  margin-bottom: 2px;
  fill: #0c203d;
}

.xc-talk-item-link .text {
  font-size: 12px;
  line-height: 20px;
  font-weight: bold;

}

.xc-footer {
  border-top: 1px solid #E6E8ED;
  padding-top: 64px;
  /* box-shadow: 4px 4px 10px 4px #eee; */
  color: #010914;
  background-color: #fff;
  /* z-index: 1;
  position: relative; */

}

/* .user-xc-footer{
  position: absolute;
  bottom: 0;
  width: 100%;
} */
.xc-footer-content {
  display: flex;
  margin: 0 auto;
  width: 1440px;
  justify-content: space-between;
}

.xc-footer-content .content-l {
  flex: 1;
  display: flex;
  min-width: 0;
}

.xc-footer-content .content-l .item {
  flex: 1;
}

.xc-footer-content .content-l .item-title {
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}

.xc-footer-content .content-l .item-list {
  margin-top: 20px;
}

.xc-footer-content .content-l .item-link {
  margin-top: 12px;
  line-height: 24px;
}

.xc-footer-content .content-l .item-link-text {
  color: #666;
}

.xc-footer-content .content-l .item-link-text:hover {
  text-decoration: underline;
}

.xc-footer-content .content-r {
  flex-shrink: 0;
  /* margin-left: 24px; */
  width: 500px;
}

.xc-footer-content .content-r-logo {
  display: block;
}

.xc-footer-content .content-r-social {
  display: flex;
  margin-top: 24px;
}

.xc-footer-content .content-r-social .link {
  width: 32px;
  height: 32px;
  filter: grayscale(100%);
  opacity: 0.66;
}

.xc-footer-content .content-r-social .link:hover {
  filter: none;
  opacity: 1;
}

.xc-footer-content .content-r-social .link+.link {
  margin-left: 16px;
}

.xc-footer-content .content-r-social .link-logo {
  display: block;
  width: 32px;
  height: 32px;
  font-size: 32px;
}

.xc-footer-b {
  margin: 64px auto 0;
  padding: 32px 0 40px;
  width: 1440px;
  border-top: 1px solid #E9ECF1;
  text-align: center;
  color: #666;
}

.xc-footer-b-list .item {
  color: #666;
  line-height: 24px;
}

.xc-footer-b-list .item:hover {
  text-decoration: underline;
}

.xc-footer-b-list .item+.item {
  margin-left: 24px;
}

.xc-footer-b-copyright {
  margin-top: 12px;
  font-size: 12px;
  line-height: 16px;
}

.xc-good-list {
  display: flex;
  min-width: 0;
}

.xc-good-item {
  flex: 1;
  min-width: 0;
  /* max-width: 165px; */
  border-radius: 6px;
  cursor: pointer;
}

.xc-good-item+.xc-good-item {
  margin-left: 18px;
}

.xc-good-item-img {
  display: block;
  border-radius: 6px;
  width: 100%;
  /* height: 192px; */
  overflow: hidden;
}

.more {
  border-radius: 30px;
  border: 1px solid #666;
  text-align: center;
  width: max-content;
  padding: 0px 20px;
  margin-top: 10px;
  cursor: pointer;
  color: #666;
}

.more:hover {
  color: #000;
  border-color: #000;
}

.xc-good-item-img .img {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
}

.xc-good-item-img .img:hover {
  transform: scale(1.2);
}

.xc-good-item-name {
  padding: 12px 0px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: -webkit-box;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 52px;
  line-height: 20px;
}

.xc-good-item-name:hover {
  text-decoration: underline;
}

.xc-good-item-price {
  padding: 8px 0px 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

.xc-good-item-date {
  padding: 4px 0px 8px;
  font-size: 12px;
  line-height: 16px;
}

.xc-good-item-date .gray {
  color: #798494;
}

.xc-input {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #D2D3D6;
  border-radius: 8px;
  padding: 0 12px;
  height: 44px;
  transition: border 0.3s;
}

.xc-input.focus {
  border-color: var(--color-primary);
}

.xc-input.focus .xc-input-icon {
  color: var(--color-primary);
}

.xc-input.disabled {
  cursor: no-drop;
  background-color: #F8F8FA;
}

.xc-input.disabled .xc-input-m {
  color: #B4BAC3;
  background-color: transparent;
}

.xc-input-icon {
  color: #B7BAC2;
  font-size: 20px;
  transition: color 0.3s;
}

.xc-input-icon+.xc-input-m {
  margin-left: 8px;
}

.xc-input-m {
  flex: 1;
}

.xc-input-m:disabled {
  cursor: no-drop;
}

.xc-input-close {
  cursor: pointer;
}

.xc-select {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border: 1px solid #D2D3D6;
  border-radius: 8px;
  padding: 0 12px;
  height: 44px;
  transition: border 0.3s;
}

.xc-select.focus {
  border-color: var(--color-primary);
}

.xc-select-icon {
  position: relative;
  color: #B7BAC2;
  font-size: 20px;
  z-index: 1;
}

.xc-select-m {
  flex: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-left: 12px;
  border: none;
  border-radius: 8px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
}

.xc-scale-img {
  overflow: hidden;
}

.xc-scale-img-bg {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
}

.help-block {
  color: red;
  display: inline-block;
  margin-top: 10px;
}

.xc-scale-img-bg:hover {
  transform: scale(1.1);
}

.tl {
  text-align: left !important;
}

.tr {
  text-align: right;
}

.el-container {
  min-height: 0;
}

.icon-arrow.right {
  transform: rotate(180deg);
}

.icon-arrow.bottom {
  transform: rotate(-90deg);
}

.icon-arrow .icon-arrow.right {
  transform: rotate(180deg);
}

.icon-arrow .icon-arrow.bottom {
  transform: rotate(-90deg);
}

.icon-arrow.top {
  transform: rotate(90deg);
}

.icon-arrow.fs14px {
  font-size: 14px;
}

.icon-arrow.fs20px {
  font-size: 20px;
}

.header .xc-header-content-m .xc-btn:hover {
  border: 1px solid #010914;
  color: #010914;
}

.main-box-return:hover {
  color: #010914;
  border: 1px solid #010914;
}

.user-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  height: 100vh;
}

.ellipsis-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  display: -webkit-box;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.icon-headphone {
  font-size: 24px !important;
}

.xc-tooltip {
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .12);
  box-shadow: 0 0 6px rgba(0, 0, 0, .12);
  display: none;
  font-size: 14px;
  line-height: 16px;
  margin-right: 11px;
  padding: 12px;
  position: absolute;
  right: 120%;
  top: 0px;
  white-space: nowrap;
}

.xc-tooltip:after {
  border: 6px solid transparent;
  border-left-color: #fff;
  content: " ";
  position: absolute;
  right: -12px;
  top: 14px;
  width: 0;
}

.xc-talk-item-link {
  position: relative;
}

.xc-talk-item-link:hover .xc-tooltip {
  display: block;
}

select {
  line-height: normal !important;
}

.t-r-item.s-b.dropdown-toggle.user-style1 {
  border-right: 1px solid #c0c4cc;
  line-height: 12px;
}

.layout-enter-active,
.layout-leave-active {
  transition: opacity .8s
}

.layout-enter,
.layout-leave-active {
  opacity: 0
}

.xc-footer a:hover {
  color: #010914 !important;
}

.logo-border {
  border: 1px solid #C7CDD4;
  border-radius: 4px;
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.dropdown-menu-li {
  cursor: pointer;
}

.gray {
  font-size: 12px !important;
}

.d-flex {
  display: flex;
}

.d-inline-block {
  display: inline-block;
}

.item-span {
  color: #346EC6;
  cursor: pointer;
}

.item-link {
  padding: 0px 3px;
  color: #E6E8ED;
}

.el-message{
	z-index: 100000;
}

