.lay-wrap {
  .vdr {
    border: none;
    touch-action: auto;
    outline: none;
  }

  .video-js .vjs-big-play-button {
    font-size: 2.5em !important;
    line-height: 2.3em !important;
    height: 2.5em !important;
    width: 2.5em !important;
    -webkit-border-radius: 2.5em !important;
    -moz-border-radius: 2.5em !important;
    border-radius: 2.5em !important;
    background-color: #73859f;
    background-color: rgba($color: #000000, $alpha: 0.6) !important;
    border-width: 0.15em !important;
    margin-top: -1.25em !important;
    margin-left: -1.75em !important;
    border: 0.0666em solid transparent;
  }

  .video-wrap .video-js .vjs-big-play-button {
    opacity: 1!important;
  }

  .vjs-big-play-button .vjs-icon-placeholder {
    font-size: 1.63em !important;
  }
  
  .video-js:hover .vjs-big-play-button, .video-js .vjs-big-play-button:focus {
    border-color: transparent;
  }

  .vjs-paused .vjs-big-play-button,
  .vjs-paused.vjs-has-started .vjs-big-play-button {
    display: block !important;
    opacity: 1;
  }

  .video-js .vjs-time-control {
    display: block !important;
  }
  
  .video-js .vjs-remaining-time {
    display: none !important;
  }

  .video-js .vjs-mouse-display {
    display: none!important;
  }

  .video-js .vjs-time-control{
    text-align: center;
    min-width: 1em!important;
    padding: 0!important;
    line-height: 30px!important;
  }

  .video-wrap .video-js .vjs-control-bar .vjs-button > .vjs-icon-placeholder:before {
    line-height: 30px!important;
  }

  .video-js .vjs-play-progress:before {
    top: -0.45em!important;
    line-height: 1!important;
  }

  .video-js .vjs-mouse-display {
    display: none!important;
  }

  .vjs-slider-horizontal .vjs-volume-level:before {
    line-height: 1!important;
    top: -0.6em
  }

  // 分页器样式三
  .swiper-pagination.swiper-pagination-bullets {
    &.swiper-pagination-3 {
      .swiper-pagination-bullet {
        opacity: 1;
        background-color: var(--color)!important;
        transition: all 0.3s;
        &.swiper-pagination-bullet-active {
          background-color: var(--activeColor)!important;
        }
      }
    }
  }

  .text-con {
    p{
      font-size: 16px;
    }
    p,h1,h2,h3,h4,h5,table,pre {
      line-height: 1.5;
    }

    table,pre {
      margin: 15px 0;
    }

    ul,ol{
      margin: 10px 0 10px 20px;
    }
    ul li{
      list-style-type: disc;
      margin: 5px 0;
    }
    ol li{
      list-style-type:decimal;
      margin: 5px 0;
    }
    table td{
      text-align: inherit;
    }
    table {
      border-top: 1px solid #ccc;
      border-left: 1px solid #ccc;
      border-spacing: 0;
    }
    table th {
      border-bottom: 2px solid #ccc;
      text-align: center;
      background-color: #f1f1f1;
    }
    table td, table th {
      border-bottom: 1px solid #ccc;
      border-right: 1px solid #ccc;
      padding: 3px 5px;
      min-height: 30px;
      min-width: 30px;
    }
    a:-webkit-any-link {
      cursor: pointer;
      color:  -webkit-link;
    }
  
    a {
      width: auto;
      height: auto;
    }
    font[size="2"] {
      font-size: 12px;
    }
  }

  .swiper-container {
    .swiper-button-prev {
      pointer-events: auto;
      background-image: none;
      left: 20px;
      &:hover {
        .cms2iconfont {
          color: var(--hoverColor) !important;
        }
      }
      &::after {
        display: none;
      }

      .cms2iconfont {
        font-size: 28px;
      }
    }

    .swiper-button-next {
      pointer-events: auto;
      background-image: none;
      right: 20px;

      &:hover {
        .cms2iconfont {
          color: var(--hoverColor) !important;
        }
      }

      &::after {
        display: none;
      }

      .cms2iconfont {
        font-size: 28px;
      }
    }


    .arrow {
      width: 40px;
      height: 40px;
      background-color: #edf5fe;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;

      .cms2iconfont {
        font-size: 20px;
      }
    }
  }
}
