* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Inter, -apple-system, BlinkMacSystemFont, PingFang SC, Hiragino Sans GB, noto sans, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
}


body {
  margin: 0;
  height: 100vh;
  
  min-height: 100vh;      
  position: relative;
}

body::before {
  content: '';
  position: fixed;
  top: -1000px;
  left: 0;
  width: 200%; 
  height: 200%;
  background: 
      linear-gradient(to right, rgba(200, 200, 200, 0.1) 1px, transparent 1px),
      linear-gradient(to bottom, rgba(200, 200, 200, 0.1) 1px, transparent 1px);
  background-size: 60px 60px; 
  transform: rotate(20deg); 
  transform-origin: top left; 
  z-index: -1; 
}

.main {
  width: 100%;
  position: relative;
  transition: background-color .5s;
}

.title-1 {
  position: sticky;
  top: 0;
  
  height: 55px;
  z-index: 10000;
  
  
  transition: background-color .5s;
  background-color: rgba(255, 255, 255, 0.5); 
  backdrop-filter: blur(10px); 
  -webkit-backdrop-filter: blur(10px); 
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); 
}
.title-1 .title-top {
  height: 55px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  
  margin: 0 auto;
  max-width: calc(1440px - 64px);
}

.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  
  transition: opacity .25s;
}

.logo-size {
  width: 40px;
}
.logo-text {
  margin-left: 10px;
  vertical-align: middle;
  color: #3c3c43;
}
.logo-color {
  background: linear-gradient(180deg, #ff5b81, #ffabbe);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title-left {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}



.search {
  display: none;
  @media (min-width: 768px) {
    display: flex;
    align-items: center;
    margin-left: 20px;
    padding: 5px;
    width: 200px;
    height: 35px;
    border: 0px solid #3c3c3c4a;
    border-radius: 10px;
    background-color: #f6f6f7;
    transition: background-color .5s;
  }
}
.search-icon {
  padding-left: 10px;
  
}

.search-icon img{
  width: 20px;
  vertical-align: middle;
}

.search .search-text {
  color: #3c3c3cb3;
  font-size: 13px;
  margin-left: 5px;
}

.title-right {
  display: none;
  margin-right: 10px;

  @media (min-width: 768px) {
    font-size: 13px;
    color: #213547;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
    
  }
}
.title-right a {
  text-decoration: none;
}

.title-right-moblie {
  display: block;

  @media (min-width: 768px) {
    display: none;
  }
}

.VPNavBarHamburger[data-v-00cf62f7] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 64px;
}
button:enabled, [role=button]:enabled {
  cursor: pointer;
}
button {
  padding: 0;
  font-family: inherit;
  background-color: transparent;
  background-image: none;
}
button, input, optgroup, select, textarea {
  border: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
}
a, area, button, [role=button], input, label, select, summary, textarea {
  touch-action: manipulation;
}
.container[data-v-00cf62f7] {
  position: relative;
  width: 16px;
  height: 14px;
  overflow: hidden;
}
.top[data-v-00cf62f7] {
  top: 0;
  left: 0;
  transform: translate(0);
}
.top[data-v-00cf62f7], .middle[data-v-00cf62f7], .bottom[data-v-00cf62f7] {
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #3c3c43;
  transition: top .25s,background-color .5s,transform .25s;
}
.VPNavBarHamburger:hover .top[data-v-00cf62f7] {
  top: 0;
  left: 0;
  transform: translate(4px);
}
.middle[data-v-00cf62f7] {
  top: 6px;
  left: 0;
  transform: translate(8px);
}
.VPNavBarHamburger:hover .middle[data-v-00cf62f7] {
  top: 6px;
  left: 0;
  transform: translate(0);
}
.bottom[data-v-00cf62f7] {
  top: 12px;
  left: 0;
  transform: translate(4px);
}
.VPNavBarHamburger:hover .bottom[data-v-00cf62f7] {
  top: 12px;
  left: 0;
  transform: translate(8px);
}

.doc-text {
  color: #213547;
  transition: color .25s;
}
.right-text {
  padding-right: 10px;
}
.doc-text:hover {
  color: #F2ABB9;
}
.res-text {
  color: #213547;
  transition: color .25s;
}
.res-text:hover {
  color: #F2ABB9;
}
.login-text {
  color: #213547;
  transition: color .25s;
}
.login-text:hover {
  color: #F2ABB9;
}

.vt-locales-btn-icon {
  width: 15px;
  vertical-align: middle;
  margin-left: 5px;
  margin-right: 5px;
}
.btn {
  position: relative;
  vertical-align: middle;
  border-radius: 11px;
  border: 1px solid #3c3c3c4a;
  background-color: #f1f1f1;
  
  width: 40px;
  height: 22px;
}
.vt-switch-check {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .04), 0 1px 2px rgba(0, 0, 0, .06);
  transition: background-color .25s,transform .25s;
}
.vt-switch-icon {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  overflow: hidden;
}
.vt-switch-icon svg {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  fill: #3c3c3cb3;
}
.telegram-group {
  margin-left: 20px;
}
.telegram-pindao {
  margin-left: 10px;
}
.tele-logo {
  width: 20px;
  vertical-align: middle;
  fill: #3c3c3cb3;
}
.tele-text {
  display: inline-block;
  color: #3c3c3cb3;
}
.telegram-group:hover {
  color: #3c3c43;
  transition: color .25s;
}
.gun {
  color: #b1b1b1b3;
}

.changeL {
  position: relative;

}
.lang-all {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;
  padding-right: 10px;
}
.lang-all:hover .changeL-box {
  opacity: 1;
  visibility: visible;
}
.changeL-box {
  opacity: 0;
  visibility: hidden;
  display: block;
  position: absolute;
  top: 20px;
  
  
  border-radius: 8px;
  padding: 12px 0;
  min-width: 100px;
  border: 1px solid transparent;
  background: white;
  box-shadow: 0 12px 32px rgba(0, 0, 0, .1), 0 2px 6px rgba(0, 0, 0, .08);;
  transition: background-color .5s;
  overflow: auto;
  transition: opacity .25s,visibility .25s,transform .25s;
}
.lang1 {
  padding: 0 14px;
}
.choose {
  display: inline-block;
  padding-bottom: 6px;
}
.choose:hover {
  color: #F2ABB9;
  transition: color .25s;
}
.vt-link-icon {
  display: inline-block;
  margin-top: -2px;
  margin-left: 4px;
  width: 11px;
  height: 11px;
  fill: #3c3c3c54;
  transition: fill .25s;
}




.middle {
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin: 0 15% 0 15%;

}
.middle-left {
  
  
  max-width: 600px;
}
.middle-right {
  display: none;

  @media (min-width: 768px) {
    
    display: block;
    height: 520px;
    width: 600px;
  }
}
.text-top {
  background: -webkit-linear-gradient(300deg,#ff5b81, #9be6ff);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-top: 100px;
  font-size: 70px;
  font-weight: 700;
}
.text-middle {
  font-size: 32px;
  font-weight: 700;
  color: #3c3c43;
  @media (min-width: 960px) {
    font-size: 56px;
  };
  @media (min-width: 640px) {
    font-size: 56px;
  };
}
.text-buttom {
  padding-top: 10px;
  font-size: 18px;
  color: #383838b3;
  @media (min-width: 960px) {
    font-size: 24px;
  };
  @media (min-width: 640px) {
    font-size: 24px;
  };
}

.middle-btn {
  display: flex;
  display: inline-block;
  padding-top: 50px;
  font-size: 14px;
}
.text-url {
  font-size: 20px;
  padding-bottom: 20px;
  
  
  font-weight: bold;
  background: -webkit-linear-gradient(300deg,#F2ABB9 25%,#5d76e6);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.res-btn {
  line-height: 38px;
  padding: 0px 20px;
  border-radius: 20px;
  border: 0px !important;
  border: 0px;
  background: -webkit-linear-gradient(300deg,#ff5b81, #ffabbe);
  color: #fffff5db !important;
  font-weight: 600;
  cursor: pointer;
  transition: background-color .25s;
}
.res-btn:hover {
  background-color: #ffc5d0 !important;
}
.login-btn {
  line-height: 38px;
  padding: 0px 20px;
  border-radius: 20px;
  border: 1px solid #3c3c434a;
  white-space: nowrap;
  color: #3c3c43;
  margin-right: 10px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color .5s;
}
.login-btn:hover {
  background-color: #e3e3e5;
}
.middle-right {
  position: relative;
}
.bocchi-img {
  position: absolute;
  top: 50%;
  left: 70%;
  max-width: 400px;
  max-height: 400px;
  transform: translate(-50%,-50%);
  z-index: 999;
}
.image-bg {
  position: absolute;
  top: 50%;
  left: 70%;
  border-radius: 50%;
  width: 400px;
  height: 400px;
  background-image: linear-gradient( -45deg, #F2ABB9 30%, #ffffff80 );
  filter: blur(72px);
  transform: translate(-50%,-50%);
}



:root {
  --primary-color: #3c3c43;
  --secondary-color: #3c3c43b3;
  --background-color: #f6f6f7;
  --button-bg-color: #e3e3e5;
  --button-hover-bg-color: #3c3c43;
  --button-hover-text-color: #fff;
  --font-size-large: 54px;
  --font-size-medium: 22px;
  --font-size-small: 14px;
  --transition-fast: 0.5s;
}

.price-plan {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 64px 5% 100px 5%;
}

.plan-item {
  position: relative;
  width: calc(25% - 20px);
  margin: 10px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
  background-color: var(--background-color);
  transition: background-color var(--transition-fast);
}

@media screen and (max-width: 1023px) {
  .price-plan {
    justify-content: flex-start;
  }

  .plan-item {
    width: calc(33.333% - 20px);
  }
}

@media screen and (max-width: 767px) {
  .plan-item {
    width: calc(100% - 20px);
  }
}

.plan-name {
  margin-bottom: 28px;
  font-family: Gilroy, sans-serif;
  font-weight: 300;
  font-size: var(--font-size-medium);
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: color var(--transition-fast);
}

.plan-price {
  position: relative;
  display: flex;
  align-items: flex-end;
  margin-bottom: 6px;
  color: var(--primary-color);
  font-size: var(--font-size-large);
  line-height: 1;
  font-weight: 700;
  transition: color var(--transition-fast);
}

.plan-price::before {
  content: "￥";
  font-size: 26px;
  font-weight: 500;
  transform: translateY(-16px) translate(-10px);
  color: var(--primary-color);
}

.plan-price::after {
  content: "/mo";
  font-size: var(--font-size-small);
  font-weight: 600;
  transform: translateY(-8px) translate(8px);
  color: var(--primary-color);
}

.membership-cost-summary {
  display: flex;
  gap: 20px;
  padding: 0;
  margin-bottom: 12px;
}

.membership-cost-summary li {
  color: var(--secondary-color);
  font-size: var(--font-size-small);
  font-weight: 500;
  text-transform: capitalize;
  transition: color var(--transition-fast);
  list-style: none;
}

.plan-features {
  flex: 1;
  margin-top: 30px;
  margin-bottom: 52px;
  padding: 0 14px;
}

.plan-features li {
  margin-bottom: 8px;
  padding-left: 4px;
  color: var(--primary-color);
  font-size: var(--font-size-small);
  list-style-type: disc;
  transition: color var(--transition-fast);
}

.public-button {
  width: 100%;
  height: 60px;
  font-size: 15px;
  font-weight: 600;
  color: var(--primary-color);
  border: none;
  border-radius: 5px;
  background-color: var(--button-bg-color);
  transition: background-color var(--transition-fast), color var(--transition-fast);
  cursor: pointer;
}

.public-button:hover {
  background-color: var(--button-hover-bg-color);
  color: var(--button-hover-text-color);
}

.public-2 {
  background-color: #ffffff90 !important;
}

.public-2:hover {
  background-color: #fff !important;
  color: #000;
}

.hot-sale {
  position: absolute;
  right: 10px;
  font-size: 12px;
  background-color: #ffffff90;
  padding: 2px 8px 2px 8px;
  border-radius: 10px;
  color: #c8163f;
}


.blur-shadow {

  background: -webkit-linear-gradient(300deg,#ff5b81, #ffabbe);
  border-radius: 8px; 
  
  
  box-shadow: 
      0 0 10px 5px rgba(255, 0, 111, 0.1),  
      0 0 20px 10px rgba(255, 59, 59, 0.08), 
      0 0 30px 15px rgba(255, 60, 170, 0.1); 
  
}







.VPFeatures {
  margin-top: 50px;
  position: relative;
  padding: 0 24px;
  color: #3c3c43;
}

.container {
  margin: 0 auto;
  max-width: 1152px;
}

.items {
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
}
.item {
  padding: 8px;
  
  width: calc(100% / 3);
  @media (max-width: 800px) {
    width: 50%;
  };
  @media (max-width: 500px) {
    width: 100%;
  };
}
.VPFeature {
  display: block;
  border: 1px solid #f6f6f7;
  border-radius: 12px;
  height: 100%;
  background-color: #f6f6f7;
  transition: border-color .5s,background-color .5s;
}
.title {
  line-height: 24px;
  font-size: 16px;
  font-weight: 600;
}
.box {
  display: flex;
  flex-direction: column;
  padding: 24px;
  height: 100%;
}
.box .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  border-radius: 6px;
  background-color: #e3e3e5;
  width: 48px;
  height: 48px;
  font-size: 24px;
  transition: background-color .25s;
}
.details {
  flex-grow: 1;
  padding-top: 8px;
  line-height: 24px;
  font-size: 14px;
  font-weight: 500;
  color: #3c3c43bf;
}




.VPHome .VPHomeSponsors {
  margin-top: 112px;
  margin-bottom: -128px;
}

.VPHomeSponsors {
  margin-top: 100px;
  border-top: 1px solid #3c3c431f;
  padding: 88px 24px 96px;
  transition: background-color .5s;
}

.container {
  margin: 0 auto;
  max-width: 1152px;
}

.sponsors {
  padding-top: 32px;
}

.vp-sponsor {
  border-radius: 16px;
  overflow: hidden;
}

.vp-sponsor.normal .vp-sponsor-tier {
  padding: 13px 0 11px;
  font-family: Gilroy,sans-serif;
  font-size: 14px;
}

.vp-sponsor-tier {
  margin-top: 4px;
  margin-bottom: 4px;
  text-align: center;
  letter-spacing: 1px;
  line-height: 24px;
  width: 100%;
  font-weight: 600;
  color: #3c3c43b3;
  background-color: #f6f6f7;
  transition: background-color .5s;
}
.vp-sponsor-tier-3 {
  margin-top: 0px;
}

.vp-sponsor-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.vp-sponsor-grid.big .vp-sponsor-grid-link {
  height: 184px;
}

.vp-sponsor-grid-link {
  display: flex;
}

a {
  color: inherit;
  text-decoration: inherit;
}

.vp-sponsor-grid-box {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 100%;
}


.vp-sponsor-grid[data-vp-grid="2"] .vp-sponsor-grid-item {
  width: calc((100% - 4px)/2);
}

.vp-sponsor-grid.big .vp-sponsor-grid-image {
  max-width: 192px;
  max-height: 56px;
}

.vp-sponsor-grid.medium .vp-sponsor-grid-image {
  max-width: 120px;
  max-height: 36px;
}

.vp-sponsor-grid-image {
  max-width: 100%;
  filter: grayscale(0) invert(0);
  transition: filter .25s;
  @media (min-width: 768px) {
    filter: grayscale(1);
  };
}
.vp-sponsor-grid-item:hover .vp-sponsor-grid-image {
  filter: grayscale(0) invert(0);
}

.vp-sponsor-grid-item {
  flex-shrink: 0;
  width: 100%;
  background-color: #f6f6f7;
  transition: background-color .5s;
}
.vp-sponsor-grid-item:hover {
  background-color: #e3e3e5;
}
.vp-sponsor-grid[data-vp-grid="5"] .vp-sponsor-grid-item {
  width: calc((100% - 8px)/3);
}

.vp-sponsor-grid.medium .vp-sponsor-grid-link {
  height: 112px;
}

.love {
  margin: 0 auto;
  width: 28px;
  height: 28px;
  color: #3c3c4354;
}
.icon {
  width: 28px;
  height: 28px;
  fill: currentColor;
}
.message {
  margin: 0 auto;
  padding-top: 10px;
  max-width: 320px;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  font-weight: 500;
  color: #3c3c43b3;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
}

.vp-text {
  display: none;
  @media (min-width: 768px) {
    display: block;
    padding-left: 10px;
    color: #3c3c43;
  };
}



.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 80px;
  border-top: 1px solid #3c3c431f;

  
}
.footer p {
  font-size: 12px;

}


.stream {
  border-top: 1px solid #3c3c431f;
  padding: 88px 24px 96px;
}
.stream-main {
  display: flex;
  justify-content: space-between;
  
  
  width: 100%;
  
  background-color: #f6f6f7;
  transition: background-color .5s;
  margin-top: 36px;
  border-radius: 20px;
}
.main-left {
  height: 100%;
  width: 100%;
  @media (min-width: 768px) {
    width: 45%;
  };
  
  padding: 30px;
}
.stream-title-text {
  font-family: Gilroy,sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: #3c3c43;
}
.media-text {
  font-weight: 700;
  font-size: 1.2em;
  color: #213547;
  padding-bottom: 10px;
}
.media-name .name-1 {

  display: inline-block;
  color: #476582;
  font-weight: 600;
  font-size: .85em;
  margin:3px;
  background-color: #e3e3e5;
  padding: 4px 10px;
  border-radius: 6px;
}
.name-2 {
  font-size: 12px;
  color: #38383867;
}
.stream-media {
  margin-top: 20px;
}
.stream-music {
  margin-top: 20px;
}
.stream-in {
  margin-top: 25px;
  color: #3c3c43bf;
  font-size: 14px;
  line-height: 30px;
}

.main-right {
  display: none;
  @media (min-width: 768px) {
    display: block;
    height: 100%;
    width: 55%;
    
    padding: 30px;
  };
}
.main-right img {
  width: 100%;
  opacity: .7;
}







#toggleButton {
  position: relative;
  vertical-align: middle;
  border-radius: 11px;
  border: 1px solid #3c3c3c4a;
  background-color: #f1f1f1;
  
  width: 40px;
  height: 22px;
}

#toggleButton.on {
  background-color: f1f1f1;
}

#toggleButton:before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: white;
  border-radius: 50%;
  top: 1px;
  left: 1px;
  transition: left 0.3s ease-in-out;
  background: url(img/svg.svg) no-repeat center/80%;
  background-color: #fff;
}

#toggleButton.on:before {
  background: url(img/2.svg) no-repeat center/80%;
  background-color: #000;
  left: 19px;
}

#toggleButton-moblie {
  position: relative;
  vertical-align: middle;
  border-radius: 11px;
  border: 1px solid #3c3c3c4a;
  background-color: #f1f1f1;
  
  width: 40px;
  height: 22px;
}

#toggleButton-moblie.on {
  background-color: f1f1f1;
}

#toggleButton-moblie:before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: white;
  border-radius: 50%;
  top: 1px;
  left: 1px;
  transition: left 0.3s ease-in-out;
  background: url(img/svg.svg) no-repeat center/80%;
  background-color: #fff;
}

#toggleButton-moblie.on:before {
  background: url(img/2.svg) no-repeat center/80%;
  background-color: #000;
  left: 19px;
}





.screen-moblie{
  display: none;
  position: fixed;
  top: 55px;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 32px;
  width: 100%;
  background-color: #fff;
  overflow-y: auto;
  transition: background-color .5s;
  pointer-events: auto;
  
  z-index: 10000000;
}

.container-moblie {
  margin: 0 auto;
  padding: 24px 0 96px;
  max-width: 288px;
}

.VPNavScreenMenuLink {
  display: block;
  border-bottom: 1px solid #3c3c431f;
  padding: 12px 0 11px;
  line-height: 24px;
  font-size: 14px;
  font-weight: 500;
  color: #3c3c43eb;
  transition: border-color .25s,color .25s;
}

.translations, .appearance, .translations+.appearance {
  margin-top: 24px;
}

.lang-moblie {
  font-size: 14px;
  font-weight: 500;
  color: #3c3c43eb;
}

.VPNavScreenAppearance {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  padding: 12px 14px 12px 16px;
  background-color: #f6f6f7;
  transition: background-color .5s;
}
.text[data-v-9aa86e86] {
  line-height: 24px;
  font-size: 12px;
  font-weight: 500;
  color: #3c3c43b3;
}

.appearance+.social-links {
  margin-top: 20px;
}

.telegram-moblie {
  font-size: 14px;
  color: #3c3c43b3;
  margin-right: 10px;
}

.Mon {
  display: none;
  @media (max-width: 768px) {
    display: block;
  }
}


.iframe {
  margin-top: 64px;
}