@-ms-viewport {
  width: device-width;
}



@media only screen and (min-device-width: 800px) {
  html {
    overflow: hidden;
  }
}

html {
  height: 100%;
}

body {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #ffffff;
  background-color: #000000;
}

body::-webkit-scrollbar {
  display: none;
}

::-webkit-scrollbar {
  width: 0.3vw;
  height: 0.3vw;
  background-color: rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb {
  background: #aaaaaa88;
  border-radius: 0.4vw;
}

::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:hover {
  background: #cccccc88;
}

.change-sound {
  width: 2.71vw;
  height: auto;
  position: fixed;
  top: 2vw;
  right: 1.06%;
  z-index: 13;
  cursor: pointer;
}

.change-sound:after {
  content: attr(data-hover-text);
  display: block;
  min-height: 1.6vw;
  line-height: 1.6vw;
  position: absolute;
  right: 105%;
  top: 50%;
  background-color: rgba(48, 48, 48, 0.6);
  backdrop-filter: blur(1px);
  color: #fff;
  padding: 0.3vw 1vw;
  font-size: 1.04vw;
  white-space: nowrap;
  z-index: 10;
  border-radius: 0.6vw;
  transition: 0.5s;
  opacity: 0;
  transform: translateY(-0%) translateX(50%);
  -webkit-border-radius: 0.6vw;
  -moz-border-radius: 0.6vw;
  -ms-border-radius: 0.6vw;
  -o-border-radius: 0.6vw;
  -webkit-transform: translateY(-0%) translateX(50%);
  -moz-transform: translateY(-0%) translateX(50%);
  -ms-transform: translateY(-0%) translateX(50%);
  -o-transform: translateY(-0%) translateX(50%);
}

.change-sound:hover:after {
  opacity: 1;
  transform: translateY(-0%) translateX(0%);
  -webkit-transform: translateY(-0%) translateX(0%);
  -moz-transform: translateY(-0%) translateX(0%);
  -ms-transform: translateY(-0%) translateX(0%);
  -o-transform: translateY(-0%) translateX(0%);
}

.change-sound img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 13;
}

.bottom-bar {
  width: 83.39vw;
  padding: 0 20%;
  height: 14vw;
  position: fixed;
  bottom: 2%;
  left: 50%;
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  transition: 1s;
  overflow: hidden;
  user-select: none;
  pointer-events: none;
}

.bottom-bar.hide {
  transform: translateX(-50%) translateY(60%);
  opacity: 0;
}

.bottom-album-item-main {
  width: auto;
  height: auto;
  max-width: 88vw;
  overflow-x: auto;
  padding: 0.56vw 0.46vw;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 50%;
  opacity: 1;
  transition: 0.4s;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  border-radius: 0.52vw;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  pointer-events: all;
  backdrop-filter: blur(0.2vw);
  pointer-events: all;
}

.bottom-album-item-main.hide {
  transform: translateX(-50%) translateY(160%);
  opacity: 0;
  pointer-events: none;
}

.bottom-album-item {
  width: 13.44vw;
  height: 6.2vw;
  position: relative;
  margin: 0 0.34vw;
  opacity: 0.8;
  border-radius: 0.35vw;
  border: 0.1vw solid #ffffff00;
  transition: 0.3s;
  cursor: pointer;
  overflow: hidden;
  flex-shrink: 0;
}

.bottom-album-item:hover {
  opacity: 1;
}

.bottom-album-item.choose {
  border: 0.1vw solid #fff;
  opacity: 1;
}

.bottom-album-item .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.3vw;
  position: relative;
}

.bottom-album-item:first-child .img {
  /* object-fit: contain; */
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.bottom-album-item .img-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 1;
  transition: 0.5s;
  background-color: rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.bottom-album-item.choose .img-mask {
  opacity: 0;
}

.bottom-album-item .txt {
  font-size: 0.89vw;
  color: #fff;
  position: absolute;
  bottom: 0.4vw;
  right: 0.52vw;
  z-index: 3;
  text-shadow: 0px 0px 0.1vw #242424;
  text-align: left;
  width: 95%;
  letter-spacing: -0.06vw;
}

.bottom-album-bar {
  width: auto;
  height: auto;
  max-width: 63.39vw;
  overflow-x: auto;
  white-space: nowrap;
  padding: 0.36vw 2vw;
  box-sizing: border-box;
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 1.33vw;
  pointer-events: all;
  backdrop-filter: blur(0.2vw);
}

.album-item {
  min-width: 3vw;
  margin: 0 0.6vw;
  padding: 0.52vw 2vw;
  word-break: keep-all;
  display: inline-block;
  border-radius: 5vw;
  text-align: center;
  font-size: 1.04vw;
  color: #fff;
  cursor: pointer;
  opacity: 0.8;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-border-radius: 5vw;
  -moz-border-radius: 5vw;
  -ms-border-radius: 5vw;
  -o-border-radius: 5vw;
  text-transform:uppercase
}

.album-item:hover {
  opacity: 1;
}

.album-item.choose {
  background-color: #fff;
  color: #000000;
  opacity: 1;
}

.bottom-bar .icon {
  width: 2.2vw;
  height: auto;
  position: absolute;
  opacity: 0.8;
  bottom: 19%;
  cursor: pointer;
}

.bottom-bar .icon.prev {
  left: 22%;
}

.bottom-bar .icon.next {
  right: 22%;
}

.menu-icon {
  z-index: 2;
  width: 2.71vw;
  height: 2.4vw;
  position: fixed;
  bottom: 1.6vw;
  left: 1.7vw;
  cursor: pointer;
}

.menu-icon img {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  z-index: 11;
}

.menu-icon:after {
  content: attr(data-hover-text);
  display: block;
  position: absolute;
  left: 105%;
  top: 50%;
  background-color: rgba(48, 48, 48, 0.6);
  backdrop-filter: blur(1px);
  color: #fff;
  min-height: 1.6vw;
  line-height: 1.6vw;
  padding: 0.3vw 1vw;
  font-size: 1.04vw;
  white-space: nowrap;
  z-index: 10;
  border-radius: 0.6vw;
  transition: 0.5s;
  opacity: 0;
  transform: translateY(-50%) translateX(-50%);
  -webkit-border-radius: 0.6vw;
  -moz-border-radius: 0.6vw;
  -ms-border-radius: 0.6vw;
  -o-border-radius: 0.6vw;
}

.menu-icon:hover:after {
  opacity: 1;
  transform: translateY(-50%) translateX(0%);
}

.fixed-menu {
  position: fixed;
  top: 50%;
  right: 1.06%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  z-index: 2;
}

.fixed-menu .menu-item {
  width: 2.71vw;
  height: 2.4vw;
  display: block;
  position: relative;
  margin-bottom: 0.47vw;
}

.fixed-menu .menu-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  cursor: pointer;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  z-index: 11;
}

.fixed-menu .menu-item:after {
  content: attr(data-hover-text);
  display: block;
  min-height: 1.6vw;
  line-height: 1.6vw;
  position: absolute;
  right: 105%;
  top: 50%;
  background-color: rgba(48, 48, 48, 0.6);
  backdrop-filter: blur(1px);
  color: #fff;
  padding: 0.3vw 1vw;
  font-size: 1.04vw;
  white-space: nowrap;
  z-index: 10;
  border-radius: 0.6vw;
  transition: 0.5s;
  opacity: 0;
  transform: translateY(-50%) translateX(50%);
  -webkit-transform: translateY(-50%) translateX(50%);
  -moz-transform: translateY(-50%) translateX(50%);
  -ms-transform: translateY(-50%) translateX(50%);
  -o-transform: translateY(-50%) translateX(50%);
  -webkit-border-radius: 0.6vw;
  -moz-border-radius: 0.6vw;
  -ms-border-radius: 0.6vw;
  -o-border-radius: 0.6vw;
}

.fixed-menu .menu-item:hover:after {
  opacity: 1;
  transform: translateY(-50%) translateX(0%);
}
.fixed-menu .menu-item img.choose {
  display: none;
}

@media (any-hover: hover) {
  .fixed-menu .menu-item:hover img.choose {
    display: block;
  }
  .fixed-menu .menu-item:hover img.unchoose {
    display: none;
  }
}

.fixed-menu .menu-item.show img.choose {
  display: block;
}
.fixed-menu .menu-item.show img.unchoose {
  display: none;
}
.HD-exit-btn {
  font-size: 1.04vw;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(1vw);
  border: 0.1vw solid #fc6767ab;
  padding: 0.54vw 1.2vw;
  border-radius: 1.35vw;
  cursor: pointer;
  position: fixed;
  z-index: 2;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-border-radius: 1.35vw;
  -moz-border-radius: 1.35vw;
  -ms-border-radius: 1.35vw;
  -o-border-radius: 1.35vw;
}

.mask {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

.share-main {
  width: 60.21vw;
  height: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 11;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.share-main .bg {
  width: 100%;
  height: auto;
  display: block;
}

.share-main .avatar-main {
  width: 5vw;
  height: 5vw;
  border-radius: 50%;
  position: absolute;
  top: 31.98%;
  right: 30.93%;
}

.share-main .avatar-show {
  width: 5vw;
  height: 5vw;
  border-radius: 50%;
  position: absolute;
  top: 31.98%;
  right: 30.93%;
  object-fit: cover;
  background-image: url("../images/720/avatar.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.share-main .avatar {
  width: 4vw;
  height: 4vw;
  border-radius: 50%;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.share-main .no-upload {
  width: 5vw;
  height: 5vw;
  border-radius: 50%;
  animation: bordera 1s infinite;
  -webkit-animation: bordera 1s infinite;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

@keyframes bordera {
  0% {
    background-color: rgba(199, 197, 197, 0.2);
    transform: scale(0.8);
  }

  50% {
    background-color: rgba(199, 197, 197, 0.5);
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  100% {
    background-color: rgba(199, 197, 197, 0.2);
    transform: scale(0.8);
  }
}

.share-main #file-upload {
  width: 5vw;
  height: 5vw;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 31.98%;
  right: 30.93%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  visibility: hidden;
}

.share-main .input {
  width: 7.6vw;
  height: 2vw;
  border: 0.1vw solid rgba(0, 0, 0, 0.3);
  border-radius: 1vw;
  -webkit-border-radius: 1vw;
  -moz-border-radius: 1vw;
  -ms-border-radius: 1vw;
  -o-border-radius: 1vw;
  position: absolute;
  top: 42%;
  right: 17.6%;
  font-size: 1.04vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.35vw;
  letter-spacing: 0vw;
  color: #333333;
  background: transparent;
  padding-left: 0.6vw;
  box-sizing: border-box;
}

.share-main .txt {
  width: 6.6vw;
  height: 2.8vw;
  -webkit-border-radius: 1vw;
  -moz-border-radius: 1vw;
  -ms-border-radius: 1vw;
  -o-border-radius: 1vw;
  position: absolute;
  top: 43.6%;
  right: 18.2%;
  font-size: 1.04vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.35vw;
  letter-spacing: 0vw;
  color: #333333;
  background: transparent;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  border-radius: 0;
}

.share-main .no-txt {
  width: 12vw;
  font-size: 2.2vw;
  font-weight: 600;
  letter-spacing: 0vw;
  color: #469db9;
  position: absolute;
  top: 54.16%;
  right: 19%;
  text-align: right;
  display: flex;
  align-items: flex-end;
}

.share-main .no-txt .text {
  font-size: 0.96vw;
  letter-spacing: 0vw;
  color: #333333;
  line-height: 2vw;
  padding-left: 0.5vw;
}

.share-main .close {
  width: 2.71vw;
  height: 2.71vw;
  position: absolute;
  top: 4.9%;
  right: 3.19%;
  cursor: pointer;
}

/* loading */
#loadtext {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  touch-action: none;
}

.bg {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.loading-bar {
  width: 600px;
  height: 600px;
  position: fixed;
  top: 41%;
  left: 49%;
  transform: translate(-50%, -50%) rotate(86deg) scale(2);
  -webkit-transform: translate(-50%, -50%) rotate(86deg) scale(2);
  -moz-transform: translate(-50%, -50%) rotate(86deg) scale(2);
  -ms-transform: translate(-50%, -50%) rotate(86deg) scale(2);
  -o-transform: translate(-50%, -50%) rotate(86deg) scale(2);
}

.loading-bar .main {
  transform: rotateX(0deg);
  width: inherit;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
}

.to-animate {
  width: 5vw;
  height: 5.02vw;
  object-fit: contain;
  position: absolute;
  top: -2.5vw;
  left: -2.51vw;
  border-radius: 50%;
  opacity: 1;
  z-index: 2;
  pointer-events: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.progress {
  position: absolute;
  top: 17%;
  left: 7%;
  width: 600px;
  height: auto;
  display: #fff;
  z-index: 5;
  transform: rotate(-80deg);
  -webkit-transform: rotate(-80deg);
  -moz-transform: rotate(-80deg);
  -ms-transform: rotate(-80deg);
  -o-transform: rotate(-80deg);
  opacity: 0.6;
}

svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 600px;
  height: 600px;
  display: #fff;
  z-index: 1;
  opacity: 0;
}

path {
  fill: none;
  stroke: rgba(255, 255, 255, 0.7);
}

.txt {
  font-size: 1.5vw;
  text-transform: uppercase;
  color: #ffffffc0;
  text-shadow: 0 0 1px rgb(173, 173, 173);
  transform: scale(1) translateY(0%);
  opacity: 1;
  transition: all 1s;
}

.txt.show {
  transform: scale(0.8) translateY(-60%);
  opacity: 0;
}

.txt.t1 {
  width: 22.86vw;
  max-width: 22.86vw;
  position: fixed;
  top: 4.4vw;
  left: 4.36vw;
}

.txt.t2 {
  position: fixed;
  top: 10%;
  right: 1%;
}

.txt.t3 {
  width: 5.8vw;
  max-width: 10vw;
  position: fixed;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
}

#loadtext {
  position: relative;
  z-index: 9999;
}

#lookZB {
  font-size: 2vw;
  padding: 1.5vw 2vw;
  background-color: #469db9;
  color: #fff;
  position: fixed;
  right: 0;
  bottom: 10%;
  z-index: 10;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.scroll-hint {
  width: 40vw;
  height: auto;
  padding: 2vw 1vw;
  box-sizing: border-box;
  border-radius: 5vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(1px);
  z-index: 10;
}

.scroll-hint .img {
  width: 5vw;
  height: auto;
  margin-bottom: 1vw;
}

.scroll-hint .txt {
  font-size: 1.04vw;
  color: #fff;
  width: 100%;
  text-align: center;
}

.scroll-hint-border {
  width: 65vw;
  height: 15vw;
  border: 0.3vw solid #3e3a3b;
  border-radius: 5vw;
  -webkit-border-radius: 5vw;
  -moz-border-radius: 5vw;
  -ms-border-radius: 5vw;
  -o-border-radius: 5vw;
  position: fixed;
  left: 50%;
  bottom: 1vw;
  transition: 0.3s;
  transform: translateY(0%) translateX(-50%);
  -webkit-transform: translateY(0%) translateX(-50%);
  -moz-transform: translateY(0%) translateX(-50%);
  -ms-transform: translateY(0%) translateX(-50%);
  -o-transform: translateY(0%) translateX(-50%);
  pointer-events: none;
  animation: fade 1s infinite;
  -webkit-animation: fade 1s infinite;
  z-index: 10;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

@keyframes fade {
  0% {
    opacity: 0.2;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0.2;
  }
}
.highlight-panel {
  position: fixed;
  right: 8.29%;
  top: 39%;
  transform: translateY(-50%);
  z-index: 9999;
  display: none;
}
.highlight-panel .black-mask {
  width: 150vw;
  height: 150vh;
  position: fixed;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 999;
}
.highlight-panel.show {
  display: block;
}
.highlight-panel .main {
  width: 27.42vw;
  height: auto;
  position: relative;
  min-height: 5.51vw;
  background-image: url("../images/720/panel/panel-bg.png");
  background-repeat: repeat;
  background-size: 100% auto;
  z-index: 1000;
  padding: 1.5vw;
  box-sizing: border-box;
  margin-bottom: 1vw;
}
.highlight-panel .main .title {
  font-size: 1vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0vw;
  color: #000000;
  margin-bottom: 1vw;
  font-weight: 600;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
.highlight-panel .main .txt {
  font-size: 0.89vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.3;
  letter-spacing: 0.01vw;
  color: #383735;
  font-weight: 600;
  /* text-transform: lowercase; */
  text-transform: none;
}
.highlight-panel .line {
  width: 21.05vw;
  height: auto;
  transform: translateX(-50%);
  z-index: 1000;
  position: relative;
}
/* .highlight-panel.BJ30.E.Appearance{
  right: 7.29%;
  top: 39%;
}
.highlight-panel.BJ30.E.Driver.seat{
  right: 1.29%;
  top: 38%;
}
.highlight-panel.BJ30.E.Driver.seat .line {
  width: 15.05vw;
  height: auto;
  transform: translateX(-21%);
  z-index: 1000;
  position: relative;
}
.highlight-panel.BJ30.E.Rear.seat{
  right: 12.29%;
  top: 30%;
} */
@media (max-width: 1422px) {
  .loading-bar {
    width: 600px;
    height: 600px;
    position: fixed;
    top: 35%;
    left: 49%;
    transform: translate(-50%, -45%) rotate(90deg) scale(1.3);
  }
}
@media (max-width: 1168px) {
  .bottom-album-item-main {
    width: auto;
    height: auto;
    max-width: 80vw;
  }
  .scroll-hint,
  .scroll-hint-border {
    display: none !important;
    opacity: 0;
  }

  .loading-bar {
    width: 600px;
    height: 600px;
    position: fixed;
    top: 35%;
    left: 49%;
    transform: translate(-50%, -45%) rotate(90deg) scale(1.3);
  }

  .to-animate {
    width: 8vw;
    height: 8.02vw;
    object-fit: contain;
    position: absolute;
    top: -4vw;
    left: -4.01vw;
    border-radius: 50%;
    opacity: 1;
    z-index: 2;
    pointer-events: none;
  }
  .txt.t1 {
    width: 52.86vw;
    max-width: 52.86vw;
    position: fixed;
    top: 6.4vw;
    left: 4.36vw;
  }
  .txt.t3 {
    width: 10.8vw;
    max-width: 20vw;
  }
  .change-sound,
  .menu-icon,
  .fixed-menu .menu-item {
    width: 4.71vw;
    height: auto;
  }
  .fixed-menu .menu-item {
    margin-bottom: 5.47vw;
  }
  .menu-icon img,
  .fixed-menu .menu-item img {
    height: auto;
  }
  .bottom-bar {
    transform: translateX(-50%) translateY(0) scale(1.3);
    bottom: 5%;
  }
  .bottom-bar .icon {
    display: none !important;
  }
  .fixed-menu .menu-item:nth-child(2),
  .fixed-menu .menu-item:nth-child(3) {
    display: none;
  }
  .share-main {
    width: 81.21vw;
    /* transform: translate(-50%, -50%) scale(1.3); */
  }
  .share-main .avatar-main,
  .share-main .no-upload,
  .share-main .avatar-show,
  .share-main #file-upload {
    width: 7vw;
    height: 7vw;
  }
  .share-main .avatar {
    width: 5.5vw;
    height: 5.5vw;
  }
  .fixed-menu .menu-item:after {
    display: none;
  }
  .share-main .input,
  .share-main .txt {
    width: 9.6vw;
    height: 2.6vw;
    font-size: 1.64vw;
    line-height: 1.65vw;
  }
  .share-main .no-txt {
    top: 55.16%;
    right: 21%;
  }
  .share-main .txt {
    height: 2.8vw;
    right: 17.3%;
  }
  .share-main .close {
    width: 3.71vw;
    height: 3.71vw;
  }
  .highlight-panel {
    position: fixed;
    right: 50%;
    top: 75%;
    transform: translateY(-50%) translateX(50%);
    z-index: 9999;
    display: none;
  }
  .highlight-panel .black-mask {
    width: 150vw;
    height: 150vh;
    position: fixed;
    top: 50%;
    left: 0%;
    transform: translate(-10%, -50%);
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 999;
  }
  .highlight-panel.show {
    display: block;
  }
  .highlight-panel .main {
    width: 70.42vw;
    height: auto;
    position: relative;
    min-height: 5.51vw;
    background-image: url("../images/720/panel/panel-bg.png");
    background-repeat: repeat;
    background-size: 100% auto;
    z-index: 1000;
    padding: 1.5vw;
    box-sizing: border-box;
    margin-bottom: 1vw;
  }
  .highlight-panel .main .title {
    font-size: 2vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0.01vw;
    color: #000000;
    margin-bottom: 3vw;
    font-weight: 600;
  }
  .highlight-panel .main .txt {
    max-width: 100%;
    font-size: 1.89vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: 0.01vw;
    color: #383735;
    font-weight: 600;
  }
}

@media screen and (max-width: 900px) {
  .album-item {
    font-size: 1.2vw;
  }
  .HD-exit-btn {
    font-size: 2vw;
  }
}

@media (max-width: 708px) {
  .bottom-bar .icon {
    display: none;
  }

  .bottom-bar {
    width: 80vw;
    height: 30vw;
    position: fixed;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%) translateY(0);
    opacity: 1;
    transition: 1s;
  }

  .bottom-bar.hide {
    transform: translateX(-50%) translateY(60%);
    opacity: 0;
  }

  .bottom-album-item-main {
    width: auto;
    height: auto;
    padding: 1.56vw 1.46vw;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    border-radius: 2.52vw;
    -webkit-border-radius: 2.52vw;
    -moz-border-radius: 2.52vw;
    -ms-border-radius: 2.52vw;
    -o-border-radius: 2.52vw;
  }

  .bottom-album-item {
    width: 29.44vw;
    height: 14.2vw;
    position: relative;
    margin: 0 0.64vw;
    opacity: 0.8;
    border-radius: 1.35vw;
    border: 0.1vw solid #ffffff00;
    transition: 0.3s;
    cursor: pointer;
    -webkit-border-radius: 1.35vw;
    -moz-border-radius: 1.35vw;
    -ms-border-radius: 1.35vw;
    -o-border-radius: 1.35vw;
  }

  .bottom-album-item:hover {
    opacity: 1;
  }

  .bottom-album-item.choose {
    border: 0.1vw solid #fff;
    opacity: 1;
  }

  .bottom-album-item .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1.3vw;
    -webkit-border-radius: 1.3vw;
    -moz-border-radius: 1.3vw;
    -ms-border-radius: 1.3vw;
    -o-border-radius: 1.3vw;
  }

  .bottom-album-item .txt {
    font-size: 1.89vw;
    color: #fff;
    position: absolute;
    bottom: 1.4vw;
    right: 1.52vw;
  }

  .bottom-album-bar {
    width: auto;
    height: auto;
    max-width: 80vw;
    padding: 0.66vw 3vw;
    box-sizing: border-box;
    position: absolute;
    bottom: 11%;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 3.33vw;
    -webkit-border-radius: 3.33vw;
    -moz-border-radius: 3.33vw;
    -ms-border-radius: 3.33vw;
    -o-border-radius: 3.33vw;
  }

  .album-item {
    width: auto;
    min-width: 12vw;
    margin: 0 0.9vw;
    padding: 1.2vw 3vw;
    border-radius: 8vw;
    text-align: center;
    font-size: 1.49vw;
    color: #fff;
    cursor: pointer;
    opacity: 0.8;
    transition: 0.3s;
  }

  .album-item:hover {
    opacity: 1;
  }

  .album-item.choose {
    background-color: #fff;
    color: #000000;
    opacity: 1;
  }

  .menu-icon {
    z-index: 2;
    width: 5.71vw;
    height: 5.4vw;
    position: fixed;
    bottom: 4vw;
    left: 2.7vw;
    cursor: pointer;
  }

  .fixed-menu {
    position: fixed;
    top: 50%;
    right: 1.06%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    z-index: 2;
  }

  .fixed-menu .menu-item {
    width: 5.71vw;
    height: 5.4vw;
    display: block;
    position: relative;
    margin-bottom: 1.47vw;
  }

  .fixed-menu .menu-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    cursor: pointer;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
  }

  .fixed-menu .menu-item:nth-child(2) {
    display: none;
  }

  .HD-exit-btn {
    font-size: 2.64vw;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(1vw);
    border: 0.1vw solid #fc6767ab;
    padding: 2.54vw 3.2vw;
    border-radius: 3.35vw;
    cursor: pointer;
    position: fixed;
    z-index: 2;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-border-radius: 3.35vw;
    -moz-border-radius: 3.35vw;
    -ms-border-radius: 3.35vw;
    -o-border-radius: 3.35vw;
  }

  .mask {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
  }

  .share-main {
    width: 95.21vw;
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 11;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }

  .share-main .bg {
    width: 100%;
    height: auto;
    display: block;
  }

  .share-main .avatar-main {
    width: 7vw;
    height: 7vw;
    border-radius: 50%;
    position: absolute;
    top: 31.98%;
    right: 30.93%;
  }

  .share-main .avatar-show {
    width: 7vw;
    height: 7vw;
    border-radius: 50%;
    position: absolute;
    top: 31.98%;
    right: 30.93%;
  }

  .share-main .avatar {
    width: 6vw;
    height: 6vw;
    border-radius: 50%;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
  }

  .share-main .no-upload {
    width: 7vw;
    height: 7vw;
    border-radius: 50%;
    animation: bordera 1s infinite;
    -webkit-animation: bordera 1s infinite;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }

  @keyframes bordera {
    0% {
      background-color: rgba(199, 197, 197, 0.2);
      transform: scale(0.8);
    }

    50% {
      background-color: rgba(199, 197, 197, 0.5);
      transform: scale(1);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
    }

    100% {
      background-color: rgba(199, 197, 197, 0.2);
      transform: scale(0.8);
    }
  }

  .share-main #file-upload {
    width: 6vw;
    height: 6vw;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 31.98%;
    right: 30.93%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    visibility: hidden;
  }

  .share-main .input {
    width: 11.6vw;
    height: 4vw;
    border: 0.1vw solid rgba(0, 0, 0, 0.3);
    border-radius: 6vw;
    -webkit-border-radius: 6vw;
    -moz-border-radius: 6vw;
    -ms-border-radius: 6vw;
    -o-border-radius: 6vw;
    position: absolute;
    top: 42%;
    right: 17.6%;
    font-size: 1.89vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.35vw;
    letter-spacing: 0vw;
    color: #333333;
    background: transparent;
    padding-left: 0.6vw;
    box-sizing: border-box;
  }

  .share-main .txt {
    width: 10.6vw;
    height: 5vw;
    -webkit-border-radius: 1vw;
    -moz-border-radius: 1vw;
    -ms-border-radius: 1vw;
    -o-border-radius: 1vw;
    position: absolute;
    top: 42%;
    right: 18%;
    font-size: 1.89vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.35vw;
    letter-spacing: 0vw;
    color: #333333;
    background: transparent;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .share-main .no-txt {
    width: 19.6vw;
    font-size: 3vw;
    font-weight: 600;
    letter-spacing: 0vw;
    color: #469db9;
    position: absolute;
    top: 54.16%;
    right: 18%;
    text-align: right;
    display: flex;
    align-items: flex-end;
  }

  .share-main .no-txt .text {
    font-size: 1.89vw;
    letter-spacing: 0vw;
    color: #333333;
    line-height: 2.8vw;
    padding-left: 0.5vw;
  }

  .share-main .close {
    width: 4.71vw;
    height: 4.71vw;
    position: absolute;
    top: 4.9%;
    right: 3.19%;
    cursor: pointer;
  }

  /* loading */
  .loading-bar {
    width: 600px;
    height: 600px;
    position: fixed;
    top: 38%;
    left: 49%;
    transform: translate(-50%, -50%) rotate(90deg) scale(1.1);
    /* overflow: hidden; */
  }

  .loading-bar .main {
    transform: rotateX(0deg);
    width: inherit;
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
  }

  .to-animate {
    width: 15vw;
    height: 15.01vw;
    object-fit: contain;
    /*background: #184ca0;
          */
    position: absolute;
    top: -7.5vw;
    left: -7.51vw;
    transform: scale(1);
    border-radius: 50%;
    opacity: 1;
    z-index: 2;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }

  .txt {
    max-width: 53vw;
    font-size: 3.5vw;
    text-transform: uppercase;
    color: #ffffffc0;
    text-shadow: 0 0 1px rgb(173, 173, 173);
    transform: scale(1) translateY(0%);
    opacity: 1;
    transition: all 1s;
  }

  .txt.t1 {
    width: 35vw;
    max-width: 35vw;
    position: fixed;
    top: 6%;
    left: 6%;
  }

  .txt.t2 {
    position: fixed;
    top: 15%;
    right: 1%;
  }

  .txt.t3 {
    width: 16vw;
    max-width: 16vw;
    position: fixed;
    bottom: 8%;
    left: 50%;
  }

  .change-sound:after {
    display: none;
  }

  .menu-icon:after {
    display: none;
  }

  .fixed-menu .menu-item:after {
    display: none;
  }

  .change-sound {
    width: 5.71vw;
    height: auto;
  }
  .highlight-panel {
    position: fixed;
    right: 50%;
    top: 75%;
    transform: translateY(-50%) translateX(50%);
    z-index: 9999;
    display: none;
  }
  .highlight-panel .black-mask {
    width: 150vw;
    height: 150vh;
    position: fixed;
    top: 50%;
    left: 0%;
    transform: translate(-10%, -50%);
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 999;
  }
  .highlight-panel.show {
    display: block;
  }
  .highlight-panel .main {
    width: 96.42vw;
    height: auto;
    position: relative;
    min-height: 5.51vw;
    background-image: url("../images/720/panel/panel-bg.png");
    background-repeat: repeat;
    background-size: 100% auto;
    z-index: 1000;
    padding: 1.5vw;
    box-sizing: border-box;
    margin-bottom: 1vw;
  }
  .highlight-panel .main .title {
    font-size: 3.8vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0.01vw;
    color: #000000;
    margin-bottom: 3vw;
    font-weight: 600;
  }
  .highlight-panel .main .txt {
    max-width: 100%;
    font-size: 2.89vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: 0.01vw;
    color: #383735;
    font-weight: 600;
  }
}

@media (max-width: 468px) {
  .bottom-bar {
    width: 55vw;
    height: 36vw;
    position: fixed;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%) translateY(0);
    opacity: 1;
    transition: 1s;
  }

  .bottom-bar.hide {
    transform: translateX(-50%) translateY(60%);
    opacity: 0;
  }

  .bottom-album-item-main {
    width: auto;
    height: auto;
    padding: 2.56vw 2.46vw;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    border-radius: 2.52vw;
    -webkit-border-radius: 2.52vw;
    -moz-border-radius: 2.52vw;
    -ms-border-radius: 2.52vw;
    -o-border-radius: 2.52vw;
  }

  .bottom-album-item {
    width: 29.44vw;
    height: 14.2vw;
    position: relative;
    margin: 0 1.64vw;
    opacity: 0.8;
    border-radius: 1.35vw;
    border: 0.1vw solid #ffffff00;
    transition: 0.3s;
    cursor: pointer;
    -webkit-border-radius: 1.35vw;
    -moz-border-radius: 1.35vw;
    -ms-border-radius: 1.35vw;
    -o-border-radius: 1.35vw;
  }

  .bottom-album-item:hover {
    opacity: 1;
  }

  .bottom-album-item.choose {
    border: 0.3vw solid #fff;
    opacity: 1;
  }

  .bottom-album-item .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1.3vw;
    -webkit-border-radius: 1.3vw;
    -moz-border-radius: 1.3vw;
    -ms-border-radius: 1.3vw;
    -o-border-radius: 1.3vw;
  }

  .bottom-album-item .txt {
    font-size: 2.7vw;
    color: #fff;
    position: absolute;
    bottom: 0.8vw;
    right: 0.52vw;
  }

  .bottom-album-bar {
    width: auto;
    height: auto;
    max-width: 91vw;
    padding: 1.36vw 3vw 2.4vw;
    box-sizing: border-box;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 3.33vw;
    -webkit-border-radius: 3.33vw;
    -moz-border-radius: 3.33vw;
    -ms-border-radius: 3.33vw;
    -o-border-radius: 3.33vw;
  }

  .album-item {
    min-width: 12vw;
    margin: 0 0.9vw;
    padding: 1.2vw 2vw;
    border-radius: 8vw;
    text-align: center;
    font-size: 2.9vw;
    color: #fff;
    cursor: pointer;
    opacity: 0.8;
    transition: none;
  }

  .album-item.choose {
    background-color: #fff;
    color: #000000;
    opacity: 1;
  }

  .album-item:hover {
    background-color: #fff;
    color: #000000;
    opacity: 1;
  }

  .album-item:hover + .album-item.choose,
  .album-item:hover ~ .album-item.choose {
    background-color: transparent !important;
    color: #fff;
    opacity: 0.8;
  }
  .menu-icon {
    z-index: 2;
    width: 9.71vw;
    height: 9.4vw;
    position: fixed;
    bottom: 4.6vw;
    left: 4.7vw;
    cursor: pointer;
  }

  .fixed-menu {
    position: fixed;
    top: 50%;
    right: 1.06%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    z-index: 2;
  }

  .fixed-menu .menu-item {
    width: 9.71vw;
    height: 9.4vw;
    display: block;
    position: relative;
    margin-bottom: 2.47vw;
  }

  .fixed-menu .menu-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    cursor: pointer;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
  }

  .fixed-menu .menu-item:nth-child(2) {
    display: none;
  }

  .HD-exit-btn {
    font-size: 5.04vw;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(1vw);
    border: 0.1vw solid #fc6767ab;
    padding: 2.54vw 3.2vw;
    border-radius: 3.35vw;
    cursor: pointer;
    position: fixed;
    z-index: 2;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-border-radius: 3.35vw;
    -moz-border-radius: 3.35vw;
    -ms-border-radius: 3.35vw;
    -o-border-radius: 3.35vw;
  }

  .mask {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
  }

  .share-main {
    width: 95.21vw;
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 11;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }

  .share-main .bg {
    width: 100%;
    height: auto;
    display: block;
  }

  .share-main .avatar-main {
    width: 7vw;
    height: 7vw;
    border-radius: 50%;
    position: absolute;
    top: 31.98%;
    right: 30.93%;
  }

  .share-main .avatar-show {
    width: 7vw;
    height: 7vw;
    border-radius: 50%;
    position: absolute;
    top: 31.98%;
    right: 30.93%;
  }

  .share-main .avatar {
    width: 6vw;
    height: 6vw;
    border-radius: 50%;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
  }

  .share-main .no-upload {
    width: 7vw;
    height: 7vw;
    border-radius: 50%;
    animation: bordera 1s infinite;
    -webkit-animation: bordera 1s infinite;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }

  @keyframes bordera {
    0% {
      background-color: rgba(199, 197, 197, 0.2);
      transform: scale(0.8);
    }

    50% {
      background-color: rgba(199, 197, 197, 0.5);
      transform: scale(1);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
    }

    100% {
      background-color: rgba(199, 197, 197, 0.2);
      transform: scale(0.8);
    }
  }

  .share-main #file-upload {
    width: 6vw;
    height: 6vw;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 31.98%;
    right: 30.93%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    visibility: hidden;
  }

  .share-main .input {
    width: 11.6vw;
    height: 4vw;
    border: 0.1vw solid rgba(0, 0, 0, 0.3);
    border-radius: 6vw;
    -webkit-border-radius: 6vw;
    -moz-border-radius: 6vw;
    -ms-border-radius: 6vw;
    -o-border-radius: 6vw;
    position: absolute;
    top: 42%;
    right: 17.6%;
    font-size: 1.89vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.35vw;
    letter-spacing: 0vw;
    color: #333333;
    background: transparent;
    padding-left: 0.6vw;
    box-sizing: border-box;
  }

  .share-main .txt {
    width: 10.6vw;
    height: 5vw;
    -webkit-border-radius: 1vw;
    -moz-border-radius: 1vw;
    -ms-border-radius: 1vw;
    -o-border-radius: 1vw;
    position: absolute;
    top: 42%;
    right: 18%;
    font-size: 1.89vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.35vw;
    letter-spacing: 0vw;
    color: #333333;
    background: transparent;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .share-main .no-txt {
    width: 19.6vw;
    font-size: 3.5vw;
    font-weight: 600;
    letter-spacing: 0vw;
    color: #469db9;
    position: absolute;
    top: 54.16%;
    right: 18%;
    text-align: right;
    display: flex;
    align-items: flex-end;
  }

  .share-main .no-txt .text {
    font-size: 1.89vw;
    letter-spacing: 0vw;
    color: #333333;
    line-height: 2.8vw;
    padding-left: 0.5vw;
  }

  .share-main .close {
    width: 4.71vw;
    height: 4.71vw;
    position: absolute;
    top: 4.9%;
    right: 3.19%;
    cursor: pointer;
  }

  /* loading */
  .bg {
    /* object-fit: fill; */
  }

  .loading-bar {
    width: 600px;
    height: 600px;
    position: fixed;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg) scale(0.69);
    overflow: hidden;
  }

  .loading-bar .main {
    transform: rotateX(0deg);
    width: inherit;
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
  }

  .to-animate {
    width: 20vw;
    height: 20.01vw;
    object-fit: contain;
    /* background: #184ca0; */
    position: absolute;
    top: -10vw;
    left: -10.01vw;
    border-radius: 50%;
    opacity: 1;
    z-index: 2;
  }

  .txt {
    max-width: 53vw;
    font-size: 3.5vw;
    text-transform: uppercase;
    color: #ffffffc0;
    text-shadow: 0 0 1px rgb(173, 173, 173);
    transform: scale(1) translateY(0%);
    opacity: 1;
    transition: all 1s;
  }

  .txt.t1 {
    width: 69vw;
    max-width: 69vw;
    position: fixed;
    top: 20%;
    left: 5%;
  }

  .txt.t2 {
    position: fixed;
    top: 15%;
    right: 1%;
  }

  .txt.t3 {
    width: 32vw;
    max-width: 32vw;
    position: fixed;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }

  .change-sound:after {
    display: none;
  }

  .menu-icon:after {
    display: none;
  }

  .fixed-menu .menu-item:after {
    display: none;
  }

  .change-sound {
    width: 9.71vw;
    height: auto;
    top: 4vw;
    right: 4vw;
    z-index: 13;
  }
}

@media screen and (max-width: 1600px) {
  .contentPoint {
    margin-top: 7%;
  }
}

@media screen and (max-width: 1500px) {
  .contentPoint {
    margin-top: -3%;
  }
}

@media screen and (max-width: 1400px) {
  .contentPoint {
    margin-top: 14%;
  }
}

@media screen and (max-width: 1300px) {
  .contentPoint {
    margin-top: 22%;
  }
}

@media screen and (max-width: 1200px) {
  .line {
    display: none;
  }
}



