@charset "UTF-8";
.lbsyun-g-header {
  min-width: 1200px;
  width: 100%;
  background: transparent !important;
  position: absolute; }

.lbsyun-g-header:hover {
  background: transparent; }

.hd-bg2 {
  background: transparent; }

#header {
  width: 100%;
  height: 366px;
  background: url("https://mapopen-website-wiki.bj.bcebos.com/faq/bannerSearch.png") center center no-repeat #010D18;
  background-size: 2000px 366px;
  display: flex;
  flex-direction: column;
  align-items: center; }
  #header .headerTitle {
    margin-top: 155px;
    font-family: PingFangSC-Medium;
    font-size: 28px;
    color: #FFFFFF;
    letter-spacing: 2.2px;
    line-height: 28px; }
  #header .searchItem {
    width: 812px;
    height: 46px;
    background: #FFFFFF;
    border: 4px solid #777DA1;
    border-radius: 34px;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    #header .searchItem::before {
      content: '';
      background: url("https://mapopen-website-wiki.bj.bcebos.com/faq/searchInput.png") center center no-repeat;
      background-size: cover;
      display: inline-block;
      width: 22px;
      height: 19px;
      margin-left: 27.5px; }
    #header .searchItem input {
      width: 798px;
      height: 40px;
      margin-top: 9px;
      border-radius: 50px;
      padding: 0 40px;
      color: #535353;
      outline: none;
      border: none;
      box-shadow: none; }
  #header .hot {
    margin-top: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 33px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #B3B3B3;
    letter-spacing: 0;
    line-height: 33px;
    font-weight: 400; }
    #header .hot ul {
      display: flex;
      justify-content: flex-start;
      align-items: center; }
    #header .hot li {
      margin: 0 10px;
      cursor: pointer; }
      #header .hot li:hover {
        color: #fff; }
  #header .headerTop {
    margin-top: 41px;
    display: flex;
    align-items: center; }
    #header .headerTop .goHomeBox {
      margin-right: 340px;
      color: #fff;
      align-items: center;
      font-size: 20px;
      display: none; }
      #header .headerTop .goHomeBox span {
        vertical-align: top;
        margin: 0 2px; }
      #header .headerTop .goHomeBox div {
        vertical-align: middle; }
      #header .headerTop .goHomeBox .goHome {
        cursor: pointer; }
        #header .headerTop .goHomeBox .goHome:hover {
          color: #009cfa; }
  #header .search .goHomeBox {
    display: flex; }
  #header .search .searchItem {
    height: 36px;
    width: 600px; }
    #header .search .searchItem::before {
      width: 21px;
      margin-left: 16.5px; }
    #header .search .searchItem .searchInput {
      height: 20px;
      width: 574px;
      padding: 0 20px; }
  #header .search #hotLi {
    width: 573px !important;
    top: 49px !important; }
  #header .positionBox {
    position: relative;
    display: flex;
    align-items: center; }
    #header .positionBox #hotLi {
      position: absolute;
      display: none;
      z-index: 1;
      top: 59px;
      left: 22px;
      background-color: #fff;
      border: 1px solid #b0b0b0;
      width: 779px;
      cursor: pointer; }
      #header .positionBox #hotLi em {
        color: #009cfa;
        font-style: normal; }
      #header .positionBox #hotLi li {
        padding: 10px;
        margin: 2px 0;
        border: 1px solid #b0b0; }
      #header .positionBox #hotLi li:hover {
        background-color: #efefef; }

.searchCss {
  height: 200px !important; }
  .searchCss .headerTitle {
    margin-top: 100px !important; }
    .searchCss .headerTitle > div {
      display: none; }
  .searchCss .headerTop {
    margin-top: 25px !important; }
  .searchCss .hot {
    display: none !important; }

#body {
  background-color: #fff;
  min-height: 500px;
  width: 100%; }
  #body #root {
    margin: 48px auto;
    display: flex;
    width: 1160px; }
    #body #root #errorPage {
      display: none;
      margin: 0 auto;
      text-align: center;
      color: #818181; }
      #body #root #errorPage > img {
        width: 300px; }
    #body #root #layout {
      flex-shrink: 0;
      min-height: 200px;
      margin-right: 64px;
      width: 242px;
      background-color: #fff; }
      #body #root #layout ul {
        display: none; }
      #body #root #layout .clickItem:hover {
        background-color: #eceefa; }
      #body #root #layout .firstTitle {
        border-radius: 4px;
        margin-bottom: 10px;
        background-color: #f4f4fc;
        min-height: 40px;
        height: auto;
        overflow: hidden;
        cursor: pointer;
        transition: all 2s linear; }
      #body #root #layout .firstSpan.checked {
        background-color: #DBDEEC; }
      #body #root #layout .searchChecked {
        background-color: #DBDEEC; }
        #body #root #layout .searchChecked .default {
          display: none; }
        #body #root #layout .searchChecked .active {
          display: block; }
      #body #root #layout .firstSpan {
        background-color: #E7EAF8;
        border-radius: 4px;
        position: relative; }
        #body #root #layout .firstSpan:hover {
          background-color: #DBDEEC; }
      #body #root #layout .control {
        transform: rotate(-90deg);
        position: absolute;
        right: 20px;
        width: 12px; }
      #body #root #layout .clickItem {
        display: block;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: 44px;
        font-size: 14px;
        color: #141419;
        letter-spacing: 0;
        line-height: 16px; }
        #body #root #layout .clickItem .point {
          width: 4px;
          height: 4px;
          background-color: #9297BB;
          border-radius: 50%;
          margin-right: 8px; }
        #body #root #layout .clickItem .imgBox {
          margin: 0 16px;
          width: 19px;
          height: 18px;
          display: flex;
          align-items: center;
          justify-content: center; }
          #body #root #layout .clickItem .imgBox .active {
            display: none; }
      #body #root #layout .otherItem {
        font-family: PingFangSC-Regular;
        font-size: 14px;
        color: #767684;
        letter-spacing: 0;
        font-weight: 400; }
      #body #root #layout .twoSpan {
        font-family: PingFangSC-Regular;
        font-size: 14px;
        color: #141419;
        letter-spacing: 0;
        font-weight: 400;
        position: relative; }
      #body #root #layout .checkItem,
      #body #root #layout .otherItem.checked {
        color: #FF402D;
        background-color: #eceefa; }
        #body #root #layout .checkItem .point,
        #body #root #layout .otherItem.checked .point {
          background-color: #FF402D; }
      #body #root #layout .checked .imgBox .default {
        display: none; }
      #body #root #layout .checked .imgBox .active {
        display: block; }
      #body #root #layout .checked > .control {
        transform: rotate(0); }
      #body #root #layout .checked > .point {
        background-color: #FF402D; }
    #body #root .searchLayout .searchTitle {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      height: 40px;
      font-family: PingFangSC-Medium;
      font-size: 14px;
      color: #141419;
      letter-spacing: 0;
      line-height: 16px;
      background-color: #E7EAF8;
      border-radius: 4px;
      cursor: pointer;
      margin-bottom: 10px;
      position: relative; }
      #body #root .searchLayout .searchTitle .count {
        position: absolute;
        background-color: #cbcfdc;
        border-radius: 10px;
        width: 38px;
        height: 26px;
        line-height: 26px;
        text-align: center;
        color: #fff;
        right: 10px; }
      #body #root .searchLayout .searchTitle .imgBox {
        display: flex;
        align-items: center;
        justify-content: center; }
      #body #root .searchLayout .searchTitle img {
        width: 19px;
        margin: 0 16px; }
      #body #root .searchLayout .searchTitle img.defautl {
        display: block; }
      #body #root .searchLayout .searchTitle img.active {
        display: none; }
    #body #root .searchLayout .searchTitle:hover {
      background-color: #DBDEEC; }
    #body #root .searchLayout .searchTitle.checked img.active,
    #body #root .searchLayout .searchTitle:hover img.active {
      display: block; }
    #body #root .searchLayout .searchTitle.checked img.default,
    #body #root .searchLayout .searchTitle:hover img.default {
      display: none; }
    #body #root #content {
      width: 930px;
      font-family: PingFangSC-Medium; }
      #body #root #content b {
        color: #5D7DC3; }
      #body #root #content .mockA {
        display: block;
        font-size: 12px;
        cursor: pointer;
        margin-bottom: 10px; }
    #body #root .titleListTop {
      font-size: 20px;
      color: #333333;
      margin-bottom: 20px; }
    #body #root #titleList li:first-child {
      border-top: 1px solid #ECF0FF; }
    #body #root #titleList li {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      height: 18px;
      font-size: 18px;
      color: #333333;
      letter-spacing: 0;
      line-height: 18px;
      border-bottom: 1px solid #ECF0FF;
      padding: 20px 0;
      cursor: pointer; }
      #body #root #titleList li::before {
        content: '';
        display: block;
        width: 4px;
        height: 20px;
        background-color: #333;
        border-radius: 4px;
        margin-right: 6px; }
    #body #root .goback {
      margin-top: 10px;
      display: flex;
      align-items: center;
      cursor: pointer;
      height: 20px;
      font-family: PingFangSC-Regular;
      font-size: 16px;
      color: #5D7DC3;
      letter-spacing: 0;
      font-weight: 400;
      margin-bottom: 20px; }
      #body #root .goback .goback {
        margin-top: 0; }
    #body #root .detailTitle {
      min-height: 18px;
      font-family: PingFangSC-Medium;
      font-size: 22px;
      color: #333333;
      letter-spacing: 0;
      line-height: 18px;
      padding: 20px 0;
      border: 1px solid #ECF0FF;
      border-left: none;
      border-right: none;
      display: flex;
      align-items: center; }
      #body #root .detailTitle .searchKey {
        padding: 0 13px;
        margin-left: 18px;
        font-size: 14px;
        background-color: #E7EAF8;
        border-radius: 10px;
        font-weight: 400; }
    #body #root .nonePage {
      display: flex;
      flex-direction: column;
      align-items: center; }
      #body #root .nonePage > img {
        width: 200px;
        margin-top: 20px; }
      #body #root .nonePage > p {
        color: #535353;
        margin: 20px 0; }
      #body #root .nonePage > div {
        background-color: #f4f7fb;
        color: #818181;
        width: 480px;
        border-radius: 2px;
        text-align: center;
        padding: 10px; }
        #body #root .nonePage > div a {
          color: #009cfa; }
    #body #root .noCur {
      cursor: auto !important; }
      #body #root .noCur > .removePadding:hover {
        color: #333333 !important; }
        #body #root .noCur > .removePadding:hover::before {
          background-color: #333 !important; }
    #body #root .textContent {
      cursor: pointer;
      line-height: 24px; }
      #body #root .textContent .removePadding {
        border: 1px solid #ECF0FF;
        border-left: none;
        border-right: none;
        border-bottom: none; }
        #body #root .textContent .removePadding:hover {
          background-color: #fff !important; }
      #body #root .textContent .border {
        border-bottom: 1px solid #ECF0FF; }
      #body #root .textContent em {
        color: #5D7DC3;
        font-style: normal; }
      #body #root .textContent tbody th {
        background-color: #f5f2f0; }
      #body #root .textContent tbody td,
      #body #root .textContent tbody th {
        padding: 3px 5px;
        border: 1px solid #808080;
        min-width: 50px;
        height: 28px;
        line-height: 28px; }
      #body #root .textContent .lisTitle {
        position: relative;
        min-height: 18px;
        font-size: 16px;
        color: #333333;
        letter-spacing: 0;
        line-height: 24px;
        font-weight: 400;
        padding: 20px 0;
        padding-left: 10px;
        cursor: pointer;
        border-radius: 8px; }
        #body #root .textContent .lisTitle:hover {
          color: #f5533d; }
          #body #root .textContent .lisTitle:hover::before {
            background-color: #f5533d; }
        #body #root .textContent .lisTitle::before {
          position: absolute;
          top: 22px;
          left: 0;
          content: '';
          display: block;
          width: 4px;
          height: 20px;
          background-color: #333;
          border-radius: 4px; }
      #body #root .textContent p {
        font-family: PingFangSC-Regular;
        font-size: 14px;
        color: #333333;
        letter-spacing: 0;
        line-height: 30px;
        font-weight: 400; }
      #body #root .textContent a {
        color: #5D7DC3;
        cursor: pointer; }
  #body #pagination {
    margin-top: 20px;
    margin-bottom: 18px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap; }
    #body #pagination #prev,
    #body #pagination #next {
      border-radius: 2px;
      background: 50% no-repeat #fff;
      border: 1px solid #d1dbe5;
      cursor: pointer;
      color: #97a8be;
      padding: 0 6px;
      display: inline-block;
      font-size: 13px;
      min-width: 28px;
      height: 28px;
      line-height: 28px;
      vertical-align: top;
      box-sizing: border-box; }
      #body #pagination #prev :hover,
      #body #pagination #next :hover {
        color: #42a5f5; }
    #body #pagination #next {
      margin-left: 8px; }
    #body #pagination #menu {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      max-width: 78%;
      overflow-x: auto; }
      #body #pagination #menu li {
        color: #b0b0b0;
        margin-left: 8px;
        border-radius: 2px;
        padding: 0 4px;
        border: 1px solid #d1dbe5;
        background: #fff;
        font-size: 13px;
        min-width: 28px;
        height: 28px;
        line-height: 28px;
        box-sizing: border-box;
        text-align: center;
        vertical-align: top;
        display: inline-block;
        cursor: pointer; }
      #body #pagination #menu .active {
        background-color: #9297bb;
        border: none;
        color: #fff;
        cursor: default; }
  #body .fankui {
    margin-top: 20px;
    color: #333333; }
    #body .fankui a {
      color: #5D7DC3; }
  #body .bottomCreateFaq {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    background-color: #EDF2FF;
    margin-top: 64px;
    margin-bottom: 18px;
    color: #999;
    border-top: 1px solid #C9d8ff;
    font-size: 12px; }
    #body .bottomCreateFaq a {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      color: #5D7DC3; }
      #body .bottomCreateFaq a img {
        width: 12px;
        margin-left: 2px;
        display: none; }
      #body .bottomCreateFaq a .def {
        display: block; }
      #body .bottomCreateFaq a:hover .def {
        display: none; }
      #body .bottomCreateFaq a:hover .hover {
        display: block; }

#scopeList {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 990; }

.scopeMessage {
  margin-top: 10px;
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.06);
  padding: 10px;
  background-color: #fff;
  border-radius: 8px; }
  .scopeMessage img {
    width: 14px;
    height: 14px;
    margin-right: 10px; }
  .scopeMessage p {
    font-size: 14px;
    margin: 0; }
    .scopeMessage p b {
      color: #009cfa !important; }

/*********************评分星星样式**************************/
#score_services_template {
  width: 100%; }
  #score_services_template p {
    margin: 0;
    padding: 0;
    overflow: inherit; }
  #score_services_template .star-rating {
    display: inline-block;
    width: 100%;
    margin: 0 0 20px 0; }
    #score_services_template .star-rating a {
      color: #5D7DC3; }
    #score_services_template .star-rating .tips {
      font-size: 12px;
      display: flex;
      align-items: center;
      margin: 50px 0 20px 0; }
      #score_services_template .star-rating .tips a {
        display: flex;
        align-items: center;
        color: #5D7DC3; }
        #score_services_template .star-rating .tips a img {
          width: 12px;
          margin-left: 2px;
          display: none; }
        #score_services_template .star-rating .tips a .def {
          display: inline-block; }
        #score_services_template .star-rating .tips a:hover .def {
          display: none; }
        #score_services_template .star-rating .tips a:hover .hover {
          display: inline-block; }
  #score_services_template .star-rating .starHint {
    height: 20px;
    float: left;
    color: #ee9825;
    line-height: 20px;
    margin: 0 0 0 10px; }
  #score_services_template .star-rating ul.star {
    width: 140px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    float: left; }
  #score_services_template .star-rating ul.star li {
    width: 20px;
    height: 20px;
    float: left;
    background: url(/skins/MySkin/resources/img/icon/star-hollow.png) top center no-repeat;
    background-size: 20px 20px;
    position: relative;
    -webkit-transition: background 0.1s ease-in;
    -moz-transition: background 0.1s ease-in;
    -o-transition: background 0.1s ease-in;
    transition: background 0.1s ease-in; }
  #score_services_template .star-rating ul.star li p.star-solid {
    width: 20px;
    height: 20px;
    float: left;
    background: url(/skins/MySkin/resources/img/icon/star-solid.png) top center no-repeat;
    background-size: 20px 20px;
    position: absolute;
    left: 0;
    top: 0;
    display: none; }
  #score_services_template .star-rating ul.star li p.action {
    display: block; }
  #score_services_template .star-rating ul.star li .star_hint {
    position: absolute;
    top: 24px;
    left: 0;
    background: #707070;
    width: 100px;
    color: #999;
    text-align: center;
    z-index: 30;
    display: none; }
  #score_services_template .star-rating ul.star li .star_hint > i {
    position: absolute;
    top: -5px;
    left: 8px;
    height: 0px;
    width: 0px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 5px solid #fff; }
  #score_services_template .star-rating ul.star li .star_hint i:after {
    content: '';
    position: absolute;
    top: 1px;
    left: -9px;
    border-left: 6px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 4px solid #707070; }
  #score_services_template .star-rating ul.star li:hover {
    cursor: pointer; }
  #score_services_template .star-rating ul.star:hover .star-solid {
    display: none; }
  #score_services_template .submit_review_hint {
    float: left;
    color: #ee9825;
    line-height: 20px;
    height: 20px;
    margin: 0 0 0 10px;
    width: 100%; }
  #score_services_template .red {
    color: #ff5433; }
  #score_services_template .linkText {
    width: 100%;
    line-height: 20px;
    text-align: left;
    font-size: 12px;
    margin-bottom: 10px; }
    #score_services_template .linkText span {
      color: #f5533d; }
  #score_services_template .review_content {
    color: #333;
    font-size: 12px;
    line-height: 18px;
    border: 1px solid #e2e8ed;
    width: 720px;
    height: 60px;
    resize: none;
    outline: none;
    box-shadow: none; }
  #score_services_template .submit_btn {
    width: 96px;
    height: 30px;
    background: #fff;
    color: #9297BB;
    border: 1px solid #9297BB;
    border-radius: 20px;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    cursor: pointer; }
  #score_services_template .review_content_tips {
    width: 100%;
    line-height: 20px;
    text-align: left;
    font-size: 12px;
    color: #666;
    color: #f5533d; }

#root a {
  text-decoration: none !important; }

#root a:hover, #root .goback:hover, #root .mockA:hover {
  color: #5B84ED !important; }
  #root a:hover .goback, #root .goback:hover .goback, #root .mockA:hover .goback {
    color: #5B84ED !important; }

#root .goTop > .goback {
  color: #fff !important; }

.lbsyun-g-footer a {
  text-decoration: none; }
