*{
    box-sizing: border-box;
}
body a{
    margin:0;
    padding:0;
    color: #333;
}
a{
    outline:none;
    -moz-outline-style:none;
}
body{
    font-family:"Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.link{
    color:#578AFF;
}
.primary{
    color:#f83244;
}
.hui_box{
    width: 100%;
    height: 10px;
    background: #f2f3f6;
    margin-top: 0px;
}
#province-data{
    display: none;
}
/* 顶部下拉 start*/
.navigation {
    position: relative;
    z-index: 20;
    display: flex;
    align-items: center;
    width: 100%;
    height: 54px;
    padding: 0 16px;
    background: #fff;
}
.navigation:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    display: block;
    background-color: #e2e2e2;
    z-index: 15;
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);

}

.navigation__hd {
    width: 93px;
    flex: 0 0 93px;
}

.navigation__bd {
    flex: 1;
}

.navigation__ft{
    width: 40px;
    flex: 0 0 40px;
}
.navigation__logo {
    width: 54px;
    height: 26px;
}
/* .navigation__city {
    display: block;
    margin-left: 10px;
    font-size: 12px;
    line-height: 1;
    color: #333;
}
.navigation__city:after {
  content: '';
  .setArrow(down, 5px, @colorGrey1, 1px);
  margin-left: 4px;
} */
.navigation__site-map {
    width: 40px;
    height: 40px;
    background: url('https://qnm.hunliji.com/o_1ckeu2uusfl01sst1lg0gjs1aul3g.png') right center no-repeat;
    background-size: 16px 16px;
    z-index: 9999;
    cursor: pointer;
}

/* 下拉菜单 */
.dropdown {
    position: absolute;
    z-index: 20;
    left: 0;
    top: 114px;
    bottom: 0;
    width: 100%;
    display: none;
}

.dropdown__mask {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.55;
  }
  .dropdown__list {
    position: relative;
    z-index: 10;
    padding: 5px 10px 14px;
    background: #fff;
  }
  .dropdown__list__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .dropdown__item {
    margin-bottom: 10px;
  }

  .dropdown__item__icon {
      width: 78px;
      height: 50px;
    }

  .dropdown__item__icon img {
      width: 100%;
      height: 100%;
  }
  .dropdown__item__txt {
      font-size: 12px;
      line-height: 1;
      text-align: center;
      color: #333;
  }

@media (max-width: 320px) {
    .dropdown__list {
        padding: 5px 4px 14px;
    }
}


/* 顶部下拉 end*/

/* 城市选择select srtart */
.gearArea {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 10px;
    background-color: rgba(0, 0, 0, 0.2);
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9900;
    overflow: hidden;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both
}

.area_ctrl {
    vertical-align: middle;
    background-color: #fff;
    color: #666;
    margin: 0;
    height: auto;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9901;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0)
}

.slideInUp {
    -webkit-animation: slideInUp .3s;
            animation: slideInUp .3s;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
                transform: translate3d(0, 100%, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
                transform: translate3d(0, 100%, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0)
    }
}

.area_roll {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: transparent;
    -webkit-mask: -webkit-gradient(linear, 0% 50%, 0% 100%, from(#debb47), to(rgba(36, 142, 36, 0)));
    -webkit-mask: -webkit-linear-gradient(top, #debb47 26%, rgba(36, 142, 36, 0))
}

.area_roll>div {
    font-size: 14px;
    height: 248px;;
    float: left;
    background-color: #fff;;
    position: relative;
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1
}

.area_roll>div .gear {
    width: 100%;
    float: left;
    position: absolute;
    z-index: 9902;
    margin-top: 4em
}

.area_roll_mask {
    -webkit-mask: -webkit-gradient(linear, 0% 40%, 0% 0%, from(#debb47), to(rgba(36, 142, 36, 0)));
    -webkit-mask: -webkit-linear-gradient(bottom, #debb47 70%, rgba(36, 142, 36, 0));
    padding: 0
}

.area_grid {
    position: relative;
    top: 3.8em;
    width: 100%;
    height: 34px;
    line-height: 34px;
    margin: 0;
    box-sizing: border-box;
    z-index: 0;
    border-top: 1px solid #F4F4F3;
    border-bottom: 1px solid #F4F4F3;
}

.area_roll>div:nth-child(3) .area_grid>div {
    left: 42%
}

.area_btn {
    color: #333;
    font-size: 14px;
    line-height: 14px;;
    text-align: center;
    padding: 16px 16px 17px;
}

.area_btn_box:before,
.area_btn_box:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    display: block;
    background-color: #e2e2e2;
    z-index: 15;
    -webkit-transform: scaleY(0.33);
            transform: scaleY(0.33)
}
.larea_finish{
    color: #F83244;
}

.area_btn_box {
    height: 48px;
    line-height: 48px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
        -ms-flex-pack:justify;
            justify-content:space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    background-color: #fff;
    position: relative
}

.area_btn_box:before {
    left: 0;
    top: 0;
    -webkit-transform-origin: 50% 20%;
            transform-origin: 50% 20%
}

.area_btn_box:after {
    left: 0;
    bottom: 0;
    -webkit-transform-origin: 50% 70%;
            transform-origin: 50% 70%
}

.tooth {
    height: 2em;
    line-height: 2em;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-clamp: 1;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    overflow: hidden
}

/* 城市选择select end */

/* 城市搜索条件 srtart */
.search__model__condition, .search__model__condition-queryWraper, .search__model__condition-hot{
    padding: 0 16px;
}
.search__model__condition{
    margin-top: 20px;
    margin-bottom: 13px;
    font-size: 20px;
    font-weight:bold;
    color: #000;
}
.search__model__condition span{
    color: #F83244;
}
.search__model__condition-queryWraper{
    font-size: 0;
    color: #333;
}
.search__model__condition-query{
    display: inline-block;
    background: #F0F2F5;
    border-radius: 18px;
    overflow: hidden;
    margin-right: 9px;
    cursor: pointer;
}
.search__model__condition-input{
    width: 130px;
    padding: 10px 20px 10px 15px;
    outline:none;
    border: none;
    background: #F0F2F5;
    font-size: 16px;
    line-height: 16px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.search__model__condition-queryProv{
    position: relative;
}
.search__model__condition-queryProv:after{
    position: absolute;
    top: 10px;
    left: 129px;
    content: " ";
    width: 1px;
    height: 16px;
    background: #ccc;
}
.search__model__condition-queryProv, .search__model__condition-queryCity{
    position: relative;
    display: inline-block;
}
.search__model__condition-query img{
    position: absolute;
    top: 50%;
    left: 102px;
    margin-top: -3px;
    width: 12px;
    height: 6px;
}

.search__model__condition-queryBtn{
    display: inline-block;
    width: 74px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #F83244;
    color: #fff;
    border-radius: 18px;
    vertical-align: top;
    font-size: 16px;
}
.search__model__condition-queryBtn a{
    color: #fff;
}
.search__model__condition-none{
    padding: 0 16px;
    margin-top: 10px;
    font-size: 12px;
    line-height:12px;
    color:  #F83244;
}
.search__model__condition-hot{
    font-size: 0;
    color: #333;
    margin: 20px 0;
}
.search__model__condition-hot p, .search__model__condition-hot span{
    display: inline-block;
    font-size: 14px;
    margin-right: 15px;
}
.search__model__condition-hot p{
    margin-right: 6px;
}
.search__model__result{
    height: 100%;
    margin-left: 16px;
}
.search__model__result-item{
    position: relative;
    height: 100%;
    padding-right: 16px;
}
.search__model__result-item:not(:last-child):after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    display: block;
    background-color: #e2e2e2;
    z-index: 15;
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
}
.search__model__result-topWrapper{
    padding: 14px 0;
    font-size: 0;
}
.search__model__result-name, .search__model__result-tel, .search__model__result-map{
    display: inline-block;
}
.search__model__result-name{
    max-width: 260px;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    vertical-align: top;
    margin-top: 6px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.search__model__result-tel, .search__model__result-map{
    float: right;
}
.search__model__result-tel{
    margin-right: 10px;
}
.search__model__result-tel img, .search__model__result-map img{
    width: 34px;
    height: 34px;
}
.search__model__result-area, .search__model__result-time{
    font-size:15px;
    line-height:20px;
    color: #666;
}
.search__model__result-area{
    margin-bottom: 6px;
}
.search__model__result-time{
    margin-bottom: 20px;
}
/* 城市搜索条件 end */

/* 下载banner */
.download-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 30;
    display: flex;
    align-items: center;
    width: 100%;
    height: 60px;
    background: #222;
  }

  .download-bar__hd {
    flex-shrink: 0;
  }
  .download-bar__bd {
    flex: 1;
    display: flex;
    align-items: center;
    overflow: hidden;
  }
  .download-bar__ft {
    flex-shrink: 0;
  }
  .download-bar__close {
    margin: 0 10px;
    width: 16px;
    height: 16px;
    background: url('https://qnm.hunliji.com/o_1ckfceqa31li21ekg175n1ill1h4a67.png') 0 0 no-repeat;
    background-size: contain;
  }
  .download-bar__logo {
    flex-shrink: 0;
    display: block;
    width: 36px;
    height: 36px;
    background: url('https://qnm.hunliji.com/Fj2nxhO_8eOOj5PMvH4pYBwLkC0d') 0 0 no-repeat;
    background-size: contain;
    margin-right: 8px;
  }
  .download-bar__slogan {
    line-height: 1;
    color: #fff;
  }
  .download-bar__slogan-1 {
    font-size: 14px;
    font-weight: bold;
  }
  .download-bar__slogan-2 {
    margin-top: 6px;
    font-size: 12px;
  }
  .download-bar__btn {
    display: block;
    margin-right: 12px;
    width: 80px;
    height: 30px;
    border-radius: 15px;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: #f83244;
  }
  .page-padding-top {
    padding-top: 60px;
  }

/* 推荐攻略start */
.content__item{
    position:relative;
    margin-left:16px;
    display:flex;
    padding:15px 16px 15px 0;
}
.content__item:not(:last-child)::after{
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e7e7e7;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.baike_item{
    flex-shrink:0;
}
.content__item__left{
    width:90px;
    height:90px;
    margin-right:14px;
}
.content__item__left img{
    width:100%;
    display:block;
    border-radius: 15px;
}
.content__item__right{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    flex-grow:1;
}
.content__item__right_hd h2{
    font-size:17px;
    font-weight:bold;
    color:#000;
    line-height:21px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.content__item__right_hd .content__tags a{
    font-size:13px;
    margin-top:5px;
}
.content__item__right_bd{
    align-items:center;
    font-size:13px;
}
.content__item__right_bd a{
    display:flex;
    justify-content:space-between;
    color:#666;
}
.content__tags{
    display:flex;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.content__tags a{
    flex-shrink:0;
    display:inline-block;
}
.content__tags a:not(:last-child){
    margin-right:16px;
}
/* 推荐攻略end */
.hljm_header{
    position: absolute;
    top: 63px;
}
/* 热门攻略start */
.section__head {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 0;
}
.section__head__bd {
flex: 1;
padding-left: 16px;
}
.section__head__ft {
padding-right: 16px;
}
.section__title {
    font-size: 20px;
    line-height: 1;
    color: #000;
}
.section__more {
    font-size: 14px;
    line-height: 1;
    color: #999;
}
.section-tool {
    margin-top: 20px;
}
.section__head {
    margin-bottom: 8px;
}

.tool__list {
    display: flex;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    height: 102px;
    padding: 12px 0 0 16px;
}
.tool__list:after {
    flex-shrink: 0;
    display: block;
    content: '';
    width: 16px;
    height: 70px;
}
.tool__list::-webkit-scrollbar {
    display: none;
}
.tool__item {
    flex-shrink: 0;
    width: 115px;
    height: 70px;
    padding: 15px 13px;
    border-radius: 15px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08);
    margin-right: 10px;
    line-height: 1;
    position: relative;
}

.tool__item:last-child {
    margin-right: 0;
}
.tool__item__title {
    font-size: 16px;
    color: #000;;
}
.tool__item__desc {
    margin-top: 10px;
    font-size: 12px;
    color: #666;
}
.tool__item:after {
    content: '';
    position: absolute;
    bottom: 8px;
    right: 12px;
    width: 22px;
    height: 22px;
    background: center no-repeat;
    background-size: contain;
}
.tool__item-1:after {
    background-image: url(https://qnm.hunliji.com/o_1ckbqbva957jeko3in1sdeihqg.png);
}
.tool__item-2:after {
    background-image: url(https://qnm.hunliji.com/o_1ckbqbva96fdf8eevboo91nbge.png);
}
/* .tool__item-3:after {
    background-image: url(https://qnm.hunliji.com/o_1ckbqbva914oghis1vcr2tu17njc.png);
} */
.tool__item-4:after {
    background-image: url(https://qnm.hunliji.com/o_1ckbqbva9rc81ridup21s7i1roch.png);
}
.tool__item-5:after {
    background-image: url(https://qnm.hunliji.com/o_1ckbqbva9h6k1jutslmbq31k7td.png);
}
.tool__item-6:after {
    background-image: url(https://qnm.hunliji.com/o_1ckbqbva91oq3vlmov4rd6r6kf.png);
}
.tool__item-7:after {
    background-image: url(https://qnm.hunliji.com/FurE2VMLMzIGvTeneNdH7E---Ojk);
}
/* 热门攻略end */

/* 底部start */
.foot {
    padding: 30px 0;
    background: #F2F3F7;
}

.foot__btn {
    display: flex;
    justify-content: center;
}

.foot__btn__item {
    width: 100px;
    height: 30px;
    border-radius: 15px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    margin: 0 10px;
  }
  .foot__btn__download {
    color: #fff;
    background: #f83244;
    box-shadow: 0 2px 12px 0 rgba(248, 50, 68, 0.2);
  }
  .foot__btn__question {
    color: #f83244;
    background: #fff;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08);
  }
  .foot__copyright, .foot__contact {
    font-size: 12px;
    color: #999 !important;
    line-height: 1;
    text-align: center;
  }
  .foot__copyright {
    margin-top: 20px;
  }
  .foot__contact {
    margin-top: 10px;
  }
/* 底部end */
.fixedGoToTop{
    right: 8% !important;
}

/* 地图 */
.wedding-map_title{
    position: fixed;
    top: 0;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #fff;
    z-index: 999;
}
#allmap{
    width: 100%;
    height: 100vh;
    margin: auto;
}
.anchorBL{
    display: none;
}


@media screen and (min-width: 320px){
    .search__model__result-name{
        max-width: 200px;
    }
    .search__model__condition-input{
        width: 98px;
    }
    .search__model__condition-query img {
        left: 72px;
    }
    .search__model__condition-queryProv:after{
        left: 97px;
    }
}
@media screen and (min-width: 375px){
    .search__model__result-name{
        max-width: 260px;
    }
    .search__model__condition-input{
        width: 130px;
    }
    .search__model__condition-query img {
        left: 102px;
    }
    .search__model__condition-queryProv:after{
        left: 129px;
    }
}
@media screen and (min-width: 414px){
    .search__model__result-name{
        max-width: 260px;
    }
    .search__model__condition-input{
        width: 149px;
    }
    .search__model__condition-query img {
        left: 120px;
    }
    .search__model__condition-queryProv:after{
        left: 147px;
    }
}
