@charset "UTF-8";
/*全局mixin*/
/* rem适配 */
/*将px转换成rem*/
* {
  margin: 0;
  padding: 0;
  list-style: none; }

a {
  color: #333; }

a,
button {
  cursor: pointer; }

a,
u {
  text-decoration: none; }

.mt20 {
  margin-top: 0.8rem !important; }

.mt30 {
  margin-top: 1.2rem !important; }

.mt40 {
  margin-top: 1.6rem !important; }

.mb40 {
  margin-bottom: 1.6rem !important; }

.mt50 {
  margin-top: 2rem !important; }

.mt60 {
  margin-top: 2.4rem !important; }

.mb80 {
  margin-bottom: 3.2rem !important; }

.pt30 {
  padding-top: 1.2rem !important; }

.pt40 {
  padding-top: 1.6rem !important; }

.pb80 {
  padding-bottom: 3.2rem !important; }

input {
  padding: 0 0.4rem; }

input,
button,
select {
  outline: 0;
  border: none; }

img {
  object-fit: cover; }

.fl {
  float: left !important; }

.fr {
  float: right !important; }

.clearfix {
  *zoom: 1; }

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
  font-size: 0;
  clear: both; }

@font-face {
  font-family: 'iconfont';
  /* Project id 4258840 */
  src: url("./font/iconfont.woff2") format("woff2"), url("./font/iconfont.woff") format("woff"), url("./font/iconfont.ttf") format("truetype"); }
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';
  /* Project id 4258840 */
  src: url("//at.alicdn.com/t/c/font_4258840_mnyv9y6zmle.woff2?t=1710324060135") format("woff2"), url("//at.alicdn.com/t/c/font_4258840_mnyv9y6zmle.woff?t=1710324060135") format("woff"), url("//at.alicdn.com/t/c/font_4258840_mnyv9y6zmle.ttf?t=1710324060135") format("truetype"); }
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconhx';
  /* Project id 4424570 */
  src: url("//at.alicdn.com/t/c/font_4424570_1d58rj9gcf1.woff2?t=1718849208524") format("woff2"), url("//at.alicdn.com/t/c/font_4424570_1d58rj9gcf1.woff?t=1718849208524") format("woff"), url("//at.alicdn.com/t/c/font_4424570_1d58rj9gcf1.ttf?t=1718849208524") format("truetype"); }
.iconhx {
  font-family: "iconhx" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*没有信息*/
.nodata {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #aaa;
  padding: 100px 0;
  position: relative; }
  .nodata i {
    font-size: 90px;
    margin-bottom: 10px; }

html {
  font-size: 25px;
  max-width: 102.4rem;
  margin: 0 autp; }

.layout {
  width: 1400px;
  margin: 0 auto;
  box-sizing: border-box; }

.inner-container {
  overflow: hidden;
  min-height: 400px; }

.detail-container {
  border-top: 1px solid #e4e4e4; }

.inner-layout {
  width: 1400px;
  margin: auto;
  min-width: 320px; }

.path {
  padding-top: 1.6rem;
  color: #999;
  font-size: 14px; }
  .path i {
    font-size: 12px;
    padding: 0 5px; }

#currentMedia {
  display: none; }

.pager {
  font-size: 0;
  padding-bottom: 3.2rem;
  text-align: center;
  margin-top: 30px; }
  .pager a,
  .pager input,
  .pager button,
  .pager span {
    display: inline-block;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 4px;
    font-size: 16px;
    color: #333333;
    margin-right: 10px;
    box-sizing: border-box; }
  .pager span {
    width: 50px; }
  .pager a {
    width: 50px;
    border: 1px solid #E4E4E4;
    background-color: #F2F2F2; }
    .pager a:hover {
      color: #1166c8; }
    .pager a.on {
      background-color: #1166c8;
      border-color: #1166c8;
      color: #fff; }
  .pager a.pager-prev,
  .pager a.pager-next {
    width: 88px; }
  .pager a.disabled {
    color: #d7d7d7;
    cursor: default; }
  .pager input {
    width: 100px;
    padding: 0 0 0 15px;
    line-height: 50px;
    height: 50px;
    box-sizing: border-box;
    border: 1px solid #AAAAAA; }
  .pager input::-webkit-input-placeholder {
    color: #d7d7d7; }
  .pager button {
    width: 80px;
    color: #fff;
    background-color: #1166c8;
    cursor: pointer; }
    .pager button:hover {
      background-color: #005ca0; }
  .pager .choose-page {
    display: none;
    width: 90px;
    height: 30px;
    border: 1px solid #AAA;
    color: #D7D7D7;
    border-radius: 4px;
    margin-right: 6px; }
    .pager .choose-page option {
      color: #333; }

#foxWechatBox {
  width: 16rem !important;
  height: 19.2rem !important;
  border: none;
  border-radius: 10px;
  padding: 2.24rem 2rem 2.8rem !important;
  box-sizing: border-box;
  position: relative;
  margin-left: -8rem !important;
  margin-top: -9.6rem !important; }
  #foxWechatBox > div {
    text-align: center;
    font-size: 0.96rem !important; }
  #foxWechatBox .share_weixin_qrcode {
    margin: 1.2rem 0 !important; }
  #foxWechatBox a.share_weixin_close {
    top: -1.44rem !important;
    right: -1.2rem !important;
    font-size: 1.2rem !important;
    width: 0.8rem !important;
    height: 0.8rem !important; }
  #foxWechatBox img {
    width: 12rem !important;
    height: 12rem !important; }

@media (max-width: 1600px) {
  html {
    font-size: 20px; }

  .layout {
    width: 1200px; }

  .inner-layout {
    width: 1200px; } }
@media (max-width: 1280px) {
  html {
    font-size: 16px; }

  .layout {
    width: 960px; }

  .path {
    font-size: 12px; }

  .inner-layout {
    width: 960px; }

  .pager {
    margin-top: 18px; }

  .pager a,
  .pager input,
  .pager button,
  .pager span {
    margin-right: 8px; } }
@media (max-width: 960px) {
  body,
  html {
    font-size: 20px;
    max-width: 100%;
    min-width: 360px; }

  .layout {
    width: 100%;
    min-width: 320px; }

  .mt40 {
    margin-top: 20px !important; }

  .mb40 {
    margin-bottom: 20px !important; }

  .mt60 {
    margin-top: 30px !important; }

  .mb80 {
    margin-bottom: 40px !important; }

  .inner-layout {
    width: auto;
    box-sizing: border-box;
    padding: 0 20px; }

  .inner-layout.no-margin {
    margin: 0; }

  .path {
    padding-top: 20px; }

  #currentMedia {
    width: 960px; }

  .pager input {
    display: none; }

  .pager .choose-page {
    display: inline-block; }

  .pager {
    margin-top: 10px;
    padding-bottom: 40px; }

  .pager a,
  .pager input,
  .pager button,
  .pager span {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    margin-right: 6px; }

  .pager a {
    width: 30px;
    margin-bottom: 10px; }

  .pager a.pager-prev,
  .pager a.pager-next,
  .pager button {
    width: 50px; } }
.container {
  min-height: 500px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./slider/fonts/slick.eot");
  src: url("./slider/fonts/slick.eot?#iefix") format("embedded-opentype"), url("./slider/fonts/slick.woff") format("woff"), url("./slider/fonts/slick.ttf") format("truetype"), url("./slider/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:focus,
  .slick-next:focus {
    outline: none; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  .slick-prev:before {
    content: "←"; }

.slick-next {
  right: -25px; }
  .slick-next:before {
    content: "→"; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0px;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0px 5px;
    padding: 0px;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: 0;
      line-height: 0;
      font-size: 0;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:focus {
        outline: 0; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      opacity: 0.75; }

@keyframes popFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    -ms-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes popFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    -ms-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes showArrow {
  from {
    opacity: 0;
    transform: translateX(-0.5rem); }
  to {
    opacity: 1;
    transform: translateX(0); } }
.show-share-position {
  position: absolute;
  top: 0; }

.show-share-box {
  position: absolute;
  top: 0;
  left: -3.04rem;
  width: 2.24rem;
  z-index: 11; }
  .show-share-box.position {
    position: fixed;
    top: 2.24rem;
    left: 50%;
    margin-left: -27.04rem; }
  .show-share-box .share-ico {
    width: 2.24rem;
    height: 2.24rem;
    line-height: 2.24rem;
    text-align: center;
    color: #AAAAAA;
    background-color: #E4E4E4;
    cursor: pointer; }
    .show-share-box .share-ico i {
      font-size: 1.2rem; }
    .show-share-box .share-ico.close {
      background-color: #0078d9;
      color: #fff; }
  .show-share-box .share-container .share-btn {
    display: block;
    background-color: #E4E4E4;
    width: 2.24rem;
    height: 2.24rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff; }
    .show-share-box .share-container .share-btn span {
      display: none;
      font-size: 0.56rem; }
    .show-share-box .share-container .share-btn i {
      font-size: 0.96rem;
      animation: showSpan 0.5s; }
@keyframes showSpan {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
    .show-share-box .share-container .share-btn:hover i {
      display: none; }
    .show-share-box .share-container .share-btn:hover span {
      display: inline-block;
      animation: showSpan 0.5s; }
    .show-share-box .share-container .share-btn.copy-btn {
      background-color: #F59A23; }
    .show-share-box .share-container .share-btn.qr-btn {
      background-color: #70B603; }
    .show-share-box .share-container .share-btn.print-btn {
      background-color: #02A7F0; }

@media (max-width: 1200px) {
  .show-share-position {
    position: static; }

  .show-share-box.position {
    margin-left: -480px; }

  .show-share-box {
    margin-top: 30px;
    position: static;
    width: 128px;
    display: flex; }
    .show-share-box .share-ico {
      width: 32px;
      height: 32px;
      line-height: 32px; }
      .show-share-box .share-ico i {
        font-size: 18px; }
    .show-share-box .share-container {
      display: flex; }
      .show-share-box .share-container .share-btn {
        width: 32px;
        height: 32px; }
        .show-share-box .share-container .share-btn i {
          font-size: 14px; } }
@media (max-width: 960px) {
  .show-share-box.position {
    margin-left: 10px;
    left: 0; }

  .show-share-box .share-container .share-btn:hover i {
    display: block; }
  .show-share-box .share-container .share-btn:hover span {
    display: none; } }
h1.left-tit-more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: normal; }
  h1.left-tit-more a.tit {
    font-size: 1.6rem;
    line-height: 1; }
  h1.left-tit-more a.more {
    display: flex;
    align-items: center; }
    h1.left-tit-more a.more span {
      font-size: 0.72rem;
      line-height: 1;
      color: #7f7f7f;
      transition: all 0.5s; }
    h1.left-tit-more a.more i {
      color: #1166c8;
      font-size: 0.72rem;
      margin-left: 0.32rem; }
    h1.left-tit-more a.more .circle {
      width: 1.2rem;
      height: 1.2rem;
      border: 1px dashed #0078d9;
      border-radius: 50%;
      box-sizing: border-box;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: 0.4rem; }
      h1.left-tit-more a.more .circle i {
        color: #0078d9;
        font-size: 0.8rem;
        margin-left: 0; }
    h1.left-tit-more a.more:hover span {
      color: #005ca0; }
    h1.left-tit-more a.more:hover .circle i {
      animation: showArrow 1s; }

h1.left-tab-tit001 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: normal; }
  h1.left-tab-tit001.black a.tit {
    color: #000000; }
    h1.left-tab-tit001.black a.tit:after {
      background-color: #0078d9; }
  h1.left-tab-tit001 a.tit {
    font-size: 1.6rem;
    line-height: 1.6rem;
    color: #fff;
    position: relative; }
    h1.left-tab-tit001 a.tit:after {
      content: "";
      display: block;
      width: 2.56rem;
      height: 0.16rem;
      background-color: #fff;
      position: absolute;
      left: 0;
      bottom: -0.56rem;
      border-radius: 6rem; }
  h1.left-tab-tit001 .tab-tit {
    flex: 1;
    font-size: 0; }
    h1.left-tab-tit001 .tab-tit a {
      margin-right: 1.2rem;
      font-size: 0.88rem;
      line-height: 1;
      color: #333333;
      position: relative; }
      h1.left-tab-tit001 .tab-tit a.cur {
        color: #0078d9; }
        h1.left-tab-tit001 .tab-tit a.cur:after {
          position: absolute;
          content: "";
          font-size: 0;
          width: 0;
          height: 0;
          border: 0.52rem solid transparent;
          border-top-color: #1166c8;
          left: 50%;
          transform: translateX(-50%);
          bottom: -1.2rem;
          border-top-width: 0.4rem;
          border-bottom-width: 0.4rem; }
  h1.left-tab-tit001 a.more {
    display: flex;
    align-items: center; }
    h1.left-tab-tit001 a.more span {
      font-size: 0.72rem;
      line-height: 1;
      color: #7f7f7f;
      transition: all 0.5s; }
    h1.left-tab-tit001 a.more i {
      color: #1166c8;
      font-size: 0.72rem;
      margin-left: 0.32rem; }
    h1.left-tab-tit001 a.more .circle {
      width: 1.2rem;
      height: 1.2rem;
      border: 1px dashed #0078d9;
      border-radius: 50%;
      box-sizing: border-box;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: 0.4rem; }
      h1.left-tab-tit001 a.more .circle i {
        color: #0078d9;
        font-size: 0.8rem;
        margin-left: 0; }
    h1.left-tab-tit001 a.more:hover span {
      color: #005ca0; }
    h1.left-tab-tit001 a.more:hover .circle i {
      animation: showArrow 1s; }

@media (max-width: 960px) {
  body,
  html {
    max-width: 100%;
    overflow-x: hidden;
    min-width: 360px; }

  h1.left-tit-more a.tit {
    font-size: 18px; }
  h1.left-tit-more a.more span {
    font-size: 12px; }
  h1.left-tit-more a.more .circle {
    width: 20px;
    height: 20px; }
    h1.left-tit-more a.more .circle i {
      font-size: 12px; }

  h1.left-tab-tit001 .tab-tit a {
    font-size: 18px; } }
a.more-btn {
  padding: 0 0.8rem;
  height: 1.6rem;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0078d9;
  color: #fff;
  width: fit-content;
  font-weight: normal; }
  a.more-btn span {
    font-size: 0.72rem;
    line-height: 1; }
  a.more-btn .circle {
    width: 1.2rem;
    height: 1.2rem;
    border: 1px dashed #fff;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.4rem; }
    a.more-btn .circle i {
      color: #fff;
      font-size: 0.8rem; }
  a.more-btn:hover .circle i {
    animation: showArrow 1s; }
  @media (max-width: 960px) {
    a.more-btn {
      padding: 0 10px; } }

.left-tit001 {
  font-size: 1.28rem;
  font-weight: normal;
  line-height: 1;
  position: relative; }
  .left-tit001 a {
    color: #333333; }
  .left-tit001.line:after {
    content: "";
    position: absolute;
    left: 0;
    width: 2.4rem;
    border-top: 6px solid #D4C89F;
    bottom: -1.04rem; }
  .left-tit001.white {
    color: #fff; }
    .left-tit001.white a {
      color: #fff; }
    .left-tit001.white.line:after {
      border-top-color: #fff; }
  @media (max-width: 960px) {
    .left-tit001 {
      font-size: 18px; }
      .left-tit001.line:after {
        border-top: 3px solid #D4C89F;
        bottom: -13px; } }

.center-tit001 {
  font-size: 1.28rem;
  line-height: 1;
  position: relative;
  font-weight: normal;
  text-align: center; }
  .center-tit001 a {
    color: #333333; }
  .center-tit001.line:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 2.4rem;
    border-top: 6px solid #D4C89F;
    bottom: -1.04rem; }
  .center-tit001.white {
    color: #fff; }
    .center-tit001.white a {
      color: #fff; }
    .center-tit001.white.line:after {
      border-top-color: #fff; }
  @media (max-width: 960px) {
    .center-tit001 {
      font-size: 18px; }
      .center-tit001.line:after {
        border-top: 3px solid #D4C89F;
        bottom: -13px; } }

.more001 {
  display: flex;
  align-items: center;
  font-weight: normal; }
  .more001 span {
    font-size: 0.72rem;
    color: #7F7F7F;
    line-height: 1; }
  .more001 .circle {
    width: 1.2rem;
    height: 1.2rem;
    border: 1px dashed #0078d9;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.4rem; }
    .more001 .circle i {
      color: #0078d9;
      font-size: 0.8rem; }
  .more001:hover .circle i {
    animation: showArrow 1s; }
  .more001.white span,
  .more001.white .circle i {
    color: #fff; }
  .more001.white .circle {
    border-color: #fff; }
  .more001.white:hover span {
    color: #fff; }
  .more001:hover span {
    color: #005ca0; }

h1.center-tit-more {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: normal;
  position: relative;
  z-index: 1; }
  h1.center-tit-more a.tit {
    font-size: 1.6rem;
    line-height: 1;
    color: #333333; }
  h1.center-tit-more a.more {
    margin-top: 0.8rem;
    display: flex;
    align-items: center; }
    h1.center-tit-more a.more span {
      font-size: 0.72rem;
      color: #7F7F7F;
      line-height: 1; }
    h1.center-tit-more a.more .circle {
      width: 1.2rem;
      height: 1.2rem;
      border: 1px dashed #1166c8;
      border-radius: 50%;
      box-sizing: border-box;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: 0.4rem; }
      h1.center-tit-more a.more .circle i {
        color: #1166c8;
        font-size: 0.8rem; }
    h1.center-tit-more a.more:hover .circle i {
      animation: showArrow 1s; }
  @media (max-width: 960px) {
    h1.center-tit-more a.tit {
      font-size: 20px; }
    h1.center-tit-more a.more {
      margin-top: 16px; }
      h1.center-tit-more a.more span {
        font-size: 12px; }
      h1.center-tit-more a.more .circle {
        width: 20px;
        height: 20px; }
        h1.center-tit-more a.more .circle i {
          font-size: 12px; } }

.search-layout {
  width: 56rem;
  margin: 0 auto;
  box-sizing: border-box; }
  @media (max-width: 1200px) and (min-width: 960px) {
    .search-layout {
      width: 960px; } }
  @media (max-width: 960px) {
    .search-layout {
      width: 100%;
      padding: 0 20px;
      min-width: 320px; } }

header.search-header {
  height: 5.6rem;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); }
  header.search-header.eng .search-layout .header-wrap .search-logo {
    height: 1.6rem;
    margin-right: 0.4rem; }
    header.search-header.eng .search-layout .header-wrap .search-logo img {
      width: 15.6rem; }
  header.search-header .search-layout {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    header.search-header .search-layout .header-wrap {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      header.search-header .search-layout .header-wrap .search-logo {
        display: block;
        overflow: hidden;
        height: 3.2rem; }
        header.search-header .search-layout .header-wrap .search-logo img {
          width: 18.72rem;
          height: auto;
          position: relative; }
    header.search-header .search-layout .search-wrap {
      width: 30.24rem;
      position: relative;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      header.search-header .search-layout .search-wrap .search-form-wrap {
        height: 2.4rem;
        width: 25.6rem;
        border-radius: 0.24rem;
        border: 1px solid #D7D7D7;
        position: relative;
        box-sizing: border-box; }
        header.search-header .search-layout .search-wrap .search-form-wrap .search-form {
          height: 100%;
          width: 100%;
          position: relative;
          display: flex; }
          header.search-header .search-layout .search-wrap .search-form-wrap .search-form input.form-text {
            background-color: inherit;
            height: 100%;
            flex: 1;
            padding-left: 0.8rem;
            font-size: 0.72rem; }
            header.search-header .search-layout .search-wrap .search-form-wrap .search-form input.form-text::-webkit-input-placeholder {
              /* WebKit, Blink, Edge */
              color: #D7D7D7; }
            header.search-header .search-layout .search-wrap .search-form-wrap .search-form input.form-text:-moz-placeholder {
              /* Mozilla Firefox 4 to 18 */
              color: #D7D7D7; }
            header.search-header .search-layout .search-wrap .search-form-wrap .search-form input.form-text:-ms-input-placeholder {
              /* Internet Explorer 10-11 */
              color: #D7D7D7; }
          header.search-header .search-layout .search-wrap .search-form-wrap .search-form .search-btn {
            background-color: inherit;
            height: 100%;
            width: 2.4rem;
            line-height: 2.4rem;
            display: inline-block;
            text-align: center;
            cursor: pointer; }
            header.search-header .search-layout .search-wrap .search-form-wrap .search-form .search-btn i {
              font-size: 0.96rem;
              color: #0078d9; }
        header.search-header .search-layout .search-wrap .search-form-wrap .no-text-tips {
          position: absolute;
          height: 1.36rem;
          padding: 0 0.4rem;
          background-color: #FFEDD2;
          font-size: 0.56rem;
          border-radius: 0.2rem;
          line-height: 1.36rem;
          color: #FF9700;
          bottom: -1.76rem;
          left: 0.8rem;
          display: none; }
          header.search-header .search-layout .search-wrap .search-form-wrap .no-text-tips .tip {
            position: absolute;
            height: 0.4rem;
            width: 0.6rem;
            overflow: hidden;
            top: -0.4rem;
            left: 0.4rem; }
            header.search-header .search-layout .search-wrap .search-form-wrap .no-text-tips .tip:after {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              background: #FFEDD2;
              transform: rotate(45deg);
              transform-origin: left bottom; }
    header.search-header .search-layout .search-btns .btn-box {
      display: flex; }
      header.search-header .search-layout .search-btns .btn-box .btn-setting {
        height: 1.6rem;
        width: 3.84rem;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.64rem;
        border-radius: 0.16rem;
        box-sizing: border-box; }
      header.search-header .search-layout .search-btns .btn-box .search-s {
        background-color: #0078d9;
        color: #fff;
        margin-right: 0.8rem; }
      header.search-header .search-layout .search-btns .btn-box .search-advanced {
        border: 1px solid #D7D7D7;
        color: #0078d9; }
  header.search-header .advance-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1111;
    display: none; }
    header.search-header .advance-layer .advance-search-nav {
      position: absolute;
      display: none;
      width: 100%; }
      header.search-header .advance-layer .advance-search-nav .advance-search-layout {
        margin: 0 auto;
        width: 48rem; }
      header.search-header .advance-layer .advance-search-nav .top-nav {
        height: 2rem;
        border-bottom: 1px solid #ccc;
        background-color: #fff; }
        header.search-header .advance-layer .advance-search-nav .top-nav .advance-search-layout {
          display: flex;
          justify-content: space-between;
          align-items: center;
          height: 100%; }
          header.search-header .advance-layer .advance-search-nav .top-nav .advance-search-layout p.tit {
            height: 100%;
            position: relative;
            padding-top: 0.52rem;
            box-sizing: border-box;
            font-size: 0.72rem; }
            header.search-header .advance-layer .advance-search-nav .top-nav .advance-search-layout p.tit:after {
              content: '';
              display: block;
              width: 100%;
              height: 0.16rem;
              position: absolute;
              background-color: #0078d9;
              bottom: 0;
              left: 0; }
      header.search-header .advance-layer .advance-search-nav .filter-wrap {
        background-color: #fff;
        border-bottom: 1px solid #ccc; }
        header.search-header .advance-layer .advance-search-nav .filter-wrap .advance-item {
          display: flex; }
          header.search-header .advance-layer .advance-search-nav .filter-wrap .advance-item + .advance-item {
            margin-top: 0.6rem; }
          header.search-header .advance-layer .advance-search-nav .filter-wrap .advance-item label {
            font-weight: bold;
            width: 6rem; }
          header.search-header .advance-layer .advance-search-nav .filter-wrap .advance-item .info .inner-info {
            display: flex;
            align-items: center; }
            header.search-header .advance-layer .advance-search-nav .filter-wrap .advance-item .info .inner-info + .inner-info {
              margin-top: 0.6rem; }
            header.search-header .advance-layer .advance-search-nav .filter-wrap .advance-item .info .inner-info p {
              width: 8rem; }
            header.search-header .advance-layer .advance-search-nav .filter-wrap .advance-item .info .inner-info input {
              width: 8rem;
              height: 1.28rem;
              line-height: 1.28rem;
              border: 1px solid #ccc; }
        header.search-header .advance-layer .advance-search-nav .filter-wrap .advance-key {
          padding: 1.2rem 0;
          background-color: #fcfcfc; }
        header.search-header .advance-layer .advance-search-nav .filter-wrap .filter-set {
          padding: 0.8rem 0; }

main.search-content {
  background-color: #FAFAFA;
  min-height: calc(100vh - 1.4rem); }
  main.search-content .search-layout {
    display: flex;
    justify-content: space-between; }
    main.search-content .search-layout .search-result {
      width: 100%;
      position: relative; }
      main.search-content .search-layout .search-result .result-tit {
        height: 2.16rem;
        overflow: hidden;
        width: 100%; }
        main.search-content .search-layout .search-result .result-tit .inner-search-result {
          position: relative;
          top: 0;
          transition: all 0.4s;
          display: flex;
          align-items: center;
          justify-content: space-between;
          flex-wrap: wrap; }
          main.search-content .search-layout .search-result .result-tit .inner-search-result .result-tips {
            height: 2.16rem;
            display: flex;
            align-items: center;
            justify-content: space-between; }
            main.search-content .search-layout .search-result .result-tit .inner-search-result .result-tips p {
              font-size: 0.56rem;
              color: #AAAAAA; }
          main.search-content .search-layout .search-result .result-tit .inner-search-result .more-filter {
            height: 2.16rem;
            display: flex;
            justify-content: space-between;
            align-items: center; }
            main.search-content .search-layout .search-result .result-tit .inner-search-result .more-filter .search-select {
              display: flex;
              align-items: center; }
            main.search-content .search-layout .search-result .result-tit .inner-search-result .more-filter .filter-tab {
              display: flex;
              align-items: center;
              position: relative; }
              main.search-content .search-layout .search-result .result-tit .inner-search-result .more-filter .filter-tab span {
                font-size: 0.56rem;
                display: block; }
              main.search-content .search-layout .search-result .result-tit .inner-search-result .more-filter .filter-tab span.label {
                color: #9195a3;
                padding-right: 0.4rem; }
              main.search-content .search-layout .search-result .result-tit .inner-search-result .more-filter .filter-tab span.val {
                color: #9195a3;
                display: flex;
                align-items: center;
                margin-right: 0.6rem;
                cursor: pointer; }
                main.search-content .search-layout .search-result .result-tit .inner-search-result .more-filter .filter-tab span.val i {
                  font-size: 0.56rem;
                  line-height: 0.56rem;
                  position: relative;
                  top: 0.08rem;
                  margin-left: 0.2rem; }
                main.search-content .search-layout .search-result .result-tit .inner-search-result .more-filter .filter-tab span.val:hover {
                  color: #315efb; }
                  main.search-content .search-layout .search-result .result-tit .inner-search-result .more-filter .filter-tab span.val:hover i {
                    color: #315efb; }
              main.search-content .search-layout .search-result .result-tit .inner-search-result .more-filter .filter-tab.search-time .layui-form-label {
                padding: 0 0.4rem 0 0; }
      main.search-content .search-layout .search-result .popover-wrap {
        position: absolute;
        left: 0;
        top: 1.8rem; }
        main.search-content .search-layout .search-result .popover-wrap .filter-pop {
          display: none;
          position: absolute;
          top: 100%;
          height: auto;
          border-radius: 0.24rem;
          background-color: #fff;
          box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.2);
          z-index: 999;
          box-sizing: border-box;
          padding: 0.4rem; }
          main.search-content .search-layout .search-result .popover-wrap .filter-pop .inner-pop {
            display: flex;
            flex-direction: column; }
            main.search-content .search-layout .search-result .popover-wrap .filter-pop .inner-pop a {
              text-align: center;
              display: flex;
              align-items: center;
              height: 1.28rem;
              border-radius: 0.24rem;
              justify-content: center;
              white-space: nowrap;
              font-size: 0.56rem; }
            main.search-content .search-layout .search-result .popover-wrap .filter-pop .inner-pop a.cur {
              color: #c4c7ce; }
            main.search-content .search-layout .search-result .popover-wrap .filter-pop .inner-pop a:not(.cur):hover {
              background-color: rgba(78, 110, 242, 0.08);
              color: #315ef0; }
        main.search-content .search-layout .search-result .popover-wrap .filter-pop.date-pop .bar {
          display: block;
          margin: 0.4rem 0.32rem;
          height: 1px;
          background: #e4e4e5;
          border-radius: 0.5px; }
        main.search-content .search-layout .search-result .popover-wrap .filter-pop.date-pop .diy-date {
          width: 100%;
          font-size: 0.56rem; }
          main.search-content .search-layout .search-result .popover-wrap .filter-pop.date-pop .diy-date .date-input {
            display: flex;
            align-items: center;
            margin-top: 0.4rem; }
            main.search-content .search-layout .search-result .popover-wrap .filter-pop.date-pop .diy-date .date-input span {
              color: #9195A3;
              margin-right: 0.4rem; }
            main.search-content .search-layout .search-result .popover-wrap .filter-pop.date-pop .diy-date .date-input input {
              flex: 1;
              border-radius: 0.24rem; }
      main.search-content .search-layout .search-result .search-result-box {
        width: 100%;
        background-color: #fff;
        border-top: 5px solid #0078d9;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
        main.search-content .search-layout .search-result .search-result-box .type-list {
          padding: 0.4rem 0.8rem 0;
          display: flex; }
          main.search-content .search-layout .search-result .search-result-box .type-list a.type-bar {
            display: flex;
            align-items: center;
            border-radius: 0.16rem;
            height: 1.2rem;
            background-color: #F2F2F2;
            padding: 0 0.4rem;
            margin-right: 0.4rem;
            font-size: 0.56rem; }
            main.search-content .search-layout .search-result .search-result-box .type-list a.type-bar.cur {
              background-color: #0078d9;
              color: #fff; }
        main.search-content .search-layout .search-result .search-result-box .result-list {
          padding: 1.2rem 0.8rem;
          font-size: 0.64rem; }
          main.search-content .search-layout .search-result .search-result-box .result-list .no-data ul.no-data-suggest {
            margin-top: 0.6rem; }
            main.search-content .search-layout .search-result .search-result-box .result-list .no-data ul.no-data-suggest li {
              line-height: 0.72rem;
              color: #808bb1;
              padding: 0.4rem 0; }
          main.search-content .search-layout .search-result .search-result-box .result-list .result-item.default-result {
            padding: 0.8rem 0;
            border-bottom: 1px dashed #e4e4e4; }
            main.search-content .search-layout .search-result .search-result-box .result-list .result-item.default-result:first-child {
              padding-top: 0; }
            main.search-content .search-layout .search-result .search-result-box .result-list .result-item.default-result > a {
              display: block;
              margin-bottom: 0.4rem; }
              main.search-content .search-layout .search-result .search-result-box .result-list .result-item.default-result > a:hover p {
                color: #0078d9; }
              main.search-content .search-layout .search-result .search-result-box .result-list .result-item.default-result > a p {
                font-size: 0.72rem;
                /* line-height: 27 */
                max-height: 27px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: normal;
                word-wrap: break-word;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
                display: -webkit-box; }
            main.search-content .search-layout .search-result .search-result-box .result-list .result-item.default-result .time-comefrom {
              display: flex;
              align-items: center; }
              main.search-content .search-layout .search-result .search-result-box .result-list .result-item.default-result .time-comefrom .time {
                color: #666;
                font-size: 0.64rem;
                margin-right: 0.8rem; }
              main.search-content .search-layout .search-result .search-result-box .result-list .result-item.default-result .time-comefrom .comefrom {
                color: #666;
                font-size: 0.64rem; }
            main.search-content .search-layout .search-result .search-result-box .result-list .result-item.default-result h3.result-item-tit {
              font-size: 0.72rem;
              line-height: 0.88rem;
              line-height: 22;
              max-height: 22;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 1;
              -webkit-box-orient: vertical;
              display: -webkit-box; }
              main.search-content .search-layout .search-result .search-result-box .result-list .result-item.default-result h3.result-item-tit a {
                color: #2440b3;
                text-decoration: underline; }
                main.search-content .search-layout .search-result .search-result-box .result-list .result-item.default-result h3.result-item-tit a:hover {
                  color: #315efb; }
            main.search-content .search-layout .search-result .search-result-box .result-list .result-item.default-result .result-item-content {
              margin-top: 0.4rem;
              display: flex; }
              main.search-content .search-layout .search-result .search-result-box .result-list .result-item.default-result .result-item-content .thumb {
                border: 1px solid rgba(0, 0, 0, 0.5);
                border-radius: 0.48rem;
                height: 3.4rem;
                width: 5.12rem;
                overflow: hidden;
                margin-right: 0.64rem;
                flex: none; }
                main.search-content .search-layout .search-result .search-result-box .result-list .result-item.default-result .result-item-content .thumb img {
                  height: 100%;
                  width: 100%; }
              main.search-content .search-layout .search-result .search-result-box .result-list .result-item.default-result .result-item-content .inner-content {
                flex: 1; }
                main.search-content .search-layout .search-result .search-result-box .result-list .result-item.default-result .result-item-content .inner-content .content-box {
                  font-size: 0.52rem;
                  line-height: 0.84rem;
                  line-height: 21;
                  max-height: 63;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  white-space: normal;
                  word-wrap: break-word;
                  -webkit-line-clamp: 3;
                  -webkit-box-orient: vertical;
                  display: -webkit-box; }
                  main.search-content .search-layout .search-result .search-result-box .result-list .result-item.default-result .result-item-content .inner-content .content-box .date {
                    color: #9195A3; }
                main.search-content .search-layout .search-result .search-result-box .result-list .result-item.default-result .result-item-content .inner-content .category-name {
                  display: flex;
                  align-items: center;
                  font-size: 0.52rem;
                  margin-top: 0.2rem; }
                  main.search-content .search-layout .search-result .search-result-box .result-list .result-item.default-result .result-item-content .inner-content .category-name span {
                    color: #626675;
                    margin-right: 0.2rem;
                    display: flex;
                    align-items: center; }
                    main.search-content .search-layout .search-result .search-result-box .result-list .result-item.default-result .result-item-content .inner-content .category-name span i {
                      font-size: 0.56rem; }
    main.search-content .search-layout .more-search-contain {
      width: 16rem;
      margin-top: 2.16rem;
      position: sticky;
      top: 0.8rem;
      height: max-content; }
      main.search-content .search-layout .more-search-contain .more-search-box {
        width: 100%;
        background-color: #fff;
        min-height: 300px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
        main.search-content .search-layout .more-search-contain .more-search-box h2.more-search-tit {
          height: 2.4rem;
          width: 100%;
          padding: 0 0.8rem;
          border-bottom: 1px solid #E4E4E4;
          display: flex;
          justify-content: space-between;
          align-items: center; }
          main.search-content .search-layout .more-search-contain .more-search-box h2.more-search-tit p {
            font-size: 0.72rem;
            font-weight: bold; }
          main.search-content .search-layout .more-search-contain .more-search-box h2.more-search-tit a.clear-all {
            height: 1.12rem;
            border-radius: 1.12rem;
            padding: 0 0.4rem;
            background-color: #ededed;
            color: #333;
            display: flex;
            align-items: center;
            font-size: 0.52rem; }
            main.search-content .search-layout .more-search-contain .more-search-box h2.more-search-tit a.clear-all i {
              font-size: 0.52rem;
              margin-left: 0.2rem; }
        main.search-content .search-layout .more-search-contain .more-search-box .inner-more-search {
          display: flex;
          flex-wrap: wrap;
          padding: 0.8rem 0.4rem; }
          main.search-content .search-layout .more-search-contain .more-search-box .inner-more-search a.order-bar {
            display: flex;
            height: 1.6rem;
            padding: 0 0.6rem;
            align-items: center;
            color: #005ca0;
            margin-right: 0.4rem;
            margin-bottom: 0.4rem;
            background-color: #fafafa; }
      main.search-content .search-layout .more-search-contain .more-search-box + .more-search-box {
        margin-top: 0.8rem; }

.search-dialog {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9999; }
  .search-dialog .search-dialog-box {
    width: 19.2rem;
    height: max-content;
    background-color: #fff;
    border-radius: 0.32rem;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
    .search-dialog .search-dialog-box h2 {
      font-size: 0.72rem;
      font-weight: bold;
      height: 2.32rem;
      box-sizing: border-box;
      padding: 0.8rem;
      border-bottom: 1px solid #E4E4E4; }
    .search-dialog .search-dialog-box div.msg-cont {
      font-size: 0.64rem;
      margin-bottom: 0.8rem;
      padding: 0.8rem;
      text-align: center; }
      .search-dialog .search-dialog-box div.msg-cont p:nth-child(1) {
        margin-bottom: 0.4rem; }
      .search-dialog .search-dialog-box div.msg-cont span.content-box, .search-dialog .search-dialog-box div.msg-cont span.url-box {
        font-size: 0.56rem;
        color: #AAAAAA;
        line-height: 16;
        max-height: 32;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box; }
    .search-dialog .search-dialog-box .button-wrap {
      display: flex;
      flex-direction: row-reverse;
      padding: 20px 0; }
      .search-dialog .search-dialog-box .button-wrap .button-box {
        display: flex; }
      .search-dialog .search-dialog-box .button-wrap .verify-btn {
        display: block;
        font-size: 0.56rem;
        box-sizing: border-box;
        height: 1.28rem;
        width: 2.4rem;
        background-color: #0078d9;
        border-radius: 0.16rem;
        line-height: 1.28rem;
        text-align: center;
        color: #FFF;
        cursor: pointer; }
      .search-dialog .search-dialog-box .button-wrap .verify-btn + .verify-btn {
        margin-left: 0.4rem;
        background-color: #fff;
        border: 1px solid #C4C9D5;
        color: #333; }
      .search-dialog .search-dialog-box .button-wrap .verify-btn:hover {
        background-color: #0078d9; }
      .search-dialog .search-dialog-box .button-wrap .verify-btn + .verify-btn:hover {
        background-color: rgba(170, 170, 170, 0.2); }
    .search-dialog .search-dialog-box .login-form {
      padding: 0 0.8rem; }
      .search-dialog .search-dialog-box .login-form p.dialog-tips {
        font-size: 0.64rem;
        margin: 20px 0;
        text-align: center; }
      .search-dialog .search-dialog-box .login-form .ruifox-form-group {
        margin-bottom: 10px; }

.quick-time-choose {
  height: 100%;
  width: 100px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: -100px;
  border: 1px solid #d2d2d2;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  font-size: 14px;
  padding: 15px 0 0 15px !important; }
  .quick-time-choose span {
    display: block;
    margin-bottom: 20px; }
  .quick-time-choose a {
    display: block;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 15px; }
  .quick-time-choose a.cur {
    color: #0078d9; }

.advance-search .layer {
  display: none;
  opacity: 0.8;
  background-color: #000; }

@media (max-width: 1200px) {
  header.search-header .search-layout {
    flex-direction: column;
    padding: 0.6rem; }

  header.search-header .search-layout .search-btns {
    width: 100%; }
    header.search-header .search-layout .search-btns .search-wrap {
      width: 100%; }
      header.search-header .search-layout .search-btns .search-wrap .search-form-wrap {
        height: 1.6rem;
        flex: 1;
        margin-right: 20px; }
        header.search-header .search-layout .search-btns .search-wrap .search-form-wrap .search-form .search-btn {
          line-height: 1.6rem; }
    header.search-header .search-layout .search-btns > a {
      display: none; }

  main.search-content .search-layout .search-result {
    width: 100%; }

  main.search-content .search-layout .more-search-contain {
    display: none; } }
@media (max-width: 960px) {
  main.search-content .search-layout .search-result .search-result-box .result-list .result-item.default-result > a p {
    line-height: 27;
    max-height: 54;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box; }

  main.search-content {
    padding-top: 20px; }
    main.search-content .search-layout .search-result .result-tit {
      height: auto; }
      main.search-content .search-layout .search-result .result-tit .inner-search-result .more-filter {
        height: auto; }
        main.search-content .search-layout .search-result .result-tit .inner-search-result .more-filter .search-select {
          flex-wrap: wrap; }
      main.search-content .search-layout .search-result .result-tit .inner-search-result .result-tips {
        height: auto; }

  main.search-content .search-layout .search-result .search-result-box {
    margin-top: 20px; }

  header.search-header {
    height: auto; }
    header.search-header .search-layout .header-wrap .search-logo {
      height: 56px; }
      header.search-header .search-layout .header-wrap .search-logo img {
        width: 320px; }
    header.search-header .search-layout .search-btns {
      margin-top: 10px; }

  header.search-header .search-layout .search-btns .search-wrap .search-form-wrap {
    margin-right: 0; }

  header.search-header .search-layout .search-btns .btn-box {
    display: none; } }
@media (max-width: 700px) {
  .search-layout .search-result .result-tit .inner-search-result .more-filter .filter-tab {
    min-width: 45%;
    margin-bottom: 10px; } }

/*# sourceMappingURL=search.css.map */
