body {
    background: #f1f1f1;
}
.display-none {
	display: none;
}
.min-h700 {
    min-height: 700px;
}
.navbar {
    background: rgba(0,0,0,0.7) !important;
}
.nav-link {
    color: #fff !important;
}
.navbar-nav li.active .nav-link {
    color: #f47797 !important;
}
.label a span {
    margin: 5px 0;
}
.tab-content a {
    height: 30px;
    line-height: 30px;
    display: block;
    width: 100%;
}
.tab-content a:nth-of-type(-n+3) span:nth-child(1) {
    width: 20px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    display: inline-block;
    background: #ff4c4c;
}
.tab-content a .list-num:nth-of-type(n) {
    width: 20px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    display: inline-block;
    background: #ccc;
}
.form-group input {
    margin-right: 10px;
}
.link-slide span a {
    width: 50%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    transition: all .3s;
    float: left;
    overflow: hidden;
}
.link-slide span a:hover {
    background: #f1f1f1;
    color: #ff4c4c !important;
    transition: all .3s;
}
.friend-slide span a {
    width: 50%;
    height: 30px;
    line-height: 30px;
    width: 48%;
    margin: 0 1%;
    text-align: center;
    color: #ff4c4c !important;
    font-weight: 700;
    transition: all .3s;
    display: inline-block;
    background: #f1f1f1;
    float: left;
    overflow: hidden;
    margin-bottom: 8px;
}
.friend-slide span a:hover {
    background: #ff4c4c;
    color: #f1f1f1 !important;
    transition: all .3s;
}
.clear {
    clear: both;
}
.acitve-ff4c4c {
    color: #ff4c4c;
}
.card-img-top {
    border-radius: 5px;
    box-shadow: 0 0px 15px #ccc;
    transition: all .3s;
}
.card-img-top:hover {
    transform: scale(1.1);
    transition: all .3s;
}
.article {
    border-radius: 5px;
}

/* ---------------------------- index部分 ----------------------------- */
.article-index {
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 5px;
}
.box-article {
    width: 100%;
    float: left;
    margin: 0;
    padding: 10px;
}
.box-title > h3 {
    padding: 10px 5px;
    font-size: 18px;
    border-bottom: 1px dashed #ccc;
}
.box-card {
    min-height: 192px;
    max-height: 430px;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 5px #ccc;
}
.box-card-left {
    max-width: 200px;
    float: left;
    overflow: hidden;
    border-radius: 5px;
}
.box-card-right {
    height: auto;;
    padding-left: 215px;
}
.box-card-right p {
    color: #444444;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.box-card-right p:last-child {
    color: #ff4c4c;
    margin-right: 10px;
}
.card-title a {
    display: block;
}
.row {
    border-radius: 5px;
}
@media (max-width: 480px) {
    .article-list .box-card {
        border-radius: 5px;
        box-shadow: 0 0 5px #ccc;
    }
    .box-card-left {
        max-width: 100%;
    }
    .box-card-right {
        height: auto;
        padding-top: 220px;
        padding-left: 0px;
    }
    .hidden-xs {
        display: none;
    }
    .form-group {
        margin: 0 15px;
    }
}
/* ---------------------------- index部分 ----------------------------- */
/* color: #0099e5;
color: #ff4c4c; */
/* ---------------------------- 通用部分 ----------------------------- */
.fr {
    float: right;
}
.fl {
    float: left;
}
pre {
    background: #f7f7f7;
    color: #d44950;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
}
.fw700 {
    font-weight: 700
}
.tac {
    text-align: center;
}
.pb5 {
    padding: 5px;
}
.min50 {
    min-width: 70px !important;
}
.mt10 {
    margin-top: 10px;
}
.fs16 {
    font-size: 16px;
}
.display-none {
    display: none;
}
.white-box {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
}
.position, .position a {
    background: #fff;
    border-radius: 5px;
    height: 30px;
    line-height: 30px;
    padding-right: 5px;
}
.btn-bbq-info {
    color: #444;
    background-color: #fff;
    border-color: #f1f1f1;
}
.btn-bbq-info:hover {
    color: #fff;
    background-color: #ff4c4c;
}
@media (min-width: 1680px) {
    .container {
        max-width: 1480px !important;
    }
}
@media (min-width: 1360px) {
    .container {
        max-width: 1300px;
    }
}
/* ---------------------------- 导航部分 ----------------------------- */
@media (min-width: 768px) {
    .navbar-nav li a {
        position: relative;
    }
    .navbar-nav li a:before {
        /* content: "";
        position: absolute;
        z-index: -1;
        left: 50%;
        right: 50%;
        bottom: 0;
        background: #0871ff;
        height: 100%;
        -webkit-transition-property: left,right;
        transition-property: left,right;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out; */
    }
    .navbar-nav li a:hover:before {
        left: 0;
        right: 0;
    }
    .navbar-nav li a:hover {
        color: #fff !important;
    }
}

/* ---------------------------- slidebar-侧边栏部分 ----------------------------- */
.col-300 {
    width: calc(100% - 330px);
}
.col300 {
    width: 300px;
    margin-left: 30px;
}
.slide1 p a.active {
    color: #ff7700;
}
.panel:hover {
    box-shadow: 0 0 30px #ccc;
}
.slidebar .panel-title {
    font-size: 18px;
}
.slidebar .panel-body {
    font-size: 14px;
}
.slidebar-hi {
    display: none;
}
.slide1 p {
    height: 30px;
    line-height: 30px;
}
.slide1 p span {
    font-weight: 700;
}
.panel {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
    box-shadow: 1px solid rgba(0,0,0,.125)
}
.panel-heading {
    border-bottom: 2px dashed #ccc;
    margin-bottom: 10px;
}
.slide {
    position: relative;
    transition: all .3s;
    margin-top: 15px;
}
.slidebar_fix {
    width: 300px;
    position: fixed;
    top: 90px;
    transition: all .3s;
}
.div-show {
    display: block;
}
.hidden {
    display: none;
}
.panel-title span {
    background: #f1f1f1;
    cursor: pointer;
    padding: 2px 8px;
}
.panel-title span.tab-active {
    background: #39f;
    color: #fff;
}
@media (max-width:992px) {
    .slidebar {
        display: none;
    }
    .col-300 {
        width: 100%;
        padding: 0 15px;
    }

}
/* ---------------------------- 底部部分 ----------------------------- */
.copyright p:first-child {
    /* line-height: 20px;
    padding-top: 10px; */
}
.copyright p:last-child {
    /* line-height: 20px;
    padding-bottom: 10px; */
}
.copyright{
    padding: 20px 0;
}
.copyright p{
    font-size: 16px;
    line-height: 35px;
    color: #000;
}
.copyright p a{
    color: red;
}
.footer {
    margin-top: 15px;
}
/* ---------------------------- 友情链接部分 ----------------------------- */
.card-img-150 {
    position: relative;
}
.link-card img {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 0;
    transform: translate(-50%, -50%);
    transition: all .3s;
}

.page-2 {
    display: none;
}
.link-page {
    margin: 0 auto;
}
.link-page > .pagination a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #f47797;
    color: #f47797;
}
.link-page > .pagination a:hover {
    color: #ff0000;
    background-color: #f1f1f1;
}
.link-page > .pagination a.active {
    color: #fff;
    background-color: #f47797;
}
.link-form {
    width: 100%;
    margin: 0 auto;
}
@media (max-width:768px) {
    .card-img-150 {
        position: relative;
        height: 180px;
        overflow: hidden;
    }
    .menu{display:block;float:right;cursor:pointer;height:40px;width:35px;position:absolute;top:10px;right:35px;}
    .menu span{display:inline-block;width:35px;height:2px;background-color:#fff;position:absolute;top:25px;left:0px;transition:background-color 0.2s ease-out 0.1s;}
    .menu span:before{content:'';display:inline-block;width:35px;height:2px;background-color:#fff;position:absolute;top:-12px;left:0px;transition:transform 0.1s ease-out,top 0.3s ease 0.2s;transform:rotate(0deg);}
    .menu span:after{content:'';display:inline-block;width:35px;height:2px;background-color:#fff;position:absolute;top:12px;left:0px;transition:transform 0.1s ease-out,top 0.3s ease 0.2s;transform:rotate(0deg);}
    .header.btn_click .menu span{background-color:transparent;}
    .header.btn_click .menu span:before{transition:top 0.3s ease,transform 0.1s ease-out 0.2s;transform:rotate(45deg);top:0px;}
    .header.btn_click .menu span:after{transition:top 0.3s ease,transform 0.1s ease-out 0.2s;transform:rotate(-45deg);top:0px;}
}

/* ---------------------------- 友情链接部分 ----------------------------- */
/* ---------------------------- 文章部分 ----------------------------- */
.article .card-img-150 {
    height: 100%;
    width: 200px;
}
.article .card-body {
    padding-left: 220px;
    position: absolute;
}
@media (max-width:768px) {
    .card-title a {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
    .card-body .card-text {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
}
/* ---------------------------- 文章部分 ----------------------------- */


.navbar-nav li:nth-last-child(-n+2) {
    /* 在这里添加样式 */
    background-color: #f47797;
    margin: 0 10px;
    border-radius: 10px;
}

.merchant___3peaB {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e8e8e8;
    padding: 30px 30px 30px 16px;
    position: relative;
}

.merchant___3peaB .logo___BbVLP {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    width: 300px;
    height: 190px;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    margin-right: 32px;
}

.merchant___3peaB .logo___BbVLP .logoPath___33N0f {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
}


.merchant___3peaB .info___2XkKD {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.merchant___3peaB .info___2XkKD .name___2iR3N {
    color: #000;
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 16px;
}

.merchant___3peaB .info___2XkKD .name___2iR3N>span {
    margin-right: 12px;
}

.merchant___3peaB .info___2XkKD .levelIcon___2ctk9 {
    margin-right: 6px;
    vertical-align: middle;
    top: -2px;
    position: relative;
}

.merchant-type_4 {
    background: url(https://qnm.hunliji.com/Fu8m0Gpg749ptNN8BPsWJW2_YOSk) no-repeat scroll 0 0;
    background-size: 50px 18px;
}

.merchant-type {
    width: 50px;
    height: 18px;
    margin-right: 6px;
    vertical-align: middle;
    display: inline-block;
}

.merchant___3peaB .info___2XkKD .comment___3NmS5 {
    font-size: 14px;
    line-height: 16px;
    color: #666666;
    margin-bottom: 16px;
}

.iconfont.star {
    display: inline-block;
    width: 12px;
    height: 12px;
    line-height: 12px;
    margin-right: 2px;
    color: #FFA800;
    font-size: 12px;
}

.fa.fa-star {
    display: inline-block;
    width: 12px;
    height: 12px;
    line-height: 12px;
    margin-right: 2px;
    color: #FFA800;
    font-size: 12px;
}

.iconfont {
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.merchant___3peaB .info___2XkKD .commentCount___1GdX7 {
    color: #666666;
    margin-left: 10px;
}


.merchant___3peaB .info___2XkKD .address___XXand {
    margin-left: 20px;
    color: #f47797;
}

.merchant___3peaB .info___2XkKD .contentsNum___2YvEK {
    margin-bottom: 16px;
}

.merchant___3peaB .info___2XkKD .contentsNum___2YvEK>span:first-child {
    margin-right: 24px;
}

.merchant___3peaB .info___2XkKD .contentsNum___2YvEK>span {
    color: #666;
}

.merchant___3peaB .info___2XkKD .workHref___1ur2n {
    color: #666;
    cursor: auto;
}

.merchant___3peaB .info___2XkKD .workNum___3qrzH {
    color: #333333;
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    margin-right: 4px;
}

.merchant___3peaB .info___2XkKD .coupons___1wy7F {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.merchant___3peaB .info___2XkKD .price___3Shq7 {
    color: #f83244;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.merchant___3peaB .info___2XkKD .price___3Shq7>span {
    font-size: 24px;
    line-height: 28px;
}


.merchantInfo___27sTN {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.leftBox___ug104 {
    width: 550px;
}

.simpleImgSwiperWrapper___2hNh7 .simpleImgSwiperBig___KRN-D {
    position: relative;
    cursor: pointer;
    background-color: #fafafa;
}

.simpleImgSwiperWrapper___2hNh7 .simpleImgSwiperBig___KRN-D .simpleImgSwiperBigImg___1iBLm>img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 4px;
    overflow: hidden;
}

.leftBox___ug104 a[role='big-img-item'] img {
    height: auto !important;
}

.rightBox___1l_HW {
    margin-left: 40px;
    width: 526px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.rightBox___1l_HW .title___2y2QJ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.rightBox___1l_HW>* {
    margin-bottom: 12px;
}

.rightBox___1l_HW .title___2y2QJ h1 {
    line-height: 34px;
    opacity: 1;
    color: #000000;
    font-size: 24px;
    font-weight: 700;
}


.medalTag___3NYtu {
    display: inline-block;
    position: relative;
    height: 22px;
    width: 110px;
}

.medalTag___3NYtu img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}

.servicePrice___3g___ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 16px;
    border-radius: 4px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 244, 246, 0.2)), to(#fff4f6));
    background: linear-gradient(270deg, rgba(255, 244, 246, 0.2) 0%, #fff4f6 100%);
}


.servicePrice___3g___>label {
    margin: 0;
    line-height: 20px;
    color: #333333;
    font-weight: 500;
    margin-right: 16px;
}


.servicePrice___3g___>strong {
    color: #333;
    line-height: 22px;
    font-size: 14px;
    font-family: var(--mi-sans-font);
    font-weight: normal;
}

.consultation___1SMca {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    margin-bottom: 0;
}

.phone___TZrRM {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100px;
    background: linear-gradient(135deg, #ff587e 0%, #ff264a 100%);
    -webkit-box-shadow: 0 8px 12px 0 rgba(255, 38, 74, 0.2);
    box-shadow: 0 8px 12px 0 rgba(255, 38, 74, 0.2);
}

.phone___TZrRM .checkWhole___3F1wS {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    line-height: 22px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
}

.phone___TZrRM .checkWhole___3F1wS img {
    margin-right: 8px;
}

.phone___TZrRM .checkWhole___3F1wS .fullyTip___2wGK0 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.phone___TZrRM .checkWhole___3F1wS .fullyTip___2wGK0 span:first-child {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-bottom: 2px;
}

.phone___TZrRM .checkWhole___3F1wS .fullyTip___2wGK0 span:last-child {
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.medalTag___3NYtu>div {
    position: absolute;
    top: 2px;
    bottom: 0;
    right: 0;
    width: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'HLJ-MiSans-Medium';
}

.medalTag___3NYtu>div strong {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}

.medalTag___3NYtu>div span {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
}


.tab___1ekIa {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    width: 100%;
    height: 44px;
    border-bottom: 2px #f83244 solid;
    background: white;
}

.tab_active___3kvmO {
    padding: 13px 36px 12px;
    background: #f83244;
    border-radius: 2px 2px 0px 0px;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff !important;
    line-height: 19px;
}