@import url(../../share/css/share.css);
.main {
  background: url(../img/bg.jpg) no-repeat;
  background-size: 100% 100%;
  background-position: top center;
}
.main .title {
  background: url(../img/title.png) no-repeat;
}
.main .content {
  padding: 28px 64px 0 55px;
  background: url(../img/live-bg.png) no-repeat;
  background-size: cover;
  border: 12px solid #3068EE;
}
.main .content .features .features_cont ._cont > ul > li:nth-child(1) > i {
  background: url(../../share/img/icon/icon-9.png) no-repeat;
  background-size: contain;
}
.main .content .features .features_cont ._cont > ul > li:nth-child(2) > i {
  background: url(../../share/img/icon/icon-10.png) no-repeat;
  background-size: contain;
}
.main .content .features .features_cont ._cont > ul > li:nth-child(3) > i {
  background: url(../../share/img/icon/icon-11.png) no-repeat;
  background-size: contain;
}
.main .content .features .features_cont ._cont > ul > li:nth-child(4) > i {
  background: url(../../share/img/icon/icon-12.png) no-repeat;
  background-size: contain;
}
.main .content .line-sower {
  position: relative;
  width: 100%;
  height: 96%;
}
.main .content .line-sower img {
  width: 100%;
  height: 100%;
}
.main .content .line-sower .invitation {
  position: absolute;
  top: 50%;
  right: -64px;
  width: 64px;
  height: 72px;
  transform: translateY(-50%);
  background: url(../img/invitation.png) no-repeat;
  background-size: 100% 100%;
}
.mask_laye .skin .cont {
  margin-top: 0;
}
@media all and (max-width: 1440px) {
  .main .content .features .features_cont ._cont > ul > li:nth-child(1) > i {
    background: url(../../share/img/icon/icon-9.png) no-repeat;
    background-size: contain;
  }
  .main .content .features .features_cont ._cont > ul > li:nth-child(2) > i {
    background: url(../../share/img/icon/icon-10.png) no-repeat;
    background-size: contain;
  }
  .main .content .features .features_cont ._cont > ul > li:nth-child(3) > i {
    background: url(../../share/img/icon/icon-11.png) no-repeat;
    background-size: contain;
  }
  .main .content .features .features_cont ._cont > ul > li:nth-child(4) > i {
    background: url(../../share/img/icon/icon-12.png) no-repeat;
    background-size: contain;
  }
}
