@import url(../../share/css/share.css);
.main {
  background: url(../img/bg.png) no-repeat;
  background-size: 100% 100%;
}
.main .title {
  background: url(../img/title.png) no-repeat;
  background-size: 100% 123px !important;
}
.main .content {
  padding: 28px 64px 0;
  background: url(../img/live-bg.png) no-repeat;
  background-size: cover;
  border: 12px solid #0ED5F9;
}
.main .content .line-sower {
  width: 100%;
  height: 96%;
}
.main .content .line-sower img {
  width: 100%;
  height: 100%;
}
.main .content .line-sower .invitation {
  position: absolute;
  top: 50%;
  right: 0;
  width: 64px;
  height: 145px;
  transform: translateY(-50%);
  background: url(../img/invitation_2.png) no-repeat;
  background-size: 100% 100%;
}
@media all and (max-width: 1440px) {
  .main .title {
    background-size: 100% 85px !important;
  }
}
