/* 容器 */
.container-pc {
  display: flex;
  align-items: flex-start;
  width: 1080px;
  margin: 20px auto;
  gap: 20px;
  box-sizing: border-box;
}

 /* 左侧主区域 */
.main-pc {
  flex: 1;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

/* 等级区 */
.levels {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* 右侧推荐区 */
.main-right {
  width: 300px;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 8px;
     margin-top: 0px!important;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.main-right h3 {
  margin-top: 0;
  font-size: 18px;
  color: #5d5d5d;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
}

/* 推荐列表 */
.main-right ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;
}

.main-right ul li {
  margin-bottom: 10px;
}

.main-right ul li a {
  text-decoration: none;
  color: #666;
  display: block;
  padding: 6px 10px;
  border-radius: 4px;
  transition: background 0.2s, color 0.2s;
}

.main-right ul li a:hover {
  background: #f0f8ff;
  color: #007bff;
}
 .word-list-container {
    width: 100%;
    max-width: 1080px;
    margin: 10px auto;
    background: #fff;
    border-radius: 8px;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.05);
}

.word-list-container .title {
    font-size: 22px;
    font-weight: bold;
    color: #38b0e5;
    margin-bottom: 20px;
}

.word-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.word-item {
    border-bottom: 1px solid #eee;
    padding: 12px 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.word-header {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
}

.word-header .word {
    font-weight: bold;
    color: #333;
    text-decoration: none;
}

.word-header .word:hover {
    color: #38b0e5;
    text-decoration: underline;
}

.play-btn {
    background: #38b0e5;
    color: #fff;
    border: none;
    padding: 2px 8px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

.play-btn:hover {
    background: #2c88c4;
}

.level {
    background: #f0f8ff;
    color: #38b0e5;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 14px;
}

.word-body {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    color: #666;
}

.word-body .translation {
    font-weight: bold;
    color: #333;
	margin-bottom: 10px;
}

.word-body .wrong-options {
    font-style: italic;
    color: #999;
}

.level-box {
  margin-top: 20px;
  padding: 10px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.05);
}

.level-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 8px;
  border-bottom: 1px solid #eee;
  font-weight: bold;
  font-size: 16px;
  color: #38b0e5;
}

.level-header .more {
  font-weight: normal;
  font-size: 12px;
  color: #999;
  text-decoration: none;
}

.level-header .more:hover {
  color: #38b0e5;
}

.level-list {
  margin-top: 10px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap; /* 自动换行 */
  gap: 10px;
}

.level-list li {
  background: #f5f5f5;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 14px;
  transition: all 0.2s;
}

.level-list li a {
  color: #555;
  text-decoration: none;
}

.level-list li:hover {
  background: #38b0e5;
}

.level-list li:hover a {
  color: #fff;
}


.word-list li {
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
  transition: background-color 0.3s; /* 平滑过渡 */
}

.word-list li:hover {
  background-color: #f5f5f5; /* 浅灰色背景 */
}

.word-list .word {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.word-list .play-btn {
  background: #38b0e5;
  color: #fff;
  border: none;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s;
}

.word-list .play-btn:hover {
  background: #2a91c8;
}

	.page {
	clear: both;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	margin-right: 15px;
	padding-bottom: 20px;
	padding-top: 10px;
	text-align: center;
}

.page a {
	border: 1px solid #e3e3e3;
	color: #666;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	margin-right: 10px;
	padding: 0 10px;
}

.page .on,
.page a:hover {
	background-color: #FF684F;
	border: 1px solid #FF684F;
	color: #FFFFFF;
}

.pagebox{
	margin: 35px 0;
}
.pagebox li{
	text-align: center;
}
.pagebox li {
	display: inline-block;
	margin: 0 5px;
}
.pagebox li  a{
	color: #000;
	font-size: 14px;
	padding: 7px 12px;
	border: 1px solid #e4e4e3;
}
.pagebox li  a:hover{
	color: #fff;
	border: 1px solid #FF684F;
	background: #FF684F;
}
.pagebox li .active a{
	color: #fff;
	border: 1px solid #FF684F;
	background: #FF684F;
}
.level-btn {
  display: block;
  text-align: center;
  padding: 16px 0;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: 0 3px 8px rgba(0,0,0,0.15);
  letter-spacing: 0.5px;
  font-size: 14px;
  text-shadow: 0 1px 2px rgba(0,0,0,0.25); /* 微阴影提升对比度 */
}

/* Level 1：入门 - 清新绿 */
.level-1 {
  background: linear-gradient(45deg, #5cb85c, #7cd17c);
  color: #f7fff7!important; /* 柔白略带绿色调 */
  text-shadow: 0 1px 3px rgba(0, 80, 0, 0.4);
}

/* Level 2：基础 - 蓝色 */
.level-2 {
  background: linear-gradient(45deg, #0275d8, #4a9efc);
  color: #f5f9ff!important; /* 轻蓝白，避免刺眼 */
  text-shadow: 0 1px 3px rgba(0, 50, 120, 0.4);
}

/* Level 3：进阶 - 金橙 */
.level-3 {
  background: linear-gradient(45deg, #f0ad4e, #f9c97c);
  color: #fffdf6!important; /* 奶白，避免与浅橙冲突 */
  text-shadow: 0 1px 3px rgba(120, 60, 0, 0.4);
}

/* Level 4：精通 - 红色 */
.level-4 {
  background: linear-gradient(45deg, #d9534f, #f17474);
  color: #fff8f8!important; /* 略暖白，平衡红色 */
  text-shadow: 0 1px 3px rgba(80, 0, 0, 0.4);
}