@charset "UTF-8";
.pj-benqqp {
  background: #eadcff;
  display: flex; }
  .pj-benqqp .pj-detail {
    background: transparent;
    box-shadow: none;
    z-index: 4; }
  .pj-benqqp .slider-container {
    overflow: hidden;
    position: absolute;
    width: 100%; }
  .pj-benqqp .slider-wrapper {
    width: 500%;
    transition: all 500ms ease-in-out;
    animation: imgCarousel 8000ms infinite; }
  .pj-benqqp .slide-item {
    width: 20%;
    float: left; }
    .pj-benqqp .slide-item img {
      width: 100%;
      height: auto; }

.benqqp-ipad-items {
  bottom: 0;
  left: 2.5%;
  position: absolute;
  width: 311px;
  height: 277px;
  z-index: 3; }

.benqqp-ipad-slider {
  left: 24.115755627%;
  top: 12.6353790614%; }
  .benqqp-ipad-slider.slider-container {
    width: 69.1318327974%;
    height: 57.761732852%; }

.benqqp-ipad-img {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 1; }

.benqqp-device-items {
  bottom: 0;
  right: -2%;
  position: absolute;
  width: 1100px;
  height: auto;
  z-index: 2; }

.benqqp-device-slider {
  left: 26.8181818182%;
  bottom: 18.1481481481%; }
  .benqqp-device-slider.slider-container {
    width: 49.4545454545%;
    height: 74.6296296296%; }

.benqqp-device-img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1; }

@keyframes imgCarousel {
  0%,
    25.203252032520325% {
    margin-left: 0; }
  33.333333333333336%,
    58.53658536585366% {
    margin-left: -100%; }
  66.66666666666667%,
    91.869918699187% {
    margin-left: -200%; } }
/* 手機版 */
@media (max-width: 1024px) {
  .benqqp-device-items {
    width: 100%; } }

/*# sourceMappingURL=BenQQpresenter.css.map */
