@keyframes initBottom {
  from {
    transform: translateY(150%);
  }

  to {
    transform: translateY(0);
  }
}
.title {
	width: 100%;
	max-width: 1366px; 
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 44px;
  margin-top: 62px;
}

.title .name {
  font-size: 34px;
  width: 792px;
  margin: 0 auto;
  text-align: center;
}


.look_list {
  width: 130px;
  line-height: 50px;
  height: 50px;
  border-radius: 25px;
  text-align: center;
  border: 1px solid #000000;
  color: #000000;
  transition: all .4s;
}

.look_list:hover {
  background: #000000;
  color: #FFFFFF;
}
.look_list a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: inherit;
}


.content,
.title {
  transform: translateY(150%);
  animation: initBottom .8s ease-out .2s;
  animation-fill-mode: forwards;

}
.pd_action .pd_shop .car, .pd_action .pd_shop .cared {
    width: 26px;
    height: 26px;
}

.content {
  width: 100%;
  max-width: 835px;
  margin: 0 auto;
  margin-bottom: 50px;
  margin-top: 30px;
}



.content > .weight {
  font-size: 20px;
  text-align: center;
}
.content > div {
  margin: 0 auto;
  margin-top: 39px;
}
.content .weight p {
  line-height: 40px;
}

.content .time {
  width: max-content;
}

.content .time p {
  line-height: 50px;
  font-size: 16px;
}

.content img{
  width: 100%;
}
/* 媒体详情   start */
.media__poster {
  width: 100%;  
  position: relative;
  overflow: hidden;
  margin-bottom: 20px !important;
}

.media__poster .media__play {
  position: absolute;
  left: 22px;
  bottom: 22px;
  width: 62px;
  height: 62px;
  border-radius: 31px !important; 
}

.media__poster img,
.media__poster video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 媒体详情   End */

@media screen and (max-width: 1366px) {
  .title {
      max-width: 1024px;
  }
}

@media screen and (max-width: 1024px) {
  .title {
    margin-top: 34px;
    padding-bottom: 30px;
    width: 95%;
  }
  .title .name{
    font-size: 30px;
    width: calc(100% - 100px);
  }
  
  .title .time {
    font-size: 16px;
  }
  .content {
    padding: 0px 5%;
  }
  
  .content > .weight {
    font-size: 20px;
    text-align: center;
  }
  .content .weight p {
    line-height: 30px;
  }
  
  .content .time p {
    line-height: 30px;
    font-size: 16px;
  }
  
  .look_list {
    width: 100px;
    line-height: 40px;
    height: 40px;
    border-radius: 20px;
  }
 
}

@media screen and (max-width: 720px) {
  .title {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .title .name{
    font-size: 20px;
    width: calc(100% - 100px);
  }
  
  .title .time {
    font-size: 12px;
  }
  .content {
    margin-bottom: 20px;
    padding: 0px 5%;
  }
  
  .content > .weight {
    font-size: 16px;
    text-align: center;
  }
  .content .weight p {
    line-height: 24px;
  }
  
  .content .time p {
    line-height: 24px;
    font-size: 12px;
  }
  
  .media__poster .media__play {
    left: 10px;
    bottom: 10px;
    width: 42px;
    height: 42px;
  }
  
  .look_list {
    width: 90px;
    line-height: 32px;
    height: 32px;
    border-radius: 16px;
    font-size: 12px;
  }
}
