html {
    font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", -apple-system, "Noto Sans", Helvetica, "Nimbus Sans L", Arial, sans-serif;
    color: #fff;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    background-size: 100% 50%;
    background-color: #000;
    min-height: 100%;
    
}
.bg-top{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    right: 0;
    z-index: 1;
    background-image: url(https://6x.studio/piano-widget/img/bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transform: rotateX(180deg);
}
.bg-bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50%;
    width: 100%;
    right: 0;
    z-index: 1;
    background-image: url(https://www.apple.com/v/iphone-14-pro/a/images/overview/hero/hero_background__c0w6qmrgcnqu_large.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    

}
.content{
    position: relative;
    z-index: 10;
    overflow: hidden;
}
body {
    padding: 0;
    margin: 0;
    height: 100%;
}

.header {
    margin: 80px auto 40px;
    text-align: center;
}

.header__logo {
    margin-bottom: 32px;
}

.header__logo img {
    width: 80px;
    height: 80px;
    display: block;
    margin: 0 auto;
    /* -webkit-animation: myRotate 20s ease infinite; */
    /* animation: myRotate 20s ease infinite; */
}

.header__name-box {
    margin-bottom: 8px;
    position: relative;
    display: inline-block;
}

.header__name {
    display: inline-block;
    font-size: 40px;
    line-height: 60px;
    color: #fff;
    letter-spacing: 0.8px;
    text-align: center;
    margin-bottom: 12px;
    font-weight: normal;
}

.header__version {
    position: absolute;
    right: -48px;
    top: 8px;
    font-size: 14px;
    display: inline-block;
    padding: 2px 6px;
    background: rgba(247, 133, 6, 0.20);
    border-radius: 12px;
    color: #F57304;
    text-align: center;
}

.header__slogan {
    position: relative;
    height: 30px;
    overflow: hidden;
    margin: 0 auto;
    font-weight: normal;
    opacity: 0.6;
    font-size: 18px;
}

.header__slogan-li {
    top: 0;
    position: relative;
    color: rgba(255, 255, 255, 0.6);
    font-style: italic;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    animation: changetext 0.5s 5s ease both;
}

.screenshot {
    overflow: hidden;
    width: 100%;
    min-height: 500px;
}

.screenshot img {
    padding-top: 0px;
    display: block;
    width: 100%;
    max-width: 1000px;
    margin: 40px auto;
    position: relative;
    left: 31px;
}
.download {
    font-weight: 400;
    width: 100%;
    display: block;
    height: 40px;
    position: relative;
     margin: 0 auto;
    text-align: center;
}
.download-btn{
    position: relative;
    height: 40px;
    display: inline-block;
   
}
.qr-download{
    position: absolute;
    top: -30px;
    left: 120px;
    width: 100px;
    display: none; 
    height: 100px;
    z-index: 9999;
}
.download__button {
    display: block;
    margin: 0 auto 8px;
    width: 160px;
    height: 46px;
    line-height: 44px;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 23px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.25s ease;
}

.download__button:hover {
    color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 0);
    background-color: rgba(255, 255, 255, 0.1);
}

.download__tips {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    text-align: center;
    font-weight: 500;
}

.github-btn {
    opacity: 0.6;
    margin-right: 4px;
    color: rgba(255, 255, 255, 0.8);
    border: none;
    height: 20px;
    width: 20px;
    margin-top: 40px;
    position: relative;
    display: inline-block;
    padding: 2px 2px;
    vertical-align: bottom;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.github-btn:hover {
    opacity: 0.9;
}

.octicon {
    display: inline-block;
    vertical-align: text-top;
    fill: currentColor;
}

.wx-share {
    position: absolute;
    visibility: hidden;
    width: 10px;
    height: 10px;
}

.links {
    text-align: center;
    font-weight: 500;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.2);
    margin-bottom: 20px;
}

.links__item {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.5);
}

.links__item:hover {
    animation: colorChange 0.5s both;
}

.release {
    font-size: 18px;
    margin: 60px auto 0;
    max-width: 1280px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
}

.release__content {
    margin-left: 40px;
}

.release__item {
    overflow: hidden;
}


.release__tag {
    float: left;
    height: 21px;
    vertical-align: bottom;
    display: block;
    margin-right: 10px;
}

.release h2 {
    font-size: 28px;
    margin: 16px 0;
    font-weight: 400;
}

.release p {
    margin: 16px 0;
    color: rgba(255, 255, 255, 0.5);
}

.release ul {
    margin: 16px 0;
    padding-left: 0;
    padding-right: 20px;
    list-style: none outside;
    color: rgba(255, 255, 255, 0.8);
}

.release li {
    padding-left: 0;
    line-height: 24px;
    font-size: 16px;
    margin: 3px 0;
    display: block;
}

.release code {
    background-color: rgba(0, 112, 255, 0.1);
    color: #ABD0FF;
    padding: 0 4px;
    margin: 0 2px;
    font-size: 14px;
    border-radius: 4px;
    line-height: 21px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
}

.release a {
    color: #ABD0FF;
}

p.release__new {
    color: #28A745;
}

.plugin-title {
    text-align: center;
    font-size: 36px;
    color: #ffffff;
    height: 40px;
    line-height: 40px;
    display: block;
    padding: 60px 0 40px;
}

.plugin-list {
    width: 96%;
    max-width: 780px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
    font-family: -apple-system, "Noto Sans", Helvetica, "Nimbus Sans L", Arial, sans-serif;
}

.plugin-list__title {
    margin-left: 12px;
    color: rgba(255, 255, 255, 0.6);
    text-align: left;
    height: 44px;
    line-height: 44px;
    font-weight: bolder;
}

.plugin-list__box {
    width: 100%;
}

.plugin-list__line {
    overflow: hidden;
    margin-bottom: 4px;
    position: relative;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.1);
}

.plugin-list__line:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.plugin-list__item {
    float: left;
    width: 208px;
    padding: 12px;
    height: 36px;
    position: relative;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.05);
}

.plugin-list__line:hover .plugin-list__item {
    background-color: transparent;
}

.plugin-list__name {
    font-size: 17px;
    font-weight: bolder;
    display: block;
    text-decoration: none;
    margin-top: -2px;
    font-weight: normal;
    margin-left: 48px;
    color: rgba(255, 255, 255, 0.9);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.plugin-list__icon {
    width: 36px;
    height: 36px;
    text-indent: -9999px;
    position: absolute;
    top: 12px;
    display: block;
    border-radius: 100%;
    background-size: 36px 36px;
}

.plugin-list__author {
    font-size: 11px;
    margin-left: 48px;
    padding-left: 12px;
    position: relative;
    font-weight: normal;
    float: left;
    cursor: pointer;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.4);
}

.plugin-list__author:hover {
    animation: colorChange 0.5s both;
}

.plugin-list__author:before {
    content: " ";
    background-image: url(../img/icon-author.svg);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 3px;
    width: 9px;
    height: 9px;
    display: block;
}

.plugin-list__desc {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: normal;
    display: -webkit-box;
    height: 60px;
    padding-left: 20px;
    text-align: left;
    padding-right: 20px;
    -webkit-box-align: center;
    -webkit-box-pack: left;
    text-decoration: none;
}

.plugin-list__action {
    position: absolute;
    right: 0;
    top: 0;
    width: 156px;
    height: 60px;
}

.plugin-list__action {
    display: none;
    overflow: hidden;
}

.plugin-list__line:hover .plugin-list__name {
    color: rgba(255, 255, 255, 1)
}

.plugin-list__line:hover .plugin-list__author {
    color: rgba(255, 255, 255, 0.7)
}

.plugin-list__line:hover .plugin-list__desc {
    color: rgba(255, 255, 255, 0.9)
}

.plugin-list__line:hover .plugin-list__action {
    display: block;
}

.plugin-list__line:hover .plugin-list__release {
    height: 60px;
    width: 52px;
    text-align: center;
    float: left;
    text-indent: -9999px;
    background-color: #222;
    position: relative;
}

.plugin-list__line:hover .plugin-list__release:after {
    content: ' ';
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/icon-github.svg);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 16px;
    left: 14px;
    opacity: 0.5;
}

.plugin-list__line:hover .plugin-list__download {
    height: 60px;
    width: 52px;
    text-align: center;
    float: left;
    text-indent: -9999px;
    background-color: #0f0f0f;
    position: relative;
}

.plugin-list__line:hover .plugin-list__download:after {
    content: ' ';
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/icon-download.svg);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 16px;
    left: 14px;
    opacity: 0.5;
    background-color: rgba();
}

.plugin-list__line:hover .plugin-list__install {
    height: 60px;
    width: 52px;
    text-align: center;
    float: right;
    text-indent: -9999px;
    background-color: #D45817;
    position: relative;
}

.plugin-list__line:hover .plugin-list__install:after {
    content: ' ';
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/icon-install.svg);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 16px;
    left: 14px;
    opacity: 0.5;
}

.plugin-list__line:hover .plugin-list__release:hover::after {
    opacity: 1!important;
    background-image: url(../img/icon-github-hover.svg);
}

.plugin-list__line:hover .plugin-list__download:hover::after {
    opacity: 1!important;
    background-image: url(../img/icon-download-hover.svg);
}

.plugin-list__line:hover .plugin-list__install:hover::after {
    opacity: 1!important;
    background-image: url(../img/icon-install-hover.svg);
}

.plugin-submit {
    font-family: -apple-system, "Noto Sans", Helvetica, "Nimbus Sans L", Arial, sans-serif;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
}

.plugin-submit a {
    border-bottom: 2px solid #D45817;
    padding-bottom: 4px;
}

.icon {
    height: 24px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    top: -1px;
    margin-right: 12px;
    display: inline-block;
    background-size: 16px 16px;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
}

.icon__new {
    color: #FF9F0A;
    background-image: url(../img/icon-new.png);
}

.icon__fixed {
    color: #28A745;
    background-image: url(../img/icon-fixed.png);
}

.icon__improvement {
    color: #0070FF;
    background-image: url(../img/icon-improvement.png);
}

.icon__add {
    color: #0070FF;
    background-image: url(../img/icon-add.png);
}

@keyframes colorChange {
    from {
        color: rgba(255, 255, 255, 0.5);
    }
    to {
        color: #E8C8FF;
    }
}

@keyframes changetext {
    0% {
        top: 0;
    }
    100% {
        top: -30px;
    }
}

@keyframes changebacktext {
    0% {
        top: -30px;
    }
    100% {
        top: 0;
    }
}

@-webkit-keyframes myRotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes myRotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    /* Retina-specific stuff here */
    html {
        font-weight: 300;
    }
}



.about{

}
.about__list{
    text-align: center;
    width: 100%;
}
.about__item{

}
.about__title{
    margin: 12px 0;
    font-weight: 500;
}
.about__img{
    margin: 0 5%;
}
.about__img img{
    width: 100%;
}

.video{
    margin-top: 40px;
    margin-bottom: 40px;
}
.image-slide img{
    width: 80%;
    max-width: 400px;
    margin: 0 auto;
    display: block;
    border-radius: 20px;
}



.producthunt {
    height: 40px;
    display: inline-block;
    opacity: 1;
    transition: ease-out 200ms;
}
.producthunt:hover {
    opacity: 0.9;
    transition: ease-in 200ms;
}

#fade {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
  }
  
  #light {
    z-index: 9999;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 320px;
    max-height: 692px;
    margin-left: -160px;
    margin-top: -346px;
    border: 1px solid #000;
    overflow: visible;
  }
  
  #boxclose {
    
    float: right;
    width: 32px;
    height: 32px;
    cursor: pointer;
    color: #fff;
    border-radius: 3px;
    background-image: url(https://menubarx-1251679148.file.myqcloud.com/src/close.svg);
    background-size: 32px 32px;
    background-position: center;
    color: #fff;
    background-repeat: no-repeat;
    font-size: 31px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    position: absolute;
    left: 50%;
    margin-left: -16px;
    bottom: -38px;
    z-index: 1002;
    opacity: 0.3;
  }
  .video-close{
      
  }
  .watch-video{
      display: inline-block;
      font-size: 16px;
      line-height: 20px;
      color: #fff;
      opacity: 0.5;
      margin-top: 8px;
      text-decoration: none;
      position: relative;
      margin-left: 12px;
      margin-right: 10px;
  }
  .watch-video::before{
      position: absolute;
      left: -24px;
      top: 0;
      content: " ";
      width: 20px;
      height: 20px;
    background-image: url(https://menubarx-1251679148.file.myqcloud.com/src/play-video.svg);
    background-size: 20px 20px;
  }
  
  .boxclose:before {
    /* content: "Ã—"; */
  }
  
  #fade:hover ~ #boxclose {
    display:none;
  }
  
  .test:hover ~ .test2 {
    display: none;
  }
  .bannerimg{
      width:80%;
      margin:20px 10%;
  }