@charset "UTF-8";
@font-face {
  font-family: 'pingyin';
  src: url("../typeface/pingyin.ttf"); }

/* 设置滚动条的样式 */
::-webkit-scrollbar {
  width: 6px; }

/* 滚动槽 */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.3);
  border-radius: 10px; }

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.5); }

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 0, 0, 0.4); }

.container {
  background: #fff;
  padding: 24px 24px 32px;
  border-radius: 24px;
  min-height: 570px;
  position: relative; }
  .container .main {
    width: 796px;
    padding-top: 8px; }
  .container .c-head .t-close, .container .t-top .t-close {
    cursor: pointer; }
    .container .c-head .t-close .icfont, .container .t-top .t-close .icfont {
      width: 48px;
      height: 48px;
      line-height: 48px;
      text-align: center;
      font-size: 24px;
      color: #9CCB38;
      display: block;
      border-radius: 24px;
      border: 1px solid rgba(156, 203, 56, 0.24); }
    .container .c-head .t-close .link, .container .t-top .t-close .link {
      margin: 0 16px;
      line-height: 48px;
      color: #9CCB38; }
      .container .c-head .t-close .link .icfont, .container .t-top .t-close .link .icfont {
        border: none; }
  .container .c-head .title {
    font-size: 28px;
    color: #9CCB38;
    font-family: "Noto Serif CJK SC", "Source Han Serif SC", "Source Han Serif", source-han-serif-sc, "NSimSun", serif;
    font-weight: 900; }
    .container .c-head .title b {
      color: #FF7246; }
  .container .c-head .buttons .btn {
    background: rgba(156, 203, 56, 0.24);
    min-width: 88px;
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    border: none;
    border-radius: 16px;
    margin-left: 16px;
    cursor: pointer;
    text-align: center; }
    .container .c-head .buttons .btn .icfont {
      font-size: 24px;
      color: #FF7246;
      width: 24px;
      height: 24px;
      text-align: center;
      line-height: 24px; }
    .container .c-head .buttons .btn b {
      color: #FF7246;
      margin-left: 4px; }
  .container .c-head .buttons .btn-word-pre {
    padding-left: 4px; }
  .container .c-head .buttons .btn-word-next {
    padding-right: 4px; }
  .container .c-head .buttons .collected {
    background: #9CCB38;
    color: #fff; }

.containerFixed .toolbar {
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: 286px; }

.toolbar {
  width: 280px;
  margin-top: 8px; }
  .toolbar .item {
    margin-top: 16px;
    background: #9CCB38;
    border-radius: 22px;
    padding: 2px 0; }
    .toolbar .item:first-child {
      margin: 0; }
    .toolbar .item a {
      color: #fff; }
    .toolbar .item .block {
      height: 40px;
      position: relative;
      overflow: hidden;
      cursor: pointer;
      padding: 0 12px 0 24px; }
      .toolbar .item .block .hd {
        color: #fff;
        height: 40px; }
        .toolbar .item .block .hd em {
          display: inline-block;
          line-height: 40px;
          font-size: 18px; }
        .toolbar .item .block .hd .icfont {
          font-size: 24px;
          color: #fff;
          width: 24px;
          height: 40px;
          text-align: center;
          line-height: 40px; }
      .toolbar .item .block .bd {
        font-size: 22px;
        height: 40px;
        line-height: 40px;
        color: #fff;
        flex: 1; }
        .toolbar .item .block .bd a {
          display: block; }
    .toolbar .item .i-tit {
      position: relative;
      padding: 12px 0 18px;
      min-height: 80px; }
    .toolbar .item .label b, .toolbar .item .label em {
      text-align: center;
      display: block;
      color: #fff; }
    .toolbar .item .label b {
      font-size: 22px;
      font-weight: 400; }
    .toolbar .item .label em {
      font-size: 18px; }
    .toolbar .item .buttons {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
      .toolbar .item .buttons .btn {
        height: 32px;
        background: rgba(255, 255, 255, 0.16);
        border: none;
        font-size: 16px;
        color: #fff;
        cursor: pointer;
        position: absolute;
        bottom: 0; }
      .toolbar .item .buttons .btn-pre {
        padding: 0 10px 0 4px;
        border-radius: 0 16px 0 0;
        left: 0; }
      .toolbar .item .buttons .btn-next {
        padding: 0 4px 0 10px;
        border-radius: 16px 0 0 0;
        right: 0; }
  .toolbar .itemBgno {
    background: none; }
    .toolbar .itemBgno .toolModule {
      border: 2px solid #9CCB38; }
  .toolbar .conBox {
    position: relative;
    overflow: hidden;
    background: #fff;
    margin: 0 2px;
    padding: 12px 10px;
    border-radius: 0 0 22px 22px; }
    .toolbar .conBox li {
      width: 56px;
      height: 56px;
      line-height: 56px;
      border: 1px solid #999;
      margin: 4px;
      float: left;
      font-family: "標楷體", "STKaiti", "KaiTi";
      font-size: 48px;
      text-align: center;
      background-image: url("../images/bgge.png");
      background-color: #fff;
      background-position: center center;
      background-repeat: no-repeat;
      cursor: pointer; }
    .toolbar .conBox .active {
      background-image: url("../images/bggeon.png");
      background-color: #FFF2EC;
      border: 1px solid #FF7246;
      color: #FF7246; }

.dict_layer, .popupLayer, .toolPopLayer {
  position: absolute;
  z-index: 999; }

.dctWrapper {
  border: 2px solid #9CCB38;
  background: #fff;
  border-radius: 16px;
  height: 100%; }
  .dctWrapper .dctTitle {
    height: 48px;
    border-radius: 16px 16px 0 0;
    position: relative;
    overflow: hidden;
    padding: 0 40px 0 16px;
    background: rgba(156, 203, 56, 0.24); }
    .dctWrapper .dctTitle .title {
      line-height: 48px;
      font-size: 22px;
      font-weight: 700; }
    .dctWrapper .dctTitle .close {
      position: absolute;
      width: 24px;
      height: 24px;
      font-size: 32px;
      text-align: center;
      line-height: 24px;
      color: #707070;
      cursor: pointer;
      top: 12px;
      right: 12px;
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-weight: lighter; }
      .dctWrapper .dctTitle .close a {
        color: #707070; }

.toolPopLayer {
  top: 90px;
  right: 0;
  width: 220px;
  height: 558px;
  display: none; }
  .toolPopLayer .dctWrapper {
    border: 2px solid #FF7246; }
  .toolPopLayer .dctTitle {
    background: rgba(255, 114, 70, 0.24); }
    .toolPopLayer .dctTitle .icfont {
      font-size: 24px;
      font-weight: 400;
      margin-right: 8px; }
  .toolPopLayer .dctContent {
    height: calc(100% - 48px); }

.dict_layer, .popupLayer {
  top: 32px;
  bottom: 32px;
  right: 24px;
  width: 280px;
  height: 678px; }
  .dict_layer .dctTitle, .popupLayer .dctTitle {
    background: rgba(156, 203, 56, 0.24); }

.popupLayer {
  display: none; }
  .popupLayer .dctContent {
    margin: 0; }
    .popupLayer .dctContent .listRow::-webkit-scrollbar {
      width: 6px;
      border-radius: 3px;
      background-color: #f3f3f3;
      /* or add it to the track */ }
    .popupLayer .dctContent .listRow::-webkit-scrollbar-thumb {
      background: #ccc;
      border-radius: 3px; }

.dict_layer .dctContent, .c-strokeDetail-wrap .dctContent {
  margin: 0;
  height: calc(100% - 48px);
  position: relative;
  overflow-y: auto; }
  .dict_layer .dctContent::-webkit-scrollbar, .c-strokeDetail-wrap .dctContent::-webkit-scrollbar {
    width: 6px;
    border-radius: 3px;
    background-color: #f3f3f3;
    /* or add it to the track */ }
  .dict_layer .dctContent::-webkit-scrollbar-thumb, .c-strokeDetail-wrap .dctContent::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px; }
  .dict_layer .dctContent .wordMod, .c-strokeDetail-wrap .dctContent .wordMod {
    margin: 24px 0 12px;
    position: relative;
    overflow: hidden;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    align-items: flex-start; }
    .dict_layer .dctContent .wordMod .words, .c-strokeDetail-wrap .dctContent .wordMod .words {
      position: relative;
      overflow: hidden;
      float: left;
      margin-bottom: 12px;
      margin-left: 16px; }
      .dict_layer .dctContent .wordMod .words span, .c-strokeDetail-wrap .dctContent .wordMod .words span {
        width: 72px;
        height: 72px;
        float: left;
        border: 1px solid #707070;
        background: url("../images/bgge.png") no-repeat center center;
        font-family: "標楷體", "STKaiti", "KaiTi";
        font-size: 64px;
        text-align: center;
        line-height: 72px; }
        .dict_layer .dctContent .wordMod .words span:nth-child(2), .dict_layer .dctContent .wordMod .words span:nth-child(3), .dict_layer .dctContent .wordMod .words span:nth-child(4), .dict_layer .dctContent .wordMod .words span:nth-child(5), .dict_layer .dctContent .wordMod .words span:nth-child(6), .c-strokeDetail-wrap .dctContent .wordMod .words span:nth-child(2), .c-strokeDetail-wrap .dctContent .wordMod .words span:nth-child(3), .c-strokeDetail-wrap .dctContent .wordMod .words span:nth-child(4), .c-strokeDetail-wrap .dctContent .wordMod .words span:nth-child(5), .c-strokeDetail-wrap .dctContent .wordMod .words span:nth-child(6) {
          margin-left: -1px;
          border-left: 1px solid #e5e5e5; }
    .dict_layer .dctContent .wordMod .info, .c-strokeDetail-wrap .dctContent .wordMod .info {
      margin-left: 16px; }
      .dict_layer .dctContent .wordMod .info p, .c-strokeDetail-wrap .dctContent .wordMod .info p {
        display: flex;
        font-size: 20px;
        padding: 4px 0; }
      .dict_layer .dctContent .wordMod .info a, .c-strokeDetail-wrap .dctContent .wordMod .info a {
        line-height: 24px;
        width: 24px;
        height: 24px;
        margin-left: 4px; }
      .dict_layer .dctContent .wordMod .info .icfont, .dict_layer .dctContent .wordMod .info .icon, .c-strokeDetail-wrap .dctContent .wordMod .info .icfont, .c-strokeDetail-wrap .dctContent .wordMod .info .icon {
        width: 24px;
        height: 24px;
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        color: #1E92FF;
        font-size: 24px;
        font-family: "icfont" !important; }
        .dict_layer .dctContent .wordMod .info .icfont::after, .dict_layer .dctContent .wordMod .info .icon::after, .c-strokeDetail-wrap .dctContent .wordMod .info .icfont::after, .c-strokeDetail-wrap .dctContent .wordMod .info .icon::after {
          content: "\e684"; }
  .dict_layer .dctContent .contentMod, .c-strokeDetail-wrap .dctContent .contentMod {
    padding: 8px 16px; }
    .dict_layer .dctContent .contentMod p, .c-strokeDetail-wrap .dctContent .contentMod p {
      padding: 6px 0;
      font-size: 24px; }

.dict_layer .dctSearch, .c-strokeDetail-wrap .dctSearch {
  text-align: center;
  padding: 16px 0; }
  .dict_layer .dctSearch .dctKeyWord, .c-strokeDetail-wrap .dctSearch .dctKeyWord {
    font-size: 18px; }
    .dict_layer .dctSearch .dctKeyWord b, .c-strokeDetail-wrap .dctSearch .dctKeyWord b {
      color: #FF7246; }
  .dict_layer .dctSearch .dctLoading, .c-strokeDetail-wrap .dctSearch .dctLoading {
    margin-top: 16px; }

.dict_layerFixed {
  position: fixed;
  top: 8px;
  left: 50%;
  margin-left: 286px; }

.popupCourse .dctContent {
  margin: 0;
  height: calc(100% - 48px); }
  .popupCourse .dctContent .stateRow {
    position: relative;
    overflow: hidden;
    margin: 16px 16px 0;
    height: 40px; }
    .popupCourse .dctContent .stateRow li {
      float: left;
      font-size: 18px;
      margin: 0 8px;
      line-height: 16px; }
      .popupCourse .dctContent .stateRow li i {
        width: 16px;
        height: 16px;
        border-radius: 2px;
        float: left;
        margin-right: 4px; }
    .popupCourse .dctContent .stateRow .end {
      color: #9CCB38; }
      .popupCourse .dctContent .stateRow .end i {
        background: #9CCB38;
        border: 1px solid #9CCB38; }
    .popupCourse .dctContent .stateRow .none {
      color: #333; }
      .popupCourse .dctContent .stateRow .none i {
        background: #fff;
        border: 1px solid #707070; }
    .popupCourse .dctContent .stateRow .ing {
      color: #FF7246; }
      .popupCourse .dctContent .stateRow .ing i {
        background: #FF7246;
        border: 1px solid #FF7246; }
  .popupCourse .dctContent .listRow {
    position: relative;
    padding: 0 4px;
    margin: 0 6px;
    height: calc(100% - 56px);
    overflow-y: auto; }
    .popupCourse .dctContent .listRow li {
      border-radius: 6px;
      text-align: center;
      line-height: 44px;
      height: 44px;
      cursor: pointer;
      font-size: 20px;
      width: calc(50% - 12px);
      margin: 0 6px 12px;
      position: relative; }
    .popupCourse .dctContent .listRow .end {
      background: #9CCB38;
      border: 1px solid #9CCB38;
      color: #fff; }
    .popupCourse .dctContent .listRow .none {
      background: #fff;
      border: 1px solid #707070;
      color: #333; }
    .popupCourse .dctContent .listRow .ing {
      background: #FF7246;
      border: 1px solid #FF7246;
      color: #fff; }

.popupCourserow .dctContent .listRow li {
  width: 100%; }
  .popupCourserow .dctContent .listRow li .tage {
    position: absolute;
    width: 48px;
    height: 24px;
    border-radius: 0 12px 0 12px;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    font-size: 16px; }
  .popupCourserow .dctContent .listRow li .high {
    background: #FF7246; }
  .popupCourserow .dctContent .listRow li .low {
    background: #1E92FF; }

.popupCourserow .dctContent .listRow .ing .tage {
  background: #fff;
  color: #FF7246; }

.popupCourserow .dctContent .listRow .end .tage {
  background: #fff;
  color: #9CCB38; }

.popupGrade .listRow {
  position: relative;
  padding: 0 10px;
  margin: 0 6px;
  height: 100%;
  overflow-y: auto; }
  .popupGrade .listRow li {
    border-radius: 6px;
    text-align: center;
    line-height: 44px;
    height: 44px;
    cursor: pointer;
    font-size: 22px;
    margin-top: 16px;
    background: rgba(156, 203, 56, 0.08); }
  .popupGrade .listRow .active {
    background: #9CCB38;
    color: #fff; }

.popupCollect .dctContent {
  margin: 0;
  height: calc(100% - 48px); }

.popupCollect .listRow {
  position: relative;
  padding: 16px 7px;
  margin: 0 4px;
  height: calc(100% - 60px);
  overflow-y: auto; }
  .popupCollect .listRow .checkbox {
    display: none; }
  .popupCollect .listRow input[type=checkbox] {
    width: 20px;
    height: 20px;
    position: relative; }
    .popupCollect .listRow input[type=checkbox]::after {
      content: "\e6a5";
      width: 20px;
      height: 20px;
      position: absolute;
      top: 0;
      left: 0;
      font-family: "icfont" !important;
      font-size: 16px;
      background: #fff;
      color: #666;
      text-align: center;
      line-height: 20px; }
    .popupCollect .listRow input[type=checkbox]:checked::after {
      content: "\e6a4";
      color: #FF7246; }
  .popupCollect .listRow li {
    width: 54px;
    height: 54px;
    line-height: 54px;
    border: 1px solid #999;
    margin: 0 4px 8px;
    float: left;
    font-family: "標楷體", "STKaiti", "KaiTi";
    font-size: 48px;
    text-align: center;
    background-image: url("../images/bgge.png");
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative; }
    .popupCollect .listRow li .checkbox {
      position: absolute;
      bottom: 0;
      right: 0; }
  .popupCollect .listRow .active {
    background: #9CCB38;
    color: #fff; }

.popupCollect .editRow {
  height: 60px;
  margin: 0 16px; }
  .popupCollect .editRow .btns {
    border-radius: 22px;
    border: 1px solid #9CCB38; }
  .popupCollect .editRow .btn {
    border: none;
    cursor: pointer;
    height: 44px;
    line-height: 44px;
    background: transparent;
    font-size: 20px;
    color: #9CCB38;
    position: relative; }
  .popupCollect .editRow .btn-edit {
    width: 100%; }
  .popupCollect .editRow .btns-opt .btn {
    width: 50%; }
    .popupCollect .editRow .btns-opt .btn:first-child {
      border-right: 1px solid #9CCB38; }
  .popupCollect .editRow .btns-opt .btn-cancel {
    color: #333; }

.popupCollectEdit .listRow .checkbox {
  display: block; }

.wordCell {
  border: 1px solid #666;
  background: url("../images/bgge.png") no-repeat center center;
  font-family: "標楷體", "STKaiti", "KaiTi";
  text-align: center; }

.wordCellOn {
  border: 1px solid #FF7246;
  background: url("../images/bggeon.png") no-repeat center center;
  font-family: "標楷體", "STKaiti", "KaiTi";
  text-align: center;
  color: #FF7246; }

.wordCell {
  position: relative; }
  .wordCell .hz {
    position: relative;
    z-index: 1; }
  .wordCell .strokeAni, .wordCell .voice {
    position: absolute;
    width: 50%;
    height: 100%;
    cursor: pointer;
    z-index: 5; }
    .wordCell .strokeAni:after, .wordCell .voice:after {
      font-family: "icfont" !important;
      font-size: 24px;
      position: absolute;
      bottom: 12px;
      width: 24px;
      height: 24px;
      line-height: 24px;
      color: #1E92FF;
      opacity: 0; }
    .wordCell .strokeAni:hover:after, .wordCell .voice:hover:after {
      opacity: 1; }
  .wordCell .voice:after {
    content: "\e684"; }
  .wordCell .voicePth, .wordCell .voiceBs {
    left: 0; }
    .wordCell .voicePth:after, .wordCell .voiceBs:after {
      left: 12px; }
  .wordCell .voiceYueyu {
    right: 0; }
    .wordCell .voiceYueyu:after {
      right: 12px; }
  .wordCell .strokeAni {
    right: 0; }
    .wordCell .strokeAni:after {
      content: "\e6a0";
      right: 12px; }

.wordBox .pingyinCell {
  border: 1px solid #666;
  position: relative; }
  .wordBox .pingyinCell .py {
    display: block;
    font-family: "pingyin";
    text-align: center;
    position: relative;
    z-index: 5;
    cursor: pointer; }
    .wordBox .pingyinCell .py:after {
      content: "\e684";
      font-family: "icfont" !important;
      font-size: 24px;
      position: absolute;
      bottom: 12px;
      width: 24px;
      height: 24px;
      line-height: 24px;
      color: #1E92FF;
      opacity: 0;
      right: 12px; }
    .wordBox .pingyinCell .py:hover:after {
      opacity: 1; }
  .wordBox .pingyinCell::after, .wordBox .pingyinCell::before {
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    border-top: 1px dashed #ccc;
    left: 0;
    z-index: 1; }

.wordBox .pingyinCell ~ .wordCell {
  margin-top: -1px; }

.voiceBox {
  position: relative; }
  .voiceBox .voice {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 5; }
    .voiceBox .voice:after {
      content: "\e684";
      font-family: "icfont" !important;
      font-size: 24px;
      position: absolute;
      bottom: 12px;
      width: 24px;
      height: 24px;
      line-height: 24px;
      color: #1E92FF;
      opacity: 0;
      right: 12px; }
    .voiceBox .voice:hover:after {
      opacity: 1; }

.wordMax {
  width: 360px; }
  .wordMax .pingyinCell {
    height: 128px; }
    .wordMax .pingyinCell .py {
      font-size: 96px;
      line-height: 112px;
      height: 126px; }
    .wordMax .pingyinCell::after {
      top: 39px; }
    .wordMax .pingyinCell::before {
      bottom: 36px; }
  .wordMax .wordCell {
    width: 360px;
    height: 360px; }
    .wordMax .wordCell .hz {
      line-height: 360px;
      font-size: 340px; }

.wordMid {
  width: 256px; }
  .wordMid .pingyinCell {
    height: 88px; }
    .wordMid .pingyinCell .py {
      font-size: 60px;
      line-height: 76px;
      height: 88px; }
    .wordMid .pingyinCell::after {
      top: 27px; }
    .wordMid .pingyinCell::before {
      bottom: 27px; }
  .wordMid .wordCell {
    width: 256px;
    height: 256px; }
    .wordMid .wordCell .hz {
      line-height: 256px;
      font-size: 240px; }

.formSwitch {
  position: relative;
  height: 20px;
  line-height: 20px;
  width: 40px;
  border-radius: 20px;
  cursor: pointer;
  background-color: #ddd;
  -webkit-transition: .1s linear;
  transition: .1s linear; }
  .formSwitch i {
    position: absolute;
    left: 2px;
    top: 2px;
    width: 16px;
    height: 16px;
    border-radius: 20px;
    background-color: #fff;
    -webkit-transition: .1s linear;
    transition: .1s linear; }

.formSwitchOn {
  background-color: #FF7246; }
  .formSwitchOn i {
    left: 100%;
    margin-left: -18px; }

.toolModule {
  border: 2px solid #FF7246;
  background: #fff;
  border-radius: 16px;
  padding: 8px 16px; }
  .toolModule .menuItem {
    position: relative;
    min-height: 48px;
    padding: 10px 0;
    border-top: 1px solid #e5e5e5;
    cursor: pointer; }
    .toolModule .menuItem:first-child {
      border: none; }
    .toolModule .menuItem .label {
      flex: 1;
      font-size: 20px;
      height: 24px;
      line-height: 24px;
      margin: 2px; }
      .toolModule .menuItem .label .icfont {
        width: 24px;
        height: 24px;
        margin-right: 8px;
        font-size: 24px;
        line-height: 1; }
      .toolModule .menuItem .label a {
        color: #333;
        flex: 1; }
    .toolModule .menuItem .cont {
      width: 40px; }
    .toolModule .menuItem .playerBtn, .toolModule .menuItem .recordBtn {
      width: 28px;
      height: 28px;
      border: 1px solid #FF7246;
      border-radius: 14px;
      background: rgba(255, 114, 70, 0.08); }
      .toolModule .menuItem .playerBtn .icfont, .toolModule .menuItem .recordBtn .icfont {
        display: block;
        width: 26px;
        height: 26px;
        text-align: center;
        line-height: 26px;
        font-size: 24px;
        color: #FF7246; }
  .toolModule .menuItemActive {
    color: #FF7246; }
    .toolModule .menuItemActive .playerBtn {
      background: #FF7246; }
      .toolModule .menuItemActive .playerBtn .icfont {
        color: #fff; }
        .toolModule .menuItemActive .playerBtn .icfont:before {
          content: '\e68b';
          font-family: "icfont" !important; }
    .toolModule .menuItemActive .recordBtn {
      background: #FF7246; }
      .toolModule .menuItemActive .recordBtn .icfont {
        color: #fff; }
  .toolModule .itemRecording.menuItemActive {
    height: 144px; }
  .toolModule .openAniButton {
    display: none;
    margin: 8px 0;
    height: 40px;
    border: 1px solid #9CCB38;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #9CCB38;
    border-radius: 20px;
    cursor: pointer; }

.rec_main {
  position: absolute;
  width: 220px;
  z-index: 5;
  top: 48px;
  left: -18px;
  border: 2px solid #FF7246;
  border-radius: 16px 0 16px 16px;
  background: #fff; }
  .rec_main::after {
    content: "";
    width: 10px;
    height: 10px;
    border-width: 2px 2px 0 0;
    border-color: #FF7246;
    border-style: solid;
    transform: rotate(-45deg);
    position: absolute;
    top: -7px;
    right: 24px;
    background: #fff; }
  .rec_main .rec_mainBox {
    position: relative;
    padding-bottom: 32px; }
  .rec_main .recwave {
    height: 24px;
    margin: 32px 32px 8px; }
  .rec_main .reclogBox {
    position: relative; }
  .rec_main .reclogNote {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 32px;
    line-height: 32px; }
  .rec_main .reclog {
    text-align: center;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-weight: bold;
    font-size: 20px; }
  .rec_main .rec_btns {
    width: 98px;
    height: 98px;
    border-radius: 42px;
    background: rgba(255, 114, 70, 0.04);
    margin: 8px auto 0;
    position: relative; }
    .rec_main .rec_btns button {
      width: 56px;
      height: 56px;
      border-radius: 24px;
      background: #FF7246;
      border: none;
      position: absolute;
      top: 21px;
      left: 21px;
      z-index: 5;
      cursor: pointer; }
      .rec_main .rec_btns button .icfont {
        color: #fff;
        font-size: 32px; }
    .rec_main .rec_btns::after {
      content: "";
      width: 76px;
      height: 76px;
      border-radius: 32px;
      background: rgba(255, 114, 70, 0.16);
      position: absolute;
      top: 11px;
      left: 11px;
      z-index: 1; }
  .rec_main .recPlayerBox {
    padding: 12px 16px; }
    .rec_main .recPlayerBox .recItem {
      position: relative;
      height: 48px;
      padding: 10px 0;
      border-top: 1px solid #e5e5e5;
      cursor: pointer; }
      .rec_main .recPlayerBox .recItem:first-child {
        border: none; }
      .rec_main .recPlayerBox .recItem .label {
        flex: 1;
        font-size: 20px;
        height: 24px;
        line-height: 24px;
        margin: 2px;
        color: #333; }
        .rec_main .recPlayerBox .recItem .label .icfont {
          width: 24px;
          height: 24px;
          margin-right: 8px;
          font-size: 24px;
          line-height: 1; }
      .rec_main .recPlayerBox .recItem .cont {
        width: 32px;
        margin-left: 0; }
      .rec_main .recPlayerBox .recItem .pBtn {
        width: 28px;
        height: 28px;
        border: 1px solid #FF7246;
        border-radius: 14px;
        background: rgba(255, 114, 70, 0.08); }
        .rec_main .recPlayerBox .recItem .pBtn .icfont {
          display: block;
          width: 26px;
          height: 26px;
          text-align: center;
          line-height: 26px;
          font-size: 24px;
          color: #FF7246; }
      .rec_main .recPlayerBox .recItem .pause {
        background: #FF7246; }
        .rec_main .recPlayerBox .recItem .pause .icfont {
          color: #fff; }
          .rec_main .recPlayerBox .recItem .pause .icfont:before {
            content: '\e68b';
            font-family: "icfont" !important; }
    .rec_main .recPlayerBox .playing {
      color: #FF7246; }
  .rec_main .recPlayerBox_db .recModItem {
    position: relative;
    overflow: hidden;
    height: 28px;
    padding: 10px 0;
    border-bottom: 1px solid #E5E5E5; }
    .rec_main .recPlayerBox_db .recModItem:last-child {
      border: none; }
    .rec_main .recPlayerBox_db .recModItem .recPlayerBg {
      float: right; }
  .rec_main .recPlayerBox_db .recModItem_noBar .label {
    width: 156px; }
  .rec_main .recPlayerBox_db .timelineBg .timeline {
    width: 72px; }

.strokeList .cell {
  width: 88px;
  margin: 8px 4px 0;
  border: 1px solid #666; }
  .strokeList .cell .cellSvg {
    width: 86px;
    height: 86px;
    position: relative;
    overflow: hidden;
    background: url("../images/bgge.png") no-repeat center center;
    padding: 2px; }
  .strokeList .cell .cellName {
    border-top: 1px solid #666;
    text-align: center;
    padding: 4px; }
  .strokeList .cell:first-child .cellName {
    font-family: "pingyin"; }

.bushouFh {
  display: none; }
  .bushouFh #fenheType {
    width: 256px;
    height: 256px;
    margin: 0 auto;
    position: relative; }
    .bushouFh #fenheType .wrodTit {
      position: absolute;
      width: 100%;
      height: 40px;
      top: -52px;
      text-align: center;
      font-size: 24px;
      opacity: 0;
      transition: .1s opacity;
      transition-delay: .1s; }
    .bushouFh #fenheType .wordBoxHs {
      width: 256px;
      height: 256px;
      position: absolute;
      z-index: 5;
      transition: transform .5s, background .1s, border .1s; }
      .bushouFh #fenheType .wordBoxHs:nth-child(1) {
        transform: translate(0, 0); }
      .bushouFh #fenheType .wordBoxHs:nth-child(2) {
        transform: translate(0, 0); }
    .bushouFh #fenheType::after {
      content: '';
      position: absolute;
      z-index: 1;
      width: 256px;
      height: 256px;
      background: url("../images/bgge.png") no-repeat center center;
      border: 1px solid #666;
      top: 0;
      left: 0; }
  .bushouFh #fenheType.fhTypeLeftRight.fhTypeOpen {
    background: none;
    border: none; }
    .bushouFh #fenheType.fhTypeLeftRight.fhTypeOpen::after {
      display: none; }
    .bushouFh #fenheType.fhTypeLeftRight.fhTypeOpen .wrodTit {
      opacity: 1; }
    .bushouFh #fenheType.fhTypeLeftRight.fhTypeOpen .wordBoxHs {
      background: url("../images/bgge.png") no-repeat center center;
      border: 1px solid #666; }
      .bushouFh #fenheType.fhTypeLeftRight.fhTypeOpen .wordBoxHs:nth-child(1) {
        transform: translate(-152px, 0); }
      .bushouFh #fenheType.fhTypeLeftRight.fhTypeOpen .wordBoxHs:nth-child(2) {
        transform: translate(152px, 0); }
  .bushouFh #fenheType.fhTypeLeftTop {
    height: 600px; }
    .bushouFh #fenheType.fhTypeLeftTop .wordBoxHs:last-child .wrodTit {
      top: 268px; }
  .bushouFh #fenheType.fhTypeLeftTop.fhTypeOpen .wrodTit {
    opacity: 1; }
  .bushouFh #fenheType.fhTypeLeftTop.fhTypeOpen .wordBoxHs:nth-child(2) {
    background: url("../images/bgge.png") no-repeat center center;
    border: 1px solid #666;
    transform: translate(0, 304px); }

.familySimSun .wordCell, .familySimSun .wordCellOn {
  font-family: "SimSun"; }

.familyFangSong .wordCell, .familyFangSong .wordCellOn {
  font-family: "FangSong"; }

.familyNSimSun .wordCell, .familyNSimSun .wordCellOn {
  font-family: "NSimSun"; }

.familySimHei .wordCell, .familySimHei .wordCellOn {
  font-family: "SimHei"; }

.course-wrap .bushouFh #fenheType.fhTypeLeftRight.fhTypeOpen .wordBoxHs:nth-child(1) {
  transform: translate(-140px, 0); }

.course-wrap .bushouFh #fenheType.fhTypeLeftRight.fhTypeOpen .wordBoxHs:nth-child(2) {
  transform: translate(140px, 0); }

.course-wrap .bushouFh #fenheType.fhTypeLeftTop {
  height: 540px; }

.course-wrap .bushouFh #fenheType.fhTypeLeftTop.fhTypeOpen .wordBoxHs:nth-child(2) {
  transform: translate(0, 280px); }

.course-wrap .c-main {
  margin-top: 40px;
  align-items: flex-start; }

.course-wrap .c-tabsMenu {
  margin-top: 24px; }
  .course-wrap .c-tabsMenu ul {
    border: 1px solid rgba(156, 203, 56, 0.24);
    border-radius: 24px;
    position: relative;
    overflow: hidden; }
  .course-wrap .c-tabsMenu .item {
    flex: 1;
    text-align: center;
    font-size: 24px;
    font-family: "pingyin";
    color: #9CCB38;
    position: relative;
    cursor: pointer;
    height: 46px;
    line-height: 46px; }
  .course-wrap .c-tabsMenu .itemActive {
    background: #9CCB38;
    color: #fff; }

.course-wrap .hanzi {
  width: 360px; }

.course-wrap .explain {
  margin-left: 48px; }
  .course-wrap .explain .e-top .title {
    font-size: 28px; }
  .course-wrap .explain .e-top .btn {
    margin-left: 8px; }
    .course-wrap .explain .e-top .btn .icfont {
      width: 24px;
      height: 24px;
      cursor: pointer;
      font-size: 24px;
      color: #1E92FF; }
  .course-wrap .explain .e-main {
    font-size: 32px;
    margin-top: 20px; }
    .course-wrap .explain .e-main p {
      padding: 4px 0; }
  .course-wrap .explain .e-button {
    margin-top: 20px; }
    .course-wrap .explain .e-button .btn {
      width: 96px;
      height: 32px;
      line-height: 32px;
      border-radius: 16px;
      color: #9CCB38;
      text-align: center;
      cursor: pointer;
      border: 1px solid #9CCB38;
      background: #fff; }
    .course-wrap .explain .e-button .dict_select {
      background: #9CCB38;
      color: #fff; }

.course-wrap .c-menu, .course-wrap .t-menu {
  border: 1px solid rgba(156, 203, 56, 0.24);
  border-radius: 24px; }
  .course-wrap .c-menu li, .course-wrap .t-menu li {
    width: 25%;
    text-align: center;
    font-size: 24px;
    font-family: "Noto Serif CJK SC", "Source Han Serif SC", "Source Han Serif", source-han-serif-sc, "NSimSun", serif;
    font-weight: 700;
    color: #9CCB38;
    position: relative;
    cursor: pointer; }
    .course-wrap .c-menu li a, .course-wrap .t-menu li a {
      color: #9CCB38; }

.course-wrap .c-menu {
  margin-top: 40px; }
  .course-wrap .c-menu li {
    line-height: 46px;
    height: 46px; }
    .course-wrap .c-menu li::after {
      content: '';
      width: 1px;
      height: 24px;
      background: rgba(156, 203, 56, 0.24);
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -12px; }
    .course-wrap .c-menu li:last-child::after {
      display: none; }

.course-wrap .t-menu {
  flex: 1;
  margin-left: 12px; }
  .course-wrap .t-menu li {
    height: 48px;
    line-height: 48px; }
  .course-wrap .t-menu .active {
    background: #9CCB38;
    color: #fff;
    border-radius: 24px; }
    .course-wrap .t-menu .active:nth-child(1), .course-wrap .t-menu .active:nth-child(2) {
      border-bottom-right-radius: 0; }
    .course-wrap .t-menu .active:nth-child(3), .course-wrap .t-menu .active:nth-child(4) {
      border-bottom-left-radius: 0; }

.course-wrap .tab-main {
  margin-top: 8px;
  position: relative; }
  .course-wrap .tab-main .t-content {
    margin-top: 40px;
    align-items: flex-start; }
    .course-wrap .tab-main .t-content .tc-main {
      flex: 1; }
    .course-wrap .tab-main .t-content .tc-side {
      width: 220px;
      margin-left: 24px;
      position: relative; }
    .course-wrap .tab-main .t-content .fontPlay .wordBox, .course-wrap .tab-main .t-content .fontSwitch .wordBox {
      margin: 0 auto; }
  .course-wrap .tab-main .t-content-zixing .mainBoxActive.fontPlay .wordColor0 {
    color: #FF6F00; }
  .course-wrap .tab-main .t-content-zixing .mainBoxActive.fontPlay .wordColor1 {
    color: #FFF700; }
  .course-wrap .tab-main .t-content-zixing .mainBoxActive.fontPlay .wordColor2 {
    color: #0090FF; }
  .course-wrap .tab-main .t-content-zixing .mainBoxActive.fontPlay .wordColor3 {
    color: #000; }
  .course-wrap .tab-main .t-content-zixing .fontContrast li, .course-wrap .tab-main .t-content-zixing .fontWritten li {
    width: 252px;
    margin: 0 12px 48px; }
    .course-wrap .tab-main .t-content-zixing .fontContrast li:nth-last-child(3), .course-wrap .tab-main .t-content-zixing .fontWritten li:nth-last-child(3) {
      width: 100%; }
  .course-wrap .tab-main .t-content-zixing .fontContrast .wordMid, .course-wrap .tab-main .t-content-zixing .fontWritten .wordMid {
    margin: 0 auto; }
    .course-wrap .tab-main .t-content-zixing .fontContrast .wordMid .wordCell, .course-wrap .tab-main .t-content-zixing .fontWritten .wordMid .wordCell {
      width: 252px;
      height: 252px;
      line-height: 252px;
      text-align: center;
      margin: 0 auto; }
      .course-wrap .tab-main .t-content-zixing .fontContrast .wordMid .wordCell .hz, .course-wrap .tab-main .t-content-zixing .fontContrast .wordMid .wordCell .hzjt, .course-wrap .tab-main .t-content-zixing .fontContrast .wordMid .wordCell .hzyt, .course-wrap .tab-main .t-content-zixing .fontWritten .wordMid .wordCell .hz, .course-wrap .tab-main .t-content-zixing .fontWritten .wordMid .wordCell .hzjt, .course-wrap .tab-main .t-content-zixing .fontWritten .wordMid .wordCell .hzyt {
        font-size: 240px; }
  .course-wrap .tab-main .t-content-zixing .fontContrast .wordTit, .course-wrap .tab-main .t-content-zixing .fontWritten .wordTit {
    margin-top: 12px;
    font-size: 24px;
    text-align: center; }
  .course-wrap .tab-main .t-content-pinyin .mainBox {
    border-radius: 16px;
    border: 1px solid #ccc;
    position: relative;
    overflow: hidden; }
    .course-wrap .tab-main .t-content-pinyin .mainBox .voiceBox {
      flex: 1;
      border-left: 1px solid #ccc;
      text-align: center;
      padding-bottom: 16px; }
      .course-wrap .tab-main .t-content-pinyin .mainBox .voiceBox:first-child {
        border: none; }
      .course-wrap .tab-main .t-content-pinyin .mainBox .voiceBox .tit {
        font-size: 20px;
        color: #666;
        padding: 16px 0; }
  .course-wrap .tab-main .t-content-pinyin .soundDetail .voiceBox .con {
    font-size: 48px;
    font-family: "pingyin";
    height: 112px;
    line-height: 112px;
    padding: 0 16px; }
  .course-wrap .tab-main .t-content-pinyin .soundDetail .voiceBox .hz {
    font-size: 96px;
    font-family: "標楷體", "STKaiti", "KaiTi"; }
  .course-wrap .tab-main .t-content-pinyin .soundDetail .voiceBoxPlay .con {
    animation: 1s flickerPlay ease-in-out infinite; }
  .course-wrap .tab-main .t-content-pinyin .fourTones {
    margin-top: 24px;
    background: #f3f3f3; }
    .course-wrap .tab-main .t-content-pinyin .fourTones .voiceBox {
      padding-bottom: 0; }
      .course-wrap .tab-main .t-content-pinyin .fourTones .voiceBox .tit {
        padding-bottom: 8px; }
      .course-wrap .tab-main .t-content-pinyin .fourTones .voiceBox .pinyin {
        padding-bottom: 12px;
        height: 64px;
        line-height: 64px;
        font-family: "pingyin";
        font-size: 36px; }
      .course-wrap .tab-main .t-content-pinyin .fourTones .voiceBox .hz {
        border-top: 1px solid #ccc;
        font-size: 96px;
        font-family: "標楷體", "STKaiti", "KaiTi";
        height: 120px;
        line-height: 120px;
        background: #fff; }
    .course-wrap .tab-main .t-content-pinyin .fourTones .voiceBoxActive .pinyin, .course-wrap .tab-main .t-content-pinyin .fourTones .voiceBoxActive .hz {
      color: #FF7246; }
    .course-wrap .tab-main .t-content-pinyin .fourTones .voiceBoxPlay .pinyin {
      animation: 1s flickerPlay ease-in-out infinite; }
  .course-wrap .tab-main .t-content-pinyin .fourTonesPlay {
    background: rgba(255, 114, 70, 0.04);
    border: 1px solid #FF7246; }
    .course-wrap .tab-main .t-content-pinyin .fourTonesPlay .voiceBox {
      border-left: 1px solid #FF7246; }
      .course-wrap .tab-main .t-content-pinyin .fourTonesPlay .voiceBox .hz {
        border-top: 1px solid #FF7246;
        background: none; }
    .course-wrap .tab-main .t-content-pinyin .fourTonesPlay .voiceBoxPlay {
      background: #E9FFBB; }
      .course-wrap .tab-main .t-content-pinyin .fourTonesPlay .voiceBoxPlay .pinyin {
        animation: none; }
      .course-wrap .tab-main .t-content-pinyin .fourTonesPlay .voiceBoxPlay .hz {
        border-top: 1px solid #9CCB38; }
      .course-wrap .tab-main .t-content-pinyin .fourTonesPlay .voiceBoxPlay .voice:after {
        color: #9CCB38;
        opacity: 1; }
      .course-wrap .tab-main .t-content-pinyin .fourTonesPlay .voiceBoxPlay .voice:hover:after {
        opacity: 1; }
  .course-wrap .tab-main .audioPlaying .mainBox .voiceBox .voice:after {
    color: #9CCB38; }
  .course-wrap .tab-main .audioPlaying .mainBox .voiceBox .voice:hover:after {
    opacity: 0; }
  .course-wrap .tab-main .t-content-bushou .toolModule .openAniButton {
    display: none;
    margin: 8px 0;
    height: 40px;
    border: 1px solid #FF7246;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #FF7246;
    border-radius: 20px;
    cursor: pointer; }
  .course-wrap .tab-main .t-content-bushou .mainBoxWord {
    align-items: flex-start; }
    .course-wrap .tab-main .t-content-bushou .mainBoxWord .tc-main {
      align-items: flex-start; }
    .course-wrap .tab-main .t-content-bushou .mainBoxWord .wordCell {
      width: 256px;
      height: 256px; }
    .course-wrap .tab-main .t-content-bushou .mainBoxWord .cell {
      width: 256px;
      margin: 0 12px; }
      .course-wrap .tab-main .t-content-bushou .mainBoxWord .cell .wrodTit {
        text-align: center;
        font-size: 24px;
        padding-bottom: 12px; }
      .course-wrap .tab-main .t-content-bushou .mainBoxWord .cell .wordInfo {
        margin-top: 12px; }
  .course-wrap .tab-main .t-content-bushou .mainBoxDetails {
    margin-top: 48px;
    border: 1px solid #ccc;
    border-radius: 16px;
    position: relative;
    overflow: hidden; }
    .course-wrap .tab-main .t-content-bushou .mainBoxDetails .item {
      width: 20%;
      border-right: 1px solid #ccc; }
      .course-wrap .tab-main .t-content-bushou .mainBoxDetails .item:last-child {
        border: none; }
      .course-wrap .tab-main .t-content-bushou .mainBoxDetails .item .i-tit {
        background: #f3f3f3;
        height: 64px;
        text-align: center;
        line-height: 64px;
        color: #666;
        padding: 0 12px;
        border-bottom: 1px solid #ccc; }
      .course-wrap .tab-main .t-content-bushou .mainBoxDetails .item .i-con {
        min-height: 84px;
        text-align: center;
        padding: 24px 12px;
        font-size: 24px; }
  .course-wrap .tab-main .t-content-bushou .mainBoxStroke {
    margin-top: 32px;
    border: 1px solid #ccc;
    border-radius: 16px;
    position: relative;
    overflow: hidden; }
    .course-wrap .tab-main .t-content-bushou .mainBoxStroke .strokeTit {
      background: #f3f3f3;
      min-height: 64px;
      padding: 12px 24px; }
      .course-wrap .tab-main .t-content-bushou .mainBoxStroke .strokeTit .tit {
        font-size: 24px;
        font-weight: 700;
        width: 112px; }
      .course-wrap .tab-main .t-content-bushou .mainBoxStroke .strokeTit .storkeName {
        flex: 1;
        margin-left: 24px;
        line-height: 1.5;
        text-align: right; }
    .course-wrap .tab-main .t-content-bushou .mainBoxStroke .strokeCon {
      padding: 8px 12px 16px; }

.popupFontSwitch .currentWord {
  text-align: center; }
  .popupFontSwitch .currentWord .tit {
    font-size: 20px;
    color: #FF7246;
    padding: 12px 0; }
  .popupFontSwitch .currentWord .wordCellOn {
    width: 144px;
    height: 144px;
    line-height: 144px;
    font-size: 128px;
    margin: 0 auto; }

.popupFontSwitch .listWrod {
  padding: 32px 8px 12px; }
  .popupFontSwitch .listWrod li {
    margin: 0 6px 12px;
    width: 88px;
    text-align: center; }
    .popupFontSwitch .listWrod li .tit {
      margin-top: 4px; }
  .popupFontSwitch .listWrod .wordCell {
    width: 88px;
    height: 88px;
    line-height: 88px;
    font-size: 72px;
    cursor: pointer; }

@keyframes flickerPlay {
  0% {
    opacity: 1; }
  50% {
    opacity: .1; }
  100% {
    opacity: 1; } }

.jingjieWrapper .main-row {
  align-items: flex-start; }

.jingjieWrapper .mainBoxHz {
  align-items: flex-start; }

.jingjieWrapper .tc-main {
  align-items: flex-start;
  flex: 1; }

.jingjieWrapper .tc-side {
  width: 220px;
  margin-left: 24px;
  position: relative; }

.jingjieWrapper .wordMid {
  margin: 0 auto; }

.jingjieWrapper .modTable .item {
  width: 50%;
  border-top: 1px solid #ccc;
  background: #f3f3f3; }
  .jingjieWrapper .modTable .item .label {
    width: 128px;
    padding: 0 12px 0 16px; }
  .jingjieWrapper .modTable .item .block {
    flex: 1;
    padding: 10px 16px;
    border-left: 1px solid #ccc;
    background: #fff;
    font-size: 24px;
    min-height: 56px; }
    .jingjieWrapper .modTable .item .block .bcell {
      cursor: pointer;
      margin-left: 16px; }
      .jingjieWrapper .modTable .item .block .bcell:first-child {
        margin: 0; }
  .jingjieWrapper .modTable .item:nth-child(1), .jingjieWrapper .modTable .item:nth-child(2) {
    border: none; }
  .jingjieWrapper .modTable .item:nth-child(even) {
    border-left: 1px solid #ccc; }
  .jingjieWrapper .modTable .item .voice {
    cursor: pointer;
    margin-left: 4px; }
    .jingjieWrapper .modTable .item .voice .icfont {
      font-size: 24px;
      color: #1E92FF; }

.jingjieWrapper .modTable .item:nth-of-type(odd):last-child {
  width: 100%; }

.jingjieWrapper .moduleBox {
  margin-top: 24px;
  border: 1px solid #ccc;
  border-radius: 16px;
  position: relative;
  overflow: hidden; }
  .jingjieWrapper .moduleBox:first-child {
    margin-top: 40px; }
  .jingjieWrapper .moduleBox .modTit {
    height: 64px;
    padding: 0 24px;
    background: #f3f3f3;
    border-bottom: 1px solid #ccc; }
    .jingjieWrapper .moduleBox .modTit b {
      font-size: 24px;
      font-weight: 700; }
  .jingjieWrapper .moduleBox .modContent {
    padding: 18px 24px;
    font-size: 24px; }
    .jingjieWrapper .moduleBox .modContent p {
      padding: 6px 0; }
    .jingjieWrapper .moduleBox .modContent .wordList {
      margin-left: -12px; }
      .jingjieWrapper .moduleBox .modContent .wordList .item {
        background: url("../images/bgge.png") no-repeat center center;
        width: 63px;
        height: 63px;
        line-height: 63px;
        text-align: center;
        border: 1px solid #666;
        font-size: 40px;
        margin: 6px 0 6px 12px; }
      .jingjieWrapper .moduleBox .modContent .wordList .dict_select, .jingjieWrapper .moduleBox .modContent .wordList .word_wav_over {
        background: url("../images/bggeon.png") no-repeat center center #FFF2EC;
        color: #FF7246;
        border: 1px solid #FF7246; }
    .jingjieWrapper .moduleBox .modContent .itemRow {
      padding: 6px 0;
      margin-top: 16px; }
      .jingjieWrapper .moduleBox .modContent .itemRow:first-child {
        margin: 0; }
      .jingjieWrapper .moduleBox .modContent .itemRow h3 {
        font-size: 20px;
        padding-bottom: 2px;
        color: #666;
        font-weight: 700; }
    .jingjieWrapper .moduleBox .modContent .word_wav_over {
      background: rgba(255, 114, 70, 0.12);
      color: #FF7246; }
    .jingjieWrapper .moduleBox .modContent .word-selected-in {
      color: #FF7246; }
    .jingjieWrapper .moduleBox .modContent .dict_select {
      background: #FF7246;
      color: #fff; }
      .jingjieWrapper .moduleBox .modContent .dict_select .word-selected-in {
        color: #fff; }

.jingjieWrapper .moduleBuShou .modTable .item:nth-child(1), .jingjieWrapper .moduleBuShou .modTable .item:nth-child(2), .jingjieWrapper .moduleBuShou .modTable .item:nth-child(3) {
  width: 33.3333%; }

.jingjieWrapper .moduleBuShou .modTable .item:nth-child(2), .jingjieWrapper .moduleBuShou .modTable .item:nth-child(3) {
  border-left: 1px solid #ccc; }

.jingjieWrapper .moduleBuShou .modTable .item:nth-child(3) {
  border-top: none; }

.jingjieWrapper .moduleBuShou .modTable .item:nth-child(4) {
  width: 100%;
  border-left: none; }

.jingjieWrapper .modulePinyin .item .bcell .voice {
  visibility: hidden; }

.jingjieWrapper .modulePinyin .item .bcell:hover .voice {
  visibility: visible; }

.wav_layer {
  position: absolute;
  visibility: hidden;
  background: #fff;
  border: 2px solid #FF7246;
  border-radius: 16px 16px 16px 0;
  z-index: 999; }
  .wav_layer .PlayerBgWav {
    position: relative;
    overflow: hidden;
    padding: 12px 10px; }
  .wav_layer .wavItem {
    float: left;
    margin: 0 6px; }
    .wav_layer .wavItem .btn {
      display: flex;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center;
      color: #fff;
      line-height: 24px;
      background: #FF7246;
      border-radius: 15px;
      height: 32px;
      padding: 4px 16px 4px 8px;
      cursor: pointer; }
      .wav_layer .wavItem .btn .icfont {
        width: 24px;
        height: 32px;
        line-height: 32px;
        font-size: 24px;
        float: left;
        margin-right: 4px; }
        .wav_layer .wavItem .btn .icfont::before {
          content: "\e684"; }
  .wav_layer .close {
    position: absolute;
    right: -12px;
    top: -12px;
    cursor: pointer;
    z-index: 5;
    background: #fff;
    border: 2px solid #FF7246;
    border-radius: 14px;
    width: 28px;
    height: 28px; }
    .wav_layer .close .icfont {
      display: block;
      width: 24px;
      height: 24px;
      font-size: 24px;
      text-align: center;
      line-height: 24px;
      color: #FF7246; }
      .wav_layer .close .icfont::before {
        content: "\e68e"; }

.search-key {
  position: relative;
  z-index: 99; }
  .search-key .input-row {
    border: 2px solid #9CCB38;
    position: relative;
    overflow: hidden;
    z-index: 5; }
    .search-key .input-row .input {
      flex: 1;
      background: none;
      border: none;
      padding: 0 20px; }
    .search-key .input-row .input::-webkit-input-placeholder {
      /* WebKit, Blink, Edge */
      color: #ccc; }
    .search-key .input-row .input:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #ccc; }
    .search-key .input-row .input::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #ccc; }
    .search-key .input-row .input:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #ccc; }
    .search-key .input-row .btn-submit {
      background: #9CCB38;
      border: none;
      cursor: pointer; }
      .search-key .input-row .btn-submit .icfont {
        font-size: 24px;
        font-weight: 700;
        color: #fff; }
    .search-key .input-row .btn-key {
      background: none;
      border: none;
      font-size: 18px;
      color: #9CCB38;
      margin-right: 16px;
      cursor: pointer; }
      .search-key .input-row .btn-key .ic-jianpan {
        width: 24px;
        height: 24px;
        background: url(../images/jianpan.png) no-repeat center center;
        margin-right: 4px; }
  .search-key .keypad-row {
    display: none;
    position: absolute;
    border: 2px solid #9CCB38;
    padding: 44px 30px 24px;
    width: 100%;
    background: #fff;
    border-radius: 22px;
    top: 0;
    left: 0;
    z-index: 1; }
    .search-key .keypad-row ul {
      margin-top: 24px; }
    .search-key .keypad-row li {
      width: 56px;
      height: 36px;
      border-radius: 4px;
      line-height: 36px;
      text-align: center;
      margin: 2px;
      cursor: pointer;
      font-size: 22px; }
    .search-key .keypad-row .shengmu li {
      background: rgba(255, 114, 70, 0.12);
      color: #FF7246; }
    .search-key .keypad-row .yunmu li {
      background: rgba(156, 203, 56, 0.12);
      color: #9CCB38; }
    .search-key .keypad-row .buttons li {
      background: rgba(30, 146, 255, 0.12);
      color: #1E92FF; }
    .search-key .keypad-row .buttons .keystow {
      font-size: 16px; }
    .search-key .keypad-row .shengdiao li {
      font-size: 32px;
      line-height: 56px; }

.search-m .input-row {
  height: 44px;
  border-radius: 24px; }
  .search-m .input-row .btn-submit {
    width: 44px;
    height: 44px;
    border-radius: 0 0 0 22px; }

.search-m .keypad-row {
  border-radius: 22px; }

.search-d .input-row {
  height: 48px;
  border-radius: 24px; }
  .search-d .input-row .btn-submit {
    width: 48px;
    height: 48px;
    border-radius: 0 0 0 24px; }

.search-d .keypad-row {
  border-radius: 24px; }

.bushou-wrap .toolbar .conBox li, .etymology-wrap .toolbar .conBox li {
  width: 77px;
  height: 77px;
  line-height: 77px;
  font-size: 64px; }

.bushou-wrap .c-head {
  margin-top: 32px; }

.bushou-wrap .c-main {
  margin-top: 40px; }

.bushou-wrap .bslist-row {
  align-items: flex-start; }
  .bushou-wrap .bslist-row .cell {
    margin: 0 28px; }
    .bushou-wrap .bslist-row .cell .wrodTit {
      text-align: center;
      font-size: 24px; }
    .bushou-wrap .bslist-row .cell .wordBoxHz {
      margin-top: 12px; }
      .bushou-wrap .bslist-row .cell .wordBoxHz .wordCell {
        width: 256px;
        height: 256px; }
    .bushou-wrap .bslist-row .cell .fubushou {
      display: none;
      text-align: center;
      margin-top: 12px;
      font-weight: lighter; }
      .bushou-wrap .bslist-row .cell .fubushou .bs-icon {
        font-size: 20px;
        font-family: "icbushou", "NSimSun" !important; }

.bushou-wrap .means-row .m-tit, .bushou-wrap .wordlist-row .m-tit {
  font-size: 28px;
  font-family: "Noto Serif CJK SC", "Source Han Serif SC", "Source Han Serif", source-han-serif-sc, "NSimSun", serif;
  font-weight: 900; }
  .bushou-wrap .means-row .m-tit .bsWord, .bushou-wrap .wordlist-row .m-tit .bsWord {
    color: #FF7246; }

.bushou-wrap .means-row {
  margin-top: 64px; }
  .bushou-wrap .means-row .m-content {
    font-size: 24px;
    margin-top: 20px; }

.bushou-wrap .wordlist-row {
  margin-top: 48px; }
  .bushou-wrap .wordlist-row .bswordlist {
    margin-top: 8px; }
    .bushou-wrap .wordlist-row .bswordlist .wordCell {
      width: 116px;
      height: 116px;
      font-size: 106px;
      text-align: center;
      line-height: 116px;
      margin: 16px 16px 0  0;
      cursor: pointer; }

.bushou-wrap .detailed-row {
  display: none; }

.bushou-wrap .mainBoxDetails {
  margin-top: 48px;
  border: 1px solid #ccc;
  border-radius: 16px;
  position: relative;
  overflow: hidden; }
  .bushou-wrap .mainBoxDetails .item {
    width: 20%;
    border-right: 1px solid #ccc; }
    .bushou-wrap .mainBoxDetails .item:last-child {
      border: none; }
    .bushou-wrap .mainBoxDetails .item .i-tit {
      background: #f3f3f3;
      height: 64px;
      text-align: center;
      line-height: 64px;
      color: #666;
      padding: 0 12px;
      border-bottom: 1px solid #ccc; }
    .bushou-wrap .mainBoxDetails .item .i-con {
      min-height: 84px;
      text-align: center;
      padding: 24px 12px;
      font-size: 24px; }

.bushou-wrap .mainBoxStroke {
  margin-top: 32px;
  border: 1px solid #ccc;
  border-radius: 16px;
  position: relative;
  overflow: hidden; }
  .bushou-wrap .mainBoxStroke .strokeTit {
    background: #f3f3f3;
    min-height: 64px;
    padding: 12px 24px; }
    .bushou-wrap .mainBoxStroke .strokeTit .tit {
      font-size: 24px;
      font-weight: 700;
      width: 112px; }
    .bushou-wrap .mainBoxStroke .strokeTit .storkeName {
      flex: 1;
      margin-left: 24px;
      line-height: 1.5;
      text-align: right; }
  .bushou-wrap .mainBoxStroke .strokeCon {
    padding: 8px 12px 16px; }
    .bushou-wrap .mainBoxStroke .strokeCon .cell {
      width: 88px;
      margin: 8px 4px 0;
      border: 1px solid #666; }
      .bushou-wrap .mainBoxStroke .strokeCon .cell .cellSvg {
        width: 86px;
        height: 86px;
        position: relative;
        overflow: hidden;
        background: url("../images/bgge.png") no-repeat center center;
        padding: 2px; }
      .bushou-wrap .mainBoxStroke .strokeCon .cell .cellName {
        border-top: 1px solid #666;
        text-align: center;
        padding: 4px; }
      .bushou-wrap .mainBoxStroke .strokeCon .cell:first-child .cellName {
        font-family: "pingyin"; }

.c-strokeDetail-wrap .c-head, .c-strokeDetail-wrap .block-row {
  margin: 0 26px; }

.c-strokeDetail-wrap .c-main {
  margin-top: 48px; }

.c-strokeDetail-wrap .search-key {
  flex: 1; }

.c-strokeDetail-wrap .stroke-table {
  width: 204px;
  margin-left: 24px; }
  .c-strokeDetail-wrap .stroke-table .link {
    display: block;
    border-radius: 24px;
    height: 48px;
    line-height: 48px;
    border: 2px solid #9CCB38;
    color: #9CCB38;
    font-size: 22px;
    text-align: center;
    cursor: pointer; }

.c-strokeDetail-wrap .hzword-list {
  margin: 24px 14px 0; }
  .c-strokeDetail-wrap .hzword-list .word {
    width: 160px;
    height: 160px;
    border: 1px solid #666;
    border-radius: 16px;
    font-size: 136px;
    line-height: 160px;
    text-align: center;
    margin: 24px 12px 0;
    font-family: "標楷體", "STKaiti", "KaiTi";
    cursor: pointer; }

.c-strokeDetail-wrap .hzword-detail {
  margin: 48px 26px 0; }
  .c-strokeDetail-wrap .hzword-detail .back-row {
    height: 40px;
    padding-bottom: 12px;
    display: none; }
    .c-strokeDetail-wrap .hzword-detail .back-row .backbtn {
      cursor: pointer; }
      .c-strokeDetail-wrap .hzword-detail .back-row .backbtn .icfont {
        margin-right: 6px;
        font-size: 20px;
        color: #666; }
  .c-strokeDetail-wrap .hzword-detail .de-infor {
    border: 1px solid #ccc;
    border-radius: 16px;
    align-items: flex-start;
    position: relative;
    overflow: hidden; }
    .c-strokeDetail-wrap .hzword-detail .de-infor .hzword {
      width: 320px;
      height: 320px;
      line-height: 320px;
      text-align: center;
      font-size: 300px;
      margin: 24px;
      font-family: "標楷體", "STKaiti", "KaiTi"; }
    .c-strokeDetail-wrap .hzword-detail .de-infor .infor {
      flex: 1;
      border-left: 1px solid #ccc;
      display: flex;
      flex-direction: column; }
      .c-strokeDetail-wrap .hzword-detail .de-infor .infor .item {
        background: #f3f3f3;
        border-top: 1px solid #ccc; }
        .c-strokeDetail-wrap .hzword-detail .de-infor .infor .item .hd {
          width: 128px;
          padding: 0 24px;
          text-align: right;
          color: #666; }
        .c-strokeDetail-wrap .hzword-detail .de-infor .infor .item .bd {
          flex: 1;
          background: #fff;
          min-height: 56px;
          padding: 10px 24px;
          border-left: 1px solid #ccc;
          font-size: 24px; }
          .c-strokeDetail-wrap .hzword-detail .de-infor .infor .item .bd .cell {
            margin-right: 32px;
            cursor: pointer; }
            .c-strokeDetail-wrap .hzword-detail .de-infor .infor .item .bd .cell .icfont {
              font-size: 24px;
              color: #1E92FF; }
        .c-strokeDetail-wrap .hzword-detail .de-infor .infor .item:first-child {
          border: none; }
        .c-strokeDetail-wrap .hzword-detail .de-infor .infor .item:last-child .bd {
          min-height: 83px; }
  .c-strokeDetail-wrap .hzword-detail .de-explain, .c-strokeDetail-wrap .hzword-detail .de-stroke {
    margin-top: 24px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    border: 1px solid #ccc; }
    .c-strokeDetail-wrap .hzword-detail .de-explain .tit, .c-strokeDetail-wrap .hzword-detail .de-stroke .tit {
      background: #f3f3f3;
      height: 56px;
      line-height: 56px;
      border-radius: 16px 16px 0 0;
      color: #666;
      padding: 0 24px; }
    .c-strokeDetail-wrap .hzword-detail .de-explain .content, .c-strokeDetail-wrap .hzword-detail .de-stroke .content {
      border-top: 1px solid #ccc; }
  .c-strokeDetail-wrap .hzword-detail .de-explain .content {
    padding: 24px; }
  .c-strokeDetail-wrap .hzword-detail .de-explain .contMain .item {
    margin-top: 32px; }
    .c-strokeDetail-wrap .hzword-detail .de-explain .contMain .item:first-child {
      margin: 0; }
    .c-strokeDetail-wrap .hzword-detail .de-explain .contMain .item .i-tit {
      font-size: 28px;
      font-family: "Noto Serif CJK SC", "Source Han Serif SC", "Source Han Serif", source-han-serif-sc, "NSimSun", serif;
      font-weight: 700; }
    .c-strokeDetail-wrap .hzword-detail .de-explain .contMain .item .i-con {
      margin-top: 12px; }
  .c-strokeDetail-wrap .hzword-detail .de-explain .e-button {
    margin-top: 16px; }
    .c-strokeDetail-wrap .hzword-detail .de-explain .e-button .btn {
      width: 96px;
      height: 32px;
      line-height: 32px;
      border-radius: 16px;
      color: #9CCB38;
      text-align: center;
      cursor: pointer;
      border: 1px solid #9CCB38;
      background: #fff; }
    .c-strokeDetail-wrap .hzword-detail .de-explain .e-button .dict_select {
      background: #9CCB38;
      color: #fff; }
  .c-strokeDetail-wrap .hzword-detail .de-explain .e-button-active .btn {
    background: #9CCB38;
    color: #fff; }
  .c-strokeDetail-wrap .hzword-detail .de-stroke .content {
    padding: 16px 12px; }
  .c-strokeDetail-wrap .hzword-detail .strokeList .cell {
    width: 90px;
    margin: 5px; }
    .c-strokeDetail-wrap .hzword-detail .strokeList .cell .cellSvg {
      width: 86px;
      height: 86px; }
  .c-strokeDetail-wrap .hzword-detail .dctWrapper {
    display: none;
    margin-top: 16px;
    border-radius: 0 16px 16px 16px; }
    .c-strokeDetail-wrap .hzword-detail .dctWrapper .dctTitle {
      border-radius: 0 16px 0 0; }
    .c-strokeDetail-wrap .hzword-detail .dctWrapper .dctContent {
      padding: 12px 12px 24px; }
      .c-strokeDetail-wrap .hzword-detail .dctWrapper .dctContent .wordMod {
        margin: 24px 0 0; }

.c-strokeTable-wrap {
  margin: 0 26px; }
  .c-strokeTable-wrap .tableContent {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid #ccc;
    margin-top: 48px; }
  .c-strokeTable-wrap .tableMain {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid #ccc; }
    .c-strokeTable-wrap .tableMain td, .c-strokeTable-wrap .tableMain th {
      border: 1px solid #ccc;
      padding: 8px 12px;
      text-align: center; }
    .c-strokeTable-wrap .tableMain .green {
      color: #9CCB38; }
    .c-strokeTable-wrap .tableMain .tips {
      color: #999; }
    .c-strokeTable-wrap .tableMain tr:first-child th:first-child {
      border-radius: 16px 0 0 0; }
    .c-strokeTable-wrap .tableMain tr:first-child th:last-child {
      border-radius: 0 16px 0 0; }
    .c-strokeTable-wrap .tableMain th {
      background: #f3f3f3;
      color: #666;
      font-size: 20px;
      font-weight: 400; }
    .c-strokeTable-wrap .tableMain td .tips {
      font-size: 24px; }
    .c-strokeTable-wrap .tableMain .col-1, .c-strokeTable-wrap .tableMain .col-3, .c-strokeTable-wrap .tableMain .col-5, .c-strokeTable-wrap .tableMain .col-6 {
      font-size: 32px; }
    .c-strokeTable-wrap .tableMain .col-2 {
      font-size: 24px; }
    .c-strokeTable-wrap .tableMain .col-4 {
      font-size: 36px;
      font-family: "Noto Serif CJK SC", "Source Han Serif SC", "Source Han Serif", source-han-serif-sc, "NSimSun", serif; }
    .c-strokeTable-wrap .tableMain .col-6 {
      font-family: "標楷體", "STKaiti", "KaiTi"; }
    .c-strokeTable-wrap .tableMain .image {
      width: 48px;
      height: 48px;
      display: block;
      margin: 0 auto; }
  .c-strokeTable-wrap .tips-row {
    margin-top: 16px; }
    .c-strokeTable-wrap .tips-row p {
      margin-top: 8px; }

.bushoulist-wrap .c-head, .bushoulist-wrap .c-main {
  margin: 0 26px;
  position: relative; }

.bushoulist-wrap .listContent i[class^="bs-"] {
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%; }

.bushoulist-wrap .listContent .item {
  margin-top: 32px;
  align-items: flex-start; }
  .bushoulist-wrap .listContent .item .hd {
    width: 72px;
    height: 72px;
    color: #9CCB38;
    background: rgba(156, 203, 56, 0.08);
    border-radius: 8px;
    text-align: center;
    line-height: 72px;
    font-family: "Noto Serif CJK SC", "Source Han Serif SC", "Source Han Serif", source-han-serif-sc, "NSimSun", serif;
    font-weight: 700;
    font-size: 24px; }
  .bushoulist-wrap .listContent .item .bd {
    flex: 1; }
    .bushoulist-wrap .listContent .item .bd .cell {
      width: 72px;
      height: 72px;
      border-radius: 8px;
      border: 1px solid #666;
      margin-left: 12px;
      margin-bottom: 12px;
      line-height: 72px;
      text-align: center;
      font-size: 48px;
      font-family: "標楷體", "STKaiti", "KaiTi";
      cursor: pointer;
      position: relative; }
    .bushoulist-wrap .listContent .item .bd .cell_f {
      color: #999;
      margin-left: -1px;
      border-radius: 0 8px 8px 0; }
      .bushoulist-wrap .listContent .item .bd .cell_f::after {
        content: "";
        width: 8px;
        position: absolute;
        left: -8px;
        top: -1px;
        border-top: 1px solid #666;
        border-bottom: 1px solid #666;
        border-right: 1px solid #ccc;
        height: 100%;
        background: #fff; }
    .bushoulist-wrap .listContent .item .bd .cells_f .cell {
      color: #999; }
      .bushoulist-wrap .listContent .item .bd .cells_f .cell::after {
        content: "attr(" data-fv ")";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%; }
    .bushoulist-wrap .listContent .item .bd .cellActive {
      border: 1px solid #9CCB38;
      color: #9CCB38;
      box-shadow: 0 3px 6px rgba(156, 203, 56, 0.16); }
    .bushoulist-wrap .listContent .item .bd .cell_f.cellActive {
      color: rgba(156, 203, 56, 0.64); }
      .bushoulist-wrap .listContent .item .bd .cell_f.cellActive::after {
        border-top: 1px solid #9CCB38;
        border-bottom: 1px solid #9CCB38;
        border-right: 1px solid rgba(156, 203, 56, 0.32); }
    .bushoulist-wrap .listContent .item .bd .cells_f .cellActive {
      color: #9CCB38; }

.bushoulist-wrap .layerbushou {
  position: absolute;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: 100%;
  margin-top: -168px;
  padding: 24px;
  z-index: 99; }
  .bushoulist-wrap .layerbushou .table {
    width: 100%;
    border-collapse: separate;
    border-radius: 16px;
    border: 1px solid #ccc;
    position: relative; }
    .bushoulist-wrap .layerbushou .table tr:first-child th {
      border-top: none; }
      .bushoulist-wrap .layerbushou .table tr:first-child th:first-child {
        border-radius: 16px 0 0 0; }
      .bushoulist-wrap .layerbushou .table tr:first-child th:last-child {
        border-radius: 0 16px 0 0; }
    .bushoulist-wrap .layerbushou .table tr td:first-child, .bushoulist-wrap .layerbushou .table tr th:first-child {
      border-left: none; }
    .bushoulist-wrap .layerbushou .table th {
      background: #f3f3f3;
      height: 56px;
      font-size: 20px;
      font-weight: 400; }
      .bushoulist-wrap .layerbushou .table th:nth-child(1) {
        width: 150px; }
      .bushoulist-wrap .layerbushou .table th:nth-child(2), .bushoulist-wrap .layerbushou .table th:nth-child(3) {
        width: 112px; }
      .bushoulist-wrap .layerbushou .table th:nth-child(5) {
        width: 410px; }
    .bushoulist-wrap .layerbushou .table td, .bushoulist-wrap .layerbushou .table th {
      border-top: 1px solid #ccc;
      border-left: 1px solid #ccc;
      padding: 16px 24px;
      text-align: center;
      font-size: 24px;
      position: relative; }
      .bushoulist-wrap .layerbushou .table td:nth-child(2), .bushoulist-wrap .layerbushou .table td:nth-child(3), .bushoulist-wrap .layerbushou .table th:nth-child(2), .bushoulist-wrap .layerbushou .table th:nth-child(3) {
        padding: 16px; }
      .bushoulist-wrap .layerbushou .table td .tdTit, .bushoulist-wrap .layerbushou .table th .tdTit {
        text-align: center;
        font-size: 20px;
        color: #666; }
      .bushoulist-wrap .layerbushou .table td .wordCell, .bushoulist-wrap .layerbushou .table th .wordCell {
        width: 96px;
        height: 96px;
        font-size: 86px;
        text-align: center;
        line-height: 96px;
        margin: 4px auto 0; }
      .bushoulist-wrap .layerbushou .table td .btnVoice, .bushoulist-wrap .layerbushou .table th .btnVoice {
        cursor: pointer; }
      .bushoulist-wrap .layerbushou .table td .wordGroup .wordli, .bushoulist-wrap .layerbushou .table th .wordGroup .wordli {
        width: 64px;
        height: 64px;
        margin: 4px;
        border: 1px solid #666;
        text-align: center;
        line-height: 64px;
        font-family: "標楷體", "STKaiti", "KaiTi";
        font-size: 48px;
        cursor: pointer; }
      .bushoulist-wrap .layerbushou .table td .wordGroup .wordliOn, .bushoulist-wrap .layerbushou .table th .wordGroup .wordliOn {
        color: #FF7246;
        border: 1px solid #FF7246;
        background: #FFF2EC; }
      .bushoulist-wrap .layerbushou .table td .wordMeanPop, .bushoulist-wrap .layerbushou .table th .wordMeanPop {
        display: none;
        width: calc(100% - 48px);
        position: absolute;
        border: 1px solid #ccc;
        border-radius: 8px;
        padding: 24px;
        background: #fff;
        text-align: left;
        max-height: 400px;
        overflow-y: auto;
        z-index: 9; }
        .bushoulist-wrap .layerbushou .table td .wordMeanPop .icfont, .bushoulist-wrap .layerbushou .table th .wordMeanPop .icfont {
          margin-left: 4px;
          cursor: pointer; }
        .bushoulist-wrap .layerbushou .table td .wordMeanPop .hd, .bushoulist-wrap .layerbushou .table th .wordMeanPop .hd {
          color: #999; }
        .bushoulist-wrap .layerbushou .table td .wordMeanPop .wordMeans, .bushoulist-wrap .layerbushou .table th .wordMeanPop .wordMeans {
          margin-top: 24px; }
          .bushoulist-wrap .layerbushou .table td .wordMeanPop .wordMeans .bd, .bushoulist-wrap .layerbushou .table th .wordMeanPop .wordMeans .bd {
            margin-top: 12px; }
      .bushoulist-wrap .layerbushou .table td .icfont, .bushoulist-wrap .layerbushou .table th .icfont {
        font-size: 24px;
        color: #1E92FF; }

.etymology-wrap .navigation {
  height: 68px;
  margin: 0 24px;
  position: relative; }
  .etymology-wrap .navigation ul {
    position: relative;
    height: 68px; }
    .etymology-wrap .navigation ul li {
      text-align: center;
      position: relative;
      width: 50%; }
      .etymology-wrap .navigation ul li a {
        position: relative;
        display: block;
        margin: 0 84px;
        font-size: 32px;
        line-height: 68px;
        color: #fff;
        background: #108BFF;
        cursor: pointer;
        font-family: "Noto Serif CJK SC", "Source Han Serif SC", "Source Han Serif", source-han-serif-sc, "NSimSun", serif; }
      .etymology-wrap .navigation ul li::after, .etymology-wrap .navigation ul li::before {
        content: "";
        width: 84px;
        height: 68px;
        position: absolute;
        top: 0; }
      .etymology-wrap .navigation ul li::after {
        background: url(../images/tabbgld.svg) no-repeat;
        left: 0; }
      .etymology-wrap .navigation ul li::before {
        background: url(../images/tabbgrd.svg) no-repeat;
        right: 0; }
    .etymology-wrap .navigation ul .on a {
      background: #fff;
      color: #333;
      cursor: auto;
      font-weight: 700; }
    .etymology-wrap .navigation ul .on::after {
      background: url(../images/tabbgl.svg) no-repeat; }
    .etymology-wrap .navigation ul .on::before {
      background: url(../images/tabbgr.svg) no-repeat; }

.etymology-wrap .c-main {
  margin-top: 40px; }

.etymology-wrap .hanzi-row {
  align-items: flex-start; }
  .etymology-wrap .hanzi-row .cell {
    margin: 0 28px; }
    .etymology-wrap .hanzi-row .cell .wrodTit {
      text-align: center;
      font-size: 24px; }
    .etymology-wrap .hanzi-row .cell .wordBoxHz {
      margin-top: 12px; }
    .etymology-wrap .hanzi-row .cell .fubushou {
      display: none;
      text-align: center;
      margin-top: 12px; }
    .etymology-wrap .hanzi-row .cell .wordCell {
      width: 256px;
      height: 256px;
      line-height: 256px;
      text-align: center; }
      .etymology-wrap .hanzi-row .cell .wordCell .voice {
        width: 100%; }
      .etymology-wrap .hanzi-row .cell .wordCell .hzcj {
        font-size: 240px; }
      .etymology-wrap .hanzi-row .cell .wordCell .svg {
        max-width: 256px;
        max-height: 256px;
        display: block; }

.etymology-wrap .evolve-row {
  margin-top: 96px; }
  .etymology-wrap .evolve-row .m-tit {
    font-size: 28px;
    font-family: "Noto Serif CJK SC", "Source Han Serif SC", "Source Han Serif", source-han-serif-sc, "NSimSun", serif;
    font-weight: 900; }
    .etymology-wrap .evolve-row .m-tit .bsWord {
      color: #FF7246; }
  .etymology-wrap .evolve-row .evolvelist {
    margin-top: 8px; }
    .etymology-wrap .evolve-row .evolvelist .cell {
      margin: 16px 16px 0  0;
      width: 116px;
      opacity: 1;
      transition: .5s opacity; }
      .etymology-wrap .evolve-row .evolvelist .cell .con {
        width: 116px;
        height: 116px;
        font-size: 106px;
        text-align: center;
        line-height: 116px;
        border: 1px solid #ccc; }
        .etymology-wrap .evolve-row .evolvelist .cell .con .svg {
          max-width: 116px;
          max-height: 116px;
          display: block; }
      .etymology-wrap .evolve-row .evolvelist .cell .tit {
        text-align: center;
        margin-top: 8px; }
    .etymology-wrap .evolve-row .evolvelist .hide {
      opacity: 0; }
  .etymology-wrap .evolve-row .evolveDetail {
    display: none;
    margin-top: 24px;
    background: rgba(156, 203, 56, 0.08);
    padding: 12px 16px;
    border-radius: 0 16px 16px 16px; }
  .etymology-wrap .evolve-row .evolveDetailIng {
    color: #9CCB38; }

.etymology-wrap .bushouFh {
  margin-top: 96px; }

.sixbook-theory .c-head {
  margin: 0 26px; }

.sixbook-theory .c-main {
  margin: 40px 26px 0; }

.sixbook-wrap {
  font-size: 24px;
  line-height: 2; }
  .sixbook-wrap p {
    text-indent: 2em; }
  .sixbook-wrap .info-row {
    padding-bottom: 40px; }
  .sixbook-wrap .sixMenu {
    height: 50px; }
  .sixbook-wrap .sixMenuUl {
    border: 1px solid rgba(156, 203, 56, 0.24);
    border-radius: 24px;
    background: #fff; }
    .sixbook-wrap .sixMenuUl li {
      width: 16.66666%;
      text-align: center;
      cursor: pointer;
      font-family: "Noto Serif CJK SC", "Source Han Serif SC", "Source Han Serif", source-han-serif-sc, "NSimSun", serif;
      font-weight: 700;
      color: #9CCB38; }
    .sixbook-wrap .sixMenuUl .active {
      background: #9CCB38;
      color: #fff;
      border-radius: 24px; }
  .sixbook-wrap .box-row {
    margin-top: 40px; }
    .sixbook-wrap .box-row .tit {
      font-size: 28px;
      font-family: "Noto Serif CJK SC", "Source Han Serif SC", "Source Han Serif", source-han-serif-sc, "NSimSun", serif;
      font-weight: 700; }
    .sixbook-wrap .box-row .con {
      margin-top: 24px; }
    .sixbook-wrap .box-row .photo .pic {
      padding-top: 40px; }
      .sixbook-wrap .box-row .photo .pic img {
        display: block; }
    .sixbook-wrap .box-row .photo .tips {
      margin-top: 24px;
      font-size: 20px; }

.sixbookFixed .sixMenuUl {
  position: fixed;
  top: 16px;
  z-index: 5;
  width: 1080px;
  left: 50%;
  margin-left: -540px; }

.wordExpress-wrap .container {
  padding: 40px 50px 48px; }

.wordExpress-wrap .listWrap {
  margin-top: 72px; }
  .wordExpress-wrap .listWrap .cell {
    margin: 0 24px 48px;
    cursor: pointer; }
  .wordExpress-wrap .listWrap .wordBox {
    margin-left: -1px; }
    .wordExpress-wrap .listWrap .wordBox:first-child {
      margin: 0; }
    .wordExpress-wrap .listWrap .wordBox .pingyinCell {
      height: 72px;
      line-height: 62px;
      font-size: 48px; }
      .wordExpress-wrap .listWrap .wordBox .pingyinCell .py::after {
        display: none; }
      .wordExpress-wrap .listWrap .wordBox .pingyinCell:after {
        top: 21px; }
      .wordExpress-wrap .listWrap .wordBox .pingyinCell:before {
        bottom: 21px; }
    .wordExpress-wrap .listWrap .wordBox .wordCell {
      width: 224px;
      height: 224px; }
      .wordExpress-wrap .listWrap .wordBox .wordCell .hz {
        font-size: 220px;
        line-height: 224px;
        text-align: center; }
  .wordExpress-wrap .listWrap .wordBoxMore .pingyinCell {
    height: 56px;
    line-height: 48px;
    font-size: 36px; }
    .wordExpress-wrap .listWrap .wordBoxMore .pingyinCell:after {
      top: 16px; }
    .wordExpress-wrap .listWrap .wordBoxMore .pingyinCell:before {
      bottom: 16px; }
  .wordExpress-wrap .listWrap .wordBoxMore .wordCell {
    width: 160px;
    height: 160px; }
    .wordExpress-wrap .listWrap .wordBoxMore .wordCell .hz {
      font-size: 150px;
      line-height: 160px; }

.wordExpress-wrap .jingjieWrapper {
  margin-top: 56px; }
  .wordExpress-wrap .jingjieWrapper .back-row {
    height: 40px;
    padding-bottom: 12px; }
    .wordExpress-wrap .jingjieWrapper .back-row .backbtn {
      cursor: pointer; }
      .wordExpress-wrap .jingjieWrapper .back-row .backbtn .icfont {
        margin-right: 6px;
        font-size: 20px;
        color: #666; }
  .wordExpress-wrap .jingjieWrapper .mainBoxHz .wordMidMore {
    margin-left: -1px; }
    .wordExpress-wrap .jingjieWrapper .mainBoxHz .wordMidMore:first-child {
      margin: 0; }
    .wordExpress-wrap .jingjieWrapper .mainBoxHz .wordMidMore .pingyinCell {
      border: none; }
      .wordExpress-wrap .jingjieWrapper .mainBoxHz .wordMidMore .pingyinCell .py {
        display: flex; }
        .wordExpress-wrap .jingjieWrapper .mainBoxHz .wordMidMore .pingyinCell .py .c_cell {
          font-size: 60px;
          line-height: 76px;
          height: 88px;
          width: 256px;
          margin-left: -1px;
          border: 1px solid #666; }
          .wordExpress-wrap .jingjieWrapper .mainBoxHz .wordMidMore .pingyinCell .py .c_cell:first-child {
            margin: 0; }
      .wordExpress-wrap .jingjieWrapper .mainBoxHz .wordMidMore .pingyinCell:after {
        top: 27px; }
      .wordExpress-wrap .jingjieWrapper .mainBoxHz .wordMidMore .pingyinCell:before {
        bottom: 27px; }
    .wordExpress-wrap .jingjieWrapper .mainBoxHz .wordMidMore .wordCell {
      background: none;
      border: none; }
      .wordExpress-wrap .jingjieWrapper .mainBoxHz .wordMidMore .wordCell .c_cell {
        width: 256px;
        height: 256px;
        border: 1px solid #666;
        background: url("../images/bgge.png") no-repeat center center;
        font-family: "標楷體", "STKaiti", "KaiTi";
        text-align: center;
        line-height: 256px;
        font-size: 240px;
        margin-left: -1px; }
        .wordExpress-wrap .jingjieWrapper .mainBoxHz .wordMidMore .wordCell .c_cell:first-child {
          margin: 0; }
  .wordExpress-wrap .jingjieWrapper .moduleBox:first-child {
    margin-top: 64px; }

.wordExpress-wrap .dict_layer {
  width: 250px;
  top: 184px; }

.wordExpress-wrap .dict_layerFixed {
  margin-left: 316px; }

.wordExpress-wrap .containerFixed .toolModule {
  width: 220px;
  position: fixed;
  top: 8px;
  background: #fff;
  z-index: 99;
  border: 2px solid #9CCB38; }

.wordExpress-wrap .containerFixed .dict_layer {
  top: 8px; }

.none-data {
  padding: 64px;
  text-align: center; }

.allWordList-wrap .tabMenu {
  margin-top: 16px;
  border-bottom: 1px solid rgba(156, 203, 56, 0.16); }
  .allWordList-wrap .tabMenu .item {
    font-size: 24px;
    cursor: pointer;
    padding: 8px 0;
    border-bottom: 4px solid transparent; }
  .allWordList-wrap .tabMenu .item + .item {
    margin-left: 80px; }
  .allWordList-wrap .tabMenu .active {
    font-size: 28px;
    font-weight: bold;
    color: #9CCB38;
    border-bottom: 4px solid #9CCB38; }

.allWordList-wrap .screenMod {
  font-family: system-ui, -apple-system;
  padding-top: 12px; }
  .allWordList-wrap .screenMod .item {
    margin-top: 14px;
    align-items: flex-start; }
    .allWordList-wrap .screenMod .item .label {
      width: 96px;
      padding-top: 4px; }
    .allWordList-wrap .screenMod .item .itemul {
      flex: 1; }
      .allWordList-wrap .screenMod .item .itemul .li {
        padding: 0 16px;
        height: 40px;
        line-height: 40px;
        border: 1px solid #E5E5E5;
        border-radius: 8px;
        font-size: 18px;
        cursor: pointer;
        margin-right: 10px;
        margin-bottom: 10px; }
        .allWordList-wrap .screenMod .item .itemul .li:last-child {
          margin: 0; }
        .allWordList-wrap .screenMod .item .itemul .li:hover {
          border: 1px solid #9CCB38;
          color: #9CCB38; }
      .allWordList-wrap .screenMod .item .itemul .active {
        background: #9CCB38;
        color: #fff;
        border: 1px solid #9CCB38; }
        .allWordList-wrap .screenMod .item .itemul .active:hover {
          color: #fff; }

.allWordList-wrap .listContent {
  margin-top: 24px; }
  .allWordList-wrap .listContent .wordBox {
    margin-bottom: 32px; }
    .allWordList-wrap .listContent .wordBox .boxTit {
      background: rgba(156, 203, 56, 0.16);
      border-radius: 4px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      color: #9CCB38;
      font-weight: bold;
      font-size: 22px; }
    .allWordList-wrap .listContent .wordBox .boxContent .word {
      width: 95px;
      height: 95px;
      line-height: 95px;
      border: 1px solid #999;
      margin: 17px 9px 0;
      font-family: "標楷體", "STKaiti", "KaiTi";
      font-size: 64px;
      text-align: center;
      background-image: url(../images/bgge.png);
      background-color: #fff;
      background-position: center center;
      background-repeat: no-repeat;
      cursor: pointer;
      border-radius: 8px; }
      .allWordList-wrap .listContent .wordBox .boxContent .word a {
        display: block; }
      .allWordList-wrap .listContent .wordBox .boxContent .word:hover {
        background-image: url(../images/bggeon.png);
        background-color: #FFF2EC;
        border: 1px solid #FF7246;
        color: #FF7246; }
        .allWordList-wrap .listContent .wordBox .boxContent .word:hover a {
          color: #FF7246; }
