@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC&display=swap");
body,
html {
  font-family: 思源黑體, 微軟正黑體, 蘋方黑體, 華康麗黑體, Helvetica, Arial, sans-serif, serif;
  background-color: #040205;
}

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

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

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

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

#lg-app a {
  color: #fff;
  text-decoration: none;
}

#lg-app .txt-item2 {
  font-size: 14px;
  padding: 12px;
  color: #fff;
  line-height: 24px;
}

#lg-app .lg-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 .lg-pop-up {
    max-width: 90%;
    margin-left: 0px;
    left: 5%;
  }
}

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

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

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

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

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

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

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

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

#lg-app .lg-pop-up .search .search-button img {
  width: 30%;
}

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

#lg-app .lg-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 .lg-pop-up .girl-list {
    width: 100%;
  }
}

#lg-app .lg-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 .lg-pop-up .girl-list .i-am-girl:hover {
  background-color: rgba(236, 240, 9, 0.5);
  border-radius: 25px;
}

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

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

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

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

#lg-app .lg-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 .2s, background-color .2s, color .2s;
  -o-transition: border-radius .2s, background-color .2s, color .2s;
  transition: border-radius .2s, background-color .2s, color .2s;
}

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

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

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

@media (max-width: 430px) {
  #lg-app .lg-header {
    padding-bottom: 135.22%;
  }
}

#lg-app .lg-points-box {
  padding: 10px 20px;
  width: 100%;
  height: auto;
  color: #BC903A;
  text-align: center;
  font-size: 12px;
}

@media (max-width: 768px) {
  #lg-app .lg-points-box {
    width: 100%;
  }
}

#lg-app .lg-points-box .item {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/point.png);
  margin: auto;
  padding: 50px;
  color: #fff;
  margin-bottom: 15px;
}

#lg-app .lg-points-box .item span {
  font-size: 72px;
}

#lg-app .lg-points-box .txt {
  padding-bottom: 15px;
  text-align: center;
  color: #fff;
  line-height: 20px;
}

#lg-app .lg-points-box .txt p {
  font-size: 18px;
  margin-bottom: 10px;
}

#lg-app .lg-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;
  margin-top: 15px;
}

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

#lg-app .lg-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: 15px 15px 30px 15px;
}

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

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

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

#lg-app .lg-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 .lg-gift-wrap .item .select .add {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  background-color: #4C81D3;
  border-radius: 50%;
}

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

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

#lg-app .lg-gift-wrap .item .select .add:hover {
  background-color: #fdd0f9;
}

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

#lg-app .lg-gift-wrap .item span {
  padding: 10px 0;
  font-size: 14px;
  color: #fff;
}

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

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

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

#lg-app .lg-gift-wrap .item .button {
  text-decoration: none;
  width: 100%;
  border: 1px solid #fff;
  text-align: center;
  height: 39px;
  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;
  overflow: hidden;
  line-height: 35px;
  font-size: 14px;
}

#lg-app .lg-gift-wrap .item .button .hover-buy {
  margin-top: -70px;
}

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

#lg-app .lg-gift-wrap .item .button:hover .buy {
  padding-top: 35px;
}

#lg-app .lg-bonus-box {
  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;
}

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

#lg-app .lg-bonus-box h2 {
  font-size: 18px;
  text-align: center;
  color: #fff;
  line-height: 60px;
}

@media (max-width: 767px) {
  #lg-app .lg-bonus-box h2 {
    font-size: 12px;
    line-height: 12px;
  }
}

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

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

@media (max-width: 768px) {
  #lg-app .lg-bonus-box .bonus-box-item {
    -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 .lg-bonus-box .bonus-box-item .item {
  width: calc(100%/6);
  background-image: url(../img/reward_bg.png);
  background-size: contain;
  width: 177px;
  height: 150px;
  background-repeat: no-repeat;
  background-position: center;
}

#lg-app .lg-bonus-box .bonus-box-item .item span {
  font-size: 24px;
  line-height: 150px;
}

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

#lg-app .lg-bonus-box .bonus-box-item .no-active {
  -webkit-filter: blur(5px);
          filter: blur(5px);
}

#lg-app .lg-bonus-box .photographer-bonus {
  max-width: 860px;
  margin: auto;
  text-align: center;
  width: 100%;
  margin-top: 15px;
}

#lg-app .lg-bonus-box .photographer-bonus h2 {
  background-color: #3395B1;
  color: #fff;
  font-size: 16px;
  border-radius: 15px;
}

@media (max-width: 767px) {
  #lg-app .lg-bonus-box .photographer-bonus h2 {
    font-size: 12px;
    padding: 15px;
  }
}

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

#lg-app .lg-bonus-box .txt-item h3 {
  font-size: 14px;
}

#lg-app .lg-bonus-box .txt-item p {
  font-size: 12px;
}

#lg-app .lg-ranking {
  max-width: 860px;
  margin: auto;
}

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

#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: 5px 6px;
  padding: 1px;
  border: #FFF500 1px solid;
  border-radius: 50%;
}

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

#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: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 35px;
  color: #fff;
}

#lg-app .lg-ranking .top-fiveLady-list .lg-thumbnail-t .lg-name a {
  text-decoration: none;
  color: #fff;
}

#lg-app .lg-ranking .top-fiveLady-list .lg-thumbnail-t .lg-name h3 {
  font-size: 15px;
}

#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: 15px;
  padding: 10px;
  color: #fff;
}

#lg-app .lg-ranking .top-fiveLady-list .lg-thumbnail-t .lg-point p::before {
  content: '';
  background-image: url(../img/kimono1.png);
  padding: 4px 10px 4px 24px;
  background-repeat: no-repeat;
  background-size: contain;
}

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

#lg-app .lg-ranking .lg-content,
#lg-app .lg-ranking .lg-content2 {
  margin-bottom: 70px;
  margin-top: 15px;
  /* 調整寬度 */
  /* 調整寬度 */
}

#lg-app .lg-ranking .lg-content .table-container,
#lg-app .lg-ranking .lg-content2 .table-container {
  display: table;
  width: 100%;
  border-collapse: collapse;
  max-width: 860px;
  margin: 0 auto;
  color: #fff;
}

#lg-app .lg-ranking .lg-content .table-row,
#lg-app .lg-ranking .lg-content2 .table-row {
  display: table-row;
}

#lg-app .lg-ranking .lg-content .table-row .point::before,
#lg-app .lg-ranking .lg-content .table-row .point2::before,
#lg-app .lg-ranking .lg-content2 .table-row .point::before,
#lg-app .lg-ranking .lg-content2 .table-row .point2::before {
  content: '';
  background-image: url(../img/kimono1.png);
  padding: 4px 10px 4px 24px;
  background-repeat: no-repeat;
  background-size: contain;
}

#lg-app .lg-ranking .lg-content .table-row .point2::before,
#lg-app .lg-ranking .lg-content2 .table-row .point2::before {
  background-image: url(../img/kimono2.png);
}

#lg-app .lg-ranking .lg-content .table-row span,
#lg-app .lg-ranking .lg-content2 .table-row span {
  font-size: 15px;
}

#lg-app .lg-ranking .lg-content .heard,
#lg-app .lg-ranking .lg-content2 .heard {
  background-color: #F09ADC;
  color: #fff;
}

#lg-app .lg-ranking .lg-content .heard2,
#lg-app .lg-ranking .lg-content2 .heard2 {
  background-color: #3395B1;
  color: #fff;
}

#lg-app .lg-ranking .lg-content .table-cell,
#lg-app .lg-ranking .lg-content .table-cell-heard,
#lg-app .lg-ranking .lg-content2 .table-cell,
#lg-app .lg-ranking .lg-content2 .table-cell-heard {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table-cell;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  padding: 5px;
}

#lg-app .lg-ranking .lg-content .table-cell-heard:nth-child(1),
#lg-app .lg-ranking .lg-content2 .table-cell-heard:nth-child(1) {
  width: 14%;
}

@media (max-width: 320px) {
  #lg-app .lg-ranking .lg-content .table-cell-heard:nth-child(1),
  #lg-app .lg-ranking .lg-content2 .table-cell-heard:nth-child(1) {
    width: 18%;
  }
}

#lg-app .lg-ranking .lg-content .table-cell-heard:nth-child(2),
#lg-app .lg-ranking .lg-content2 .table-cell-heard:nth-child(2) {
  width: 35%;
}

@media (max-width: 320px) {
  #lg-app .lg-ranking .lg-content .table-cell-heard:nth-child(2),
  #lg-app .lg-ranking .lg-content2 .table-cell-heard:nth-child(2) {
    width: 31%;
  }
}

#lg-app .lg-ranking .lg-content .table-cell-heard:nth-child(3),
#lg-app .lg-ranking .lg-content2 .table-cell-heard:nth-child(3) {
  width: 35%;
}

@media (max-width: 320px) {
  #lg-app .lg-ranking .lg-content .table-cell-heard:nth-child(3),
  #lg-app .lg-ranking .lg-content2 .table-cell-heard:nth-child(3) {
    width: 31%;
  }
}

#lg-app .lg-ranking .lg-content .table-cell-heard:nth-child(4),
#lg-app .lg-ranking .lg-content2 .table-cell-heard:nth-child(4) {
  width: 19%;
}

@media (max-width: 320px) {
  #lg-app .lg-ranking .lg-content .table-cell-heard:nth-child(4),
  #lg-app .lg-ranking .lg-content2 .table-cell-heard:nth-child(4) {
    width: 20%;
  }
}

#lg-app .lg-ranking .lg-content .table-cell:nth-child(1),
#lg-app .lg-ranking .lg-content2 .table-cell:nth-child(1) {
  width: 10%;
  border: none;
  border-bottom: #C7F4FD 1px solid;
  border-right: #C7F4FD 1px solid;
}

@media (max-width: 320px) {
  #lg-app .lg-ranking .lg-content .table-cell:nth-child(1),
  #lg-app .lg-ranking .lg-content2 .table-cell:nth-child(1) {
    width: 18%;
  }
}

#lg-app .lg-ranking .lg-content .table-cell:nth-child(2),
#lg-app .lg-ranking .lg-content2 .table-cell:nth-child(2) {
  width: 35%;
  border: none;
  border-bottom: #C7F4FD 1px solid;
  border-right: #C7F4FD 1px solid;
}

@media (max-width: 320px) {
  #lg-app .lg-ranking .lg-content .table-cell:nth-child(2),
  #lg-app .lg-ranking .lg-content2 .table-cell:nth-child(2) {
    width: 36%;
  }
}

#lg-app .lg-ranking .lg-content .table-cell:nth-child(3),
#lg-app .lg-ranking .lg-content2 .table-cell:nth-child(3) {
  width: 35%;
  border: none;
  border-bottom: #C7F4FD 1px solid;
  border-right: #C7F4FD 1px solid;
}

@media (max-width: 320px) {
  #lg-app .lg-ranking .lg-content .table-cell:nth-child(3),
  #lg-app .lg-ranking .lg-content2 .table-cell:nth-child(3) {
    width: 31%;
  }
}

#lg-app .lg-ranking .lg-content .table-cell:nth-child(4),
#lg-app .lg-ranking .lg-content2 .table-cell:nth-child(4) {
  width: 20%;
  border: none;
  border-bottom: #C7F4FD 1px solid;
}

@media (max-width: 320px) {
  #lg-app .lg-ranking .lg-content .table-cell:nth-child(4),
  #lg-app .lg-ranking .lg-content2 .table-cell:nth-child(4) {
    width: 15%;
  }
}

#lg-app .lg-ranking .lg-content .heard-border,
#lg-app .lg-ranking .lg-content2 .heard-border {
  border: none;
}

#lg-app .lg-ranking .lg-content3 {
  margin-top: 15px;
  /* 調整寬度 */
  /* 調整寬度 */
}

#lg-app .lg-ranking .lg-content3 .table-container {
  display: table;
  width: 100%;
  border-collapse: collapse;
  max-width: 860px;
  margin: 0 auto;
  color: #fff;
}

#lg-app .lg-ranking .lg-content3 .table-row {
  display: table-row;
}

#lg-app .lg-ranking .lg-content3 .table-row .point::before {
  content: '';
  background-image: url(../img/diamond.png);
  padding: 4px 3px 4px 24px;
  background-repeat: no-repeat;
  background-size: contain;
}

#lg-app .lg-ranking .lg-content3 .table-row span {
  font-size: 15px;
}

#lg-app .lg-ranking .lg-content3 .heard {
  background-color: #3395B1;
  color: #fff;
}

#lg-app .lg-ranking .lg-content3 .table-cell,
#lg-app .lg-ranking .lg-content3 .table-cell-heard {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table-cell;
  height: 40px;
  text-align: center;
  vertical-align: middle;
}

#lg-app .lg-ranking .lg-content3 .table-cell-heard:nth-child(1) {
  width: 20%;
}

@media (max-width: 320px) {
  #lg-app .lg-ranking .lg-content3 .table-cell-heard:nth-child(1) {
    width: 24%;
  }
}

#lg-app .lg-ranking .lg-content3 .table-cell-heard:nth-child(2) {
  width: 40%;
}

@media (max-width: 320px) {
  #lg-app .lg-ranking .lg-content3 .table-cell-heard:nth-child(2) {
    width: 38%;
  }
}

#lg-app .lg-ranking .lg-content3 .table-cell-heard:nth-child(3) {
  width: 40%;
}

@media (max-width: 320px) {
  #lg-app .lg-ranking .lg-content3 .table-cell-heard:nth-child(3) {
    width: 38%;
  }
}

#lg-app .lg-ranking .lg-content3 .table-cell:nth-child(1) {
  width: 10%;
  border: none;
  border-bottom: #C7F4FD 1px solid;
  border-right: #C7F4FD 1px solid;
}

@media (max-width: 320px) {
  #lg-app .lg-ranking .lg-content3 .table-cell:nth-child(1) {
    width: 24%;
  }
}

#lg-app .lg-ranking .lg-content3 .table-cell:nth-child(2) {
  width: 35%;
  border: none;
  border-bottom: #C7F4FD 1px solid;
  border-right: #C7F4FD 1px solid;
}

@media (max-width: 320px) {
  #lg-app .lg-ranking .lg-content3 .table-cell:nth-child(2) {
    width: 38%;
  }
}

#lg-app .lg-ranking .lg-content3 .table-cell:nth-child(3) {
  width: 35%;
  border: none;
  border-bottom: #C7F4FD 1px solid;
}

@media (max-width: 320px) {
  #lg-app .lg-ranking .lg-content3 .table-cell:nth-child(3) {
    width: 38%;
  }
}

#lg-app .lg-ranking .lg-content3 .heard-border {
  border: none;
}

#lg-app .lg-ranking .lg-weekrank {
  color: #fff;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 860px;
  width: 100%;
  margin: 70px auto;
  text-align: center;
}

#lg-app .lg-ranking .lg-weekrank .first-week {
  margin-bottom: 70px;
}

#lg-app .lg-ranking .lg-weekrank .top-3Lady-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
}

@media (max-width: 767px) {
  #lg-app .lg-ranking .lg-weekrank .top-3Lady-list {
    padding: 12px;
    border-radius: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#lg-app .lg-ranking .lg-weekrank .top-3Lady-list .lady-box {
  width: 25%;
  border: #ffffff 1px solid;
  border-radius: 150px;
  height: 400px;
}

@media (max-width: 767px) {
  #lg-app .lg-ranking .lg-weekrank .top-3Lady-list .lady-box {
    width: 30%;
    height: 360px;
  }
}

#lg-app .lg-ranking .lg-weekrank .top-3Lady-list .lady-box .title {
  padding-top: 12px;
}

#lg-app .lg-ranking .lg-weekrank .top-3Lady-list .lady-box .title img {
  width: 66px;
}

#lg-app .lg-ranking .lg-weekrank .top-3Lady-list .lady-box img {
  width: 150px;
  border-radius: 50%;
  max-width: 100%;
  margin: auto;
}

#lg-app .lg-ranking .lg-weekrank .top-3Lady-list .lady-box .no1 {
  border-radius: 50%;
  border: #C9A839 5px solid;
}

#lg-app .lg-ranking .lg-weekrank .top-3Lady-list .lady-box .no2 {
  border-radius: 50%;
  border: #F2F1E9 5px solid;
}

#lg-app .lg-ranking .lg-weekrank .top-3Lady-list .lady-box .no3 {
  border-radius: 50%;
  border: #4B4B48 5px solid;
}

#lg-app .lg-ranking .lg-weekrank .top-3Lady-list .lady-box p {
  font-size: 72px;
  font-style: italic;
  color: #F09ADC;
}

#lg-app .lg-gift-rank {
  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: 70px auto;
}

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

#lg-app .lg-gift-rank .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;
  margin-top: 15px;
}

#lg-app .lg-gift-rank .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 .lg-gift-rank .topsix-list .card-wrap {
    width: 50%;
  }
}

#lg-app .lg-gift-rank .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 .lg-gift-rank .topsix-list .card-wrap .content .name-item {
  font-size: 20px;
  padding: 10px 0;
  max-width: 200px;
  height: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 425px) {
  #lg-app .lg-gift-rank .topsix-list .card-wrap .content .name-item {
    font-size: 15px;
    height: 50px;
  }
}

#lg-app .lg-gift-rank .topsix-list .card-wrap .content .gift-types {
  border-top: #C7F4FD solid 1px;
  padding-top: 12px;
}

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

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

#lg-app .lg-gift-rank .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 .lg-gift-rank .topsix-list .card-wrap .content .count-item {
    width: 100%;
    padding: 5px;
  }
}

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

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

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

#lg-app .lg-gift-rank .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 .lg-gift-rank .topsix-list .card-wrap .content .count-item hr {
  width: 100%;
}

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

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

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

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

#lg-app .lg-news .lg-news-item {
  padding: 55px 15px 15px 15px;
  color: #fff;
  border-radius: 10px;
  margin-top: -40px;
}

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

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