section {
   background-image: url(../image/main_bg.jpg);
   background-position: center center;
   background-size: cover;
}

/* .fp-tableCell {
	width: 100%;
	height: 100%;
	position: absolute;
	padding: inherit;
	display: flex;
	align-items: flex-end;
} */

@media screen and (max-width: 767px) {
   .mnone {
      display: none;
   }
   .fp-tableCell .wrap {
      width: 90%;
      margin: 4% auto;
      position: relative;
      display: flex;
      align-items: flex-end;
      margin-bottom: 160px;
      height: 100%;
   }
   .leftTitle {
      font-size: 45px;
      color: #fff;
      font-weight: 800;
      line-height: 54px;
   }
   .leftContent {
      color: #fff;
      font-size: 13px;
      line-height: 24px;
      margin-top: 22px;
   }
   .fp-tableCell .fl_r {
      margin-top: 10%;
   }
}

@media screen and (min-width: 768px) and (max-width: 1179px) {
   .mnone {
      display: none;
   }
   .fp-tableCell .wrap {
      width: 90%;
      margin: 4% auto;
      position: relative;
      display: flex;
      align-items: flex-end;
      margin-bottom: 160px;
      height: 100%;
   }
   .leftTitle {
      font-size: 40px;
      color: #fff;
      font-weight: 800;
   }
   .leftContent {
      color: #fff;
      font-size: 12px;
      line-height: 24px;
      margin-top: 10px;
   }
   .fp-tableCell .fl_r {
      position: absolute;
      right: 0;
      display: flex;
      align-items: flex-end;
   }
}

@media screen and (min-width: 1180px) {
   .pcnone {
      display: none;
   }
   .fp-tableCell .wrap {
      width: 90%;
      margin: 0 auto;
      position: relative;
      display: flex;
      align-items: flex-end;
      margin-bottom: 160px;
      height: 100%;
   }
   .fp-tableCell .wrap>div {
      position: relative;
      width: 100%;
   }
   .leftTitle {
      font-size: 80px;
      color: #fff;
      font-weight: 800;
      line-height: 90px;
   }
   .leftContent {
      color: #fff;
      font-size: 16px;
      line-height: 30px;
      margin-top: 30px;
      font-weight: lighter;
   }
   .fp-tableCell .fl_r {
      position: absolute;
      right: 0;
      height: 100%;
      display: flex;
      align-items: flex-end;
   }
}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
