@charset "UTF-8";
[data-v-9c1ed762]::-webkit-scrollbar-thumb {
  background: white;
  /* 滚动条滑块的颜色 */
  border-radius: 10px;
  /* 滑块的圆角 */
}
[data-v-9c1ed762]::-webkit-scrollbar {
  width: 2px;
  /* 滚动条的宽度 */
  height: 2px;
  /* 滚动条的高度 */
}
.content[data-v-9c1ed762] {
  padding: 0 35px;
}
.content .title[data-v-9c1ed762] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.content .title .search[data-v-9c1ed762] {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.content .title .search .search-item[data-v-9c1ed762] {
  display: flex;
  align-items: center;
}
.content .title .search .search-item .label[data-v-9c1ed762] {
  font-size: 15px;
  font-weight: 700;
  color: #414141;
}
.content .title .search .search-item .value[data-v-9c1ed762] {
  font-size: 14px;
  font-weight: 400;
  margin-left: 3px;
}
.content .btns[data-v-9c1ed762] {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.content .btns .btn[data-v-9c1ed762] {
  width: 380px;
  height: 110px;
  border: 1px solid #e5e5e5;
  padding: 20px 26px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}
.content .btns .btn .lt[data-v-9c1ed762] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.content .btns .btn .lt .title[data-v-9c1ed762] {
  font-size: 14px;
  font-weight: 700;
  color: #757575;
}
.content .btns .btn .lt h2[data-v-9c1ed762] {
  margin-top: 1px;
  font-size: 40px;
  font-weight: 700;
  color: #4ca078;
}
.content .btns .btn .lt .purple[data-v-9c1ed762] {
  color: #4e47dd;
}
.content .btns .btn .lt .red[data-v-9c1ed762] {
  color: #dd514c;
}
.content .btns .btn .rt img[data-v-9c1ed762] {
  margin-top: 10px;
  width: 37px;
  height: 37px;
}
.content .project[data-v-9c1ed762] {
  margin-top: 30px;
}
.content .project .title2[data-v-9c1ed762] {
  padding-bottom: 5px;
  border-bottom: 4px solid #c8d2fb;
}
.content .project .content-card[data-v-9c1ed762] {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.content .project .content-card .card[data-v-9c1ed762] {
  width: 290px;
  height: 350px;
  border: 1px solid #e5e5e5;
  padding: 20px 26px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  overflow: auto;
}
.content .project .content-card .card .name[data-v-9c1ed762] {
  font-size: 24px;
  font-weight: 700;
  color: #4139c2;
}
.content .project .content-card .card .rate[data-v-9c1ed762] {
  font-size: 32px;
  font-weight: 700;
  color: #c08c30;
}
.content .project .content-card .card .green[data-v-9c1ed762] {
  color: #4ca053;
}
.content .project .content-card .card .red[data-v-9c1ed762] {
  color: #dd514c;
}
.content .project .content-card .card .text[data-v-9c1ed762] {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-top: 2px solid #e5e5e5;
  border-bottom: 2px solid #e5e5e5;
}
.content .project .content-card .card .text .lt[data-v-9c1ed762] {
  font-size: 14px;
  color: #333;
}
.content .project .content-card .card .btn[data-v-9c1ed762] {
  margin-top: 12px;
  width: 100%;
  border: 2px solid #c7f6d3;
  background-color: #f3fdf5;
  border-radius: 10px;
  padding: 14px;
  box-sizing: border-box;
  text-align: left;
}
.content .project .content-card .card .btn .titles[data-v-9c1ed762] {
  font-size: 15px;
  font-weight: 700;
  color: #3c7e44;
}
.content .project .content-card .card .btn .contents[data-v-9c1ed762] {
  margin-top: 2px;
  font-size: 14px;
  color: #306339;
}
.content .project .content-card .card .btn2[data-v-9c1ed762] {
  border: 2px solid #f6e6ca;
  background-color: #fcf3f2;
}
.content .project .content-card .card .btn2 .titles[data-v-9c1ed762] {
  color: #a92e26;
}
.content .project .content-card .card .btn2 .contents[data-v-9c1ed762] {
  color: #8c2822;
}
.content .project .content-card .card .btn + .btn2[data-v-9c1ed762] {
  margin-top: 6px;
}
.content .customer[data-v-9c1ed762] {
  margin-top: 30px;
}
.content .customer .title3[data-v-9c1ed762] {
  padding-bottom: 5px;
  border-bottom: 4px solid #5ec16a;
}
.content .customer .red[data-v-9c1ed762] {
  border-bottom: 4px solid #dd524c;
}
.content .customer .customer-content[data-v-9c1ed762] {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.content .customer .customer-content .item[data-v-9c1ed762] {
  width: 390px;
  height: 350px;
  border: 1px solid #e5e5e5;
  border-top: 7px solid #5ec16a;
  padding: 20px 26px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  overflow-y: auto;
}
.content .customer .customer-content .item .name2[data-v-9c1ed762] {
  font-size: 20px;
  font-weight: 700;
  color: #5ec16a;
  padding-bottom: 10px;
  border-bottom: 2px solid #e5e5e5;
}
.content .customer .customer-content .item .text2[data-v-9c1ed762] {
  margin-top: 10px;
  padding-bottom: 20px;
  border-bottom: 2px solid #e5e5e5;
  font-size: 14px;
  color: #333;
  font-weight: 400;
}
.content .customer .customer-content .item .audio-text[data-v-9c1ed762] {
  margin-top: 10px;
  cursor: pointer;
}
.content .customer .customer-content .item .audio-text .name[data-v-9c1ed762] {
  font-size: 13px;
  font-weight: 700;
  color: #575656;
}
.content .customer .customer-content .item .audio-text .btn[data-v-9c1ed762] {
  display: flex;
  align-items: center;
  margin-top: 10px;
  width: 100%;
  background-color: #f3f4f6;
  border-radius: 5px;
  border-left: 6px solid #99f6b0;
  padding: 12px;
  box-sizing: border-box;
  text-align: left;
}
.content .customer .customer-content .item .audio-text .btn .icon[data-v-9c1ed762] {
  width: 17px;
  height: 17px;
  margin-right: 4px;
}
.content .customer .customer-content .item .audio-text .red[data-v-9c1ed762] {
  border: none;
  border-left: 6px solid #f0a99d;
}
.content .customer .customer-content .item .audio-text + .audio-text[data-v-9c1ed762] {
  margin-top: 10px;
}
.content .customer .customer-content .red[data-v-9c1ed762] {
  border-top: 7px solid #dd524c;
}
.content .content-text[data-v-9c1ed762] {
  margin-top: 30px;
  border: 1px solid #c8d2fb;
  padding: 20px;
  border-radius: 10px;
  background-color: #eef2fe;
}
.content .content-text .top[data-v-9c1ed762] {
  display: flex;
  align-items: center;
}
.content .content-text .top .icon[data-v-9c1ed762] {
  width: 20px;
  height: 20px;
}
.content .content-text .top h2[data-v-9c1ed762] {
  margin-left: 6px;
  font-weight: 700;
  color: #36309d;
}
.content .content-text .text-content[data-v-9c1ed762] {
  margin-top: 16px;
  background: #fff;
  border-radius: 10px;
  padding: 14px;
}
.content .content-text .text-content .title5[data-v-9c1ed762] {
  color: #333;
  font-weight: 700;
  font-size: 18px;
  padding-bottom: 6px;
  border-bottom: 2px solid #e5e5e5;
}
.content .content-text .text-content .text[data-v-9c1ed762] {
  margin-top: 6px;
  font-size: 16px;
  color: #333;
  font-weight: 400;
}
.content .content-text .text-content .text2[data-v-9c1ed762] {
  margin-top: 6px;
  font-size: 16px;
  color: #333;
  font-weight: 700;
}
.content .content-text .text-content .text3[data-v-9c1ed762] {
  color: #4e47dd;
  font-weight: 700;
}
.content-tab[data-v-063c8012] {
  width: 100%;
  margin-top: 30px;
  border-bottom: 1px solid #3f84f6;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.content-tab .tab-item[data-v-063c8012] {
  width: 120px;
  height: 45px;
  border: 1.5px solid #3f84f6;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dce6f8;
}
.content-tab .tab-item[data-v-063c8012]:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.content-tab .tab-item[data-v-063c8012]:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.content-tab .tab-item.active[data-v-063c8012] {
  background: #3f84f6;
  color: #fff;
}
