﻿.provideo-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.provideo-box .provideo-le {
  width: 75%;
}

.provideo-box .provideo-ri {
  width: 25%;
  padding-left: 20px;
}

.provideo-box .provideo-viBox {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  background-color: #000;
  cursor: pointer;
  overflow: hidden;
}

.provideo-box .provideo-vi {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.provideo-box .provideo-icon {
  text-align: center;
  font-size: 48px;
  color: var(--themeColor);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.provideo-box .provideo-video {
  width: 100%;
  height: 100%;
}

.provideo-box .provideo-textBox {
  width: 100%;
  padding-top: 20px;
  color: #333;
  font-size: 18px;
  line-height: 1.5;
}

.provideo-box .provideo-text {
  height: 54px;
}

.provideo-box .provideo-swiper {
  width: 100%;
  height: calc(100% - 74px);
}

.provideo-frame {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.provideo-frame .provideo-frameBox {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
}

.provideo-frame .provideo-fra {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  background-color: #fff;
}

.provideo-frame .provideo-fraBox {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.provideo-frame .provideo-fraVideo {
  width: 100%;
  height: 100%;
}

.provideo-frame .provideo-fraBtn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 24px;
  display: inline-block;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}

@media only screen and (max-width: 1040px) {
  .provideo-box .provideo-icon {
    font-size: .72rem;
  }
}

@media only screen and (max-width: 767px) {
  .provideo-box .provideo-le {
    display: none;
  }
  .provideo-box .provideo-ri {
    width: 100%;
    padding-left: 0;
  }
  .provideo-box .provideo-swiper {
    height: initial;
  }
}

@media only screen and (max-width: 480px) {
  .provideo-box .provideo-icon {
    font-size: .48rem;
  }
  .provideo-frame .provideo-fraBtn {
    width: .6rem;
    height: .6rem;
    line-height: .6rem;
    top: .1rem;
    right: .1rem;
  }
}


.provideo-frame{
  overflow: hidden;
}
.provideo-frame .wrap{
  max-width: 56vw;
  margin-top: 6vh;
}
@media only screen and (max-width: 1040px) {
  .provideo-frame .wrap{
    max-width: 70vw;
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .provideo-frame .wrap{
    max-width: 100vw;
  }
}