﻿
body {
  height: 100%;
}
.default {
  max-height: 315px;
}
.iconfont {
  margin-top: 0;
}
.hbt-intro-box {
  width: 100%;
  height: 100%;
  display: block;
}
.hbt-intro {
  height: 100%;
  width: 100%;
  position: relative;
  background:url(../img/intro_bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
.hbt-qianyue {
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  background: #fff;
  width: 100%;
}
.hbt-intro-textimg {
  text-align: center;
  width: 100%;
  margin-bottom: 10rem;
}
.hbt-intro-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
}
.hbt-intro-textimg img {
  margin: auto;
}
.hbt-intro-video .intro-video {
  width: 260px;
  margin: inherit;
  position: absolute;
  right: 40px;
}
.hbt-intro-video .intro-video .default {
  box-shadow: none;
}
.intro-video img{
    cursor:pointer;
}
.intro-btn-box {
  padding: 1rem 0;
  max-width: 326px;
}
.hbt-intro-btn {
  background-color: transparent;
  color: #fff;
  font-weight: 500;
  border: 2px solid #fff;
  border-radius: 8px;
  padding: 6px 10px;
  width: 18rem;
  margin: auto;
  font-size: 18px;
  display: block;
  margin-top: 4rem;
}
.hbt-intro-video .col-md-6 {
  position: relative;
  height: 180px;
}
.hbt-intro-video .default__button--big {
  font-size: 40px;
}
.hbt-intro-video .default__controls {
  bottom: 13px;
  border-radius: 0;
}
.hbt-intro-video .vendor iframe body {
  background: transparent;
}

@media (min-width: 1199px) {
  .hbt-intro-center {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .hbt-intro-video .vendor iframe {
    position: relative;
    margin: auto;
    right: 0;
    width: 201px !important;
    height: 114px;
  }
  .hbt-intro-video .intro-video {
    position: relative;
    margin: auto;
    right: 0;
    height: 160px;
  }
  .intro-btn-box {
    margin: auto;
  }
  .hbt-intro-center {
    width: 90%;
    transform: translate(-50%, -62%);
  }
  .hbt-intro-video .intro-video .default {
    margin-bottom: 0;
  }
  .hbt-intro-btn {
    margin-top: 1rem;
  }
  .hbt-intro-textimg {
    margin-bottom: 4rem;
  }
  .hbt-intro-btn-img {
    width: 180px;
    margin: auto;
  }
  .hbt-intro-video .col-md-6 {
    position: relative;
    height: auto;
  }
  #newBridge .nb-icon-wrap {
    display: none !important;
  }
  video {
    max-width: 260px;
  }
  .prism-player{
      height:150px !important;
  }
  .prism-player .prism-cc-btn{
      display:none;
  }
}
@media (max-width: 600px) {
  .hbt-intro-center {
    transform: translate(-50%, -56%) !important;
  }
  #newBridge #nb_toolbar_wrap {
    bottom: 7% !important;
  }
  #newBridge #nb_toolbar_wrap.qiao-toolbar-btn-two a {
    width: 26% !important;
    color: #000 !important;
    background: #fff !important;
  }
}
.prism-speed-selector {
  display: none;
}
.prism-player .prism-fullscreen-btn {
  z-index: 100;
}
.prism-player .prism-play-btn {
  z-index: 100;
}
.prism-player .prism-volume {
  z-index: 100;
  position: absolute;
  right: 68px;
  top: 0;
}
.prism-speed-selector {
  display: none;
}
.prism-player .prism-big-play-btn {
  left: 50% !important;
  bottom: 50% !important;
  transform: translate(-50%, 50%);
}
.prism-player {
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
}
.prism-player .close{
    position: absolute;
    top: -29px;
    right: 0;
    color: #333;
    opacity: 1;
    cursor: pointer;
    /* border-radius: 50%; */
    background-color: #fff;
    padding: 4px;
    width: 28px;
    height: 28px;
    text-align: center;
}
.hbt-video{
    position:fixed;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.7);
    top:0;
    left:0;
    display:none;
}
