html,
body {
  height: 100%;
}

.bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -100;
}
.app-head {
  width: 790px;
  height: 104px;
  text-align: center;
  position: relative;
  left: 0;
  right: 0;
  top: 10px;
  margin: 0 auto;
}
.app-foot {
  width: 800px;
  height: 30px;
  position: absolute;
  left: 50%;
  margin-left: -400px;
  bottom: 20px;
  text-align: center;
  color: #333;
  font-size: 14px;
  z-index: 10;
}

.logo {
  width: 104px;
  height: 104px;
  float: left;
}

.title {
  width: 652px;
  height: 78px;
  float: left;
  margin: 13px 15px;
}
.swiper-container {
  width: 1200px;
  height: 475px;
  padding-top: 35px;
  padding-bottom: 50px;
}
.swiper-slide {
  width: 250px;
  height: 546px;
  text-align: center;
}
.swiper-prev {
  width: 54px;
  height: 107px;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 10;
  margin-top: -50px;
  cursor: pointer;
}
.swiper-next {
  width: 54px;
  height: 107px;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
  margin-top: -50px;
  cursor: pointer;
}

.root {
  position: relative;
  height: 100%;
  background: #f4f4fc url(../images/index/background2.jpg) no-repeat;
  background-size: cover;
}

@media (max-width: 1440px) {
  .app-head {
    top: 40px;
  }
  .app-content {
    margin-top: 105px;
  }
}

@media (min-width: 1440px) {
  .app-head {
    top: 86px;
  }
  .app-content {
    margin-top: 160px;
  }
}

.zxg-modal.layui-layer {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  border-radius: 28px;
}
.zxg-modal.layui-layer .layui-layer-title {
  position: relative;
  height: 90px;
  line-height: 90px;
  padding-left: 45px;
  border-bottom: none;
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  font-size: 36px;
  font-weight: bold;
  color: #2e313b;
}
.zxg-modal.layui-layer .layui-layer-title .sub-title {
  padding-left: 15px;
  font-size: 16px;
  font-weight: normal;
  color: #f4380a;
}
.zxg-modal.layui-layer .layui-layer-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#0362ff),
      color-stop(50%, #0380ff),
      color-stop(74%, #068cff),
      to(#0899ff)
    ),
    -webkit-gradient(linear, left top, left bottom, from(#1f93fc), to(#1f93fc));
  background-image: linear-gradient(
      90deg,
      #0362ff 0%,
      #0380ff 50%,
      #068cff 74%,
      #0899ff 100%
    ),
    linear-gradient(#1f93fc, #1f93fc);
}
.zxg-modal.layui-layer .layui-layer-content {
  overflow: unset;
}

.zxg-modal.layui-layer .layui-layer-content .show-type-2 .warning-text {
  font-size: 22px;
  font-weight: bold;
  color: #ff0000;
  text-align: center;
}
.zxg-modal.layui-layer .layui-layer-setwin {
  top: 23px;
  right: 30px;
  padding: 10px;
}
.zxg-modal.layui-layer .layui-layer-setwin .layui-layer-close1 {
  width: 20px;
  height: 20px;
  margin-left: 0;
  background: url(../images/icon-close2.png) no-repeat top center/100% 100%;
}

.zxg-modal.layui-layer.modal-gggl .layui-layer-content {
  padding: 30px 45px;
}

.zxg-modal.layui-layer.modal-gggl .layui-layer-content .gg-text {
  font-size: 28px;
  color: #2e313b;
}
