@charset "UTF-8";
/*  Extra large devices (large desktops) 大屏桌面端 */
.videoWidget01 {
  position: relative;
  height: 724px; }
  .videoWidget01 .title {
    text-align: center;
    font-size: 1.286em;
    font-weight: 600;
    line-height: 4em; }
  .videoWidget01 .video-box {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -290px 0 0 -450px;
    transition: width .5s, height .5s; }

/* Large devices (desktops, less than 1200px) 普通桌面端 */
/* Medium devices (tablets, less than 992px) 平板端 */
@media (max-width: 992px) {
  .videoWidget01 {
    height: 562px; }
    .videoWidget01 .title {
      font-size: 1.143em;
      line-height: 3.34em; }
    .videoWidget01 .video-box {
      left: 50%;
      margin: -233px 0 0 -350px; } }
/* Small devices (landscape phones, less than 768px) 手机端横屏 */
@media (max-width: 768px) {
  .videoWidget01 .video-box {
    left: 0;
    margin-left: 0; } }
/* Extra small devices (portrait phones, less than 576px) 手机端竖屏 */
@media (max-width: 576px) {
  .videoWidget01 .title {
    font-size: 1em; } }

/*# sourceMappingURL=videoWidget01.css.map */
