.shop-module {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.index-banner-wrap {
  width: auto;
}

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

.index-banner-title,
.index-banner-desc {
  color: #fff;
}

.shop-banner-logo {
  width: 176px;
  height: 40px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.shop-product-bg {
  background: url(../images/bg.jpg) no-repeat;
  background-size: auto 100%;
  opacity: 0.04;
  position: absolute;
  top: 0;
  left: 50%;
  transform: scale(1.1);
  bottom: 0;
  right: 0;
}

.shop-product-wrap {
  justify-content: flex-end;
}

.shop-product-title {
  font-size: 40px;
  color: rgba(0, 0, 0, 0.90);
  line-height: 56px;
  font-weight: 500;
  margin-bottom: 76px;
  margin-top: 148px;
}

.shop-product-content {
  display: flex;
  padding: 0 6% 0 19%;
  width: 100%;
  box-sizing: border-box;
}

.shop-pc-detail {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.shop-pcd-logo {
  width: 184px;
  height: 48px;
  margin-bottom: 28px;
}

.shop-pcd-desc {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.90);
  line-height: 40px;
  font-weight: 400;
}

.shop-product-img {
  width: 60%;
  height: auto;
}

.index-linkage-wrap {
  background: #F2F5F8;
}

.shop-linkage-title {
  font-size: 40px;
  color: rgba(0, 0, 0, 0.90);
  line-height: 56px;
  font-weight: 500;
  margin-bottom: 64px;
  text-align: center;
}

.shop-linkage-content {
  width: 90%;
  max-width: 1200px;
}

.shop-linkage-content li {
  width: calc(50% - 78px);
  margin-top: 28px;
  margin-right: 28px;
  float: left;
  padding: 32px;
  background: #fff;
  border-radius: 16px;
}

.shop-linkage-content li:nth-child(2n) {
  margin-right: 0;
}

.shop-lc-title {
  display: flex;
  align-items: center;
}

.shop-lc-title img {
  width: 40px;
  height: 40px;
  margin-right: 16px;
}

.shop-lc-title p {
  font-size: 24px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.90);
  font-weight: 500;
}

.shop-lc-desc {
  font-size: 18px;
  color: #666;
  line-height: 32px;
  margin-top: 20px;
}

.shop-system-bg {
  width: 100%;
  height: 100%;
}

.shop-system-module {
  width: 100%;
}

.shop-system-module img {
  width: 100%;
}

.shop-product {
  justify-content: end;
  padding-bottom: 0;
}

.shop-oil-title {
  font-size: 40px;
  color: rgba(0, 0, 0, 0.90);
  line-height: 56px;
  font-weight: 500;
  margin-bottom: 64px;
}

.shop-tab {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #E5E5E5;
}

.shop-tab li {
  flex: 1;
  display: flex;
  cursor: pointer;
}

.shop-tab li div {
  display: flex;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid transparent;
}

.shop-tab li.shop-tab-active div {
  border-bottom-color: #268BFF;
  color: #268BFF;
}

.shop-tab-icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}

.shop-tab-txt {
  font-size: 18px;
  line-height: 28px;
  color: #50565C;
}

.shop-handle-flow {
  color: #268BFF;
  margin-top: 24px;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shop-handle-flow span {
  display: block;
}

.shop-handle-arrow {
  width: 37px;
  height: 16px;
  margin: 0 12px;
}

.shop-business-wrap {
  margin-top: 110px;
  display: flex;
  background: url(../images/shop/product-bg.png) no-repeat;
  background-position: right bottom;
  background-size: auto 100%;
  align-items: center;
}

.shop-business-content {
  width: 400px;
  margin-right: 88px;
}

.shop-business-title {
  font-size: 24px;
  color: #333;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 20px;
}

.shop-business-desc {
  font-size: 16px;
  color: #333;
  font-weight: 400;
  line-height: 28px;
}

.shop-business-img {
  flex: 1;
}

.shop-business-img img {
  width: 100%;
}

.shop-func-module {
  display: flex;
  padding: 180px 0 210px;
  align-items: center;
}

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

.shop-tab-content .shop-tc-item {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.shop-tab-content div.shop-tc-item:first-child {
  display: flex;
}

.shop-linkage-sub-title {
  width: 90%;
  max-width: 1200px;
  font-weight: 400;
  font-size: 20px;
  color: rgba(0,0,0,0.9);
  line-height: 40px;
  text-align: center;
  margin-bottom: 60px;
}

.shop-tip-title {
  font-size: 36px;
  color: #E72525;
  line-height: 50px;
  text-align: center;
}

.shop-odds-line {
  max-width: 1420px;
}

.shop-odds-line-box {
  width: 1420px;
  height: 4px;
  background-color: #EA3A3A;
  border-radius: 8px;
}

.shop-odds-line-index {
  width: 1420px;
  display: flex;
  justify-content: space-around;
}

.shop-odds-line-index-item {
  width: 100px;
  height: 68px;
  text-align: center;
  line-height: 68px;
  background-image: url('../images/shop/tips.png');
  background-size: cover;
  color: white;
  font-size: 32px;
}

.shop-odds {
  display: flex;
  justify-content: space-between;
  padding-top: 100px;
  padding-bottom: 149px;
  max-width: 1420px;
}

.shop-odds-item {
  flex: 1;
  background: #FFFFFF;
  box-shadow: 0px 2px 8px 0px rgba(213,213,213,0.6);
  border-radius: 16px;
  min-height: 240px;
  position: relative;
  margin: 0 10px;
}

.shop-odds-item-index {
  position: absolute;
  top: -40px;
  font-weight: 600;
  font-size: 56px;
  color: #EA3A3A;
  line-height: 78px;
}

.shop-odds-item-tit {
  font-weight: 500;
  font-size: 20px;
  color: rgba(0,0,0,0.9);
  line-height: 28px;
  padding: 32px 24px 24px;
}

.shop-odds-item-con {
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  line-height: 32px;
  padding: 0px 24px 0px;
}

.system-ban {
  max-width: 1448px;
  padding-bottom: 148px;
}

@media (max-width: 900px) {
  .index-banner-wrap {
    width: 90%;
  }

  .index-banner-title {
    width: 100%;
    font-size: 20px;
    line-height: 30px;
  }

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

  .shop-product-title {
    font-size: 20px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .shop-product-content {
    flex-direction: column;
  }

  .shop-pcd-logo {
    width: 92px;
    height: 24px;
  }

  .shop-pcd-desc {
    font-size: 16px;
  }

  .shop-product-img {
    width: 90%;
    margin-bottom: 20px;
  }

  .shop-linkage-content {
    display: flex;
    flex-direction: column;
  }

  .shop-linkage-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
  }

  .shop-linkage-content li {
    width: 100%;
    height: auto;
    min-height: 200px;
    margin-top: 14px;
    margin-right: 0px;
    /* float: left; */
    float: none;
    padding: 10px;
    background: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    flex-shrink: 0;
  }

  .shop-lc-desc {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
  }

  .shop-lc-title img {
    width: 20px;
    height: 20px;
  }

  .shop-lc-title p {
    font-size: 18px;
  }

  .index-linkage-wrap {
    padding: 40px 0 50px;
  }

  .shop-oil-title {
    font-size: 20px;
    font-weight: 600;
  }

  .shop-product {
    display: none;
  }

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