@import 'header.css';
@import 'footer.css';
.bar li:nth-child(4) {
  border-bottom: 4px solid #bf0c0c;
}
p,span{
  font-family: "HarmonyOS Sans SC Light";
}
a:hover {
  text-decoration: none;
}

.Font-SC{
  font-family: "HarmonyOS Sans SC";
}
.Font-Med{
  font-family: "HarmonyOS Sans SC Medium";
}
.Font-Black{
  font-family: "HarmonyOS Sans SC Black";
}
.container {
  width: 100%;
  height: auto;
  margin-top: 0.10416667vw;

  padding-left: 0;
  padding-right: 0;
}
.W-1174{
  width: 1174px;
}
.PL-10{
  padding-left: 10px;
}
.PB-100{
  padding-bottom: 100px;
}
.PB-120{
  padding-bottom: 120px;
}
.RedBox{
  border: 1px solid red;
}
.video-box{
  margin-top: 30px;
}

.row > div > h2,.row > div >div{
  padding-left: 5px;
  padding-right: 5px;
}

.col-xs-1{
  width: 110px;
  margin-left: -12px;
}

h1 {
  font-size: 100px;
  color: #D32F2F;
  padding-right: 0;
  font-family: "HarmonyOS Sans SC Light";
}

h2 {
  font-size: 30px;
  color: #142d46;
  vertical-align: bottom;
  padding-top: 66px;
  font-family: "HarmonyOS Sans SC Light";
}

.row > div >div>p{
  font-size: 14px;
  color: #65686c;
  line-height: 25px;
}

.img-title{
  /*width: 960px;*/
  width: 100%;
  height: 508px;
}

.cont_1,.cont_2,.cont_3,.cont_4,.cont_5,.cont_6{
  padding-top: 80px;
}

.cont_1{
  background-image:url('https://www.galasports.com/img/technology/cont_1_bg.jpg');
  background-repeat: repeat-x;
  background-position:bottom;
  background-color: #ffffff;
  background-size: 100% 540px;
}

.cont_2{
  background-color: #F4F6F8;
  background-image:url('https://www.galasports.com/img/technology/cont_2_bg_l.jpg'),url('https://www.galasports.com/img/technology/cont_2_bg_r.jpg');
  background-repeat: no-repeat,no-repeat;
  background-position: top 140px left, bottom right;
  background-size: 320px 340px, 272px 275px;
}

.cont_3{
  background-image:url('https://www.galasports.com/img/technology/cont_3_bg.jpg');
  background-repeat: repeat-x;
  background-position:bottom;
  background-size: 100% 600px;
}

.cont_4{
  background-color: #142C46;
  background-image:url('https://www.galasports.com/img/technology/cont_4_bg.jpg');
  background-repeat: no-repeat;
  background-position:top left;
  background-size: 1653px  100%;
}

.cont_5{
  background-color:#F4F6F8;
  background-image:url('https://www.galasports.com/img/technology/cont_5_bg.jpg');
  background-repeat: no-repeat;
  background-position:bottom;
  background-size: 100%  500px;
}

.cont_6{
  background-image:url('https://www.galasports.com/img/technology/cont_6_bg.jpg');
  background-repeat: no-repeat;
  background-position:center;
  background-size: 100%  100%;
}

/* video.js */
.vjs-paused .vjs-big-play-button,
.vjs-paused.vjs-has-started .vjs-big-play-button {
  display: block;
}
.video-js .vjs-big-play-button{
  font-size: 2.5em;
  line-height: 2.3em;
  height: 2.5em;
  width: 2.5em;
  -webkit-border-radius: 2.5em;
  -moz-border-radius: 2.5em;
  border-radius: 2.5em;
  background-color: #73859f;
  background-color: rgba(115,133,159,.5);
  border-width: 0.15em;
  margin-top: -1.25em;
  margin-left: -1.75em;
}
/* 中间的播放箭头 */
.vjs-big-play-button .vjs-icon-placeholder {
  font-size: 1.63em;
}
/* 加载圆圈 */
.vjs-loading-spinner {
  font-size: 2.5em;
  width: 2em;
  height: 2em;
  border-radius: 1em;
  margin-top: -1em;
  margin-left: -1.5em;
}

.clearFix::after{
  display: block;
  content: '';
  height: 0;
  clear: both;
}
.container .motion-capture-box{
  margin: 0 auto;
  max-width: 80%;
}
.container .motion-capture-box .motion-capture-img{
  width: 100%;
  float: left;
}