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