.index-banner-bg {
  background: url(../images/home/index-banner.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.index-digit-bg {
  background: url(../images/home/index-digit-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.index-digit-title {
  font-size: 40px;
  color: #000;
  line-height: 64px;
  font-weight: 500;
}

.index-digit-intro {
  font-size: 20px;
  color: #000;
  line-height: 40px;
  margin-top: 64px;
  max-width: 1200px;
  width: 90%;
}

.index-digit-grid {
  margin-top: 64px;
  width: 448px;
  height: 448px;
  position: relative;
}

.index-digit-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.index-digit-wrap2 {
  /* width: 100%;
  height: 100%; */
  width: 448px;
  height: 448px;
  position: relative;
}

.index-digit-logo {
  width: 96px;
  height: 96px;
  background: linear-gradient(147deg, #2480F0 0%, #5BABFB 100%);
  border: 12px solid #E9F3FF;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index-digit-logo img {
  width: 48px;
  height: 48px;
}

.index-digit-ring {
  border: 1px dashed rgba(38, 139, 255, 0.10);
  border-radius: 100%;
}

.index-digit-ring-s {
  width: 200px;
  height: 200px;
}

.index-digit-ring-m {
  width: 280px;
  height: 280px;
}

.index-digit-ring-l {
  width: 360px;
  height: 360px;
}

.index-digit-circle {
  width: 84px;
  height: 84px;
  background: linear-gradient(135deg, #E9F3FF 0%, #DDECFD 100%);
  border: 6px solid #F5F9FE;
  font-size: 15px;
  color: #268BFF;
  font-weight: 600;
  text-align: center;
  line-height: 84px;
  border-radius: 100%;
  position: absolute;
}

.index-digit-circle-rl {
  top: 0;
  left: 100px;
}

.index-digit-circle-yf {
  top: 0;
  right: 100px;
}

.index-digit-circle-sc {
  top: 110px;
  right: 0;
}

.index-digit-circle-cg {
  bottom: 110px;
  right: 0;
}

.index-digit-circle-yy {
  bottom: 0;
  left: 100px;
}

.index-digit-circle-wl {
  bottom: 0;
  right: 100px;
}

.index-digit-circle-cw {
  top: 110px;
  left: 0;
}

.index-digit-circle-sh {
  bottom: 110px;
  left: 0;
}

.index-empowerment-bg {
  background: url(../images/home/index-empowerment-bg.jpg) no-repeat;
  background-size: cover;
  background-position: left center;
}

.index-empowerment-title {
  font-size: 40px;
  line-height: 56px;
  font-weight: 500;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
}

.index-empowerment-desc {
  font-size: 24px;
  color: #666;
  font-weight: 400;
  text-align: center;
  line-height: 64px;
  margin: 36px 0 122px;
}

.index-empowerment-content {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  width: 90%;
}

.index-empowerment-content li {
  flex: 1;
  /* padding: 32px; */
  padding: 32px 16px;
  border-radius: 16px;
  background: #fff;
  margin-right: 28px;
  -webkit-transition: all .5s ease-out 0s;
  -moz-transition: all .5s ease-out 0s;
  -ms-transition: all .5s ease-out 0s;
  -o-transition: all .5s ease-out 0s;
  transition: all .5s ease-out 0s;
}

.index-empowerment-content li:last-child {
  margin-right: 0;
}

.index-empowerment-content li:hover {
  box-shadow: 0px 10px 16px 0px rgba(235, 235, 249, 0.8);
  transform: scale(1.05);
}

.index-ec-title {
  height: 48px;
  display: flex;
  align-items: center;
  font-size: 28px;
  color: rgba(0, 0, 0, 0.90);
  font-weight: 500;
}

.index-ec-title img {
  width: 28px;
  height: 28px;
  margin-right: 12px;
}

.index-ec-desc {
  margin: 20px 0 14px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.90);
  line-height: 32px;
  font-weight: 400;
}

.index-ec-detail {
  font-size: 18px;
  color: #666;
  line-height: 32px;
  font-weight: 400;
}

.index-cooperation-top {
  height: 409px;
  background: url(../images/home/index-cooperation-bg.jpg) no-repeat;
  background-size: cover;
  width: 100%;
}

.index-cooperation-title {
  padding-top: 150px;
  line-height: 72px;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  color: rgba(255, 255, 255, 0.90);
}

.index-cooperation-desc {
  padding-top: 24px;
  line-height: 64px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: rgba(255, 255, 255, 0.90);
}

.index-cooperation-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  width: 90%;
  flex: 1;
}

.index-cooperation-content li {
  width: 216px;
  padding: 60px 32px 50px;
  position: relative;
  box-shadow: 0px 2px 8px 0px rgba(213, 213, 213, 0.6);
  border-radius: 16px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  height: auto;
  display: inline-block;
}

.index-cooperation-content li:hover {
  box-shadow: 0px 10px 16px 0px rgba(235, 235, 249, 0.8);
  transform: scale(1.05);
  transition: all 0.5s;
}

.index-cc-type {
  position: absolute;
  left: 50%;
  top: -65px;
  transform: translateX(-50%);
  width: 88px;
  height: 88px;
  background: url(../images/home/circle-b.png) no-repeat;
  background-size: cover;
  text-align: center;
  line-height: 76px;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  color: #fff;
}

.index-cc-type-fw {
  background: url(../images/home/circle-y.png) no-repeat;
  background-size: cover;
}

.index-cc-type-gs {
  background: url(../images/home/circle-g.png) no-repeat;
  background-size: cover;
}

.index-cc-title {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.90);
  line-height: 32px;
  text-align: center;
}

.index-cc-desc {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  margin-top: 12px;
  color: #666;
}

.index-first-bg {
  background: #F2F5F8 url(../images/bg.jpg) no-repeat;
  background-size: cover;
  transform: rotate(180deg);
  opacity: .08;
  flex: 1;
  height: 100%;
}

.index-first-title {
  max-width: 640px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.90);
  line-height: 72px;
  font-size: 40px;
  text-align: center;
}

.index-first-desc {
  margin-top: 64px;
  display: flex;
  align-items: center;
  width: 90%;
  max-width: 1200px;
}

.index-first-desc img {
  width: 544px;
  height: 360px;
  margin-right: 56px;
  border-radius: 18px;
}

.index-first-desc p {
  font-size: 22px;
  line-height: 36px;
  font-weight: 400;
  color: #3D3D3D;
}

.index-product-bg {
  background: url(../images/home/cpjz.png) no-repeat;
  background-size: cover;
  background-position: center bottom;
  min-height: 1100px;
}

.index-product-wrap {
  position: absolute;
  top: 184px;
  left: 50%;
  transform: translateX(-50%);
}

.index-product-title {
  font-size: 40px;
  color: rgba(0, 0, 0, 0.90);
  line-height: 72px;
  text-align: center;
  font-weight: 500;
}

.index-product-desc {
  margin-top: 34px;
  color: #666;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
}

.index-product-img {
  opacity: 0;
}

.index-unlimited-bg {
  background: #F2F5F8;
}

.index-unlimited-title {
  font-size: 40px;
  color: rgba(0, 0, 0, 0.90);
  line-height: 72px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 8px;
}

.index-unlimited-details {
  display: flex;
  justify-content: space-between;
  margin-top: 56px;
  max-width: 1200px;
  width: 90%;
}

.index-unlimited-details li {
  position: relative;
  margin-left: 20px;
  max-width: 348px;
}

.index-unlimited-details li:hover {
  transform: scale(1.05);
  transition: all 0.5s;
}

.index-ud-num {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 88px;
  color: rgba(38, 139, 255, .3);
  line-height: 120px;
  font-weight: normal;
  margin-left: 0;
}

.index-ud-title {
  font-size: 22px;
  color: #268BFF;
  font-weight: 500;
  padding: 60px 0 0 38px;
}

.index-ud-desc {
  margin-top: 34px;
  color: #666;
  font-size: 18px;
  line-height: 32px;
}

.index-system-bg {
  background: url(../images/home/index-system-bg.jpg) no-repeat;
  background-size: 100% auto;
  justify-content: start;
}

.index-system-title {
  font-size: 40px;
  color: #fff;
  font-weight: 500;
  line-height: 72px;
  text-align: center;
  padding: 150px 0 24px;
}

.index-system-desc {
  font-size: 24px;
  color: #fff;
  text-align: center;
}

.index-system-content {
  margin-top: 78px;
  max-width: 1200px;
  width: 90%;
  display: flex;
  background: #E7EDF0;
}

.index-system-content li {
  padding: 32px;
}

.index-system-content li:nth-child(2) {
  background: #2E8FFF;
}

.index-system-content li:hover {
  transform: scale(1.05);
  transition: all 0.5s;
}

.index-sc-title {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.90);
  line-height: 32px;
  margin-bottom: 16px;
  text-align: center;
  font-weight: 500;
}

.index-sc-desc {
  font-size: 18px;
  color: #666;
  line-height: 32px;
  font-weight: 400;
}

.index-system-content li:nth-child(2) .index-sc-title,
.index-system-content li:nth-child(2) .index-sc-desc {
  color: rgba(255, 255, 255, 0.90);
}

.index-warehourse-bg {
  background: url(../images/home/index-warehouse-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.index-warehourse-title {
  font-size: 40px;
  color: rgba(0, 0, 0, 0.90);
  line-height: 66px;
  font-weight: 500;
  margin-bottom: 124px;
}

.index-warehourse-3 {
  width: 33.33%;
  float: left;
}

.index-warehourse-2 {
  width: 50%;
  float: left;
  margin-top: 64px;
}

.index-warehourse-cloud:hover {
  transform: scale(1.05);
  transition: all 0.5s;
}

.index-warehourse-cloud {
  width: 160px;
  height: 108px;
  margin: 0 auto;
  background: url(../images/home/yun.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.index-warehourse-cloud img {
  width: 32px;
  height: 32px;
}

.index-warehourse-cloud p {
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 22px;
  margin-top: 8px;
}

.index-ms-title {
  font-size: 40px;
  line-height: 66px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.90);
  margin-bottom: 30px;
  text-align: center;
}

.index-ms-content {
  max-width: 1200px;
  width: 90%;
}

.index-ms-content li {
  float: left;
  width: 25%;
  float: left;
  margin-top: 64px;
  display: flex;
  align-items: center;
  font-size: 28px;
  height: 40px;
  color: #333;
  font-weight: 400;
}

.index-ms-content li img {
  width: 24px;
  height: 24px;
  margin-right: 20px;
}

@media (max-width: 900px) {
  .index-banner-title {
    font-size: 30px;
  }

  .index-banner-desc {
    font-size: 20px;
  }

  .index-digit-title {
    width: 90%;
    font-size: 20px;
    font-weight: 600;
  }

  .index-digit-intro {
    font-size: 12px;
    margin-top: 20px;
  }

  .index-digit-grid {
    margin-top: 40px;
    width: 300px;
    height: 300px;
  }

  .index-digit-wrap2 {
    width: 300px;
    height: 300px;
  }

  .index-digit-ring-m {
    width: 140px;
    height: 140px;
  }

  .index-digit-ring-s {
    width: 100px;
    height: 100px;
  }

  .index-digit-ring-l {
    width: 160px;
    height: 160px;
  }

  .index-digit-circle {
    width: 60px;
    height: 60px;
    font-size: 13px;
    line-height: 60px;
  }

  .index-digit-circle-rl {
    top: 0;
    left: 66px;
  }

  .index-digit-circle-yf {
    top: 0;
    right: 66px;
  }

  .index-digit-circle-sc {
    top: 74px;
    right: 0;
  }

  .index-digit-circle-cg {
    bottom: 74px;
    right: 0;
  }

  .index-digit-circle-yy {
    bottom: 0;
    left: 66px;
  }

  .index-digit-circle-wl {
    bottom: 0;
    right: 66px;
  }

  .index-digit-circle-cw {
    top: 74px;
    left: 0;
  }

  .index-digit-circle-sh {
    bottom: 74px;
    left: 0;
  }

  .index-empowerment-content {
    flex-direction: column;
  }

  .index-empowerment-content li {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    margin-top: 10px;
  }

  .index-empowerment-title {
    width: 90%;
    font-size: 20px;
    font-weight: 600;
  }

  .index-empowerment-desc {
    font-size: 16px;
    color: #666;
    font-weight: 400;
    text-align: center;
    line-height: 32px;
    margin: 10px 0 12px;
  }

  .index-ec-title {
    font-size: 18px;
    height: 36px;
  }

  .index-ec-title img {
    width: 20px;
    height: 20px;
  }

  .index-ec-desc {
    margin: 10px 0 7px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.90);
    /* line-height: 32px; */
    font-weight: 400;
  }

  .index-ec-detail {
    font-size: 12px;
    color: #666;
    line-height: 16px;
    font-weight: 400;
  }

  .index-cooperation-top {
    height: 80px;
  }

  .index-cooperation-title {
    padding-top: 20px;
    line-height: 20px;
    font-size: 20px;
  }

  .index-cooperation-desc {
    padding-top: 10px;
    line-height: 20px;
    font-size: 12px;
    font-weight: 500;
  }

  .index-cooperation-content {
    flex-direction: column;
    margin-top: 50px;
  }

  .index-cooperation-content li {
    box-sizing: border-box;
    width: 100%;
    padding: 30px 12px 20px;
    border-radius: 8px;
    margin-bottom: 100px;
  }

  .index-cc-type {
    top: -40px;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
  }

  .index-cc-desc {
    font-size: 14px;
  }

  .common-module-bottom {
    padding-bottom: 10px;
  }

  .index-product-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }

  .index-product-desc {
    margin-top: 10px;
    font-size: 16px;
  }

  .index-product-bg {
    min-height: 500px;
  }

  .index-product-img {
    width: 100%;
  }

  .common-module {
    padding: 40px 0;
  }

  .index-unlimited-title {
    width: 90%;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
  }

  .index-unlimited-details {
    flex-direction: column;
  }

  .index-system-title {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    padding: 20px 0 10px;
  }

  .index-system-desc {
    font-size: 16px;
  }

  .index-system-content {
    flex-direction: column;
  }

  .index-system-content {
    margin-top: 10px;
  }

  .index-system-content li {
    padding: 12px;
  }

  .index-sc-desc {
    font-size: 14px;
  }

  .index-warehourse-title {
    font-size: 20px;
    font-weight: 600;
  }

  .index-ms-title {
    font-size: 20px;
    font-weight: 600;
  }

  .index-ms-content {
    display: flex;
    flex-wrap: wrap;
  }

  .index-ms-content li {
    width: 50%;
    flex-shrink: 0;
    font-size: 14px;
    height: 20px;
    margin-top: 20px;
  }
}