.word-detail {
  padding: 18px 20px 20px;
  background-color: #fff;
  border-radius: 6px;
  margin-bottom: 10px;
  position: relative;
}

.word-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.word-msg h3 {
  font-size: 50px;
  color: #333333;
  line-height: 70px;
  margin-bottom: 10px;
}

.msg-item {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.msg-item .label {
  min-width: 50px;
  padding: 0 14px;
  box-sizing: border-box;
  height: 30px;
  background: #339CFE;
  border-radius: 4px;
  line-height: 30px;
  margin-right: 15px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.msg-item span {
  margin-right: 20px;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}

.word-detail .word-item {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}

.word-detail .word-item:last-child {
  border: none;
  margin-bottom: 0;
}

.word-detail .word-item .item-title {
  font-size: 22px;
  font-weight: 500;
  color: #232323;
  line-height: 30px;
  margin-bottom: 20px;
}

.word-detail .word-item .item-py {
  font-size: 16px;
  color: #666666;
  line-height: 40px;
}

.word-item .item-py.item-in {
  text-indent: 32px;
}

.word-detail .word-item .item-py span {
  margin-right: 10px;
}

.word-detail .word-item .item-py span:last-child {
  margin-right: 0;
}

.word-detail .word-item .item-py .label {
  color: #339CFE;
}

.word-detail .word-item .item-english {
  font-size: 16px;
  color: #333333;
  line-height: 40px;
}

.word-detail .word-item .item-english .label {
  font-weight: bold;
  color: #333;
  font-size: 16px;
}

.word-detail .word-item .item-english span {
  color: #666;
  font-size: 14px;
}

.word-cont {
  border: 1px solid rgba(51, 156, 254, .4);
}

.word-cont-list {
  display: flex;
  align-items: center;
}

.right-con {
  margin-bottom: 10px;
  height: auto;
  box-sizing: border-box;
}

.right-con .right-nav-title {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  line-height: 22px;
  padding-bottom: 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid #E5E5E5;
}


.word-detail-more {
  position: absolute;
  color: #339CFE;
  font-size: 14px;
  color: #339CFE;
  top: 20px;
  right: 20px;
}

.stroke-bg-list svg:nth-child(5) {
  margin-right: 0 !important;
}

.stroke-bg-list svg {
  margin-bottom: 30px;
}

.stroke-detail-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.stroke-detail-list .item {
  width: 56px;
  position: relative;
  height: 124px;
  margin-right: 20px;
  padding: 4px;
  border-radius: 2px;
  box-sizing: border-box;
  border: 1px solid #339CFE;
  margin-top: 5px;
}

.stroke-detail-list .stroke-box {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 55px;
  font-size: 20px;
}

.stroke-detail-list .stroke-box img {
  width: 55px;
  height: 55px;
}

.stroke-detail-list .item .item-header {
  font-size: 14px;
  color: #232323;
  line-height: 20px;
}

.stroke-detail-list .item .item-btm {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 36px;
  line-height: 36px;
  text-align: center;
  left: 0;
  background-color: #E6F2FF;
  border: 1px solid #339CFE;
  color: #232323;
  font-size: 16px;
  border-top: 2px solid #339CFE;
}

.word-detail .word-item .item-chengyu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.word-detail .word-item .item-chengyu:last-child {
  margin-bottom: 0;
}

.word-detail .word-item .item-chengyu span {
  margin-right: 20px;
  position: relative;
  padding-right: 35px;
  font-size: 16px;
  color: #666666;
  line-height: 26px;
}

.word-detail .word-item .item-chengyu span::after {
  position: absolute;
  right: 0;
  top: 8px;
  width: 15px;
  height: 10px;
  content: ' ';
  background: url(../../images/dictionary/index/chengyu-after.png) no-repeat center center / 100% auto;
}

.word-detail .word-item .item-chengyu span:last-child {
  margin-right: 0;
}

.word-detail .word-item .item-chengyu span:last-child::after {
  display: none;
}


.word-hanzi-title {
  display: flex;
}

.word-hanzi-title .word-cont-list {
  margin-right: 60px;
}

.word-hanzi-title .word-msg {
  display: flex;
  flex-wrap: wrap;
}

.word-hanzi-title .word-msg .msg-item {
  width: 38%;
}

.word-hanzi-title .word-msg .msg-item.long {
  width: 62%;
}


.anchor-list {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.anchor-list a {
  min-width: 106px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #FFFFFF;
  border-radius: 4px;
  font-size: 14px;
  color: #333333;
  margin-right: 20px;
}

.anchor-list a:last-child {
  margin-right: 0;
}

.anchor-list a.active,
.anchor-list a:hover {
  background: #349CFE;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  color: #fff;
}

.chengyu-str-item {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E0E0E0;
}

.chengyu-str-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.chengyu-str-item .word {
  width: 66px;
  height: 66px;
  line-height: 66px;
  color: #333;
  font-size: 48px;
  text-align: center;
  margin-right: 40px;
  background: url(../../images/dictionary/index/word-bg.png) no-repeat center center / 100% auto;
}

.chengyu-str-item p {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  max-width: 680px;
}

.chengyu-str-item p .label {
  color: #333;
}

.chengyu-str-item p .detail {
  margin-left: 30px;
}

.chengyu-str-item .more {
  position: absolute;
  right: 20px;
  bottom: 15px;
  font-size: 14px;
  color: #339CFE;
  line-height: 20px;
  display: flex;
  align-items: center;
}

.chengyu-str-item .more img {
  margin-left: 6px;
  width: 5px;
  height: 10px;
}

.stroke-bg-img {
  width: 146px;
  height: 146px;
  margin-bottom: 20px;
}

.word-hanzi-box {
  width: 146px;
  height: 146px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  font-size: 100px;
  background:url(../../images/dictionary/index/word-bg.png) no-repeat center center / 100% 100%;
}
.word-item {
  font-size: 14px;
}
