.content-size {
  width: 1360px;
  margin: 0 auto;
  font-size: 14px;
  overflow: hidden;
}
body {
  min-width: 1360px;
}
.banner {
  background-image: url('../image/memberService/qh-banner.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 392px;
  margin-top: 64px;
}
.banner .left {
  margin-top: 96px;
  width: 518px;
  margin-left: 94px;
}
.banner .title {
  height: 48px;
  font-weight: 500;
  font-size: 32px;
  color: #202328;
  line-height: 48px;
  text-align: left;
  font-style: normal;
}
.banner .title-p {
  margin-top: 22px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  opacity: 0.9;
}
.banner .title-tag {
  width: 136px;
  height: 24px;
  background: rgba(22, 93, 255, 0.16);
  border-radius: 2px;
  font-size: 14px;
  color: #165DFF;
  line-height: 24px;
  text-align: center;
  margin-top: 24px;
}
.banner .buttons {
  width: 160px;
  height: 40px;
  background: #0042D0;
  border-radius: 4px;
  text-align: center;
  line-height: 40px;
  margin-top: 70px;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
#scrollBar {
  position: fixed;
  width: 126px;
  height: 196px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 4px 16px 0px rgba(183, 195, 230, 0.4);
  border-radius: 4px;
  top: 350px;
  z-index: 100000;
  right: 50px;
  display: flex;
  margin-right: 10px;
  z-index: 1111;
  padding: 8px 19px;
}
#scrollBar .ulList {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
#scrollBar .ulList div {
  height: 24px;
  line-height: 24px;
  cursor: pointer;
}
#scrollBar .ulList .active {
  color: #0042D0;
  position: relative;
}
#scrollBar .ulList .active::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 24px;
  background-color: #2C99FF;
  position: absolute;
  left: -18px;
  top: 0px;
}
.home-title {
  font-weight: 600;
  font-size: 32px;
  color: #222736;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.feature {
  margin: 0 auto;
  width: 880px;
  padding-top: 72px;
}
.feature .desc {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  text-align: center;
  margin: 24px 0;
}
.feature .content {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.feature .content > div {
  width: 240px;
}
.feature .content > div .img-cen {
  width: 240px;
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature .content > div .desc {
  padding: 24px 0 52px 0;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  display: flex;
  justify-content: center;
}
.feature .content > div .desc p {
  position: relative;
}
.feature .content > div .desc p::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #2C99FF;
  position: absolute;
  left: -18px;
  top: 8px;
  border-radius: 50%;
}
.dataset-sample {
  margin: 0 auto;
  width: 880px;
  padding-top: 60px;
  height: 742px;
  width: 100%;
  background-image: url('../image/memberService/qh-middle-bg.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.dataset-sample .desc {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  text-align: center;
  margin: 24px 0;
}
.dataset-sample .content {
  width: 1188px;
  height: 528px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: inset 0px 0px 16px 0px rgba(44, 153, 255, 0.16);
  border: 2px solid #FFFFFF;
  backdrop-filter: blur(1px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 32px;
}
.dataset-sample .content img {
  width: 550px;
  height: 480px;
}
.dataStatistics {
  padding-top: 60px;
  margin: 0 auto;
  width: 1360px;
}
.dataStatistics .desc {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  text-align: center;
  margin: 24px 0;
}
.dataStatistics .content {
  width: 776px;
  height: 453px;
  margin: 0 auto;
}
#carouselExampleIndicators,
#carouselExampleSlide {
  width: 776px;
  height: 453px;
}
.carousel-control-prev {
  width: 32px;
  left: -200px !important;
}
.carousel-control-next {
  width: 32px;
  right: -200px !important;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #fff !important;
  background-position: 50% 50%!important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  width: 48px!important;
  height: 48px!important;
  border-radius: 50%;
}
.carousel-control-prev-icon {
  background-image: url('/skin/image/memberService/arrow.png') !important;
  transform: rotate(180deg);
}
.carousel-control-prev-icon:hover {
  background-image: url('/skin/image/memberService/arrow_on.png') !important;
}
.carousel-control-next-icon {
  background-image: url('/skin/image/memberService/arrow.png') !important;
}
.carousel-control-next-icon:hover {
  background-image: url('/skin/image/memberService/arrow_on.png') !important;
}
.applicationScence {
  padding-top: 60px;
  margin: 0 auto;
  width: 1360px;
}
.applicationScence .content {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
}
.applicationScence .content .con-item {
  width: 316px;
  height: 402px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.applicationScence .content .item-img {
  width: 316px;
  height: 308px;
  overflow: hidden;
}
.applicationScence .content .item-img img {
  transition: all 0.6s;
}
.applicationScence .content .item-img img:hover {
  transform: scale(1.2);
}
.applicationScence .content .item-text {
  padding: 16px 24px;
}
.applicationScence .content .item-text p:first-child {
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}
.applicationScence .content .item-text p:last-child {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  margin-top: 8px;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-inner .carousel-item img {
  width: 776px;
  height: 453px;
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
.sjjly {
  padding-top: 70px;
  margin-bottom: 72px;
}
.sjjly .home-title {
  margin-bottom: 18px;
}
.sjjly .content {
  background: url('/skin/image/memberService/data-source.png') no-repeat;
  background-size: cover;
  background-position: center center;
  height: 275px;
  width: 926px;
  margin: 0 auto;
  font-style: normal;
}
