.padding {
  position: relative;
  padding: 0px 36px 150px;
}
.topBanner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.topBanner .topBannerLeft {
  position: relative;
  min-width: 735px;
  width: 100%;
  height: 226px;
  border-radius: 28px;
  padding-left: 32px;
  margin: 36px 29px 0 0;
  background-image: url('https://cdn.ix5j.net/saas_assets/homeWorkBench/bg_homeWorkBench_top2.webp'), url('https://cdn.ix5j.net/saas_assets/homeWorkBench/bg_homeWorkBench_top1.webp');
  background-size: 441px 100%, 100% 100%;
  /* 调整背景图像的大小以填充容器 */
  background-position: center right, center;
  /* 调整背景图像在容器中的位置 */
  background-repeat: no-repeat;
  /* 禁止背景图像的重复 */
}
.topBanner .topBannerLeft .topBannerLeft-title {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-top: 32px;
}
.topBanner .topBannerLeft .topBannerLeft-desc {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 5px;
}
.topBanner .topBannerLeft .topBannerLeft-button {
  position: absolute;
  width: 122px;
  height: 44px;
  background: #fff;
  border-radius: 100px;
  cursor: pointer;
  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;
  bottom: 32px;
}
.topBanner .topBannerLeft .topBannerLeft-button span {
  color: #0FD7B3;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.topBanner .topBannerLeft .topBannerLeft-button img {
  width: 24px;
  height: 24px;
}
.topBanner .topBannerRight {
  position: relative;
  width: 371px;
  height: 226px;
  margin: 36px 0 0 0;
  border-radius: 28px;
  border: 1px solid #F5F5F5;
  background: #F0FDFB;
  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-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.topBanner .topBannerRight .topBannerRight-title {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-top: 32px;
  padding-bottom: 32px;
}
.topBanner .topBannerRight .topBannerRight-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.topBanner .topBannerRight .topBannerRight-num .num-style {
  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;
}
.topBanner .topBannerRight .topBannerRight-num .num-style .num {
  color: #0FD7B3;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 6px;
}
.topBanner .topBannerRight .topBannerRight-num .num-style .numText {
  color: #999;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.topBanner .topBannerRight .vertical-line {
  content: "";
  padding: 0;
  border-left: 1px solid #eee;
  /* 设置竖线的样式 */
  margin-left: 16px;
  margin-right: 16px;
  height: 32px;
  /* 设置竖线的高度 */
  top: 0;
  /* 将竖线定位在父元素的顶部 */
  bottom: 0;
  /* 将竖线定位在父元素的底部 */
}
.topBanner .topBannerRight .topBannerRight-button {
  position: absolute;
  width: 300px;
  height: 44px;
  border-radius: 12px;
  background: #0FD7B3;
  cursor: pointer;
  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;
  bottom: 16px;
}
.topBanner .topBannerRight .topBannerRight-button span {
  color: #262626;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.toolsTitle {
  color: #262626;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.toolsCardList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.toolsCardList .toolsCard {
  position: relative;
  width: 271px;
  height: 196px;
  margin: 16px 28px 0 0;
  border-radius: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -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-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.toolsCardList .toolsCard .toolsCard-title {
  color: #262626;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 10px;
}
.toolsCardList .toolsCard .toolsCard-desc {
  color: rgba(0, 0, 0, 0.48);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 4px;
}
.toolsCardList .card1 {
  background: linear-gradient(226deg, #84C4FF 6.01%, #FFF 121.53%);
}
.toolsCardList .card2 {
  background: linear-gradient(223deg, #FFA6A1 9.06%, #FEF0EA 80.29%);
}
.toolsCardList .card3 {
  background: linear-gradient(221deg, #97A1FF 3.88%, #E5E9FF 88.71%);
}
.toolsCardList .card4 {
  background: linear-gradient(217deg, #FFABF7 10.5%, #FFF3FF 90.83%);
}
.grayBgCorner {
  padding: 24px 28px 28px 28px;
  height: auto;
  border-radius: 28px;
  background: #F9F9F9;
  display: var(--display);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.smallTitle .title {
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.smallTitle .moreStyle {
  float: right;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.smallTitle .moreStyle .more {
  color: #999;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.smallTitle img {
  width: 17px;
  height: 17px;
}
.videoCardList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.videoCardList .videoCardBg {
  background-image: var(--background-image), url('https://cdn.ix5j.net/saas_assets/homeWorkBench/card_empty.webp');
}
.videoCardList .videoCardBgScript {
  background-image: var(--background-image), url('https://cdn.ix5j.net/saas_assets/homeWorkBench/card_empty_script.webp');
}
.videoCardList .videoCard {
  position: relative;
  border-radius: 16px;
  cursor: pointer;
  background-size: cover;
  /* 调整背景图像的大小以填充容器 */
  background-position: center;
  /* 调整背景图像在容器中的位置 */
  background-repeat: no-repeat;
  /* 禁止背景图像的重复 */
}
.videoCardList .videoCard .videoCardBottom {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  bottom: 0;
  border-radius: 0 0 16px 16px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-10.56%, #0C1A18), color-stop(38.44%, rgba(12, 26, 24, 0.45)), color-stop(83.38%, rgba(12, 26, 24, 0)));
  background: linear-gradient(0deg, #0C1A18 -10.56%, rgba(12, 26, 24, 0.45) 38.44%, rgba(12, 26, 24, 0) 83.38%);
}
.videoCardList .videoCard .videoCard-title {
  width: auto;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 4px;
}
.videoCardList .videoCard .videoCard-desc {
  color: #FFF;
  opacity: 0.6;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 12px;
}

[data-v-63fc3775] .dialog-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 374px;
  height: 220px;
  background-image: url("https://cdn.ix5j.net/saas_assets/backcolor123.webp");
}
[data-v-63fc3775] .dialog-image p {
  line-height: 26px;
}
[data-v-63fc3775] .el-form--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
[data-v-63fc3775] .el-form-item {
  margin-bottom: 20px;
}
.dialog-size[data-v-63fc3775] {
  font-family: PingFang SC, PingFang SC-400;
}
.dialog-input[data-v-63fc3775] {
  width: 275px;
}
[data-v-63fc3775] .el-dialog__footer {
  margin-top: -16px;
}
.el-dialog__header .el-dialog__title[data-v-63fc3775] {
  text-align: center;
}
[data-v-63fc3775] ::-webkit-scrollbar {
  width: 0px;
}
[data-v-63fc3775] .el-form-item__label {
  font-size: 12px;
}
[data-v-63fc3775] .el-input__inner {
  width: 280px;
}
