body,
html {
  background-color: #f8f7f6;
  color: #000;
  letter-spacing: 0.5px;
  font-family: PingFangSC-Regular, Arial, sans-serif;
  height: 100vh;
  margin: 0;
}

a,
button,
dd,
div,
dl,
figcaption,
figure,
footer,
h1,
h2,
h3,
h4,
i,
input,
li,
main,
p,
section,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: transparent;
}

button,
footer,
input {
  border: none;
  outline: none;
  background: none;
}

body {
  padding-top: constant(safe-area-inset-top);
  padding-top: env(safe-area-inset-top);
}

.picker,
body {
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}

:root {
  --safe-top: 0;
  --safe-right: 0;
  --safe-bottom: 0;
  --safe-left: 0;
}

.progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  width: 0;
  -webkit-transition: width 0.2s, opacity 0.4s;
  -o-transition: width 0.2s, opacity 0.4s;
  transition: width 0.2s, opacity 0.4s;
  opacity: 1;
  background-color: #efc14e;
  z-index: 999999;
}

.popup-win {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999990;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.popup-main {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 6rem;
  height: 8rem;
  margin: auto;
  border-radius: 0.32rem;
}

.popup-main .close-popup {
  position: absolute;
  left: 50%;
  bottom: -1.12rem;
  width: 0.6rem;
  height: 0.6rem;
  margin-left: -0.3rem;
}

.popup-main .pop-cont-img {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}

body {
  background-color: #f6f6f6;
  padding-bottom: 20px;
}

.search-detail-wrap {
  position: relative;
  padding-bottom: 27.46666667vw;
}

.search-detail-wrap .search-loading {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background-color: #fff;
}

.search-detail-wrap .search-loading .search-loading-img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 60px;
  height: 60px;
}

.search-detail-wrap .search-tab {
  background: url("https://resources.pingan.com/app_upload/images/miniprogram/wei_guan_fang/pa-search-static/ai/images/aibg.png")
    no-repeat 0 0;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 11.73333333vw;
  color: #333;
  font-size: 3.73333333vw;
  padding: 0 28px;
}

.search-detail-wrap .search-tab.bottom {
  background: none;
}

.search-detail-wrap .search-tab .tab-item {
  position: relative;
  margin-right: 12.8vw;
  font-size: 3.73333333vw;
  line-height: 11.73333333vw;
  text-align: center;
  white-space: nowrap;
}

.search-detail-wrap .search-tab .tab-item.active {
  font-size: 4.26666667vw;
  color: #ff492e;
  font-weight: 700;
}

.search-detail-wrap .search-tab .tab-item.active:after {
  content: "";
  position: absolute;
  width: 80%;
  height: 0.8vw;
  left: 50%;
  -webkit-transform: translateX(-51%);
  -ms-transform: translateX(-51%);
  transform: translateX(-51%);
  bottom: 0;
  background: #ff492e;
  border-radius: 1.5px;
}

.search-detail-wrap .search-module {
  margin-top: 16px;
}

.search-detail-wrap .search-module .search-view-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 30px;
  font-size: 14px;
  color: #f05a23;
}

.search-detail-wrap .search-module .view-more-triangle {
  background: url(https://resources.pingan.com/app_upload/images/miniprogram/wei_guan_fang/pa-search-static/search/images/ic_more.png)
    no-repeat 50%;
  background-size: cover;
  width: 16px;
  height: 16px;
  display: inline-block;
}

.search-detail-wrap .search-module .view-more-triangle.active {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.search-detail-wrap .service-empty-wrap {
  text-align: center;
  margin-bottom: 16px;
}

.search-detail-wrap .service-empty-wrap .service-empty-img {
  width: 150px;
  height: 150px;
}

.search-detail-wrap .service-empty-wrap .service-empty-desc {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
  letter-spacing: 0;
}

.search-detail-wrap .search-hot-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 8px;
}

.search-detail-wrap .search-hot-wrap .search-hot-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 38%;
  flex: 0 0 38%;
  padding-left: 30px;
  margin-bottom: 6px;
  height: 30px;
  line-height: 32px;
  background: rgba(255, 73, 46, 0.03);
  border-radius: 8px;
  font-size: 14px;
  color: #f05a23;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAMAAABiM0N1AAAAk1BMVEUAAAD0XCTxWiTxWiP/YzTxXSfwWyPxWiPzYCb/YSr/jj3xWyPxWiPxWyTwWiPxWyPwWiPyWiTyXCT0XCPzXSTwWiPxWyTxWyPxWyTxWyPyWyPzWyTzXCXxWiPwWiTxWyPxWyPwWiPyWyTyWyT3YSTxWiPwWiPxWiPxWiPyWyb0Wyf1YSjyXSnxWyTxWyTxXSbwWiOr4mTAAAAAMHRSTlMAQPvcCSP16RUOBNTMePLFm4JKMSq/jmvkt3NRPfetpHtmY10d7dCSjDotGRKxcFgmp1e9AAAB5ElEQVRYw+2W6ZKCMBCEh0NdEeRQEfA+19u8/9PttqHU8sgEtWprq/h+QtOZzEyGUElJSck/oW7MxnHoTdb2Oy4Vr2OKHNPNvl60aY9yl7PXsP3KngJxjxnXi/qsrfPXTcu3BiInaRXzmeW7csO+Lffp+fJJtVfEZyo/Sg26opXKpxN9n6MAtbu1o9opUZF21ZvQ+w+qPV+ekqZZPMeFuvOwA+3OaQ09owxa137SFQ287Wo1UA3RV5T7XtjE4zGV8XRDQidajiKFJwHv08KCU5WiCwXf4OGvaqBMwQ5d77FGqG+qlqToDtYINTvwQSds8ZEA5gz0oLG5aSYzydejwp0ziOZqzUbbqM1FzS9GW4jWao0BzY4YcJRmRFxHLogDEzVQSwKtPvrGSeJbLWaNIiSgz6bI4Ocj1huqFEPMcwL83swNPaWPgFY6o3+ASesoJ3p1SxqssGSoCBip1h7aYqL4dSY70iIST6dkJmTJNBkLENhPbig1/YvSSADreDOHEiFp6DvF8otl93zIvzL8Gos7ZabIvUbhwQtHlpAMVtWCThtXPMBtkVHUyelatzYJ5ktRJ9BLqxcXcx+h3S9Oha6TTn8cDH1/H3jyCnjtNKa3kU4xfcKpKRYV+gTbyKaSkpI/4Ac5kl1RJ07s/AAAAABJRU5ErkJggg==);
  background-position: 8px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search-detail-wrap .search-hot-wrap .search-hot-item:nth-of-type(odd) {
  margin-right: 8px;
}

.search-detail-wrap .search-input-wrap {
  padding: 0;
  background-color: #fff;
}

.search-detail-wrap .search-input-wrap.bottom {
  background: none;
}

.search-detail-wrap .floatTopBg {
  padding-top: 2.66666667vw;
  background: url("https://resources.pingan.com/app_upload/images/miniprogram/wei_guan_fang/pa-search-static/ai/images/aibg.png")
    no-repeat 0 0;
  background-size: cover;
}

.search-detail-wrap .service-wrap {
  width: 90.4vw;
  margin-top: -4.26666667vw;
  margin-left: -1.86666667vw;
  overflow: hidden;
}

.search-detail-wrap .service-wrap .service-item {
  float: left;
  width: 18.66666667vw;
  height: 18.66666667vw;
  margin: 4.26666667vw 1.86666667vw;
}

.search-detail-wrap .service-wrap .service-item img {
  display: block;
  width: 8.53333333vw;
  height: 8.53333333vw;
  margin: 2.13333333vw auto;
}

.search-detail-wrap .service-wrap .service-item span {
  display: block;
  line-height: 4.53333333vw;
  text-align: center;
}

 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scrollbar-width: none;
}

::-webkit-scrollbar {
  display: none;
}

.search-page {
  width: 100%;
  z-index: 999;
  border-radius: 4.26666667vw 4.26666667vw 0 0;
  padding-top: 3.73333333vw;
  padding-bottom: 9.06666667vw;
}

.search-page.position-fixed-and-box-shadow {
  position: fixed;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: 0 0 1.06666667vw 0 hsla(0, 0%, 86%, 0.5);
  box-shadow: 0 0 1.06666667vw 0 hsla(0, 0%, 86%, 0.5);
  background: #fff;
}

.search-page.position-relative-and-box-shadow {
  position: relative;
  padding: 0;
}

.search-page .search-list-item {
  height: 11.73333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 4.26666667vw;
}

.search-page .search-list-item .search-list-item-icon {
  width: 4.26666667vw;
  height: 4.26666667vw;
  margin-right: 2.66666667vw;
}

.search-page .search-list-item .search-list-item-info {
  font-size: 3.73333333vw;
  color: #333;
  font-weight: 400;
}

.search-page .search-list-item .searching-item-red {
  color: #a68b7f;
}

.search-page .search-list-item .del-box {
  width: 6.4vw;
  height: 6.4vw;
  position: absolute;
  right: 8vw;
}

.search-page .search-list-item .del-box:after,
.search-page .search-list-item .del-box:before {
  content: "";
  display: block;
  position: absolute;
  height: 0.53333333vw;
  width: 3.73333333vw;
  background-color: #d2d2d2;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 1.33333333vw;
  top: 2.93333333vw;
}

.search-page .search-list-item .del-box:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.search-page .recommendList-container {
  width: 100%;
}

.search-page .recommendList-container .recommendList-container-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  margin: 0 4.26666667vw 2.4vw;
}

.search-page
  .recommendList-container
  .recommendList-container-box.bottom-container-box {
  margin: 3.2vw 4.26666667vw 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 4.26666667vw;
}

.search-page
  .recommendList-container
  .recommendList-container-box
  ::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  color: transparent;
}

.search-page
  .recommendList-container
  .recommendList-container-box
  .recommendList-container-box-item {
  display: inline-block;
  white-space: nowrap;
  background: #f7f7f7;
  border-radius: 3.73333333vw;
  color: #333;
  font-size: 3.2vw;
  padding: 1.33333333vw 2.66666667vw;
  margin-right: 2.66666667vw;
}

.search-page
  .recommendList-container
  .recommendList-container-box
  .recommendList-container-box-item.bottom {
  background: #fff;
}

.search-page
  .recommendList-container
  .recommendList-container-box
  .recommendList-container-box-item
  a {
  color: #333;
}

.search-page .history-list {
  margin: 0 4.26666667vw;
}

.search-page .history-list .history-title {
  margin-bottom: 2.13333333vw;
}

.search-page .history-list .history-title:after {
  clear: both;
  display: block;
  content: "";
  height: 0;
  width: 0;
  opacity: 0;
}

.search-page .history-list .history-title h3 {
  font-size: 3.73333333vw;
  color: #333;
  font-weight: 700;
  float: left;
}

.search-page .history-list .history-title .history-title-right {
  float: right;
  position: relative;
}

.search-page .history-list .history-title .history-title-right .history-del {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.53333333vw 1.33333333vw;
  position: absolute;
  top: -0.53333333vw;
  right: 0;
}

.search-page
  .history-list
  .history-title
  .history-title-right
  .history-del
  img {
  height: 4.26666667vw;
  width: 4.26666667vw;
}

.search-page .history-list .history-title .history-title-right .history-tools {
  font-size: 3.2vw;
  color: #666;
  font-weight: 400;
}

.search-page
  .history-list
  .history-title
  .history-title-right
  .history-tools
  .history-tools-del-line {
  margin: 0 4.26666667vw;
}

.search-page .history-list .history-list-item {
  padding: 0 2.13333333vw;
  margin-right: 1.06666667vw;
  margin-bottom: 2.66666667vw;
  display: inline-block;
  font-size: 3.73333333vw;
  color: #333;
  background: #fff;
  border-radius: 1.06666667vw;
  line-height: 6.4vw;
}

.search-page .history-list .history-list-item .rotate180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.search-page .history-list .history-list-item.last-child {
  height: 6.4vw;
  width: 6.4vw;
  padding: 0;
  text-align: center;
}

.search-page .history-list .history-list-item span {
  margin-right: 1.06666667vw;
}

.search-page .history-list .history-list-item img {
  height: 4.26666667vw;
  width: 4.26666667vw;
  position: relative;
  top: 1.06666667vw;
}

.search-page .border-one {
  border-top: 1px solid #ddd;
  margin-top: 0.2rem;
}

.search-page .recommend-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.1);
}

.search-page .auto-complete {
  margin: 0 0.32rem;
  border-bottom: 1px solid #f7f7f7;
}

.search-page .auto-complete.bottom {
  position: absolute;
  width: 100%;
  margin: 0;
  border-radius: 0 0 4.26666667vw 4.26666667vw;
  -webkit-box-shadow: 0 1.06666667vw 1.06666667vw 0 hsla(0, 0%, 86%, 0.5);
  box-shadow: 0 1.06666667vw 1.06666667vw 0 hsla(0, 0%, 86%, 0.5);
}

.search-page .auto-complete.bottom .auto-complete-bg {
  background: url("https://resources.pingan.com/app_upload/images/miniprogram/wei_guan_fang/pa-search-static/ai/images/aibg.png")
    no-repeat 0 -16vw;
  background-size: cover;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0.32rem;
  z-index: 1;
}

.search-page .auto-complete ul {
  padding-top: 2.13333333vw;
}

.search-page .auto-complete ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 11.73333333vw;
  margin-top: 0.53333333vw;
}

.search-page .auto-complete ul li .little-query {
  display: block;
  width: 4.26666667vw;
  height: 4.26666667vw;
}

.search-page .auto-complete ul li span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 2.66666667vw;
  font-family: PingFangSC-Regular;
  font-size: 0.28rem;
  color: rgba(0, 0, 0, 0.8);
  line-height: 11.73333333vw;
  font-weight: 400;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.search-page .auto-complete ul li .select-head {
  display: block;
  width: 0.22rem;
  height: 0.22rem;
}

.search-page .search-input-wrapper {
  position: relative;
  width: 91.46666667vw;
  height: 11.73333333vw;
  margin: 0 0.32rem;
  background: url(https://pa18-pweb.pingan.com/node-m/gl/dist/img/img_search_bg.65031a8.png)
    no-repeat 50%/100% 100%;
}

.search-page .search-input-wrapper .left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 67.46666667vw;
  height: 11.73333333vw;
  margin-left: 11.2vw;
}

.search-page .search-input-wrapper .left .search-input {
  width: 90%;
  cursor: pointer;
  font-family: PingFangSC-Regular;
  font-size: 0.28rem;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
}

.search-page
  .search-input-wrapper
  .left
  .search-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.search-page .search-input-wrapper .left .cancel-icon {
  position: absolute;
  top: 2.66666667vw;
  right: 0;
  width: 6.4vw;
  height: 6.4vw;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABIBAMAAACnw650AAAAG1BMVEUAAAA1NTUzMzMzMzMzMzMzMzM1NTU0NDQzMzMrHGRzAAAACHRSTlMAE9HQwy0df9r98MsAAADFSURBVEjH7dQxDoJAEIVhTUhsCXqB7WztLPUShguYWHoGjOYdW7b6xUzetBT7umWGr2CH2bS0rD335fEW9ex0/T0e9AyaHpp6TtujPkHTKBVOg/QOmjpVCkiXRZnnBUivnhoZKsULp/86FQdRMhCUhygChdS5VoHi7GsZyFBAhgIyFJChgBwFZD7olDUNmlNyCMpcDHNlrpi5MjfMiLpZgUpGpSQQlIGgDARlICgDOaqbofQ3H4GiheFXT77E8nXY0rLyfAHrGmN7fbStPQAAAABJRU5ErkJggg==)
    no-repeat 50%/100% 100%;
}

.search-page .search-input-wrapper .right {
  position: absolute;
  top: 2.93333333vw;
  right: 4.26666667vw;
  width: 5.86666667vw;
  height: 5.86666667vw;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEIAAABCCAMAAADUivDaAAAAXVBMVEUAAAD4+Pj39/f////39/f4+Pj////4+Pj4+Pj39/f4+Pj4+Pj4+Pj4+Pj4+Pj39/f5+fn5+fn39/f5+fn4+Pj6+vr39/e8vLza2trq6urk5OTe3t7Dw8Pw8PDPz89xsh7qAAAAFnRSTlMA+uQc7c0J39qonJiUjIiBWFBDKiQ2jKGbzQAAAUpJREFUWMOk01luAjEQhOFy2559B8oEktz/mInmAdAsPYu/A/wqy2qssl2b+9QZ41Kft53FQUOZcSIrB+xmG+EiafZtuRaGq0xxxZakNlSZOoGqF26SXptQcZdqdYj13MlbLLoId5MLFtwcD3C3hQ2Oh7jZDis8SOzkLzwP8wk+VTyhwoeep/R4SYSnyPspNU+qX7dpeJK5AqOCiufvk+sKjKw24hFCuCsz7JhoqLgHvdGMCaHiJ+gNwb+Bqq+NxgCgZFSjBJAxqpEBloxrWHSMbHRoGdlokTOykcMzsuGRMrKRwnHi8R0U84aD4cS8oDfMXyt2QAMACAMx0L/rirgaIAG2fbvjCL/I8Zz+qUdpeYEfbebN7iPnGXw+fj0EPIo8ED2WJzhwRHFQclxzaHR0dYB2jHeZcKVxsXK9c8l01XXhdu3/lw++AgmEciO2XbyhcgAAAABJRU5ErkJggg==)
    no-repeat 50%/100% 100%;
}

.search-page .search-input-wrapper .right.focus-icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEIAAABCCAMAAADUivDaAAAAXVBMVEUAAAD/Xxb/Xxb/Yhr/YBb/YBb/YBf/YBf/ayj/YBf/Xxf/YBf/YBb/YRj/YBf/YBb/Xxf/YRj/Yxz/Yxj/Xxb/////r4r/9fH/gUj/7eX/l2j/y7T/pHr/jFj/dDXWkbZtAAAAFHRSTlMA+uQc3c2ahQnt7KiUjFhQQyokNsz6rGYAAAFKSURBVFjDpNNXbsMwEITh4S6LrW575CROuf8xE+ghNlRWhd8BfsyCIBZpk8rgC+cKH8rUKHbqoueIjx020yScJUmxxTU6LnLxijWn2tHk6hNMrXCVtNaEiptUi0M0cKOgmHURbiYXzLiducP5NrNhWrAbkx0q3El09BaBu4UTXlU8oMKLloe0L2cID5HnKTUPqv//puNB7goMIg1fnw8uixioNeLR9/3dmKFDItFw7+1GGhJCw8+b3RD86Wh6X2l0ACKzGhGAZ1bDA0rmNRQNMxsNEjMbCSUzGyUCMxsBnpkNj4Ij3x+9Ydoo4DgyLdgN99uKHdAAAMJADPTvuiKuBkiAbd/uOMIvcjynf+pRWl7gR5t5s/vIeQafj18PAY8iD0SP5QkOHFEclBzXHBodXR2gHeNdJlxpXKxc71wyXXVduF37/+WDr0AC1GQJlmzngq0AAAAASUVORK5CYII=);
}

#typed-strings {
  opacity: 0;
}

.open-more {
  padding: 2.13333333vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 8vw;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 3.73333333vw;
  color: #ff5f16;
  font-weight: 400;
  background-color: #fff;
  border-radius: 2.13333333vw;
}

.open-more .ic-more {
  width: 4.26666667vw;
  height: 4.26666667vw;
  margin-left: 1.06666667vw;
}

.open-more .rotate {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.open-more .img-zhezhao {
  position: absolute;
  bottom: 8vw;
  width: 100%;
  height: 16vw;
}

.search-logo {
  margin-bottom: 3.73333333vw !important;
}

.search-logo .ai-result-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3.73333333vw;
  position: relative;
  background: #fff7f3;
  padding: 2.66666667vw 2.13333333vw;
  border-radius: 1.6vw;
}

.search-logo .ai-result-head .search-logo {
  width: 23.46666667vw;
  height: 4.8vw;
}

.search-logo .ai-result-head .search-keywords {
  font-size: 4.26666667vw;
  color: #ff5f16;
  font-weight: 700;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.search-logo .ai-result-head .stop-wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  -webkit-box-shadow: 0 0.26666667vw 0.53333333vw 0 #e8e8e8;
  box-shadow: 0 0.26666667vw 0.53333333vw 0 #e8e8e8;
  border-radius: 3.73333333vw;
  padding: 1.33333333vw 2.66666667vw;
  position: absolute;
  right: 2.13333333vw;
  top: 2.13333333vw;
}

.search-logo .ai-result-head .stop-wraper .ic-ai-stop {
  width: 4.26666667vw;
  height: 4.26666667vw;
  margin-right: 1.06666667vw;
}

.search-logo .ai-result-head .stop-wraper .stop-txt {
  font-size: 3.2vw;
  color: #333;
  font-weight: 400;
}

.search-logo .little-logo {
  position: relative;
  font-size: 3.73333333vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
}

.search-logo .little-logo .loading-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-logo .little-logo .loading-text img {
  width: 5.33333333vw;
  height: 5.33333333vw;
  margin-right: 2.13333333vw;
}

.search-logo .little-logo .loading-text .loader-item {
  -webkit-animation-name: blink;
  animation-name: blink;
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.search-logo .little-logo .loading-text .loader-item:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.search-logo .little-logo .loading-text .loader-item:nth-child(3) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

@-webkit-keyframes blink {
  0%,
  to {
    opacity: 0.2;
  }

  50% {
    opacity: 1;
  }
}

@keyframes blink {
  0%,
  to {
    opacity: 0.2;
  }

  50% {
    opacity: 1;
  }
}

.search-logo .little-logo .chat-loading-ani-box {
  margin-bottom: 2.66666667vw;
  margin-top: 2.66666667vw;
  height: 12.8vw;
}

.search-logo .little-logo .chat-loading-ani-box .chat-loading-ani-item {
  position: relative;
  height: 6.4vw;
  width: 100%;
  background: #faf6f4;
  margin-bottom: 2.13333333vw;
  border-radius: 1.06666667vw;
  overflow: hidden;
}

.search-logo
  .little-logo
  .chat-loading-ani-box
  .chat-loading-ani-item:last-child {
  width: 60%;
}

.search-logo .little-logo .chat-loading-ani-box .chat-loading-ani-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(
    left,
    hsla(0, 0%, 100%, 0) 0,
    hsla(0, 0%, 100%, 0.4) 26%,
    hsla(0, 0%, 100%, 0.5) 62%,
    hsla(0, 0%, 100%, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, hsla(0, 0%, 100%, 0)),
    color-stop(26%, hsla(0, 0%, 100%, 0.4)),
    color-stop(62%, hsla(0, 0%, 100%, 0.5)),
    to(hsla(0, 0%, 100%, 0))
  );
  background: linear-gradient(
    90deg,
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0.4) 26%,
    hsla(0, 0%, 100%, 0.5) 62%,
    hsla(0, 0%, 100%, 0)
  );
  -webkit-animation: myAnimationBtn333 2s infinite;
  animation: myAnimationBtn333 2s infinite;
}

@-webkit-keyframes myAnimationBtn333 {
  0% {
    left: -50%;
  }

  to {
    left: 150%;
  }
}

@keyframes myAnimationBtn333 {
  0% {
    left: -50%;
  }

  to {
    left: 150%;
  }
}

.fixheight {
  overflow: hidden;
  max-height: 53.33333333vw;
}

.ai-no-data {
  padding: 5.33333333vw 4.26666667vw 0;
  position: relative;
  font-size: 3.2vw;
}

.feedback-btn {
  z-index: 4;
  min-width: 99%;
  height: 11.2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 2.13333333vw;
  font-size: 3.2vw;
  color: #999;
  text-align: right;
  font-weight: 400;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.feedback-btn .feedback-btn-item-icon {
  min-width: 5.86666667vw;
  max-width: 5.86666667vw;
  height: 5.86666667vw;
  margin-left: 5.86666667vw;
}

.search-ai {
  margin: 3.2vw 2.66666667vw 2.13333333vw;
  border-radius: 2.66666667vw;
  padding: 5.33333333vw 4.26666667vw 13.33333333vw;
  position: relative;
  background-color: #fff;
}

.search-ai:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10.66666667vw;
}

.search-ai #AIElement code {
  word-break: break-all;
  overflow: auto;
  word-wrap: break-word;
}

@media (prefers-color-scheme: light) {
  .search-ai #AIElement .markdown-body,
  .search-ai #AIElement [data-theme="light"] {
    --fgColor-accent: #ff5f16;
    --fgColor-default: #333;
  }
}

.search-ai #AIElement h1,
.search-ai #AIElement h2,
.search-ai #AIElement h3 {
  margin-top: 2.66666667vw !important;
  margin-bottom: 2.66666667vw !important;
  border-bottom: none;
  font-size: 3.73333333vw;
}

.search-ai #AIElement h1 {
  font-size: 4.26666667vw;
}

.search-ai #AIElement h4 {
  font-weight: 700;
}

.search-ai #AIElement h4,
.search-ai #AIElement h5,
.search-ai #AIElement h6 {
  font-size: 3.73333333vw;
}

.search-ai #AIElement h5,
.search-ai #AIElement h6 {
  margin-top: 4.26666667vw !important;
  margin-bottom: 1.6vw !important;
}

.search-ai #AIElement strong {
  position: relative;
}

.search-ai #AIElement strong,
.search-ai #AIElement strong * {
  color: #ff5f16 !important;
}

.search-ai #AIElement strong:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.53333333vw;
  width: 100%;
  height: 1.6vw;
  background-color: #ff5f16;
  opacity: 0.1;
}

.search-ai #AIElement p {
  font-size: 3.73333333vw;
  color: #333;
}

.search-ai #AIElement br + * {
  margin-top: 4.26666667vw;
}

.search-ai #AIElement a {
  font-size: 3.73333333vw;
  color: #ff5f16;
  border: none;
  font-weight: 700;
  position: relative;
  display: inline-block;
  margin-top: 4.26666667vw;
}

.search-ai #AIElement a:after {
  display: inline-block;
  content: "";
  width: 4.26666667vw;
  height: 4.26666667vw;
  background: url(https://resources.pingan.com/app_upload/images/miniprogram/wei_guan_fang/pa-search-static/search/images/search_top.png)
    no-repeat 50%/100% 100%;
  vertical-align: top;
}

.search-ai #AIElement a.no-link {
  text-decoration: none;
  cursor: default;
}

.search-ai #AIElement a.no-link:after,
.search-ai #AIElement a.no-search-icon:after {
  display: none;
}

.no-right-result {
  margin: 2.66666667vw 2.66666667vw 0;
  text-align: center;
  background: #fff;
  border-radius: 2.13333333vw;
  font-size: 3.73333333vw;
  line-height: 10.66666667vw;
  font-weight: 400;
}

.no-right-result span {
  color: #ff5f16;
}

.mask {
  top: 0;
  height: 100vh;
  background-color: #000;
  opacity: 0.7;
}

.feedback-warper,
.mask {
  position: fixed;
  left: 0;
  width: 100vw;
  z-index: 999;
}

.feedback-warper {
  bottom: 0;
  -webkit-box-shadow: 0 0 1.06666667vw 0 hsla(0, 0%, 86%, 0.5);
  box-shadow: 0 0 1.06666667vw 0 hsla(0, 0%, 86%, 0.5);
  background: #fff;
  border-radius: 4.26666667vw 4.26666667vw 0 0;
  padding: 4.26666667vw 0;
}

.feedback-warper .feedback-title {
  position: relative;
  font-size: 3.73333333vw;
  color: #333;
  font-weight: 400;
  margin-bottom: 4.26666667vw;
  padding-left: 2.4vw;
}

.feedback-warper .feedback-title span {
  color: #ff1717;
}

.feedback-warper .feedback-title:before {
  content: "";
  position: absolute;
  top: 1.06666667vw;
  left: 0;
  width: 1.06666667vw;
  height: 3.2vw;
  background: #ff5f16;
  border-radius: 4px;
}

.search-list-wraper {
  max-height: 66.66666667vw;
  overflow-y: scroll;
  margin: 0 5.33333333vw 3.2vw;
}

.search-list-wraper .feedback-item .search-list-item {
  width: 42.66666667vw;
  display: inline-block;
  text-align: center;
  line-height: 8vw;
  float: left;
  margin-bottom: 3.73333333vw;
}

.search-list-wraper .feedback-item .search-list-item:nth-child(odd) {
  margin-right: 2.13333333vw;
}

.search-list-wraper .feedback-item .search-list-item .search-list-item-info {
  font-size: 3.73333333vw;
  color: #333;
  background-color: #f9f9f9;
  border-radius: 4vw;
  font-weight: 400;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search-list-wraper
  .feedback-item
  .search-list-item
  .search-list-item-info.active {
  background: #ff5f16;
  color: #fff;
}

.search-list-wraper .feedback-item:after {
  content: "";
  clear: both;
  display: block;
}

.custom-placeholder {
  font-size: 3.73333333vw;
  color: #999;
  font-weight: 400;
}

.search-bar {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  height: 53.33333333vw;
  margin: 0 4.26666667vw 2.4vw;
  border-radius: 1.06666667vw;
}

.search-bar .other-feedback {
  font-size: 3.73333333vw;
  color: #333;
  font-weight: 400;
  margin-bottom: 2.13333333vw;
}

.search-bar .other-feedback-box .other-feedback-input {
  color: rgba(0, 0, 0, 0.8);
  font-size: 3.73333333vw;
  border: 0.53333333vw solid #f5f5f5;
}

.search-bar .search-btn {
  margin-top: 5.33333333vw;
  line-height: 13.33333333vw;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  background: #ff5f16;
  border-radius: 6.66666667vw;
  text-align: center;
  font-size: 4.26666667vw;
  color: #fff;
  letter-spacing: 0;
  font-weight: 500;
}

.search-module-wrap {
  margin: 0 2.66666667vw 2.13333333vw;
  background: #fff;
  border-radius: 2.66666667vw;
  padding: 3.2vw 4.26666667vw 2.13333333vw;
}

.search-module-wrap .title {
  font-size: 4.26666667vw;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 700;
  position: relative;
  padding-left: 2.66666667vw;
  margin-bottom: 4.26666667vw;
}

.search-module-wrap .title:after {
  width: 0.8vw;
  height: 13px;
  background: #ff492e;
  content: "";
  border-radius: 0.53333333vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.product-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: rgba(0, 0, 0, 0.9);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid #f6f6f6;
  margin-bottom: 16px;
}

.product-wrap .product-pic {
  width: 80px;
  margin-right: 10px;
  height: 80px;
  border-radius: 8px;
}

.product-wrap .product-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden;
}

.product-wrap .product-title {
  max-width: 230px;
  overflow: hidden;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 4px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-wrap .product-size {
  margin-top: 4px;
}

.product-wrap .product-desc {
  font-size: 12px;
  width: 100%;
  color: rgba(0, 0, 0, 0.6);
  position: relative;
  padding-right: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.product-wrap .product-desc:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAJFBMVEUAAAD/bjfxWyPxWyPxWyPxWyTyWyT3YCjwWyPwWyTxWyPwWiNGRNRjAAAAC3RSTlMAB4N7s7liIOCdbeywqUsAAAA+SURBVDjLYxhuoAqHOHu3AXYJzt2bsUswRu/GoUV0VAtpWhi9dytglRDZvWlUA0ENLDg0MLBBNWCCJIbhCQCSmSiCn5SimAAAAABJRU5ErkJggg==)
    no-repeat 50%;
  background-size: cover;
  width: 16px;
  height: 16px;
  display: inline-block;
}

.product-wrap .product-price {
  font-size: 20px;
  color: #ff492e;
  font-weight: 700;
}

.product-wrap .product-time {
  font-size: 12px;
  color: #ff492e;
  line-height: 28px;
  font-weight: 400;
}

.product-wrap .product-tag {
  font-size: 12px;
  margin-left: 7px;
  color: #26b287;
  font-weight: 500;
  background-color: #ecfaf6;
  border-radius: 4px;
  padding: 2px 6px;
}

.product-wrap .discount-tag {
  background-image: -o-linear-gradient(300deg, #ffe296 2%, #ffefb5 100%);
  background-image: linear-gradient(150deg, #ffe296 2%, #ffefb5);
  border-radius: 4px;
  font-size: 12px;
  padding: 1px 3px;
  color: #ae6400;
  font-weight: 700;
}

.faq-item-wrap {
  border-bottom: 1px solid #f6f6f6;
  display: block;
}

.faq-item-wrap .faq-title {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAJFBMVEUAAAD/bjfxWyPxWyPxWyPxWyTyWyT3YCjwWyPwWyTxWyPwWiNGRNRjAAAAC3RSTlMAB4N7s7liIOCdbeywqUsAAAA+SURBVDjLYxhuoAqHOHu3AXYJzt2bsUswRu/GoUV0VAtpWhi9dytglRDZvWlUA0ENLDg0MLBBNWCCJIbhCQCSmSiCn5SimAAAAABJRU5ErkJggg==)
    no-repeat 100%;
  background-size: 3.73333333vw 3.73333333vw;
  font-size: 3.73333333vw;
  color: #333;
  margin-bottom: 2.13333333vw;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 13.33333333vw;
  padding-right: 9.06666667vw;
}

.faq-item-wrap .faq-desc {
  padding-left: 34px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
  word-wrap: break-word;
  word-break: break-all;
}
