html,
body {
  background: #ffffff;
}

.big-cover {
  height: 500px;
  background: #0043FD;
  margin-bottom: 40px;
}
.big-cover .container {
  margin-right: 48px;
  width: 552px;
  height: 500px;
}
.big-cover .container > h5 {
  font-weight: 500;
  font-size: 54px;
  color: #ffffff;
}
.big-cover .container > p {
  font-size: 24px;
  color: #ffffff;
  margin: 16px 0 38px;
}
.big-cover .container-icon {
  height: 380px;
  width: 580px;
  background-image: url("/images/officialWebsite/supplyMarket/supplyMarket-branner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.supply-market {
  margin: 0 auto;
}
.supply-market .section-title {
  position: relative;
  font-size: 28px;
  color: #303133;
  text-align: center;
  padding-bottom: 10px;
}
.supply-market .section-title .section-text {
  font-size: 46px;
  font-weight: bold;
  color: #666666;
  opacity: 0.08;
}
.supply-market .section-title .section-title-label {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
.supply-market .section-title .section-title-label span {
  font-weight: 400;
  display: block;
  margin-bottom: 16px;
}
.supply-market .section-title .section-title-label p {
  text-align: center;
  font-size: 16px;
  color: #909399;
  font-weight: 400;
}
.supply-market .section-label {
  margin-top: 50px;
}
.supply-market .section-label h3 {
  font-weight: 500;
  text-align: center;
  font-size: 24px;
  margin-bottom: 8px;
}
.supply-market .section-label p {
  font-size: 20px;
  margin-bottom: 24px;
  color: #909399;
}
.supply-market .section-label span {
  width: 32px;
  background: #0043FD;
  height: 4px;
}
.supply-market .section-introduce {
  margin: 54px 0 114px;
}
.supply-market .section-introduce .section-introduce-item img {
  height: 200px;
  width: 240px;
  margin-bottom: 30px;
}
.supply-market .section-introduce .section-introduce-item p {
  font-size: 20px;
  color: #303133;
}
.supply-market .section-Advantage {
  margin-top: 60px;
  margin-bottom: 40px;
  padding-left: 14px;
}
.supply-market .section-Advantage .section-Advantage-item {
  width: 580px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 16px rgba(51, 51, 51, 0.08);
          box-shadow: 0px 4px 16px rgba(51, 51, 51, 0.08);
  margin-right: 20px;
  margin-bottom: 20px;
}
.supply-market .section-Advantage .section-Advantage-item:nth-child(even) {
  margin-right: 0px;
}
.supply-market .section-Advantage .section-Advantage-item .left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.supply-market .section-Advantage .section-Advantage-item .left > div {
  margin-bottom: 16px;
}
.supply-market .section-Advantage .section-Advantage-item .left > div img {
  height: 32px;
  width: 32px;
  display: block;
  margin-right: 6px;
}
.supply-market .section-Advantage .section-Advantage-item .left > div span {
  color: #0043FD;
  font-size: 24px;
}
.supply-market .section-Advantage .section-Advantage-item .left > p {
  text-align: center;
  color: #606266;
  font-size: 16px;
}
.supply-market .section-Advantage .section-Advantage-item .right img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 280px;
  width: 280px;
  display: block;
}

.supplierQrCode-centent img {
  width: 120px;
  height: 120px;
  display: block;
  margin: 0 auto;
}
.supplierQrCode-centent p {
  text-align: center;
  font-size: 14px;
  color: #606266;
  display: block;
  padding: 8px 0 0;
}

.ad-bar {
  height: 100%;
}
.ad-bar h2 {
  font-size: 28px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 20px;
}
.ad-bar .el-button {
  color: #0061FD;
  width: 148px;
}