@charset "UTF-8";
.block_hidden {
  display: none !important; }

button {
  outline: none; }

.add_to_my_favorite_btn {
  width: 22px;
  height: 22px;
  background-image: url("/themes/custom/omia_theme/images/omia/card_like_icon.png");
  background-repeat: no-repeat;
  background-size: 50px auto;
  background-position: 1px center; }

.is_added {
  background-position: -24px center; }

.index_page .class_card_pic,
.class_page .class_card_pic,
.all_class_page .class_card_pic,
.omia-plus-topic .class_card_pic {
  width: 100%;
  overflow: hidden;
  position: relative;
  max-height: 168px;
  background-color: #F1F1F1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0 56% 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media all and (max-width: 991px) {
    .index_page .class_card_pic,
    .class_page .class_card_pic,
    .all_class_page .class_card_pic,
    .omia-plus-topic .class_card_pic {
      width: 140px;
      padding: 0; } }
  .index_page .class_card_pic img,
  .class_page .class_card_pic img,
  .all_class_page .class_card_pic img,
  .omia-plus-topic .class_card_pic img {
    width: 100%;
    height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }
    @media all and (max-width: 991px) {
      .index_page .class_card_pic img,
      .class_page .class_card_pic img,
      .all_class_page .class_card_pic img,
      .omia-plus-topic .class_card_pic img {
        width: auto;
        height: 100%;
        position: relative;
        min-width: 250px; } }

.index_page .class_card_intermediate_tag,
.class_page .class_card_intermediate_tag,
.all_class_page .class_card_intermediate_tag,
.omia-plus-topic .class_card_intermediate_tag {
  width: 40px;
  height: 22px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  border-radius: 11px;
  line-height: 20px;
  text-align: center;
  font-size: 13px;
  color: #fd9c00;
  border: 1px solid #fd9c00;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff; }
  @media all and (max-width: 991px) {
    .index_page .class_card_intermediate_tag,
    .class_page .class_card_intermediate_tag,
    .all_class_page .class_card_intermediate_tag,
    .omia-plus-topic .class_card_intermediate_tag {
      top: 7px;
      right: 6px; } }

.index_page .class_card_advanced_tag,
.class_page .class_card_advanced_tag,
.all_class_page .class_card_advanced_tag,
.omia-plus-topic .class_card_advanced_tag {
  width: 40px;
  height: 22px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  border-radius: 11px;
  line-height: 20px;
  text-align: center;
  font-size: 13px;
  color: #de4123;
  border: 1px solid #de4123;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff; }
  @media all and (max-width: 991px) {
    .index_page .class_card_advanced_tag,
    .class_page .class_card_advanced_tag,
    .all_class_page .class_card_advanced_tag,
    .omia-plus-topic .class_card_advanced_tag {
      top: 7px;
      right: 6px; } }

.index_page .class_card_content,
.class_page .class_card_content,
.all_class_page .class_card_content,
.omia-plus-topic .class_card_content {
  width: 100%;
  position: relative;
  padding: 11px 12px 4px 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 150px; }
  @media all and (max-width: 991px) {
    .index_page .class_card_content,
    .class_page .class_card_content,
    .all_class_page .class_card_content,
    .omia-plus-topic .class_card_content {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      min-height: 140px;
      padding: 10px 12px 0 12px; } }
  @media all and (max-width: 360px) {
    .index_page .class_card_content,
    .class_page .class_card_content,
    .all_class_page .class_card_content,
    .omia-plus-topic .class_card_content {
      padding: 8px 6px 0 6px; } }

.index_page .class_card_teacher,
.class_page .class_card_teacher,
.all_class_page .class_card_teacher,
.omia-plus-topic .class_card_teacher {
  width: 100%;
  height: 15px;
  line-height: 15px;
  font-size: 13px;
  overflow: hidden;
  color: #229ad3;
  margin: 0 0 8px 0;
  word-wrap: break-word;
  word-break: break-all; }
  @media all and (max-width: 991px) {
    .index_page .class_card_teacher,
    .class_page .class_card_teacher,
    .all_class_page .class_card_teacher,
    .omia-plus-topic .class_card_teacher {
      margin: 0 0 5px 0; } }

.index_page .class_card_title,
.class_page .class_card_title,
.all_class_page .class_card_title,
.omia-plus-topic .class_card_title {
  width: 100%;
  min-height: 22px;
  height: 44px;
  overflow: hidden;
  line-height: 22px;
  overflow: hidden;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 10px 0;
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }
  @media all and (max-width: 991px) {
    .index_page .class_card_title,
    .class_page .class_card_title,
    .all_class_page .class_card_title,
    .omia-plus-topic .class_card_title {
      margin: 0 0 7px 0; } }
  @media all and (max-width: 360px) {
    .index_page .class_card_title,
    .class_page .class_card_title,
    .all_class_page .class_card_title,
    .omia-plus-topic .class_card_title {
      font-size: 16px;
      line-height: 20px;
      height: 40px;
      margin: 0 0 6px 0; } }
  @media all and (max-width: 320px) {
    .index_page .class_card_title,
    .class_page .class_card_title,
    .all_class_page .class_card_title,
    .omia-plus-topic .class_card_title {
      font-size: 15px;
      height: 16px;
      margin: 0 0 5px 0; } }

.index_page .class_card_list,
.class_page .class_card_list,
.all_class_page .class_card_list,
.omia-plus-topic .class_card_list {
  width: 100%;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
  color: #484848;
  font-size: 14px;
  margin: 0 0 9px 0;
  word-wrap: break-word;
  word-break: break-all; }
  @media all and (max-width: 991px) {
    .index_page .class_card_list,
    .class_page .class_card_list,
    .all_class_page .class_card_list,
    .omia-plus-topic .class_card_list {
      margin: 0 0 8px 0; } }
  @media all and (max-width: 400px) {
    .index_page .class_card_list,
    .class_page .class_card_list,
    .all_class_page .class_card_list,
    .omia-plus-topic .class_card_list {
      font-size: 13px;
      height: 15px;
      line-height: 15px;
      margin: 0 0 6px 0; } }
  @media all and (max-width: 360px) {
    .index_page .class_card_list,
    .class_page .class_card_list,
    .all_class_page .class_card_list,
    .omia-plus-topic .class_card_list {
      font-size: 12px;
      height: 14px;
      line-height: 14px; } }

.index_page .class_card_tag_block,
.class_page .class_card_tag_block,
.all_class_page .class_card_tag_block,
.omia-plus-topic .class_card_tag_block {
  width: calc(100% - 25px);
  overflow: hidden;
  height: 28px; }
  @media all and (max-width: 575px) {
    .index_page .class_card_tag_block,
    .class_page .class_card_tag_block,
    .all_class_page .class_card_tag_block,
    .omia-plus-topic .class_card_tag_block {
      height: 26px; } }
  @media all and (max-width: 360px) {
    .index_page .class_card_tag_block,
    .class_page .class_card_tag_block,
    .all_class_page .class_card_tag_block,
    .omia-plus-topic .class_card_tag_block {
      height: 24px; } }

.index_page .class_card_tag,
.class_page .class_card_tag,
.all_class_page .class_card_tag,
.omia-plus-topic .class_card_tag {
  height: 28px;
  background-color: #efefef;
  line-height: 28px;
  color: #000;
  text-align: center;
  font-size: 12px;
  float: left;
  margin: 0 8px 3px 0;
  padding: 0 14px;
  border-radius: 14px; }
  @media all and (max-width: 1199px) {
    .index_page .class_card_tag,
    .class_page .class_card_tag,
    .all_class_page .class_card_tag,
    .omia-plus-topic .class_card_tag {
      padding: 0 10px; } }
  @media all and (max-width: 575px) {
    .index_page .class_card_tag,
    .class_page .class_card_tag,
    .all_class_page .class_card_tag,
    .omia-plus-topic .class_card_tag {
      height: 26px;
      line-height: 26px;
      padding: 0 6px;
      border-radius: 13px;
      margin: 0 5px 2px 0; } }
  @media all and (max-width: 360px) {
    .index_page .class_card_tag,
    .class_page .class_card_tag,
    .all_class_page .class_card_tag,
    .omia-plus-topic .class_card_tag {
      height: 24px;
      line-height: 24px;
      padding: 0 3px;
      border-radius: 13px;
      margin: 0 4px 2px 0; } }

.index_page .class_card {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 1% 28px 1%;
  border: 1px solid #fff; }
  @media all and (max-width: 991px) {
    .index_page .class_card {
      min-width: 100%;
      width: 100%;
      max-width: 100%;
      min-width: 100%;
      margin: 0 0 10px 0; } }
  @media all and (max-width: 991px) {
    .index_page .class_card a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.index_page .index_content_sort_class_block .class_card {
  width: 23% !important;
  min-width: auto;
  max-width: 23%; }
  @media all and (max-width: 991px) {
    .index_page .index_content_sort_class_block .class_card {
      min-width: 100%;
      width: 100%;
      max-width: 100%;
      min-width: 100%;
      margin: 0 0 10px 0; } }
  @media all and (max-width: 991px) {
    .index_page .index_content_sort_class_block .class_card a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.index_page .index_content_new_class_block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 23%;
  max-width: 300px; }

.all_class_page
.omia-plus-topic .class_card {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 23%;
  width: 23%;
  margin: 0 1% 28px 1%;
  border: 1px solid #E4E4E4; }
  @media all and (max-width: 991px) {
    .all_class_page
.omia-plus-topic .class_card {
      min-width: 100%;
      width: 100%;
      max-width: 100%;
      min-width: 100%;
      margin: 0 0 10px 0; } }
  @media all and (max-width: 991px) {
    .all_class_page
.omia-plus-topic .class_card a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.class_page .class_card {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 31%;
  max-width: 300px;
  margin: 0 1% 28px 1%;
  border: 1px solid #E4E4E4; }
  @media all and (max-width: 1199px) {
    .class_page .class_card {
      width: 48%; } }
  @media all and (max-width: 991px) {
    .class_page .class_card {
      width: 100%;
      max-width: 100%;
      margin: 0 0 10px 0; } }
  @media all and (max-width: 991px) {
    .class_page .class_card a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.related-course-list-block .class_card {
  width: 23% !important;
  min-width: auto;
  max-width: 23%; }
  @media all and (max-width: 991px) {
    .related-course-list-block .class_card {
      min-width: 100%;
      width: 100%;
      max-width: 100%;
      min-width: 100%;
      margin: 0 0 10px 0; } }
  @media all and (max-width: 991px) {
    .related-course-list-block .class_card a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.omia-plus-topic .class_card {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 23%;
  width: 23%;
  margin: 0 1% 28px 1%;
  border: 1px solid #E4E4E4; }
  @media all and (max-width: 991px) {
    .omia-plus-topic .class_card {
      min-width: 100%;
      width: 100%;
      max-width: 100%;
      min-width: 100%;
      margin: 0 0 10px 0; } }
  @media all and (max-width: 991px) {
    .omia-plus-topic .class_card a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.audiobook_card {
  width: 23% !important;
  min-width: auto;
  max-width: 23%;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 1%; }
  @media all and (max-width: 991px) {
    .audiobook_card {
      min-width: 100%;
      width: 100%;
      max-width: 100%;
      min-width: 100%;
      margin: 0 0 10px 0; } }
  @media all and (max-width: 991px) {
    .audiobook_card a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.audiobook_card_img_block {
  width: 100%;
  overflow: hidden;
  position: relative;
  max-height: 168px;
  background-color: #F1F1F1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0 56% 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url("/themes/custom/omia_theme/images/omia/audiobook_card_img_bk.jpg");
  background-size: 100% auto; }
  @media all and (max-width: 991px) {
    .audiobook_card_img_block {
      width: 140px;
      padding: 0; } }

.audiobook_card_img {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: -1px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .audiobook_card_img img {
    width: auto;
    height: auto;
    max-height: 90%;
    max-width: 150px; }
    @media all and (max-width: 991px) {
      .audiobook_card_img img {
        max-height: 92%;
        max-width: 92%; } }

.audiobook_card_headphones_icon {
  width: 35px;
  height: 35px;
  border-radius: 6px;
  background-color: #000000;
  background-image: url("/themes/custom/omia_theme/images/omia/audiobook_card_headphones_icon.png");
  background-repeat: no-repeat;
  background-size: 23px 24px;
  background-position: center;
  position: absolute;
  bottom: 5%;
  left: 13px;
  z-index: 10; }
  @media all and (max-width: 991px) {
    .audiobook_card_headphones_icon {
      width: 30px;
      height: 30px;
      left: 6px;
      bottom: 7px;
      background-size: 20px auto; } }

.audiobook_card_minute {
  height: 22px;
  line-height: 22px;
  color: #d8d8d8;
  font-size: 13px;
  text-align: center;
  background-color: #000;
  padding: 0 12px;
  border-radius: 11px;
  position: absolute;
  right: 8px;
  bottom: 5%;
  z-index: 10; }
  @media all and (max-width: 991px) {
    .audiobook_card_minute {
      right: 6px;
      bottom: 7px; } }

.audiobook_card_main_block {
  width: 100%;
  position: relative;
  padding: 11px 12px 4px 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 150px; }
  @media all and (max-width: 991px) {
    .audiobook_card_main_block {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      min-height: 140px;
      padding: 10px 12px 0 12px; } }
  @media all and (max-width: 360px) {
    .audiobook_card_main_block {
      padding: 8px 6px 0 6px; } }

.audiobook_card_teacher {
  width: 100%;
  height: 15px;
  line-height: 15px;
  font-size: 13px;
  overflow: hidden;
  color: #229ad3;
  margin: 0 0 8px 0;
  word-wrap: break-word;
  word-break: break-all; }
  @media all and (max-width: 991px) {
    .audiobook_card_teacher {
      margin: 0 0 5px 0; } }

.audiobook_card_title {
  width: 100%;
  min-height: 22px;
  height: 44px;
  overflow: hidden;
  line-height: 22px;
  overflow: hidden;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 10px 0;
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }
  @media all and (max-width: 991px) {
    .audiobook_card_title {
      margin: 0 0 7px 0; } }
  @media all and (max-width: 360px) {
    .audiobook_card_title {
      font-size: 16px;
      line-height: 20px;
      height: 40px;
      margin: 0 0 6px 0; } }
  @media all and (max-width: 320px) {
    .audiobook_card_title {
      font-size: 15px;
      height: 16px;
      margin: 0 0 5px 0; } }

.audiobook_card_list {
  width: 100%;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
  color: #484848;
  font-size: 14px;
  margin: 0 0 9px 0;
  word-wrap: break-word;
  word-break: break-all; }
  @media all and (max-width: 991px) {
    .audiobook_card_list {
      margin: 0 0 8px 0; } }
  @media all and (max-width: 400px) {
    .audiobook_card_list {
      font-size: 13px;
      height: 15px;
      line-height: 15px;
      margin: 0 0 6px 0; } }
  @media all and (max-width: 360px) {
    .audiobook_card_list {
      font-size: 12px;
      height: 14px;
      line-height: 14px; } }

.audiobook_card_tag_block {
  width: 100%;
  overflow: hidden; }

.audiobook_card_tag {
  height: 28px;
  background-color: #efefef;
  line-height: 28px;
  color: #000;
  text-align: center;
  font-size: 12px;
  float: left;
  margin: 0 8px 3px 0;
  padding: 0 14px;
  border-radius: 14px; }
  @media all and (max-width: 1199px) {
    .audiobook_card_tag {
      padding: 0 10px; } }
  @media all and (max-width: 575px) {
    .audiobook_card_tag {
      height: 26px;
      line-height: 26px;
      padding: 0 6px;
      border-radius: 13px;
      margin: 0 5px 2px 0; } }
  @media all and (max-width: 360px) {
    .audiobook_card_tag {
      height: 24px;
      line-height: 24px;
      padding: 0 3px;
      border-radius: 13px;
      margin: 0 4px 2px 0; } }

.omia-plus {
  padding: 45px 0 0 0; }
  @media all and (max-width: 991px) {
    .omia-plus {
      padding: 56px 0 0 0; } }
  .omia-plus #block-omia-theme-header {
    background-color: #343a40 !important; }

.block_hidden {
  display: none !important; }

button {
  outline: none; }

/* PLUS Banner 樣式 start */
.plus_index_banner_pc,
.plus_index_banner_phone {
  width: 100%;
  background-color: #1a1a2e;
  margin: 0 0 30px 0; }
  @media all and (max-width: 991px) {
    .plus_index_banner_pc,
    .plus_index_banner_phone {
      margin: 0; } }

.plus_index_banner_pc h2.block-title,
.plus_index_banner_phone h2.block-title {
  display: none; }

.plus_index_banner_pc .fotorama__wrap .fotorama__html {
  text-align: center;
  padding-top: 311px;
  padding-left: 20px;
  padding-right: 20px; }
  @media all and (max-width: 767px) {
    .plus_index_banner_pc .fotorama__wrap .fotorama__html {
      padding-top: 55%; } }

.plus_index_banner_phone .fotorama__wrap .fotorama__html {
  text-align: center;
  padding-top: 18%;
  padding-left: 20px;
  padding-right: 20px; }
  @media all and (max-width: 767px) {
    .plus_index_banner_phone .fotorama__wrap .fotorama__html {
      padding-top: 45%; } }

.plus_index_banner_pc .fotorama__html,
.plus_index_banner_phone .fotorama__html {
  position: relative; }

.plus_index_banner_pc .fotorama__html a,
.plus_index_banner_phone .fotorama__html a {
  width: 80%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 10%;
  z-index: 990; }

.plus_index_banner_pc .fotorama__loaded--img img[title]:not([title=""]) {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8); }

.plus_index_banner_phone .fotorama__loaded--img img[title]:not([title=""]) {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8); }

.plus_index_banner_pc {
  display: block; }

@media all and (max-width: 575px) {
  .plus_index_banner_pc {
    display: none; } }

.plus_index_banner_phone {
  display: none; }

@media all and (max-width: 575px) {
  .plus_index_banner_phone {
    display: block; } }

.plus_index_banner_pc .fotoma_main_title,
.plus_index_banner_phone .fotoma_main_title {
  display: block;
  font-size: 40px;
  line-height: 48px;
  font-weight: bold;
  color: #fff;
  margin: 0 0 2px 0;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16); }
  @media all and (max-width: 991px) {
    .plus_index_banner_pc .fotoma_main_title,
    .plus_index_banner_phone .fotoma_main_title {
      font-size: 30px;
      line-height: 34px;
      text-align: center;
      margin: 0 0 3.5px 0; } }
  @media all and (max-width: 360px) {
    .plus_index_banner_pc .fotoma_main_title,
    .plus_index_banner_phone .fotoma_main_title {
      font-size: 24px;
      line-height: 36px; } }

.plus_index_banner_pc .fotoma_sub_title,
.plus_index_banner_phone .fotoma_sub_title {
  display: block;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  line-height: 32px; }
  @media all and (max-width: 991px) {
    .plus_index_banner_pc .fotoma_sub_title,
    .plus_index_banner_phone .fotoma_sub_title {
      text-align: center;
      font-size: 20px;
      line-height: 28px;
      margin: 0 0 13% 0; } }
  @media all and (max-width: 360px) {
    .plus_index_banner_pc .fotoma_sub_title,
    .plus_index_banner_phone .fotoma_sub_title {
      font-size: 16px;
      line-height: 22px; } }

/* Banner 下方按鈕 */
.plus_banner_bottom_btn_block {
  width: 96%;
  max-width: 1290px;
  margin: 30px auto 30px auto;
  text-align: right;
  position: relative;
  z-index: 10; }

@media all and (max-width: 991px) {
  .plus_banner_bottom_btn_block {
    width: 92%;
    margin: 20px auto 20px auto; } }

.plus_banner_topic_btn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 22px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.plus_banner_topic_btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  text-decoration: none; }

@media all and (max-width: 575px) {
  .plus_banner_topic_btn {
    font-size: 13px;
    padding: 8px 16px; } }

/* PLUS Banner 樣式 end */
.add_to_my_favorite_btn {
  width: 22px;
  height: 22px;
  background-image: url("/themes/custom/omia_theme/images/omia/card_like_icon.png");
  background-repeat: no-repeat;
  background-size: 50px auto;
  background-position: 1px center; }

.is_added {
  background-position: -24px center; }

.index_page {
  min-width: 360px; }

.index_page .class_card_pic,
.class_page .class_card_pic,
.all_class_page .class_card_pic {
  width: 100%;
  overflow: hidden;
  position: relative;
  max-height: 168px;
  background-color: #F1F1F1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0 56% 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media all and (max-width: 991px) {
  .index_page .class_card_pic,
  .class_page .class_card_pic,
  .all_class_page .class_card_pic {
    width: 140px;
    padding: 0; } }

.index_page .class_card_pic img,
.class_page .class_card_pic img,
.all_class_page .class_card_pic img {
  width: 100%;
  min-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0; }

@media all and (max-width: 991px) {
  .index_page .class_card_pic img,
  .class_page .class_card_pic img,
  .all_class_page .class_card_pic img {
    width: auto;
    height: 100%;
    position: relative;
    min-width: 250px; } }

.index_page .class_card_intermediate_tag,
.class_page .class_card_intermediate_tag,
.all_class_page .class_card_intermediate_tag {
  width: 40px;
  height: 22px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  border-radius: 11px;
  line-height: 20px;
  text-align: center;
  font-size: 13px;
  color: #fd9c00;
  border: 1px solid #fd9c00;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff; }

@media all and (max-width: 991px) {
  .index_page .class_card_intermediate_tag,
  .class_page .class_card_intermediate_tag,
  .all_class_page .class_card_intermediate_tag {
    top: 7px;
    right: 6px; } }

.index_page .class_card_advanced_tag,
.class_page .class_card_advanced_tag,
.all_class_page .class_card_advanced_tag {
  width: 40px;
  height: 22px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  border-radius: 11px;
  line-height: 20px;
  text-align: center;
  font-size: 13px;
  color: #de4123;
  border: 1px solid #de4123;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff; }

@media all and (max-width: 991px) {
  .index_page .class_card_advanced_tag,
  .class_page .class_card_advanced_tag,
  .all_class_page .class_card_advanced_tag {
    top: 7px;
    right: 6px; } }

.index_page .class_card_content,
.class_page .class_card_content,
.all_class_page .class_card_content {
  width: 100%;
  position: relative;
  padding: 11px 12px 4px 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 150px; }

@media all and (max-width: 991px) {
  .index_page .class_card_content,
  .class_page .class_card_content,
  .all_class_page .class_card_content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 140px;
    padding: 10px 12px 0 12px; } }

@media all and (max-width: 360px) {
  .index_page .class_card_content,
  .class_page .class_card_content,
  .all_class_page .class_card_content {
    padding: 8px 6px 0 6px; } }

.index_page .class_card_teacher,
.class_page .class_card_teacher,
.all_class_page .class_card_teacher {
  width: 100%;
  height: 15px;
  line-height: 15px;
  font-size: 13px;
  overflow: hidden;
  color: #229ad3;
  margin: 0 0 8px 0;
  word-wrap: break-word;
  word-break: break-all; }

@media all and (max-width: 991px) {
  .index_page .class_card_teacher,
  .class_page .class_card_teacher,
  .all_class_page .class_card_teacher {
    margin: 0 0 5px 0; } }

.index_page .class_card_title,
.class_page .class_card_title,
.all_class_page .class_card_title {
  width: 100%;
  min-height: 22px;
  height: 44px;
  overflow: hidden;
  line-height: 22px;
  overflow: hidden;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 10px 0;
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

@media all and (max-width: 991px) {
  .index_page .class_card_title,
  .class_page .class_card_title,
  .all_class_page .class_card_title {
    margin: 0 0 7px 0; } }

@media all and (max-width: 360px) {
  .index_page .class_card_title,
  .class_page .class_card_title,
  .all_class_page .class_card_title {
    font-size: 16px;
    line-height: 20px;
    height: 40px;
    margin: 0 0 6px 0; } }

@media all and (max-width: 320px) {
  .index_page .class_card_title,
  .class_page .class_card_title,
  .all_class_page .class_card_title {
    font-size: 15px;
    height: 16px;
    margin: 0 0 5px 0; } }

.index_page .class_card_list,
.class_page .class_card_list,
.all_class_page .class_card_list {
  width: 100%;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
  color: #484848;
  font-size: 14px;
  margin: 0 0 9px 0;
  word-wrap: break-word;
  word-break: break-all; }

@media all and (max-width: 991px) {
  .index_page .class_card_list,
  .class_page .class_card_list,
  .all_class_page .class_card_list {
    margin: 0 0 8px 0; } }

@media all and (max-width: 400px) {
  .index_page .class_card_list,
  .class_page .class_card_list,
  .all_class_page .class_card_list {
    font-size: 13px;
    height: 15px;
    line-height: 15px;
    margin: 0 0 6px 0; } }

@media all and (max-width: 360px) {
  .index_page .class_card_list,
  .class_page .class_card_list,
  .all_class_page .class_card_list {
    font-size: 12px;
    height: 14px;
    line-height: 14px; } }

.index_page .class_card_tag_block,
.class_page .class_card_tag_block,
.all_class_page .class_card_tag_block {
  width: calc(100% - 25px);
  overflow: hidden;
  height: 28px; }

@media all and (max-width: 575px) {
  .index_page .class_card_tag_block,
  .class_page .class_card_tag_block,
  .all_class_page .class_card_tag_block {
    height: 26px; } }

@media all and (max-width: 360px) {
  .index_page .class_card_tag_block,
  .class_page .class_card_tag_block,
  .all_class_page .class_card_tag_block {
    height: 24px; } }

.index_page .class_card_tag,
.class_page .class_card_tag,
.all_class_page .class_card_tag {
  height: 28px;
  background-color: #efefef;
  line-height: 28px;
  color: #000;
  text-align: center;
  font-size: 12px;
  float: left;
  margin: 0 8px 3px 0;
  padding: 0 14px;
  border-radius: 14px; }

@media all and (max-width: 1199px) {
  .index_page .class_card_tag,
  .class_page .class_card_tag,
  .all_class_page .class_card_tag {
    padding: 0 10px; } }

@media all and (max-width: 575px) {
  .index_page .class_card_tag,
  .class_page .class_card_tag,
  .all_class_page .class_card_tag {
    height: 26px;
    line-height: 26px;
    padding: 0 6px;
    border-radius: 13px;
    margin: 0 5px 2px 0; } }

@media all and (max-width: 360px) {
  .index_page .class_card_tag,
  .class_page .class_card_tag,
  .all_class_page .class_card_tag {
    height: 24px;
    line-height: 24px;
    padding: 0 3px;
    border-radius: 13px;
    margin: 0 4px 2px 0; } }

.index_page .class_card {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 1% 28px 1%;
  border: 1px solid #fff; }

@media all and (max-width: 991px) {
  .index_page .class_card {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin: 0 0 10px 0; } }

@media all and (max-width: 991px) {
  .index_page .class_card a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.index_page .index_content_sort_class_block .class_card {
  width: 23% !important;
  min-width: auto;
  max-width: 23%; }

@media all and (max-width: 991px) {
  .index_page .index_content_sort_class_block .class_card {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin: 0 0 10px 0; } }

@media all and (max-width: 991px) {
  .index_page .index_content_sort_class_block .class_card a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.index_page .index_content_new_class_block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 23%;
  max-width: 300px; }

.all_class_page .class_card {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 23%;
  width: 23%;
  margin: 0 1% 28px 1%;
  border: 1px solid #E4E4E4; }

@media all and (max-width: 991px) {
  .all_class_page .class_card {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin: 0 0 10px 0; } }

@media all and (max-width: 991px) {
  .all_class_page .class_card a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.class_page .class_card {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 31%;
  max-width: 300px;
  margin: 0 1% 28px 1%;
  border: 1px solid #E4E4E4; }

@media all and (max-width: 1199px) {
  .class_page .class_card {
    width: 48%; } }

@media all and (max-width: 991px) {
  .class_page .class_card {
    width: 100%;
    max-width: 100%;
    margin: 0 0 10px 0; } }

@media all and (max-width: 991px) {
  .class_page .class_card a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.related-course-list-block .class_card {
  width: 23% !important;
  min-width: auto;
  max-width: 23%; }

@media all and (max-width: 991px) {
  .related-course-list-block .class_card {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin: 0 0 10px 0; } }

@media all and (max-width: 991px) {
  .related-course-list-block .class_card a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.audiobook_card {
  width: 23% !important;
  min-width: auto;
  max-width: 23%;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 1%; }

@media all and (max-width: 991px) {
  .audiobook_card {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin: 0 0 10px 0; } }

@media all and (max-width: 991px) {
  .audiobook_card a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.audiobook_card_img_block {
  width: 100%;
  overflow: hidden;
  position: relative;
  max-height: 168px;
  background-color: #F1F1F1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0 56% 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url("/themes/custom/omia_theme/images/omia/audiobook_card_img_bk.jpg");
  background-size: 100% auto; }

@media all and (max-width: 991px) {
  .audiobook_card_img_block {
    width: 140px;
    padding: 0; } }

.audiobook_card_img {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: -1px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.audiobook_card_img img {
  width: auto;
  height: auto;
  max-height: 90%;
  max-width: 150px; }

@media all and (max-width: 991px) {
  .audiobook_card_img img {
    max-height: 92%;
    max-width: 92%; } }

.audiobook_card_headphones_icon {
  width: 35px;
  height: 35px;
  border-radius: 6px;
  background-color: #000000;
  background-image: url("/themes/custom/omia_theme/images/omia/audiobook_card_headphones_icon.png");
  background-repeat: no-repeat;
  background-size: 23px 24px;
  background-position: center;
  position: absolute;
  bottom: 5%;
  left: 13px;
  z-index: 10; }

@media all and (max-width: 991px) {
  .audiobook_card_headphones_icon {
    width: 30px;
    height: 30px;
    left: 6px;
    bottom: 7px;
    background-size: 20px auto; } }

.audiobook_card_minute {
  height: 22px;
  line-height: 22px;
  color: #d8d8d8;
  font-size: 13px;
  text-align: center;
  background-color: #000;
  padding: 0 12px;
  border-radius: 11px;
  position: absolute;
  right: 8px;
  bottom: 5%;
  z-index: 10; }

@media all and (max-width: 991px) {
  .audiobook_card_minute {
    right: 6px;
    bottom: 7px; } }

.audiobook_card_main_block {
  width: 100%;
  position: relative;
  padding: 11px 12px 4px 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 150px; }

@media all and (max-width: 991px) {
  .audiobook_card_main_block {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 140px;
    padding: 10px 12px 0 12px; } }

@media all and (max-width: 360px) {
  .audiobook_card_main_block {
    padding: 8px 6px 0 6px; } }

.audiobook_card_teacher {
  width: 100%;
  height: 15px;
  line-height: 15px;
  font-size: 13px;
  overflow: hidden;
  color: #229ad3;
  margin: 0 0 8px 0;
  word-wrap: break-word;
  word-break: break-all; }

@media all and (max-width: 991px) {
  .audiobook_card_teacher {
    margin: 0 0 5px 0; } }

.audiobook_card_title {
  width: 100%;
  min-height: 22px;
  height: 44px;
  overflow: hidden;
  line-height: 22px;
  overflow: hidden;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 10px 0;
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

@media all and (max-width: 991px) {
  .audiobook_card_title {
    margin: 0 0 7px 0; } }

@media all and (max-width: 360px) {
  .audiobook_card_title {
    font-size: 16px;
    line-height: 20px;
    height: 40px;
    margin: 0 0 6px 0; } }

@media all and (max-width: 320px) {
  .audiobook_card_title {
    font-size: 15px;
    height: 16px;
    margin: 0 0 5px 0; } }

.audiobook_card_list {
  width: 100%;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
  color: #484848;
  font-size: 14px;
  margin: 0 0 9px 0;
  word-wrap: break-word;
  word-break: break-all; }

@media all and (max-width: 991px) {
  .audiobook_card_list {
    margin: 0 0 8px 0; } }

@media all and (max-width: 400px) {
  .audiobook_card_list {
    font-size: 13px;
    height: 15px;
    line-height: 15px;
    margin: 0 0 6px 0; } }

@media all and (max-width: 360px) {
  .audiobook_card_list {
    font-size: 12px;
    height: 14px;
    line-height: 14px; } }

.audiobook_card_tag_block {
  width: 100%;
  overflow: hidden; }

.audiobook_card_tag {
  height: 28px;
  background-color: #efefef;
  line-height: 28px;
  color: #000;
  text-align: center;
  font-size: 12px;
  float: left;
  margin: 0 8px 3px 0;
  padding: 0 14px;
  border-radius: 14px; }

@media all and (max-width: 1199px) {
  .audiobook_card_tag {
    padding: 0 10px; } }

@media all and (max-width: 575px) {
  .audiobook_card_tag {
    height: 26px;
    line-height: 26px;
    padding: 0 6px;
    border-radius: 13px;
    margin: 0 5px 2px 0; } }

@media all and (max-width: 360px) {
  .audiobook_card_tag {
    height: 24px;
    line-height: 24px;
    padding: 0 3px;
    border-radius: 13px;
    margin: 0 4px 2px 0; } }

#block-omia-theme-gonggao {
  width: 100%; }

#block-omia-theme-gonggao > div {
  width: 100%;
  padding: 7px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media all and (max-width: 991px) {
    #block-omia-theme-gonggao > div {
      padding: 7px 15px; } }

.index_main .index_top_video_bk {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  @media all and (max-width: 767px) {
    .index_main .index_top_video_bk {
      height: 100%;
      top: 0;
      left: auto;
      right: 0;
      -webkit-transform: translate(12%, 0);
      -ms-transform: translate(12%, 0);
      transform: translate(12%, 0); } }

.index_main .index_top_block {
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: relative; }

@media all and (max-width: 991px) {
  .index_main .index_top_block {
    height: auto;
    min-height: 490px; } }

.index_main .index_top_block_mask1 {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: -webkit-gradient(linear, left top, right top, from(#272d33), to(rgba(39, 45, 51, 0)));
  background: -webkit-linear-gradient(left, #272d33 0%, rgba(39, 45, 51, 0) 100%);
  background: -o-linear-gradient(left, #272d33 0%, rgba(39, 45, 51, 0) 100%);
  background: linear-gradient(to right, #272d33 0%, rgba(39, 45, 51, 0) 100%); }

@media all and (max-width: 991px) {
  .index_main .index_top_block_mask1 {
    width: 100%;
    height: 38%;
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(52, 58, 64, 0)), to(#343a40));
    background: -webkit-linear-gradient(top, rgba(52, 58, 64, 0) 0%, #343a40 100%);
    background: -o-linear-gradient(top, rgba(52, 58, 64, 0) 0%, #343a40 100%);
    background: linear-gradient(to bottom, rgba(52, 58, 64, 0) 0%, #343a40 100%); } }

.index_main .index_top_block_mask2 {
  width: 100%;
  height: 38%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(#272d33), to(rgba(39, 45, 51, 0)));
  background: -webkit-linear-gradient(top, #272d33 0%, rgba(39, 45, 51, 0) 100%);
  background: -o-linear-gradient(top, #272d33 0%, rgba(39, 45, 51, 0) 100%);
  background: linear-gradient(to bottom, #272d33 0%, rgba(39, 45, 51, 0) 100%); }

@media all and (max-width: 991px) {
  .index_main .index_top_block_mask2 {
    height: 7.4%;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(52, 58, 64, 0.6)), to(rgba(52, 58, 64, 0)));
    background: -webkit-linear-gradient(top, rgba(52, 58, 64, 0.6) 0%, rgba(52, 58, 64, 0) 100%);
    background: -o-linear-gradient(top, rgba(52, 58, 64, 0.6) 0%, rgba(52, 58, 64, 0) 100%);
    background: linear-gradient(to bottom, rgba(52, 58, 64, 0.6) 0%, rgba(52, 58, 64, 0) 100%); } }

.index_main .index_top_main {
  width: 86%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 45px 0 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media all and (max-width: 991px) {
  .index_main .index_top_main {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    min-height: 490px;
    padding: 0; } }

.index_main .index_top_text_block {
  width: 52%;
  z-index: 10; }

@media all and (max-width: 991px) {
  .index_main .index_top_text_block {
    width: 100%; } }

.index_main .index_top_title {
  width: 100%;
  color: #fff;
  font-size: 40px;
  line-height: 45px;
  font-weight: 600;
  margin: 0 0 36px 0; }

@media all and (max-width: 991px) {
  .index_main .index_top_title {
    font-size: 24px;
    line-height: 26px;
    margin: 0 0 20px 0;
    text-align: center; } }

.index_main .index_top_text {
  width: 100%;
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  margin: 0 0 30px 0; }

@media all and (max-width: 991px) {
  .index_main .index_top_text {
    display: none; } }

.index_main .ph_index_top_text {
  width: 100%;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  margin: 0;
  text-align: center;
  display: none; }

@media all and (max-width: 991px) {
  .index_main .ph_index_top_text {
    display: block; } }

.index_main .index_top_tag_block {
  width: 100%; }

@media all and (max-width: 991px) {
  .index_main .index_top_tag_block {
    display: none; } }

.index_main .index_top_tag_left {
  width: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.index_main .index_top_tag_left a {
  height: 36px;
  margin: 0 10px 11px 0;
  display: block; }

.index_main .index_top_tag_left a .index_top_tag {
  height: 36px;
  height: 100%;
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 34px;
  white-space: nowrap;
  padding: 0 18px;
  background-color: rgba(0, 0, 0, 0.25);
  border: 1px solid #c3c3c3;
  border-radius: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.index_main .index_top_tag_left a .index_top_tag:hover {
  background-color: rgba(0, 0, 0, 0.75);
  border: 1px solid #fff; }

.index_main .index_top_tag_left a .index_top_tag_style1 {
  background-color: rgba(34, 154, 211, 0.75);
  border: 1px solid #229ad3; }

.index_main .index_top_tag_left a .index_top_tag_style1:hover {
  background-color: #229ad3;
  border: 1px solid #229ad3; }

.index_main .index_top_tag_right {
  width: 100px;
  height: 36px;
  margin: 0 0 11px 0; }

.index_main .index_top_tag_right a:link,
.index_main .index_top_tag_right a:visited {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 36px;
  font-size: 15px;
  text-align: center;
  border-radius: 18px;
  color: #000;
  background-color: #fff; }

.index_main .index_top_tag_right a:hover,
.index_main .index_top_tag_right a:active {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 36px;
  font-size: 15px;
  text-align: center;
  border-radius: 18px;
  color: #fff;
  background-color: #229ad3; }

.index_main .ph_index_top_tag_block {
  width: 86%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: none;
  margin: 0 auto;
  padding: 20px 0 0 0; }

@media all and (max-width: 991px) {
  .index_main .ph_index_top_tag_block {
    display: block; } }

.index_main .ph_index_top_tag_block a {
  height: 36px;
  margin: 0 10px 11px 0;
  display: block; }

.index_main .ph_index_top_tag_block a .index_top_tag {
  height: 36px;
  height: 100%;
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 34px;
  white-space: nowrap;
  padding: 0 18px;
  background-color: rgba(0, 0, 0, 0.25);
  border: 1px solid #c3c3c3;
  border-radius: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.index_main .ph_index_top_tag_block a .index_top_tag:hover {
  background-color: rgba(0, 0, 0, 0.75);
  border: 1px solid #fff; }

.index_main .ph_index_top_tag_block a .index_top_tag_more {
  height: 36px;
  height: 100%;
  display: block;
  font-size: 16px;
  color: #000;
  line-height: 36px;
  white-space: nowrap;
  padding: 0 18px;
  background-color: #fff;
  border-radius: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.index_main .ph_index_top_tag_block a .index_top_tag_more:hover {
  color: #fff;
  background-color: #229ad3; }

.index_main .ph_index_top_tag_block a .index_top_tag_style1 {
  background-color: rgba(34, 154, 211, 0.75);
  border: 1px solid #229ad3; }

.index_main .ph_index_top_tag_block a .index_top_tag_style1:hover {
  background-color: #229ad3;
  border: 1px solid #229ad3; }

.index_main .ph_index_top_tag_left {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.index_main .index_content_episode_history_block {
  width: 96%;
  max-width: 1290px;
  overflow: hidden;
  margin: 0 auto;
  padding: 55px 0 0 0; }

@media all and (max-width: 991px) {
  .index_main .index_content_episode_history_block {
    width: 92%; } }

.index_main .index_content_episode_history_block .index_content_episode_history_title_block {
  width: 100%;
  font-size: 26px;
  line-height: 28px;
  color: #fff;
  font-weight: 600;
  padding: 0 0 10px 0;
  margin: 0 0 26px 0;
  position: relative;
  clear: both; }

.index_main .index_content_episode_history_block .index_content_episode_history_title_block::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background-color: #229ad3;
  position: absolute;
  left: 0;
  bottom: 0; }

@media all and (max-width: 991px) {
  .index_main .index_content_episode_history_block .index_content_episode_history_title_block::after {
    display: none; } }

@media all and (max-width: 991px) {
  .index_main .index_content_episode_history_block .index_content_episode_history_title_block {
    font-size: 24px;
    line-height: 26px;
    padding: 0;
    margin: 0 auto 19px auto;
    padding: 0 0 0 11px; } }

.index_main .index_content_episode_history_block .index_content_episode_history_title_block .index_content_episode_history_btn {
  width: 125px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0; }

@media all and (max-width: 991px) {
  .index_main .index_content_episode_history_block .index_content_episode_history_title_block .index_content_episode_history_btn {
    display: none; } }

.index_main .index_content_episode_history_block .index_content_episode_history_title_block .index_content_episode_history_btn a:link,
.index_main .index_content_episode_history_block .index_content_episode_history_title_block .index_content_episode_history_btn a:visited {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #fff;
  background-color: #272d33;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 17px; }

.index_main .index_content_episode_history_block .index_content_episode_history_title_block .index_content_episode_history_btn a:hover,
.index_main .index_content_episode_history_block .index_content_episode_history_title_block .index_content_episode_history_btn a:active {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #229ad3;
  border: 1px solid #229ad3; }

.index_main .index_content_episode_history_block .episode_history_pc {
  margin: 0 0 25px 0;
  display: block; }

@media all and (max-width: 991px) {
  .index_main .index_content_episode_history_block .episode_history_pc {
    display: none; } }

.index_main .index_content_episode_history_block .episode_history_pc .swiper-slide {
  width: 49% !important;
  margin: 0 2% 0 0 !important;
  border: 1px solid #e4e4e4;
  background-color: #fff;
  border-radius: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 167px;
  overflow: hidden; }

@media all and (max-width: 991px) {
  .index_main .index_content_episode_history_block .episode_history_pc .swiper-slide {
    height: 140px; } }

@media all and (max-width: 767px) {
  .index_main .index_content_episode_history_block .episode_history_pc .swiper-slide {
    width: 100% !important;
    max-width: 615px; } }

@media all and (max-width: 360px) {
  .index_main .index_content_episode_history_block .episode_history_pc .swiper-slide {
    height: 120px; } }

.index_main .index_content_episode_history_block .episode_history_pc .swiper-slide-blank {
  display: none; }

.index_main .index_content_episode_history_block .swiper-pagination {
  display: block; }

@media all and (max-width: 991px) {
  .index_main .index_content_episode_history_block .swiper-pagination {
    display: none; } }

.index_main .index_content_episode_history_block .episode_history_ph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: none;
  margin: 0 0 10px 0; }

@media all and (max-width: 991px) {
  .index_main .index_content_episode_history_block .episode_history_ph {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.index_main .index_content_episode_history_block .episode_history_ph .episode_history_item {
  width: 48%;
  margin: 0 1% 28px 1%;
  border: 1px solid #e4e4e4;
  background-color: #fff;
  border-radius: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 167px;
  overflow: hidden; }

.index_main .index_content_episode_history_block .episode_history_ph .episode_history_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media all and (max-width: 991px) {
  .index_main .index_content_episode_history_block .episode_history_ph .episode_history_item {
    height: 140px;
    margin: 0 1% 10px 1%; } }

@media all and (max-width: 767px) {
  .index_main .index_content_episode_history_block .episode_history_ph .episode_history_item {
    width: 100%;
    height: 140px;
    margin: 0 0 10px 0; } }

@media all and (max-width: 360px) {
  .index_main .index_content_episode_history_block .episode_history_ph .episode_history_item {
    height: 120px; } }

.index_main .chapter_video_block {
  width: 100%; }

.index_main .chapter_video_block a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.index_main .chapter_video_block .chapter_video_left {
  width: 220px;
  height: 165px;
  overflow: hidden;
  position: relative;
  margin: 0 12px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #EDEDED; }

@media all and (max-width: 991px) {
  .index_main .chapter_video_block .chapter_video_left {
    width: 140px;
    height: 138px; } }

@media all and (max-width: 360px) {
  .index_main .chapter_video_block .chapter_video_left {
    width: 120px;
    height: 118px; } }

.index_main .chapter_video_block .chapter_video_pic {
  width: auto;
  height: 165px;
  margin: 0 auto; }

.index_main .chapter_video_block .chapter_video_pic img {
  width: auto;
  height: 100%; }

@media all and (max-width: 991px) {
  .index_main .chapter_video_block .chapter_video_pic {
    height: 100%; } }

.index_main .chapter_video_block .chapter_video_play_icon {
  width: 72px;
  height: 72px;
  position: absolute;
  top: 50px;
  left: 74px;
  z-index: 1; }

@media all and (max-width: 991px) {
  .index_main .chapter_video_block .chapter_video_play_icon {
    width: 60px;
    height: 60px;
    top: 40px;
    left: 40px; } }

@media all and (max-width: 360px) {
  .index_main .chapter_video_block .chapter_video_play_icon {
    width: 46px;
    height: 46px;
    top: 37px;
    left: 37px; } }

.index_main .chapter_video_block .chapter_video_right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  padding: 17px 12px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media all and (max-width: 991px) {
  .index_main .chapter_video_block .chapter_video_right {
    padding: 10px 12px 0 0; } }

.index_main .chapter_video_block .chapter_video_right_title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  height: 46px;
  color: #343a40;
  margin: 0 0 10px 0;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

@media all and (max-width: 991px) {
  .index_main .chapter_video_block .chapter_video_right_title {
    margin: 0 0 4px 0; } }

@media all and (max-width: 360px) {
  .index_main .chapter_video_block .chapter_video_right_title {
    font-size: 16px;
    line-height: 18px;
    height: 18px;
    -webkit-line-clamp: 1;
    margin: 0 0 12px 0; } }

.index_main .chapter_video_block .chapter_video_right_teacher {
  font-size: 15px;
  color: #343a40;
  height: 17px;
  list-style: 17px;
  overflow: hidden;
  margin: 0 0 5px 0;
  word-wrap: break-word;
  word-break: break-all; }

.index_main .chapter_video_block .chapter_video_right_introduce {
  font-size: 13px;
  color: #229ad3;
  height: 15px;
  list-style: 20px;
  overflow: hidden;
  margin: 0 0 12px 0;
  word-wrap: break-word;
  word-break: break-all; }

@media all and (max-width: 991px) {
  .index_main .chapter_video_block .chapter_video_right_introduce {
    margin: 0 0 9px 0; } }

.index_main .chapter_video_block .chapter_video_right_progress_bar_text {
  width: calc(100% - 12px);
  font-size: 13px;
  line-height: 15px;
  color: #249ed5;
  margin: 0 0 5px 0;
  text-align: right;
  position: absolute;
  bottom: 19px;
  left: 0; }

.index_main .chapter_video_block .chapter_video_right_progress_bar {
  width: calc(100% - 12px);
  height: 8px;
  background-color: #ededed;
  position: absolute;
  bottom: 12px;
  left: 0; }

.index_main .chapter_video_block .chapter_video_right_progress_bar_inner {
  height: 100%;
  background-color: #249ed5; }

.index_main .ph_index_content_episode_history_btn {
  display: none;
  width: 120px;
  height: 32px;
  margin: 0 auto; }

@media all and (max-width: 991px) {
  .index_main .ph_index_content_episode_history_btn {
    display: block; } }

.index_main .ph_index_content_episode_history_btn a {
  display: none; }

@media all and (max-width: 991px) {
  .index_main .ph_index_content_episode_history_btn a {
    display: block;
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    background-color: #272d33;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 16px;
    border: 1px solid #707070; } }

.index_main .index_content_sort_block {
  width: 96%;
  max-width: 1290px;
  margin: 0 auto 75px auto; }

@media all and (max-width: 991px) {
  .index_main .index_content_sort_block {
    margin: 0 auto 50px auto; } }

.index_main .index_content_sort_title_block {
  width: 100%;
  position: relative;
  color: #fff;
  font-size: 48px;
  line-height: 54px;
  text-align: center;
  font-weight: 600;
  margin: 55px 0 40px 0;
  position: relative;
  padding: 0 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media all and (max-width: 991px) {
  .index_main .index_content_sort_title_block {
    width: 93%;
    font-size: 24px;
    line-height: 29px;
    padding: 0;
    margin: 55px auto 20px auto; } }

.index_main .index_content_sort_title_btn {
  width: 90px;
  height: 36px;
  position: absolute;
  top: 3px;
  right: 0; }

@media all and (max-width: 991px) {
  .index_main .index_content_sort_title_btn {
    display: none; } }

.index_main .index_content_sort_title_btn a:link,
.index_main .index_content_sort_title_btn a:visited {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 15px;
  line-height: 34px;
  text-align: center;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px #fff solid;
  border-radius: 18px;
  background-color: #272d33; }

.index_main .index_content_sort_title_btn a:hover,
.index_main .index_content_sort_title_btn a:active {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 34px;
  font-size: 15px;
  text-align: center;
  border-radius: 18px;
  color: #fff;
  border: 1px #229ad3 solid;
  background-color: #229ad3; }

.index_main .ph_index_content_sort_title_btn {
  width: 90px;
  height: 36px;
  margin: 0 auto;
  display: none; }

@media all and (max-width: 991px) {
  .index_main .ph_index_content_sort_title_btn {
    display: block; } }

.index_main .ph_index_content_sort_title_btn a:link,
.index_main .ph_index_content_sort_title_btn a:visited {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 15px;
  line-height: 34px;
  text-align: center;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px #fff solid;
  border-radius: 18px;
  background-color: #272d33; }

.index_main .ph_index_content_sort_title_btn a:hover,
.index_main .ph_index_content_sort_title_btn a:active {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 34px;
  font-size: 15px;
  text-align: center;
  border-radius: 18px;
  color: #fff;
  border: 1px #229ad3 solid;
  background-color: #229ad3; }

.index_main .index_content_sort_main_block {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.index_main .index_content_sort_main_block .index_content_sort_main_tag {
  height: 40px;
  margin: 0 6px 12px 6px; }

@media all and (max-width: 991px) {
  .index_main .index_content_sort_main_block .index_content_sort_main_tag {
    height: 36px;
    margin: 0 6px 18px 6px; } }

.index_main .index_content_sort_main_block .index_content_sort_main_tag a:link,
.index_main .index_content_sort_main_block .index_content_sort_main_tag a:visited {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 18px;
  line-height: 38px;
  text-align: center;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px #0a1119 solid;
  border-radius: 20px;
  background-color: #272d33;
  padding: 0 18px; }

@media all and (max-width: 991px) {
  .index_main .index_content_sort_main_block .index_content_sort_main_tag a:link,
  .index_main .index_content_sort_main_block .index_content_sort_main_tag a:visited {
    font-size: 15px;
    line-height: 34px; } }

.index_main .index_content_sort_main_block .index_content_sort_main_tag a:hover,
.index_main .index_content_sort_main_block .index_content_sort_main_tag a:active {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 18px;
  line-height: 38px;
  text-align: center;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px #0a1119 solid;
  border-radius: 20px;
  background-color: #229ad3;
  border: 1px solid #229ad3;
  padding: 0 18px; }

@media all and (max-width: 991px) {
  .index_main .index_content_sort_main_block .index_content_sort_main_tag a:hover,
  .index_main .index_content_sort_main_block .index_content_sort_main_tag a:active {
    font-size: 15px;
    line-height: 36px; } }

.index_main .index_content_sort_main_block .index_content_sort_main_tag_active a {
  color: #fff !important;
  background-color: #229ad3 !important;
  border: 1px solid #229ad3 !important; }

@media all and (max-width: 991px) {
  .index_main .index_content_sort_main_block .index_content_sort_main_tag_active a {
    line-height: 36px !important;
    border: none !important;
    background: -webkit-linear-gradient(45deg, #fd5963 0%, #5f5ef3 100%);
    background: -o-linear-gradient(45deg, #fd5963 0%, #5f5ef3 100%);
    background: linear-gradient(45deg, #fd5963 0%, #5f5ef3 100%); } }

.index_main .index_content_sort_class_block {
  width: 96%;
  max-width: 1290px;
  overflow: hidden;
  margin: 0 auto; }

@media all and (max-width: 991px) {
  .index_main .index_content_sort_class_block {
    width: 92%; } }

.index_main .index_content_blue_line_title_80 {
  width: 100%;
  font-size: 26px;
  line-height: 28px;
  color: #fff;
  font-weight: 600;
  padding: 0 0 10px 0;
  margin: 0 0 11px 0;
  position: relative;
  clear: both; }

.index_main .index_content_blue_line_title_80::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background-color: #229ad3;
  position: absolute;
  left: 0;
  bottom: 0; }

@media all and (max-width: 991px) {
  .index_main .index_content_blue_line_title_80::after {
    display: none; } }

@media all and (max-width: 991px) {
  .index_main .index_content_blue_line_title_80 {
    font-size: 24px;
    line-height: 26px;
    padding: 0;
    margin: 0 auto 9px auto;
    padding: 0 0 0 12px; } }

.index_main .index_content_blue_line_title_55 {
  width: 100%;
  font-size: 26px;
  line-height: 28px;
  color: #fff;
  font-weight: 600;
  padding: 0 0 10px 0;
  margin: 0 0 11px 0;
  position: relative;
  clear: both; }

.index_main .index_content_blue_line_title_55::after {
  content: "";
  display: block;
  width: 55px;
  height: 4px;
  background-color: #229ad3;
  position: absolute;
  left: 0;
  bottom: 0; }

@media all and (max-width: 991px) {
  .index_main .index_content_blue_line_title_55::after {
    display: none; } }

@media all and (max-width: 991px) {
  .index_main .index_content_blue_line_title_55 {
    padding: 0;
    font-size: 24px;
    line-height: 26px;
    margin: 0 auto 9px auto;
    padding: 0 0 0 12px; } }

.index_main .index_content_sort_class_text {
  width: 100%;
  min-height: 30px;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
  padding: 0 30px 0 0;
  margin: 0 0 26px 0;
  position: relative;
  clear: both;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media all and (max-width: 991px) {
  .index_main .index_content_sort_class_text {
    font-size: 13px;
    line-height: 16px;
    min-height: 16px;
    margin: 0 0 19px 0;
    padding: 0 0 0 12px; } }

.index_main .index_content_sort_class_more_btn {
  width: 64px;
  height: 30px;
  line-height: 28px;
  position: absolute;
  top: 0;
  right: 0; }

.index_main .index_content_sort_class_more_btn a:link,
.index_main .index_content_sort_class_more_btn a:visited {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  background-color: #272d33;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 15px; }

.index_main .index_content_sort_class_more_btn a:hover,
.index_main .index_content_sort_class_more_btn a:active {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
  line-height: 30px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #229ad3;
  border: 1px solid #229ad3;
  border-radius: 15px; }

@media all and (max-width: 991px) {
  .index_main .index_content_sort_class_more_btn {
    display: none; } }

.index_main .ph_index_content_more_btn_list {
  width: 72px;
  height: 42px;
  padding: 0 0 0 0;
  margin: 0 auto 10px auto;
  display: none; }

@media all and (max-width: 991px) {
  .index_main .ph_index_content_more_btn_list {
    display: block; } }

.index_main .ph_index_content_more_btn_list .ph_index_content_more_btn {
  width: 100%;
  height: 32px; }

.index_main .ph_index_content_more_btn_list .ph_index_content_more_btn a {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  background-color: #272d33;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 16px;
  border: 1px solid #707070; }

.index_main .index_content_sort_class_main {
  width: 102%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 -1%; }

@media all and (max-width: 991px) {
  .index_main .index_content_sort_class_main {
    width: 100%;
    display: block;
    margin: 0; } }

.index_main .index_content_coming_soon_bk {
  width: 100%;
  background-color: #0a1119;
  padding: 80px 0 55px 0; }

@media all and (max-width: 991px) {
  .index_main .index_content_coming_soon_bk {
    padding: 30px 0 20px 0; } }

.index_main .index_content_coming_soon_block {
  width: 96%;
  max-width: 1290px;
  margin: 0 auto;
  position: relative; }

@media all and (max-width: 991px) {
  .index_main .index_content_coming_soon_block {
    width: 92%; } }

.index_main .index_content_coming_soon_block .swiper-slide {
  overflow: hidden; }

.index_main .index_content_coming_soon_block .swiper-slide .coming_soon_item {
  padding: 0 0 56.166% 0;
  display: block;
  overflow: hidden;
  position: relative; }

.coming_soon_item_notify {
  font-size: 13px;
  color: #ffffff;
  background-color: #000;
  cursor: pointer;
  min-width: 52px;
  height: 28px;
  line-height: 28px;
  border-radius: 14px;
  text-align: center;
  white-space: nowrap;
  padding: 0 10px;
  position: absolute;
  right: 12px;
  top: 10px;
  z-index: 980; }
  .coming_soon_item_notify::before {
    color: #ffffff;
    border-radius: 1px;
    font-family: "Font Awesome 5 Free";
    content: "\f0f3";
    font-weight: bold;
    margin: 0 5px 0 0; }

.index_main .index_content_coming_soon_block .swiper-slide img {
  min-width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

@media all and (max-width: 991px) {
  .index_main .index_content_coming_soon_block .swiper-slide img {
    min-width: auto; } }

.index_main .index_content_coming_soon_title {
  font-size: 26px;
  color: #fff;
  font-weight: 600;
  margin: 0 0 25px 0; }

@media all and (max-width: 991px) {
  .index_main .index_content_coming_soon_title {
    font-size: 24px;
    margin: 0 0 20px 0;
    text-align: center; } }

.index_main .coming_soon {
  width: 100%;
  margin: 0 0 56px 0; }

@media all and (max-width: 767px) {
  .index_main .coming_soon {
    margin: 0 0 26px 0; } }

.index_main .index_content_swiper_class_text_block {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 9px 12px 5px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5; }

@media all and (max-width: 1199px) {
  .index_main .index_content_swiper_class_text_block {
    padding: 7px 7px 3px 15px; } }

.index_main .index_content_swiper_class_title {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
  margin: 0 0 5px 0;
  padding: 0 80px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media all and (max-width: 1199px) {
  .index_main .index_content_swiper_class_title {
    padding: 0 75px 0 0; } }

@media all and (max-width: 991px) {
  .index_main .index_content_swiper_class_title {
    padding: 0 80px 0 0; } }

.index_main .index_content_swiper_class_time_tag_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.index_main .index_content_swiper_class_time {
  color: #ededed;
  font-size: 14px;
  line-height: 16px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }

.index_main .index_content_swiper_class_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 3px 0 0 0; }

.index_main .index_content_swiper_class_tag_block {
  min-width: 52px;
  height: 28px;
  line-height: 28px;
  border-radius: 14px;
  text-align: center;
  white-space: nowrap;
  font-size: 12px;
  color: #000;
  background-color: #efefef;
  padding: 0 10px;
  position: absolute;
  right: 12px;
  bottom: 10px;
  z-index: 980; }

@media all and (max-width: 1199px) {
  .index_main .index_content_swiper_class_tag_block {
    right: 7px; } }

@media all and (max-width: 991px) {
  .index_main .index_content_swiper_class_tag_block {
    right: 12px; } }

.index_main .coming-soon-prev {
  width: 36px;
  height: 36px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 10px;
  right: 46px;
  left: auto;
  border-radius: 18px;
  background-color: #272d33;
  border: 1px solid #71767a;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.index_main .coming-soon-prev::before {
  color: #fff;
  border-radius: 1px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f060"; }

@media all and (max-width: 991px) {
  .index_main .coming-soon-prev {
    display: none; } }

.index_main .coming-soon-next {
  width: 36px;
  height: 36px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 10px;
  right: 0;
  left: auto;
  border-radius: 18px;
  background-color: #272d33;
  border: 1px solid #71767a;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.index_main .coming-soon-next::before {
  color: #fff;
  border-radius: 1px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061"; }

@media all and (max-width: 991px) {
  .index_main .coming-soon-next {
    display: none; } }

.index_main .swiper-pagination {
  position: relative !important;
  top: 0 !important;
  left: 0 !important; }

.index_main .swiper-pagination-bullet {
  background-color: #c6c6c6;
  opacity: 1; }

.index_main .swiper-pagination-bullet-active {
  background-color: #229ad3;
  position: relative; }

.index_main .index_content_new_class_block {
  width: 96%;
  max-width: 1290px;
  margin: 0 auto;
  position: relative; }

@media all and (max-width: 991px) {
  .index_main .index_content_new_class_block {
    width: 92%;
    padding: 0 0 0 0; } }

.index_main .index_content_new_class_block .index_content_new_class_text {
  width: 100%;
  min-height: 36px;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
  padding: 0 30px 0 0;
  margin: 0 0 26px 0;
  position: relative;
  clear: both;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media all and (max-width: 991px) {
  .index_main .index_content_new_class_block .index_content_new_class_text {
    font-size: 13px;
    line-height: 16px;
    min-height: 16px;
    margin: 0 0 19px 0;
    padding: 0 0 0 12px; } }

.index_main .index_content_new_class_block .index_content_new_class_more_btn {
  width: 64px;
  height: 36px;
  line-height: 34px;
  position: absolute;
  top: 0;
  right: 0; }

.index_main .index_content_new_class_block .index_content_new_class_more_btn a:link,
.index_main .index_content_new_class_block .index_content_new_class_more_btn a:visited {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 34px;
  text-align: center;
  background-color: #272d33;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 18px;
  border: 1px solid #fff; }

.index_main .index_content_new_class_block .index_content_new_class_more_btn a:hover,
.index_main .index_content_new_class_block .index_content_new_class_more_btn a:active {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
  line-height: 34px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #229ad3;
  border-radius: 18px;
  border: 1px solid #229ad3; }

@media all and (max-width: 991px) {
  .index_main .index_content_new_class_block .index_content_new_class_more_btn {
    display: none; } }

@media all and (max-width: 991px) {
  .index_main .index_content_new_class_block .new_class {
    display: none; } }

.index_main .index_content_new_class_block .new-class-prev {
  width: 36px;
  height: 36px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 120px;
  left: auto;
  border-radius: 18px;
  background-color: #272d33;
  border: 1px solid #71767a;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.index_main .index_content_new_class_block .new-class-prev::before {
  color: #fff;
  border-radius: 1px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f060"; }

@media all and (max-width: 991px) {
  .index_main .index_content_new_class_block .new-class-prev {
    display: none; } }

.index_main .index_content_new_class_block .new-class-next {
  width: 36px;
  height: 36px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 74px;
  left: auto;
  border-radius: 18px;
  background-color: #272d33;
  border: 1px solid #71767a;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.index_main .index_content_new_class_block .new-class-next::before {
  color: #fff;
  border-radius: 1px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061"; }

@media all and (max-width: 991px) {
  .index_main .index_content_new_class_block .new-class-next {
    display: none; } }

@media all and (max-width: 991px) {
  .index_main .index_content_new_class_block .swiper-pagination-bullet {
    display: none; } }

.index_main .ph_index_content_new_class_list {
  width: 100%;
  display: none; }

@media all and (max-width: 991px) {
  .index_main .ph_index_content_new_class_list {
    display: block; } }

.index_main .ph_index_content_new_class_list .ph_index_content_more_btn_list {
  width: 73px;
  height: 32px;
  padding: 10px 0 0 0;
  margin: 0 auto 45px auto;
  display: none; }

@media all and (max-width: 991px) {
  .index_main .ph_index_content_new_class_list .ph_index_content_more_btn_list {
    display: block; } }

.index_main .ph_index_content_new_class_list .ph_index_content_more_btn_list a {
  width: 100%;
  height: 100%;
  height: 32px;
  display: block; }

.index_main .ph_index_content_new_class_list .ph_index_content_more_btn_list .ph_index_content_more_btn {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  background-color: #272d33;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 16px;
  border: 1px solid #707070; }

/* 熱門課堂 start */
.index_main .index_content_hot_class_block {
  width: 96%;
  max-width: 1290px;
  margin: 0 auto;
  padding: 0px 0 70px 0;
  position: relative; }

@media all and (max-width: 991px) {
  .index_main .index_content_hot_class_block {
    width: 92%;
    padding: 0 0 0 0; } }

.index_main .index_content_hot_class_block .index_content_hot_class_text {
  width: 100%;
  min-height: 36px;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
  padding: 0 30px 0 0;
  margin: 0 0 26px 0;
  position: relative;
  clear: both;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media all and (max-width: 991px) {
  .index_main .index_content_hot_class_block .index_content_hot_class_text {
    font-size: 13px;
    line-height: 16px;
    min-height: 16px;
    margin: 0 0 19px 0;
    padding: 0 0 0 12px; } }

.index_main .index_content_hot_class_block .index_content_hot_class_more_btn {
  width: 64px;
  height: 36px;
  line-height: 34px;
  position: absolute;
  top: 0;
  right: 0; }

.index_main .index_content_hot_class_block .index_content_hot_class_more_btn a:link,
.index_main .index_content_hot_class_block .index_content_hot_class_more_btn a:visited {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 34px;
  text-align: center;
  background-color: #272d33;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 18px;
  border: 1px solid #fff; }

.index_main .index_content_hot_class_block .index_content_hot_class_more_btn a:hover,
.index_main .index_content_hot_class_block .index_content_hot_class_more_btn a:active {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
  line-height: 34px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #229ad3;
  border-radius: 18px;
  border: 1px solid #229ad3; }

@media all and (max-width: 991px) {
  .index_main .index_content_hot_class_block .index_content_hot_class_more_btn {
    display: none; } }

.index_main .index_content_hot_class_block .hot_class {
  margin: 0 0 19px 0; }

@media all and (max-width: 991px) {
  .index_main .index_content_hot_class_block .hot_class {
    display: none; } }

.index_main .index_content_hot_class_block .hot-class-prev {
  width: 36px;
  height: 36px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 120px;
  left: auto;
  border-radius: 18px;
  background-color: #272d33;
  border: 1px solid #71767a;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.index_main .index_content_hot_class_block .hot-class-prev::before {
  color: #fff;
  border-radius: 1px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f060"; }

@media all and (max-width: 991px) {
  .index_main .index_content_hot_class_block .hot-class-prev {
    display: none; } }

.index_main .index_content_hot_class_block .hot-class-next {
  width: 36px;
  height: 36px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 74px;
  left: auto;
  border-radius: 18px;
  background-color: #272d33;
  border: 1px solid #71767a;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.index_main .index_content_hot_class_block .hot-class-next::before {
  color: #fff;
  border-radius: 1px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061"; }

@media all and (max-width: 991px) {
  .index_main .index_content_hot_class_block .hot-class-next {
    display: none; } }

@media all and (max-width: 991px) {
  .index_main .index_content_hot_class_block .swiper-pagination-bullet {
    display: none; } }

.index_main .ph_index_content_hot_class_list {
  width: 100%;
  display: none; }

@media all and (max-width: 991px) {
  .index_main .ph_index_content_hot_class_list {
    display: block; } }

/* 熱門課堂 end */
.index_main .index_content_plus_teacher_block {
  background-color: #fff;
  padding: 65px 0;
  position: relative;
  overflow: hidden; }

@media all and (max-width: 991px) {
  .index_main .index_content_plus_teacher_block {
    padding: 30px 0 0 0; } }

.index_main .index_content_plus_teacher_block .index_content_plus_teacher_main {
  width: 96%;
  max-width: 1290px;
  margin: 0 auto;
  position: relative; }

@media all and (max-width: 991px) {
  .index_main .index_content_plus_teacher_block .index_content_plus_teacher_main {
    width: 92%; } }

.index_main .index_content_plus_teacher_block .index_content_plus_teacher_main .ph_index_content_more_btn {
  width: 86px; }

.index_main .index_content_plus_teacher_block .index_content_plus_teacher_title {
  width: 100%;
  font-size: 26px;
  line-height: 28px;
  color: #000;
  font-weight: 600;
  padding: 0 0 17px 0;
  margin: 0 0 27px 0;
  position: relative;
  clear: both;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.index_main .index_content_plus_teacher_block .index_content_plus_teacher_title::after {
  content: "";
  display: block;
  width: 55px;
  height: 4px;
  background-color: #229ad3;
  position: absolute;
  left: 0;
  bottom: 7px; }

@media all and (max-width: 991px) {
  .index_main .index_content_plus_teacher_block .index_content_plus_teacher_title::after {
    display: none; } }

@media all and (max-width: 991px) {
  .index_main .index_content_plus_teacher_block .index_content_plus_teacher_title {
    font-size: 24px;
    line-height: 26px;
    padding: 0 0 0 12px;
    color: #484848;
    margin: 0 0 22px 0; } }

.index_main .index_content_plus_teacher_block .index_content_plus_teacher_more_btn {
  width: 86px;
  height: 36px;
  line-height: 34px;
  position: absolute;
  bottom: 0;
  right: 0; }

.index_main .index_content_plus_teacher_block .index_content_plus_teacher_more_btn a:link,
.index_main .index_content_plus_teacher_block .index_content_plus_teacher_more_btn a:visited {
  width: 100%;
  height: 100%;
  display: block;
  color: #484848;
  font-size: 15px;
  line-height: 34px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 18px;
  border: 1px solid #999999; }

.index_main .index_content_plus_teacher_block .index_content_plus_teacher_more_btn a:hover,
.index_main .index_content_plus_teacher_block .index_content_plus_teacher_more_btn a:active {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
  line-height: 34px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #229ad3;
  border-radius: 18px;
  border: 1px solid #229ad3; }

@media all and (max-width: 991px) {
  .index_main .index_content_plus_teacher_block .index_content_plus_teacher_more_btn {
    display: none; } }

.index_main .index_content_plus_teacher_block .plus-teacher-prev {
  width: 36px;
  height: 36px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  right: 141px;
  left: auto;
  border-radius: 18px;
  background-color: #272d33;
  border: 1px solid #71767a;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.index_main .index_content_plus_teacher_block .plus-teacher-prev::before {
  color: #fff;
  border-radius: 1px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f060"; }

@media all and (max-width: 991px) {
  .index_main .index_content_plus_teacher_block .plus-teacher-prev {
    display: none; } }

.index_main .index_content_plus_teacher_block .plus-teacher-next {
  width: 36px;
  height: 36px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  right: 96px;
  left: auto;
  border-radius: 18px;
  background-color: #272d33;
  border: 1px solid #71767a;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.index_main .index_content_plus_teacher_block .plus-teacher-next::before {
  color: #fff;
  border-radius: 1px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061"; }

@media all and (max-width: 991px) {
  .index_main .index_content_plus_teacher_block .plus-teacher-next {
    display: none; } }

.index_main .index_content_plus_teacher_block .index_content_plus_teacher_swiper_block {
  width: 100%;
  background-color: #fff; }

.index_main .index_content_plus_teacher_block .plus_teacher {
  height: 300px;
  margin: 0 0 35px 0; }

@media all and (max-width: 991px) {
  .index_main .index_content_plus_teacher_block .plus_teacher {
    display: none; } }

.index_main .index_content_plus_teacher_block .plus_teacher_btn {
  position: relative !important; }

@media all and (max-width: 991px) {
  .index_main .index_content_plus_teacher_block .plus_teacher_btn {
    display: none; } }

.index_main .index_content_plus_teacher_block .plus_teacher_box {
  height: 300px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e4e4e4;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer; }

@media all and (max-width: 991px) {
  .index_main .index_content_plus_teacher_block .plus_teacher_box {
    width: 48%;
    height: auto;
    min-width: 300px;
    margin: 0 1% 10px 1%; } }

@media all and (max-width: 767px) {
  .index_main .index_content_plus_teacher_block .plus_teacher_box {
    width: 100%;
    margin: 0 0 10px 0; } }

.index_main .index_content_plus_teacher_block .plus_teacher_box_top {
  width: 100%;
  min-height: 188px;
  border-bottom: 1px dashed #e4e4e4;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer; }

@media all and (max-width: 1199px) {
  .index_main .index_content_plus_teacher_block .plus_teacher_box_top {
    min-height: 158px; } }

@media all and (max-width: 991px) {
  .index_main .index_content_plus_teacher_block .plus_teacher_box_top {
    border-bottom: none;
    min-height: 158px; } }

@media all and (max-width: 360px) {
  .index_main .index_content_plus_teacher_block .plus_teacher_box_top {
    min-height: 104px; } }

.index_main .index_content_plus_teacher_block .plus_teacher_box_bk1 {
  width: 180px;
  height: 165px;
  background-color: #fbf5ee;
  -webkit-clip-path: polygon(0 0, 0% 100%, 90% 0);
  clip-path: polygon(0 0, 0% 100%, 90% 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0; }

@media all and (max-width: 1199px) {
  .index_main .index_content_plus_teacher_block .plus_teacher_box_bk1 {
    width: 155px;
    height: 135px; } }

@media all and (max-width: 360px) {
  .index_main .index_content_plus_teacher_block .plus_teacher_box_bk1 {
    width: 120px;
    height: 105px; } }

.index_main .index_content_plus_teacher_block .plus_teacher_box_bk2 {
  width: 127px;
  height: 10px;
  background-color: #1c3729;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 135px;
  left: -40px;
  z-index: 0; }

@media all and (max-width: 1199px) {
  .index_main .index_content_plus_teacher_block .plus_teacher_box_bk2 {
    width: 106px;
    height: 10px;
    top: 122px; } }

@media all and (max-width: 360px) {
  .index_main .index_content_plus_teacher_block .plus_teacher_box_bk2 {
    width: 87px;
    height: 6px;
    top: 96px; } }

.index_main .index_content_plus_teacher_block .plus_teacher_pic {
  width: 150px;
  height: 150px;
  border-radius: 75px;
  margin: 23px 11px 15px 11px;
  border: 2px solid #fff;
  overflow: hidden;
  background-image: url("/themes/custom/omia_theme/images/omia/non_user_pic_300x300.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10; }

@media all and (max-width: 1199px) {
  .index_main .index_content_plus_teacher_block .plus_teacher_pic {
    width: 120px;
    height: 120px;
    border-radius: 65px;
    margin: 20px 5px 15px 5px; } }

@media all and (max-width: 991px) {
  .index_main .index_content_plus_teacher_block .plus_teacher_pic {
    width: 130px;
    height: 130px;
    border-radius: 65px;
    margin: 13px 11px 13px 11px; } }

@media (max-width: 410px) {
  .index_main .index_content_plus_teacher_block .plus_teacher_pic {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    margin: 10px 5px 10px 5px; } }

.index_main .index_content_plus_teacher_block .plus_teacher_info_block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 30px 11px 24px 0; }

@media all and (max-width: 1199px) {
  .index_main .index_content_plus_teacher_block .plus_teacher_info_block {
    margin: 20px 6px 14px 0; } }

@media all and (max-width: 991px) {
  .index_main .index_content_plus_teacher_block .plus_teacher_info_block {
    margin: 22px 15px 22px 0; } }

@media all and (max-width: 575px) {
  .index_main .index_content_plus_teacher_block .plus_teacher_info_block {
    margin: 22px 10px 22px 0; } }

@media all and (max-width: 360px) {
  .index_main .index_content_plus_teacher_block .plus_teacher_info_block {
    margin: 10px 5px 10px 0; } }

.index_main .index_content_plus_teacher_block .plus_teacher_info_name {
  height: 30px;
  font-size: 26px;
  font-weight: 600;
  color: #000;
  line-height: 30px;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all; }

@media all and (max-width: 1199px) {
  .index_main .index_content_plus_teacher_block .plus_teacher_info_name {
    height: 28px;
    font-size: 24px;
    line-height: 28px; } }

@media all and (max-width: 991px) {
  .index_main .index_content_plus_teacher_block .plus_teacher_info_name {
    height: 26px;
    font-size: 22px;
    line-height: 26px;
    height: 26px; } }

@media all and (max-width: 360px) {
  .index_main .index_content_plus_teacher_block .plus_teacher_info_name {
    font-size: 18px;
    line-height: 22px;
    height: 22px; } }

.index_main .index_content_plus_teacher_block .plus_teacher_info_title {
  height: 30px;
  font-size: 20px;
  font-weight: 400;
  color: #000;
  line-height: 30px;
  overflow: hidden;
  margin: 0 0 40px 0;
  word-wrap: break-word;
  word-break: break-all; }

@media all and (max-width: 1199px) {
  .index_main .index_content_plus_teacher_block .plus_teacher_info_title {
    height: 28px;
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 30px 0; } }

@media all and (max-width: 991px) {
  .index_main .index_content_plus_teacher_block .plus_teacher_info_title {
    height: 26px;
    font-size: 18px;
    line-height: 26px;
    height: 26px;
    margin: 0 0 30px 0; } }

@media all and (max-width: 360px) {
  .index_main .index_content_plus_teacher_block .plus_teacher_info_title {
    height: 23px;
    font-size: 15px;
    line-height: 23px;
    margin: 0 0 20px 0; } }

.index_main .index_content_plus_teacher_block .plus_teacher_info_class_track_block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.index_main .index_content_plus_teacher_block .plus_teacher_info_class_box {
  min-width: 26px;
  border-right: 1px dashed #777777;
  padding: 0 15px 0 0;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: #484848; }

@media all and (max-width: 1199px) {
  .index_main .index_content_plus_teacher_block .plus_teacher_info_class_box {
    padding: 0 5px 0 0; } }

@media all and (max-width: 991px) {
  .index_main .index_content_plus_teacher_block .plus_teacher_info_class_box {
    padding: 0 10px 0 0; } }

.index_main .index_content_plus_teacher_block .plus_teacher_info_class_box＿text {
  width: 40px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }

.index_main .index_content_plus_teacher_block .plus_teacher_info_track_box {
  min-width: 26px;
  padding: 0 0 0 15px;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: #484848; }

@media all and (max-width: 1199px) {
  .index_main .index_content_plus_teacher_block .plus_teacher_info_track_box {
    padding: 0 0 0 5px; } }

@media all and (max-width: 991px) {
  .index_main .index_content_plus_teacher_block .plus_teacher_info_track_box {
    padding: 0 0 0 10px; } }

.index_main .index_content_plus_teacher_block .plus_teacher_info_track_btn {
  min-width: 66px;
  height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 28px;
  text-align: center;
  color: #484848;
  font-size: 15px;
  position: absolute;
  top: 2px;
  right: 0;
  cursor: pointer;
  z-index: 90; }

@media all and (max-width: 991px) {
  .index_main .index_content_plus_teacher_block .plus_teacher_info_track_btn {
    bottom: 23px; } }

@media all and (max-width: 575px) {
  .index_main .index_content_plus_teacher_block .plus_teacher_info_track_btn {
    bottom: 14px;
    right: 0; } }

.index_main .index_content_plus_teacher_block .plus_teacher_info_track_btn .follow_master_button {
  width: 100%;
  height: 30px;
  border: 1px solid #999999;
  background-color: #fff;
  border-radius: 15px;
  white-space: nowrap;
  padding: 0 8px 0 7px;
  cursor: pointer;
  font-size: 13px; }

@media all and (max-width: 1199px) {
  .index_main .index_content_plus_teacher_block .plus_teacher_info_track_btn .follow_master_button {
    font-size: 12px;
    padding: 0 6px 0 5px; } }

@media all and (max-width: 991px) {
  .index_main .index_content_plus_teacher_block .plus_teacher_info_track_btn .follow_master_button {
    font-size: 13px; } }

.index_main .index_content_plus_teacher_block .plus_teacher_info_track_btn .follow_master_button::before {
  color: #484848;
  border-radius: 1px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\2b";
  margin: 0 3px 0 0; }

@media all and (max-width: 1199px) {
  .index_main .index_content_plus_teacher_block .plus_teacher_info_track_btn .follow_master_button::before {
    margin: 0 1px 0 0; } }

@media all and (max-width: 991px) {
  .index_main .index_content_plus_teacher_block .plus_teacher_info_track_btn .follow_master_button::before {
    margin: 0 3px 0 0; } }

.index_main .index_content_plus_teacher_block .plus_teacher_info_track_btn .follow_master_button:hover {
  border: 1px solid #229ad3;
  color: #fff;
  background-color: #229ad3; }

.index_main .index_content_plus_teacher_block .plus_teacher_info_track_btn .follow_master_button:hover::before {
  color: #fff !important; }

.index_main .index_content_plus_teacher_block .plus_teacher_info_track_btn .followed {
  color: #fff;
  background-color: #229ad3; }

.index_main .index_content_plus_teacher_block .plus_teacher_info_track_btn .followed::before {
  color: #fff;
  border-radius: 1px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  margin: 0 3px 0 0; }

.index_main .index_content_plus_teacher_block .plus_teacher_box_bottom {
  width: 100%;
  height: 100px;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: justify;
  font-size: 15px;
  line-height: 21px;
  color: #484848;
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical; }

.index_main .ph_index_content_plus_teacher_main {
  display: none; }

@media all and (max-width: 991px) {
  .index_main .ph_index_content_plus_teacher_main {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1%; } }

@media all and (max-width: 767px) {
  .index_main .ph_index_content_plus_teacher_main {
    margin: 0; } }

.index_main .index_newsletter_bk {
  width: 100%;
  background-color: #fff;
  overflow: hidden; }

.index_main .index_newsletter_block {
  width: 855px;
  margin: 0 auto 110px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media all and (max-width: 991px) {
  .index_main .index_newsletter_block {
    width: 100%;
    display: block;
    margin: 0 auto 50px auto; } }

.index_main .index_newsletter_left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

@media all and (max-width: 991px) {
  .index_main .index_newsletter_left {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 100%;
    margin: 0 auto; } }

.index_main .index_newsletter_left_list1 {
  font-size: 26px;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 10px 0; }

@media all and (max-width: 991px) {
  .index_main .index_newsletter_left_list1 {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 24px; } }

.index_main .index_newsletter_left_list2 {
  font-size: 18px;
  line-height: 22px;
  color: #343a40; }

@media all and (max-width: 991px) {
  .index_main .index_newsletter_left_list2 {
    font-size: 16px;
    width: 100%;
    text-align: center;
    margin: 0 auto 20px auto; } }

.index_main .index_newsletter_logo {
  width: 100px;
  height: 22px;
  margin: 0 3px; }

@media all and (max-width: 991px) {
  .index_main .index_newsletter_logo {
    width: 88px;
    height: 20px; } }

.index_main .index_newsletter_right {
  width: 428px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media all and (max-width: 991px) {
  .index_main .index_newsletter_right {
    width: 90%;
    max-width: 428px;
    min-width: 280px;
    margin: 0 auto; } }

.index_main .index_newsletter_input {
  width: 300px;
  height: 48px;
  margin: 0 8px 0 0;
  font-size: 18px;
  color: #000;
  border: 1px solid #707070;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.index_main .index_newsletter_input::-webkit-input-placeholder {
  color: #484848; }

.index_main .index_newsletter_input:-ms-input-placeholder {
  color: #484848; }

.index_main .index_newsletter_input::-ms-input-placeholder {
  color: #484848; }

.index_main .index_newsletter_input::placeholder {
  color: #484848; }

@media all and (max-width: 991px) {
  .index_main .index_newsletter_input {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; } }

.index_main .index_newsletter_btn {
  width: 120px;
  height: 48px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  color: #fff;
  border-radius: 0;
  border: solid 1px #239dd5;
  background: #239dd5;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.index_main .index_newsletter_btn:hover {
  border-color: #41aee0;
  background-color: #41aee0; }

@media all and (max-width: 991px) {
  .index_main .index_newsletter_btn {
    width: 100px; } }

@media all and (max-width: 360px) {
  .index_main .index_newsletter_btn {
    width: 80px;
    font-size: 16px; } }

.index_main .loading-icon {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1002;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.index_main .loading-icon::before {
  content: "";
  display: block;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 0.25rem solid rgba(255, 255, 255, 0.2);
  border-top-color: white;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes pulse {
  50% {
    background: white; } }

@keyframes pulse {
  50% {
    background: white; } }

.index_main .index_content_audiobook_bk {
  width: 100%;
  background-color: #272D33;
  padding: 80px 0 55px 0; }

@media all and (max-width: 991px) {
  .index_main .index_content_audiobook_bk {
    padding: 30px 0 20px 0; } }

.index_main .index_content_audiobook_block {
  width: 96%;
  max-width: 1290px;
  overflow: hidden;
  margin: 0 auto;
  position: relative; }

@media all and (max-width: 991px) {
  .index_main .index_content_audiobook_block {
    width: 92%; } }

.index_main .index_content_audiobook_block .index_content_sort_class_text {
  position: relative; }

.index_main .index_content_audiobook_block .audiobook_swiper {
  margin: 0 0 19px 0;
  overflow: visible; }

.index_main .index_content_audiobook_block .audiobook_swiper .audiobook_card {
  width: 100% !important;
  max-width: none !important;
  min-width: auto !important;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media all and (max-width: 991px) {
  .index_main .index_content_audiobook_block .audiobook_swiper {
    display: none; } }

.index_main .index_content_audiobook_block .audiobook-prev {
  width: 36px;
  height: 36px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 120px;
  left: auto;
  border-radius: 18px;
  background-color: #272d33;
  border: 1px solid #71767a;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer; }

.index_main .index_content_audiobook_block .audiobook-prev::before {
  color: #fff;
  border-radius: 1px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f060"; }

@media all and (max-width: 991px) {
  .index_main .index_content_audiobook_block .audiobook-prev {
    display: none; } }

.index_main .index_content_audiobook_block .audiobook-next {
  width: 36px;
  height: 36px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 74px;
  left: auto;
  border-radius: 18px;
  background-color: #272d33;
  border: 1px solid #71767a;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer; }

.index_main .index_content_audiobook_block .audiobook-next::before {
  color: #fff;
  border-radius: 1px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061"; }

@media all and (max-width: 991px) {
  .index_main .index_content_audiobook_block .audiobook-next {
    display: none; } }

@media all and (max-width: 991px) {
  .index_main .index_content_audiobook_block .swiper-pagination-bullet {
    display: none; } }

.index_main .index_content_audiobook_main {
  width: 102%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 -1%; }

@media all and (max-width: 991px) {
  .index_main .index_content_audiobook_main {
    display: none; } }

.index_main .ph_index_content_audiobook_list {
  width: 100%;
  display: none; }

@media all and (max-width: 991px) {
  .index_main .ph_index_content_audiobook_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0; } }

.index_main .index_content_audiobook_bk .ph_index_content_more_btn_list {
  display: none; }

@media all and (max-width: 991px) {
  .index_main .index_content_audiobook_bk .ph_index_content_more_btn_list {
    display: block;
    margin: 20px auto 0 auto; } }

.index_main .audiobook_card {
  border: 1px solid #fff; }

.index_main .add_to_my_favorite_btn {
  position: absolute;
  bottom: 12px;
  right: 12px; }

/* 新版分類區塊樣式 start */
/* 修改為類似圖片的深灰色背景 */
.index_main .index_content_category_block {
  width: 100%;
  max-width: 1200px;
  margin: 20px auto;
  padding: 20px 0;
  background-color: #343a40;
  /* 圖片中的深灰色 */
  border-radius: 0px;
  /* 圖片中看起來是滿版或微圓角，若要跟圖片一樣可設 0 */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }

/* 標題與按鈕的配置 */
.index_main .index_content_category_header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* 標題置中 */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 96%;
  margin: 0 auto 50px auto;
  padding: 0 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.index_main .index_content_category_title {
  font-size: 48px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 1px; }

/* 右側全部分類按鈕 - 藥丸型邊框 */
.index_main .index_content_category_all_btn {
  position: absolute;
  top: 23px;
  right: 0;
  display: inline-block;
  padding: 6px 18px;
  font-size: 14px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.index_main .index_content_category_all_btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff; }

/* 分類項目容器 - 改為分排 */
.index_main .index_content_category_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px; }

/* 第一排：6個項目 */
.index_main .index_content_category_row_1 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto; }

/* 第二排：5個項目，錯位排列 */
.index_main .index_content_category_row_2 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px; }

/* 分類項目 */
.index_main .index_content_category_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  min-width: 100px; }

.index_main .index_content_category_item:hover {
  text-decoration: none; }

/* 圓形圖示樣式 - 第二排基準 */
.index_main .index_content_category_icon {
  width: 105px;
  height: 105px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 15px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  overflow: hidden; }

/* 第一排圓圈大 1.1 倍 */
.index_main .index_content_category_row_1 .index_content_category_icon {
  width: 120px;
  height: 120px; }

.index_main .index_content_category_item:hover .index_content_category_icon {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05); }

/* 圖片樣式 */
.index_main .index_content_category_icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%; }

/* 文字標籤 */
.index_main .index_content_category_name {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff; }

/* 底部連結帶底線 */
.index_main .index_content_category_footer {
  width: 256px;
  text-align: center;
  margin: 20px auto 0 auto; }

.index_main .index_content_category_footer a {
  font-size: 18px;
  color: #d7d8d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto; }

.index_main .index_content_category_footer a::after {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #71767A;
  background-color: #272D33;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
  margin: 0 0 0 8px; }

@media all and (max-width: 1200px) {
  .index_main .index_content_category_title {
    font-size: 40px; }
  .index_main .index_content_category_all_btn {
    top: 15px; } }

/* 手機版適配 */
@media all and (max-width: 991px) {
  .index_main .index_content_category_row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px 10px; }
  .index_main .index_content_category_row_1 {
    max-width: 80%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 50px auto; }
  .index_main .index_content_category_row_2 {
    max-width: 70%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 50px auto; }
  .index_main .index_content_category_item {
    min-width: 80px;
    width: calc(33.33% - 10px); }
  .index_main .index_content_category_icon {
    width: 115px;
    height: 115px; }
  /* 第一排圓圈大 1.1 倍 */
  .index_main .index_content_category_row_1 .index_content_category_icon {
    width: 130px;
    height: 130px; }
  .index_main .index_content_category_icon svg {
    width: 35px;
    height: 35px; }
  .index_main .index_content_category_row_1 .index_content_category_name {
    font-size: 20px; }
  .index_main .index_content_category_row_2 .index_content_category_name {
    font-size: 18px; }
  .index_main .index_content_category_title {
    font-size: 30px; }
  .index_main .index_content_category_all_btn {
    position: static;
    margin-top: 15px; }
  .index_main .index_content_category_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0; } }

@media all and (max-width: 640px) {
  .index_main .index_content_category_title {
    font-size: 28px; }
  /* 第二排圓圈*/
  .index_main .index_content_category_icon {
    width: 100px;
    height: 100px; }
  /* 第一排圓圈*/
  .index_main .index_content_category_row_1 .index_content_category_icon {
    width: 120px;
    height: 120px; } }

@media all and (max-width: 575px) {
  .index_main .index_content_category_block {
    padding: 0 20px; }
  .index_main .index_content_category_item {
    width: calc(33.33% - 8px); }
  .index_main .index_content_category_icon {
    width: 80px;
    height: 80px; }
  /* 第一排圓圈*/
  .index_main .index_content_category_row_1 .index_content_category_icon {
    width: 100px;
    height: 100px; }
  .index_main .index_content_category_icon svg {
    width: 30px;
    height: 30px; }
  .index_main .index_content_category_row_1 .index_content_category_name {
    font-size: 18px; }
  .index_main .index_content_category_row_2 .index_content_category_name {
    font-size: 16px; }
  .index_main .index_content_category_title {
    font-size: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.5; }
  .index_main .index_content_category_title .title_comma {
    display: none; } }

/* 新版分類區塊樣式 end */
@media all and (max-width: 460px) {
  .index_main .index_content_category_row_1 {
    max-width: 96%; }
  .index_main .index_content_category_row_2 {
    max-width: 86%; } }
