.consumeContent {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  align-items: flex-start;
  margin-top: 16px;
  font-weight: 400;
  font-size: 18px;
  color: #303030;
  line-height: 36px;
  text-align: justify;
}
.consumeContent .backgroundTitle {
  width: fit-content;
  height: 36px;
  font-family: AlimamaShuHeiTi;
  font-weight: bold;
  font-size: 24px;
  color: #000000;
  line-height: 42px;
  letter-spacing: 1px;
  text-align: left;
  font-style: normal;
  position: relative;
  margin-top: 40px;
}
.consumeContent .backgroundTitle:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  background: #09925A;
  opacity: 0.19;
}
.consumeContent .consume_oneTitle {
  font-family: AlimamaShuHeiTi;
  font-style: normal;
  text-align: center;
  font-size: 30px;
  letter-spacing: 1px;
  margin-bottom: 47px;
}
.consumeContent .consumeTitle {
  font-family: AlimamaShuHeiTi;
  font-style: normal;
  text-align: center;
}
.consumeContent .consumeTitle div:first-child {
  font-size: 30px;
  letter-spacing: 1px;
}
.consumeContent .consumeTitle div:last-child {
  margin-top: -35px;
  font-weight: bold;
  font-size: 28px;
  color: rgba(9, 146, 90, 0.1);
  line-height: 62px;
  letter-spacing: 1px;
}
.consumeContent .leftConsumeTab {
  width: 257px;
  height: 1103px;
  background: #FFFFFF;
  backdrop-filter: blur(5px);
  margin-right: 22px;
  padding-top: 40px;
}
.consumeContent .leftConsumeTab .leftConsumeTab-links {
  list-style: none;
  padding: 0;
}
.consumeContent .leftConsumeTab .leftConsumeTab-links li a {
  padding-left: 24px;
  height: 60px;
  line-height: 60px;
  width: 233px;
  font-size: 18px;
  color: #2B2B2B;
  display: inline-block;
  text-decoration: none;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
  outline: none;
}
.consumeContent .leftConsumeTab .leftConsumeTab-links li.leftConsumeTabActive a,
.consumeContent .leftConsumeTab .leftConsumeTab-links li a:hover {
  background: rgba(0, 196, 116, 0.07);
  border-left: 1px solid #09925A;
  color: #09925A;
}
.consumeContent .rightContent {
  width: 936px;
  background: #FFFFFF;
  backdrop-filter: blur(5px);
  display: flex;
  flex-direction: column;
  padding: 50px 107px 100px;
  position: relative;
}
.consumeContent .rightContent .rightContentPage {
  display: none;
}
.consumeContent .rightContent .rightContentPage.rightContentPageActive {
  display: block;
}
.consumeContent .rightContent #consume .consumeSummarizeText,
.consumeContent .rightContent #consume .consumeSummarizeText_2 {
  text-align: center;
  color: #09925a;
}
.consumeContent .rightContent #consume .consumeSummarizeText {
  margin: 22px 0 40px;
}
.consumeContent .rightContent #consume .consumeSummarizeText_2 {
  margin-bottom: 14px;
}
.consumeContent .rightContent #consume .consumeSummarizeText_2 .highlight {
  color: #A4D100;
  font-size: 24px;
  letter-spacing: 2px;
}
.consumeContent .rightContent #consume .consumeSummarizeText_2 div {
  margin-bottom: 20px;
}
.consumeContent .rightContent #standard .standardText {
  display: flex;
  align-items: center;
  position: relative;
}
.consumeContent .rightContent #standard .standardText .serialNumber {
  position: absolute;
  top: 8px;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  background: rgba(9, 146, 90, 0.1);
  border-radius: 5px;
  color: #09925A;
  font-size: 14px;
  font-family: SourceHanSans_Bold;
}
.consumeContent .rightContent #standard img {
  width: 100%;
  height: 410px;
  margin-top: 40px;
}
.consumeContent .rightContent #good .goodTitle {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 60px;
}
.consumeContent .rightContent #good .goodTitle .goodTitleNum {
  font-size: 88px;
  color: rgba(81, 81, 81, 0.1);
  line-height: 120px;
  letter-spacing: 1px;
  margin-right: 20px;
}
.consumeContent .rightContent #good .goodTitle .goodTitleInfo {
  font-family: AlimamaShuHeiTi;
  font-size: 24px;
  color: #09925A;
  line-height: 40px;
  letter-spacing: 1px;
  margin-top: 10px;
}
.consumeContent .rightContent #recommend .recommendItem {
  padding-bottom: 51px;
  border-bottom: 1px solid rgba(151, 151, 151, 0.3);
  display: flex;
  margin-top: 58px;
}
.consumeContent .rightContent #recommend .recommendItem img {
  width: 380px;
  height: 440px;
}
.consumeContent .rightContent #recommend .recommendItem .recommendInfo {
  margin-left: 39px;
  width: 491px;
}
.consumeContent .rightContent #recommend .recommendItem .recommendInfo .recommendTitle1 {
  font-size: 24px;
  color: #09925A;
  line-height: 34px;
  font-family: AlimamaShuHeiTi;
}
.consumeContent .rightContent #recommend .recommendItem .recommendInfo .recommendTitle2 {
  font-size: 14px;
  color: rgba(200, 200, 200, 0.5);
  line-height: 20px;
  font-family: AlimamaShuHeiTi;
}
.consumeContent .rightContent #recommend .recommendItem .recommendInfo .recommendTitle3 {
  color: #76C60F;
  line-height: 36px;
  margin-bottom: 17px;
  margin-top: 15px;
}
.consumeContent .rightContent #recommend .recommendItem .recommendInfo .recommendText {
  display: flex;
  position: relative;
  margin-left: 24px;
  margin-top: 35px;
}
.consumeContent .rightContent #recommend .recommendItem .recommendInfo .recommendText:after {
  content: "";
  position: absolute;
  left: -24px;
  top: 17px;
  width: 10px;
  height: 2px;
  background: #09925A;
}
.consumeContent .rightContent #farm .farmStandardList {
  margin-top: 30px;
  margin-bottom: 100px;
}
.consumeContent .rightContent #farm .farmStandardList .farmStandardItem {
  display: flex;
  margin-bottom: 40px;
}
.consumeContent .rightContent #farm .farmStandardList .farmStandardItem .farmStandardInfo {
  width: 486px;
  margin-right: 51px;
}
.consumeContent .rightContent #farm .farmStandardList .farmStandardItem .farmStandardInfo .farmStandardText {
  margin-top: 31px;
  margin-left: 37px;
  position: relative;
  font-size: 16px;
}
.consumeContent .rightContent #farm .farmStandardList .farmStandardItem .farmStandardInfo .farmStandardText:after {
  content: "";
  position: absolute;
  left: -20px;
  top: 15px;
  width: 5px;
  height: 5px;
  border: 1px solid #09925A;
  border-radius: 50%;
}
.consumeContent .rightContent #farm .baseTitle {
  margin-bottom: 60px;
  font-family: AlimamaShuHeiTi;
  font-size: 24px;
  color: #09925A;
  line-height: 34px;
}
.consumeContent .rightContent #farm .baseItem_1 {
  display: flex;
  margin-top: 60px;
  margin-bottom: 100px;
}
.consumeContent .rightContent #farm .baseItem_1 img {
  width: 601px;
  height: 339px;
  margin-right: 50px;
}
.consumeContent .rightContent #farm .baseItem_2 {
  display: flex;
  margin-bottom: 100px;
}
.consumeContent .rightContent #farm .baseItem_2 .baseText {
  padding-top: 20px;
  width: 340px;
  margin-right: 139px;
}
.consumeContent .rightContent #farm .baseItem_2 img {
  width: 498px;
  height: 373px;
}
.consumeContent .rightContent #farm .milestoneInfo {
  display: flex;
  margin-bottom: 60px;
}
.consumeContent .rightContent #farm .milestoneInfo .imgList {
  width: 380px;
  margin-right: 63px;
}
.consumeContent .rightContent #farm .milestoneInfo .imgList img {
  margin-bottom: 20px;
  width: 380px;
  height: 214px;
}
.consumeContent .rightContent #farm .milestoneInfo .timeList .milestone {
  display: flex;
  margin-bottom: 40px;
}
.consumeContent .rightContent #farm .milestoneInfo .timeList .milestone .time {
  width: 86px;
  font-weight: 500;
  font-size: 18px;
  color: #09925A;
  line-height: 36px;
}
.consumeContent .rightContent #farm .milestoneInfo .timeList .milestone .text {
  width: 463px;
}
.consumeContent .rightContent #farm .ExpenseStance_14 {
  width: 100%;
  height: 491px;
  margin-top: 40px;
  margin-bottom: 100px;
}
.consumeContent .rightContent #farm .hairyCrab {
  display: flex;
  margin-bottom: 70px;
}
.consumeContent .rightContent #farm .hairyCrab .hairyCrabInfo {
  width: 415px;
  padding-top: 20px;
  margin-right: 69px;
}
.consumeContent .rightContent #farm .hairyCrab .hairyCrabInfo .backgroundTitle {
  margin-bottom: 40px;
}
.consumeContent .rightContent #farm .hairyCrab img {
  width: 507px;
  height: 338px;
}
.consumeContent .rightContent #farm .ExpenseStance_16 {
  width: 100%;
  height: 466px;
  margin-bottom: 100px;
}
.consumeContent .rightContent #farm .ExpenseStance_17 {
  width: 100%;
  height: 450px;
  margin-bottom: 40px;
}
.consumeContent .rightContent #farm .ExpenseStance_18 {
  width: 100%;
  height: 162px;
  margin-top: 40px;
  margin-bottom: 100px;
}
.consumeContent .rightContent #farm .ExpenseStance_19 {
  width: 100%;
  height: 660px;
  margin-bottom: 40px;
}
.consumeContent .rightContent #farm .ExpenseStance_20 {
  width: 100%;
  height: 661px;
  margin-top: 40px;
  margin-bottom: 100px;
}
.consumeContent .rightContent #farm .ExpenseStance_21 {
  width: 100%;
  height: 557px;
  margin-bottom: 40px;
}
.consumeContent .rightContent #farm .ExpenseStance_22 {
  width: 100%;
  height: 798px;
  margin-bottom: 40px;
}
