@charset "UTF-8";
/* 搜索结果页 */

.temp-mainbox {
  padding-top: 2em;
}

.result-topbox {
  width: 100%;
  background-color: #f7f7f7;
  position: relative;
  padding: 4.1rem 0 3.7rem;
}

.result-topbox .t-heading,.temp-topbox .t-heading {
  font-size: 2.1rem;
  line-height: 1em;
  color: #000;
  text-align: center;
  margin-bottom: 0rem;
}

.result-search-wrapper {
  width: 100%;
  background-color: #fff;
  position: relative;
}

.result-serach-input {
  width: 100%;
  height: 3.1rem;
  display: block;
  background-color: #fff;
  border: none;
  padding: 0 3.25rem 0 1rem;
  font-size: .8rem;
  line-height: 3.1rem;
  color: #333;
}

.result-search-ico {
  width: 3.25rem;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
  cursor: pointer;
}

.result-search-ico .bi {
  width: 1.1rem;
  height: 1.1rem;
  display: block;
  color: #333;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.result-filtbox {
  width: 100%;
  position: relative;
}

.result-filtbox.web {
  font-size: .7rem;
  line-height: 0.8rem;
  color: #4c4c4c;
  margin-bottom: 1.7rem;
}

.result-filtbox.web a {
  display: block;
}

.result-filtbox.web .swiper-slide {
  width: auto;
  margin: 0 1rem 0 0;
}

.result-filtbox.web .swiper-slide.current {
  font-weight: bold;
}

.result-filtbox.app {
  margin-bottom: .24rem;
}

.result-list li {
  width: 100%;
  border-bottom: solid 1px #dfe1e6;
}

.result-list li:first-child {
  border-top: solid 1px #dfe1e6;
}

.result-list .box {
  width: 100%;
  display: block;
  padding: 1.7rem 9rem 1.7rem 1rem;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.result-list .item-time {
  font-size: .7rem;
  line-height: 1em;
  color: #666;
  margin-bottom: .5rem;
}

.result-list .item-tit {
  font-size: .9rem;
  line-height: 1.2rem;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 1.2rem;
}

.result-list .item-arrow {
  width: 1.6rem;
  height: 1.6rem;
  display: block;
  border: solid 1px #b8b8b8;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 20;
  color: #333;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.result-list .item-arrow .bi {
  width: .6rem;
  height: .6rem;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

@media screen and (min-width: 992px) {
  .p-result .temp-mainbox {
      padding-top: 1.7rem;
  }
  .result-list li:hover .box {
      background-color: #f7f7f7;
  }
  .result-list li:hover .item-arrow {
      background-color: #999;
      color: #fff;
      border-color: #999;
  }
}
.temp-topbox .global-inner{
    max-width: 100%;
}
@media screen and (max-width: 991.98px) {
  .temp-topbox .t-heading{
    font-size: 0.48rem;
  }
  .result-topbox,.temp-topbox{
    padding:0;
  }
 
  .app.hidden-lg-up .byted-select-input{
    cursor:none;
    display:block;
    font-size:0.3rem;
    line-height: 1;
    color:rgb(34, 34, 34);
    width: 100%;
    height:auto;
    align-items:normal;
    border-radius:initial;
    padding:0;
    font-weight: bold;
    border: solid 0px #0052b7;
  }
  .result-topbox {
      padding: .78rem 0 .76rem !important;
  }
  .result-topbox .t-heading {
      font-size: .48rem;
      margin-bottom: .4rem;
  }
  .result-serach-input {
      height: .8rem;
      padding: 0 0.94rem 0 .3rem;
      line-height: .8rem;
      font-size: .28rem;
  }
  .result-search-ico {
      width: .94rem;
  }
  .result-search-ico .bi {
      width: .32rem;
      height: .32rem;
  }
  .result-list li:first-child {
      border-top: none;
  }
  .result-list .box {
      padding: .56rem 0 .68rem;
  }
  .result-list .item-time {
      font-size: .28rem;
      margin-bottom: .18rem;
  }
  .result-list .item-tit {
      font-size: .36rem;
      line-height: .52rem;
      max-height: 1.1rem;
      height: auto;
      white-space: normal;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      text-overflow: unset;
  }
  .result-list .item-arrow {
      display: none;
  }
  .result-filtbox.web {
      font-size: .28rem;
      margin-bottom: .2rem;
  }
}
/* 隐私条款 */
.privacy-doc {
  font-size: .8rem;
  line-height: 1.875em;
  color: #4c4c4c;
  min-height: 300px;
}
.privacy-doc img {
  max-width: 100%;
  height: auto !important;
}
.privacy-doc h1, .privacy-doc h2, .privacy-doc h3, .privacy-doc h4, .privacy-doc h5, .privacy-doc h6 {
  line-height: 1.6em;
  font-weight: bold;
  color: #222;
  margin-bottom: .68em;
}
.privacy-doc h1 {
  font-size: 1.5em;
}
.privacy-doc h2 {
  font-size: 1.375em;
}
.privacy-doc h3 {
  font-size: 1.25em;
}
.privacy-doc h4 {
  font-size: 1em;
  line-height: inherit;
  margin: 0.625em 0 0;
}
.privacy-doc h5 {
  font-size: .875em;
  line-height: inherit;
  margin-bottom: 0;
}
.privacy-doc h6 {
  font-size: .75em;
  line-height: inherit;
  margin-bottom: 0;
}
.privacy-doc ul {
  padding-left: 1.25em;
}
.privacy-doc ul > li {
  position: relative;
  padding-left: 10px;
}
.privacy-doc ul > li::before {
  content: '•';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.privacy-doc a[href] {
  color: #094594;
}

@media screen and (max-width: 991.98px) {
  .privacy-doc {
    font-size: .28rem;
    line-height: 1.7em;
  }
  .privacy-doc ul {
    padding-left: 1em;
  }
}
/* 网站底图 */
.sitemap-item {
  width: 100%;
  display: flex;
  padding: 2rem 0;
  border-bottom: solid 1px #e6e6e6;
}
.sitemap-item:first-child {
  padding-top: .5rem;
}
.sitemap-item:last-child {
  border-bottom: none;
}
.sitemap-item a {
  display: block;
}

.sitemap-item-lv1wap {
  flex: 0 0 22%;
  max-width: 260px;
}

.sitemap-lv1 {
  white-space: nowrap;
  font-size: .9rem;
  line-height: 1em;
  color: #000;
  font-weight: bold;
  display: flex;
}

.sitemap-item-lv2wap {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px -1.4rem;
}

.sitemap-lv2item {
  flex: 0 0 25%;
  padding: 0 10px;
  margin-bottom: 1.4rem;
}
.sitemap-lv2item.has-child .sitemap-lv2 {
  padding: 0 0 calc(1em + 2px);
  margin-bottom: 0.9375em;
}
.sitemap-lv2item.has-child .sitemap-lv2::after {
  content: '';
  display: block;
  width: 1.25em;
  height: 2px;
  background-color: #333;
  position: absolute;
  left: 0;
  bottom: 0;
}

.sitemap-lv2 {
  font-size: .8rem;
  line-height: 1.125em;
  color: #333;
  position: relative;
  display: flex;
  width: 100%;
}

.sitemap-lv3list {
  font-size: .7rem;
  line-height: 2em;
  color: #777;
  margin: 0 0 -0.5em;
}

@media screen and (min-width: 992px) {
  .sitemap-item a:hover {
    color: #333;
  }
}
@media screen and (max-width: 991.98px) {
  .sitemap-item {
    display: block;
    padding: .5rem 0 0.6rem;
  }
  .sitemap-item:first-child {
    padding-top: .1rem;
  }

  .sitemap-item-lv1wap {
    flex: none;
    max-width: none;
    margin-bottom: .34rem;
  }

  .sitemap-lv1 {
    font-size: .36rem;
  }

  .sitemap-item-lv2wap {
    margin: 0 0 -0.2rem;
  }

  .sitemap-lv2item {
    flex: 0 0 50%;
    margin-bottom: .2rem;
  }
  .sitemap-lv2item.has-child {
    margin-bottom: .4rem;
  }
  .sitemap-lv2item.has-child .sitemap-lv2 {
    padding: 0 0 calc(.24rem + 2px);
    margin-bottom: .3rem;
  }
  .sitemap-lv2item.has-child .sitemap-lv2::after {
    width: .32rem;
  }

  .sitemap-lv2 {
    font-size: .3rem;
    line-height: .4rem;
  }

  .sitemap-lv3list {
    font-size: .28rem;
    line-height: .48rem;
    color: #666;
    margin: 0 0 -0.1rem;
  }
}
