img {
  display: block;
}
.wordSearchPage .title {
  margin-top: 0.5rem;
  font-size: 0.45rem;
  color: #fff;
}
.wordSearchPage .title .logo {
  width: 1.83rem;
  height: 0.44rem;
  margin: 0 auto;
}
.wordSearchPage .list {
  margin-top: 0.6rem;
}
.wordSearchPage .list .li {
  background-color: #fff;
  width: 1.4rem;
  height: 0.56rem;
  border-radius: 0.28rem;
  font-size: 0.18rem;
  color: #98928E;
  box-sizing: border-box;
  border: 1px solid rgba(141, 123, 111, 0.67);
}
.wordSearchPage .list .li:nth-child(n+2) {
  margin-left: 0.2rem;
}
.wordSearchPage .list .li .icon {
  width: 0.24rem;
  height: 0.24rem;
  margin-left: 0.06rem;
  background-image: url("../../../img/web/wordSearch/radio_nor.webp?v=0.0.2");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.wordSearchPage .list .li.cur {
  color: #2C2927;
}
.wordSearchPage .list .li.cur .icon {
  background-image: url("../../../img/web/wordSearch/radio_sel.webp?v=0.0.2");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.wordSearchPage .contentList {
  margin-top: 0.2rem;
  margin-bottom: auto;
}
.wordSearchPage .contentList_li {
  flex: 1;
}
.wordSearchPage .contentList_li:last-child {
  margin-left: 0.3rem;
}
.wordSearchPage .contentList .textarea {
  width: 100%;
  color: #98928E;
  font-size: 0.2rem;
  line-height: 0.28rem;
  height: 4.4rem;
  box-sizing: border-box;
  border-radius: 0.2rem;
  background-color: #FBFBFB;
  border: 2px solid #F4F1EC;
  padding: 0.25rem;
  display: block;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre-wrap;
}
.wordSearchPage .contentList .textarea::placeholder {
  color: #98928E;
}
.wordSearchPage .contentList #returnText {
  color: #2C2927;
  overflow-y: scroll;
}
.wordSearchPage .contentList .btnList {
  margin-top: 0.24rem;
}
.wordSearchPage .contentList .btnList_li {
  width: 1.5rem;
  height: 0.6rem;
  color: #fff;
  font-size: 0.2rem;
  background: linear-gradient(161deg, #FF688A, #FF3F6B);
  border-radius: 0.2rem;
}
.wordSearchPage .contentList .btnList_li:nth-child(n+2) {
  margin-left: 0.3rem;
}
.wordSearchPage .contentList .btnList_lis {
  box-sizing: border-box;
  border: 2px solid #FF3F6B;
  color: #FF3F6B;
  background: #fff;
}
.wordSearchPage .contentList .texts {
  color: #98928E;
  font-size: 0.18rem;
  margin-top: 0.36rem;
}
.wordSearchPage .contentList .texts .wjcNum {
  color: #FF5151;
}
.wordSearchPage .contentList .texts .mgNum {
  color: #FFC451;
}
/*# sourceMappingURL=wordSearch.css.map */