.meta-block .logo {
  position: relative;
  width: 72px;
  height: 72px;
  border-radius: 35%;
}

.meta-block .logo.ami {
  overflow: hidden;
}

.meta-block .logo img {
  display: block;
  width: 100%;
}

.meta-block .logo .box  {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 2px solid transparent;
  border-left: 2px solid var(--main-color);
  border-right: 2px solid var(--main-color);
  border-radius: 50%;
  animation: turn 1s linear infinite;
  transform-origin: 50% 50%;
}

@keyframes turn {
  100% {
    transform: rotateZ(-1turn);
  }
}
.meta-block .logo.ami img {
  width: 50%;
  margin: 18px auto;
  animation: all 0.3;
}

.meta-block .logo.ami .box {
  display: block;
}

.inner .main-up .info h1 {
  color: #fff;
  font-size: 54px;
  font-weight: 900;
}

.inner .main-up .info h2 {
  margin-top: 1.5em;
}

.inner .main-up .info p {
  font-size: 16px;
  color: #C8C8C8;
}

.information-list-movie {
  color: #C8C8C8;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
}

.information-list-movie li {
  position: relative;
  flex: 1;
  text-align: center;
  padding: 0 25px;
}

.information-list-movie li img {
  width: 14px;
}

.information-list-movie li img.large {
  width: 20px;
}

.information-list-movie li strong {
  display: block;
  height: 28px;
  line-height: 28px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}

.information-list-movie li p {
  white-space: nowrap;
  font-weight: 300;
}

.information-list-movie li:before {
  background-color: #3C4043;
  content: "";
  display: block;
  height: 24px;
  left: 0;
  position: absolute;
  top: calc(50% - 12px);
  width: 1px;
}

.information-list-movie li:first-child:before {
  display: none;
}

.information-list-movie .google-material-icons {
  font-size: 14px;
}


.shiny:after {
  animation: shiny-btn-anim 4s ease-in-out infinite;
  background-color: rgb(33, 33, 35);
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: -180px;
  width: 30px;
}

@keyframes shiny-btn-anim {
  0% {
    opacity: 0;
    transform: scale(0) rotate(45deg);
  }
  80% {
    opacity: 0.5;
    transform: scale(0) rotate(45deg);
  }
  81% {
    opacity: 1;
    transform: scale(4) rotate(45deg);
  }
  100% {
    opacity: 0;
    transform: scale(50) rotate(45deg);
  }
}
.btn-movie {
  display: block;
  width: 244px;
  height: 52px;
  padding: 10px 8px;
  background: var(--main-color);
  border-radius: 8px;
  color: #202124;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
}

.btn.big {
  padding: 15px 8px;
  background: #0D1721;
  height: 12vw;
  color: #fff;
  font-weight: 400;
  font-size: 3.8vw;
}

.btn:hover {
  background: var(--main-hover-color);
}

.btn.big:hover {
  background: #0d1720;
}

.btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.btn:disabled:hover {
  background: var(--main-color);
}

.btn .con {
  display: flex;
  flex-direction: column;
}

.btn .con p {
  display: flex;
  justify-content: center;
  margin-bottom: 3px;
  gap: 5px;
  font-size: 15px;
  color: #ffe336;
}

.btn .con img {
  width: 12px;
}

.btn + .btn-movie {
  margin-top: 8px;
}

#installing {
  position: relative;
  width: 100%;
  background: none;
  border: var(--main-color) 1px solid;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  overflow: hidden;
  width: 244px;
  height: 52px;
  line-height: 52px;
  padding: 0;
}

#installing #proess {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: var(--main-color);
}

#installing > * {
  z-index: 1;
  position: relative;
}
.introduce {
  padding-bottom: 16px;
  line-height: 1.6;
}

.introduce h2 {
  margin-bottom: 20px;
  color: #202124;
}

.introduce ul, .introduce li {
  list-style: disc;
  list-style-position: inside;
}

#loading,
#reInstall,
#play,
#installing {
  display: none;
}

body[data-type=BEFORE_LOADING] #loading {
  display: block;
}

body[data-type=BEFORE_LOADING] #reInstall,
body[data-type=BEFORE_LOADING] #play,
body[data-type=BEFORE_LOADING] #installing {
  display: none;
}

body[data-type=LOADING] #reInstall,
body[data-type=INSTALL] #reInstall {
  display: block;
}

body[data-type=LOADING] #play,
body[data-type=LOADING] #installing,
body[data-type=LOADING] #loading,
body[data-type=INSTALL] #play,
body[data-type=INSTALL] #installing,
body[data-type=INSTALL] #loading {
  display: none;
}

body[data-type=PLAY] #play {
  display: block;
}

body[data-type=PLAY] #reInstall,
body[data-type=PLAY] #installing,
body[data-type=PLAY] #loading {
  display: none;
}

body[data-type=INSTALLING] #installing {
  display: block;
}

body[data-type=INSTALLING] #reInstall,
body[data-type=INSTALLING] #play,
body[data-type=INSTALLING] #loading {
  display: none;
}

/* */
.show-logo,
.sold-out {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.show-logo img,
.sold-out img {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 8px;
}

.show-logo p,
.sold-out p {
  margin-top: 15px;
  font-weight: 600;
}

.show-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rotate {
  animation: loadingCircle 1s infinite linear;
}

@keyframes loadingCircle {
  100% {
    transform: rotate(-360deg);
  }
}

/*---------- end template-footer -------------*/
.box-head .inner, .box-bd {
  padding: 0 40px;
}

.box-head {
  background-color: rgb(33, 33, 35);
  overflow: hidden;
  height: 632px;
}
.box-head .inner {
  max-width: 1296px;
  margin: 0 auto;
  position: relative;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.box-head .play-block {
  width: 1125px;
  height: 632px;
}
.box-head .oiEt0d {
  overflow: hidden;
  width: 100%;
}
.box-head .play-block {
  z-index: 1;
  position: absolute;
  right: 0px;
  top: 0;
}
.box-head .jaQz3d {
  background: linear-gradient(to top, rgb(33, 33, 35) 0, rgba(0, 0, 0, 0) 56%);
  bottom: 0;
  left: 0;
  right: -1px;
  top: 0;
  position: absolute;
}
.box-head .jaQz3d {
  background: linear-gradient(to right, rgb(33, 33, 35) 0, rgba(0, 0, 0, 0) 56%), linear-gradient(to top, rgb(33, 33, 35) 0, rgba(0, 0, 0, 0) 56%), linear-gradient(to left, rgb(33, 33, 35) 0, rgba(0, 0, 0, 0) 56%);
}
.box-head .oiEt0d {
  object-fit: cover;
  position: absolute;
  right: 0;
}
.box-head .info-block {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding-bottom: 5%;
  width: 100%;
}
.box-head .meta-block {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  margin: 0 24px 0;
}
.box-head .other-block {
  display: flex;
  gap: 35px;
}

/*---------- end box-head -------------*/
.box-bd {
  max-width: 1296px;
  margin: 0 auto;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/*---------- box-bd -------------*/
.template-bd-movie {
  padding: 0 0 56px;
}

.google-share-btns-movie svg {
  fill: var(--main-color);
}

.logo img {
  border-radius: 20%;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
}

.update-box {
  margin-bottom: 30px;
}

.update-box h3 {
  font-weight: 500;
  color: rgb(32, 33, 36);
  font-size: 16px;
}

.update-box p {
  margin-top: 4px;
}

.pop-box {
  display: flex;
  flex-direction: column;
  z-index: 4;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
}

.pop-box .pop-top {
  padding: 1px 13px 10px;
  background: #fff;
}
.pop-box .pop-bd {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.pop-box .pop-bd .closed-btn {
  position: absolute;
  top: 10px;
  right: 5px;
  width: 30px;
}

.pop-box .pop-bd .app-items {
  display: flex;
  margin-top: 20px;
  align-items: center;
  font-size: 13px;
  color: #fff;
  font-weight: bold;
}

.pop-box .pop-bd .app-items img {
  width: 25px;
  margin-left: 5px;
}

.pop-box .pop-bd .intro {
  margin-top: 20px;
  width: 85%;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #ababab;
}

.CAYEaf {
  margin-left: -6px;
}

.video-play-block {
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0.54);
  border-radius: 48px;
  color: #fff;
  cursor: pointer;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-play-btn {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -6px;
  width: 144px;
  height: 52px;
  padding: 0;
  cursor: pointer;
}
.google-share-btns-movie {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--main-color);
  gap: 20px;
}
@media (min-width: 750px) {
    .btn-box {
        flex: 1;
    }
    .google-share-btns-movie {
      justify-content: flex-start;
      flex: 2;
    }
}
@media (max-width: 1280px) {
  .box-head {
    height: 526px;
  }
  .box-head .play-block {
    width: 932px;
    height: 526px;
  }
}
@media (max-width: 1024px) {
  .box-head {
    height: auto;
  }
  .box-head .play-block {
    width: 100%;
    height: auto;
    z-index: 1;
    position: relative;
  }
  .box-head .oiEt0d {
    position: relative;
  }
  .box-head .info-block {
    position: absolute;
  }
  .box-head .inner {
    height: auto;
  }
}
@media (max-width: 750px) {

  body[data-type=PLAY] #pop-success {
    display: block;
  }

  .btn-movie, #installing {
    width: 100%;
    height: 9vw;
    font-size: 12px;
  }
  #installing {
    line-height: 9vw;
  }
  .video-play-block {
    width: 112px;
    height: 35px;
    position: absolute;
    top: -30vw;
    left: 36vw;
  }
  .box-head .inner {
    padding: 0;
    flex-direction: column;
  }
  .box-head .info-block {
    margin-top: -5vw;
    box-sizing: border-box;
    width: 100%;
    position: relative;
  }
  .box-head .jaQz3d {
    background: linear-gradient(to top, rgb(33, 33, 35) 0, rgba(0, 0, 0, 0) 100%);
  }
  .box-head .main-up {
    align-items: center;
    gap: 24px;
  }
  .inner .main-up .logo {
    margin-right: 0;
  }

  .box-head .inner .main-up .info h1 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 0px;
  }
  .box-head .inner .main-up .info h2, .box-head .main-up .info p {
    line-height: 1.5;
    margin-top: 5px;
    font-weight: 400;
  }
  .box-head .main-up .info p {
    font-size: 12px;
  }
  .box-head .meta-block {
    padding: 20px 0;
  }
  .box-head .meta-block .logo {
    display: none;
  }
  .box-head .info-block {
    padding-bottom: 7vw;
  }
  .box-head .other-block {

    gap: 16px;
    flex-direction: column;
  }
  .box-bd {

    padding: 0 5vw;
    gap: 0;
  }

  .information-list-movie {
    font-size: 12px;
  }

  .information-list-movie li:first-child {
    padding-left: 0;
  }
  .information-list-movie li img.large {
    width: 15px;
  }
  .introduce h2 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 1vw;
  }
  .google-share-btns-movie li {
    gap: 3px;
    align-items: center;
    display: flex;
  }
  .google-share-btns-movie svg {
    height: 20px;
  }
}
