*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  position: relative;
  font-weight: normal;
}
a:link, a:visited {
  TEXT-DECORATION: none;
}
a:hover {
  TEXT-DECORATION: none !important;
}
video:focus {
  outline: none !important;
}

.portlet-dropzone ,.portlet-boundary, .portlet-content, .portlet-content-container, .portlet-body {
  height: 100%;
}

html, body, #app {
  height: 100%;
  overflow: hidden;
}

body {
  /*font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;*/
  font-family: Microsoft YaHei, serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.img-auto {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.icon-home {
  position: absolute;
  right: 4.16667vw;
  top: 2.08333vw;
  cursor: pointer;
}
.icon-home-active {
  display: none;
}
.icon-home:hover .icon-home-normal {
  display: none;
}
.icon-home:hover .icon-home-active {
  display: block;
}

.vxe-pulldown {
  position: relative;
  width: 100%;
  height: 100%;
}
.vxe-pulldown--content {
  width:  5.72917vw;
  height: 5.36458vw;
}
.vxe-pulldown--panel {
  display: none;
  position: absolute;
  /*right: 0;*/
  right: -0.78125vw;
  top: 4.322889vw;
  color: black;
  text-align: left;
  z-index: 999999999;
}
.vxe-pulldown--wrapper {
  background: rgba(0,0,0,0.6);
  color: #ffffff;
  width: 7.291666666666667vw;
  padding-bottom: 0.52083vw;
  font-size: 1.0416666666666667vw;
}
.vxe-pulldown-item {
  padding: 0.52083vw;
}
.vxe-pulldown--wrapper a {
  color: #ffffff;
}
.common-close {
  position: absolute;
  width: 2.39583vw;
  height: 2.39583vw;
  right: -1.04167vw;
  top: -1.04167vw;
  cursor: pointer;
  background: url("/cms-22esd-theme/esd/assets/common-close.png") no-repeat;
  background-size: 100% 100%;
}
.common-scroll {
  overflow-x: hidden;
  overflow-y: auto;
}
.common-scroll::-webkit-scrollbar {
  width: 0.41667vw;
  height: 1px;
}
/*滚动条里面小方块*/
.common-scroll::-webkit-scrollbar-thumb {
  border-radius: 1.04167vw;
  -webkit-box-shadow: inset 0 0 0.26042vw rgba(0,0,0,0.2);
  background: #aab2bc;
}
/*滚动条里面轨道*/
.common-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0.26042vw rgba(0,0,0,0.1);
  border-radius: 1.30208vw;
  background: rgba(123,123,123, 0.3);
}

.common-font {
  color: #fff;
  font-size: 22px;
  font-family: Microsoft YaHei, serif;
  font-weight: bold;
}

.dialog-content {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 10px 0 0;
  display: flex;
  flex-direction: column;
}

.dialog-title {
  color: #090909;
  font-size: 30px;
  text-align: center;
  padding-top: 28px;
}

.dialog-subtitle {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0;
  color: #555555;
  text-align: center;
  padding: 15px 0;
}
.dialog-text {
  flex: 1;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 0;
  color: #555555;
  text-indent: 2em;
  margin: 20px 0 20px 20px;
  padding-right: 20px;
}

.dialog-text p span strong {
  font-weight: bold;
}

.dialog-line {
  border: 1px dashed #cacaca;
  margin: 0 30px 0 20px;
}

.common-video-bg {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.common-video-bg-ie {
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto;
}

