.bossgoo-video-detail1 {
  padding-bottom: 60px;
}

.bossgoo-video-detail1 .wrap {
  display: flex;
  align-items: flex-start;
}

.bossgoo-video-detail1 .video-main {
  margin-right: 50px;
  flex: 1;
  min-width: 0;
  padding-top: 30px;
}

.bossgoo-video-detail1 .video-detail {
  margin-bottom: 50px;
}

.bossgoo-video-detail1 .video-detail .title {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 15px;
}

.bossgoo-video-detail1 .video-detail .time {
  font-size: 14px;
  margin-bottom: 30px;
}

.bossgoo-video-detail1 .video-detail .video-box {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  background: #000;
  margin-bottom: 20px;
}

.bossgoo-video-detail1 .video-detail video {
  position: absolute;
  width: 100%;
  height: 100%;
}

.bossgoo-video-detail1 .video-detail .des {
  line-height: 28px;
  color: #999;
  margin-bottom: 40px;
}

.bossgoo-video-detail1 .video-detail .other {
  display: flex;
  justify-content: space-between;
}

.bossgoo-video-detail1 .video-detail .other a {
  color: #666;
}

.bossgoo-video-detail1 .video-detail .prev, .bossgoo-video-detail1 .video-detail .next {
  max-width: 40%;
  font-weight: bold;
}

.bossgoo-video-detail1 .video-detail .prev a, .bossgoo-video-detail1 .video-detail .next a{
  font-weight: normal;
}

.bossgoo-video-detail1 .video-detail .other a:hover{
  color: var(--themeColor);
}

.bossgoo-video-detail1 .pro-related .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

.bossgoo-video-detail1 .pro-related .related-swiper {
  position: relative;
  padding: 0 40px;
  overflow: hidden;
}

.bossgoo-video-detail1 .pro-related .swiper-container {
  position: static;
}

.bossgoo-video-detail1 .pro-related .img-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  margin-bottom: 10px;
}

.bossgoo-video-detail1 .pro-related .img-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.bossgoo-video-detail1 .pro-related .img-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.bossgoo-video-detail1 .pro-related .contact-btn {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: var(--themeColor);
  opacity: .8;
  color: #fff;
}

.bossgoo-video-detail1 .pro-related .swiper-slide:hover .contact-btn {
  display: block;
}

.bossgoo-video-detail1 .pro-related .pro-name {
  text-align: center;
}

.bossgoo-video-detail1 .swiper-button-prev, .bossgoo-video-detail1 .swiper-container-rtl .swiper-button-next {
  background-image: none;
  left: 0;
}

.bossgoo-video-detail1 .swiper-button-next, .bossgoo-video-detail1 .swiper-container-rtl .swiper-button-prev {
  background-image: none;
  right: 0;
}

.bossgoo-video-detail1 .swiper-button-next, .bossgoo-video-detail1 .swiper-button-prev {
  width: auto;
  height: auto;
}

.bossgoo-video-detail1 .swiper-button-next .iconfont, .bossgoo-video-detail1 .swiper-button-prev .iconfont {
  font-size: 36px;
}

.bossgoo-video-detail1 .sidebar {
  width: 320px;
  border: 1px solid #e5e5e5;
  margin: 25px 0;
}

.bossgoo-video-detail1 .sidebar .title {
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  background: #f2f3f7;
}

.bossgoo-video-detail1 .sidebar ul {
  padding: 10px 5px 20px;
}

.bossgoo-video-detail1 .sidebar li {
  display: flex;
  padding: 10px 15px;
  border-radius: 5px;
  margin-bottom: 10px;
  background: #fafafa;
}

.bossgoo-video-detail1 .sidebar li:hover .video-tit{
  color: var(--themeColor);
}

.bossgoo-video-detail1 .sidebar .img-box {
  position: relative;
  width: 118px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-right: 10px;
}

.bossgoo-video-detail1 .sidebar .img-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.bossgoo-video-detail1 .sidebar .img-box .iconfont {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: #fff;
}

.bossgoo-video-detail1 .sidebar .info {
  flex: 1;
  min-width: 0;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bossgoo-video-detail1 .sidebar .video-tit {
  font-weight: bold;
}

.bossgoo-video-detail1 .sidebar .time {
  font-size: 14px;
  color: #222;
}

@media only screen and (max-width: 1040px) {
  .bossgoo-video-detail1 .wrap {
    display: block;
    padding: 0 .2rem;
  }
  .bossgoo-video-detail1 {
    padding-bottom: 0;
  }
  .bossgoo-video-detail1 .video-main {
    padding-top: .5rem;
  }
  .bossgoo-video-detail1 .video-main {
    margin-right: 0;
  }
  .bossgoo-video-detail1 .sidebar {
    width: 100%;
    margin: .3rem 0;
  }
  .bossgoo-video-detail1 .sidebar li:hover .video-tit{
    color: #222;
  }
  .bossgoo-video-detail1 .video-detail .title {
    font-size: .4rem;
    margin-bottom: .3rem;
  }
  .bossgoo-video-detail1 .video-detail .time {
    font-size: .36rem;
    margin-bottom: .4rem;
  }
  .bossgoo-video-detail1 .video-detail .video-box {
    margin-bottom: .4rem;
  }
  .bossgoo-video-detail1 .video-detail .des {
    line-height: 1.5;
    margin-bottom: .3rem;
  }
  .bossgoo-video-detail1 .video-detail .other {
    display: block;
  }
  .bossgoo-video-detail1 .video-detail .prev, .bossgoo-video-detail1 .video-detail .next {
    display: block;
    max-width: 100%;
    margin-bottom: .3rem;
  }
  .bossgoo-video-detail1 .video-detail {
    margin-bottom: .5rem;
  }
  .bossgoo-video-detail1 .pro-related {
    padding: .3rem 0;
  }
  .bossgoo-video-detail1 .pro-related .title {
    font-size: .4rem;
  }
  .bossgoo-video-detail1 .pro-related .swiper-slide:hover .contact-btn {
    display: none;
  }
  .bossgoo-video-detail1 .swiper-button-next .iconfont, .bossgoo-video-detail1 .swiper-button-prev .iconfont {
    font-size: .6rem;
  }
  .bossgoo-video-detail1 .sidebar .title {
    padding: 0 .2rem;
    height: .8rem;
    line-height: .8rem;
    font-size: .4rem;
  }
  .bossgoo-video-detail1 .sidebar .img-box {
    width: 2.36rem;
    height: 2rem;
    margin-right: .2rem;
  }
  .bossgoo-video-detail1 .sidebar ul {
    padding: .2rem .1rem .4rem;
  }
  .bossgoo-video-detail1 .sidebar li {
    padding: .2rem .3rem;
    border-radius: .1rem;
    margin-bottom: .2rem;
  }
  .bossgoo-video-detail1 .sidebar .time {
    font-size: .28rem;
  }
}

@media only screen and (max-width: 767px) {
  .bossgoo-video-detail1 .video-detail .title {
    font-size: .36rem;
  }
  .bossgoo-video-detail1 .video-detail .time {
    font-size: .28rem;
    margin-bottom: .2rem;
  }
  .bossgoo-video-detail1 .pro-related .title {
    font-size: .36rem;
  }
  .bossgoo-video-detail1 .sidebar .title {
    font-size: .32rem;
  }
}
