.text-gradient {
  /* 设置字体透明 */
  color: transparent;
  /* 设置线性渐变，从红色渐变到蓝色 */
  background-image: linear-gradient(180deg, #CCE6FF 7.81%, #DFF0FF 100%);
  /* 使用 -webkit-background-clip 属性将背景剪裁至文本形状 */
  -webkit-background-clip: text;
  /* 非Webkit内核浏览器需要使用标准前缀 */
  background-clip: text;
  /* 把当前元素设置为行内块，以便能够应用背景 */
  display: inline-block;
}

.tools-list-module-container {
  background: url(/bid-fileinter/image/tools/tools-mask-bg@2x.png) no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  padding-bottom: 44px;
}
.qr-img-container img {
  display: block;
  width: 100%;
}

.tools-list-module-title {
  padding-top: 60px;
  padding-bottom: 48px;
  text-align: center;
  font-size: 36px;
}
.tools-list {
  display: flex;
  flex-wrap: wrap;
}
.tools-list-item {
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
  background: linear-gradient(125.53deg, #E0EBFF 0%, #FAFEFF 43.27%, #E2F9FF 100%);
  border-radius: 16px;
  width: 386px;
  height: 176px;
  overflow: hidden;
}
.tools-list-item:hover .hover-qr-container {
  height: 100%;
  transition: height 0.2s ease-in-out;
}

.tools-list-item-content-text {
  position: absolute;
  left: 28px;
  top: 10px;
  width: 266px;
  z-index: 2;
}
.tools-list-item-title {
  position: relative;
  z-index: 2;
  font-size: 20px;
  line-height: 32px;
  margin-top: -22px;
}
.tools-list-item-subtitle {
  margin-top: 8px;
  font-size: 14px;
  line-height: 22px;
  color: #1d1d1d;
}


.hover-qr-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  background-color: #2ABED1;
  color: #fff;
  z-index: 9;
  overflow: hidden;
}
.hover-qr-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hover-qr-content .qr-img-text {
  margin-top: 8px;
}

.tools-list-item:nth-of-type(3n) {
  margin-right: 0;
}

.qr-img-container {
  width: 98px;
  height: 98px;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  overflow: hidden;
}

/* 索引渐变色 */
.tools-list-item-index {
  font-size: 60px;
  font-weight: bold;
}
.tools-list-item-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 1;
}
.tools-list-item-arrow {
  position: absolute;
  right: 24px;
  bottom: 22px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(/bid-fileinter/image/tools/tools-icon-arrow-right-blue@2x.png);
  z-index: 1;
}
.tools-list-item-qr-corner {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 42px;
  height: 42px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(/bid-fileinter/image/tools/tools-icon-qr-corner@2x.png);
  z-index: 1;
}

/* 卡片颜色定制 */
.list-item-gradient-bg-1 {
  background-image: linear-gradient(125.53deg, #E0EBFF 0%, #FAFEFF 43.27%, #E2F9FF 100%);
  border: 1px solid #D2EBFF;
}
.list-item-gradient-bg-1 .tools-list-item-title {
  color: #082B6E;
}
.list-item-gradient-bg-1 .tools-list-item-index {
  background-image: linear-gradient(180deg, #CCE6FF 7.81%, #DFF0FF 100%);
}
.list-item-gradient-bg-1 .tools-list-item-icon {
  background-image: url(/bid-fileinter/image/tools/tools-icon-1@2x.png);
}


.list-item-gradient-bg-2,
.list-item-gradient-bg-3 {
  background-image: linear-gradient(125.53deg, #FFF2E0 0%, #FFFEFA 48.08%, #E8FFF4 100%);
  border: 1px solid #ECECEC;
}
.list-item-gradient-bg-2 .tools-list-item-title,
.list-item-gradient-bg-3 .tools-list-item-title {
  color: #652700;
}
.list-item-gradient-bg-2 .tools-list-item-index,
.list-item-gradient-bg-3 .tools-list-item-index {
  background-image: linear-gradient(180deg, #FFE4CC 10.16%, #FFF7E6 100%);
}
.list-item-gradient-bg-2 .tools-list-item-icon {
  background-image: url(/bid-fileinter/image/tools/tools-icon-2@2x.png);
}
.list-item-gradient-bg-3 .tools-list-item-icon {
  background-image: url(/bid-fileinter/image/tools/tools-icon-3@2x.png);
}


.list-item-gradient-bg-4 {
  background-image: linear-gradient(125.53deg, #E9FFF6 0%, #F6FFFA 43.27%, #EBFFFD 100%);
  border: 1px solid #BFFDE9;
}
.list-item-gradient-bg-4 .tools-list-item-title {
  color: #006532;
}
.list-item-gradient-bg-4 .tools-list-item-index {
  background-image: linear-gradient(180deg, #CCFFE5 -9.72%, #DFFFF6 100%);
}
.list-item-gradient-bg-4 .tools-list-item-icon {
  background-image: url(/bid-fileinter/image/tools/tools-icon-4@2x.png);
}


.list-item-gradient-bg-4 {
  background-image: linear-gradient(125.53deg, #E9FFF6 0%, #F6FFFA 43.27%, #EBFFFD 100%);
  border: 1px solid #BFFDE9;
}
.list-item-gradient-bg-4 .tools-list-item-title {
  color: #006532;
}
.list-item-gradient-bg-4 .tools-list-item-index {
  background-image: linear-gradient(180deg, #CCFFE5 -9.72%, #DFFFF6 100%);
}
.list-item-gradient-bg-4 .tools-list-item-icon {
  background-image: url(/bid-fileinter/image/tools/tools-icon-4@2x.png);
}


.list-item-gradient-bg-5 {
  background-image: linear-gradient(125.53deg, #E0EBFF 0%, #FAFEFF 43.27%, #E2F9FF 100%);
  border: 1px solid #D2EBFF;
}
.list-item-gradient-bg-5 .tools-list-item-title {
  color: #082B6E;
}
.list-item-gradient-bg-5 .tools-list-item-index {
  background-image: linear-gradient(180deg, #CCE6FF -9.72%, #DFF0FF 100%);
}
.list-item-gradient-bg-5 .tools-list-item-icon {
  background-image: url(/bid-fileinter/image/tools/tools-icon-5@2x.png);
}


.list-item-gradient-bg-6 {
  background-image: linear-gradient(125.53deg, #E0E4FF 0%, #FAFCFF 43.27%, #E2ECFF 100%);
  border: 1px solid #D2EBFF;
}
.list-item-gradient-bg-6 .tools-list-item-title {
  color: #082B6E;
}
.list-item-gradient-bg-6 .tools-list-item-index {
  background-image: linear-gradient(180deg, #CCDCFF -9.72%, #DFE7FF 100%);
}
.list-item-gradient-bg-6 .tools-list-item-icon {
  background-image: url(/bid-fileinter/image/tools/tools-icon-6@2x.png);
}


.list-item-gradient-bg-7 {
  background-image: linear-gradient(125.53deg, #E9F1FF 0%, #F6FAFF 43.27%, #EBF8FF 100%);
  border: 1px solid #D2EBFF;
}
.list-item-gradient-bg-7 .tools-list-item-title {
  color: #082B6E;
}
.list-item-gradient-bg-7 .tools-list-item-index {
  background-image: linear-gradient(180deg, #CCE6FF -9.72%, #DFF0FF 100%);
}
.list-item-gradient-bg-7 .tools-list-item-icon {
  background-image: url(/bid-fileinter/image/tools/tools-icon-7@2x.png);
}


.list-item-gradient-bg-8 {
  background-image: linear-gradient(125.53deg, #E0EBFF 0%, #FAFEFF 43.27%, #E2F9FF 100%);
  border: 1px solid #D2EBFF;
}
.list-item-gradient-bg-8 .tools-list-item-title {
  color: #082B6E;
}
.list-item-gradient-bg-8 .tools-list-item-index {
  background-image: linear-gradient(180deg, #CCE6FF -9.72%, #DFF0FF 100%);
}
.list-item-gradient-bg-8 .tools-list-item-icon {
  background-image: url(/bid-fileinter/image/tools/tools-icon-8@2x.png);
}


.list-item-gradient-bg-9 {
  background-image: linear-gradient(125.53deg, #E9FFF6 0%, #F6FFFA 43.27%, #EBFFFD 100%);
  border: 1px solid #BFFDE9;
}
.list-item-gradient-bg-9 .tools-list-item-title {
  color: #006532;
}
.list-item-gradient-bg-9 .tools-list-item-index {
  background-image: linear-gradient(180deg, #CCFFE5 -9.72%, #DFFFF6 100%);
}
.list-item-gradient-bg-9 .tools-list-item-icon {
  background-image: url(/bid-fileinter/image/tools/tools-icon-9@2x.png);
}


.list-item-gradient-bg-10 {
  background-image: linear-gradient(125.53deg, #FFF2E0 0%, #FFFEFA 48.08%, #E8FFF4 100%);
  border: 1px solid #ECECEC;
}
.list-item-gradient-bg-10 .tools-list-item-title {
  color: #652700;
}
.list-item-gradient-bg-10 .tools-list-item-index {
  background-image: linear-gradient(180deg, #FFE4CC 10.16%, #FFF7E6 100%);
}
.list-item-gradient-bg-10 .tools-list-item-icon {
  background-image: url(/bid-fileinter/image/tools/tools-icon-10@2x.png);
}


.list-item-gradient-bg-11 {
  background-image: linear-gradient(125.53deg, #E9F1FF 0%, #F6FAFF 43.27%, #EBF8FF 100%);
  border: 1px solid #D2EBFF;
}
.list-item-gradient-bg-11 .tools-list-item-title {
  color: #082B6E;
}
.list-item-gradient-bg-11 .tools-list-item-index {
  background-image: linear-gradient(180deg, #CCE6FF -9.72%, #DFF0FF 100%);
}
.list-item-gradient-bg-11 .tools-list-item-icon {
  background-image: url(/bid-fileinter/image/tools/tools-icon-11@2x.png);
}


.list-item-gradient-bg-12 {
  background-image: linear-gradient(125.53deg, #E0E4FF 0%, #FAFCFF 43.27%, #E2ECFF 100%);
  border: 1px solid #D2EBFF;
}
.list-item-gradient-bg-12 .tools-list-item-title {
  color: #082B6E;
}
.list-item-gradient-bg-12 .tools-list-item-index {
  background-image: linear-gradient(180deg, #CCDCFF -9.72%, #DFE7FF 100%);
}
.list-item-gradient-bg-12 .tools-list-item-icon {
  background-image: url(/bid-fileinter/image/tools/tools-icon-12@2x.png);
}
