.indexMovieBox {
  padding: 0 12px 16px 12px;
  font-family: "Roboto", "Arial", sans-serif;
}
.indexMovieBox .titleM {
  font-size: 16px;
  font-weight: bolder;
  padding: 0 0 1rem 0;
}
.indexMovieBox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 8px;
}
.indexMovieBox ul li {
  width: 20%;
}
.indexMovieBox ul li a {
  color: #000;
  line-height: 1.5;
  font-size: 14px;
}
.indexMovieBox ul li a p:not(.img) {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.indexMovieBox ul li a .img {
  overflow: hidden;
  aspect-ratio: 6/9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #000;
  border-radius: 8px;
}
.indexMovieBox ul li a .img img {
  width: 100%;
}

.movieInArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 16px;
  font-family: "Roboto", "Arial", sans-serif;
  padding-left: 64px;
}
.movieInArea p {
  margin: 0;
}
.movieInArea .movieInBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
  padding: 16px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.movieInArea .movieInBox .outer {
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0 12px;
}
.movieInArea .movieInBox .outer .imgBox {
  height: 100%;
  overflow: hidden;
  width: 470px;
  border-radius: 16px;
  position: relative;
}
.movieInArea .movieInBox .outer .imgBox .img {
  height: 100%;
  aspect-ratio: 9/16;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  background: #000;
  border-radius: 16px;
}
.movieInArea .movieInBox .outer .imgBox .img img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}
.movieInArea .movieInBox .outer .imgBox .info {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 32px 16px 16px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 8px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.movieInArea .movieInBox .outer .imgBox .info p {
  color: #fff;
  font-weight: bolder;
  font-size: 16px;
}
.movieInArea .movieInBox .outer .imgBox .info p.saler {
  font-size: 14px;
}
.movieInArea .movieInBox .outer .operate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 16px 0;
}
.movieInArea .movieInBox .outer .operate p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px 0;
  font-size: 14px;
  font-weight: bolder;
}
.movieInArea .movieInBox .outer .operate p a {
  width: 48px;
  height: 48px;
  background: #f1f1f1;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background 0.15s ease-out;
  transition: background 0.15s ease-out;
}
.movieInArea .movieInBox .outer .operate p a svg {
  width: 20px;
  height: 20px;
}
.movieInArea .movieInBox .outer .operate p a svg path {
  fill: background 0.15s ease-out;
}
.movieInArea .movieInBox .outer .operate p a:hover, .movieInArea .movieInBox .outer .operate p a.focus {
  background: #1d78ca;
}
.movieInArea .movieInBox .outer .operate p a:hover svg path, .movieInArea .movieInBox .outer .operate p a.focus svg path {
  fill: #fff;
}

/*20221107*/

.hot.movie {
  margin: 0 15px 15px 0;
}

.hot.movie ul {
  display: flex;
  flex-flow: row wrap;
  gap: 8px;
  padding: 8px;
}

.hot.movie li {
  padding: 0;
  width: calc((100% - 24px)/4);
}

.hot.movie li a.touch {
  aspect-ratio: 210 / 302;
  background: #DDD;
  border-radius: 8px;
  display: flex;
  overflow: hidden;
}

.hot.movie li a.touch .movie_img {
  padding: 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
}

.hot.movie li a.touch .movie_img img {
  max-width: 100%;

}

.hot.movie li a.touch .movie_img p {
  color: #FFF;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', GradientType=0.9, endColorstr='#000000', GradientType=0);
  position: relative;
  font-size: 13px;
  padding: 16px 8px 8px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
}

.hot.movie li .tool {
  display: flex;
  padding: 0.5rem 0 0 0;
  justify-content: center;
}

.hot.movie li .tool a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  font-size: 12px;
  color: #7d7d7d;
  gap: 2px 0;
}



.hot.movie li .tool a.focus svg path,
.hot.movie li .tool a:hover svg path {
  fill: #005bac;
}

.hot.movie li .tool a svg {
  width: 22px;
  height: 22px;
}

.hot.movie li .tool a svg path {
  transition: fill 0.15s ease-out;
}

.hot.movie li .tool a span {
  width: 100%;
  text-align: center;
}

.movie_jump {
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  padding: 0 0 0 37px;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-out;
}

.movie_jump.show {
  pointer-events: inherit;
  opacity: 1;
  transition: opacity 0.3s ease-out;
}


.movie_jump .movie_img div {
  aspect-ratio: 210 / 302;
  height: 75vh;
  border-radius: 16px;
  overflow: hidden;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.movie_jump .movie_img div img {
  /* max-width: 100%; */
  max-height: 100%;
}

.movie_jump .movie_img p {
  color: #FFF;
  padding: 1rem 0 0 0;
}

.movie_jump .tool {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  height: 75vh;
  padding-bottom: 38.5px;
}

.movie_jump .tool a.close_movie_jump {
  transition: opacity 0.15s ease-out;
}

.movie_jump .tool a.close_movie_jump:hover {
  opacity: 0.5;
}

.movie_jump .tool a.close_movie_jump:hover svg path {
  fill: #FFF;
}

.movie_jump .tool a.close_movie_jump svg {
  width: 32px;
  height: 32px;
}

.movie_jump .tool>div {
  display: flex;
  flex-flow: column;
  justify-content: center;
  background: #FFF;
  border-radius: 32px;
  padding: 16px 0;
  gap: 16px 0;
  margin: 0 0 0 8px;
}

.movie_jump .tool a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  font-size: 12px;
  color: #333;
  gap: 2px 0;
}

.movie_jump .tool a.focus svg path,
.movie_jump .tool a:hover svg path {
  fill: hsl(208, 100%, 34%);
}

.movie_jump .tool a svg {
    width: 22px;
    height: 22px;
}

.movie_jump .tool a svg path {
    transition: fill 0.15s ease-out;
}

.movie_jump .tool a span {
    width: 100%;
    text-align: center;
}


.movie_jump .movie_img {
  position: relative;
}

.movie_jump .movie_img .peoInfo {
  position: absolute;
  left: 0;
  top: 0;
  padding: 8px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 16px 16px 0 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(0, 0, 0, 0) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(0, 0, 0, 0) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(0, 0, 0, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.movie_jump .movie_img a {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 9999;
  display: flex;
  align-items: center;

  color: #fff;
  font-weight: bolder;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2), 0 0 5px rgba(0, 0, 0, 0.2);
  gap: 0 8px;
}

.movie_jump .movie_img a p {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
  /* box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); */
  padding: 0;
}

.movie_jump .movie_img a p img {
  width: 100%;
}

.movie_jump .movie_img div:not(.peoInfo) {
  aspect-ratio: 210 / 302;
  height: 75vh;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.movie_jump .movie_img div:not(.peoInfo) img {
  max-width: 100%;
  max-height: 100%;
}