@import url(../../share/css/share.css);
.main {
  background: url(../img/bg.png) no-repeat;
  background-size: cover;
  background-position: top center;
}
.main .title {
  background: url(../img/title.png) no-repeat;
}
.main .content {
  background: url(../img/live-bg.png) no-repeat;
  background-size: cover;
  border: 12px solid #FFD0AB;
}
.main .content .line-sower {
  width: 100%;
  height: 96%;
}
.main .content .line-sower img {
  width: 100%;
  height: 100%;
}
