.author_change {
  background-color: #F8F9FC;
  padding: 50px 0;
  display: flex;
  justify-content: center;
}
.author_change .change_box {
  position: relative;
  width: 586px;
  height: 80px;
  background: #35394E;
  border-radius: 10px;
  padding: 5px;
  display: flex;
  justify-content: space-between;
}
.author_change .change_box .change_item {
  width: 278px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #FFFFFF;
  cursor: pointer;
}
.author_change .change_box .change_item.active {
  background: linear-gradient(90deg, #FFF6EE 0%, #F8D8B2 100%);
  color: #35394E;
}
.author_change .change_box .change_item .title {
  font-size: 20px;
  font-family: Alibaba-PuHuiTi-B, Alibaba-PuHuiTi;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 8px;
}
.author_change .change_box .change_item .subtitle {
  font-size: 12px;
  font-family: Alibaba-PuHuiTi-R, Alibaba-PuHuiTi;
  font-weight: normal;
  line-height: 12px;
  letter-spacing: 1px;
}
.author_change .change_box .change_item .bg_text {
  font-size: 24px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.05);
  line-height: 24px;
  letter-spacing: 1px;
  position: absolute;
}
/*# sourceMappingURL=./vip_index_pull_change.css.map */