@charset "UTF-8";
body,
html {
  background-color: #0C0D29;
  font-family: 思源黑體, 微軟正黑體, 蘋方黑體, 華康麗黑體, Helvetica, Arial, sans-serif, serif;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#lg-app {
  width: 100%;
  height: 100%;
}

#lg-app .pop-up {
  width: 100%;
  max-width: 400px;
  height: auto;
  background-color: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px;
  border-radius: 15px;
  position: fixed;
  top: 25vh;
  left: 50%;
  margin-left: -200px;
  z-index: 999;
  display: none;
}

@media (max-width: 400px) {
  #lg-app .pop-up {
    max-width: 90%;
    margin-left: 0px;
    left: 5%;
  }
}

#lg-app .pop-up .search {
  width: 320px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 375px) {
  #lg-app .pop-up .search {
    width: 100%;
  }
}

#lg-app .pop-up .search ::-webkit-input-placeholder {
  color: #CECECE;
}

#lg-app .pop-up .search ::-moz-placeholder {
  color: #CECECE;
}

#lg-app .pop-up .search :-ms-input-placeholder {
  color: #CECECE;
}

#lg-app .pop-up .search ::-ms-input-placeholder {
  color: #CECECE;
}

#lg-app .pop-up .search ::placeholder {
  color: #CECECE;
}

#lg-app .pop-up .search .search-button {
  background-color: rgba(222, 222, 222, 0);
  border: none;
  width: 80px;
  margin-right: -15px;
}

#lg-app .pop-up .search .search-style {
  font-size: 16px;
  border: none;
  height: 40px;
  vertical-align: middle;
  padding-left: 15px;
  width: 100%;
}

#lg-app .pop-up .girl-list {
  width: 320px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  padding: 15px;
}

@media (max-width: 375px) {
  #lg-app .pop-up .girl-list {
    width: 100%;
  }
}

#lg-app .pop-up .girl-list .i-am-girl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px 0;
}

#lg-app .pop-up .girl-list .i-am-girl:hover {
  background-color: rgba(187, 245, 255, 0.5);
  border-radius: 25px;
}

#lg-app .pop-up .girl-list .i-am-girl:active {
  background-color: #BBF5FF;
  color: #000;
  border-radius: 25px;
}

#lg-app .pop-up .girl-list .cr {
  width: 50px;
  height: 50px;
}

#lg-app .pop-up .girl-list .cr img {
  width: 50px;
  border-radius: 50%;
}

#lg-app .pop-up .girl-list .name {
  margin-left: 15px;
}

#lg-app .pop-up .submit {
  cursor: pointer;
  width: 100px;
  height: 40px;
  background-color: #000;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  border: #fff 1px solid;
  color: #fff;
  -webkit-transition: border-radius .3s, background-color .3s, color .3s;
  -o-transition: border-radius .3s, background-color .3s, color .3s;
  transition: border-radius .3s, background-color .3s, color .3s;
}

#lg-app .pop-up .submit:hover {
  border-radius: 10px;
  color: #000;
  background-color: #BBF5FF;
}

#lg-app .lg-header {
  width: 100%;
  background-image: url(../img/bg.jpg);
  background-size: cover;
  height: 0;
  padding-bottom: 49.22%;
  z-index: 1;
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
  #lg-app .lg-header {
    background-image: url(../img/bg-m.jpg);
    padding-bottom: 120.22%;
  }
}

@-webkit-keyframes spot {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .9;
  }
  100% {
    opacity: 0;
  }
}

@keyframes spot {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .9;
  }
  100% {
    opacity: 0;
  }
}

#lg-app .lg-header .light {
  position: absolute;
  width: 1500px;
  height: 564px;
  top: -100px;
  left: 50%;
  margin-left: calc(-1500px/2);
  background: url(../img/light2.png) no-repeat center top;
  z-index: 4;
  -webkit-animation: spot 1.2s linear infinite;
          animation: spot 1.2s linear infinite;
  opacity: 0;
}

@media (max-width: 768px) {
  #lg-app .lg-header .light {
    top: -200px;
  }
}

#lg-app .cac-box {
  width: 100%;
  max-width: 200px;
  margin: auto;
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
  display: none;
}

#lg-app .cac-box .item {
  width: 174px;
  background: url(../img/cac.svg) no-repeat center top;
  line-height: 192px;
  font-size: 60px;
  margin: auto;
  margin-bottom: 10px;
}

#lg-app .gift-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  margin: auto;
  color: #fff;
  display: none;
}

@media (max-width: 1024px) {
  #lg-app .gift-wrap {
    padding: 0 15px;
  }
}

#lg-app .gift-wrap .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 15px 35px 15px;
}

@media (max-width: 768px) {
  #lg-app .gift-wrap .item {
    width: 33.33333%;
  }
}

#lg-app .gift-wrap .item span {
  font-size: 15px;
}

#lg-app .gift-wrap .item .txt {
  font-size: 18px;
  padding: 15px 0;
}

@media (max-width: 320px) {
  #lg-app .gift-wrap .item .txt {
    font-size: 16px;
  }
}

#lg-app .gift-wrap .item .select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#lg-app .gift-wrap .item .select .add {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 50%;
}

#lg-app .gift-wrap .item .select .add::before, #lg-app .gift-wrap .item .select .add::after {
  content: '';
  position: absolute;
  height: 4px;
  width: 60%;
  top: 50%;
  left: 20%;
  margin-top: -2.5px;
  background: #000;
}

#lg-app .gift-wrap .item .select .add:before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

#lg-app .gift-wrap .item .select .add:hover {
  background-image: url(https://img.jvid.com/rescale_avatar/1581337312834_61160/2020/02/10/7bdcf804ad3240a64af92643ae8a2b65bfb15abeeaacb837c9d00d7b2326b62b_large.jpg);
  background-size: contain;
}

#lg-app .gift-wrap .item .op {
  opacity: 0;
}

#lg-app .gift-wrap .item small {
  padding: 10px 0;
}

#lg-app .gift-wrap .item span {
  padding: 10px 0;
}

#lg-app .gift-wrap .item .imgbox {
  padding: 15px;
}

#lg-app .gift-wrap .item .imgbox img {
  width: 60px;
}

#lg-app .gift-wrap .item .button {
  text-decoration: none;
  width: 100%;
  border: 1px solid #F6EAAA;
  text-align: center;
  padding: 10px 0px;
  border-radius: 0px;
  -webkit-transition: border-radius .3s, background-color .3s, color .3s;
  -o-transition: border-radius .3s, background-color .3s, color .3s;
  transition: border-radius .3s, background-color .3s, color .3s;
  color: #fff;
}

#lg-app .gift-wrap .item .button .aa {
  display: none;
}

#lg-app .gift-wrap .item .button:hover {
  border-radius: 10px;
  background-color: #F6EAAA;
  color: #000;
}

#lg-app .gift-wrap .item .button:hover .bb {
  display: none;
}

#lg-app .gift-wrap .item .button:hover .aa {
  display: block;
}

#lg-app .girl-bonus {
  width: 100%;
  margin: auto;
  color: #fff;
  margin-top: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 15px;
  display: none;
}

@media (max-width: 1024px) {
  #lg-app .girl-bonus {
    padding: 0 15px;
  }
}

#lg-app .girl-bonus h2 {
  font-size: 20px;
  text-align: center;
  margin: auto;
  width: 100%;
  max-width: 860px;
  padding: 10px 0;
  border: #DDAE5C solid 1px;
  border-radius: 20px;
  display: block;
}

#lg-app .girl-bonus h2 span {
  color: #F9E04F;
  font-size: 24px;
}

#lg-app .girl-bonus .bonus-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin: auto;
  width: 100%;
  max-width: 860px;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  #lg-app .girl-bonus .bonus-box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#lg-app .girl-bonus .bonus-box .item {
  margin: 15px 15px;
  width: calc(100%/6);
  height: 120px;
  background-image: url(../img/group.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-position: center;
}

#lg-app .girl-bonus .bonus-box .item .txt {
  line-height: 120px;
  opacity: 0;
}

@media (max-width: 768px) {
  #lg-app .girl-bonus .bonus-box .item {
    width: calc(100%/3);
    line-height: 186px;
  }
}

#lg-app .girl-bonus .bonus-box .frist {
  margin-left: 0;
}

@media (max-width: 768px) {
  #lg-app .girl-bonus .bonus-box .frist {
    margin-left: 15px;
  }
}

#lg-app .girl-bonus .bonus-box .last {
  margin-right: 0;
}

@media (max-width: 768px) {
  #lg-app .girl-bonus .bonus-box .last {
    margin-right: 15px;
  }
}

#lg-app .girl-bonus .bonus-box .active .txt {
  opacity: 100;
}

#lg-app .photographer-bonus {
  max-width: 860px;
  margin: auto;
  width: 100%;
  color: #fff;
  text-align: center;
  display: none;
}

#lg-app .photographer-bonus h2 {
  padding: 15px;
  border: #DDAE5C .5px solid;
}

#lg-app .bonus-txt {
  border: #DDAE5C .5px dashed;
  padding: 15px;
  font-weight: normal;
  max-width: 860px;
  margin: 30px auto 70px auto;
  color: #fff;
  display: none;
}

#lg-app .bonus-txt h3 {
  font-size: 18px;
}

#lg-app .bonus-txt p {
  font-size: 14px;
}

#lg-app .lg-Ranking {
  max-width: 860px;
  margin: auto;
  margin-top: 70px;
}

@media (max-width: 1024px) {
  #lg-app .lg-Ranking {
    padding: 0 15px;
  }
}

#lg-app .lg-Ranking .title {
  text-align: center;
  margin: 30px auto;
}

@media (max-width: 768px) {
  #lg-app .lg-Ranking .title img {
    width: 100%;
  }
}

#lg-app .lg-Ranking .top-fiveLady-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#lg-app .lg-Ranking .top-fiveLady-list .lg-thumbnail-t {
  width: 20%;
  text-align: center;
  margin: 15px 0;
}

@media (max-width: 767px) {
  #lg-app .lg-Ranking .top-fiveLady-list .lg-thumbnail-t {
    width: 50%;
  }
}

#lg-app .lg-Ranking .top-fiveLady-list .lg-thumbnail-t p {
  font-size: 16px;
  margin: 0;
}

#lg-app .lg-Ranking .top-fiveLady-list .lg-thumbnail-t .lg-circle-box {
  margin: 10px 5px;
}

#lg-app .lg-Ranking .top-fiveLady-list .lg-thumbnail-t .lg-circle-box img {
  display: block;
  border-radius: 50%;
  max-width: 100%;
  width: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border: #F9E04F solid 1.5px;
  margin: auto;
  padding: 5px;
}

#lg-app .lg-Ranking .top-fiveLady-list .lg-thumbnail-t .lg-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #FBF4EB;
}

#lg-app .lg-Ranking .top-fiveLady-list .lg-thumbnail-t .lg-point {
  width: 70%;
  margin: auto;
}

#lg-app .lg-Ranking .top-fiveLady-list .lg-thumbnail-t .lg-point p {
  font-size: 16px;
  padding: 10px;
  color: #fff;
}

#lg-app .lg-Ranking .top-fiveLady-list .lg-thumbnail-t .lg-point p::before {
  content: '';
  background-image: url(../img/icon.svg);
  padding: 0px 0px 0px 32px;
  background-repeat: no-repeat;
  background-size: contain;
}

#lg-app .lg-Ranking .top-fiveLady-list .lg-thumbnail-t .lg-fans p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

#lg-app .lg-Ranking .lg-content {
  margin-top: 30px;
}

#lg-app .lg-Ranking .lg-content .rule {
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
}

#lg-app .lg-Ranking .lg-content a {
  text-decoration: none;
}

#lg-app .lg-Ranking .lg-content .lg-news-item {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

#lg-app .lg-Ranking .lg-content ul {
  padding: 10px 40px 40px 40px;
}

#lg-app .lg-Ranking .lg-content li {
  list-style-type: none;
}

#lg-app .lg-Ranking .lg-content table {
  text-align: center;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 15px;
  color: #fff;
}

#lg-app .lg-Ranking .lg-content table thead {
  background-image: -webkit-linear-gradient(45deg, #f6d365 0%, #fda085 100%);
  background-image: -o-linear-gradient(45deg, #f6d365 0%, #fda085 100%);
  background-image: linear-gradient(45deg, #f6d365 0%, #fda085 100%);
  color: #000;
}

#lg-app .lg-Ranking .lg-content table thead th {
  font-size: 16px;
  font-weight: 100;
  padding: 20px 0;
  font-weight: 400;
  text-align: center;
}

@media (max-width: 320px) {
  #lg-app .lg-Ranking .lg-content table thead .w1 {
    width: 35%;
  }
}

#lg-app .lg-Ranking .lg-content table tbody {
  font-size: 16px;
  font-weight: 400;
  word-break: break-all;
}

#lg-app .lg-Ranking .lg-content table tbody tr {
  border: #fff 1px solid;
}

#lg-app .lg-Ranking .lg-content table tbody tr td {
  width: 25%;
  padding: 15px 5px;
}

#lg-app .lg-Ranking .lg-content table tbody tr td a {
  color: #fff;
}

#lg-app .lg-Ranking .lg-content table tbody tr td p {
  padding: 10px 0px;
  font-size: 16px;
}

#lg-app .lg-Ranking .lg-content table tbody tr td p::before {
  content: '';
  background-image: url(../img/icon.svg);
  padding: 0px 0px 0px 22px;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-size: contain;
}

#lg-app .lg-Ranking .content2 {
  color: #fff;
}

#lg-app .lg-Ranking .content2 table thead {
  background-image: -webkit-linear-gradient(330deg, #a6c0fe 0%, #f68084 100%);
  background-image: -o-linear-gradient(330deg, #a6c0fe 0%, #f68084 100%);
  background-image: linear-gradient(120deg, #a6c0fe 0%, #f68084 100%);
}

#lg-app .lg-Ranking .content2 table tbody tr td p::before {
  content: '';
  background-image: url(../img/icon2.svg);
  padding: 0px 0px 0px 22px;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-size: contain;
}

#lg-app .gift-rank-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 860px;
  width: 100%;
  margin: auto;
}

@media (max-width: 768px) {
  #lg-app .gift-rank-wrap {
    padding: 0 15px;
  }
}

#lg-app .gift-rank-wrap .txt-item {
  padding: 30px 0;
}

#lg-app .gift-rank-wrap .topsix-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  max-width: 860px;
}

#lg-app .gift-rank-wrap .topsix-list .card-wrap {
  width: 33.33%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  #lg-app .gift-rank-wrap .topsix-list .card-wrap {
    width: 50%;
  }
}

#lg-app .gift-rank-wrap .topsix-list .card-wrap .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#lg-app .gift-rank-wrap .topsix-list .card-wrap .content .name-item {
  font-size: 20px;
  padding: 15px 0;
}

#lg-app .gift-rank-wrap .topsix-list .card-wrap .content .six-girl-pic img {
  width: 200px;
  border-radius: 50%;
  max-width: 100%;
  margin: auto;
}

@media (max-width: 425px) {
  #lg-app .gift-rank-wrap .topsix-list .card-wrap .content .six-girl-pic img {
    width: 100%;
    padding: 5px;
  }
}

#lg-app .gift-rank-wrap .topsix-list .card-wrap .content .count-item {
  width: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 425px) {
  #lg-app .gift-rank-wrap .topsix-list .card-wrap .content .count-item {
    width: 100%;
    padding: 5px;
  }
}

#lg-app .gift-rank-wrap .topsix-list .card-wrap .content .count-item img {
  width: 50px;
  height: 51px;
}

#lg-app .gift-rank-wrap .topsix-list .card-wrap .content .count-item .l-item {
  margin-right: 5px;
}

#lg-app .gift-rank-wrap .topsix-list .card-wrap .content .count-item .r-item {
  margin-left: 5px;
}

#lg-app .gift-rank-wrap .topsix-list .card-wrap .content .count-item .r-item .f::before {
  content: '';
  background-image: url(../img/love.svg);
  display: inline-block;
  background-size: 100%;
  width: 50px;
  height: 50px;
}

#lg-app .gift-rank-wrap .topsix-list .card-wrap .content .count-item hr {
  width: 100%;
}

#lg-app .gift-rank-wrap .topsix-list .card-wrap .content .count-item .l-tg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  border: #fff solid 1px;
  text-align: center;
  border-radius: 15px;
  padding: 10px 0;
}

#lg-app .gift-rank-wrap .topsix-list .card-wrap .content .count-item .l-tg .t {
  font-size: 20px;
  padding: 0 0 10px 0;
}

#lg-app .gift-rank-wrap .topsix-list .card-wrap .content .pic2-item img {
  width: 25px;
}

#lg-app .gift-rank-wrap .topsix-list .card-wrap .content .fans-item::before {
  content: '';
  background-image: url(../img/k-icon.svg);
  display: block;
  background-size: 100%;
  width: 25px;
  height: 25px;
  margin: auto;
  margin-bottom: 5px;
}

#lg-app .lg-news {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  width: 100%;
  max-width: 860px;
  margin: auto;
  margin-top: 30px;
}

#lg-app .lg-news a {
  color: #fff;
}

#lg-app .lg-news .content {
  margin-bottom: 70px;
}

#lg-app .lg-news .lg-news-item {
  margin-top: 30px;
}

@media (max-width: 1024px) {
  #lg-app .lg-news {
    padding: 0 15px;
  }
}

#lg-app .lg-news .lg-title {
  text-align: center;
}

@media (max-width: 768px) {
  #lg-app .lg-news .lg-title img {
    width: 100%;
  }
}

#lg-app .lg-news h2 {
  font-size: 20px;
}
/*# sourceMappingURL=style.css.map */