.word {
  width: 100%;
  height: 3987px;
  background: url(/local/img/word/word.jpg) center no-repeat;
  overflow: hidden; /* 添加此项防止内容溢出 */
}
.word .card_active {
  opacity: 1 !important;
  transition: .3s;
  display: block;
}
.word .more {
  cursor: pointer;
}

/* --- 优化点：合并了 #carousel, #carousel_1, #carousel_2 的通用样式 --- */
.word .carousel {
  /* --- 修复点：将固定宽度改为响应式宽度 --- */
  max-width: 1200px;
  width: 100%;
  height: 625px;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
}
.word .carousel .reflection {
  display: none;
}
.word .carousel img {
  user-select: none;
}

/* --- 优化点：简化显示/隐藏逻辑 --- */
.word .carousel_1,
.word .carousel_icon_list_1,
.word .carousel_2,
.word .carousel_icon_list_2 {
  display: none;
}

/* --- 优化点：合并了三个 carousel_icon_list 的通用样式 --- */
.word .carousel_icon_list {
  margin: 0 auto;
  width: 1150px;
  height: 150px;
  position: relative;
}
.word .carousel_icon_list .more {
  width: 172px;
  height: 66px;
  float: left;
  background: url(/local/img/word/icon/more.png) center no-repeat;
  margin-left: 20px;
  margin-top: 50px;
}
.word .carousel_icon_list .icon {
  float: left;
  width: 118px;
  height: 128px;
  cursor: pointer;
  border-radius: 50px; /* 仅在第一个列表有，为保持一致性可移除或全应用 */
}
.word .carousel_icon_list .icon span {
  display: block;
  width: 100%;
  height: 100%;
  display: none;
}
.word .carousel_icon_list .icon_active span {
  display: block;
}
.word .copywriting_box {
  position: relative;
  width: 1234px;
  min-height: 400px;
  margin: 100px auto 0 auto;
}
.word .copywriting {
  width: 1234px;
  background: url(/local/img/word/mowu.png) center no-repeat;
  background-color: #fcf7e2;
  border: 6px solid #ffba35;
  display: none;
  padding-bottom: 40px;
  position: absolute;
  top: 0;
  left: 0;
}
.word .copywriting .put_up {
  border: none;
  background: url(/local/img/word/put_up.png) center no-repeat;
  width: 158px;
  height: 55px;
  display: block;
  float: left;
  margin-top: 20px;
  margin-left: 650px;
  display: none;
}
.word .copywriting .put_up:hover {
  background: url(/local/img/word/put_up_hover.png) center no-repeat;
}
.word .copywriting .element {
  width: 383px;
  height: 332px;
  position: absolute;
  top: -120px;
  right: -50px;
  z-index: 1;
}
.word .copywriting .card {
  width: 342px;
  position: absolute;
  top: 220px;
  left: 15px;
  transform: translateY(-50%);
}
.word .copywriting .card span {
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 342px;
  height: 85px;
  background: url(/local/img/word/fire.png) center no-repeat;
  z-index: 1;
}
.word .copywriting .card img {
  display: block;
  width: 205px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.word .name {
  width: 60px;
  position: absolute;
  top: 10%;
  left: 410px;
}
.word .name p {
  width: 60px;
  text-align: center;
  font-weight: bold;
  color: #3d2007;
  font-size: 50px;
}
.word .name .name_element {
  position: absolute;
  top: -15px;
  left: -54px;
  width: 171px;
  height: 46px;
  background: url(/local/img/word/name_element.png) center no-repeat;
}
.word .character_message {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 590px;
  margin-left: 613px;
  z-index: 100;
}
.word .character_message p {
  color: #3d2007;
  font-size: 20px;
  line-height: 35px;
}
.word .character_message p span {
  width: 310px;
  text-align: left;
  display: block;
  color: #3d2007;
  font-size: 20px;
  line-height: 35px;
}
.word .character_message p .left {
  float: left;
}
.word .character_message p .right {
  float: left;
}
.word .character_message div {
  color: #3d2007;
  font-size: 20px;
  line-height: 35px;
}
.word .check_all {
  background: url(/local/img/word/more.png) center no-repeat;
  width: 158px;
  height: 55px;
  margin: 30px 0px 0px 200px;
  cursor: pointer;
}
.word .check_all:hover {
  background: url(/local/img/word/more_hover.png) center no-repeat;
}
.word .type_title {
  height: 144px;
  width: 100%;
  background: url(/local/img/word/type_title.png) center no-repeat;
  margin-top: 220px;
}
.word .type_box {
  background: url(/local/img/word/type_box.png) center no-repeat;
  width: 1293px;
  height: 919px;
  margin: 10px auto 0 auto;
  overflow: hidden;
}
.word .type_box ul {
  width: 1180px;
  height: 570px;
  margin: 25px auto 0 auto;
}
.word .type_box ul li {
  cursor: pointer;
  width: 184px;
  height: 277px;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
.word .type_box ul li span {
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: .3s;
}
.word .type_box .card_1 {
  background: url(/local/img/word/type/1.png) center no-repeat;
}
.word .type_box .card_1 span {
  background: url(/local/img/word/type_active/1.png) center no-repeat;
}
.word .type_box .card_2 {
  background: url(/local/img/word/type/2.png) center no-repeat;
}
.word .type_box .card_2 span {
  background: url(/local/img/word/type_active/2.png) center no-repeat;
}
.word .type_box .card_3 {
  background: url(/local/img/word/type/3.png) center no-repeat;
}
.word .type_box .card_3 span {
  background: url(/local/img/word/type_active/3.png) center no-repeat;
}
.word .type_box .card_4 {
  background: url(/local/img/word/type/4.png) center no-repeat;
}
.word .type_box .card_4 span {
  background: url(/local/img/word/type_active/4.png) center no-repeat;
}
.word .type_box .card_5 {
  background: url(/local/img/word/type/5.png) center no-repeat;
}
.word .type_box .card_5 span {
  background: url(/local/img/word/type_active/5.png) center no-repeat;
}
.word .type_box .card_6 {
  background: url(/local/img/word/type/6.png) center no-repeat;
  margin-right: 0px;
}
.word .type_box .card_6 span {
  background: url(/local/img/word/type_active/6.png) center no-repeat;
}
.word .type_box .card_7 {
  background: url(/local/img/word/type/7.png) center no-repeat;
}
.word .type_box .card_7 span {
  background: url(/local/img/word/type_active/7.png) center no-repeat;
}
.word .type_box .card_8 {
  background: url(/local/img/word/type/8.png) center no-repeat;
}
.word .type_box .card_8 span {
  background: url(/local/img/word/type_active/8.png) center no-repeat;
}
.word .type_box .card_9 {
  background: url(/local/img/word/type/9.png) center no-repeat;
}
.word .type_box .card_9 span {
  background: url(/local/img/word/type_active/9.png) center no-repeat;
}
.word .type_box .card_10 {
  background: url(/local/img/word/type/10.png) center no-repeat;
}
.word .type_box .card_10 span {
  background: url(/local/img/word/type_active/10.png) center no-repeat;
}
.word .type_box .card_11 {
  background: url(/local/img/word/type/11.png) center no-repeat;
}
.word .type_box .card_11 span {
  background: url(/local/img/word/type_active/11.png) center no-repeat;
}
.word .type_box .card_12 {
  margin-right: 0px;
  background: url(/local/img/word/type/12.png) center no-repeat;
}
.word .type_box .card_12 span {
  background: url(/local/img/word/type_active/12.png) center no-repeat;
}
.word .type_box .type_msg {
  width: 1173px;
  height: 255px;
  background: url(/local/img/word/type_msg.png) center no-repeat;
  margin: 5px auto 0 auto;
  overflow: hidden;
}
.word .type_box .type_msg h4 {
  height: 148px;
  width: 357px;
  margin: 0 auto 0 auto;
  background: url(/local/img/word/type_name.png) center no-repeat;
}
.word .type_box .type_msg h4 span {
  width: 193px;
  height: 64px;
  display: block;
  color: #000;
  font-weight: bold;
  font-size: 25px;
  float: right;
  margin-top: 63px;
  margin-right: 50px;
  text-align: center;
  line-height: 64px;
}
.word .type_box .type_msg p {
  color: #3d2007;
  font-size: 18px;
  width: 1087px;
  height: 213px;
  margin: 10px auto 0 auto;
  line-height: 25px;
}
.word .about {
  background: url(/local/img/word/about.png) center no-repeat;
  width: 1261px;
  height: 852px;
  margin: 190px auto 0 auto;
  overflow: hidden;
}
.word .about img {
  display: block;
  width: 1032px;
  height: 355px;
  margin: 170px auto 20px auto;
}
.word .about p {
  font-size: 20px;
  color: #3d2007;
  line-height: 30px;
  width: 1000px;
  margin: 0 auto;
}