* {
  margin: 0;
  padding: 0;
  font-size: 14rem;
  font-family: "Roboto", "Source Han Sans SC", "PingFang SC", "Microsoft YaHei", "SourceHanSansSC-Regular", sans-serif;
}

.required {
  color: red;
}

.clearBoth {
  clear: both;
}

.noSelected {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

a,
a:active,
a:after,
a:visited {
  color: unset;
  text-decoration: none;
}


html {
  font-size: 1px;
}

.icon {
  font-family: iconfont !important;
}

/* 修改垂直滚动条的宽度 */
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  /* Chrome, Safari, and newer Edge */
}

/* 修改垂直滚动条的宽度 */
::-webkit-scrollbar-thumb {
  background-color: #c2c2c2;
  /* 滚动条的背景颜色 */
  border-radius: 4px;
  /* 圆角边框 */
}

/* 修改滚动条的轨道背景 */
::-webkit-scrollbar-track {
  background-color: transparent;
}

@font-face {
  font-family: 'Roboto';
  src:
    url('https://static.euroland.group/public/font/public/Roboto-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'RobotoM';
  src:
    url('https://static.euroland.group/public/font/public/Roboto-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'RobotoB';
  src:
    url('https://static.euroland.group/public/font/public/Roboto-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Heebo';
  src:
    url('https://static.euroland.group/public/font/NPHTicker/Heebo-Thin.woff2') format('woff2');
}

.selected-style {
  user-select: none;
}

.w-e-scroll a,
.w-e-scroll a span {
  color: #005feb !important;
  border-bottom: solid 1px #005feb;
}



.showWrap {
  display: flex !important;
}

.showBlock {
  display: block !important;
}

.hideNone {
  display: none !important;
}


.el-button {
  width: 106rem !important;
  height: 34rem !important;
  border: 1px solid #749cd1 !important;
}


.redBorder {
  border: solid 1px red !important;
}

.redColor {
  color: red !important;
}

input::placeholder {
  font-size: 12rem;
  /* 设置占位符字体大小为14像素 */
}

::selection {
  background-color: #CBE0FF;
  /* 选中文本的背景颜色 */
  /* 选中文本的文字颜色 */
}

/* 针对 Firefox 浏览器的兼容性样式 */
::-moz-selection {
  background-color: #CBE0FF;
}

.w-e-text-container [data-slate-editor] span {
  font-size: inherit;
}

@font-face {
  font-family: 'iconfont';
  src:
    url('iconfont.woff2') format('woff2'),
    url('iconfont.woff') format('woff'),
    url('iconfont.ttf') format('truetype');

}

/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
/* @font-face {
  font-family: 'iconfont';  
  src: url('//at.alicdn.com/t/c/font_4409029_2wg141ayncd.woff2?t=1722938055712') format('woff2'),
       url('//at.alicdn.com/t/c/font_4409029_2wg141ayncd.woff?t=1722938055712') format('woff'),
       url('//at.alicdn.com/t/c/font_4409029_2wg141ayncd.ttf?t=1722938055712') format('truetype');
}  */