@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/cwtexkai.css);
body,
html {
  background-color: #000;
}

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

#holdups-app .header-wrap {
  margin: auto;
  width: 100%;
  position: relative;
  background-image: url(../img/header-pc.jpg);
  background-size: cover;
  background-position: top center;
  padding-bottom: 45%;
  height: 0;
  overflow: hidden;
}

@media (max-width: 768px) {
  #holdups-app .header-wrap {
    padding-bottom: 110%;
  }
}

@media (max-width: 450px) {
  #holdups-app .header-wrap {
    background-image: url(../img/header-m.jpg);
    padding-bottom: 126%;
  }
}

@-webkit-keyframes spot {
  0% {
    -webkit-transform: translate3d(0, 120px, 0) scale(1);
            transform: translate3d(0, 120px, 0) scale(1);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateZ(0) scale(1);
            transform: translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, -120px, 0) scale(1);
            transform: translate3d(0, -120px, 0) scale(1);
    opacity: 0;
  }
}

@keyframes spot {
  0% {
    -webkit-transform: translate3d(0, 120px, 0) scale(1);
            transform: translate3d(0, 120px, 0) scale(1);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateZ(0) scale(1);
            transform: translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, -120px, 0) scale(1);
            transform: translate3d(0, -120px, 0) scale(1);
    opacity: 0;
  }
}

#holdups-app .header-wrap .light {
  position: absolute;
  width: 1500px;
  height: 564px;
  top: 250px;
  left: 50%;
  margin-left: calc(-1500px/2);
  background: url(../img/light.png) no-repeat center top;
  z-index: 3;
  -webkit-animation: spot 2.8s linear infinite;
          animation: spot 2.8s linear infinite;
  opacity: 0;
  -webkit-filter: brightness(2);
          filter: brightness(2);
}

@media (max-width: 425px) {
  #holdups-app .header-wrap .light {
    top: 0;
  }
}

#holdups-app .level-rewards-wrap {
  padding: 0 15px;
  margin-top: 15px;
  display: none;
}

#holdups-app .level-rewards-wrap .plus-lv-item {
  margin: auto;
  width: 800px;
  height: auto;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  padding: 15px;
}

@media (max-width: 768px) {
  #holdups-app .level-rewards-wrap .plus-lv-item {
    width: 100%;
  }
}

#holdups-app .level-rewards-wrap .plus-lv-item h1 {
  font-size: 16px;
  color: #D10507;
  font-weight: 400;
}

#holdups-app .level-rewards-wrap .plus-lv-item p {
  font-size: 14px;
  line-height: 24px;
}

#holdups-app .level-rewards-wrap .plus-lv-item hr {
  margin: 15px 0;
}

#holdups-app .level-rewards-wrap .plus-lv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: 100%;
  max-width: 1440px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#holdups-app .level-rewards-wrap .plus-lv h1 {
  font-size: 24px;
}

#holdups-app .level-rewards-wrap .plus-lv .value {
  text-align: center;
}

@media (max-width: 768px) {
  #holdups-app .level-rewards-wrap .plus-lv .value {
    margin: 0 10px;
  }
}

@media (max-width: 767px) {
  #holdups-app .level-rewards-wrap .plus-lv .value {
    margin: 0 0;
  }
}

#holdups-app .level-rewards-wrap .plus-lv .value h1 {
  color: #35402C;
  padding: 15px;
  font-size: 14px;
  width: 150px;
  margin: 0;
  height: 50px;
  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;
}

#holdups-app .level-rewards-wrap .plus-lv .value h2 {
  background-image: url(../img/Group.png);
  background-repeat: no-repeat;
  margin: auto;
  width: 150px;
  height: 114px;
  background-size: contain;
  font-size: 16px;
  margin-top: 0;
  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;
}

@media (max-width: 320px) {
  #holdups-app .level-rewards-wrap .plus-lv .value h2 {
    width: 145px;
  }
}

#holdups-app .level-rewards-wrap .plus-lv .value .active {
  color: #fff;
}

#holdups-app .level-rewards-wrap .plus {
  max-width: 800px;
  margin: auto;
  margin-bottom: 70px;
  color: #fff;
  font-size: 12px;
  display: none;
}

@media (max-width: 768px) {
  #holdups-app .level-rewards-wrap .plus {
    width: 90%;
  }
}

#holdups-app .level-rewards-wrap .plus .plus-item {
  border: #fff 1px solid;
  padding: 15px;
  line-height: 24px;
}

#holdups-app .gallery-wrap > input,
#holdups-app .gallery-wrap section > div {
  display: none;
}

#holdups-app #tab1:checked ~ section .tab1,
#holdups-app #tab2:checked ~ section .tab2,
#holdups-app #tab3:checked ~ section .tab3 {
  display: block;
}

#holdups-app #tab1:checked ~ nav .tab1,
#holdups-app #tab2:checked ~ nav .tab2,
#holdups-app #tab3:checked ~ nav .tab3 {
  color: red;
}

#holdups-app .gallery-wrap {
  width: 100%;
  margin: 0 auto;
}

#holdups-app .gallery-wrap .custom-btn {
  height: 100px;
  color: #fff;
  border-left: #EAF2D3 1px solid;
  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;
}

@media (max-width: 600px) {
  #holdups-app .gallery-wrap .custom-btn {
    height: 152px;
    border-left: none;
    border-bottom: #EAF2D3 1px solid;
  }
}

@media (max-width: 425px) {
  #holdups-app .gallery-wrap .custom-btn {
    height: 122px;
  }
}

#holdups-app .gallery-wrap .rank1 {
  background-color: #B01DC1;
  font-size: 18px;
  padding: 20px;
}

#holdups-app .gallery-wrap .rank2 {
  background-color: #EB2B34;
  font-size: 18px;
  padding: 20px;
}

#holdups-app .gallery-wrap .rank3 {
  background-color: #2B95E2;
  font-size: 18px;
  padding: 20px;
}

#holdups-app .gallery-wrap nav {
  background-color: #2C2827;
  margin-bottom: 15px;
}

#holdups-app .gallery-wrap nav .btn {
  border-right: #EAF2D3 solid 1px;
}

@media (max-width: 600px) {
  #holdups-app .gallery-wrap nav .btn {
    border-right: none;
  }
}

#holdups-app .gallery-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
  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;
}

@media (max-width: 425px) {
  #holdups-app .gallery-wrap ul {
    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;
  }
}

#holdups-app .gallery-wrap ul li label {
  font-family: "Raleway";
  float: left;
  padding: 15px 0px;
  border-bottom: 0;
  color: #444;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

#holdups-app .gallery-wrap ul li label:hover {
  -webkit-filter: saturate(0.5);
          filter: saturate(0.5);
}

#holdups-app .gallery-wrap ul li label:active {
  -webkit-filter: saturate(0.5);
          filter: saturate(0.5);
  -webkit-filter: drop-shadow(0px 5px 0px #C98944);
          filter: drop-shadow(0px 5px 0px #C98944);
}

#holdups-app .gallery-wrap ul li:not(:last-child) label {
  border-right-width: 0;
}

#holdups-app .gallery-wrap section div {
  width: 100%;
  letter-spacing: 0.3px;
}

#holdups-app #tab1:checked ~ nav .tab1 label,
#holdups-app #tab2:checked ~ nav .tab2 label,
#holdups-app #tab3:checked ~ nav .tab3 label {
  position: relative;
}

#holdups-app .ranking-wrap {
  width: 100%;
  max-width: 960px;
  margin: auto;
  font-size: 12px;
  line-height: 16px;
}

#holdups-app .ranking-wrap a {
  text-decoration: none;
  color: #fff;
}

@media (max-width: 768px) {
  #holdups-app .ranking-wrap {
    padding: 0 5px;
  }
}

#holdups-app .ranking-wrap .content {
  color: #fff;
  text-align: center;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  #holdups-app .ranking-wrap .content {
    display: none;
  }
}

#holdups-app .ranking-wrap .content table {
  border: #fff solid 1px;
  border-collapse: collapse;
}

#holdups-app .ranking-wrap .content table tr td {
  border: #fff solid 1px;
}

#holdups-app .ranking-wrap .content .item {
  padding: 5px;
}

#holdups-app .ranking-wrap .content .photo-rankin p {
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  line-height: 40px;
}

#holdups-app .ranking-wrap .content .photo-rankin p::before {
  content: '';
  background-image: url(../img/v1.svg);
  padding: 0px 0px 0px 17px;
  background-repeat: no-repeat;
  background-size: contain;
}

#holdups-app .ranking-wrap .content .photo-rankin p::after {
  content: '';
  background-image: url(../img/v2.svg);
  padding: 0px 0px 0px 17px;
  background-repeat: no-repeat;
  background-size: contain;
}

#holdups-app .ranking-wrap .content .erotic-ranking p {
  border-radius: 50%;
  font-size: 12px;
  line-height: 40px;
}

#holdups-app .ranking-wrap .content .product-view-item img {
  width: 100%;
}

#holdups-app .ranking-wrap .content .product-info-item {
  font-size: 12px;
  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;
}

#holdups-app .ranking-wrap .content .photo-info,
#holdups-app .ranking-wrap .content .md-info {
  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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#holdups-app .ranking-wrap .content .photo-info p,
#holdups-app .ranking-wrap .content .md-info p {
  font-size: 10px;
  word-wrap: break-word;
}

#holdups-app .ranking-wrap .content .photo-info .owl-item,
#holdups-app .ranking-wrap .content .md-info .owl-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;
  line-height: 12px;
  width: 90px;
  padding: 5px;
}

#holdups-app .ranking-wrap .content .photo-info .owl-item a,
#holdups-app .ranking-wrap .content .md-info .owl-item a {
  text-decoration: none;
  color: #fff;
}

#holdups-app .ranking-wrap .content .photo-info .owl-item img,
#holdups-app .ranking-wrap .content .md-info .owl-item img {
  width: 80%;
  margin: auto;
  border-radius: 50%;
}

#holdups-app .ranking-wrap .content .md-title-item {
  font-size: 12px;
}

#holdups-app .ranking-wrap .next-btn {
  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;
  margin-top: 15px;
}

#holdups-app .ranking-wrap .next-btn .button {
  border: none;
  color: #072944;
  background-color: #fff;
  border: #fff 1px solid;
  padding: 10px 40px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  margin: 4px 10px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

#holdups-app .ranking-wrap .next-btn .button:hover {
  background-color: #B01DC1;
  border: #072944 1px solid;
}

#holdups-app .ranking-wrap .content-mob {
  color: #fff;
  text-align: center;
  display: none;
  margin-bottom: 30px;
  display: none;
}

@media (max-width: 767px) {
  #holdups-app .ranking-wrap .content-mob {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#holdups-app .ranking-wrap .content-mob table {
  border: #fff solid 1px;
  border-collapse: collapse;
}

#holdups-app .ranking-wrap .content-mob table tr td {
  border: #fff solid 1px;
}

#holdups-app .ranking-wrap .content-mob .item {
  padding: 5px;
}

#holdups-app .ranking-wrap .content-mob .photo-ranking p {
  border-radius: 50%;
  font-size: 12px;
  line-height: 40px;
}

#holdups-app .ranking-wrap .content-mob .erotic-ranking p {
  border-radius: 50%;
  font-size: 12px;
  line-height: 40px;
}

#holdups-app .ranking-wrap .content-mob .product-view-item img {
  width: 100%;
}

#holdups-app .ranking-wrap .content-mob .product-info-item {
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 12px;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#holdups-app .ranking-wrap .content-mob .photo-title-item {
  font-size: 12px;
}

#holdups-app .ranking-wrap .content-mob .photo-info,
#holdups-app .ranking-wrap .content-mob .md-info {
  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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#holdups-app .ranking-wrap .content-mob .photo-info p,
#holdups-app .ranking-wrap .content-mob .md-info p {
  font-size: 10px;
  word-wrap: break-word;
}

#holdups-app .ranking-wrap .content-mob .photo-info .owl-item,
#holdups-app .ranking-wrap .content-mob .md-info .owl-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;
  line-height: 12px;
  width: 90px;
  padding: 5px;
}

#holdups-app .ranking-wrap .content-mob .photo-info .owl-item a,
#holdups-app .ranking-wrap .content-mob .md-info .owl-item a {
  text-decoration: none;
  color: #fff;
}

#holdups-app .ranking-wrap .content-mob .photo-info .owl-item img,
#holdups-app .ranking-wrap .content-mob .md-info .owl-item img {
  width: 80%;
  margin: auto;
  border-radius: 50%;
}

#holdups-app .ranking-wrap .content-mob .md-title-item {
  font-size: 12px;
}

#holdups-app .fans-wrap {
  display: none;
}

#holdups-app .fans-wrap .fans-title {
  text-align: center;
  margin: auto;
  margin-top: 30px;
}

#holdups-app .fans-wrap .fans-title img {
  width: 250px;
  height: auto;
}

#holdups-app .fans-wrap .customers {
  border-collapse: collapse;
  width: 100%;
  max-width: 960px;
  margin-bottom: 30px;
  text-align: center;
  margin: auto;
  color: #fff;
}

#holdups-app .fans-wrap .customers a {
  text-decoration: none;
  color: #fff;
}

#holdups-app .fans-wrap .customers tr {
  border: 1px solid #eee;
}

#holdups-app .fans-wrap .customers td {
  font-size: 14px;
  border: 1px solid #eee;
  padding: 10px 7px 10px 7px;
}

#holdups-app .fans-wrap .customers th {
  border: 1px solid #eee;
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 4px;
  padding: 15px;
}

#holdups-app .rule-wrap {
  width: 100%;
  max-width: 860px;
  margin: auto;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 70px;
  font-family: ‘cwTeXKai’, serif;
}

@media (max-width: 425px) {
  #holdups-app .rule-wrap {
    margin-top: 120px;
  }
}

@media (max-width: 768px) {
  #holdups-app .rule-wrap .rules {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

#holdups-app .rule-wrap .rules .title {
  margin: auto;
}

#holdups-app .rule-wrap .rules .title img {
  width: 250px;
  height: auto;
}

#holdups-app .rule-wrap .rules .rulesContent {
  width: 100%;
  height: auto;
  padding: 30px;
  color: #fff;
  margin: auto;
  font-size: 16px;
  text-align: left;
  line-height: 36px;
  text-align: justify;
  word-break: break-all;
  margin-bottom: 70px;
}

#holdups-app .rule-wrap .rules .rulesContent ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#holdups-app .rule-wrap .rules .rulesContent ul .txt {
  padding-left: 15px;
}

#holdups-app .rule-wrap .rules .rulesContent a {
  text-decoration: none;
}
/*# sourceMappingURL=style.css.map */