.flex {
    display: flex;
}

body {
    font-size: 16px;
}

#app {
    background-color: #fbfbfb;
    padding-top: 30px;
    margin-top: 0px;
}

/* 正文效果 */

.J_link {
    cursor: pointer;
}

.linkcard {
    position: relative;
    display: block;
    margin: 15px auto;
    width: 480px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 12px;
    max-width: 100%;
    overflow: hidden;
    text-indent: 0;
    text-decoration: none !important;
}

.linkcard .linkcard-content {
    display: block;
    position: relative;
    padding: 12px;
    border-radius: inherit;
    background-color: rgba(246, 246, 246, 0.88);
    overflow: hidden;
}

.linkcard .linkcard-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    background-size: cover;
    background-position: 50%;
}

.linkcard .linkcard-text {
    display: table-cell;
    vertical-align: middle;
    height: 60px;
    text-align: left;
}

.linkcard .linkcard-image {
    float: right;
    width: 60px;
    height: 60px;
    margin-left: 8px;
    border-radius: 6px;
    overflow: hidden;
}

.linkcard .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 40px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    color: #1a1a1a;
}

.linkcard .link {
    color: #999;
    line-height: 24px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
    line-height: 1;
    overflow: hidden;
    text-decoration: none !important;
}

.linkcard .link img {
    display: inline-block;
    width: 16px;
    margin: 0;
}


.article-content p,
.article-content span {
    font-family: puhuiti-2-55 !important;
}

.article-content img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.article-content a {
    color: #0792ff;
}

.article-content p {
    color: #444444;
    /* line-height: 45px; */
}

.articles_label {
    display: flex;
    align-items: center;
}

.articles_label .button3 {
    background: #f4f4f4;
    padding: 2px 10px;
    border-radius: 5px;
    font-size: 14px;
    margin-right: 20px;
}

.articles_label .button3:hover {
    background-color: #2ea0db;
    color: #ffff;
}





.section_title {
    border-left: 5px solid #007dff;
    padding-left: 20px;
    font-size: 20px;
    margin-bottom: 15px;
    color: #333333;
    font-size: 1.25rem;
    font-weight: bold;
}

.row_box {
    display: flex;
    padding-top: 8px;
}

.top_box {
    width: 341px;
    background-color: #333;
    color: #fff;
    padding: 22px;
    height: 466px;
}

.top_box .top_title {
    font-size: 1.25rem;
    font-weight: bold;
}

.top_box .top_list {
    margin-top: -7px;
    display: flex;
    flex-direction: column;
}

.top_box .top_list .top_item {
    padding: 21px 10px 14px 0px;
    border-bottom: 1px solid #424242;
    display: flex;
    align-items: center;
    color: #fff;
}

.top_list .top_item .top_icon {
    width: 28px;
    height: 28px;
    margin-right: 8px;
}

.container-left {
    width: 826px;
    overflow: hidden;
}

.container-right {
    width: 356px;
    border-radius: 5px;
}

.videoBox {
    /* padding: 22px 0px; */
    box-sizing: border-box;
}

.videoBox .videoWrap {
    width: 100%;
    position: relative;
    background: #fff;
}

.videoBox .videoWrap .recommend_video {
    width: 826px;
    height: 466px;
    position: absolute;
    top: 0;
    left: 0;
}

.recommend_video_bg {
    background-color: #000;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    width: 826px;
    height: 466px;
}

.recommend_video .recommend_video_list {
    position: absolute;
    bottom: 20px;
    left: 172px;
    width: 558px;
    /* height: 388px; */
    color: #fff;
    overflow: hidden;
}

.recommend_video .recommend_video_list .recommend_video_item {
    padding-bottom: 13px;
    margin-top: 18px;
    border-bottom: 1px solid #5d5f5e;

    display: flex;
    position: relative;
}

.recommend_video_item .item_pic {
    width: 168px;
    height: 104px;
    border-radius: 5px;
    margin-right: 22px;
    flex-shrink: 0;
}

.recommend_video_item .item_time {
    background-color: #323232;
    padding: 0px 8px 0px 5px;
    color: #FFFFFF;
    font-size: 1rem;
    position: absolute;
    top: 9px;
    left: 4px;
    border-radius: 2px;
}

.recommend_video_item .item_title {
    color: #E2E2E2;
    font-size: 1rem;
}


.videoBox .videoWrap video {
    width: 100%;
    height: 466px;
}

.videoBox .videoWrap .playOrP {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.videoBox .videoTitle {
    color: #333333;
    font-size: 32px;
    font-weight: bold;
}

.videoBox .videoDate {
    color: #95979A;
    font-size: 13px;
    padding-bottom: 3px;
}


/* 热门视频 */
.videoListBox {
    border-top: 1px solid #F3F3F3;
    display: flex;
    height: 296px;
    justify-content: space-between;
}

.videoListBox .videoItem {
    height: 288px;
    width: 177px;
    border-bottom: 1px solid #F3F3F3;
    display: flex;
    flex-direction: column;
}

.videoListBox .videoItem .itemTitle {
    color: #333333;
    font-size: 1rem;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.videoListBox .videoItem .itemDate {
    color: #333333;
    font-size: 0.875rem;

}

.videoListBox a:last-child .videoItem {
    border-bottom: 0px;
}

.videoListBox .videoItem .item_left {
    overflow: hidden;
    width: 177px;
    height: 239px;
    display: flex;
    justify-content: center;
    border-radius: 5px;
}

.videoListBox .videoItem .item_right {
    flex-direction: column;
    justify-content: space-between;
}

.videoListBox .videoItem img {
    height: 320px;
    margin-top: -16px;
    border-radius: 5px;
}

.rsdate {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
}

/* 热门文章 */
.articleBox {
    padding: 22px 0 26px;
    /* margin-top: 22px; */
    background-color: #fff;
    border-radius: 10px;
}

.articles_lists {
    width: 100%;
}

.arts_item {
    display: flex;
    min-height: 80px;
    padding: 13px 0 17px;
    border-bottom: 1px solid #ededed;
    align-items: center;
    height: 170px;
    margin-top: 20px;
}

.list-left {}

.list-right {
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}

.arts_item .list-img {
    flex-shrink: 0;
    width: 240px;
    flex-shrink: 0;
    min-height: 150px;
    overflow: hidden;
    border-radius: 5px;
    margin-right: 31px;
}

.arts_item .list-img img {
    border-radius: 5px;
    height: 150px;
    width: 240px;
}

.articles_lists .arts_itemTitle {
    color: #333333;
    font-size: 20px;
    /* margin-bottom: 14px; */
    font-weight: bold;
}

.articles_lists .artices_des {
    font-size: 15px;
    line-height: 20px;
    color: #999999;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.articles_lists .date {
    color: #999999;
    font-size: 16px;
    display: flex;
    align-items: center;
    width: 128px;
    flex-shrink: 0;
    line-height: 100%;
}

.articles_lists .date img {
    margin-right: 10px;
    height: 20px;
    width: 20px;
}

.articles_lists .time {
    display: flex;
    align-items: center;
}

.articles_lists .detailsBox {
    display: flex;
    justify-content: space-between;
}

.articles_lists .keywords_group {
    height: 18px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.articles_lists .kw2 {
    padding: 2px 10px;
    background-color: #f4f4f4;
    border-radius: 5px;
    color: #88888d;
    font-size: 0.75rem;
    margin-left: 20px;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    display: flex;
    align-items: center;
}

.toMore {
    font-size: 15px;
    margin-top: 44px;
    text-align: center;
}

.toMore a {
    color: #007DFF;
}

/* 热门工具 */

.toolBox {
    box-shadow: 0px 3px 3px rgba(209, 227, 241, 0.35);
}

.toolList {
    display: flex;
    border-top: 0.5px solid #EBEBEB;
    padding: 16px 20px 0;
    flex-wrap: wrap;
    justify-content: space-between;
}

.toolList .toolItem {
    display: flex;
    align-items: center;
    width: 380px;
    /* width: 354px; */
    height: 80px;
    background: #FFFFFF;
    border: 1px solid rgba(112, 112, 112, 0.0588);
    box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.0700);
    opacity: 1;
    border-radius: 2px;
    margin-top: 12px;
}

.toolList .toolItem .toolItemImg {
    /* padding-left: 18px; */
    padding-left: 6px;
}

.toolList .toolItem .toolItemImg .toolImg {
    width: 50px;
    height: 50px;
}

.toolList .toolItem .toolItemBtn {
    width: 84px;
    height: 32px;
    background: linear-gradient(176deg, #82D9FF 0%, #5060FD 100%);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1600);
    border-radius: 25px;
    font-size: 0.875rem;
    color: #fff;
    line-height: 32px;
    text-align: center;
    margin-left: 14px;
    margin-right: 18px;
}

.toolList .toolItem .toolItemBtn a {
    color: #fff;
}

.toolList .toolItem .toolItemTitle {
    margin-left: 9px;
    width: 196px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.toolList .toolItem .toolTitle {
    color: #333333;
    font-size: 0.875rem;
    font-weight: bold;
    margin-bottom: 4px;
}

.toolList .toolItem .toolTips {
    color: #999999;
    font-size: 0.875rem;
}

/* 保险小白必看 */
.informationBox {
    display: flex;
    margin-top: 11px;
    justify-content: space-between;
    background-color: #F8F8F8;
}

.informationBox .informationItem {
    width: 49%;
    box-shadow: 0px 3px 3px rgba(209, 227, 241, 0.35);
    border: 1px solid rgba(112, 112, 112, 0.06);
    padding-top: 17px;
    background-color: #FEFEFE;
}

.rookieBox ul {
    padding-left: 17px;
}

.rookieBox .recomment_conntent {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin: 0px 0 20px;
}

.rookieBox .recomment_conntent a {
    font-size: 0.875rem;
    font-weight: bold;
    color: #333333;
}

.rookieBox .listpages {
    margin: 0 18px;
    padding-top: 18px;
    border-top: 0.4px solid #EFEFEF;
}

.rookieBox .circle {
    width: 8px;
    height: 8px;
    background: #007DFF;
    opacity: 1;
    display: inline-block;
    border-radius: 50%;
    margin-right: 5px;
    margin-bottom: 1px;
}


/* 问答 */
.answerBox .listpages {
    margin: 0 18px;
    background-color: #F9F9F9;
    border-top: 0.4px solid #EFEFEF;
}

.wen_icon {
    width: 18px;
    height: 18px;
    background: #69D6EF;
    opacity: 1;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    line-height: 18px;
    border-radius: 50%;
    color: #fff;
    margin-right: 10px;
}

.choiceLists li {
    border-bottom: 1px dashed rgba(208, 208, 208, 0.5);

    padding: 10px 6px;
}

.choiceLists li:last-child {
    border-bottom: 0px;
}

.choiceLists li a {
    font-size: 0.875rem;
    line-height: 0.875rem;
    text-decoration: none;
    color: #333333;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    font-weight: bold;
}

/* 预约 */

.formBox .formImg {
    width: 356px;
}

.videoAbstract {
    color: #333333;
    font-size: 1rem;
    padding: 18px 0px 10px;
    font-weight: bold;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding-right: 34px;
}

.ellipsis .allBtn {
    position: absolute;
    right: 16px;
    top: 18px;
    background-color: #fff;
}

.videoAbstract .btn {
    color: #A9A9A9;
    font-size: 1rem;
}

.keywords_group {
    height: 26px;
    overflow: hidden;
    /* padding-left: 11px; */
}

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

.kw2 {
    padding: 2px 10px;
    background-color: #f4f4f4;
    border-radius: 5px;
    font-size: 0.75rem;
    margin-right: 20px;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    margin-bottom: 5px;
}

.kw2 a {
    color: #88888d;
}


/* 表单模块 */
.formBox {
    width: 356px;
    border-radius: 10px;
    box-shadow: 0px 3px 3px rgba(209, 227, 241, 0.35);
    background-color: #EDF4FE;
    overflow: hidden;
    top: 16px;
    color: #0A3B7A;
    position: relative;
}

.formBox .titleBox {
    height: 48px;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #f6f6f6;
    padding: 13px 0 8px;
}

.formBox .titleBox span:first-child {
    display: inline-block;
    width: 3px;
    height: 18px;
    background-color: #005fe6;
    margin-right: 20px;
}

.formBox .titleBox span:last-child {
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

.formBox .tipsBox {
    position: relative;
    padding: 21px 26px 0;
}

.formBox .tipsMain {
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.formBox .tipsMain .tips1 {
    font-size: 1.25rem;
    padding-bottom: 10px;
}

.formBox .tipsMain .tips2 {
    font-size: 1.5rem;
    font-weight: bold;
}

.formBox .todayBox {
    font-size: 1rem;
    color: #757575;
    padding-left: 26px;
    display: flex;
    align-items: center;
    height: 64px;
    background-color: #E0EAF6;
}

.formBox .jlPic {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 171px;
    height: 286px;
}

.formBox .form {
    padding: 15px 16px;
}

.formBox .el-select {
    width: 100%;
}

.el-select {
    display: inline-block;
    position: relative;
}

.formBox .form .form-item {
    width: 172px;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px;
}

.formBox .form .form-item:last-child {
    margin-bottom: 6px;
}

.formBox .form-item label {
    width: 90px;
    margin-right: 10px;
    color: #999;
}

.formBox .ant-btn {
    width: 180px;
    height: 40px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    color: #FFFEFE;
    font-size: 1rem;
    margin-top: 4px;
    background: #FFBB3B;
    border: 1px solid #FFBB3B;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    cursor: pointer;
}

.formBox .ant-btn:hover {
    background-color: #005fe6;
    color: #fff;
}

.ant-btn>span {
    display: inline-block;
}

.formBox .form-tips {
    width: 170px;
    font-size: 14px;
    color: #999;
    margin-top: 5px;
    text-align: center;
}


/* 热门文章 */
.hot_articles {
    background-color: #fff;
    box-shadow: 0px 3px 3px rgba(209, 227, 241, 0.35);
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    /* padding-bottom: 30px; */
    border-radius: 11px;
    /* margin-bottom: 12px; */

}

.hot_articles .hotTitle {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #fafafa;
}

.hotTitle .title-left .title-name {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    padding-left: 25px;
    margin-top: 24px;
    border-left: 3px solid #007dff;
}

.hotTitle .title-left .title-tips {
    color: #333333;
    font-size: 15px;
    padding: 8px 0 0 28px;
}

.hotTitle .title-right {
    padding: 14px 20px;
}

.hotTitle .title-right img {
    width: 65px;
    height: 67px;
}

.hot_articles img {
    width: 100%;
    display: block;
}

.hot_articles .listpages {
    list-style: none;
    padding: 10px 30px 10px;
}

.hot_articles .show_more a {
    color: #007dff;
    font-weight: 400;
}

.hot_articles .show_more:hover {
    background-color: #007dff;
}

.hot_articles .show_more:hover a {
    color: #fff;
}

.hot_articles .time img {
    width: 14px;
}

.show_more {
    width: 132px;
    height: 42px;
    background: #eef9ff;
    opacity: 1;
    border-radius: 25px;
    border: none;
    color: #007dff;
    font-size: 16px;
    font-weight: 600;
    margin: 0 auto;
    display: block;
    cursor: pointer;
}

.recomment_arts {
    margin-bottom: 10px;
    border-bottom: 1px solid #fafafa;
    padding-bottom: 10px;
}

.time {
    color: #cdcdcd;
    display: flex;
    font-size: 12px;
    align-items: center;
    margin-top: 2px;
    line-height: 14px;
    justify-content: end;
    opacity: 0.8;
}

.recomment_content a {
    color: #333333;
    font-weight: bold;
}

.recomment_content a:hover {
    color: #007dff;
}

/* 热门产品 */
.hot_products {
    width: 356px;
    border-radius: 10px;
    /* border: 1px solid rgba(112, 112, 112, 0.23); */
    box-shadow: 0px 3px 3px rgb(209 227 241 / 35%);
    margin-bottom: 12px;
    background-color: #fff;
    padding-bottom: 20px;
    overflow: hidden;
}

.hot_products .titleBox {
    height: 48px;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #f6f6f6;
    padding: 13px 0 8px;
}

.titleBox span:first-child {
    display: inline-block;
    width: 3px;
    height: 18px;
    background-color: #005fe6;
    margin-right: 20px;
}

.titleBox span:last-child {
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

.hot_pros_parts {
    display: flex;
    margin-top: 15px;
    justify-content: space-between;
}

.hot_pros_parts .left_parts {
    width: 72px;
}

.hot_pros_parts .right_parts {
    width: 256px;
}

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

.fire_img {
    width: 14px;
}

.hots_pros_des {
    color: #999999;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin: 0px 0 5px;
}

.hots_pros_company {
    font-size: 12px;
    color: #007DFF;
    background: #DFEFFF;
    display: inline-block;
    border-radius: 10px;
    padding: 1px 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    max-width: 110px;
}

.left_parts ul {
    width: 100%;
    text-align: center;
}

.left_parts ul li {
    height: 32px;
    margin-bottom: 10px;
    line-height: 32px;
    cursor: pointer;
}

.right_parts .hots_lists li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    border-bottom: 1px dashed #F2F2F2;
    padding-bottom: 10px;
}

.right_parts .hots_lists li:last-child {
    border-bottom: none;
}

.right_parts .hots_lists .sort_img {
    height: 24px;
}

.right_parts ul {
    padding-right: 15px;
}

.left_parts ul li.active {
    background: #007DFF;
    opacity: 1;
    border-radius: 0px 25px 25px 0px;
    color: #fff;
}

.hots_pros_title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin: 0px 0 5px;
}

.hots_pros_title a {
    color: #333333;
}

.hots_pros_title a:hover {
    color: #007DFF;
}

.right_contents {
    width: 207px;
}

.right_parts ul {
    display: none;
}

.right_parts ul.active {
    display: block;
}

.video_ad {
    width: 100%;
    padding: 0 20px 30px;
}

.video_ad .ad_img {
    width: 100%;
    height: 100%;
}

.recomment_content {
    display: flex;
}

.recomment_content_left {
    display: flex;
    width: 92px;
    height: 58px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.recomment_content_left .item_time {
    background-color: #323232;
    padding: 0px 8px;
    color: #FFFFFF;
    font-size: 0.875rem;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 2px;
}



.recomment_content_right {
    margin-left: 10px;
    font-size: 0.875rem;
}

.recomment_arts {}

.rookieBox .recomment_conntent {
    margin: 0;
}

.footer {
    margin-top: 0;
}

#app {
    padding-bottom: 50px;
}

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

.sub_des {
    display: flex;
    align-items: center;
    margin: 15px 0;
}

.noreprint {
    border: 1px solid;
    color: rgb(153, 153, 153);
    font-size: 14px;
    padding: 0 10px;
    border-radius: 50px;
    margin-left: 14px;
    line-height: 18px;
}

.rich_media_meta_list{
    padding-bottom: 20px;
}