@charset "UTF-8";

/* ----------------------------------------------------------------common-------------------------------------- */
.w320 {
    width: 320px;
}

.w870 {
    width: 870px;
}

.w296 {
    width: 296px;
}

.w880 {
    width: 880px;
}

.w1300 {
    width: 1300px;
}

.w300 {
    width: 300px;
}

.line4 {
    -webkit-line-clamp: 4;
}

.line5 {
    -webkit-line-clamp: 5;
}

.line6 {
    -webkit-line-clamp: 6;
}

.line7 {
    -webkit-line-clamp: 7;
}

.line8 {
    -webkit-line-clamp: 8;
}

.line9 {
    -webkit-line-clamp: 9;
}

.pt_pb-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.pt_pb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.pt_pb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pt_pb-110 {
    padding-top: 110px;
    padding-bottom: 110px;
}

.pt_pb-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.pt_pb-130 {
    padding-top: 130px;
    padding-bottom: 130px;
}

.pt-65 {
    padding-top: 65px;
}

.pb-65 {
    padding-bottom: 65px;
}

.mb-65 {
    margin-bottom: 65px;
}

.bggr {
    background: #f8f8f8;
    /* background: #F7F8FC; */
}

.sub-bg {
    background: #f5f5f5;
}

.blue_d-bg {
    background: #F2F7F5;
}

.bgbl {
    background: #edf5f6;
}

.huise-bg {
    background-color: #F8F7F0;
}

.color_q_bule {
    background: #f2faff;
}

.bg_jb_green {
    background: linear-gradient(174deg, rgba(217, 233, 213, 1) 0%, rgba(215, 231, 211, 1) 17%, rgba(239, 243, 232, 1) 35%, rgba(248, 247, 240, 1) 65%, rgba(248, 247, 240, 1) 100%);
}

.bg_bqx {
    background: #F1F6F4;
}

.df {
    display: flex;
}

.box_shadow {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
}

.ggrgs {
    color: #636673;
}

.img_cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.img_ctain {
    -o-object-fit: contain;
    object-fit: contain;
}

.img_c_t {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

.g60 {
    color: #606370;
}

.color_white {
    color: #fff;
}

.color_green {
    color: #4baf47;
}

.grid-number1 {
    grid-template-columns: repeat(1, 1fr);
}

.grid-number2 {
    grid-template-columns: repeat(2, 1fr);
}

.grid-number3 {
    grid-template-columns: repeat(3, 1fr);
}

.grid-number4 {
    grid-template-columns: repeat(4, 1fr);
}

.grid-number5 {
    grid-template-columns: repeat(5, 1fr);
}

.grid-number6 {
    grid-template-columns: repeat(6, 1fr);
}

.grid-number7 {
    grid-template-columns: repeat(7, 1fr);
}

.grid-number8 {
    grid-template-columns: repeat(8, 1fr);
}

.grid-number9 {
    grid-template-columns: repeat(9, 1fr);
}

.m_auto {
    margin: 0 auto;
}

.col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
    padding: 0 24px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.col-lg-4-nopading {
    flex: 0 0 auto;
    width: 33.33333333%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}


.col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
    padding: 0 24px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.col-lg-6-nopading {
    flex: 0 0 auto;
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.col-lg-8 {
    flex: 0 0 auto;
    padding: 0 24px;
    width: 66.66666667%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.col-lg-8-nopading {
    flex: 0 0 auto;
    width: 66.66666667%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
    padding: 0 24px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.col-lg-12-nopading {
    flex: 0 0 auto;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.col-lg-6-p15 {
    flex: 0 0 auto;
    width: 50%;
    padding: 0 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.shadow {
    box-shadow: 0 0 4px #ccc;
    transition: box-shadow 0.24s;
}

.container {
    max-width: 960px
}

@media (min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

@media (max-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

@media (min-width:1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px
    }
}


.bor-bottom {
    border-bottom: 1px solid #d9d9d9;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.pos_re {
    position: relative;
}

.align-items-center {
    align-items: center;
}

.text-align-c {
    text-align: center;
}

.text-align-e {
    text-align: end;
}

.d_flex-direction {
    flex-direction: row-reverse;
}

.j-con-space-between {
    justify-content: space-between;
}

.j-con-space-center {
    justify-content: center;
}

.f-flex-direction {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

/* 养生导航 */

.ys_nav_box {
    /* padding: 20px 0; */
    background: #f7f7f7;
    color: #333;
    border-bottom: 1px solid #eee;
}

.ys_conm_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ys_conm_nav .left_nav {
    width: 75%;
}

.ys_conm_nav .left_nav .home_a {
    position: relative;
    height: 60px;
    line-height: 60px;
    font-size: 27px;
    font-weight: bold;
    padding: 0px 15px;
    color: white;
    /* background: #48a8b1; */
}

.ys_conm_nav .left_nav .uls .li {
    position: relative;
    float: left;
}

.ys_conm_nav .left_nav .uls .li .a {
    display: block;
    position: relative;
    height: 60px;
    line-height: 60px;
    color: #000000;
    font-size: 18px;
    padding: 0 15px;
}

.ys_conm_nav .left_nav .uls .li .sub-menu {
    position: absolute;
    text-align: left;
    top: 100%;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    /* padding: 7px; */
    left: -14px;
    opacity: 0;
    z-index: -1;
    box-shadow: 0 4px 15px rgba(1, 15, 28, 0.06);
    border-radius: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    /* padding: 18px 20px 18px 18px; */
    left: -27px;
}

.sub-menu li {
    position: relative;
}

.sub-menu li a {
    display: block;
    /* text-align: center; */
    color: #646464;
    position: relative;
    padding: 0px 24px;
    line-height: 54px;
    font-size: 18px;
    margin-right: 3px;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

.sub-menu li a i {
    position: absolute;
    font-family: "font awesome 6 pro";
    left: -15px;
    font-size: 16px;
    top: 0px;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease-in-out;
    z-index: -1;
}

.sub-menu li:hover a {
    padding-left: 30px;
    color: #45b859;
}

.sub-menu li:hover a i {
    left: 0;
    opacity: 1;
    visibility: visible;
    z-index: 1;
    color: #45b859;
}

.ys_conm_nav .left_nav .uls .li:hover .a {
    color: #04aa8a;
}

.ys_conm_nav .left_nav .uls .li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    z-index: 9;
}

.ys_conm_nav .left_nav .home_a a {
    color: #ff7f00;
}

.ys_conm_nav .right_nav {
    width: 20%;
}

.med_dr_search {
    position: relative;
    line-height: 50px;
}

.med_dr_search .search_frame {
    width: 260px;
    height: 34px;
    line-height: 34px;
    padding: 0 25px 0 18px;
    border: 1px solid #ddd;
    border: none;
    font-size: 16px;
    border-radius: 20px;
}

.med_dr_search .button_s {
    text-align: center;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 34px;
    line-height: 34px;
    border: 0;
    border-radius: 0 20px 20px 0;
    cursor: pointer;
    color: #666;
    /* font-size: 20px; */
    background-color: white;
}

.med_dr_search .button_s i {
    font-size: 20px;
}

.med_dr_search .search_frame:focus {
    outline: none;
    font-size: 16px !important;
}

/* ----------------------------------------------------------------首页-------------------------------------- */
:root {
    --primary: #6200ee;
    --primary-light: #bb86fc;
    --primary-dark: #3700b3;
    --secondary: #03dac6;
    --background: #f5f5f5;
    --surface: #ffffff;
    --error: #b00020;
    --on-primary: #ffffff;
    --on-secondary: #000000;
    --on-background: #000000;
    --on-surface: #000000;
    --on-error: #ffffff;
    --elevation-1: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    --elevation-2: 0 3px 6px rgba(0, 0, 0, 0.15), 0 2px 4px rgba(0, 0, 0, 0.12);
    --elevation-3: 0 10px 20px rgba(0, 0, 0, 0.15), 0 3px 6px rgba(0, 0, 0, 0.10);
    --elevation-4: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    --elevation-5: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.hero {
    padding: 120px 0;
    text-align: center;
    background-color: #f8f8f8;
}

.hero .tit {
    font-size: 48px;
    margin-bottom: 20px;
    color: #333;
    font-weight: 700;
}

.hero p {
    font-size: 20px;
    max-width: 600px;
    margin: 0 auto 40px;
    color: #666;
}

/* 动画按钮 */
.btn-animated {
    position: relative;
    overflow: hidden;
}

.btn-animated:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 5px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 0;
    border-radius: 100%;
    transform: scale(1, 1) translate(-50%);
    transform-origin: 50% 50%;
}

@keyframes ripple {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        transform: scale(20, 20);
        opacity: 0;
    }
}

.btn-animated:focus:not(:active)::after {
    animation: ripple 1s ease-out;
}

/* 按钮样式 */
.btn {
    display: inline-block;
    background-color: #333;
    color: white;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
}

.btn:hover {
    background-color: #000;
    transform: translateY(-3px);
    color: #fff;
}

.btn-outline {
    background-color: transparent;
    border: 2px solid #333;
    color: #333;
}

.btn-outline:hover {
    background-color: #333;
    color: white;
}

/* 内容区块 */
.section-title {
    text-align: center;
    margin-bottom: 60px;
}

.section-title h2 {
    font-size: 36px;
    color: #333;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

.section-title h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background-color: #333;
}

/* 为什么润肺 */
.why-section {
    background-color: #fff;
}

.why-grid {
    display: grid;
    column-gap: 40px;
    row-gap: 30px;
}

.why-item {
    text-align: center;
}

.why-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-icon i {
    font-size: 45px;
    color: #333;
}

.why-item h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #333;
}

.why-item p {
    font-size: 16px;
    color: #666;
}

/* 润肺的好处 */
.benefits-section {
    background-color: #f5f5f5;
}

.benefit-item {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.benefit-image {
    flex: 0 0 40%;
    height: 420px;
    overflow: hidden;
}

.benefit-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.benefit-item:hover .benefit-image img {
    transform: scale(1.05);
}

.benefit-content {
    flex: 0 0 60%;
    padding: 40px;
    box-sizing: border-box;
}

.benefit-content h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #2E7D32;
}

.benefit-content p {
    color: #666;
    font-size: 16px;
    margin-bottom: 20px;
}

/* 润肺吃什么 */
.food-section {
    background-color: #fff;
}

.food-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 30px;
}

.food-item {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.food-image {
    height: 200px;
    overflow: hidden;
}

.food-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.food-item:hover .food-image img {
    transform: scale(1.05);
}

.food-content {
    padding: 20px;
    background-color: #fff;
}

.food-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #333;
}

.food-content p {
    color: #666;
    font-size: 15px;
}

/* 保健品 */
.product-card {
    display: block;
    background-color: var(--surface);
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: var(--elevation-1);
}

.product-card:hover {
    box-shadow: var(--elevation-3);
    transform: translateY(-4px);
}

.product-image {
    height: 300px;
    overflow: hidden;
    position: relative;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    transition: transform 0.3s ease;
}

.product-card:hover .product-image img {
    transform: scale(1.05);
}

.product-fab {
    position: absolute;
    right: 16px;
    bottom: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--secondary);
    color: var(--on-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--elevation-2);
    border: none;
    cursor: pointer;
    z-index: 2;
    transition: all 0.3s ease;
}

.product-fab:hover {
    background-color: var(--secondary);
    box-shadow: var(--elevation-3);
    transform: scale(1.1);
}


.product-content {
    padding: 24px;
    position: relative;
}


.product-name {
    font-size: 20px;
    font-weight: 500;
    color: var(--on-surface);
    margin-bottom: 10px;
}

.product-manufacturer {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 15px;
}

.product-manufacturer i {
    margin-right: 5px;
}

.product-description {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.87);
    margin-bottom: 24px;
    line-height: 1.5;
}

.product-specs {
    background-color: #f5f5f5;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 24px;
}

.spec-title {
    font-size: 16px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.87);
    margin-bottom: 10px;
}

.spec-value {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 10px;
}

.rf_kp_cnt {
    position: relative;
}

.rf_kp_cnt .rf_kp_pagination {
    position: relative;
    margin-top: 40px;
}

.swiper-pagination-bullet {
    height: 5px;
    width: 40px;
    margin: 0 5px;
    border-radius: unset;
    background-color: #525252;
    border: 1px solid #EBEBED;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.swiper-pagination-bullet-active {
    background-color: #d19453;
}

/* 文章 */
.related-articles__list {
    display: grid;
    column-gap: 20px;
    row-gap: 30px;
}

.article-item {
    display: flex;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.article-item:hover {
    border-color: #ced4da;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateX(5px);
}

.article-item__number {
    flex: 0 0 60px;
    background-color: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 800;
    color: #adb5bd;
}

.article-item__number i {
    font-size: 30px;
}

.article-item__content {
    flex: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.article-item__meta {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.article-item__category {
    display: inline-block;
    padding: 2px 10px;
    background-color: #e9ecef;
    color: #495057;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 600;
    margin-right: 15px;
}

.article-item__date {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #6c757d;
}

.article-item__date i {
    font-size: 18px;
    margin-right: 5px;
}

.article-item__title {
    font-size: 18px;
    font-weight: 700;
    color: #212529;
    margin-bottom: 10px;
    line-height: 1.4;
}

.article-item__excerpt {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 15px;
}

.article-item__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

.article-card__read-more {
    display: flex;
    align-items: center;
    /* color: #1a8f7d; */
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.article-card__read-more i {
    margin-left: 5px;
    font-size: 16px;
}

.article-card__read-more i::before {
    vertical-align: middle;
}

/* ----------------------------------------------------------文章列表/文章详情------------------------------------------- */
.rf_sidebar {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    padding: 20px;
    margin-bottom: 25px;
}

.sidebar-title {
    color: #00796b;
    font-size: 20px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #48a999;
    display: flex;
    align-items: center;
}

.sidebar-title i {
    font-size: 24px;
    font-weight: 400;
    margin-right: 5px;
}

.sidebar-title i::before {
    vertical-align: middle;
}

.related-article {
    display: flex;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
}

.related-article a .related-article-tit {
    font-size: 15px;
    margin-bottom: 5px;
}

.related-article a p {
    font-size: 12px;
    color: #666666;
}

.keyword_sidebar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.keyword_sidebar a {
    display: inline-block;
    padding: 5px 12px;
    background-color: #e6f4f1;
    color: #1a8f7d;
    border-radius: 20px;
    font-size: 14px;
    transition: color 0.3s ease;
}

.keyword_sidebar a:hover {
    background-color: #1a8f7d;
    color: white;
}

/* 文章内容 */
.article-header {
    margin-bottom: 25px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
}

.article-title {
    font-size: 32px;
    color:#004c40;
    margin-bottom: 15px;
}

.article-meta {
    display: flex;
    align-items: center;
    color: #666666;
    font-size: 14px;
}

.article-meta span {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.article-meta svg {
    margin-right: 5px;
}

.article-content p {
    margin-bottom: 20px;
    font-size: 16px;
    text-align: justify;
}

.article-content h2 {
    color: #00796b;
    margin: 30px 0 15px;
    font-size: 24px;
}

.article-content h3 {
    color: #004c40;
    margin: 25px 0 15px;
    font-size: 20px;
}

.article-content img {
    max-width: 100%;
    border-radius: 8px;
    margin: 20px 0;
}

.article-content ul,
.article-content ol {
    margin-left: 20px;
    margin-bottom: 20px;
}

.article-content li {
    margin-bottom: 10px;
}

/* ----------------------------------------------------------icon------------------------------------------- */
@font-face {
    font-family: "ttk";
    /* Project id 4005981 */
    src: url('//at.alicdn.com/t/c/font_4005981_25r6bh13i7p.woff2?t=1742373025001') format('woff2'),
    url('//at.alicdn.com/t/c/font_4005981_25r6bh13i7p.woff?t=1742373025001') format('woff'),
    url('//at.alicdn.com/t/c/font_4005981_25r6bh13i7p.ttf?t=1742373025001') format('truetype');
}

.ttk {
    font-family: "ttk" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-remen:before {
    content: "\e646";
}

.icon-yiyaobaojian:before {
    content: "\e64d";
}

.icon-wenzhang:before {
    content: "\e6c7";
}

.icon-zhiyejinengjianding:before {
    content: "\e604";
}

.icon-a-kepuzixun2x:before {
    content: "\e632";
}

.icon-jiantou_xiangyou:before {
    content: "\eb08";
}

.icon-huxixitong:before {
    content: "\e631";
}

.icon-yufang1:before {
    content: "\e644";
}

.icon-wuguanke1:before {
    content: "\e638";
}

.icon-gongsi:before {
    content: "\e67c";
}

.icon-rili1:before {
    content: "\e680";
}