.shusi-ai .can-to-do {
  position: relative;
  padding-bottom: 110px;
}

.shusi-ai .can-to-do .can-title {
  font-weight: 500;
  font-size: 40px;
  line-height: 56px;
  color: #333333;
  text-align: center;
}

.shusi-ai .can-to-do .mySwiperTab {
  box-sizing: border-box;
  margin-top: 56px;
  height: 58px;
}

.shusi-ai .can-to-do .mySwiperTab .swiper-slide {
  font-weight: 500;
  font-size: 24px;
  height: 54px;
  line-height: 54px;
  cursor: pointer;
  text-align: center;
}

.shusi-ai .can-to-do .mySwiperTab .swiper-slide:before,
.shusi-ai .can-to-do .mySwiperTab .swiper-slide:after {
  content: "";
  display: inline-block;
  background: transparent;
  border-radius: 8px;
  height: 4px;
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
}

.shusi-ai .can-to-do .mySwiperTab .swiper-slide-thumb-active {
  color: #307dff;
}

.shusi-ai .can-to-do .mySwiperTab .swiper-slide-thumb-active:after {
  animation: progess 7s alternate forwards;
  background: #307dff;
}

@keyframes progess {
  0% {
    width: 0;
  }

  to {
    width: 100%;
  }
}

.shusi-ai .can-to-do .can-body {
  margin: 0 auto;
  width: 1260px;
  height: 585px;
  background: url("../images/bg-can-to-do.png") no-repeat;
  background-size: contain;
  transform: translateX(-30px);
  position: relative;
}

.shusi-ai .can-to-do .can-body .can-body-img-left {
  position: absolute;
  left: -70px;
  bottom: 54px;
}
.shusi-ai .can-to-do .can-body .can-body-img-right {
  position: absolute;
  right: -80px;
  top: 236px;
}

.shusi-ai .can-to-do .scroll-box-opacity {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  opacity: 0;
}

.shusi-ai .can-to-do .scroll-box {
  box-sizing: border-box;
  padding: 20px 28px;
  height: 530px;
  overflow: overlay;
}

.shusi-ai .can-to-do .scroll-box::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.shusi-ai .can-to-do .scroll-box-filter {
  margin: -16px auto 0;
  width: 850px;
  height: 32px;
  background: rgba(75, 147, 255, 0.3);
  filter: blur(29px);
}

.shusi-ai .can-to-do .question-answer-box:not(:last-child) {
  margin-bottom: 16px;
}

.shusi-ai .can-to-do .question-box {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.shusi-ai .can-to-do .question-primary-text {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  min-height: 34px;
  color: #333333;
}

.shusi-ai .can-to-do .question-secondary-text {
  box-sizing: border-box;
  position: relative;
  min-height: 42px;
  padding: 12px 16px;
  border-radius: 8px;
  background: #eaf2ff;
  color: #333;
  line-height: 18px;
}

.shusi-ai .can-to-do .question-secondary-text:before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 1;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
  border-width: 6px;
  border-color: transparent #eaf2ff transparent transparent;
  border-style: solid;
}

.shusi-ai .can-to-do .question-icon,
.shusi-ai .can-to-do .answer-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 16px;
  position: relative;
}

.shusi-ai .can-to-do .question-icon {
  background-image: url("../images/icon-question.png");
}

.shusi-ai .can-to-do .answer-icon {
  background-image: url("../images/icon-answer.png");
}

.shusi-ai .can-to-do .answer-box {
  display: flex;
}

.shusi-ai .can-to-do .answer-content {
  flex: 1;
  position: relative;
  background: #f4f5f6;
  border-radius: 8px;
  padding: 24px;
  box-sizing: border-box;
  margin: 0 auto;
}

.shusi-ai .can-to-do .answer-content:before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 1;
  left: -12px;
  top: 8px;
  border-width: 6px;
  border-color: transparent #f4f5f6 transparent transparent;
  border-style: solid;
}

.shusi-ai .can-to-do .data-source-box {
  line-height: 1.4;
}

.shusi-ai .can-to-do .query-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #999;
}

.shusi-ai .can-to-do .data-source-table {
  margin-top: 16px;
  border-radius: 8px;
  border: 1px solid #e4e4e4;
  background: #fff;
}

.shusi-ai .can-to-do .table-header {
  display: flex;
  border-bottom: 1px solid #e4e4e4;
  line-height: 1;
}

.shusi-ai .can-to-do .table-header>div {
  box-sizing: border-box;
  padding: 12px;
  width: 80px;
}

.shusi-ai .can-to-do .table-body-row {
  display: flex;
  line-height: 1;
}

.shusi-ai .can-to-do .table-body-row:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.shusi-ai .can-to-do .table-body-row>div {
  box-sizing: border-box;
  padding: 12px;
  width: 80px;
}

.shusi-ai .can-to-do .card-box {
  padding: 24px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
}

.shusi-ai .can-to-do .card-box.compact {
  padding: 16px;
}

.shusi-ai .can-to-do .card-box .card-box-title {
  margin-bottom: 24px;
  display: flex;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  color: #333;
}

.shusi-ai .can-to-do .card-box .card-box-title:before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 3px;
  height: 18px;
  background: #307dff;
  border-radius: 99px;
}

.shusi-ai .can-to-do .blogger-analysis {
  display: flex;
  height: 200px;
}

.shusi-ai .can-to-do .blogger-analysis-bar {
  flex: 1;
  height: 100%;
}

.shusi-ai .can-to-do .brand-hub {
  flex: 1;
  margin-left: 32px;
}

.shusi-ai .can-to-do .brand-box {
  height: 170px;
  background: #f4f5f6;
  border-radius: 8px;
  padding: 16px;
  box-sizing: border-box;
  margin-top: 16px;
}

.shusi-ai .can-to-do .brand-box .card-box {
  flex: 1;
}

.shusi-ai .can-to-do .brand-box .card-box+.card-box {
  margin-left: 16px;
}

.shusi-ai .can-to-do .conclusion {
  margin-top: 24px;
  display: flex;
  align-items: center;
  padding: 11px 16px;
  background: #eaf2ff;
  border-radius: 8px;
  line-height: 1.4;
  color: #333;
}

.shusi-ai .can-to-do .conclusion .conclusion-label {
  flex-shrink: 0;
  width: 28px;
  height: 14px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADYAAAAZCAMAAABNYS0MAAAARVBMVEUAAAAwff8wf/8wff8wff8wfP8wev8wff8wff8wcP8wfP8wev8wfP8wff8wff8wfP8wgP8wff8wgP8wfv8wfP8wfv8wff9Z7mjtAAAAFnRSTlMAvyCf30Bg75AQzzCAcGBQELAwf6CA4lLkrAAAAYBJREFUOMulk0mywyAMRBEWg/FAnKHvf9QfgUEm2aTqvw3YKiR1C8x/sXbuO2t+JiDVzQ5MQyQyZ1NZAaeB4Q8BQzULcNs/gdaTRqOs7rPYAextT8A1tAeMPDRU09xJCAhlraFbwIj2MjNYevZQWkkHHP4C67EIbOZBtJEArVZT+dHVoIonc29yF2D9clEBUm8RMZY+hSyllSewjKaebUwQupXbmJ5UyziDCEG+HL1hIMl6ZkkAXUhdwi37ewDbokPxzQJFA71glv7ownJK+KIGqpzX25qfXoGyBKRt4vQ+6Rq2xZwzbl2tIZAI8t61PIwCGatC2hAYSSQsonsepr1A4CmbAwq3y7rL7+L8q7rQyu2bv9+q2WQrjKQPjEoFBvW5KWIJcPQrRHonApLesoAw6xEX03ED4jnKM+cK7DVHJ7bB2RxJvIiuG+GAtRoSivapJX9Y15KgwjkDucZzTbkwx3IssBBQlDLPtSHwtNky9UQFVr8+3rcOO3rb21YW8wcNEiKWHxXCmQAAAABJRU5ErkJggg==) no-repeat;
  background-size: contain;
}

.shusi-ai .can-to-do .conclusion .conclusion-content {
  position: relative;
  flex: 1;
  width: 0;
  margin-left: 16px;
  padding-left: 16px;
  border-left: 1px solid #98beff;
}

.shusi-ai .can-to-do .conclusion .conclusion-content:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px;
  border-color: transparent transparent transparent #98beff;
}

.shusi-ai .can-to-do .blogger-top3 {
  display: flex;
  align-items: center;
}

.shusi-ai .can-to-do .blogger-top3-box {
  flex: 1;
  display: flex;
  align-items: center;
}

.shusi-ai .can-to-do .blogger-top3-box+.blogger-top3-box {
  margin-left: 16px;
}

.shusi-ai .can-to-do .blogger-top3-avatar {
  flex-shrink: 0;
  margin-right: 8px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.shusi-ai .can-to-do .blogger-name {
  flex: 1;
  width: 0;
  line-height: 1.4;
}

.shusi-ai .can-to-do .content-keyword-radar {
  flex-shrink: 0;
  width: 320px;
  height: 200px;
}

.shusi-ai .can-to-do .content-keyword-right {
  flex: 1;
  margin-left: 24px;
  line-height: 1.6;
}

.shusi-ai .can-to-do .content-keyword-right>p+p {
  display: flex;
  margin-top: 8px;
}

.shusi-ai .can-to-do .hot-article-header {
  display: flex;
  align-items: center;
  background: #f8f8f8;
  height: 37px;
  border-radius: 8px;
}

.shusi-ai .can-to-do .article-header-item,
.shusi-ai .can-to-do .article-body-cell {
  flex: 1;
  width: 0;
  padding: 12px 16px;
}

.shusi-ai .can-to-do .article-header-item:first-child,
.shusi-ai .can-to-do .article-body-cell:first-child {
  flex: 1.5;
}

.shusi-ai .can-to-do .article-body-item {
  display: flex;
  align-items: center;
  height: 112px;
  border-bottom: 1px solid #eee;
}

.shusi-ai .can-to-do .article-body-item.auto {
  height: auto;
}

.shusi-ai .can-to-do .article-cover {
  flex-shrink: 0;
  margin-right: 10px;
  width: 65px;
  height: 88px;
  border-radius: 4px;
  background-size: cover;
}

.shusi-ai .can-to-do .article-info {
  flex: 1;
  width: 0;
  overflow: hidden;
  line-height: 1.25;
}

.shusi-ai .can-to-do .article-blogger-avatar {
  margin-right: 4px;
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.shusi-ai .can-to-do .separator {
  position: relative;
  top: -1px;
  margin-left: 12px;
  margin-right: 12px;
  height: 12px;
}

.shusi-ai .can-to-do .article-text {
  font-size: 13px;
  line-height: 1.6;
}

.shusi-ai .can-to-do .article-text .iconpark-link-one {
  margin-right: 4px;
  width: 13px;
  height: 13px;
  color: #307dff;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}

.shusi-ai .can-to-do .echart-box-group .echart-box:first-child {
  flex-shrink: 0;
  width: 126px;
}

.shusi-ai .can-to-do .echart-box-group .echart-box:not(:first-child) {
  flex: 1;
  border-left: 1px solid #eee;
  padding-left: 32px;
  margin-left: 32px;
}

.shusi-ai .can-to-do .territory-select {
  padding: 4px;
  height: 32px;
  background: #f4f5f6;
  border-radius: 100px;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 12px;
  color: #666;
}

.shusi-ai .can-to-do .territory-select span {
  box-sizing: border-box;
  display: inline-block;
  padding: 6px 8px;
  height: 24px;
  line-height: 1;
}

.shusi-ai .can-to-do .territory-select span:nth-of-type(1) {
  background: #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.01), 0px 0px 6px rgba(0, 0, 0, 0.03),
    0px 3px 16px rgba(0, 0, 0, 0.09);
  border-radius: 100px;
  color: #307dff;
}

.shusi-ai .can-to-do .tag-box-group {
  display: flex;
  flex-wrap: wrap;
  margin-top: -24px;
}

.shusi-ai .can-to-do .tag-box-item {
  box-sizing: border-box;
  margin-top: 24px;
  width: 50%;
}

.shusi-ai .can-to-do .tag-box-item:nth-child(2n) {
  padding-left: 32px;
}

.shusi-ai .can-to-do .tag-box {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
  padding: 16px 16px 12px;
  height: 120px;
  border: 1px solid #eee;
  border-radius: 8px;
}

.shusi-ai .can-to-do .tag-box-list {
  overflow-y: overlay;
  box-sizing: border-box;
  height: 100%;
  margin: -4px;
}

.shusi-ai .can-to-do .tag-box-list::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.shusi-ai .can-to-do .tag-label {
  margin: 4px;
  background: #f4f5f6;
  border-radius: 4px;
  padding: 0 8px;
  height: 24px;
  text-align: center;
  font-size: 13px;
  line-height: 24px;
  display: inline-block;
  color: #666;
}

.shusi-ai .can-to-do .evaluation-option {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  background: #fff;
  padding: 0 12px;
  box-sizing: border-box;
  border: 1px solid #eee;
  border-radius: 16px;
  text-align: center;
  min-width: 95px;
  margin-right: 12px;
}

.shusi-ai .can-to-do .evaluation-option:first-child {
  background: #eaf2ff;
  border-color: #accbff;
  color: #307dff;
}

.shusi-ai .can-to-do .evaluation-list {
  border: 1px solid #e4e4e4;
  margin-top: 16px;
  overflow: hidden;
  border-radius: 8px;
}

.shusi-ai .can-to-do .evaluation-list-header {
  width: 100%;
  height: 37px;
  background: #f8f8f8;
  border-radius: 8px 8px 0 0;
  box-sizing: border-box;
  border-bottom: 1px solid #e4e4e4;
}

.shusi-ai .can-to-do .evaluation-list-header-item,
.shusi-ai .can-to-do .evaluation-list-body li p {
  position: relative;
  box-sizing: border-box;
  padding: 12px 16px;
  line-height: 1;
}

.shusi-ai .can-to-do .evaluation-list-header-item:nth-of-type(1),
.shusi-ai .can-to-do .evaluation-list-body li p:nth-of-type(1) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 180px;
}

.shusi-ai .can-to-do .evaluation-list-header-item:nth-of-type(2),
.shusi-ai .can-to-do .evaluation-list-body li p:nth-of-type(2) {
  width: 100px;
}

.shusi-ai .can-to-do .evaluation-list-header-item:nth-of-type(2) {
  color: #307dff;
}

.shusi-ai .can-to-do .evaluation-list-header-item:nth-of-type(2):after {
  content: "";
  position: relative;
  top: 3px;
  display: inline-block;
  margin-left: 4px;
  border-width: 5px 4px;
  border-style: solid;
  border-color: #307dff transparent transparent transparent;
}

.shusi-ai .can-to-do .evaluation-list-header-item:nth-of-type(3),
.shusi-ai .can-to-do .evaluation-list-body li p:nth-of-type(3) {
  width: 120px;
}

.shusi-ai .can-to-do .evaluation-list-header-item:nth-of-type(3):before {
  content: "";
  position: absolute;
  top: 10px;
  right: 22px;
  display: inline-block;
  border-width: 4px 3px;
  border-style: solid;
  border-color: transparent transparent #bcbcbc transparent;
}

.shusi-ai .can-to-do .evaluation-list-header-item:nth-of-type(3):after {
  content: "";
  position: absolute;
  top: 20px;
  right: 22px;
  display: inline-block;
  border-width: 4px 3px;
  border-style: solid;
  border-color: #bcbcbc transparent transparent transparent;
}

.shusi-ai .can-to-do .evaluation-list-header-item:nth-of-type(4),
.shusi-ai .can-to-do .evaluation-list-body li p:nth-of-type(4) {
  flex: 1;
  width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.shusi-ai .can-to-do .evaluation-list-body li {
  border-bottom: 1px solid #e4e4e4;
}

.shusi-ai .can-to-do .evaluation-list-body li:last-of-type {
  border-bottom: 0px;
}

.shusi-ai .can-to-do .creative-table-header {
  background: #f8f8f8;
  border-radius: 8px;
}

.shusi-ai .can-to-do .creative-table-header span:nth-of-type(1) {
  width: 50%;
}

.shusi-ai .can-to-do .creative-table-header span {
  padding: 12px 16px;
  width: 25%;
}

.shusi-ai .can-to-do .creative-table-body li {
  border-bottom: 1px solid #eee;
}

.shusi-ai .can-to-do .creative-table-body li p:nth-of-type(1) {
  width: 50%;
}

.shusi-ai .can-to-do .creative-table-body li p {
  padding: 16px;
  width: 25%;
}

.shusi-ai .can-to-do .creative-blogger-info {
  margin: -6px 0;
}

.shusi-ai .can-to-do .creative-blogger-avatar {
  margin-right: 8px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.positive-tag,
.negative-tag,
.neutral-tag {
  margin-right: 4px;
  border-radius: 4px;
  padding: 1px 4px;
  line-height: 1;
  font-size: 12px;
}

.positive-tag {
  background-color: #eaf2ff;
  color: #307dff;
}

.negative-tag {
  background-color: #fff7e7;
  color: #ffad0d;
}

.neutral-tag {
  background-color: #eef9e8;
  color: #52c41a;
}

.can-to-do .card-pie-group-component .card-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  line-height: 1;
}

.can-to-do .card-pie-group-component .card-item {
  box-sizing: border-box;
  padding: 12px 16px;
  line-height: 1;
  flex-basis: calc(25% - 12px);
  border-radius: 8px;
  border: 1px solid #eee;
  background-color: #fff;
}

.can-to-do .card-pie-group-component .pie-item {
  flex: 1;
  width: 0;
  overflow: hidden;
}

.can-to-do .card-pie-group-component .pie-item:first-child {
  margin-right: 32px;
  border-right: 1px solid #eee;
  padding-right: 32px;
}