@charset "UTF-8";
/*  Extra large devices (large desktops) 大屏桌面端 */
.videoWidget02 {
  position: relative;
  width: 100%;
  background: #ffffff;
  padding: 40px 0px; }
  .videoWidget02 .title {
    text-align: center;
    font-size: 1.286em;
    font-weight: 600;
    line-height: 1em; }
  .videoWidget02 .videoBox {
    width: 960px;
    margin: 32px auto;
    transition: width .5s, height .5s; }

/* Medium devices (tablets, less than 992px) 平板端 */
@media (max-width: 992px) {
  .videoWidget02 {
    max-width: 100%;
    padding: 24px 0px;
    width: 100%; }
    .videoWidget02 .title {
      font-size: 1.143em; }
    .videoWidget02 .videoBox {
      width: auto; } }
/* Extra small devices (portrait phones, less than 576px) 手机端竖屏 */
@media (max-width: 576px) {
  .videoWidget02 {
    padding: 16px 0px; }
    .videoWidget02 .title {
      font-size: 1em; }
    .videoWidget02 .videoBox {
      margin: 16px 0px 0px; } }

/*# sourceMappingURL=videoWidget02.css.map */
