.course {
  padding: 0px 20px 25px 20px;
  background: #F4F4F4;
}
.w_full {
  width: 100% !important;
}
.course .course-title {
  display: flex;
  align-items: center;
  padding-left: 4px;
  height: 50px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(223, 10, 11, 1);
  line-height: 36px;
  position: relative;
}

.course .course-title img {
  padding-right: 20px;
}

.course .course-title  #audioBox,
.course .course-title  #timeBox {
  position: absolute;
  right: 400px;
  cursor: pointer;
}
.course .course-title  #audioBox.right_100 {
  right: 120px;
}
.course .course-title  #timeBox {
  right: 10px;
}
.course .course-title  #audioBox img ,
.course .course-title  #timeBox img {
  width: 25px;
  padding-right: 10px;
}
.course .course-title  #audioBox .text,
.course .course-title  #timeBox .text {
  font-size: 16px;
  color: #029cfd;
}
.course .course-content {
  display: flex;
  justify-content: space-between;
}

.course .course-content .sysChapterContent {
  width: 769px;
  height: 500px;
  background: #ffffff;
  position: relative;
}
.course .course-content.course-content-1 .sysChapterContent {
  width: 100%;
  height: 100%;
}
.course .course-content.course-content-1 .course-list {
  display: none;
} 
/* 游戏详情 start */
#gameFind {
  width: 100%;
  /* position: absolute; */
  /* left: 0; */
  /* bottom: -50px; */
  margin-top: 10px;
  margin-bottom: 10px;
}
#gameFind .find_btn {
  width: 180px;
  height: 46px;
  line-height: 46px;
  border-radius: 5px;
  cursor: pointer;
  -moz-box-shadow: 5px 5px 5px #EBEBEB;
  /* 老的 Firefox */
  box-shadow: 5px 5px 5px #EBEBEB;
  color: #FFFFFF;
  text-align: center;
  background: #029cfd;
  margin: 0 auto;
  position: relative;
  padding-left: 20px;
  border-radius: 50px;
}
#gameFind .find_img {
  width: 30px;
  margin-right: 30px;
} 
#tiShiNum {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background: #ffffff;
  border-radius: 50%;
  color: #029cfd;
  margin-right: 5px;
  position: absolute;
  left: 45px;
  top: 2px;
}
#gameFind.disabled .find_btn {
  background-color: #cccccc;
  cursor: no-drop;
}
#gameFind.disabled .find_btn #tiShiNum {
  color: #cccccc;
}
.game_content {
  height: 100%;
}
.game_content .game_top {
  width: 100%;
  padding-top: 20px;
}
#GameBox .game_top {
  padding-top: 130px;
  position: absolute;
  left: 0;
  top: 0;
}
.game_content .game_top .game_left,
.game_content .game_top .game_right {
  width: 100%;
  height: 100%;
  position: relative;
}
.game_content .game_top .game_line {
  width: 2px;
  height: 80%;
  background-color: #029cfd;
}
#GameBox2 .game_line {
  background-color: #FFFFFF;
}

.game_content .game_top .game_text {
  /* font-size: 20px; */
  /* color: #ffffff; */
  /* font-weight: 900; */
  /* background-color: #7eefb7; */
  /* padding: 10px 30px 0; */
  border-radius: 8px;
  /* margin-top: 20%; */
  position: relative;
  top: 8px;
  
}
.game_content .game_top .game_text.error {
  /* background-color: #ff5d73; */
}
.game_content .game_top .game_content_btn {
  /* width: 70px; */
  /* height: 36px; */
  /* line-height: 36px; */
  /* text-align: center; */
  /* border-radius: 50%; */
  cursor: pointer;
  position: relative;
  top: -40px;
  /* box-shadow: 1px 2px 2px 1px 
		rgba(7, 0, 2, 0.35); */
  /* -moz-box-shadow: 5px 5px 5px #EBEBEB; */
  /* box-shadow: 5px 5px 5px #EBEBEB; */
  /* color: #FFFFFF; */
  /* background: #029cfd; */
  
}
.game_content .game_top .game_content_btn.active {
  animation: btnZoom 1s linear;
}
.game_content .game_top .game_content_img {
  width: 200px;
  /* margin-top: 10%; */

}
.game_content .game_top .game_content_img img {
  width: 100%;
}
.game_ball_box {
  position: absolute;
  bottom: 10px;
}
.game_ball  {
  width: 240px;
  min-height: 100px;
  position: relative;
  padding-bottom: 75px;
}
.game_ball .game_ball_img {
  width: 90px;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 1s ease-out;
}
.game_ball_jiantou {
  width: 150px;
  transition: all 0.5s ease-in;
}
.game_ball .game_ball_img.to_top_left {
  left: -380px;
  top: -110px;
  animation: ballRun 1s linear;
}
.game_ball .game_ball_img.to_top_left + .game_ball_jiantou {
  /* transform: rotateZ(-20deg); */
}
.game_ball .game_ball_img.to_top_right + .game_ball_jiantou {
  /* transform: rotateZ(20deg); */
}
.game_ball .game_ball_img.to_top_right {
  right: -380px;
  top: -110px;
  animation: ballRun 1s linear;
}
.game_ball_text_bg {
  position: absolute;
  width: 110px;
  bottom: 60px;
}
.game_ball_text {
  width: 100%;
  min-width: 215px;
  background-color: #f9e4c2;
	box-shadow: 3px 7px 6px 0px 
		rgba(4, 0, 0, 0.22);
	border-radius: 30px;
	border: solid 7px #ffffff;
  color: #c79e77;
  text-align: center;
  position: absolute;
  bottom: 10px;
}
.game_chapter_name {
  /* position: relative;
  z-index: 1; */
  font-size: 24px;
  color: #c79e77;
  font-weight: 900;
}

/* 提示游戏 */
.game_tishi_box {
  position: relative;
  width: 100%;
  height: calc(100% - 50px);
}
.game_tishi_box  .tishi_bg_box,

.game_tishi_box  .tishi_bg_box .tishi_bg {
  width: 100%;
  /* height: 100%; */
  /* object-fit: cover; */
}
.game_tishi_box  .tishi_bg_box .tishi_img_item {
  width: 59.6%;
  position: absolute;
  top: 15%;
  right: 2.88%;
}
.game_tishi_box  .tishi_bg_box .tishi_img_item.tishi_img_2 {
  width: 20.66%;
  right: 4.28%;
  top: 25.5%;
}
.game_tishi_box  .tishi_bg_box .tishi_img_item.tishi_img_3{
  width: 100%;
  right: 0;
  top: 0;
}
.game_tishi_box  .tishi_bg_box .tishi_img_step {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* 差异图层 */
.tishi_img_step_model_wrap {
  /* display: none; */
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
}
.tishi_img_step_model {
  /* display: none; */
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.game_tishi_step {
  height: 50px;
}
.game_tishi_step .step_item {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0 10px;
  background-color: #cccccc;
  border-radius: 50%;
} 

.game_tishi_step .step_item.active {
  background: #DF0A0B;
  color: #ffffff;
}
.game_tishi_wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.game_tishi_list {
  position: relative;
  width: 100%;
  height: 100%;
}
.game_tishi_item {
  position: absolute;
  width: 60px;
  height: 60px;
  /* cursor: pointer; */
  /* opacity: 0.5; */
  /* background-color: #D7000F; */
}

#GameBox2 .game_left .game_tishi_item.item_1:nth-of-type(1),
#GameBox2 .game_right .game_tishi_item.item_1:nth-of-type(1) {
  height: 120px;
  top: 32%;left: 0%;
}
#GameBox2 .game_left .game_tishi_item.item_1:nth-of-type(2),
#GameBox2 .game_right .game_tishi_item.item_1:nth-of-type(2) {
  bottom: 18%;right: 0%;
}
#GameBox2 .game_left .game_tishi_item.item_1:nth-of-type(3){
  bottom: 2%;
  right: 28%;
  width: 150px;
  height: 150px;
}
#GameBox2 .game_right .game_tishi_item.item_1:nth-of-type(3) {
  bottom: 1%;
  right: 26%;
  width: 150px;
  height: 150px;
}
#GameBox2 .game_left .game_tishi_item.item_1:nth-of-type(4),
#GameBox2 .game_right .game_tishi_item.item_1:nth-of-type(4) {
  top: 58%;
  left: 2%;
  height: 120px;
  width: 80px;
}
#GameBox2 .game_left .game_tishi_item.item_1:nth-of-type(5),
#GameBox2 .game_right .game_tishi_item.item_1:nth-of-type(5) {
  top: 34%;
  right: 29%;
  width: 80px;
  height: 80px;
}

#GameBox2 .game_left .game_tishi_item.item_1:nth-of-type(6),
#GameBox2 .game_right .game_tishi_item.item_1:nth-of-type(6) {
  top: 14%;right: 0%;
  width: 64%;
  transform: rotateZ(-5deg);
}

#GameBox2 .game_left .game_tishi_item.item_2:nth-of-type(1),
#GameBox2 .game_right .game_tishi_item.item_2:nth-of-type(1) {
  left: 32%;
  top: 18%;
  width: 80px;
  height: 120px;
}
#GameBox2 .game_left .game_tishi_item.item_2:nth-of-type(2),
#GameBox2 .game_right .game_tishi_item.item_2:nth-of-type(2) {
  right: 9%;
  bottom: 9%;
  height: 120px;
}
#GameBox2 .game_left .game_tishi_item.item_2:nth-of-type(3),
#GameBox2 .game_right .game_tishi_item.item_2:nth-of-type(3) {
  left: 12%;
  top: 36%;
  width: 100px;
  height: 150px;
}
#GameBox2 .game_left .game_tishi_item.item_2:nth-of-type(4),
#GameBox2 .game_right .game_tishi_item.item_2:nth-of-type(4) {
  right: 28%;
  top: 29%;
  width: 100px;
  height: 100px;
}
#GameBox2 .game_left .game_tishi_item.item_2:nth-of-type(5),
#GameBox2 .game_right .game_tishi_item.item_2:nth-of-type(5) {
  right: 3%;
  top: 23.5%;
  height: 40px;
}
#GameBox2 .game_left .game_tishi_item.item_2:nth-of-type(6),
#GameBox2 .game_right .game_tishi_item.item_2:nth-of-type(6) {
  bottom: 10%;
  left: 12%;
}

#GameBox2 .game_left .game_tishi_item.item_3:nth-of-type(1),
#GameBox2 .game_right .game_tishi_item.item_3:nth-of-type(1) {
  left: 6%;
  width: 80px;
  top: 10%;
}
#GameBox2 .game_left .game_tishi_item.item_3:nth-of-type(2),
#GameBox2 .game_right .game_tishi_item.item_3:nth-of-type(2) {
  left: 51%;
  bottom: 24%;
}
#GameBox2 .game_left .game_tishi_item.item_3:nth-of-type(3),
#GameBox2 .game_right .game_tishi_item.item_3:nth-of-type(3) {
  right: 5%;
  bottom: 43%;
}
#GameBox2 .game_left .game_tishi_item.item_3:nth-of-type(4),
#GameBox2 .game_right .game_tishi_item.item_3:nth-of-type(4) {
  left: 20%;
  bottom: 31%;
  width: 150px;
  height: 120px;
}
#GameBox2 .game_left .game_tishi_item.item_3:nth-of-type(5),
#GameBox2 .game_right .game_tishi_item.item_3:nth-of-type(5) {
  right: 5%;
  top: 20%;
}

#GameBox2 .game_left .game_tishi_item.item_3:nth-of-type(6),
#GameBox2 .game_right .game_tishi_item.item_3:nth-of-type(6) {
  top: 18%;
  left: 40%;
  width: 80px;
}

.game_tishi_item.small {
  width: 50px;
  height: 50px;
}
.game_tishi_item.disturb_ok {
  border: 2px solid #009ed7;
  border-radius: 50%;
}
.game_tishi_item.ok {
  border: 2px solid #D7000F;
  border-radius: 50%;
  /* cursor: default; */
}
.game_tishi_box  .tishi_bg_box .tishi_img_step.fadeIn {
  animation: fadeIn 1.5s linear;
}
.game_tishi_item.fadeIn {
  animation: fadeIn 1.5s linear;
  /* border: 2px solid #D7000F; */
  /* border-radius: 50%; */
}

#GameBox {
  position: relative;
}
.game_ball_bg {
  width: 100%;
  height: 100%;
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
}
.game_ball_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* 游戏详情 end */
/* 游戏弹窗 start */
.layer_rule_game_wrap {
  min-width: 200px !important;
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  max-width: 500px;
  height: 40px;
  text-align: center;
  /* margin-left: -100px !important; */
  margin-top: -32px !important;
  background-color: #fef9d7 !important;
  border: 7px solid #66b36e !important;
  border-radius: 100px !important;
}
.layer_rule_game_wrap .layui-layer-content {
  text-align: center !important;
  padding: 10px 20px 10px 60px !important;
  line-height: 20px !important;
  color: #a54c1e !important;
  font-weight: 900;
}
.layer_rule_game_wrap .layui-layer-content .layui-layer-ico {
  background: url("../images/2024/game_icon_ok.png");
  background-size: cover;
  top: 5px !important;
}
.layer_rule_game_wrap .layui-layer-content .layui-layer-ico.layui-layer-ico5 {
  background: url("../images/2024/game_icon_error.png");
  background-size: cover;
}
.game_box_wrap {
}
.game_box_dialog {
  position: absolute;
  top: 12%;
}
.game_box_wrap.start.start-find .game_box_dialog {
  top: 20%;
}
.game_box_wrap.end .game_box_dialog {
  top: 25%;
}
.game_box_wrap.end.start-ball .game_box_dialog {
  top: 12%;
}
.game_box_wrap.end.start-find .game_box_dialog {
  top: 15%;
}
.game_box_wrap.end.start-find.finish .game_box_dialog {
  top: 6%;
}
.game_box_mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
   bottom: 0;
  background: rgba(0,0,0,0.67);
}

.game_box_content {
  /* background: #ffffff; */
  position: relative;
}
.game_box_wrap.start.start-ball .game_box_content,
.game_box_wrap.end.start-ball .game_box_content{
  width: 490px;
  height: 390px;
  background: url("../images/2024/game_start_bg_1.png") no-repeat center center;
  background-size: cover;
}
.game_box_wrap.end.start-ball.finish .game_box_dialog {
  top: 20%;
} 
.game_box_wrap.end.start-ball.finish .game_box_content {
  background: url("../images/2024/game_finish_1.png") no-repeat center center;
  background-size: cover;
  height: 300px;
}
.game_box_wrap.start.start-find .game_box_content,
.game_box_wrap.end.start-find .game_box_content{
  width: 490px;
  height: 390px;
  background: url("../images/2024/game_start_bg_2.png") no-repeat center center;
  background-size: cover;
} 
.game_box_wrap.end.start-find.finish .game_box_content {
  background: url("../images/2024/game_finish_2.png") no-repeat center center;
  background-size: cover;
  height: 490px;
}

.game_box_wrap.start.notice .game_box_content {
  width: 720px;
  height: 490px;
  /* background-color: #ffffff; */
  background: url("../images/2025/game/modal_bg@2x.png") no-repeat center center;
  background-size: cover;
  /* border-radius: 20px; */
  /* padding-bottom: 30px; */
  margin: 0 auto;
}
.game_start {
  /* width: 490px; */
}
.game_end {
  /* width: 320px; */
}
.game_box_close {
  width: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.game_box_title {
  text-align: center;
  color: #b45828;
  font-size: 30px;
  font-weight: 900;
  padding-top: 15px;
  letter-spacing: 2px;
}
.game_box_wrap.start.start-find .game_box_title {
  padding-top: 30px;
}
.game_box_wrap.end.start-find .game_box_title {
  padding-top: 25px;
}
.game_box_wrap.start.notice .game_box_title {
  color: #ffffff;
  font-weight: 900;
  font-family: Tensentype ZhiHeiJ-W5, Tensentype ZhiHeiJ-W5;
  font-size: 36px;
  padding-top: 25px;
}
.game_box_info {
  color: #7a200b;
  font-size: 18px;
  line-height: 25px;
  min-height: 40px;
  /* margin-top: 20px; */
  margin-bottom: 4px;
  padding: 50px 65px 0;
}
.game_box_wrap.start.start-find .game_box_info  {
  padding: 25px 50px 0;
  margin-bottom: 45px;
}
.game_box_wrap.end.start-find .game_box_info {
  padding: 25px 50px 0;

}
.game_box_wrap.end.start-find.finish .game_box_info {
  padding-top: 245px;
}
.game_box_wrap.start.notice .game_box_info {
  font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
  font-weight: 400;
  font-size: 18px;
  color: #9B5D1F;
  line-height: 39px;
  padding: 50px 100px 0;
}
.audio_guize_box {
  width: 200px;
  border-radius: 20px;
  background: #3cc400;
  margin: 0 auto 10px;
  padding: 2px 10px;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
}
.audio_guize_box img {
  width: 20px;
  margin-right: 10px;
}
.game_box_check {
  cursor: pointer;
  /* width: 280px; */
  margin: 35px auto 0;
}
.game_box_check img {
  width: 18px;
  margin-right: 4px;
}
.game_box_btn {
  width: 300px;
  height: 25px;
  border-radius: 100px;
  background-color: #db371b;
  border: 7px solid #f46c33;
  font-size: 16px;
  color: #ffffff;
  font-weight: 900;
  cursor: pointer;
  margin: 10px auto;
}

.game_box_wrap.end.start-ball .game_box_btn {
  margin-top: 120px;
}
.game_box_wrap.start.start-find .game_box_btn {
  margin-top: 25px;
} 
.game_box_wrap.end.start-find .game_box_btn {
  margin-top: 176px;
}
.game_box_wrap.end.finish.start-find .game_box_btn {
  margin-top: 60px;
}

.game_box_wrap.start.notice .game_box_btn {
  margin-top: 100px;
  width: 360px;
  height: 50px;
  background-color: transparent;
  border: none;
  background: url("../images/2025/game/modal_start@2x.png") no-repeat center center;
  background-size: cover;
  border-radius: inherit;
}
.game_box_wrap.end.start-ball.finish .game_box_content .game_box_btn.back {
  margin-top: 0;
  background-color: transparent;
  border: 0;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
/* 游戏弹窗 end */
/* 知识类游戏 样式 start */

#GameBox6 {
  background: url("../images/2025/game/bg1@2x.png") no-repeat center center;
  background-size: 100% 100%;
}
#GameBox6 .game_tishi_box {
  padding-top: 30px;
}

#GameBox6 #gameConfirm6 .game_tishi_box {
  padding-top: 0px;
}

#GameBox6 .game_box6_wrap {
  background-color: transparent;
  box-shadow: none;
}
#GameBox6 .game_box6_wrap .layui-layer-content {
  background: url("../images/2025/game/modal_bg@2x.png") no-repeat center center;
  background-size: cover;
}
#GameBox6 .game_box6_wrap.wrap_jiexi .layui-layer-content {
  background: url("../images/2025/game/modaljx_bg@2x.png") no-repeat center center;
  background-size: cover;
}
#GameBox6 .game_box6_wrap .game_box_title {
  color: #ffffff;
  font-weight: 900;
  font-family: Tensentype ZhiHeiJ-W5, Tensentype ZhiHeiJ-W5;
  font-size: 36px;
  padding-top: 10px;
}

#GameBox6 .game_box6_wrap .game_box_info {
  font-family: Tensentype ZhiHeiJ-W5, Tensentype ZhiHeiJ-W5;
  font-weight: bold;
  font-size: 40px;
  color: #B7480B;
  text-align: center;
  margin: 70px auto 100px;
} 

#GameBox6 .game_tishi_box .description_text {
  padding: 10px 15px 10px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(223, 10, 11, 1);
}

#GameBox6 .game_tishi_box .game_step_item {
  width: 312px;
  height: 250px;
  margin: 0 25px 30px;
  /* transition: all 0.1s; */
  position: relative;
  background: url("../images/2025/game/gq_item@2x.png") no-repeat center center;
  background-size: 100% 100%;
  padding: 26px;
  box-sizing: border-box;
}
#GameBox6 .game_tishi_box .game_step_item_empty {
  width: 312px;
  margin: 0 25px 30px;
  padding: 26px;
  box-sizing: border-box;
}
#GameBox6 .game_tishi_box .game_step_item .game_step_item_top {
  width: 100%;
  height: 100%;
}
#GameBox6 .game_tishi_box .game_step_item .step_img {
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-radius: 10px;
  object-fit: cover;
}
#GameBox6 .game_tishi_box .game_step_item.active {
  width: 100%;
  height: 100%;
  background: transparent;
  margin-top: -50px;
  margin-bottom: 10px;
  padding-bottom: 0px;
}
#GameBox6 .game_tishi_box .game_step_item.active .game_step_item_top {
  background: #FFF5E4;
  border-radius: 14px 14px 14px 14px;
  border: 1px dashed #D79564;
}
#GameBox6 .game_tishi_box .game_step_item.active .step_img {
  width: 240px;
  height: 180px;
  margin: 20px 30px;
  border-radius: 2px;
}

#GameBox6 .game_tishi_box .game_step_item.active .flag_box_no {
  display: none;
}

#GameBox6 .game_tishi_box .game_step_item .flag_box_ok {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
}
#GameBox6 .game_tishi_box .game_step_item .flag_box_ok .text {
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  left: 25px;
  top: 3px;
}
#GameBox6 .game_tishi_box .game_step_item .flag_box_no {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.6);
  border-radius: 10px;
  cursor: pointer;
}
#GameBox6 .game_tishi_box .game_step_item .flag_box_no .flag_img {
  width: 36px;
  margin-bottom: 12px;
}
#GameBox6 .game_tishi_box .game_step_item .flag_box_no .text {
  color: #ffffff;
  font-size: 16px;
}
#GameBox6 .game_tishi_box .game_step_item_right,
#GameBox6 .game_tishi_box .game_step_item_checkbox {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
  padding: 10px;
}
#GameBox6 .game_tishi_box .game_step_item_right .tm_img_box {
  position: relative;
  width: 120px;
  margin: 0 auto;
}
#GameBox6 .game_tishi_box .game_step_item_right .tm_img_box .text2 {
  font-weight: bold;
  font-size: 20px;
  color: #B7480B;
  position: absolute;
  left: 30px;
  top: 2px;
}

#GameBox6 .game_tishi_box .game_step_item_right .text1 {
  font-weight: 400;
  font-size: 20px;
  color: #2B2B2B;
  line-height: 30px;
  /* max-height: 120px; */
  overflow: hidden;
}
#GameBox6 .game_tishi_box .game_step_jiexi {
  text-align: left;
  margin-bottom: 10px;
}
#GameBox6 .game_tishi_box .game_step_jiexi .jiexi_text1 {
  font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
  font-weight: normal;
  font-size: 20px;
  color: #9B5D1F;
  margin-top: 10px;
  margin-bottom: 10px;
}

#GameBox6 .game_tishi_box .game_step_jiexi .jiexi_text2 {
  font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
  font-weight: 400;
  font-size: 16px;
  color: #9B5D1F;
  line-height: 24px;
  /* min-height: 130px; */
}
#GameBox6 .game_tishi_box .game_step_item_checkbox .check_item {
  width: calc(45%);
  min-height: 90px;
  position: relative;
  background: #D89F5B;
  box-shadow: 0px 2px 6px 1px rgba(155,93,31,0.4);
  border-radius: 10px;
  padding: 10px 30px 20px 40px;
  box-sizing: border-box;
}

#GameBox6 .game_tishi_box .game_step_item_checkbox.game_step_item_list .check_item:hover,
#GameBox6 .game_tishi_box .game_step_item_checkbox.game_step_item_list .check_item.active {
  background: #B7480B;
  box-shadow: 0px 2px 6px 1px rgba(155,93,31,0.4);
}
#GameBox6 #gameJiexi6 .game_tishi_box .game_step_item_checkbox .check_item {
  width: 100%;
  text-align: left;
}
#GameBox6 .game_tishi_box .game_step_item_checkbox .check_box {
  width: 40px;
  height: 40px;
  position: absolute;
  left: -15px;
  top: 50%;
  margin-top: -20px;
}
#GameBox6 .game_tishi_box .game_step_item_checkbox .check_box_text {
  position: absolute;
  left: 12px;
  top: 5px;
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
}

#GameBox6 .game_tishi_box .game_step_item_checkbox .check_item .text1 {
  font-weight: normal;
  font-size: 16px;
  color: #FFFFFF;
}
#GameBox6 .game_tishi_box .game_step_item_checkbox .check_item .text2 {
  font-weight: 400;
  font-size: 16px;
  color: #FEF1D3;
  line-height: 24px;
  margin-top: 10px;
}
#GameBox6 .game_tishi_box .game_step_btn  {
  position: relative;
  z-index: 1;
}
#GameBox6 .game_tishi_box .game_step_btn .btn {
  width: 120px;
  height: 50px;
  cursor: pointer;
  margin: 0 15px;
  background: url("../images/2025/game/quxiaoi@2x.png") no-repeat center center;
  background-size: cover;
  font-weight: bold;
  font-size: 20px;
  color: #B7480B;
  text-shadow: 0px 2px 0px #D89F5B;
}

#GameBox6 .game_tishi_box .game_step_btn .btn.ok {
  /* background: #029cfd; */
  background: url("../images/2025/game/ok@2x.png") no-repeat center center;
  background-size: cover;
  color: #FFFFFF;
  text-shadow: 0px 3px 0px #842500;
}
/* 知识类游戏 样式 end */

.course .course-content .sysChapterContent .rich-text {
  display: none;
  width: 100%;
  height: 100%;
  padding: 40px;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  box-sizing: border-box;
  overflow: hidden;
}

.course .course-content .sysChapterContent .rich-text .ql-container {
  border: none;
}

.course .course-content .sysChapterContent .rich-text .ql-editor {
  border: none;
  overflow-y: scroll;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}

.course .course-content .sysChapterContent .rich-text .ql-editor::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}

.course .course-content .sysChapterContent .rich-text .ql-editor::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  border-radius: 3px;
}

.course .course-content .sysChapterContent .video {
  width: 100%;
  height: 100%;
}

.course .course-content .sysChapterContent .video video {
  width: 100%;
  height: 100%;
  outline: none;
}

.course .course-content .course-list {
  width: 350px;
  height: 500px;
  border-bottom: 6px solid #ffffff;
  background: #ffffff;
  border-radius: 5px 5px 0 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}

.course .course-content .course-list .title {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background: #DF0A0B;
  border-radius: 5px 5px 0 0;
}

.course .course-content .course-list .list-content {
  margin-top: 6px;
  width: 100%;
  height: 325px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}

.course .course-content .course-list .list-content::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}

.course .course-content .course-list .list-content::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  border-radius: 3px;
}

.course .course-content .course-list .list-content .list-item .course-name {
  position: relative;
  min-height: 48px;
  display: flex;
  justify-content: space-between;
  padding: 0 41px 0 26px;
  line-height: 48px;
  background: #EDEDED;
}

.course .course-content .course-list .list-content .list-item .course-name .name {
  font-size: 18px;
  font-weight: bold;
  color: #DF0A0B;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}

.course .course-content .course-list .list-content .list-item .course-name .status {
  font-size: 12px;
  color: #F39800;
}

.course .course-content .course-list .list-content .list-item .drop-down {
  position: absolute;
  top: 22px;
  right: 9px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transition: transform .5s;
}

.course .course-content .course-list .list-content .list-item .rotate {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transition: transform .5s;
}

.course .course-content .course-list .list-content .list-item .sub-list {
  padding: 6px 0;
}

.course .course-content .course-list .list-content .list-item .sub-list .sub-title-item {
  padding: 0 41px 0 26px;
  display: flex;
  align-items: center;
  height: 40px;
}

.course .course-content .course-list .list-content .list-item .sub-list .is-active {
  background: #f4f4f4;
}

.course .course-content .course-list .list-content .list-item .sub-list .sub-title-item .video-icon {
  width: 30px;
}

.course .course-content .course-list .list-content .list-item .sub-list .sub-title-item .sub-name {
  width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #666666;
  cursor: pointer;
}

.course .course-content .course-list .list-content .list-item .sub-list .sub-title-item .sub-status {
  width: 53px;
  text-align: right;
  font-size: 12px;
  color: #AAAAAA;
}

.course .course-remark {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 18px;
}
.course .course-remark.flex_end {
  justify-content: flex-end;
}

.course .course-remark .left {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #DF0A0B;
}

.course .course-remark .middle {
  position: absolute;
  left: calc(50% - 162px);
  display: flex;
  justify-content: space-between;
  width: 264px;
  /* width: 126px; */
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  text-align: center;
  color: #FFFFFF;
}

.course .course-remark .middle.single {
  justify-content: center;
}

.course .course-remark .middle>div {
  display: none;
  width: 126px;
  height: 46px;
  border-radius: 5px;
  cursor: pointer;
  -moz-box-shadow: 5px 5px 5px #EBEBEB;
  /* 老的 Firefox */
  box-shadow: 5px 5px 5px #EBEBEB;
  color: #FFFFFF;
  background: #029cfd;
}

/* .course .course-remark .step {
  color: #666666;
  background: #f4f4f4;
} */

.course .course-remark .right {
  width: 350px;
  text-align: right;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}

.course .course-remark .right .number {
  font-size: 18px;
  color: #DF0A0B;
}

.steps {
  padding-top: 38px;
  padding-bottom: 23px;
  display: flex;
  justify-content: center;
}

.steps>div {
  margin: 0 11px;
  width: 126px;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  -moz-box-shadow: 5px 5px 5px #EBEBEB;
  /* 老的 Firefox */
  box-shadow: 5px 5px 5px #EBEBEB;
}

.steps .step-1 {
  color: #666666;
  background: #f4f4f4;
}

.steps .step-2 {
  color: #FFFFFF;
  background: #1c92dc;
}

/* 腾讯视频样式 */
.hide {display: none !important;}
/* 修改播放器 图标 */
.tcp-skin .vjs-big-play-button:hover .vjs-button-icon .draw-fill {
  fill: #D7000F !important;
}
/* /// 播放器右键文字隐藏 */
.tcp-right-click-popup-menu.vjs-menu .vjs-menu-content {display: none !important;} 
/* 通过 css 设置播放器尺寸 这时<video>中的宽高属性将被覆盖*/
#player-container-id{width:100%;height:0;max-width:100%;padding-top:56.25%; /* 计算方式：播放器以16：9的比率显示，这里的值为 9/16 * 100 = 56.25  */}
/* 外部容器也需要是自适应的*/
#wrap{margin:0 auto;width:100%;}
/* 设置logo在高分屏的显示样式 */
@media only screen and (min-device-pixel-ratio:2),only screen and (-webkit-min-device-pixel-ratio:2){.tcp-logo-img{width:50%;}
}
.page-video-content{position:absolute;top:0;right:0;bottom:0;left:0;z-index:9;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-justify-content:space-between;justify-content:space-between;}
.replay_rwap{display:-webkit-flex;display:flex;padding-top:10px;padding-right:10px;-webkit-justify-content:flex-end;justify-content:flex-end;}
.page-video-content.type_c .replay_rwap {position: absolute;right: 0;z-index: 9;}
#replay-btn{display:-webkit-flex;display:flex;color:#fff;font-size:16px;opacity:.7;align-items:center;}
#replay-btn img{margin-right:5px;width:26px;height:26px;}
#replay-btn:hover{opacity:1;cursor:pointer;}
.option_wrap{display:-webkit-flex;display:flex;padding:0 50px 40px;-webkit-justify-content:space-between;justify-content:space-between;-webkit-flex-wrap:wrap;flex-wrap:wrap;}
.page-video-content.type_c .option_wrap {width: 100%;height: 100%;padding:0;}
.option_wrap_center{-webkit-justify-content:center;justify-content:center;}
.options_item{margin:0 auto 1vw;width:80%;max-width:400px;height:3vw;border:1px solid;border-radius:2px;color:rgba(255,255,255,0.9);text-align:center;font-size:1.2vw;line-height:3vw;font-weight:800;transition:all .3s;padding: 0 10px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;background-color: rgba(0,0,0,0.9);}
.options_item:hover{cursor:pointer;transform:scale(1.1);color:rgba(255,255,255,1)}
.page-video-content.type_c .option_wrap .options_item_wrap {display:flex;align-items:flex-end;box-sizing:border-box;}
.page-video-content.type_c .option_wrap .options_item_wrap.pb_20 {padding-bottom: 20px;}
.animated {-webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}
@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}

@-webkit-keyframes ballRun {
  0% {
    -webkit-transform: rotateZ(0);
    -webkit-transform: rotateX(0);
  }

  50% {
    -webkit-transform: rotateZ(180deg);
    -webkit-transform: rotateX(180deg);
  }

  100% {
    -webkit-transform: rotateZ(360deg);
    -webkit-transform: rotateX(360deg);
  }
}

@keyframes ballRun {
  0% {
    transform: rotateZ(0);
    transform: rotateX(0);
  }

  50% {
    transform: rotateZ(180deg);
    transform: rotateX(180deg);
  }

  100% {
    transform: rotateZ(360deg);
    transform: rotateX(360deg);
  }
}

@-webkit-keyframes btnZoom {
  0% {
    -webkit-transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes btnZoom {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}
/* 腾讯视频样式 end*/