/*  */
/* 原layout预设的样式，不知道有没有用处，先留着 */
input {
    border: 0;
  }
  img{
   display: block;
  }
  /*按压效果*/
  .g-press:active{
    background-color: #f4f4f4;
  }
  .g-overflow{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .g-next{
    position: relative;
  }
  .g-base-arrow:after,
  .g-next:after{
    display: block;
    content: '';
    height: 7px;
    width: 7px;
    border: 2px solid #ccc;
    border-width:0 1px 1px 0;
  }
  /*箭头:>*/
  .g-next:after{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 2px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .clearfix:after{
    display: block;
    height: 0;
    line-height: 0;
    content: '';
    clear: both;
    visibility: hidden;
  }
  
  /*DNS劫持添加的代码*/
  iframe{
    display:none !important;
  }
  /* 原layout预设的样式，不知道有没有用处，先留着 --end */
  
  /* 引用的PC的iconfont记得删掉 */
  @font-face {
    font-family: 'iconfont';
    src: url("//pages.anjukestatic.com/usersite/touch/img/iconfont/font20161221-1/iconfont.eot"); /* IE9*/
    src: url("//pages.anjukestatic.com/usersite/touch/img/iconfont/font20161221-1/iconfont.eot?#iefix") format('embedded-opentype'),
    url("//pages.anjukestatic.com/usersite/touch/img/iconfont/font20161221-1/iconfont.woff") format('woff'),
    url("//pages.anjukestatic.com/usersite/touch/img/iconfont/font20161221-1/iconfont.ttf") format('truetype'),
    url("//pages.anjukestatic.com/usersite/touch/img/iconfont/font20161221-1/iconfont.svg#iconfont") format('svg'); /* iOS 4.1- */
  }
  .iconfont{
    display: inline-block;
    color: #000;
    text-align: center;
    font-style: normal;
    font-family: 'iconfont';
    vertical-align: middle;
  }
  
  /* base-UI 相关 */
  @font-face {
    font-family: 'bu-iconfont';
    src: url("//pages.anjukestatic.com/usersite/touch/img/bu-iconfont/font20190614-03/bu-iconfont.eot"); /* IE9*/
    src: url("//pages.anjukestatic.com/usersite/touch/img/bu-iconfont/font20190614-03/bu-iconfont.eot?#iefix") format('embedded-opentype'),
    url("//pages.anjukestatic.com/usersite/touch/img/bu-iconfont/font20190614-03/bu-iconfont.woff") format('woff'),
    url("//pages.anjukestatic.com/usersite/touch/img/bu-iconfont/font20190614-03/bu-iconfont.ttf") format('truetype'),
    url("//pages.anjukestatic.com/usersite/touch/img/bu-iconfont/font20190614-03/bu-iconfont.svg#iconfont") format('svg'); /* iOS 4.1- */
  }
  /* base-UI 相关 --end */
  @supports (bottom: constant(safe-area-inset-bottom)) or (bottom: env(safe-area-inset-bottom)) {
  .fix-ph-x {
    padding-bottom: constant(safe-area-inset-bottom)!important;
    padding-bottom: env(safe-area-inset-bottom)!important;
    background: #f6f6f6!important;
  }
  }
  .clearfix::after {
    content: ' ';
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
  }
  
  
  .jx-sign {
    float: right;
    color: #aaa;
    font-size: 10px;
    line-height: 12px;
  }
  /* 适配各种带“刘海”的手机 */
  @supports (border-bottom: constant(safe-area-inset-bottom)) or (border-bottom: env(safe-area-inset-bottom)) {
    body{
        border-bottom: constant(safe-area-inset-bottom) solid transparent;
        border-bottom: env(safe-area-inset-bottom) solid transparent;
    }
  }
  
  html {
  font-size: 62.5%;
  background-color: #f4f4f4;
  }
  
  body {
  font-family: 'arial';
  -webkit-user-select: none;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  color: #333;
  font-size: 12px;
  min-width: 320px;
  }
  
  ul,
  ol {
  list-style: none;
  }
  
  i,
  em,
  var,
  tt {
  font-style: normal;
  }
  
  body,
  dl,
  dt,
  dd,
  ul,
  ol,
  li,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  form,
  input,
  textarea,
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  main,
  menu,
  nav,
  section,
  summary,
  button {
  margin: 0;
  padding: 0;
  }
  
  img {
  border: 0;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
  font-weight: normal;
  }
  
  input,
  img {
  vertical-align: middle;
  }
  
  a:link,
  a:visited {
  text-decoration: none;
  }
  
  /*
  * 元素被点击的时候产生的背景颜色（各个浏览器有默认颜色）
  */
  a,
  li,
  input,
  button,
  section,
  span,
  div {
  -webkit-tap-highlight-color: transparent;
  }
  
  /*
  * 去除webkit浏览器对input默认样式
  */
  input,
  textarea {
  -webkit-appearance: none;
  outline: 0;
  }
  
  button {
  border: 0;
  outline: none;
  }
  
  .bu-hide {
  display: none !important;
  }
  
  .bu-fixed {
  position: fixed !important;
  }
  
  .bu-icon {
  font-family: bu-iconfont;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: .2px;
  vertical-align: top;
  display: inline-block;
  }
  
  .bu-icon ~ span,
  .bu-icon ~ .bu-sibling {
  display: inline-block;
  vertical-align: top;
  }
  
  .bu-icon-home-o::after {
  content: "\E001";
  }
  
  .bu-icon-home::after {
  content: "\E002";
  }
  
  .bu-icon-qq::after {
  content: "\E003";
  }
  
  .bu-icon-caret-down::after {
  content: "\E004";
  }
  
  .bu-icon-user::after {
  content: "\E005";
  }
  
  .bu-icon-user-o::after {
  content: "\E006";
  }
  
  .bu-icon-arrow-up::after {
  content: "\E007";
  }
  
  .bu-icon-arrow-down::after {
  content: "\E008";
  }
  
  .bu-icon-no-fluctuation::after {
  content: "\E009";
  }
  
  .bu-icon-chart::after {
  content: "\E010";
  }
  
  .bu-icon-heart-add-o::after {
  content: "\E011";
  }
  
  .bu-icon-heart-o::after {
  content: "\E012";
  }
  
  .bu-icon-edit::after {
  content: "\E013";
  }
  
  .bu-icon-spinner::after {
  content: "\E014";
  }
  
  .bu-icon-close::after {
  content: "\E015";
  }
  
  .bu-icon-train::after {
  content: "\E016";
  }
  
  .bu-icon-train-o::after {
  content: "\E017";
  }
  
  .bu-icon-hospital::after {
  content: "\E018";
  }
  
  .bu-icon-hospital-o::after {
  content: "\E019";
  }
  
  .bu-icon-cart::after {
  content: "\E020";
  }
  
  .bu-icon-cart-o::after {
  content: "\E021";
  }
  
  .bu-icon-hat-phd::after {
  content: "\E022";
  }
  
  .bu-icon-hat-phd-o::after {
  content: "\E023";
  }
  
  .bu-icon-bank::after {
  content: "\E024";
  }
  
  .bu-icon-bank-o::after {
  content: "\E025";
  }
  
  .bu-icon-map-marker::after {
  content: "\E026";
  }
  
  .bu-icon-map-pin::after {
  content: "\E027";
  }
  
  .bu-icon-msg-lose::after {
  content: "\E028";
  }
  
  .bu-icon-lock::after {
  content: "\E029";
  }
  
  .bu-icon-wechat::after {
  content: "\E030";
  }
  
  .bu-icon-microchat::after {
  content: "\E031";
  }
  
  .bu-icon-feedback::after {
  content: "\E032";
  }
  
  .bu-icon-success-circie::after {
  content: "\E033";
  }
  
  .bu-icon-house-key::after {
  content: "\E034";
  }
  
  .bu-icon-danger-circle::after {
  content: "\E035";
  }
  
  .bu-icon-danger-circle-o::after {
  content: "\E036";
  }
  
  .bu-icon-search::after {
  content: "\E037";
  }
  
  .bu-icon-star::after {
  content: "\E038";
  }
  
  .bu-icon-star-o::after {
  content: "\E039";
  }
  
  .bu-icon-weibo::after {
  content: "\E040";
  }
  
  .bu-icon-time-circle::after {
  content: "\E041";
  }
  
  .bu-icon-close-circle::after {
  content: "\E042";
  }
  
  .bu-icon-phone::after {
  content: "\E043";
  }
  
  .bu-icon-phone-o::after {
  content: "\E044";
  }
  
  .bu-icon-msg-loading::after {
  content: "\E045";
  }
  
  .bu-icon-msg-eye::after {
  content: "\E046";
  }
  
  .bu-icon-eye::after {
  content: "\E047";
  }
  
  .bu-icon-filter-o::after {
  content: "\E048";
  }
  
  .bu-icon-angle-up::after {
  content: "\E049";
  }
  
  .bu-icon-angle-down::after {
  content: "\E050";
  }
  
  .bu-icon-angle-right::after {
  content: "\E051";
  }
  
  .bu-icon-angle-left::after {
  content: "\E052";
  }
  
  .bu-icon-angle-top::after {
  content: "\E053";
  }
  
  .bu-icon-calcultor::after {
  content: "\E054";
  }
  
  .bu-icon-thumb-up::after {
  content: "\E055";
  }
  
  .bu-icon-thumb-up-o::after {
  content: "\E056";
  }
  
  .bu-icon-email-o::after {
  content: "\E057";
  }
  
  .bu-icon-star-add::after {
  content: "\E058";
  }
  
  .bu-icon-qa-circle::after {
  content: "\E059";
  }
  
  .bu-icon-search-limit::after {
  content: "\E060";
  }
  
  .bu-icon-set-time::after {
  content: "\E061";
  }
  
  .bu-icon-msg::after {
  content: "\E062";
  }
  
  .bu-icon-img::after {
  content: "\E063";
  }
  
  .bu-icon-rmb-circle::after {
  content: "\E064";
  }
  
  .bu-icon-tips-empty::after {
  content: "\E065";
  }
  
  .bu-icon-correct::after {
  content: "\E066";
  }
  
  .bu-icon-calcultor-2::after {
  content: "\E067";
  }
  
  .bu-icon-mobile::after {
  content: "\E068";
  }
  
  .bu-icon-app-czsg::after {
  content: "\E069";
  }
  
  .bu-icon-app-jjdr::after {
  content: "\E070";
  }
  
  .bu-icon-app-khtg::after {
  content: "\E071";
  }
  
  .bu-icon-app-sdhf::after {
  content: "\E072";
  }
  
  .bu-icon-app-xqzj::after {
  content: "\E073";
  }
  
  .bu-icon-book::after {
  content: "\E074";
  }
  
  .bu-icon-clock::after {
  content: "\E075";
  }
  
  .bu-icon-eye-o::after {
  content: "\E076";
  }
  
  .bu-icon-key::after {
  content: "\E077";
  }
  
  .bu-icon-money::after {
  content: "\E078";
  }
  
  .bu-icon-search-choose::after {
  content: "\E079";
  }
  
  .bu-icon-sign::after {
  content: "\E080";
  }
  
  .bu-icon-two-way-arrow::after {
  content: "\E081";
  }
  
  .bu-icon-czsg_s::after {
  content: "\E082";
  }
  
  .bu-icon-jjdr_s::after {
  content: "\E083";
  }
  
  .bu-icon-khtg_s::after {
  content: "\E084";
  }
  
  .bu-icon-sdhf_s::after {
  content: "\E085";
  }
  
  .bu-icon-xqzj_s::after {
  content: "\E086";
  }
  
  .bu-icon-blsx_a::after {
  content: "\E087";
  }
  
  .bu-icon-djsq_a::after {
  content: "\E088";
  }
  
  .bu-icon-ffdk_a::after {
  content: "\E089";
  }
  
  .bu-icon-yhsp_a::after {
  content: "\E090";
  }
  
  .bu-icon-yhsl_a::after {
  content: "\E091";
  }
  
  .bu-icon-diaoyan::after {
  content: "\E092";
  }
  
  .bu-icon-more-actions::after {
  content: "\E093";
  }
  
  .bu-icon-report::after {
  content: "\E094";
  }
  
  .bu-icon-face::after {
  content: "\E095";
  }
  
  .bu-icon-appdown::after {
  content: "\E096";
  }
  
  .bu-icon-loc::after {
  content: "\E097";
  }
  
  .bu-icon-checked::after {
  content: "\E098";
  }
  
  .bu-icon-uncheck::after {
  content: "\E099";
  }
  
  .bu-icon-right::after {
  content: "\E100";
  }
  
  .bu-icon-rmb::after {
  content: "\E101";
  }
  
  .bu-icon-angle-left2::after {
  content: "\E102";
  }
  
  .bu-icon-angle-right2::after {
  content: "\E103";
  }
  
  .bu-icon-bmoney::after {
  content: "\E104";
  }
  
  .bu-icon-circle-success::after {
  content: "\E105";
  }
  
  .bu-icon-fail::after {
  content: "\E106";
  }
  
  .bu-icon-fail2::after {
  content: "\E107";
  }
  
  .bu-icon-kgou::after {
  content: "\E108";
  }
  
  .bu-icon-search2::after {
  content: "\E109";
  }
  
  .bu-icon-signup::after {
  content: "\E110";
  }
  
  .bu-icon-shibai::after {
  content: "\E111";
  }
  
  .bu-icon-caina::after {
  content: "\E112";
  }
  
  .bu-icon-logoajk::after {
  content: "\E113";
  }
  
  .bu-icon-accept::after {
  content: "\E114";
  }
  
  .bu-icon-icon111::after {
  content: "\E115";
  }
  
  .bu-icon-star-empty::after {
  content: "\E116";
  }
  
  .bu-icon-star-full::after {
  content: "\E117";
  }
  
  .bu-icon-downl::after {
  content: "\E118";
  }
  
  .bu-icon-safe::after {
  content: "\E119";
  }
  
  .bu-icon-arround::after {
  content: "\E120";
  }
  
  .bu-icon-assort::after {
  content: "\E121";
  }
  
  .bu-icon-bus-o::after {
  content: "\E122";
  }
  
  .bu-icon-bus::after {
  content: "\E123";
  }
  
  .bu-icon-deposits::after {
  content: "\E124";
  }
  
  .bu-icon-esf::after {
  content: "\E125";
  }
  
  .bu-icon-medical::after {
  content: "\E126";
  }
  
  .bu-icon-medical-o::after {
  content: "\E127";
  }
  
  .bu-icon-zf::after {
  content: "\E128";
  }
  
  .bu-icon-deposits-o::after {
  content: "\E129";
  }
  
  .bu-icon-education::after {
  content: "\E130";
  }
  
  .bu-icon-education-o::after {
  content: "\E131";
  }
  
  .bu-icon-shopping::after {
  content: "\E132";
  }
  
  .bu-icon-shopping-o::after {
  content: "\E133";
  }
  
  .bu-icon-prop_verify::after {
  content: "\E134";
  }
  
  .bu-icon-daikan::after {
  content: "\E135";
  }
  
  .bu-icon-ghdb::after {
  content: "\E136";
  }
  
  .bu-icon-wyjg::after {
  content: "\E137";
  }
  
  .bu-icon-circle-phone::after {
  content: "\E138";
  }
  
  .bu-icon-circle-success2::after {
  content: "\E139";
  }
  
  .bu-icon-circle-house::after {
  content: "\E140";
  }
  
  .bu-icon-joint-rent::after {
  content: "\E141";
  }
  
  .bu-icon-edit-2::after {
  content: "\E142";
  }
  
  .bu-icon-add-img::after {
  content: "\E143";
  }
  
  .bu-icon-plus::after {
  content: "\E144";
  }
  
  .bu-icon-up::after {
  content: "\E145";
  }
  
  .bu-icon-down::after {
  content: "\E146";
  }
  
  .bu-icon-refresh::after {
  content: "\E147";
  }
  
  .bu-icon-faq::after {
  content: "\E148";
  }
  
  .bu-icon-fa_help::after {
  content: "\E149";
  }
  
  .bu-icon-fa_information::after {
  content: "\E150";
  }
  
  .bu-icon-fa_message::after {
  content: "\E151";
  }
  
  .bu-icon-balcony::after {
  content: "\E152";
  }
  
  .bu-icon-bed::after {
  content: "\E153";
  }
  
  .bu-icon-cook::after {
  content: "\E154";
  }
  
  .bu-icon-fridge::after {
  content: "\E155";
  }
  
  .bu-icon-heater::after {
  content: "\E156";
  }
  
  .bu-icon-heating::after {
  content: "\E157";
  }
  
  .bu-icon-kas::after {
  content: "\E158";
  }
  
  .bu-icon-kt::after {
  content: "\E159";
  }
  
  .bu-icon-sofa::after {
  content: "\E160";
  }
  
  .bu-icon-subway::after {
  content: "\E161";
  }
  
  .bu-icon-toilet::after {
  content: "\E162";
  }
  
  .bu-icon-tv::after {
  content: "\E163";
  }
  
  .bu-icon-washer::after {
  content: "\E164";
  }
  
  .bu-icon-wifi::after {
  content: "\E165";
  }
  
  .bu-icon-move::after {
  content: "\E166";
  }
  
  .bu-icon-home-circle-o::after {
  content: "\E167";
  }
  
  .bu-icon-phone-circle-o::after {
  content: "\E168";
  }
  
  .bu-icon-signup-circle-o::after {
  content: "\E169";
  }
  
  .bu-icon-user-circle-o::after {
  content: "\E170";
  }
  
  .bu-icon-infinite::after {
  content: "\E171";
  }
  
  .bu-icon-guanfangheyan::after {
  content: "\E172";
  }
  
  .bu-icon-thjl::after {
  content: "\E173";
  }
  
  .bu-icon-thjlu::after {
  content: "\E174";
  }
  
  .bu-icon-hezu::after {
  content: "\E175";
  }
  
  .bu-icon-zhengzu::after {
  content: "\E176";
  }
  
  .bu-icon-siheyuan::after {
  content: "\E177";
  }
  
  .bu-icon-gerenf::after {
  content: "\E178";
  }
  
  .bu-icon-fabuf::after {
  content: "\E179";
  }
  
  .bu-icon-bieshu::after {
  content: "\E180";
  }
  
  .bu-icon-house-detail::after {
  content: "\E181";
  }
  
  .bu-icon-owner-hart::after {
  content: "\E182";
  }
  
  .bu-icon-peitao::after {
  content: "\E183";
  }
  
  .bu-icon-service-intro::after {
  content: "\E184";
  }
  
  .bu-icon-no-result::after {
  content: "\E185";
  }
  
  .bu-icon-share::after {
  content: "\E186";
  }
  
  .bu-icon-mianban_imsa::after {
  content: "\E187";
  }
  
  .bu-icon-lingan::after {
  content: "\E188";
  }
  
  .bu-icon-mianban_logo::after {
  content: "\E189";
  }
  
  .bu-icon-mianban_mess::after {
  content: "\E190";
  }
  
  .bu-icon-mianban_phone::after {
  content: "\E191";
  }
  
  .bu-icon-up_triangle::after {
  content: "\E192";
  }
  
  .bu-icon-down_triangle::after {
  content: "\E193";
  }
  
  .bu-icon-loading::after {
  content: "\E194";
  }
  
  .bu-icon-audio_pause::after {
  content: "\E195";
  }
  
  .bu-icon-audio_play::after {
  content: "\E196";
  }
  
  .bu-icon-kongzhuangtai::after {
  content: "\E197";
  }
  
  .bu-icon-wechat-1::after {
  content: "\E198";
  }
  
  .bu-icon-user-1-o::after {
  content: "\E199";
  }
  
  .bu-icon-list::after {
  content: "\E200";
  }
  
  .bu-icon-map::after {
  content: "\E201";
  }
  
  .bu-icon-fangyuan::after {
  content: "\E202";
  }
  
  .bu-icon-icon_gj::after {
  content: "\E203";
  }
  
  .bu-icon-hwdc::after {
  content: "\E204";
  }
  
  .bu-icon-wd::after {
  content: "\E205";
  }
  
  .bu-icon-cfj::after {
  content: "\E206";
  }
  
  .bu-icon-spxzl::after {
  content: "\E207";
  }
  
  .bu-icon-icon_fdjsq::after {
  content: "\E208";
  }
  
  .bu-icon-wl::after {
  content: "\E209";
  }
  
  .bu-icon-dh::after {
  content: "\E210";
  }
  
  .bu-icon-comm-msg::after {
  content: "\E211";
  }
  
  .bu-icon-thumb::after {
  content: "\E212";
  }
  
  .bu-icon-browse::after {
  content: "\E213";
  }
  
  .bu-icon-comm-num::after {
  content: "\E214";
  }
  
  .bu-icon-zan::after {
  content: "\E215";
  }
  
  .bu-icon-localtion::after {
  content: "\E216";
  }
  
  .bu-icon-half-start::after {
  content: "\E217";
  }
  
  .bu-icon-suozhu::after {
  content: "\E218";
  }
  
  .bu-icon-icon_call::after {
  content: "\E219";
  }
  .bu-icon-duanzu{
    background-size:100% 100%;
    background-image: url('https://pic6.58cdn.com.cn/nowater/fangfe/n_v2d65aee2da8d94237aad8245fa3216c5b.png');
  }
  
  .bu-line-center, .bu-line-full, .bu-line-left {
  position: relative;
  }
  
  .bu-line-center::after, .bu-line-full::after, .bu-line-left::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  }
  
  .bu-line-center::after {
  border-bottom: 1px solid #f4f4f4;
  margin: 0 10px;
  }
  
  .bu-line-full::after {
  border-bottom: 1px solid #eaeaea;
  }
  
  .bu-line-left::after {
  border-bottom: 1px solid #f4f4f4;
  margin-left: 10px;
  }
  
  .bu-img {
  display: inline-block;
  }
  
  .bu-img-min {
  width: 107px;
  height: 78px;
  border-radius: 2px;
  }
  
  .bu-img-large {
  width: 150px;
  height: 115px;
  }
  
  .bu-img-max {
  width: 100%;
  height: auto;
  }
  
  .bu-button {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  text-align: center;
  box-sizing: content-box;
  }
  
  .bu-button, .bu-button:active, .bu-button.bu-active {
  text-decoration: none;
  outline: none;
  }
  
  .bu-button.bu-disable {
  color: white;
  background-color: #ccc;
  border-color: #ccc;
  }
  
  .bu-button.bu-disable:active, .bu-button.bu-disable.bu-active {
  background-color: #ccc;
  border-color: #ccc;
  }
  
  .bu-button.bu-disable.bu-button-outline {
  color: #ccc;
  background-color: transparent;
  border-color: #cccccc;
  }
  
  .bu-button.bu-disable.bu-button-outline:active, .bu-button.bu-disable.bu-button-outline.bu-active {
  color: #ccc;
  border-color: #ccc;
  }
  
  .bu-button.bu-disable.bu-button-pure {
  position: relative;
  color: rgba(204, 204, 204, 0.9);
  background: transparent;
  border-color: transparent;
  }
  
  .bu-button.bu-disable.bu-button-pure.bu-cur::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: #ccc;
  }
  
  .bu-button-default {
  color: #333333;
  background-color: transparent;
  border-color: #333;
  }
  
  .bu-button-default:active, .bu-button-default.bu-active {
  background-color: #000;
  border-color: #000;
  }
  
  .bu-button-default.bu-button-outline {
  color: #333;
  background-color: transparent;
  border-color: rgba(51, 51, 51, 0.5);
  }
  
  .bu-button-default.bu-button-outline:active, .bu-button-default.bu-button-outline.bu-active {
  color: #000;
  border-color: #000;
  }
  
  .bu-button-default.bu-button-pure {
  position: relative;
  color: rgba(51, 51, 51, 0.9);
  background: transparent;
  border-color: transparent;
  }
  
  .bu-button-default.bu-button-pure.bu-cur::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: #333;
  }
  
  .bu-button-primary {
  color: rgba(255, 255, 255, 0.9);
  background-color: #62ab00;
  border-color: #62ab00;
  }
  
  .bu-button-primary:active, .bu-button-primary.bu-active {
  background-color: #4a8200;
  border-color: #4a8200;
  }
  
  .bu-button-primary.bu-button-outline {
  color: #62ab00;
  background-color: transparent;
  border-color: rgba(98, 171, 0, 0.8);
  }
  
  .bu-button-primary.bu-button-outline:active, .bu-button-primary.bu-button-outline.bu-active {
  color: #4a8200;
  border-color: #4a8200;
  }
  
  .bu-button-primary.bu-button-pure {
  position: relative;
  color: rgba(98, 171, 0, 0.9);
  background: transparent;
  border-color: transparent;
  }
  
  .bu-button-primary.bu-button-pure.bu-cur::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: #62ab00;
  }
  
  .bu-button-minory {
  color: rgba(255, 255, 255, 0.9);
  background-color: #60a410;
  border-color: #60a410;
  }
  
  .bu-button-minory:active, .bu-button-minory.bu-active {
  background-color: #4a8200;
  border-color: #4a8200;
  }
  
  .bu-button-minory.bu-button-outline {
  color: #60a410;
  background-color: transparent;
  border-color: rgba(96, 164, 16, 0.8);
  }
  
  .bu-button-minory.bu-button-outline:active, .bu-button-minory.bu-button-outline.bu-active {
  color: #4a8200;
  border-color: #4a8200;
  }
  
  .bu-button-minory.bu-button-pure {
  position: relative;
  color: rgba(96, 164, 16, 0.9);
  background: transparent;
  border-color: transparent;
  }
  
  .bu-button-minory.bu-button-pure.bu-cur::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: #60a410;
  }
  
  .bu-button-secondary {
  color: rgba(255, 255, 255, 0.9);
  background-color: #e54b00;
  border-color: #e54b00;
  }
  
  .bu-button-secondary:active, .bu-button-secondary.bu-active {
  background-color: #c34100;
  border-color: #c34100;
  }
  
  .bu-button-secondary.bu-button-outline {
  color: #e54b00;
  background-color: transparent;
  border-color: rgba(229, 75, 0, 0.8);
  }
  
  .bu-button-secondary.bu-button-outline:active, .bu-button-secondary.bu-button-outline.bu-active {
  color: #c34100;
  border-color: #c34100;
  }
  
  .bu-button-secondary.bu-button-pure {
  position: relative;
  color: rgba(229, 75, 0, 0.9);
  background: transparent;
  border-color: transparent;
  }
  
  .bu-button-secondary.bu-button-pure.bu-cur::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: #e54b00;
  }
  
  .bu-button-smaller {
  height: 13px;
  line-height: 13px;
  padding: 0 3px;
  font-size: 12px;
  border-radius: 2px;
  }
  
  .bu-button-small {
  height: 23px;
  line-height: 23px;
  padding: 0 10px;
  font-size: 14px;
  border-radius: 2px;
  }
  
  .bu-button-middle {
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  font-size: 14px;
  border-radius: 3px;
  }
  
  .bu-button-large {
  height: 33px;
  line-height: 33px;
  padding: 0 0;
  font-size: 14px;
  border-radius: 3px;
  }
  
  .bu-button-larger {
  height: 38px;
  line-height: 38px;
  padding: 0 0;
  font-size: 17px;
  border-radius: 3px;
  }
  
  .bu-button-larger .bu-button-sub {
  font-size: 14px;
  }
  
  .bu-button-largest {
  height: 48px;
  line-height: 48px;
  padding: 0 0;
  font-size: 17px;
  border-radius: 0;
  }
  
  .bu-button-largest .bu-button-sub {
  font-size: 14px;
  }
  
  .bu-button-block {
  display: block;
  }
  
  .bu-title {
  position: relative;
  font-size: 15px;
  color: #333;
  font-weight: bold;
  line-height: 25px;
  padding: 10px 15px;
  background: #fff;
  }
  
  .bu-title::before {
  content: "";
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 0;
  border-right: 3px solid #62ab00;
  }
  
  .bu-title.bu-title-pure {
  font-size: 14px;
  font-weight: normal;
  }
  
  .bu-title.bu-title-pure::before {
  display: none;
  }
  
  .bu-preloader {
  display: inline-block;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: preloader-spin 1s steps(12, end) infinite;
  animation: preloader-spin 1s steps(12, end) infinite;
  }
  
  .bu-preloader-r {
  display: inline-block;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: preloader-spin-r 1s steps(12, end) infinite;
  animation: preloader-spin-r 1s steps(12, end) infinite;
  }
  
  @-webkit-keyframes preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
  }
  
  @keyframes preloader-spin {
  100% {
    transform: rotate(360deg);
  }
  }
  
  @-webkit-keyframes preloader-spin-r {
  100% {
    -webkit-transform: rotate(-360deg);
  }
  }
  
  @keyframes preloader-spin-r {
  100% {
    transform: rotate(-360deg);
  }
  }
  
  .bu-list > .bu-item {
  display: -webkit-box;
  position: relative;
  padding: 15px 15px;
  background: #fff;
  }
  
  .bu-list > .bu-item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 15px;
  height: 1px;
  background: #f4f4f4;
  }
  
  .bu-list > .bu-item:first-child::before {
  display: none;
  }
  
  .bu-list > .bu-item:active {
  background: #f6f6f6;
  }
  
  .bu-list .bu-item-tag {
  position: absolute;
  top: 15px;
  left: 15px;
  }
  
  .bu-list .bu-item-tag.bu-item-tag-right {
  left: initial;
  right: 15px;
  }
  
  .bu-list .bu-item-inner {
  -webkit-box-flex: 1;
  display: block;
  line-height: 20px;
  overflow: hidden;
  }
  
  .bu-list .bu-img ~ .bu-item-inner {
  height: 78px;
  margin-left: 10px;
  }
  
  .bu-list .bu-item-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
  font-weight: bold;
  color: #333;
  }
  
  .bu-list .bu-item-title.bu-clamp2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: initial;
  height: 40px;
  }
  
  .bu-list .bu-img ~ .bu-item-inner .bu-item-title {
  height: 40px;
  }
  
  .bu-list .bu-item-row {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #999;
  }
  
  .bu-list .bu-item-row.bu-item-row-block {
  display: -webkit-box;
  }
  
  .bu-list .bu-item-row.bu-item-row-block .bu-item-row-cell {
  -webkit-box-flex: 1;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 22px;
  }
  
  .bu-list .bu-item-row.bu-item-row-block .bu-item-row-cell.bu-after {
  margin-left: 10px;
  color: #e54b00;
  display: inline;
  }
  
  .bu-list .bu-item-row.bu-item-row-block .bu-item-row-cell.bu-after .bu-price-num {
  -webkit-box-flex: 1;
  font-size: 17px;
  font-weight: bold;
  }
  
  .bu-mask {
  top: 0;
  position: fixed;
  width: 100%;
  height: 0;
  background: rgba(0, 0, 0, 0.8);
  }
  
  .bu-mask.bu-open {
  height: 100%;
  }
  
  .bu-filter.bu-open, .bu-filter.bu-fixed {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 99;
  overflow-y: auto;
  }
  
  .bu-filter.bu-open {
  bottom: 0;
  }
  
  .bu-filter.bu-open {
  background: rgba(0, 0, 0, 0.8);
  }
  
  .bu-filter.bu-open > .bu-filter-content {
  display: block;
  }
  
  .bu-filter.bu-fixed {
  top: 0 !important;
  }
  
  .bu-filter-nav {
  display: -webkit-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  color: #555;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  border-bottom: 1px solid #eaeaea;
  transform: translateZ(0);
  }
  
  .bu-filter-nav > .bu-item {
  -webkit-box-flex: 1;
  padding: 0 5px;
  position: relative;
  width: 100%;
  }
  
  .bu-filter-nav > .bu-item > .bu-content {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 75%;
  display: inline-block;
  vertical-align: top;
  }
  
  .bu-filter-nav > .bu-item::after {
  font-family: 'bu-iconfont';
  content: "\E050";
  padding-left: 5px;
  font-size: 10px;
  color: #999;
  }
  
  .bu-filter-nav > .bu-item.bu-cur::after {
  content: "\E049";
  color: #62ab00;
  }
  
  .bu-filter-nav > .bu-item.bu-cur {
  color: #62ab00;
  }
  
  .bu-filter-nav > .bu-item::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  width: 1px;
  height: 20px;
  background: #eaeaea;
  }
  
  .bu-filter-nav > .bu-item:last-child::before {
  display: none;
  }
  
  .bu-filter-content {
  display: none;
  position: absolute;
  top: 40px;
  right: 0;
  bottom: 0;
  left: 0;
  }
  
  .bu-filter-content > .bu-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 70%;
  background: #fff;
  }
  
  .bu-filter-content > .bu-item > .bu-lists-container {
  display: -webkit-box;
  height: 100%;
  }
  
  .bu-filter-content > .bu-item > .bu-lists-container > .bu-lists-wrap {
  -webkit-box-flex: 1;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  border-right: 1px solid #eaeaea;
  }
  
  .bu-filter-content > .bu-item > .bu-lists-container > .bu-lists-wrap::-webkit-scrollbar {
  display: none !important;
  }
  
  .bu-filter-content > .bu-item > .bu-lists-container > .bu-lists-wrap:last-child {
  border-right: none;
  }
  
  .bu-filter-content > .bu-item > .bu-lists-container .bu-lists > li,
  .bu-filter-content > .bu-item > .bu-lists-container .bu-lists > .bu-lists-item {
  display: -webkit-box;
  -webkit-box-align: center;
  position: relative;
  padding: 0 0 0 15px;
  height: 45px;
  font-size: 15px;
  color: #555;
  font-weight: normal;
  }
  
  .bu-filter-content > .bu-item > .bu-lists-container .bu-lists > li::before,
  .bu-filter-content > .bu-item > .bu-lists-container .bu-lists > .bu-lists-item::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 15px;
  height: 1px;
  background: #eaeaea;
  }
  
  .bu-filter-content > .bu-item > .bu-lists-container .bu-lists > li.bu-cur,
  .bu-filter-content > .bu-item > .bu-lists-container .bu-lists > .bu-lists-item.bu-cur {
  color: #62ab00;
  }
  
  .bu-filter-content > .bu-item > .bu-lists-container .bu-lists > li a,
  .bu-filter-content > .bu-item > .bu-lists-container .bu-lists > .bu-lists-item a {
  color: #555;
  }
  
  .bu-filter-content > .bu-item > .bu-lists-container .bu-lists.bu-lists-multiple > li::after,
  .bu-filter-content > .bu-item > .bu-lists-container .bu-lists.bu-lists-multiple > .bu-lists-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  font-size: 8px;
  line-height: 10px;
  border: 1px solid #eaeaea;
  text-align: center;
  }
  
  .bu-filter-content > .bu-item > .bu-lists-container .bu-lists.bu-lists-multiple > li.bu-cur::after,
  .bu-filter-content > .bu-item > .bu-lists-container .bu-lists.bu-lists-multiple > .bu-lists-item.bu-cur::after {
  font-family: 'bu-iconfont';
  content: "\E066";
  color: #62ab00;
  border-color: #62ab00;
  }
  
  .bu-filter-content > .bu-item > .bu-lists-container-plain {
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  }
  
  .bu-filter-content > .bu-item > .bu-lists-container-plain::-webkit-scrollbar {
  display: none !important;
  }
  
  .bu-filter-content > .bu-item > .bu-lists-container-plain > .bu-lists-wrap {
  -webkit-box-flex: 1;
  }
  
  .bu-filter-content > .bu-item > .bu-lists-container-plain > .bu-lists-wrap > .bu-lists {
  position: relative;
  overflow: hidden;
  padding: 0 5px 6px 15px;
  }
  
  .bu-filter-content > .bu-item > .bu-lists-container-plain > .bu-lists-wrap > .bu-lists::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 15px;
  border-bottom: 1px solid #eaeaea;
  }
  
  .bu-filter-content > .bu-item > .bu-lists-container-plain > .bu-lists-wrap > .bu-lists:last-child::after {
  display: none;
  }
  
  .bu-filter-content > .bu-item > .bu-lists-container-plain > .bu-lists-wrap > .bu-lists .bu-button {
  float: left;
  margin: 0 10px 10px 0;
  font-size: 12px;
  }
  
  .bu-filter-content > .bu-item.bu-item-complex {
  position: relative;
  padding-bottom: 61px;
  }
  
  .bu-filter-content > .bu-item.bu-item-full {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  height: 100%;
  padding-bottom: 61px;
  }
  
  .bu-filter-content > .bu-item > .bu-after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  border-top: 1px solid #eaeaea;
  }
  
  .bu-filter-content > .bu-item > .bu-after.bu-after-block {
  padding: 10px 15px;
  }
  
  .bu-filter-content > .bu-item > .bu-after.bu-after-block > .bu-button {
  line-height: 36px;
  }
  
  .bu-range {
  display: -webkit-box;
  padding: 15px 15px 15px 0;
  font-size: 15px;
  color: #333;
  }
  
  .bu-range > .bu-item {
  -webkit-box-flex: 1;
  display: inline-block;
  line-height: 28px;
  text-align: center;
  vertical-align: top;
  }
  
  .bu-range > .bu-item:nth-child(1) {
  width: 67px;
  line-height: 30px;
  }
  
  .bu-range > .bu-item:nth-child(3) {
  width: 20px;
  position: relative;
  height: 30px;
  }
  
  .bu-range > .bu-item:nth-child(3)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
  height: 1px;
  background: #333;
  }
  
  .bu-range > .bu-item:nth-child(5) {
  width: 39px;
  line-height: 30px;
  }
  
  .bu-range > input[type="text"] {
  border: 1px solid #eaeaea;
  line-height: 28px;
  font-size: 14px;
  display: block;
  background: #f6f6f6;
  }
  
  .bu-range > .bu-button {
  display: block;
  }
  
  .bu-tips {
  font-family: 'bu-iconfont';
  text-align: center;
  overflow: hidden;
  }
  
  .bu-tips-warning {
  color: #333;
  background: #f6f6f6;
  }
  
  .bu-tips-warning::before {
  content: "\E036";
  margin-right: 4px;
  color: #e54b00;
  }
  
  .bu-tips-warning.bu-tips-pure {
  background: transparent;
  }
  
  .bu-tips-warning::before {
  vertical-align: -1px;
  }
  
  .bu-tips-loading {
  color: #999;
  background: #f6f6f6;
  }
  
  .bu-tips-loading::before {
  content: "\E014";
  margin-right: 4px;
  color: #999;
  }
  
  .bu-tips-loading.bu-tips-pure {
  background: transparent;
  }
  
  .bu-tips-loading::before {
  display: inline-block;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: preloader-spin 1s steps(12, end) infinite;
  animation: preloader-spin 1s steps(12, end) infinite;
  vertical-align: -2px;
  }
  
  .bu-tips-loading.bu-tips-loading-over::before {
  display: none;
  }
  
  .bu-tips-small {
  height: 35px;
  line-height: 33px;
  font-size: 12px;
  }
  
  .bu-tips-small::before {
  font-size: 13px;
  }
  
  .bu-tips-middle {
  height: 40px;
  line-height: 38px;
  font-size: 14px;
  }
  
  .bu-tips-middle::before {
  font-size: 13px;
  }
  
  .bu-button-group {
  display: -webkit-box;
  background: #fff;
  }
  
  .bu-button-group-col > .bu-button {
  -webkit-box-flex: 1;
  display: block;
  width: 100%;
  }
  
  .bu-button-group-col.bu-button-group-gap > .bu-button {
  margin-right: 10px;
  }
  
  .bu-button-group-col.bu-button-group-gap > .bu-button:last-child {
  margin-right: 0;
  }
  
  .bu-tab {
  font-size: 15px;
  border-bottom: 1px solid #eaeaea;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: #fff;
  }
  
  .bu-tab > .bu-item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  color: #333;
  }
  
  .bu-tab > .bu-item.bu-cur {
  color: #62ab00;
  }
  
  .bu-tab > .bu-item.bu-cur::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: #62ab00;
  }
  
  .bu-tab.bu-tab-full {
  display: -webkit-box;
  }
  
  .bu-tab.bu-tab-full > .bu-item {
  -webkit-box-flex: 1;
  display: block;
  width: 100%;
  }
  
  .bu-tab.bu-tab-fixed > .bu-item {
  display: inline-block;
  width: 65px;
  margin-right: 5px;
  margin-left: 5px;
  }
  
  .bu-tab-button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  margin: 0 auto;
  width: 170px;
  height: 30px;
  overflow: hidden;
  border: 1px solid #62ab00;
  border-radius: 3px;
  text-align: center;
  background: #62ab00;
  }
  
  .bu-tab-button > .bu-item {
  -webkit-box-flex: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  font-size: 14px;
  color: #62ab00;
  background: #fff;
  }
  
  .bu-tab-button > .bu-item.bu-cur {
  background: #62ab00;
  color: rgba(255, 255, 255, 0.9);
  }
  
  .bu-tab-button.bu-tab-button-col3 {
  width: 255px;
  }
  
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
  color: #C0C6CC;
  }
  
  .bu-input {
  display: -webkit-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  padding: 10px 15px;
  font-size: 15px;
  color: #000;
  height: 49px;
  background: #fff;
  }
  
  .bu-input .bu-light {
  color: #62ab00;
  }
  
  .bu-input .bu-light:disabled {
  opacity: 1;
  -webkit-text-fill-color: #62ab00;
  background: #fff;
  }
  
  .bu-input .bu-dim {
  color: #999;
  }
  
  .bu-input .bu-icon {
  padding-left: 0;
  padding-right: 0;
  vertical-align: -2px;
  }
  
  .bu-input input {
  -webkit-box-flex: 1;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
  color: #000;
  border: none;
  outline: none;
  text-align: right;
  line-height: 29px;
  }
  
  .bu-input input:focus {
  outline-offset: 0;
  border: none;
  outline: none;
  }
  
  .bu-input .bu-wrap {
  position: relative;
  width: 100%;
  display: block;
  -webkit-box-flex: 1;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  }
  
  .bu-input .bu-wrap input {
  width: 100%;
  }
  
  .bu-input .bu-wrap .bu-error {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  -webkit-box-align: center;
  color: #e54b00;
  font-size: 12px;
  }
  
  .bu-input .bu-before {
  -webkit-box-flex: 1;
  padding-right: 10px;
  display: inline-block;
  line-height: 29px;
  color: #43474D;
  }
  
  .bu-input .bu-after {
  -webkit-box-flex: 1;
  margin-left: 5px;
  text-align: right;
  line-height: 29px;
  color: #43474D;
  }
  
  .bu-input .bu-after > .bu-icon {
  margin-left: 8px;
  }
  
  .bu-input .bu-after > .bu-icon.bu-icon-eye {
  font-size: 20px;
  vertical-align: -4px;
  }
  
  .bu-input .bu-after.bu-after-block {
  display: block;
  }
  
  .bu-input .bu-after.bu-button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 10px;
  width: 85px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  line-height: 28px;
  }
  
  .bu-input .bu-after.bu-after-select {
  color: #000;
  }
  
  .bu-input .bu-after.bu-after-select::after {
  content: "\E051";
  font-family: 'bu-iconfont';
  font-size: 10px;
  color: #ccc;
  vertical-align: -1px;
  margin-left: 8px;
  }
  
  .bu-input .bu-after.bu-after-selected {
  color: #43474D !important;
  }
  
  .bu-input.bu-input-border {
  margin: 0 15px;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  }
  
  .bu-input.bu-input-border > input {
  padding: 0 10px;
  text-align: left;
  }
  
  .bu-input.bu-input-border > .bu-before {
  position: relative;
  color: #999;
  }
  
  .bu-input.bu-input-border > .bu-before::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  background: #ccc;
  }
  
  .bu-input.bu-input-border > .bu-after {
  color: #999;
  }
  
  .bu-input-group .bu-input {
  position: relative;
  }
  
  .bu-input-group .bu-input::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 15px;
  height: 1px;
  background: #f4f4f4;
  }
  
  .bu-input-group .bu-input:last-of-type::after {
  display: none;
  }
  
  .bu-input-group .bu-input.bu-input-gap {
  margin-top: 10px;
  }
  
  .bu-input-group > .bu-input-submit-button {
  margin: 20px 15px 0;
  }
  
  .bu-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  }
  
  .bu-overlay > .bu-item {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  white-space: nowrap;
  }
  
  .bu-overlay.bu-overlay-indicator > .bu-item {
  border-radius: 4px;
  padding: 0 10px;
  line-height: 40px;
  }
  
  .bu-overlay.bu-overlay-modal > .bu-item {
  border-radius: 10px;
  width: 100px;
  height: 100px;
  }
  
  .bu-overlay.bu-overlay-modal > .bu-item > .bu-before {
  margin-top: 24px;
  }
  
  .bu-overlay.bu-overlay-modal > .bu-item > .bu-before > .bu-icon {
  font-size: 26px;
  }
  
  .bu-overlay.bu-overlay-modal > .bu-item > .bu-after {
  margin-top: 10px;
  }
  
  .bu-overlay.bu-open {
  display: block;
  }
  
  .bu-back-button {
  position: fixed;
  display: inline-block;
  top: 10px;
  left: 15px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 999;
  }
  
  .bu-back-button::after {
  content: "\E052";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: 'bu-iconfont';
  font-size: 16px;
  color: #fff;
  }
  
  .bu-backbar {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  height: 45px;
  background: #62ab00;
  padding-right: 15px;
  padding-left: 13px;
  }
  
  .bu-backbar > .bu-back,
  .bu-backbar > .bu-after {
  position: relative;
  z-index: 1;
  color: #fff;
  }
  
  .bu-backbar > .bu-back::before {
  font-family: 'bu-iconfont';
  content: "\E052";
  font-size: 16px;
  vertical-align: -3px;
  }
  
  .bu-backbar > .bu-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 17px;
  color: #fff;
  }
  
  .bu-backbar > .bu-after {
  position: absolute;
  top: 14px;
  right: 13px;
  }
  
  .bu-backbar.bu-backbar-simple {
  background: transparent;
  }
  .H {
    position: relative;
    z-index: 5;
    font-size: 1.6rem;
    line-height: 46px;
    height: 46px;
    color: #fff;
    text-align: center;
    background: #62ab00;
  }
  .H .back {
    top: 0;
    left: 12px;
    height: 45px;
    line-height: 45px;
    z-index: 1;
    position: absolute;
    display: block;
    color: #fff;
    font-size: 1.4rem;
  }
  .g-icon{
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAADwCAYAAAB7eIZVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEIzRTRDQzY5OEIwMTFFNTlDRDBBNkE5MzQyQUIzOEMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEIzRTRDQzc5OEIwMTFFNTlDRDBBNkE5MzQyQUIzOEMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQjNFNENDNDk4QjAxMUU1OUNEMEE2QTkzNDJBQjM4QyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQjNFNENDNTk4QjAxMUU1OUNEMEE2QTkzNDJBQjM4QyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pg4Ye3AAAAmzSURBVHja7J0JbBRV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)no-repeat;
    background-size: 100%;
    -web-background-size: 100%;
  }
  .H .back i{
    display: inline-block;
    background-position: 0 0;
    vertical-align: middle;
    margin-top: 0;
  }
  .H .title {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 62%;
  }
  .opsBtn{
    z-index: 2;
    display: -webkit-flex;
    position: absolute;
    top: 0;
    right: 0;
  }
  .gohome{
    background-position: 0 -75px;
  }
  .filterInput{
    position: absolute;
    top: 12px;
    right: 5px;
    background-position: 0 -47px;
  }
  .H .back i {
    display: inline-block;
    background-position: 0 0;
    vertical-align: middle;
    margin-top: 0;
  }
  .showlist,.searchInput{
    position: relative;
    width: 40px;
    height: 46px;
    background-image: none;
  }
  .searchInput{
    background-image: none;
  }
  .showlist::before{
    position: absolute;
    left: 10px;
    top: 16px;
    content: '';
    width: 20px;
    height: 14px;
    border-top: solid #fff 1px;
    border-bottom: solid #fff 1px;
  }
  .showlist::after{
    position: absolute;
    top: 23px;
    left: 10px;
    content: '';
    width: 20px;
    height: 0px;
    border-top: solid #fff 1px;
  }
  
  .searchInput:before{
    position: absolute;
    top: 13px;
    right: 11px;
    content: '';
    display: inline-block;
    height: 16px;
    width: 16px;
    border-radius: 16px;
    border: 1px solid #fff;
    vertical-align: middle;
  }
  
  .searchInput:after{
    position: absolute;
    top: 28px;
    left: 26px;
    content: '';
    width: 5px;
    height: 2px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .opa{
    opacity: 0.5;
  }
  
  .H .pullDown{
    display: inline-block;
    width: 7px;
    height: 7px;
    border: solid #fff;
    border-width: 1px 1px 0 0;
    transform: translate(5px,-3px) rotate(-225deg);
    -webkit-transform: translate(5px,-3px) rotate(-225deg);
  }
  
  .H i.arrow_up {
    transform: translate(5px,0px) rotate(-45deg);
    -webkit-transform: translate(5px,0px) rotate(-45deg)
  }
  
  .listitems {
    z-index: 103;
    display: none;
    position: absolute;
    top: 51px;
    left: 50%;
    margin-left: -60px;
    width: 120px;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    background-color: rgba(0,0,0,.8);
  }
  .listitems:before {
    content: '';
    position: absolute;
    left: 50%;
    top: -10px;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgba(0,0,0,.75);
  }
  .listitems li:first-of-type {
    border-radius: 3px 3px 0 0;
    border-top:none;
  }
  .listitems li {
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 1.4rem;
    border-top: #000 solid 1px;
    -webkit-box-pack: center;
    -webkit-box-align: center;
  }
  .listitems li a {
    color: #fff;
    display: block;
  }
  
  .listitems li.cur_list a {
    color: rgba(255,255,255,.5)
  }
  
  /*问答icon*/
  .g-Qa {
    color: #fff;
    width: 18px;
    height: 18px;
    font-size: 10px;
    line-height: 18px;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 100%;
    margin: 11px 14px 0 0;
  }
  .r-btn {
    width: 75px;
    color: #fff;
  }
  body{
    position: relative;
  }
  .c-search{
    display: none;
    z-index: 1070;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F4F4F4;
  }
  .c-search .searchinfo{
    position: relative;
    display: -webkit-box;
    height: 50px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px 10px 7px 0;
    background: #ececec;
    border-bottom: 1px solid #d9d9d9;
  }
  .c-search form{
    display: block;
    -webkit-box-flex: 1;
  }
  .c-search .cancel{
    display: block;
    height: 35px;
    width: 45px;
    text-align: right;
    line-height: 35px;
    font-size: 1.4rem;
    color: #62ab00;
    box-sizing: border-box;
  }
  .c-search .cancel:visited{
    color: #111;
  }
  .c-search .search{
    display: block;
    height: 35px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #ebebeb;
    font-size: 1.4rem;
    background: #fff;
    color: #999;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-appearance: none;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 8px;
  }
  .c-search .gosearch{
    z-index: 2;
    position: absolute;
    right: 50px;
    top: 8px;
    width: 35px;
    height: 35px;
    border: 0;
    outline: 0;
    background: rgba(255,255,255,0);
  }
  .searchIcon {
    display: inline-block;
    width: 2px;
    height: 8px;
    background-color: #ccc;
    vertical-align: middle;
    z-index: 1;
    position: absolute;
    right: 60px;
    top: 25px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .searchIcon::before {
    border: solid 1px #ccc;
    content: "";
    position: absolute;
    top:-11px;
    left:-5px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
  }
  .c-search .history,
  .c-search .result{
    display: none;
    background: #fff;
    text-align: left;
    cursor: pointer;
  }
  .c-search .item{
   border-bottom: 1px solid #c9c9c9;
   padding: 8px 10px;
  }
  .c-search .history .item-hd,
  .c-search .result .item-hd{
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.4rem;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
  }
  .c-search .result .item-hd:active,
  .c-search .result .item-hd:hover{
    background: #ededed;
  }
  .c-search .result .item-hd{
    font-size: 1.5rem;
  }
  .c-search .result .gray{
    color: #999;
    font-size:1.2rem;
  }
  .c-search .result .address{
    padding-left:10px;
  }
  .c-search .history .item-hd{
    color: #550C8C;
  }
  .c-search strong{
    font-weight: 400;
    color: #F60;
  }
  .c-search .result span,
  .c-search .history span{
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.4rem;
    line-height: 22px;
    padding: 8px 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px solid #c9c9c9;
    cursor: pointer;
  }
  .c-search .result span:active,
  .c-search .history span:hover{
     background: #ededed;
  }
  .c-search .result span{
    font-size: 13px;
  }
  
  .pro_list{
    padding: 0;
  }
  .rentLink{
    z-index: 1;
    position: relative;
    display: -webkit-box;
    -webkit-box-flex: 1;
    padding: 10px 15px;
    border-bottom: 1px solid #e6e6e6;
    display: flex;
  }
  .rentLink:last-child{
  border-width: 0;
  }
  .rentLink img {
    display: block;
    width: 100px;
    height: 75px;
  }
  .ppgyLink img {
    display: block;
    width: 100%;
    height: 50px;
  }
  .video-icon{
    position: absolute;
    width: 26px;
    height: 26px;
    left: 47px;
    top: 50px;
    margin-top: -13px;
    background: url('data:image/png;base64,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') no-repeat;
    background-size: 26px 26px;
  }
  .rentLink .info{
    font-size: 1.3rem;
    display: block;
    -webkit-box-flex: 1;
    margin-left: 10px;
  }
  .rentLink span {
    display: block;
    height: 20px;
    line-height: 20px;
    color: #666;
  }
  .rentLink .name {
    display: -webkit-box;
    font-size: 1.5rem;
    margin-top: -1px;
    height: 20px;
    line-height: 20px;
    font-weight: 700;
    color: #333;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: initial;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .rentLink .card-info .name {
    height: 80px;
    font-weight: 400;
    line-height: 26px;
    -webkit-line-clamp: 10;
  }
  .rentLink .type{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .rentLink .address{
    display: -webkit-box;
  }
  .rentLink .addr-ab{
    display: block;
    -webkit-box-flex:1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .rentLink label{
    display: block;
    -webkit-box-flex:1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .rentLink .price{
    text-align: right;
    color: #f60;
    min-width: 80px;
  }
  .rentLink .price em{
    font-size: 1.5rem;
    font-weight: bold;
  }
  .rentLink .type p{
    margin-right: 15px;
  }
  .rentLink .label{
    position: absolute;
    bottom: 10px;
    left: 0;
    display: -webkit-box;
    -webkit-box-flex:1;
    width: 100px;
    height: auto;
    line-height: 16px;
    text-align: center;
    background: rgba(255,255,255,0.8);
    color: #f60;
  }
  .rentLink .label em{
    display: block;
    width: 50%;
  }
  .rentLink .label em:first-child{
    color: #fff;
    background: rgba(255,102,0,0.8);
  }
  .rentLink .marg-10{
    margin: 7px 0 3px;
  }
  .rentLink .g_title{
    display: inline-block;
    padding: 0 5px 0 0;
    border:solid 1px #f60;
    border-radius: 3px;
  }
  .rentLink .g_title em{
    display: inline-block;
    background:#f60;
    padding: 0 5px;
    margin-right: 5px;
    color: #fff;
  }
  .rentLink .g_title i{
    color: #f60;
    margin:0 2px;
  }
  .rentLink .i-icon{
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 2px;
    background: url(7/gerenfangyuan_02.png) no-repeat;
    background-size: 40px 40px;
    -webkit-background-size: 40px 40px;
    vertical-align: middle;
  }
  .rentLink .certifica{
    background-position: 1px 0;
  }
  .rentLink .real{
    background-position: -18px 0;
  }
  .rentLink .personal{
    background-position: 0 -20px;
  }
  .rentLink .nofee{
    background-position: -18px -20px;
  }
  .rentLink .infotags{
    overflow: hidden;
  }
  .rentLink .infotags em{
    box-sizing: border-box;
    float: left;
    padding: 2px 8px;
    line-height: 16px;
    text-align: center;
    border-radius: 2px;
    margin-right: 9px;
    font-size: 1.2rem;
    color: #3CB950;
  }
  
  .rentLink .infotags em:nth-child(1){
    background: #EDFBEE;
    color: #5EC86F;
  }
  .rentLink .infotags em:nth-child(2){
    background: #FFF3E6;
    color: #FFA626;
  }
  .rentLink .infotags em:nth-child(3){
    background: #ECF5FF;
    color: #7BBDEB;
  }
  .rentLink .infotags em.blockele{
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: none;
    text-align: left;
    font-size: 1.3rem;
    padding: 2px 0;
    margin-right: 0;
    background: #fff;
    color: #3CB950
  }
  .rentLink:visited .span{
    color: #666!important;
  }
  .loading{
    display: none;
    -webkit-box-pack:center;
    -webkit-box-align:center;
    height: 40px;
    background: #fff;
    color: #666;
    font-size: 1.3rem;
  }
  .loading i{
    display: block;
    margin-right: 5px;
    width: 23px;
    height: 5px;
    background: url(data:image/gif;base64,R0lGODlhLgAKAMQdAOTk5He3IavQVdHmpOvr6/f39+Xl5ZfEYPHx8bzXgNPkv7XTka3RXuTk5OHryn64L324Ls3gptLmptjot9PkwXy4LOHryuzy3+Lry63RXdLjv+zy3+zy3////wAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDQTZFQ0ZGOTMzMTAxMUUzQUM3NThDMzI0Q0Q3QTE1MiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDQTZFQ0ZGQTMzMTAxMUUzQUM3NThDMzI0Q0Q3QTE1MiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkNBNkVDRkY3MzMxMDExRTNBQzc1OEMzMjRDRDdBMTUyIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkNBNkVDRkY4MzMxMDExRTNBQzc1OEMzMjRDRDdBMTUyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEBR4AHQAsAAAAAC4ACgAABWlg1xWEYRCFqK4qaaJsPJZnKiJNriOyius5Xq/zA/IKQKAthkzmlqymk+TMEXqEauMqy1ZLWkPPEB6HyVWxDO1Ux9jJk5Yb8zrpLHsSpYWupEl+LX1ETkI9RTtDhUmHVFuCTF4wizNWNiEAIfkEBR4AHQAsAAAAAAoACgAABSdg1ykHBB2U2C1B6y4d5c4BSbvHc7ePvp+7wEERVKxuMJHmUKkMRSEAIfkEBR4AHQAsEgAAAAoACgAABSVg11kJwySY2EVC60Yd5s4CSbvl3Zq6cPYJS8+yusFEpEwmKAoBACH5BAUeAB0ALCQAAAAKAAoAAAUiYNdxkyRNnNhZQ+taoysP5OyWdmvmw8mjvBRrBhORTChRCAA7) no-repeat;
    -webkit-background-size: 23px 5px;
    background-size: 23px 5px;
  }/*底部seo*/
  .m-seo {
    border-top: 1px solid #E8E8E8;
    background: #FFF;
    margin-top: 15px;
  }
  .seo-item {
    background: white;
    position: relative;
  }
  .seo-item .hd {
    display: block;
    height: 40px;
    line-height: 40px;
    padding-left: 14px;
    font-size: 1.4rem;
    border-bottom: 1px solid #E8E8E8;
  }
  .seo-item .bd {
    display: none;
    font-size: 0;
    background: white;
    border-bottom: 1px solid #e8e8e8;
  }
  .seo-item.open .bd {
    display: block;
  }
  .seo-item .bd > a,
  .seo-item .content a {
    display: inline-block;
    width: 49%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-right: 1px dashed #e8e8e8;
    border-bottom: 1px dashed #e8e8e8;
    font-size: 14px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .seo-item .bd > a:nth-of-type(even),
  .seo-item .content a:nth-of-type(even) {
    border-right: 0;
  }
  .seo-item .bd > a:nth-last-child(1),
  .seo-item .content a:nth-last-child(1) {
    border-bottom: 0;
  }
  .seo-item .bd > a:nth-last-child(2),
  .seo-item .content a:nth-last-child(2) {
    border-bottom: 0;
  }
  .seo-item .trigger a {
    -webkit-box-sizing: border-box;
    display: inline-block;
    color: black;
    height: 21px;
    margin: 12px 3px 11px 0;
    padding: 0 10px;
    line-height: 21px;
    text-align: center;
    font-size: 14px;
  }
  .seo-item .trigger a:active {
    background-color: #ededed;
  }
  .seo-item .trigger a.selected {
    color: #37a300;
  }
  .seo-item .content .item {
    display: none;
    font-size: 0;
    background: white;
    border-top: 1px solid #E8E8E8;
  }
  .seo-item .content .item.selected {
    display: block;
  }
  .seo-item .content a:active {
    background: #ededed;
  }
  .seo-item .arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    right: 0;
    top: 0;
    color: #ccc;
    text-align: center;
  }
  .seo-item.open .arrow {
    -webkit-transform:rotate(-180deg);
    -moz-transform:rotate(-180deg);
  }
  .seoCrumb {
    height: 30px;
    line-height: 40px;
    padding: 0 14px;
    font-size: 1.2rem;
    color: #666;
    background-color: transparent!important
  }
  .seoCrumb a {
    color: #666
  }
  .describe{
    color: #666;
    padding:11px 14px;
    line-height: 16px;
  }.view-crumbV2{
    height: 30px;
    line-height: 40px;
    padding: 0 14px;
    font-size: 1.2rem;
    color: #666;
  }
  .view-crumbV2 a{
    color: #666;
  }/**
  */
  
  .footer{margin-top:15px;background-color: #f4f4f4!important;}
  .footer .foot_icon {
  position: relative;
  display: -webkit-box;
  -webkit-box-pack: center;
  margin-bottom: -3px;
  border-bottom: 1px dashed #2a2a2a;
  height: 18px;
  background-color: transparent;
  }
  .foot_icon i {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url("//pages.anjukestatic.com/usersite/touch/img/global/7/base_i_b.png");
  background-size: 43px;
  background-position: -1px 0;
  }
  .footer .flink {
  height:auto;
  background-color: #494949;
  text-align: center;
  padding-top: 20px;
  font-size: 12px;
  padding-bottom: 34px;
  }
  .flink a{display:inline-block}
  .flink a:link, .flink a:hover, .flink a:active, .flink a:visited {
  color: #ddd;
  line-height: 25px;
  margin:0 2px;
  text-decoration: none;
  }
  .flink em {
  color: #999;
  font-style: normal;
  }
  .flink span {
  color: #2a2a2a;
  line-height: 30px;
  text-shadow: 1px 1px 1px #565656;
  }
  .module-gotop{
    z-index: 1070;
    display: none;
    position: fixed;
    right: 18px;
    bottom: 86px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.7);
    -webkit-box-sizing:border-box;
    box-sizing: border-box;
  }
  .module-gotop i{
    margin: 15px auto 0;
    display: block;
    position: relative;
    height: 16px;
    width: 2px;
    background: #fff;
  }
  .module-gotop i:before{
    position: absolute;
    left: -9px;
    top: -5px;
    content: '';
    width: 20px;
    height: 2px;
    background: #fff;
  }
  .module-gotop i:after{
    position: absolute;
    top: 1px;
    left: -5px;
    content: '';
    height: 10px;
    width: 10px;
    border: 2px solid #fff;
    border-width: 2px 2px 0 0;
    -webkit-transform:rotate(-45deg);
    transform: rotate(-45deg);
  }
  .list_header_container .H{
  background: #1AAD00;
  }
  .H .title{
  font-size: 1.7rem;
  }
  .mod-iport{
  display: -webkit-box;
  padding: 20px 0 15px;
  background: #fff;
  }
  .mod-iport a{
  display: block;
  -webkit-box-flex: 1;
  width: 100%;
  text-align: center;
  }
  .mod-iport a i{
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 100%;
  color: #fff; 
  }
  .mod-iport a p{
  font-size: 1.3rem;
  color: #333;
  text-align: center;
  margin-top: 8px;
  }
  .bu-icon-zhengzu{
  background: #F87568;
  font-size: 2.2rem;
  }
  .bu-icon-hezu{
  background: #59C06B;
  font-size: 2.3rem;
  }
  .bu-icon-gerenf{
  background: #7BB1F3;
  font-size: 2rem;
  }
  .bu-icon-siheyuan{
  background: #A886D7;
  font-size: 2.2rem;
  }
  .bu-icon-bieshu{
  background: #EBA957;
  font-size: 2.2rem;
  }
  .bu-icon-fabuf{
  background: #8CC855;
  font-size: 2.2rem;
  }
  .mod-title{
  font-size: 1.8rem;
  color: #333;
  padding: 10px 15px;
  background: #fff;
  font-weight: 700;
  }
  .jrtj-mod{
  padding-bottom: 2px;
  }
  .fyb{
  background: #fff;
  padding-bottom: 10px;
  padding-top: 2px;
  }
  .fyb li{
  float:left;
  width: 50%;
  height: 90px;
  margin-bottom: 5px;
  }
  .fyb li .fyb-cnt{
  display: block;
  margin-left: 15px;
  margin-right: 2px;
  height: 100%;
  position: relative;
  background: #f9f9f9;
  }
  .fyb li:nth-child(even) .fyb-cnt{
  margin-left: 2px;
  margin-right: 15px;
  }
  .fyb li .fyb-cnt div{
  position: absolute;
  box-sizing: border-box;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding-left: 10px;
  }
  .fyb li .fyb-cnt div h4{
  color: #333;
  font-size: 1.5rem;
  margin-top: 10px;
  }
  .fyb li:nth-child(1) .fyb-cnt div h4{
  color: #F86154;
  }
  .fyb li:nth-child(4) .fyb-cnt div h4{
  color: #6793E9;
  }
  .fyb li .fyb-cnt div p{
  margin-top: 3px;
  color: #999;
  }
  .fyb li .fyb-cnt img{
  position: absolute;
  width: 90px;
  height: 60px;
  right: 0;
  bottom: 0;
  z-index: 1;
  }
  
  /*列表页*/
  #content{
    background: #fff;
    overflow: hidden;
  }
  
  .more-btn{
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 15px;
  font-size: 14px;
  color: #8099AF;
  background: #F8F8F8;
  border-radius: 3px;
  margin-bottom: 15px;
  margin-top: 5px;
  }

.OpenInAppBarWrap_tip {
  padding: 4Px 20Px;
  background-color: rgba(197, 203, 207, 0.08);
}

.OpenInAppBarWrap_tip span, a {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  line-height: 16px;
  color: #979b9e;
  vertical-align: middle;
}

.OpenInAppBarWrap_tip .OpenInAppBarWrap_tip_separate {
  display: inline-block;
  width: 1Px;
  height: 8Px;
  vertical-align: middle;
  background-color: #979b9e;
  margin: 0 4Px;
}

.OpenInAppBarWrap_tip .i1, .i2 {
  vertical-align: middle;
  text-decoration: underline;
  cursor: pointer;
}
.msg_content {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}
.msg_content .msgtips {
  position: absolute;
  color: #333;
  background: #fff;
  border-radius: 4Px;
  text-align: left;
  width: 80%;
  margin: auto;
  font-size: 14Px;
  padding: 2%;
  top: 20%;
  left: 8%;
}
.msg_content .application_title {
  font-weight: bold;
  color: #333;
  font-size: 14Px;
  display: block;
  line-height: 20Px;
}
.msg_content .clearfix {
  text-align: center;
  margin-top: 10Px;
}
.msg_content .close_tip {
  background-color: #dedede;
  padding: 2Px 8Px;
  border-radius: 4Px;
  border: 1px solid #999;
  outline: 0;
}
  