
.play-btn{cursor: pointer;}
@-webkit-keyframes pulse {
  from {-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);}
50% {-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05);}
to {-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);}
}
@keyframes pulse {
  from {-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);}
50% {-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05);}
to {-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);}
}
.pulse {-webkit-animation-name:pulse;animation-name:pulse;}
.animated {-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.animated.infinite {-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;}

@media screen and (max-width:539px) {
  .DtailsContentBox .topListClass .topContenBox[data-v-511d8f32]:nth-child(3) {
    top: 112px;
  }

  .DtailsContentBox .iframeBox[data-v-511d8f32] {
    width: calc(100% - 24px);
    height: 253px;
    margin: 10px 12px 30px;
  }
}