.dg-container {
  width: 100%;
  height: 515px;
  position: relative;
  margin: 40px 0px;
}
.dg-wrapper {
  width: 500px;
  height: 400px;
  margin: 0 auto;
  position: relative;
  transform-style: preserve-3d;
  -o-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
}
.dg-wrapper a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
  height: 80%;
  width: 500px;
}
.dg-wrapper a.dg-transition {
  transition: all 0.5s ease-in-out;
}
.dg-wrapper a.dg-center img {
  opacity: 1;
}
.dg-wrapper a img {
  display: block;
  padding: 0px 0px 0px 1px;
  opacity: 0.5;
  width: 100%;
  height: 100%;
}
.dg-wrapper a div {
  text-align: center;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  color: #333;
  font-size: 16px;
  width: 100%;
  top: 100%;
  display: none;
  position: absolute;
}
.dg-wrapper a .name {
  font-size: 24px;
  color: #000;
  font-weight: bold;
}
.dg-wrapper a .info {
  font-size: 16px;
  line-height: 28px;
  margin-top: 25px;
}
.dg-wrapper a.dg-center div {
  display: block;
}
.dg-container nav span {
  position: absolute;
  top: inherit;
  bottom: 50px;
  border: 1px solid #4865f8;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: url(../images/alzx/alzx_icon01.png) no-repeat center;
  cursor: pointer;
  top: 85%;
}
.dg-container nav span.dg-prev {
  left: 15%;
}
.dg-container nav span.dg-next {
  right: 15%;
  transform: rotateY(180deg);
}
.dg-container nav span:hover {
  opacity: 1;
}
@media (max-width: 1024px) {
  .dg-container {
    overflow: hidden;
  }
  .dg-wrapper {
    width: auto;
    height: 314px;
  }
  .dg-wrapper a img {
    display: none!important;
  }
  .dg-wrapper a div {
    margin-top: 25px!important;
  }
  .jxal .content .name {
    line-height: 2rem;
  }
  .dg-wrapper a.dg-center img {
    display: block!important;
  }
  .dg-wrapper a {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 550px) {
  .dg-wrapper {
    width: auto;
    height: 214px;
  }
}
