.van-toast {
  position: fixed;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  box-sizing: content-box;
  width: 88px;
  max-width: 70%;
  min-height: 88px;
  padding: 16px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  white-space: pre-wrap;
  text-align: center;
  word-break: break-all;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 8px;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
.van-toast--unclickable {
  overflow: hidden;
}
.van-toast--unclickable * {
  pointer-events: none;
}
.van-toast--text,
.van-toast--html {
  width: -webkit-fit-content;
  width: fit-content;
  min-width: 96px;
  min-height: 0;
  padding: 8px 12px;
}
.van-toast--text .van-toast__text,
.van-toast--html .van-toast__text {
  margin-top: 0;
}
.van-toast--top {
  top: 20%;
}
.van-toast--bottom {
  top: auto;
  bottom: 20%;
}
.van-toast__icon {
  font-size: 36px;
}
.van-toast__loading {
  padding: 4px;
  color: #fff;
}
.van-toast__text {
  margin-top: 8px;
}


.study-center-page[data-v-fc05451a] {
	width: 100%;
	max-width: 100vw;
	min-height: 100vh;
	padding: 0 0.24rem 0.42rem;
	background:
		linear-gradient(180deg, #fff7ed 0, #f7faf9 3.9rem, #f5f6f8 100%);
	color: #263238;
	box-sizing: border-box;
	overflow-x: hidden;
}
#navbar[data-v-fc05451a] {
	margin: 0 -0.24rem;
	background-color: #fff;
}
#navbar[data-v-fc05451a] .van-nav-bar__title {
	font-size: 18px;
	font-weight: 700;
	color: #1f2726 !important;
}
#navbar[data-v-fc05451a] .van-icon,
#navbar[data-v-fc05451a] .van-nav-bar__text {
	color: #1f2726 !important;
}
.study-hero[data-v-fc05451a] {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	min-height: 2.36rem;
	margin: 0 -0.24rem;
	padding: 0.4rem 0.36rem 0.52rem;
	overflow: hidden;
	background:
		radial-gradient(circle at 86% 16%, rgba(255, 255, 255, 0.42) 0, rgba(255, 255, 255, 0) 1.2rem),
		linear-gradient(135deg, #ff7b1a 0%, #ff9a36 62%, #ffc36b 100%);
	box-sizing: border-box;
	color: #fff;
}
.study-hero[data-v-fc05451a]::after {
	content: "";
	position: absolute;
	right: -0.44rem;
	bottom: -0.48rem;
	width: 2.24rem;
	height: 1.38rem;
	border-radius: 1.1rem 0 0 0;
	background: rgba(255, 255, 255, 0.2);
	transform: rotate(-8deg);
}
.hero-copy[data-v-fc05451a] {
	position: relative;
	z-index: 1;
	max-width: 4.7rem;
}
.hero-kicker[data-v-fc05451a] {
	margin: 0 0 0.12rem;
	font-size: 0.24rem;
	font-weight: 700;
	opacity: 0.9;
}
.hero-copy h1[data-v-fc05451a] {
	margin: 0;
	font-size: 0.42rem;
	line-height: 1.25;
	font-weight: 800;
	letter-spacing: 0;
}
.hero-copy p[data-v-fc05451a]:last-child {
	margin: 0.18rem 0 0;
	font-size: 0.24rem;
	line-height: 1.55;
	opacity: 0.94;
}
.hero-badge[data-v-fc05451a] {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	gap: 0.08rem;
	padding: 0.12rem 0.16rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.2);
	font-size: 0.22rem;
	font-weight: 700;
	white-space: nowrap;
}
.course-section[data-v-fc05451a] {
	margin-top: 0.24rem;
}
.section-heading[data-v-fc05451a] {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 0.18rem;
}
.section-heading p[data-v-fc05451a] {
	margin: 0 0 0.04rem;
	font-size: 0.22rem;
	font-weight: 700;
	color: #ff7f1f;
}
.section-heading h2[data-v-fc05451a] {
	margin: 0;
	font-size: 0.32rem;
	line-height: 1.25;
	font-weight: 800;
	color: #263238;
}
.section-heading > span[data-v-fc05451a] {
	font-size: 0.22rem;
	font-weight: 700;
	color: #8a9592;
}
.course-grid[data-v-fc05451a] {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.18rem;
}
.course-card[data-v-fc05451a] {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-height: 2.28rem;
	padding: 0.24rem 0.22rem;
	border: 1px solid rgba(47, 59, 57, 0.06);
	border-radius: 0.24rem;
	background: #fff;
	box-shadow: 0 0.12rem 0.3rem rgba(24, 39, 75, 0.06);
	text-align: left;
	box-sizing: border-box;
}
.course-card[data-v-fc05451a]:active,
.special-card[data-v-fc05451a]:active {
	transform: scale(0.985);
}
.course-icon[data-v-fc05451a] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 0.78rem;
	height: 0.78rem;
	margin-bottom: 0.2rem;
	border-radius: 50%;
	background: var(--course-tint);
	color: var(--course-color);
	font-size: 0.42rem;
}
.course-name[data-v-fc05451a] {
	font-size: 0.3rem;
	line-height: 1.25;
	font-weight: 800;
	color: var(--course-color);
}
.course-desc[data-v-fc05451a] {
	margin-top: 0.08rem;
	font-size: 0.22rem;
	line-height: 1.35;
	color: #7a8582;
}
.special-section[data-v-fc05451a] {
	margin-top: 0.34rem;
}
.special-list[data-v-fc05451a] {
	display: grid;
	gap: 0.16rem;
}
.special-card[data-v-fc05451a] {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 0.18rem;
	width: 100%;
	padding: 0.2rem 0.22rem;
	border: 1px solid rgba(255, 127, 31, 0.14);
	border-radius: 0.22rem;
	background: #fff;
	box-shadow: 0 0.08rem 0.24rem rgba(255, 127, 31, 0.08);
	text-align: left;
	box-sizing: border-box;
	color: #8a9592;
}
.special-icon[data-v-fc05451a] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 0.64rem;
	height: 0.64rem;
	border-radius: 50%;
	background: #fff2e6;
	color: #ff7f1f;
	font-size: 0.34rem;
}
.special-card strong[data-v-fc05451a],
.special-card em[data-v-fc05451a] {
	display: block;
	font-style: normal;
}
.special-card strong[data-v-fc05451a] {
	font-size: 0.28rem;
	line-height: 1.3;
	font-weight: 800;
	color: #263238;
}
.special-card em[data-v-fc05451a] {
	margin-top: 0.04rem;
	font-size: 0.22rem;
	line-height: 1.35;
	color: #8a9592;
}
.help-card[data-v-fc05451a] {
	margin-top: 0.28rem;
	padding: 0.24rem;
	border: 1px solid rgba(255, 111, 114, 0.14);
	border-radius: 0.24rem;
	background: #fff;
	box-shadow: 0 0.12rem 0.32rem rgba(24, 39, 75, 0.06);
}
.help-title[data-v-fc05451a] {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0.16rem;
	align-items: flex-start;
}
.help-title > span[data-v-fc05451a] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 0.58rem;
	height: 0.58rem;
	border-radius: 50%;
	background: #fff0f1;
	color: #ff6f72;
	font-size: 0.32rem;
}
.help-title h2[data-v-fc05451a] {
	margin: 0;
	font-size: 0.3rem;
	line-height: 1.35;
	font-weight: 800;
	color: #263238;
}
.help-title p[data-v-fc05451a] {
	margin: 0.08rem 0 0;
	font-size: 0.24rem;
	line-height: 1.55;
	color: #6f7a77;
}
.reset-button[data-v-fc05451a] {
	margin-top: 0.22rem;
	height: 0.88rem;
	font-size: 0.28rem;
	font-weight: 800;
}
@media screen and (min-width: 750px) {
.study-center-page[data-v-fc05451a] {
		max-width: 750px;
		margin: 0 auto;
}
}

