
.demorequest{
  
}

.linear-icon {
  @apply bg-clip-text text-transparent bg-gradient-to-b from-[#0B69D7] to-[#9BBAF9] text-transparent;
}
.seo-ssr {
  display: none;
}
* {
  word-break: break-word;
}
em {
  font-style: normal;
}
:root {
  --speed: 30s;
  @screen md {
    --speed: 60s;
  }
}
html,
body {
  scroll-behavior: smooth;

  text-underline-offset: 4px;
}
::-webkit-scrollbar {
  background: 0 0;
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-thumb {
  background: #ececec;
  border-radius: 6px;
  width: 6px;
  height: 6px;
}
.font-body {
  font-family: "Mulish", "Lato", "sans-serif" !important;
}
mark {
  // color: #ffbb01;
  background: #e7f0fb;
}
img {
  object-fit: contain;
}
img,
video {
  -webkit-user-drag: none;
  user-drag: none;
}
.arrow-tran:hover {
  i {
    transition: all 0.2s;
    margin-left: 16px;
  }
}
// html,.container{
//   min-width: 1280px;
// }
@media (min-width: 1440px) {
  .container {
    max-width: 1376px;
  }
}
@media (max-width: 1439px) {
  .container {
    max-width: calc(100% - 128px);
  }
}
@media (max-width: 1023px) {
  .container {
    max-width: calc(100% - 48px);
  }
}
@media (max-width: 767px) {
  .container {
    max-width: calc(100% - 32px);
  }
}
.nav-sticky {
  position: sticky;
  left: 0;
  top: 0;
  z-index: 1999;
}

.top-table.el-table {
  th.el-table__cell.is-leaf,
  td.el-table__cell {
    // border-bottom: 0;
  }
  td.el-table__cell {
    // border-bottom: 0;
  }
  &.el-table--striped
    .el-table__body
    tr.el-table__row--striped
    td.el-table__cell {
    background: #f7f9fc;
  }
  td,
  th {
    padding: 12px 0;
    .cell {
      @apply !px-12px <xl:(!px-10px) <md:( text-12px !leading-normal);
    }
  }
  th.el-table__cell {
    font-weight: bold;
    color: #555;
    background-color: #f7f9fc;
  }
}

.react-hs-tip {
  @apply z-max;
}

//分页器样式修改
.el-pagination span {
  font-size: 14px !important;
  line-height: 14px !important;
  height: 14px !important;
}
.el-pagination {
  display: flex;
  .el-pager li.active {
    color: #ffffff;
    background-color: #0b69d7;
  }
  button:disabled {
    color: #ededed;
  }
  .el-pager {
    display: flex;
  }
  .el-pager .more::before {
    line-height: 24px;
  }
  .el-pager li {
    font-size: 12px;
    line-height: 24px;
    width: 24px;
    background-color: #fafafa;
    border-radius: 4px;
    color: #636466;
    margin-right: 4px;
    text-align: center;
    cursor: pointer;
    &:hover {
      text-decoration: underline;
    }
  }
  .btn-prev {
    font-size: 14px;
    line-height: 14px;
    padding: 0 5px;
    color: #0b69d7;
  }
  .btn-next {
    font-size: 14px;
    line-height: 14px;
    padding: 0 5px;
    color: #0b69d7;
  }
}
.el-popover {
  text-align: left !important;
  max-height: 400px;
  @apply <md:(max-w-92vw);
  overflow: auto;
  .popper__arrow {
    display: none !important;
  }
}
.el-select-dropdown {
  @apply <md:(max-w-92vw);
}
.gradient-text {
  background: linear-gradient(267deg, #1963de 24.45%, #0db9de 96.99%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1; /* 控制显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-2 {
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.un-line {
  @apply text-20px relative font-600 leading-normal <lg:(text-18px leading-normal) <md:(text-14px leading-normal);
  &::after {
    content: "";
    transition: 0.4s;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 36px;
    height: 2px;
    background: #fff;
  }
  &:hover {
    &:after {
      width: 100%;
    }
  }
}
.linear-bg {
  background-size: 200% !important;
  background-image: linear-gradient(
    267deg,
    #0db9de,
    #1963de,
    #0db9de
  ) !important;
  transition: 0.6s;
  &:hover {
    background-position: right !important;
  }
}

.linear-text {
  background: linear-gradient(90deg, #0185e4 0%, #993ff4 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.video-dialog {
  display: flex;
  align-items: center;
  .el-dialog {
    margin: 0 auto !important;
    background-color: transparent;
    box-shadow: none;
    .el-dialog__headerbtn {
      background-color: #fff;
      border-radius: 50%;
      line-height: 1;
      padding: 2px;
    }
  }
}
