.fwal-wrap {
  position: relative;
}

.fwal-wrap .module-nav-wrap {
  position: fixed;
  top: 150px;
  margin-left: -140px;
  width: 104px;
  height: 378px;
  background: #f3f5f8;
  box-shadow: -4px -4px 20px 0px rgba(55, 99, 170, 0.05),
    4px 4px 20px 0px rgba(55, 99, 170, 0.05);
  border-radius: 4px 4px 4px 4px;
  border: 2px solid #ffffff;
  display: inline-block;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s;
}

.module-nav-show {
  opacity: 1 !important;
}

.fwal-wrap .module-nav-wrap .nav-group-item {
  width: 100%;
  height: 36px;
  box-sizing: border-box;
  font-size: 12px;
  color: #181818;
  line-height: 36px;
  padding-left: 14px;
  cursor: pointer;
  transition: all 0.3s;
}

.fwal-wrap .module-nav-wrap > :first-child {
  margin-top: 4px;
}

.fwal-wrap .module-nav-wrap .nav-group-item:not(.go-top):hover {
  background: #ffffff;
  color: #237ffa;
}

.fwal-wrap .module-nav-wrap .active {
  background: #ffffff;
  color: #237ffa;
}

.fwal-wrap .module-nav-wrap .go-top {
  color: #237ffa;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.fwal-wrap .module-nav-wrap .go-top img {
  width: 10px;
  height: 5px;
  margin-left: 10px;
}

.fwal-wrap .module-wrap .module-section {
  margin-top: 50px;
}

.fwal-wrap .module-wrap > :first-child {
  margin-top: 0;
}

.fwal-wrap .module-wrap .module-section h2 {
  font-weight: 400;
  font-size: 30px;
  color: #333333;
  text-align: center;
}

.fwal-wrap .module-section .module-section-desc {
  font-weight: 400;
  font-size: 14px;
  color: #888888;
}

.fwal-wrap .module-section .carousel-section {
  width: 100%;
  height: 390px;
  margin-top: 15px;
}

.fwal-wrap .carousel-section .carousel-inner,
.fwal-wrap .carousel-section .carousel-item,
.fwal-wrap .carousel-section .screen-big,
.fwal-wrap .carousel-section .screen-small {
  width: 100%;
  height: 100%;
  position: relative;
}

.fwal-wrap .carousel-section .screen-small {
  display: none;
}

.fwal-wrap .carousel-item .carousel-item-img {
  width: 453px;
  height: 235px;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.fwal-wrap .carousel-item .carousel-item-content {
  width: 700px;
  height: 310px;
  background: linear-gradient(180deg, #f3f5f8 0%, #ffffff 100%);
  box-shadow: 8px 8px 20px 0px rgba(55, 99, 170, 0.1);
  border-radius: 2px 2px 2px 2px;
  position: absolute;
  bottom: 20px;
  right: 0;
  box-sizing: border-box;
  padding-left: 100px;
}

.fwal-wrap .carousel-item .carousel-item-content::before {
  content: "";
  width: 265px;
  height: 140px;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("/images/xczx/fwal/slide-cont-bg.png");
  background-repeat: no-repeat;
  background-position: top right;
  z-index: 0;
}

.fwal-wrap .carousel-item-content .carousel-page-box {
  margin-top: 50px;
}

.fwal-wrap .carousel-item-content .carousel-page-box .carousel-current-page {
  font-size: 32px;
  color: #237ffa;
}

.fwal-wrap .carousel-item-content .carousel-page-box .carousel-total-page {
  font-size: 14px;
  color: #919191;
}

.fwal-wrap .carousel-item-content .carousel-title {
  margin-top: 15px;
  font-size: 24px;
  color: #333333;
  line-height: 20px;
  position: relative;
}

.fwal-wrap .carousel-item-content .carousel-sub-title {
  margin-top: 8px;
  font-size: 14px;
  color: #237ffa;
  line-height: 20px;
}

.fwal-wrap .carousel-item-content .carousel-desc {
  margin-top: 20px;
  font-size: 12px;
  color: #888888;
  line-height: 20px;
  margin-right: 53px;
  line-height: 22px;
  text-align: justify;
}

.fwal-wrap .carousel-section .carousel-control-prev,
.fwal-wrap .carousel-section .carousel-control-next {
  width: 100px;
  background: transparent;
  opacity: 1;
  border: none;
}

.fwal-wrap .carousel-section .carousel-control-next {
  right: -100px;
}

.fwal-wrap .carousel-section .carousel-control-prev-icon {
  background-image: url("../images/xczx/fwal/slide-prev.png");
}

.fwal-wrap .carousel-section .carousel-control-next-icon {
  background-image: url("../images/xczx/fwal/slide-next.png");
}

.fwal-wrap .carousel-section .carousel-control-prev-icon,
.fwal-wrap .carousel-section .carousel-control-next-icon {
  width: 80px;
  height: 80px;
}

@media (max-width: 1415px) {
  .fwal-wrap .module-nav-wrap {
    opacity: 0 !important;
    left: -100% !important;
  }
}

@media (max-width: 1200px) {
  .fwal-wrap .carousel-section {
    background: linear-gradient(180deg, #f3f5f8 0%, #ffffff 100%);
    box-shadow: 0px 4px 20px 0px rgba(55, 99, 170, 0.1);
  }

  .fwal-wrap .carousel-section .screen-big {
    display: none;
  }

  .fwal-wrap .carousel-item {
    width: 100%;
    border-radius: 2px;
  }

  .fwal-wrap .carousel-section .screen-small {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 30px;
  }

  .fwal-wrap .carousel-item .screen-small::before {
    content: "";
    width: 265px;
    height: 140px;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url("/images/xczx/fwal/slide-cont-bg.png");
    background-repeat: no-repeat;
    background-position: top right;
    z-index: -1;
  }

  .fwal-wrap .screen-small .carousel-title {
    font-size: 20px;
    color: #333333;
  }

  .fwal-wrap .screen-small .carousel-sub-title {
    font-size: 16px;
    color: #237ffa;
  }

  .fwal-wrap .screen-small .carousel-item-content {
    width: 100%;
    height: auto;
    position: unset;
    margin: 20px auto 90px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-left: 0;
    background: transparent;
    box-shadow: none;
    margin-top: 20px;
  }

  .fwal-wrap .screen-small .carousel-item-content:before {
    background: transparent;
  }

  .fwal-wrap .screen-small .carousel-item-img {
    width: 337px;
    height: 175px;
    border-radius: 4px;
    position: unset;
  }

  .fwal-wrap .screen-small .carousel-desc {
    flex: 1;
    margin-left: 15px;
    font-size: 14px;
    color: #888888;
    margin-top: 0;
    margin-right: 0;
    position: unset;
  }

  .fwal-wrap .screen-small .carousel-page-box {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
  }

  .fwal-wrap .screen-small .carousel-page-box .carousel-current-page {
    font-size: 32px;
    color: #237ffa;
  }

  .fwal-wrap .screen-small .carousel-page-box .carousel-total-page {
    font-size: 14px;
    color: #919191;
  }

  .fwal-wrap .carousel-section .carousel-control-prev,
  .fwal-wrap .carousel-section .carousel-control-next {
    width: 80px;
    height: 80px;
    background: transparent;
    opacity: 1;
    border: none;
    padding: 0;
    top: unset;
    bottom: 20px !important;
  }

  .fwal-wrap .carousel-section .carousel-control-next {
    right: 30px;
  }

  .fwal-wrap .carousel-section .carousel-control-prev {
    right: 100px;
    left: unset;
  }
}

@media (max-width: 996px) {
  .fwal-wrap .module-section .carousel-section {
    height: 360px;
  }

  .fwal-wrap .module-section #carousel-section-3 {
    height: 390px;
  }

  .fwal-wrap .carousel-section .screen-small {
    padding: 20px;
  }

  .fwal-wrap .screen-small .carousel-item-content {
    height: auto;
    margin: 0;
    padding: 20px 0 60px;
    position: unset;
  }

  .fwal-wrap .screen-small .carousel-item-img {
    width: 50%;
    height: auto;
    border-radius: 4px;
    position: unset;
  }

  .fwal-wrap .carousel-section .carousel-control-prev,
  .fwal-wrap .carousel-section .carousel-control-next {
    bottom: 0 !important;
  }
}

@media (max-width: 767px) {
  .fwal-wrap .module-section .carousel-section {
    height: 520px;
  }

  .fwal-wrap .module-section #carousel-section-3 {
    height: 560px;
  }

  .fwal-wrap .module-section #carousel-section-6 {
    height: 550px;
  }

  .fwal-wrap .screen-small .carousel-item-content {
    flex-direction: column;
    margin-top: 10px;
    padding: 0;
  }

  .fwal-wrap .carousel-section .screen-small {
    padding: 10px 15px;
  }

  .fwal-wrap .screen-small .carousel-item-img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    position: unset;
  }

  .fwal-wrap .screen-small .carousel-desc {
    flex: 1;
    margin-left: 0;
    margin-top: 10px;
  }
}

@media (max-width: 500px) {
  .fwal-wrap {
    padding: 0;
  }

  .fnkg-con-wrap {
    padding-top: 0;
  }

  .fwal-wrap .module-wrap .module-section {
    margin-top: 20px;
  }

  .fwal-wrap .module-wrap .module-section h2,
  .fwal-wrap .module-section .module-section-desc,
  .fwal-wrap .screen-small .carousel-title,
  .fwal-wrap .screen-small .carousel-sub-title,
  .fwal-wrap .screen-small .carousel-item-content {
    padding: 0 10px;
  }

  .fwal-wrap .module-wrap .module-section h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .fwal-wrap .screen-small .carousel-title {
    font-size: 18px;
  }

  .fwal-wrap .screen-small .carousel-sub-title {
    font-size: 15px;
  }

  .fwal-wrap .module-section .carousel-section {
    height: 460px;
    margin-top: 5px;
    box-sizing: border-box;
  }

  .fwal-wrap .module-section #carousel-section-1,
  .fwal-wrap .module-section #carousel-section-2,
  .fwal-wrap .module-section #carousel-section-5,
  .fwal-wrap .module-section #carousel-section-7,
  .fwal-wrap .module-section #carousel-section-8 {
    height: 480px;
  }

  .fwal-wrap .module-section #carousel-section-3 {
    height: 520px;
  }

  .fwal-wrap .module-section #carousel-section-6 {
    height: 500px;
  }

  .fwal-wrap .carousel-section .screen-small {
    padding: 5px 0;
  }

  .fwal-wrap .carousel-section .carousel-control-prev,
  .fwal-wrap .carousel-section .carousel-control-next {
    display: none;
  }
}
