/*  */
/* 原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/font20190927-03/bu-iconfont.eot"); /* IE9*/
    src: url("//pages.anjukestatic.com/usersite/touch/img/bu-iconfont/font20190927-03/bu-iconfont.eot?#iefix") format('embedded-opentype'),
    url("//pages.anjukestatic.com/usersite/touch/img/bu-iconfont/font20190927-03/bu-iconfont.woff") format('woff'),
    url("//pages.anjukestatic.com/usersite/touch/img/bu-iconfont/font20190927-03/bu-iconfont.ttf") format('truetype'),
    url("//pages.anjukestatic.com/usersite/touch/img/bu-iconfont/font20190927-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;
    }
}
    @charset "UTF-8";
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-hw-report::after {
  content: "\E220";
}

.bu-icon-hw-msg::after {
  content: "\E221";
}

.bu-icon-collection::after {
  content: "\E222";
}

.bu-icon-ht_icon_slt::after {
  content: "\E223";
}

.bu-icon-sy_search_icon_delete::after {
  content: "\E224";
}

.bu-icon-sq_icon_comment::after {
  content: "\E225";
}

.bu-icon-sq_icon_editbtn::after {
  content: "\E226";
}

.bu-icon-sq_icon_join::after {
  content: "\E227";
}

.bu-icon-sq_icon_like::after {
  content: "\E228";
}

.bu-icon-sq_icon_user::after {
  content: "\E229";
}

.bu-icon-sy_search_icon_esf::after {
  content: "\E230";
}

.bu-icon-sy_search_icon_xf::after {
  content: "\E231";
}

.bu-icon-sy_wd_icon_next::after {
  content: "\E232";
}

.bu-icon-xx_bk::after {
  content: "\E233";
}

.bu-icon-people-quan::after {
  content: "\E234";
}

.bu-icon-zs-quan::after {
  content: "\E235";
}

.bu-icon-ptys::after {
  content: "\E236";
}

.bu-icon-sb::after {
  content: "\E237";
}

.bu-icon-wl2::after {
  content: "\E238";
}

.bu-icon-more::after {
  content: "\E239";
}

.bu-icon-comm_icon_gz::after {
  content: "\E240";
}

.bu-icon-comm_icon_ygz::after {
  content: "\E241";
}

.bu-icon-list_check::after {
  content: "\E242";
}

.bu-icon-list_edit::after {
  content: "\E243";
}

.bu-icon-list_show::after {
  content: "\E244";
}

.bu-icon-list_smrz::after {
  content: "\E245";
}

.bu-icon-list-gift::after {
  content: "\E246";
}

.bu-icon-hot::after {
  content: "\E247";
}

.bu-icon-radio-checked::after {
  content: "\E248";
}

.bu-icon-beijixing::after {
  content: "\E249";
}

.bu-icon-call-success::after {
  content: "\E250";
}

.bu-icon-call-fail::after {
  content: "\E251";
}

.bu-icon-new-phone::after {
  content: "\E252";
}

.bu-icon-new-wechat::after {
  content: "\E253";
}

.bu-icon-list-fangben::after {
  content: "\E254";
}

.bu-icon-list-zx::after {
  content: "\E255";
}

.bu-icon-list-xf::after {
  content: "\E256";
}

.bu-icon-list-esf::after {
  content: "\E257";
}

.bu-icon-list-zf::after {
  content: "\E258";
}

.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: #0B0F12 !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: #00a3ef;
}
.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;
}

/*底部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;
}/*
     */
.xajkpos{
    z-index: 100;
    /*-webkit-box-sizing: border-box;*/
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: rgba(51,51,51,0.9);
    /*padding: 10px 15px;*/
}

/*.xajkpos .dl_wrap{
    overflow: hidden;
}*/
.xajkpos .ajk_anjuke{
    position: absolute;
    left: 40px;
    top: 5px;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(http://www.zhixingjituan.com/statics/images/144x144.png) no-repeat;
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px; 
}

.xajkpos .ajk_writing{
    position: relative;
    top: -2px;
    display: -webkit-box;
    -webkit-box-sizing: border-box;
    -webkit-box-align: center;
    height: 34px;
    width: 100%;
    color: #fff;
    padding: 0 15px;
}

.xajkpos .ajk_desc{
    -webkit-box-flex: 1;
    display: block;
    width: 133px;
    height: 33px;
    color: #fff;
    line-height: 18px;
    font-size: 16px;
}
.xajkpos .ajk_desc em {
    display: block;
    font-size: 12px;
    margin-top: 2px;
}
.xajkpos .ajk_desc i{
    position: relative;
    display: block;
    width: 100%;
}
.xajkpos .ajk_down,
.xajkpos .ajk_down:active,
.xajkpos .ajk_down:visited {
    color: #fff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    padding: 0 10px;
    background: #00a3ef;
    margin-top: -3px;
    font-size: 1.2rem;
}

.xajkpos .fork{
    position: absolute;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    height: 30px;
    width: 10px;
    text-align: center;
    vertical-align: middle;
    z-index: 1;
    font-size: 10px!important;
    color: #fff;
    left: 15px;
}

.floatlayer{
    display: none;
    position: fixed;
    bottom: 24px;
    width: 50px;
    height: 50px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    text-align: center;
    right: 13px;
    cursor: pointer;
}
.floatlayer i{
    display: inline-block;
    width: 16px;
    height: 24px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAwCAYAAABwrHhvAAAAAXNSR0IArs4c6QAAAkdJREFUWAntWD1rFEEYfp+ZMSiChYiCWukR0tkpaqWFaGOnhR9/wUovRyAaL3q5S2HnT9BCf4Cd3YF2EYQrTAJ+K9gFJJideX1nZWF2b+9uL3hcMwPLzvsx7/POM7PFPqBgcGtu1sLOi+siMR1l4pkgvOspCH8I9E0KvNbatFHvfciKwU/4xTXtNt/Ns3OLTLQ3C07iLYDbUGpZnTjVwfWX1ngQt7G24JibkwAs1vQblI0+ps01JbFH4M7saWu5K3SnzRQXFG2h8zkTPhX93gboOLO7VRYr+qROojXOG+u4Xhkc2NKNm7eBJVcs6G3mJWVXnl2VegfK4qHPY1pHdSSt2g+h5UgYHDoH3oLpa1kOg45JF2fKYmU+uQ8/jdzOw3Ljqw8BGJg+MDCgvGArlgMdEJ6422P3XTwAv+Q0k4mgM2bk7A+Gtfsa0MZcwL3e+zDpf825PXcucUk3rOe/xamO2EBkIDIQGYgMRAYiA5GByEBkIDIQGYgMRAaw06rlZIWp/54z86Eqv8vS6JbIMa9EmlIicVyRdftHr8vtNU03omzJ2vFUElG4vus95izu9j76KrxaO2kt3lRtPmvUYytir4iMN2TPKxm4X4n6+oY09WS8KpIt2PIVcE6xqFKEgc/FPGHxS9E32uau0mRWhQo7OjnIsHw5sP5NQZf6fEMcHjPF9jm2XbvvHD0ckp8L+bOTZ0FBP6V9Fu437jjHy7mkEYZS9EA31pupRLdbsdo34nHGucQCuA2opmrc6HjFNW0ga3Yacv1fIJ/WM0TCsVYAAAAASUVORK5CYII=') no-repeat;
    background-size: 16px 24px;
}
.floatlayer .i-phone-logo{
    margin-top: 5px;
}
.floatlayer p{
    margin-top: -3px;
    font-size: 1.2rem;
    text-align: center;
    color: #fff;
    -webkit-transform: scale(.7);
    transform: scale(.8);
}
@supports (bottom: constant(safe-area-inset-bottom)) or (bottom: env(safe-area-inset-bottom)) {
  .xajkpos {
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
  }
  .xajkpos .ajk_writing{
    padding-bottom: 0;
  }
}.g-d-dialog{
    display: none;
    z-index: 1060;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    background: rgba(0,0,0,0.7);
}
/* app下载主动弹出层 */
/*
     */
.dialogdownload {
    display: none;
    position: relative;
    font-size: 1.6rem;
    color: #333;
    background: #fff;
    border-radius: 4px;
    text-align: center;
    padding: 20px 0 5px;
    width: 290px;
    -webkit-border-radius: 4px;
}
.dialogdownload .body{
    padding:0 15px;
}

.dialogdownload .dl_down {

    display: block;
    font-size: 1.6rem;
    line-height: 45px;
    color: #fff;
    background: #fe6a22;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.dialogdownload img {
    display: inline-block;
    width: 250px;
}

.dialogdownload .tip-ul {
    text-align: center;
    color: #545454;
    margin: 20px 0 15px;
}

.dialogdownload .continue-visit {
    display: inline-block;
    text-align: center;
    color: #8b8b8b;
    padding-bottom: 2px;
    margin: 12px 20px 16px 15px;
    border-bottom: 1px solid #8b8b8b
}
.close-dialogdownload {
    display: inline-block;
    width: 27px;
    height: 27px;
    right: 10px;
    top: 10px;
    position: absolute;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADcAAAA3CAYAAACo29JGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4JpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowRkVFOTFGMTFCNUNFNTExOTAzREE4MUQ2MDg4QkYyMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCN0NFQTlGQzIyNUExMUU2OEFCOTg2NDE0ODAxN0Q0NiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCN0NFQTlGQjIyNUExMUU2OEFCOTg2NDE0ODAxN0Q0NiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNSAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk3NTJmYmYyLWIxNTYtNDU4MC1iNjY1LWY0YzU0MjdmNjU3ZSIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjM0OWU4NzhhLTYxNDMtMTE3OS1hYTQ0LTkw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) center center no-repeat;
    background-size: 27px 27px;
}
/* app下载主动弹出层 end */

/*方案7，9，11*/
.dialog-b {
    width: 85.3%;
    padding-top: 0;
    /*padding: 0 15px;*/
}
.dialog-b .body {
    width: 100%;
    padding: 0;
}
.dialog-b .tip-ul {
    font-size: 1.4rem;
}
.dialog-b .dl_down {
    width: 85%;
    height: 45px;
    margin: 0 auto;
    font-size: 2rem;
    background-color: #ffa811;
    background-size: 234px 45px;
}
.dialog-b img {
    width: 100%;
    /*margin-top: -69px;*/
}

/*访问深度弹层*/
.depth-dialog {
    background: rgba(0,0,0,0.5);
}
.dialogdownload-depth {
    display: none;
    position: relative;
    width: 292px;
    height: 220px;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    /*background: url(//pages.anjukestatic.com/usersite/touch/img/app/app-depth.png);
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;*/
}
.dialogdownload-depth .appdown-close {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    font-size: 1.6rem;
    color: #ccc;
    cursor: pointer;
}
.connect-img{
    display: block;
    width: 90px;
    height: 77px;
    margin: 20px auto 15px;
    background: url(//pages.anjukestatic.com/usersite/touch/img/app/connect.png);
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.downloadtxt-1 {
    line-height: 20px;
    font-size: 1.5rem;
    color: #333;
    text-align: center;
}
.downloadtxt-2{
    line-height: 24px;
    font-size: 1.5rem;
    color: #999;
    text-align: center;
}
.dialogdownload-depth .app-btn {
   /* position: absolute;
    left: 25px;
    bottom: 47px;*/
    display: block;
    height: 40px;
    line-height: 40px;
    width: 260px;
    margin: 0 auto;
    margin-top: 9px;
    color: #fff;
    overflow: hidden;
    background: #62ab00;
    text-align: center;
    font-size: 1.5rem;
    border-radius: 6px;
    /*text-indent: -99999px;*/
}.boarddownload {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 100;
}
.boarddownload .bgImg {
    width: 100%;
}
.boarddownload .dl_dom_js {
    position: absolute;
    display: block;
    top: 36.74%;
    left: 21.1%;
    padding: 15px;
}
.boarddownload .dl_dom_js>span {
    display: block;
    width: 114px;
    height: 34px;
    color: #fff;
    font-size: 18px;
    line-height: 34px;
    border-radius: 4px;
    text-align: center;
    background-color: #f77f26;
}
.boarddownload .btn-type-b {
    top: 27%;
    left: 50%;
    margin-left: -76px;
}
.boarddownload .btn-type-b>span {
    width: 142px;
    border-radius: 17px;
    border: 1px solid #b5540b;
}
.boarddownload .close {
    position: absolute;
    display: inline-block; 
    top: 10px;
    right: 4px;
    width: 20px;
    height: 20px;
    padding: 10px;
}
.boarddownload .close>i {
    display: inline-block;
    width: 14px; 
    height: 2px; 
    background: #fff; 
    font-size: 0; 
    line-height: 0;
    vertical-align: middle;
    -webkit-transform: rotate(45deg);
}
.boarddownload .close>i:after { 
    content: '.'; 
    display: block; 
    width: 14px; 
    height: 2px; 
    background: #fff;
    -webkit-transform: rotate(-90deg);
}.microapp-top {
    display: -webkit-box;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    padding: 7px 15px 7px 0;
    background: #fff;
}
.microapp-top .logo {
    display: block;
    height: 51px;
    width: 51px;
    margin-right: 10px;
    background: url(//pages.anjukestatic.com/usersite/touch/img/app/144x144.png) no-repeat;
    -webkit-background-size: 51px 51px;
    background-size: 51px 51px;
}
.microapp-top .desc {
    -webkit-box-flex: 1;
    font-size: 12px;
    color: #969696;
}
.microapp-top .app-name {
    font-size: 15px;
    color: #555;
}
.microapp-top .open {
    margin-left: 5px;
    width: 65px;
    height: 25px;
    line-height: 25px;
    border: solid 1px #62ab00!important;
    border-radius: 3px;
    text-align: center;
    padding: 0;
    font-size: 12px;
}

@media only screen and (max-device-width: 320px) {
    .microapp-top .open {
        width: 52px;
    }
}

@media only screen and (min-device-width: 375px){
  .microapp-top .open {
        width: 85px;
        height: 30px;
        line-height: 30px;
  }
}

.microapp-top .xapp-close {
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    font-size: 12px;
    padding: 0 4px 0 13px;
    width: 16px;
    height: 100%;
    color: #333;
}.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;
}
/*
*/

.jx-sign {
    margin-top: 4px;
}
html{
    background:#fff;
}
.house-publish{
    position: absolute;
    display: inline-block;
    width: 50px;
    line-height: 45px;
    right: 45px;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    z-index: 99;
    top:0;
}
/*顶部菜单*/
.menunav{
    display: -webkit-box;
    height: 40px;
    width: 100%;
    background: #FFF;
    font-size: 1.4rem;
    border-bottom: 1px solid #D9D9D9;
    -webkit-box-pack: center;
    -webkit-box-align: center;
}
.menunav>span{
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    height: 40px;
    width: 100%;
    -webkit-box-flex: 1;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.parentup {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    max-width: 75%;
}
.menunav i{
    display: block;
}
.menunav .line{
    width: 1px;
    height: 20px;
    background: #D9D9D9;
}
.menunav span i{
    margin-right: 6px;
    width: 8px;
    height: 4px;
    background-position: 0 -20px;
}
#menuinfo{
    z-index:100;
    position: relative;
}
.menuinfo{
    position: fixed!important;
    width: 100%;
    left: 0;
    top: 0;
}
/*顶部菜单 end*/

.select{
    position: relative;
    padding: 8px 20px;
    line-height: 20px;
    color: #37A300;
    background: #F4F4F4;
    font-size: 1.3rem;
    border-bottom: 1px solid #D9D9D9;
}
.select span{
    padding-right: 5px;
    color: #666;
}
.select i{
    display: inline-block;
    margin:-2px 5px 0;
    height: 14px;
    width: 1px;
    background: #37A300;
    vertical-align: middle;
}
.issearch{
    padding: 8px 90px 8px 20px;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
.select .research{
    display: none;
    position: absolute;
    right: 10px;
    top: 3px;
    color: #37A300;
    width: 70px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: #fff;
    border:1px solid #CDCDCD;
}
.issearch .research{
    display: block;
}
/*浮动的顶部菜单*/
.noresult{
    height: 39px;
    line-height: 39px;
    background-color: #FEFFBB;
    font-size: 1.4rem;
    color: #333;
    border-bottom: 2px solid #E7E7E7;
    text-align: center;
}
.noresult i{
    display: inline-block;
    margin-right: 5px;
    height: 20px;
    width: 20px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAA3NCSVQICAjb4U/gAAABs1BMVEX/////vVL/rVL/pUH/kxz/hwr/gQL/v1X/u1D/tUX/kBX/igv/hAT/v1z/r0T/kxz/gwT/xV3/rTr/lyP/gQL/v1f/tkr/jxP/hwn/w1z/qzv/myX/gQL/wlr/r0D/lR7/hAT/wlr/s0b/khn/hQf/xV3/vVL/vVX/u1D/uU7/qDb/nSj/jRL/jBD/iw7/iAv/gQL/////+vP/+fL/9ej/8+X/8uP/8d3/8Nv/69T/6s7/5cj/5sP/4rn/4Lv/4Lf/3rn/3a7/2az/16r/16D/1Jv/1Z3/0JH/z4v/zon/zo7/y4//yX3/xoT/xID/w3X/wn//xHb/xV7/wXz/w3D/w1z/wm7/wHb/wlr/vnP/wFf/v1X/vHD/vVL/u2D/u1D/uGf/uU7/uFz/tmP/t1D/tkn/tkr/tU7/tGD/tEf/tFH/skT/r0D/sEL/rVL/rT3/rUP/qzv/qTj/qDb/pjT/pT3/pUH/pDH/oy//oTf/oS3/oDH/nzX/nyr/nSj/nCb/nCr/miP/mSD/lyT/lRz/lR7/kxr/kRj/kBX/jxP/jBD/iw7/iQz/hwr/hQf/hAT/gQIi1KDhAAAAkXRSTlMAERERERERMzMzMzMzRERERGZmZmaIiIiImZmZmaqqqqq7u7u7zMzMzMzMzMzMzMzM////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////NmjHdgAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAXdEVYdENyZWF0aW9uIFRpbWUAMjAxNC42LjI1ndTHHAAAAa9JREFUOI2N1FVXw0AQBeDBXYu7FIrDFPcWd3d3d3eH4vCT2aaspGnafC+d6b0nJw/ZBRC5hcVmDEgyYsPcQE1Q4rBMYpDDmk/qmEKqj7IXOeFQpF3N3TCpwuAu9nwzp1Vl+grPy5p1Ios/M3veqWzai1pxIcrW81t2yU8qpq27lGbtBW8yZjSzeanc2MaTYFJM2qbaEbGLLrWIxlUWJQF4bDFmUmyiSwlZhnjmAeG7TA3J6ulCZhzhWTjE7TMtJGulSwVZZngWBzkHzIYRjRt06Ues4tFBDhwKFpoX+NLbsSdmcKQRnGoEZxrBhUZwrRHk3miSC/G3msSD7l7msruuFLG0blT+970OPB8Exw1Ilc2JwYMnQPIzM15MGtWdRDUZGnjwnEy+x5AnqgfRtPg/302VoYklTyHWTzz9xWYKTecvgr7iRjqmS2fG3yK5qtyxyF1Vrv1P/rZjGP1qdfL4au9x0PYbTQ923ptTeeym8Mp/dyLfi18+AQUfqgoCxOvMu/BTRaG33Q0Z8+VQjPLKDdR/K+gDlT0iNOVHJiXUYU161YiEol9JUUKE/OX+AFnJJUJ00O6GAAAAAElFTkSuQmCC) no-repeat 0 0;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    vertical-align: -5px;
}
.loupanlist{
    padding: 0 10px;
    background: #fff;
}
h2.like{
    height: 14px;
    line-height: 14px;
    font-size: 1.4rem;
    color: #333;
    background: #fff;
    padding:10px 0 10px 5px;
}
#list_recommon{
    margin-top: -10px;
}
.loupancount{
    padding-left: 6px;
    height: 25px;
    line-height: 25px;
    font-size: 1.4rem;
    color: #5e5e5e;
    background: #F4F4F4;
}
.optionlist{
    display: none;
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 260px;
    font-size: 1.4rem;
    overflow: hidden;
}
.regioninfo,
.linesinfo{
    display: none;
    position: relative;
    width: 100%;
    height: 260px;
    overflow: hidden;
}
.switch_button{
    position: relative;
    display: -webkit-box;
    height: 40px;
    background-color: #FFF;
    border-bottom: 1px solid #e7e7e7;
}
.switch_button div{
    width: 50%;
    text-align: center;
}
.switch_button div span{
    width: 85px;
    display: inline-block;
    height: 38px;
    line-height: 40px;
}
.switch_button .slt span{
    color: #60AD00;
    border-bottom: 3px solid #60AD00;
}
.rsswitchinfo,
.priceinfo{
    display: none;
    position: absolute;
    top: 0;
    left:0;
    z-index: 10;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #FFF;
}
.moreinfo{
    height: auto!important;
}
.optionlist a{
    display: block;
    color: #333;
}
.optionlist a:visited{
    color: #333;
}
.linelist,
.regionlist{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
}
.linelist li,
.regionlist li{
    position: relative;
    height: 40px;
    line-height: 39px;
    padding: 0 20px;
    color: #333;
    font-size: 1.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #dfe0e1;
}
.linelist li:active,
.regionlist li:active{
    background: #F4F4F4;
}
.linelist .high:before,
.pricelist .high:before,
.regionlist .high:before {
    position: absolute;
    left: 0;
    content: '';
    top: 0;
    height: 100%;
    width: 2px;
    background: #61ab00;
}
.linelist li a,
.regionlist li a{
    border-bottom: 1px solid #e7e7e7;
    height: 39px;
}
.linelist li span,
.regionlist li span{
    display: block;
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
    height: 39px;
}
.stations,
.blockinfo{
    width: 100%;
    display: none;
    height: 260px;
    overflow: hidden;
    background: #F4F4F4;
    border-left: 1px solid #dfe0e1;
}
.regionlist .highlight{
    color: #61ab00;
}
.stationlist,
.blocklist,
.pricelist{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}
.stationlist a,
.blocklist a{
    padding: 0 15px;
    height: 39px;
    line-height: 39px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    text-align: left;
}
.blocklist .high,
.stationlist .high {
    background-color:  #F8F8F8!important;
}

.pricelist a {
    padding: 0 20px;
    position: relative;
    height: 39px;
    line-height: 39px;
    border-bottom: 1px solid #e7e7e7;
}
.formlist_a{
    display: block;
    padding: 6px 12px 12px;
    border-bottom: 1px solid #e7e7e7;
}
.formlist_a a{
    padding: 4px;
    margin-right: 12px;
    margin-top: 6px;
    white-space: nowrap;
    display: inline-block;
}
/*.formlist_a a:last-child{
    padding: 12px 0 0 4px;
}*/
.formlist_a .highlight{
    color: #333!important;
	background: #e8f2d9;
}
.menunav .high,
.optionlist .high,
.optionlist .high:visited,
.optionlist .high a,
.optionlist .high a:visited{
    color: #459D08;
}
.regionlist .high,
.regionlist .high a,
.linelist .high,
.linelist .high a,
.blockinfo .high,
.blockinfo .high a,
.stations .high,
.stations .high a{
    color:#60AD00!important;
}

.optionlist .teselink,
.optionlist .testlink:visited{
    color: #E54C00;
    background: #fff;
}
.stationlist a:active,
.blocklist a:active,
.pricelist a:active{
    background: #EDEDED!important;
}
#dialog{
    display: none;
    z-index: 99;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    background:rgba(0,0,0,0.3);
}
.high2,
.high2:visited{
    color: #E54C00!important;
}
.drop{
    z-index: 999;
    position: fixed;
    top:0;
    left: 0;
    background: #000;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    display: none;
}
.none{
    display: none;
}
.cl999{
    color:#999!important;
}
.menunav .g-touchicon-l {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top:0;
    border-bottom: 5px solid #62ab00;
    margin-left: 10px;
}
.menunav .revolve {
    border-top: 5px solid #666;
    border-bottom:0;
    display: block;
}
#notMore{
    display: none;
    text-align: center;
    color: #999;
    padding: 12px 0;
    border-bottom: solid 1px #e8e8e8;
}
#housetypeinfo {
    height: 240px;
}

#regionall{
    background: #fff;
}
label.old_price {
float: right;
text-decoration: line-through;
}
.newbook{
    display: none;
    position: relative;
    width: 285px;
    background: #fff;
    font-size: 1.2rem;
    padding: 20px 19px;
    width: 290px;
    -webkit-box-sizing:border-box;
    box-sizing: border-box;
}
.newbook h3{
    font-size: 1.4rem;
    margin-bottom: 20px;
}
.clearfix:after{
    visibility: hidden;
    display: block;
    content: ".";
    font-size: 0;
    height: 0;
    clear: both;
}
.newbook ul li{
    float: left;
    height: 30px;
    width: 58px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin: 0 4px 4px 0;
}
.newbook .focus{
    border: 1px solid #e74b00;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAA3NCSVQICAjb4U/gAAAAqFBMVEX////nSwDnSwDnSwDnSwD//////Pv/+/r++fb+9/T+9vL99O/98uz98Or97+j97eb97ef86uH86N/74NP63c/63M362sv618b51ML50L34y7b3xKv2u5/1uJr1t5n1s5Pym3LxmW/xl2vxlWnxkmXwjl/viVjvhlPvg1DufEbscDTsbTDray3raSrqZSXqYiHqXxzpXRrpWxbpWBPpVhDoUQjnTQPnSwBewKtmAAAAOHRSTlMAM3eI7v///////////////////////////////////////////////////////////////////xOn8ZIAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAF3RFWHRDcmVhdGlvbiBUaW1lADIwMTQuNy4yOFvZ3MQAAADZSURBVDiNhZHXAoIwDEVBCaA4cSuguHFP/P8/M4BCU0rJ6zltxlUUaalaGf+UcakQcZkQc4mQ8GLhxwuFPy8SUl4gZFwsMFwosFwkEC4QKM8LKV953lEgpPzUNa0gL6T8PQYw80LWf2EADB68kPFLGz/Y80My88900Of8Fgzf1QB6T06IuN9uOnecsIMNttwd4vd+HYzRNXQBwAmpkPyPAoC9wAbWjV7y33/TQAM3NNb01Nl8ga2jAhOaBZvPeYpG60AEmt/L7Q+XJE0uX1paGVdLuVKpSgr5F5I8VZOosCmzAAAAAElFTkSuQmCC) right bottom no-repeat;
    -webkit-background-size: 16px 16px;
    background-size: 16px 16px;
}
.newbook ul li:nth-of-type(4n){
    margin: 0 0 4px 0;
}
.newbook input{
    display: block;
    width: 250px;
    height: 39px;
    border: 1px solid #ddd;
    margin-top: 14px;
    font-size: 1.4rem;
    border-radius: 5px;
    padding-left: 10px;
    -webkit-box-sizing:border-box;
    box-sizing: border-box;
}
.newbook button{
    display: block;
    height: 31px;
    width: 252px;
    margin-top: 15px;
    line-height: 31px;
    text-align: center;
    font-size: 1.4rem;
    background: #62ab00;
    border: 0;
    color: #fff;
    outline: 0;
}
.newbook .close{
    z-index: 10;
    position: absolute;
    right: -16px;
    top: -18px;
    height: 36px;
    width: 36px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAiAgMAAABD3DNsAAAAA3NCSVQICAjb4U/gAAAACVBMVEX////////W1ta/Ip8WAAAAA3RSTlMA//9EUNYhAAAACXBIWXMAAAsSAAALEgHS3X78AAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABd0RVh0Q3JlYXRpb24gVGltZQAyMDE0LjkuMTcAlOWlAAAAcUlEQVQYlU2QwRHAIAgEr0nysAT7sQQfUmVcojdhxhFwOUDNKOtan5PKup/tDJy21AvqU62gHHqykFAA7bQCaB8RkRXvcCIkKQAwUUKhEEFKyK7jVLt/xoyrrHOV3cvdPc+d0DN7C+/lTb27f8P/E8deav9zZLO1TdUAAAAASUVORK5CYII=) 11px 11px no-repeat;
    -webkit-background-size: 15px 15px;
    background-size: 15px 15px;
}
.newbook .error{
    display: none;
    height: 20px;
    padding-left: 15px;
    line-height: 20px;
    color: #ff7272;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAA3NCSVQICAjb4U/gAAAAulBMVEX/////////+/v/+fn/9/f/9fX/8/P/8fH/7+//7e3/6+v/6en/5+f/5eX/4eH/3d3/2dn/19f/1dX/09P/0ND/z8//zMz/ycn/xcX/w8P/wcH/vb3/u7v/ubn/t7f/tbX/s7P/sbH/r6//ra3/q6v/qan/p6f/paX/o6P/oaH/n5//nJz/mZn/lZX/k5P/kJD/jY3/i4v/iYn/h4f/hYX/g4P/gYH/fn7/fHz/enr/eHj/dnb/dHT/c3MYQb7KAAAAPnRSTlMA/////////////////////////////////////////////////////////////////////////////////9FL+n4AAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAXdEVYdENyZWF0aW9uIFRpbWUAMjAxNC45LjE55yzIogAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAFkSURBVCiRXZLndoJAEIUXjNI0irGhaAArzaggs4C8/2tlhsU6P9hz7sfO3ilMEqHOgmuFkYVzo5GYAPaFFyWhsuCJoz+R6UOtiyghGt3RKMqrtyiOU4GGn4TYmJAWEEkjECrEZ2KxjmhF2sUe/NYMPNM64Zl7MtPPt6pKbFXSiIHXlRQL792gxyz6+fiDzyoOwJp8DyKUbgsWFpRm00Op7XoaHoZIHbGsrohvuyjKMn50RxgC1tjle9ECSXMbq9UdVXzXIiI/yBPBViAn+0SwbouEX6tHwmttA9wOyi262LHFvYz51CZwyHXn4JMXZVGzgE3pfmTS0PZ57lN9/YBKtphywowZTs/Ycmzd4RvnmiLJDCbNafCpO9pwUd9keaH2LmUmKTtKef3jTX2nhEio0ij7Pv8cZU6P0wIMDvBOeDi8r01/k7yuTbozn8umzKJELFXJ03ihvuwhwrEXnTHi9URrpH+TcGPArjhHkgAAAABJRU5ErkJggg==) no-repeat left center;
    -webkit-background-size: 13px 13px;
    background-size: 13px 13px;
}
.personal-book{
    display: -webkit-box;
    height: 40px;
    padding: 0 15px;
    -webkit-box-align:center;
    border-bottom: 1px solid #e7e7e7;
    font-size: 1.4rem;
    color: #333;
    -webkit-background-origin:content-box;
    background-origin: content-box;
}
.personal-book i{
    display: block;
    margin-right: 5px;
    height: 16px;
    width: 16px;
    text-align: center;
    line-height: 16px;
    border-radius: 2px;
    font-size: 1.2rem;
    color: #ededed;
    background: #f6ae2f;
}
.successhint{
    display: none;
    position: fixed;
    left: 50%;
    top:50%;
    margin: -50px 0 0 -50px;
    height: 100px;
    width: 100px;
    background: url(//pages.anjukestatic.com/usersite/touch/img/global/booksuccess.png) no-repeat;
    -webkit-background-size: 100px 100px;
    background-size: 100px 100px;
}
.icon_fcj{
    font-size: 1rem;
    float: right;
    line-height: 16px;
    background: #e54c00;
    color: #fff;
    border-radius: 2px;
    padding: 0 2px;
}
/*收藏、浏览*/
.colnhis{
    font-size:1.4rem;
}
.colnhis p{
	border-bottom:solid 1px #d9d9d9;
}
.colnhis a{
    display: block;
    color:#333;
	margin:10px 10px 10px 15px;
}
.colnhis em{
	color:#999;
	margin-left:5px;
}
.colnhis i{
    display:inline-block;
    width:20px;
    height:16px;
    background: url(//pages.anjukestatic.com/usersite/touch/img/global//img/collect.png) no-repeat;
    -webkit-background-size: 20px 80px;
    background-size: 20px 80px;
    vertical-align: top;
      margin: 0px 2px 0 0;
}
.colnhis .i_collect{
    background-position: 0 -40px;
}
.colnhis .i_history{
    background-position: 0 -60px;
}
.collect{
    display:none;
}
.history{
    display:none;
}
.confirm{
    color: #62ab00;
    font-size: 1.6rem;
    text-align: center;
    margin-top: 6px;
}
/*列表页*/
#content{
    border-bottom: solid 1px #e8e8e8;
}
.pro_list{
    padding: 0;
}
.rentLink{
    z-index: 1;
    position: relative;
    display: -webkit-box;
    -webkit-box-flex: 1;
    padding: 10px;
    border-bottom: 1px solid #e7e7e7;
}
.rentLink img {
    display: block;
    width: 100px;
    height: 75px;
}
.ppgyLink img {
    display: block;
    width: 100%;
    height: 50px;
}
.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(//pages.anjukestatic.com/usersite/touch/img/global/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;
}
.fybao {
    display: block;
}
.fybao img {
    width: 100%;
    height: 50px;
    border:0;
}
/* dlapp */
/*.dlapp .address{
    margin-top: 18px
}
.dlapp .down_now{
    border: 1px solid #62ab00;
    height: 28px;
    line-height: 28px;
    border-radius: 14px;
    text-align: center;
    margin-top: 4px;
    color: #62ab00;
}
.dlapp .down_now span{
    padding-left: 8px;
    border-left: 1px solid #62ab00;
    margin-left: 8px;
    display: inline;
    color: #62ab00;
}
.dlapp .downinfo{
    height: auto;
    font-weight: 700;
    line-height: 20px;
    -webkit-line-clamp: 10;
    text-align: center;
    color: #333;
    font-size: 1.4rem;
}
.dlapp .downinfo p{
    font-weight: 400;
    color: #666;
    font-size: 1.2rem;
}
.icond{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAA1BJREFUWAntWE9IFFEY/83bwdWg/9ghregU/TkE3iJFo6gMJVEpog6me4gy9CB0iZZuQWBgbBhtRKeydS3CoiBCgogudUg7BEFuqIeSsH8Q7ky/N+suM0OyMzsvLdgHs+99733v+37v9+Z975vVoKgcT6BHA05rJo5ca8UzRWYhVBkiuDbTRKWpoVmVTWlHGUCYGVtkUJ1NpQBV0mazpXS1NrvKmkWAQaksMlhkMCgDQefrWQO8BXgZeC+axtDssQSxrUeGsN2Yxa32BDZ59AchcJi6t73qdwyinyAjXvTJkkEsw8vW4lDvDvwU6VncJBWewXlxEkSHWAQX0/B1Cq3Sjs6N3SY3i8ineYueZdyZzOcgVIKX+XRc41dCAg9dfQ7RNKAx0dhJcN3WgIkNstYJLvPuCfTGmxFzzFIkxFvwiqbkk68k2++ghnxVZd9be6Cezjd7gcYdOOwAF8i/Pzf/PMBcHPSyriiT0dQgjjEpfe81rY+OoiT1FkcRwpt4k+/D5S/7TSWtU3bD0DDCb5C8ca3zAcIEN8QXPo5ZDHkhwa3ja4uXlOE1b5APcye/vyOBE26DWTn6FKXff+AewdXP9d3NjvmpfQHsq8dMWEc1A9M7CdIwEWPUP+V22P0cZeOfcZ86e60xDfF1Leh063mRfQGUBmMHkSotQw2ZHJUyGerjVdYl27JQ1mcmMExwu6VMvcuMr5GoBkPKfotvgNJB7ACmQmHU0rkVfA0DvQyuK+UY+xoJss5qC1xgkO5kH4cLKwUBlK6uNuDT0hB20fmLOddrZE2aKmTN/nNk7oxsBykFA5ROLzXhS3g19rA5YgfBu7OHzJ239xXaDgRQOo3V4dvyCuznwXnEx9QETsZbcbFQQO55gQFKgzJvW78ZjXzT9qlOOHzdJO7V2eXoVvyi/Njep6KthEEVQOazUQQ4HzNe+/8fBvlNsMLrqv6y3iq7ffsp7upIYlIzMGEIRjRbEWmnzI8bx7hbFvwAsk0H0zOH/Cd9xk/B5KOa12SVnJu9HiXAMT5b+JQbaVxnDaSt39yPS2RGkBvKNFyyX30ri3CnEgY+SuNC09HG5Y27XC6qSPaeVG7M/DGQo35gAKGxcudWLArKWhjRAlOzRcH7G2oi2DWDZbb1AAAAAElFTkSuQmCC') no-repeat;
    background-size: 16px 16px;
    vertical-align: -3px;
    margin-right: 8px;
}*/
.dlapp .address{
    margin-top: 18px
}
.dlapp .down_now{
    position: absolute;
    right: 10px;
    top: 30px;
    font-size: 1.4rem;
    color: #fff;
    /*border: solid 1px #e54c00;*/
    border-radius: 2px;
    -webkit-border-radius: 2px;
     /*padding: 0 10px;*/
    background: #f2740d;
    width: 96px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}
/* flapp end */
/* add */
#moreinfo .regioninfo {
    display: block;
}
.rsswitch-kitbox {
    position: relative;
    display: -webkit-box;
}
.webkit-flex {
    width: 100%;
    -webkit-box-flex: 1;
}
#menunav-box {
    display: block;
}
#regioninfo,
#linesinfo{
    border-left: 1px solid #dfe0e1;
}
.video-icon{
    position: absolute;
    width: 26px;
    height: 26px;
    left: 15px;
    bottom: 15px;
    background: url('data:image/png;base64,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') no-repeat;
    background-size: 26px 26px;
}
