/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/*===== content start =====*/
.content-public {
    padding-bottom: 60px;

    background-color: #f0f2f5;
}
/*===== content end =====*/

/*===== Banner start =====*/
.banner-public {
    width: 100%;
}
.banner-public img {
    width: 100%;
}
/*===== Banner end =====*/

/*===== 面包屑导航 start =====*/
.bread-public {
    height: 60px;
}
.bread-public .center-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;

    height: 60px;

    -ms-flex-align: center;
    align-items: center;
}
.bread-public img {
    margin-right: 5px;
    max-width: 100%;
    max-height: 100%;
}
.bread-public .item-sel {
    color: #1976ee;
}
.bread-public span {
    line-height: 21px;
}
/*===== 面包屑导航 end =====*/

/* ===== 收藏 start ===== */
.favorite-click {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;

    position: relative;

    margin-bottom: 40px;

    -ms-flex-align: center;
    align-items: center;
}
.favorite-click a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;

    color: #333 !important;

    -ms-flex-align: center;
    align-items: center;
}
.favorite-click a i {
    display: inline-block;

    margin-right: 10px;
    width: 17px;
    height: 17px;

    background: url(../img/icon/ico_7.png) no-repeat;
    background-size: 100% 100%;
}
.favorite-click .favorite-sel i {
    background-image: url(../img/icon/ico_7sel.png);
}
/* 政策详情 */
.policy-details .favorite-click {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: end;

    margin-bottom: 20px;

    text-align: right;

    -ms-flex-pack: end;
    justify-content: flex-end;
}
/* 服务详情 */
.product .favorite-click {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: end;

    position: absolute;
    right: 150px;
    bottom: 0;

    margin-bottom: 0;

    line-height: 36px;
    text-align: right;

    -ms-flex-pack: end;
    justify-content: flex-end;
}
/* ===== 收藏 end ===== */
@media screen and (max-width: 1600px) {
    .product .favorite-click {
        right: 0;
    }
}
