@charset "utf-8";

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.inner_page_banner.goods_bg {
  background-image: url(../images/goods_bg.jpg);
}

.bodyh1title.re_page_bodyh1title {
  font-weight: 800;
  color: rgba(31, 17, 66, 0.8);
  margin: 0 auto;
  font-size: 2.5rem;
  text-align: center;
  border-bottom: 4px solid #ff9223;
  display: table;
  padding-bottom: 12px;
}

@media (max-width: 767px) {
  .bodyh1title.re_page_bodyh1title {
    font-size: 1.8rem;
  }
}
.split_line.re_page_split_line {
  background-color: rgba(31, 17, 66, 0.15);
  margin-top: 0;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .split_line.re_page_split_line {
    margin-bottom: 12px;
  }
}

/*视频*/
.videoc {
  box-shadow: 0px 0px 30px 0px rgba(17, 58, 93, 0.25);
  font-size: 0;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 15px;
  position: relative;
}
/* .videoc video {
  width: 100%;
  height: 100%;
  object-fit: fill;
} */

.videoc .playbtn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #fff;
  cursor: pointer;
  transition: background 0.5s ease;
}

.videoc .playbtn:hover {
  background: #ff9223;
}

.videoc .playbtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.videoc .playbtn .iconfont {
  color: #333;
  font-size: 2rem;
  transition: color 0.5s ease;
}

.videoc .playbtn:hover .iconfont {
  color: #fff;
}

.titlec {
  margin-bottom: 25px;
  text-align: center;
  color: rgba(31, 17, 66, 0.7);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.video_container {
  position: relative;
  overflow: hidden;
}
.video_container .loading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.6);
}

.video_container_parent {
  height: 404px;
  overflow: hidden;
  border-radius: 8px;
}
@media (max-width: 1560px) and (min-width: 1361px) {
  .video_container_parent {
    height: 400px;
  }
}
@media (max-width: 1360px) and (min-width: 1291px) {
  .video_container_parent {
    height: 348px;
  }
}
@media (max-width: 1360px) and (min-width: 1291px) {
  .video_container_parent {
    height: 338px;
  }
}
@media (max-width: 1280px) and (min-width: 1200px) {
  .video_container_parent {
    height: 300px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .video_container_parent {
    height: 300px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .video_container_parent {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .video_container_parent {
    height: 240px;
  }
}
.video_container {
  /* box-shadow: 0 0px 100px 0 rgba(31, 17, 66, 0.2); */
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.video_container .loading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 25;
  color: #fff;
}

.video_container .overlayer {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  /*   background-color: rgba(31, 17, 66, 0.48); */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
}

.video_container .overlayer .playbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-animation: ripple-blue 1s linear infinite;
  animation: ripple-blue 1s linear infinite;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #d80200;
}

.video_container .overlayer .iconfont {
  color: #fff;
  font-size: 2rem;
}

.returnbtnc {
  text-align: center;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .returnbtnc {
    margin-top: 15px;
  }
  .returnbtnc a.button-gradient {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .returnbtnc {
    margin-top: 15px;
  }
  .returnbtnc a.button-gradient {
    width: 100%;
  }
}
