img {
  display: block;
}
.sentSearchPage .pageWrap {
  padding-bottom: 0.3rem;
}
.sentSearchPage .logText {
  margin-top: 0.5rem;
}
.sentSearchPage .logText .logo {
  width: 1.87rem;
  height: 0.47rem;
  margin: 0 auto;
}
.sentSearchPage .centWrap {
  width: 1000px;
  min-width: auto;
  margin: 0 auto;
}
.sentSearchPage .searchSorts {
  width: 100%;
  margin-top: 0.2rem;
  position: relative;
  z-index: 5;
}
.sentSearchPage .searchSorts_wrap {
  float: right;
}
.sentSearchPage .searchSorts_wrap .wraps {
  box-sizing: border-box;
  padding: 0 0.13rem 0 0.19rem;
  height: 0.44rem;
  border-radius: 0.22rem;
  border: 0.03rem solid #63647F;
}
.sentSearchPage .searchSorts_wrap_li {
  margin-left: 0.2rem;
  position: relative;
}
.sentSearchPage .searchSorts_wrap_li .sortWrap {
  padding: 0.3rem;
  border-radius: 0.2rem;
  background-color: #2b2a30;
  opacity: 0.96;
  position: absolute;
  top: 0.6rem;
  right: -0.1rem;
  min-width: 2.3rem;
}
.sentSearchPage .searchSorts_wrap_li .sortWrap:after {
  content: '';
  width: 0.2rem;
  height: 0.2rem;
  position: absolute;
  background-color: #2b2a30;
  top: -0.06rem;
  transform: rotate(45deg);
  right: 0.2rem;
  z-index: -2;
}
.sentSearchPage .searchSorts_wrap_li .sortWrap_list {
  margin-bottom: 10px;
}
.sentSearchPage .searchSorts_wrap_li .sortWrap_list:last-child {
  margin-bottom: 0;
}
.sentSearchPage .searchSorts_wrap_li .sortWrap_list_li {
  width: 0.85rem;
  height: 0.44rem;
  border-radius: 0.22rem;
  color: #E2E2E2;
  font-size: 0.16rem;
  transition: 0.2s all ease-in-out;
}
.sentSearchPage .searchSorts_wrap_li .sortWrap_list_li.cur {
  background-color: #201F24;
}
.sentSearchPage .searchSorts_wrap_li .sortWrap_list_li:not(.cur):hover {
  background-color: #3B3A41;
}
.sentSearchPage .searchSorts_wrap_li .text {
  line-height: 0.2rem;
  font-size: 0.18rem;
  margin-right: 0.04rem;
}
.sentSearchPage .searchSorts_wrap_li .icon {
  width: 0.2rem;
  height: 0.2rem;
  transition: 0.2s all ease-in-out;
}
.sentSearchPage .searchSorts_wrap_li .icon.cur {
  transform: rotate(90deg);
}
.sentSearchPage .textList {
  margin-top: 1rem;
}
.sentSearchPage .textList_li {
  width: 3rem;
  height: 1.56rem;
  box-sizing: border-box;
  padding-top: 1rem;
  font-size: 0.2rem;
  color: #646580;
}
.sentSearchPage .textList_li:nth-child(1) {
  background-image: url("../../../img/web/sentSearch/li_0.webp?v=0.0.2");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sentSearchPage .textList_li:nth-child(2) {
  background-image: url("../../../img/web/sentSearch/li_1.webp?v=0.0.2");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sentSearchPage .textList_li:nth-child(3) {
  background-image: url("../../../img/web/sentSearch/li_2.webp?v=0.0.2");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sentSearchPage .textList_li:nth-child(n+2) {
  margin-left: 0.5rem;
}
.sentSearchPage .textListContent {
  margin-top: 0.3rem;
}
.sentSearchPage .textListContent_li {
  padding: 0.3rem;
  background-color: #FBFBFF;
  border-radius: 0.2rem;
  position: relative;
  z-index: 2;
}
.sentSearchPage .textListContent_li:after {
  content: '';
  transform: rotate(45deg);
  width: 0.75rem;
  height: 0.75rem;
  background-color: #FBFBFF;
  position: absolute;
  z-index: -1;
  top: -0.08rem;
}
.sentSearchPage .textListContent_li_0:after {
  left: 1.1rem;
}
.sentSearchPage .textListContent_li_1:after {
  position: absolute;
  left: 50%;
  margin-left: -0.375rem;
}
.sentSearchPage .textListContent_li_2:after {
  right: 1.1rem;
}
.sentSearchPage .textListContent_li .title {
  color: #646580;
  font-size: 0.2rem;
}
.sentSearchPage .textListContent_li .content {
  margin-top: 0.2rem;
  color: #646580;
  font-size: 0.16rem;
  line-height: 0.3rem;
}
.sentSearchPage .textListContent_li .content .help {
  color: red;
  cursor: pointer;
}
.sentSearchPage .searchData_title {
  color: #63647F;
  font-size: 0.2rem;
  margin-top: 0.3rem;
}
.sentSearchPage .searchData_list_li {
  width: 45%;
  float: left;
}
.sentSearchPage .searchData_list_li .li {
  margin-top: 0.38rem;
  position: relative;
}
.sentSearchPage .searchData_list_li .li:hover .logo_list {
  display: flex;
}
.sentSearchPage .searchData_list_li .li .logo_list {
  margin-left: 0.2rem;
  margin-top: 0.15rem;
  display: none;
}
.sentSearchPage .searchData_list_li .li .logo_list .img {
  width: 0.34rem;
  height: 0.34rem;
  cursor: pointer;
  transition: 0.2s all ease-in-out;
}
.sentSearchPage .searchData_list_li .li .logo_list .img:hover {
  transform: scale(1.1);
}
.sentSearchPage .searchData_list_li .li .logo_list .img:nth-child(n+2) {
  margin-left: 0.1rem;
}
.sentSearchPage .searchData_list_li .li .logo_list .img.dianzan {
  background-image: url("../../../img/web/sentSearch/use1.webp?v=0.0.2");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sentSearchPage .searchData_list_li .li .logo_list .img.dianzan.cur {
  background-image: url("../../../img/web/sentSearch/use1s.webp");
}
.sentSearchPage .searchData_list_li:nth-child(even) {
  margin-left: 10%;
}
.sentSearchPage .searchData_list_li .text {
  color: #1B1B1F;
  font-size: 0.2rem;
  line-height: 0.32rem;
}
.sentSearchPage .searchData_list_li .text span {
  color: #63647F;
}
.sentSearchPage .searchData_list_li .auchor {
  color: #63647F;
  font-size: 0.16rem;
  text-align: right;
  margin-top: 0.18rem;
}
.sentSearchPage .chaYiFanKuiPop {
  border-radius: 0.2rem;
  padding: 0.3rem 0.4rem 0.5rem;
  box-sizing: border-box;
  background: #fff;
}
.sentSearchPage .chaYiFanKuiPop .title {
  color: #1B1B1F;
  font-size: 0.24rem;
  line-height: 0.46rem;
}
.sentSearchPage .chaYiFanKuiPop .author {
  color: #63647F;
  font-size: 0.16rem;
  margin-top: 0.1rem;
}
.sentSearchPage .chaYiFanKuiPop .list .li {
  color: #1B1B1F;
  font-size: 0.2rem;
  margin-top: 0.2rem;
  padding-left: 0.4rem;
  height: 0.26rem;
  line-height: 0.26rem;
  background-image: url("../../../img/web/sentSearch/radio_nor.webp?v=0.0.2");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 0.26rem;
}
.sentSearchPage .chaYiFanKuiPop .list .li:first-child {
  margin-top: 0.3rem;
}
.sentSearchPage .chaYiFanKuiPop .list .li.cur {
  background-image: url("../../../img/web/sentSearch/radio_sel.webp");
}
.sentSearchPage .chaYiFanKuiPop .textarea {
  color: #1B1B1F;
  font-size: 0.2rem;
  padding: 0.22rem;
  background-color: #F3F3F3;
  height: 1.8rem;
  width: 100%;
  border-radius: 0.2rem;
  box-sizing: border-box;
  margin-top: 0.3rem;
}
.sentSearchPage .chaYiFanKuiPop .btnList {
  margin-top: 0.3rem;
}
.sentSearchPage .chaYiFanKuiPop .btnList div {
  flex: 1;
  height: 0.58rem;
  font-size: 0.2rem;
  color: #1B1B1F;
  border-radius: 0.29rem;
  background-color: #F3F3F3;
}
.sentSearchPage .chaYiFanKuiPop .btnList div:last-child {
  background-color: #3A5CDB;
  color: #fff;
  margin-left: 0.44rem;
}
.sentSearchPage .feedBackPop {
  border-radius: 0.2rem;
  padding: 0.6rem 0.4rem;
  background: #fff;
  color: #1B1B1F;
  font-size: 0.2rem;
  box-sizing: border-box;
}
.sentSearchPage .feedBackPop .textarea {
  margin-top: 0.36rem;
  width: 100%;
  height: 180px;
  box-sizing: border-box;
  background-color: #F3F3F3;
  border-radius: 0.2rem;
  padding: 0.3rem;
}
.sentSearchPage .feedBackPop .input {
  padding: 0 0.3rem;
  height: 0.6rem;
  width: 100%;
  box-sizing: border-box;
  line-height: 0.6rem;
  background-color: #F3F3F3;
  border-radius: 0.2rem;
  margin-top: 0.2rem;
}
.sentSearchPage .feedBackPop .btnList {
  margin-top: 0.3rem;
}
.sentSearchPage .feedBackPop .btnList div {
  flex: 1;
  height: 0.58rem;
  font-size: 0.2rem;
  color: #1B1B1F;
  border-radius: 0.29rem;
  background-color: #F3F3F3;
}
.sentSearchPage .feedBackPop .btnList div:last-child {
  background-color: #3A5CDB;
  color: #fff;
  margin-left: 0.44rem;
}
.sentSearchPage .searchWrap {
  margin: 0.55rem auto 0;
  height: 1.2rem;
  border-radius: 0.3rem;
  box-sizing: border-box;
  background-color: #FBFBFF;
  border: 0.03rem solid #63647F;
  padding: 0 0.3rem;
}
.sentSearchPage .searchWrap .inp {
  width: 0;
  flex-grow: 1;
  margin-right: 0.2rem;
  background-color: transparent;
  font-size: 0.24rem;
  color: #1B1B1F;
}
.sentSearchPage .searchWrap .inp::placeholder {
  color: #63647F;
}
.sentSearchPage .searchWrap .icon {
  width: 0.54rem;
  height: 0.54rem;
}
/*# sourceMappingURL=sentSearch.css.map */