.student-body {
}
.body-header {
  height: 83px;
  width: 100%;
  /* background: #002E61; */
  box-sizing: border-box;
}
.body-header.scrolled {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  height: 69px;
  box-shadow: 0px 1px 4px 0px #00000040;
  /* background-color: #FFFFFF; */
}
.body-header.scrolled .body-header-wrap {
  /* background-color: #FFFFFF; */
}
.body-header-wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* background: #002E61; */
}
.navigation-container {
  position: relative;
  z-index: 4;
  top: 0;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 1px 4px 0px #00000040;
  background: #fff;
  gap: 20px
}
/* .navigation-card {
  width: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: var(--color-gray-500);
  cursor: pointer;
  position: relative;
  height: 100%;
} */
/* .navigation-card:last-child {
  margin: 0;
} */
/* .navigation-card-2 {
  margin-right: 50px;
} */
/* .navigation-icon {
  position: absolute;
  height: 2px;
  bottom: 0;
  left: 0;
  right: 0;
} */
/* .navigation-card-2 .navigation-icon {
  height: 5px;
} */
/* .navigation-name {
  color: #2E8B57;
} */
/* .navigation-icon-active {
  background: #2E8B57;
} */

.navigation-img {
  height: 48px;
  width: 48px;
  background-repeat: no-repeat;
  background-size: contain;
}
/* .page-left {
  width: 284px;
  height: 57px;
  background-image: url("../../public/logo2.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.body-header.scrolled .page-left {
  width: 284px;
  height: 57px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../../public/header-logo-new.png");
} */
/* .page-right {
  display: flex;
  align-items: center;
} */
/* .page-rightIcon {
  display: flex;
  align-items: center;
  gap: 12px;
} */
.body-header.scrolled .body-header.scrolled .page-line {
  width: 1px;
  height: 32px;
  background: #ffffff;
  border-radius: 5px;
  margin: 0 15px;
}
.page-wallet {
  padding: 10px 20px;
  background: #ff8a35;
  border-radius: 2px;
  display: flex;
  align-items: center;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
}
.body-header.scrolled .page-wallet {
  padding: 8px 18px;
  margin-right: 25px;
}
.page-info {
  font-style: normal;
  font-weight: 400;
  margin: 0 10px 0 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-info-name {
  font-family: "Open Sans";
  font-size: 16px;
  text-align: center;
  color: #ffffff;
}
.body-header.scrolled .public-title {
  height: 41.09px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 20.93px;
  line-height: 41.09px;
}

.public-titleicon {
  width: 22px;
  height: 22px;
  background-image: url(https://cdn.maolingo.cn/_next/static/media/studentpage-16.895fb6fb.png);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
/* .home-newest-limg {
  width: 3.33vw;
  height: 3.02vw;
  background-image: url("../../public/studentpage-20.png");
  background-repeat: no-repeat;
  background-size: contain;
} */
.home-favourite {
  width: 100%;
}
.home-favourite-left {
  display: flex;
  align-items: center;
  gap: 14.98px;
}
.homeFavourite-licon {
  width: 18px;
  height: 15px;
  background-image: url(https://cdn.maolingo.cn/_next/static/media/basic-18.ebc482f5.png);
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}
.homeFavourite-ficon {
  width: 18px;
  height: 15px;
  background-image: url(https://cdn.maolingo.cn/_next/static/media/basic-17.b0259297.png);
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
}
.home-favourite-ltitle {
  height: 36px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  color: var(--color-gray-500);
}
.favouriteTea-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 34px;
  margin: 20px 0;
}
.home-favourite-card {
  display: flex;
  gap: 14px;
  /* overflow: auto; */
}
.favDetail-container {
  display: flex;
  width: 100%;
  gap: 16px;
}
.favDetail-leftCard {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 20px;
}
.favDetail-box-shadow {
  border: 1px solid var(--color-gray-300);
  box-shadow: 0 1px 4px rgba(12, 95, 187, 0.1);
  border-radius: 5px;
  background: #ffffff;
}
.favDetail-leftIcon1 {
  width: 24px;
  height: 20px;
  background-image: url(https://cdn.maolingo.cn/_next/static/media/tutors-2.c9b13fa0.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.favIcon {
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
.favDetail-leftIcon2 {
  width: 24px;
  height: 20px;
  background-image: url(https://cdn.maolingo.cn/_next/static/media/tutors-3.9a8ad7a9.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.favDetail-leftBtn {
  /* display: flex;
  align-items: center;
  justify-content: space-between; */
}
.favDetail-rUser {
  display: flex;
  gap: 40px;
  border: 1px solid var(--color-gray-300);
  box-shadow: 0 1px 4px rgba(12, 95, 187, 0.1);
  border-radius: 5px;
  background: #ffffff;
  padding: 20px;
}
.favDetail-userLeft {
  height: 169px;
  width: 169px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  overflow: hidden;
}
.favDetail-userRight {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}
.favDetail-userRName {
  display: flex;
  gap: 12px;
  align-items: center;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  color: var(--color-gray-600);
}
.favDetail-userRTeach {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 32px;
}
.favDetail-userRStat {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  gap: 10px;
  color: var(--color-gray-600);
}
.basic-info {
  /* height: 142px; */
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 36px;
  isolation: isolate;
  background: #ffffff;
  border: 1px solid var(--color-gray-300);
  border-radius: 3px;
  position: relative;
}

.basicInfo-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  color: var(--color-gray-600);
}
.basicInfo-moreShow {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  background: #ffffff;
  /* color: #000000; */
  color: var(--color-gray-400);
}
.basicLeft {
  /* width: 20.89vw; */
  display: flex;
  flex-direction: column;
}
.basicRight {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.basicRight-handled {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 30px;
  background: #ffffff;
  border: 1px solid var(--color-gray-300);
  border-radius: 5px;
}
.reviews-note {
  box-sizing: border-box;
  padding: 30px;
  background: #ffffff;
  border: 1px solid var(--color-gray-300);
  border-radius: 5px;
  margin-top: 20px;
}
.reviewsNote-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  color: var(--color-gray-600);
  margin: 30px 0;
}
.reviewsNote-title:first-child {
  margin-top: 0;
}
.teacherbg-circle-outer::after {
  content: "";
  position: absolute;
  height: 2.6vw;
  width: 0.05vw;
  left: 0.89vw;
  top: -2.66vw;
  background-color: var(--color-gray-300);
}
.teacherbg-circle-outer::before {
  content: "";
  position: absolute;
  height: 2.6vw;
  width: 0.05vw;
  left: 0.89vw;
  bottom: -2.66vw;
  background-color: var(--color-gray-300);
}
.basicLeft-tools {
  /* width: 226px; */
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 30px;
  background: #ffffff;
  border: 1px solid var(--color-gray-300);
  border-radius: 5px;
  margin-top: 20px;
}
.basic-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  color: var(--color-gray-600);
}
.basicLeft-toolsInfo {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: var(--color-gray-500);
  margin: 40px 0 16px;
}
.basicInter-card {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.basicInter-item {
  padding: 10px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #E7EFF8;
  border-radius: 2px;
  font-family: "Open Sans";
  font-style: normal;
  font-size: 16px;
  color: #0C5FBB;
  border: 1px solid #0C5FBB;
}
.basicSpoken-card {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.basicSpoken-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--color-gray-600);
  border-bottom: 1px solid var(--color-gray-300);
}
.basicSpoken-itemName {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: var(--color-gray-600);
  padding: 15px 0;
}
.basicSpoken-itemText {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}
.courseFooter-icon {
  width: 1.04vw;
  height: 1.04vw;
  background-image: url(https://cdn.maolingo.cn/_next/static/media/course-6.a280ea3d.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.courseDetail-trackerCard {
  display: flex;
  flex-direction: column;
}
.courseDetail-trackerItem-special:hover {
  display: flex;
  align-items: center;
  padding: 10px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  color: var(--color-gray-600);
  background-color: #20c889;
  gap: 12px;
  cursor: pointer;
}
/* .courseDetail-trackerItem:last-child {
  border: none;
} */
.class-container {
  /* flex: 1;
  padding: 32px; */
  padding-top: 60px;
  padding-bottom: 100px;
}
.classCont-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
}
.cc-header {
  display: flex;
  gap: 10px;
}
.studentAcc-container {
  flex: 1;
}
.account-wrapper {
  display: flex;
  padding: 32px;
  gap: 24px;
}
.anchor-point {
  width: 240px;
  /* position: absolute; */
  padding: 18px;
  background: #ebeef6;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
}

.anchor-pointCard {
  display: flex;
  align-items: center;
  padding: 8px;
  border-radius: 5px;
  cursor: pointer;
}
.anchor-pointTitle {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
}
.anchor-pointActived {
  background: #ffffff;
  border-left: 2px solid #0c5fbb;
  padding-left: 42px;
}
.accountEdit {
  flex: 1;
  background: #ffffff;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.accountBas-title {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  color: var(--color-gray-600);
}

.accountInfor-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accountInfor-itemLeft {
  display: flex;
}
.accountInfor-itemIcon {
  width: 1.25vw;
  height: 1.41vw;
  background-image: url(https://cdn.maolingo.cn/_next/static/media/account-3.3d4b979f.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.accountInfor-name {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: var(--color-gray-400);
}
.accountBas-language {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.accountInfor-skill {
  display: flex;
}
.accountSkill-card {
  display: flex;
  flex-direction: column;
  gap: 1.61vw;
}
.accountSkill-item {
  display: flex;
  align-items: center;
  gap: 1.15vw;
}
.accountSkill-itemState {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0vw 0.78vw;
  height: 0.99vw;
  line-height: 0.99vw;
  background: #ceffb8;
  border-radius: 2.08vw;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 0.63vw;
  color: var(--color-gray-600);
}

.points-head {
  height: 154px;
  /* background: #ffffff; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 32px;
}
.pointsHead-left {
  /* width: 34.9vw; */
}
.pointsHead-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  color: var(--color-gray-600);
  margin-bottom: 22px;
}
.pointsHead-text {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: var(--color-gray-600);
}
.pointsHead-right {
  width: 560px;
  height: 100%;
  background-image: url(https://cdn.maolingo.cn/_next/static/media/points-1.57563113.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.points-container {
  flex: 1;
  padding: 32px;
  display: flex;
  justify-content: space-between;
}
.points-left {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pointsLeft-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  color: var(--color-gray-600);
}
.pointsChoose-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.pointsChoose-item {
  width: 163px;
  height: 170px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  cursor: pointer;
  box-sizing: border-box;
}
.pointsItem-num {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 47px;
  color: var(--color-gray-600);
}
.pointsChoose-itemNow {
  border: 1px solid #FF8A35;
}
.pointsItem-text {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  color: var(--color-gray-600);
}
.inputType-number {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
  outline: none;
  resize: none;
  border: none;
  &::-ms-clear, &::-ms-reveal {
    display: none;
  }
  &::-webkit-input-placeholder{
    font-size: 16px;
  }
  &::-webkit-inner-spin-button, &::-webkit-outer-spin-button {
    display: none;
  }
}
.pointPay-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #ffffff;
  box-shadow: 0px 2px 5px 0px #0000001A;
  border-radius: 5px;
  padding: 20px 57px;
}
/* 价格标签左右三角装饰 */
.price-tag::before,
.price-tag::after {
    content: '';
    position: absolute;
    transform: translateY(-50%);
    border-style: solid;
}
.price-tag::before {
    right: 5.5px;
    bottom: -10px;
    border-width: 8px 8px 8px 0;
    border-color: transparent currentColor transparent transparent; /* 匹配bg-yellow-100 */
    transform: rotate(45deg);
}
.price-tag::after {
    left: 5px;
    top: -10px;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent currentColor;
    transform: rotate(45deg);
}
.pointPay-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pointPay-left {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: var(--color-gray-400);
}
.pointPay-line {
  margin-top: 10px;
  height: 1px;
  background: linear-gradient(to right, #ffffff, var(--color-gray-400), #ffffff);
}
.payPop-content {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.payPop-contentTitle {
  font-size: 16px;
  font-weight: 600;
}
.payPop-content-qr {
  margin: 0 auto 20px;
  text-align: center;
}
.payPop-content-qr-notice {
  display: flex;
  align-items: center;
  justify-content: center;
}
.payPop-content-qr-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.pointPay-icon {
  width: 49px;
  height: 49px;
  background: url(https://cdn.maolingo.cn/_next/static/media/points-2.8871896c.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.pointsRight-itemIcon {
  width: 24px;
  height: 24px;
  background: url(https://cdn.maolingo.cn/_next/static/media/points-4.3f1e2b48.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.pointsRight-itemCoint {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  color: #ff8a35;
}
.points-right {
  box-sizing: content-box;
  margin-top: 62px;
  width: 226px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 48px;
}
.pointsRight-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pointsRight-itemText {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: var(--color-gray-600);
}
.pointsRight-itemNum {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  color: var(--color-gray-600);
}
.pointsRight-itemLine {
  height: 0.05vw;
  background: var(--color-gray-200);
}
.pointsRight-itemBtn {
  background: #ff8a35;
  border-radius: 5px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  cursor: pointer;
  padding: 13px 70px;
}
.SclassDetail-headPic::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-left: 14px solid #ffffff;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
}
.help-card-theader::after {
  content: "";
  position: absolute;
  top: 0px;
  right: -32px;
  width: 0;
  height: 0;
  border-right: 16px solid transparent;
  border-left: 16px solid #ffad71;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
}
.help-card-theader::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0;
  height: 0;
  border-right: 16px solid transparent;
  border-left: 16px solid #ffffff;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
}

.help-card-theaderNow::after {
  content: "";
  position: absolute;
  top: 0px;
  right: -32px;
  width: 0;
  height: 0;
  border-right: 16px solid transparent;
  border-left: 16px solid #ff8a35;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
}
.help-card-theaderNow::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0;
  height: 0;
  border-right: 16px solid transparent;
  border-left: 16px solid #ffffff;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
}

