body {
    background-color: #F1F2F4;
}
.crumbs {
    display: flex;
}
.home {
    width: 1200px;
    margin: 145px auto 0 auto;
}
.crumbs {
    font-size: 14px;
    cursor: pointer;
    color: #333333;
    padding-top: 20px;
    margin-bottom: 30px;
}
.crumbs-mid { 
    cursor: default;
    margin: 0 10px;
}
.crumbs a {
    color: #333333;
 }
 .crumbs a:hover {
    color: #36A437;
 }
.skills-left-main {
    width: 912px;
    height: 175px;
    box-sizing: border-box;
    padding: 30px 33px 30px 33px;
    background: #FFFFFF;
    margin-bottom: 10px;
}
.skills-left-item {
    position: relative;
}
.time-box {
    position: absolute;
    top: -7px;
    left: 3px;
}
.time-box h2 {
    font-weight: bold;
    font-size: 40px;
    color: #333333;
    margin: 0;
}
.time-box span {
    font-size: 14px;
    color: #BEBEBE;
}
.skills-right-item {
    display: flex;
    flex-direction: column;
    margin-left: 81px;
}
.skills-right-item h3 {
    font-size: 18px;
    color: #333333;
    margin: 0;
    margin-bottom: 14px;
}
.skills-right-item p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
   margin-top: 25px;
}
.seeData {
    display: flex;
    align-items: center;
}
.see-item {
    display: flex;
    align-items: center;
    margin-right: 26px;
}
.see-item  img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}
.see-item  span {
    font-size: 14px;
    color: #BEBEBE;
}
.seeData p {
    font-size: 14px;
    color: #888888;
    line-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 27px;
}

/* 阅读排行 start*/
.read-rank {
    width: 277px;
    padding-top: 22px;
    padding-bottom: 22px;
    box-sizing: border-box;
    background: #FFFFFF;
}
.read-rank-header {
     display: flex;
     align-items: center;
     box-sizing: border-box;
     padding-left: 24px;
}
.read-rank-header div {
    width: 4px;
    height: 16px;
    background: #36A437;
    margin-right: 8px;
}
.read-rank-header span {
    font-weight: bold;
    font-size: 16px;
    color: #36A437;
}
.dashed-border {
    margin: 15px 0;
    border-top: 1px dashed #D6D6D6/* 设置顶部边框为2px的虚线，颜色为黑色 */
}
.read-rank-list {
    padding-left: 24px;
    padding-right: 25px;
}
.read-rank-item {
     display: flex;
     align-items: center;
     margin-bottom: 16px;
     cursor: pointer;
}
.read-rank-item .rank-logo {
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    background: #474747;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    margin-right: 8px;
}
.read-rank-item span {
    flex: 1;
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.active-read-rank-item .rank-logo{
    background: #36A437 !important;
}
.read-rank-item span:hover {
     color: #36A437 !important;
}

/* 阅读排行end */

.skill-nav {
    margin-bottom: 10px;
}
.skill-rank-list {
    padding-left: 33px;
    padding-bottom: 10px;
    padding-right: 23px;
}
.skill-rank-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #333333;
    margin-top: 8px;
    padding-bottom: 8px;
    padding-right: 15px;
    border-bottom: 1px solid #f4f4f4;
}
.skill-rank-item img {
    width: 5px;
    height: 10px;
}
.skill-tag-item {
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
     margin-top: 8px;
}
.skill-tag-item span {
    box-sizing: border-box;
    width: 73px;
    height: 30px;
    background: #F1F2F4;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #666666;
    margin-bottom: 1px;
}
.skill-rank {
    width: 277px;
    padding-top: 22px;
    box-sizing: border-box;
    background: #FFFFFF;
}

/* 分页器 */
.page {
   float: left;
}
#page .page-btn {
    padding: 18px 23px;
}
.page-btn {
    font-size: 16px;
    margin: 0 5px;
}
#page .page-btn.active {
    background-color: #36A437;
    border: 1px solid #FFFFFF;
}
.total-page {
    line-height: 59px;
    font-size: 16px;
    color: #888888;     
}
.search-result {
     display: flex;
     justify-content: space-between;
     align-items: center;
     width: 100%;
     height: 64px;
     box-sizing: border-box;
     background-color: #FFFFFF;
     margin-bottom: 10px;
     padding-left: 30px;
     padding-right: 30px;
}
.result-text {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
}
.search-result p {
    font-size: 14px;
    color: #888888;
}
#searchKey,#searchTotal {
    font-size: 18px;
    color: #36A437;
    font-weight: bold;
}
#searchTotal {
    margin: 0 5px;
}

/* 推荐新闻 start*/
.recom-news {
    width: 277px;
    padding-top: 22px;
    padding-bottom: 8px;
    box-sizing: border-box;
    background: #FFFFFF;
}
.recom-news-header {
     display: flex;
     align-items: center;
     box-sizing: border-box;
     padding-left: 24px;
}
.recom-news-header div {
    width: 4px;
    height: 16px;
    background: #36A437;
    margin-right: 8px;
}
.recom-news-header span {
    font-weight: bold;
    font-size: 16px;
    color: #36A437;
}
.dashed-border {
    margin: 15px 0;
    border-top: 1px dashed #D6D6D6/* 设置顶部边框为2px的虚线，颜色为黑色 */
}
.recom-news-list {
    padding-left: 24px;
    padding-right: 20px;
}
.recom-news-item {
     display: flex;
     align-items: center;
     margin-bottom: 16px;
}
.recom-news-item img {
    width: 64px;
    height: 64px;
    border: 1px solid #707070;
    margin-right: 16px;
}
.recom-news-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 154px;
    height: 64px;
}
.recom-news-text p {
    width: 100%;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
.recom-news-text span {
    font-size: 14px;
    color: #B4B4B4;
}
.recom-news-text p:hover {
     color: #36A437 !important;
}

/* 阅读排行end */

.active-skills-left-main .time-box h2 {
    color: #FCFCFC;
}
.active-skills-left-main .time-box span {
    color: #8CCE8C;
}
.active-skills-left-main {
    background-color: #36A437;
}
.active-skills-left-main .skills-right-item h3 {
    color: #FFFFFF;
}
.active-skills-left-main .see-item span {
    color: #AADEAA;
}
.active-skills-left-main .skills-right-item p {
    color: #BFF2BF;
}

/* 管家技巧详情页css */
.skills-left-detail-list {
    width: 912px;
    background-color: #FFFFFF;
    box-sizing: border-box;
    padding: 30px 30px 30px 30px;
    margin-bottom: 30px;
}
.detail-title {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin: 0;
    margin-bottom: 13px; 
}
.detail-logo-box {
    display: flex;
    color: #BEBEBE;
    font-size: 14px;
}
.detial-logo-item {
    display: flex;
    align-items: center;
    margin-right: 26px;
}
.detial-logo-item img{
    width: 17px;
    height: 14px;
    margin-right: 5px;
}
.detial-link-box {
    margin-top: 6px;
    margin-bottom: 55px;
}
.bds_more {
    float: left;
    font-size: 12px;
    padding-left: 17px;
    line-height: 16px;
    height: 16px;
    background-image: url('/src/public/img/icons_0_16.png');
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 6px 6px 30px 0;
}
.bds_qzone {
    background-position: 0 -52px;
}
.bds_tsina {
    background-position: 0 -104px;
}
.bds_tqq {
    background-position: 0 -260px;
}
.bds_renren {
    background-position: 0 -208px;
}
.bds_weixin {
    background-position: 0 -1612px;
}
.abstract {
    width: 852px;
    height: 74px;
    background: #F1F2F4;
    box-sizing: border-box;
    padding: 0 30px;
    margin-top: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.detial-abstract {
    font-size: 14px;
    color: #888888;
    line-height: 74px;
    text-align: left;    
}
.detail-content {
    margin-top: 20px;
    font-size: 14px;
    line-height: 2em;
    word-wrap: break-word;
}
.detail-content p {
    display: inherit;
    margin: 1em 0;
    color: #333;
    word-wrap: break-word;
}
.detail-content img {
    max-width: 100% !important;
    height: auto !important;
}
.detail-content video {
    max-width: 100% !important;
    height: auto !important;
}
.detail-code {
    position: relative;
    margin-top: 130px;
}
.code-box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 344px;
    top: -85px;
    width: 165px;
    height: 165px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
    border-radius: 12px 12px 12px 12px;
}
.code-box img {
    width: 132px;
    height: 132px;
    margin: auto;
}
.detail-code .code-box2 {
    width: 852px;
    height: 209px;
}
.code-text-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    left: 344px; 
    top: 100px;
}
.code-text-box p {
    font-size: 18px;
    color: #333333;
    margin-bottom: 12px;
    font-weight: bold;
}
.code-text-box span {
    font-size: 14px;
    color: #333333;
    margin-bottom: 12px;
}
.click-page {
     display: flex;
     align-items: center;
     margin-top: 30px;
}
.click-page-item {
    width: 50%;
    font-size: 14px;
    color: #333333;
}
.page-text {
    color: #36A437;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}
.related-skills {
    margin-top: 30px;
}
.related-skills-title {
    display: flex;
    align-items: center;
}
.related-skills-title div{
    width: 4px;
    height: 18px;
    background: #36A437;
} 
.related-skills-title span {
    font-size: 18px;
    color: #36A437;
    margin-left: 8px;
    line-height: 18px;
}
.related-skills-line {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 16px;
}
.related-skills-line .line1 {
    width: 84px;
    height: 2px;
    background: #36A437;
}
.related-skills-line .line2 {
    flex: 1;
    border: 1px dashed #E6E6E6;
}
.related-skills-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.related-skills-item {
     display: flex;
     align-items: center;
}
.related-skills-item img {
    width: 64px;
    height: 64px;
    border: 1px solid #707070;
    margin-right: 16px;
}
.related-skills-item p {
    width: 317px;
    font-size: 16px;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 14px;
}
.related-skills-item span {
    font-size: 14px;
    color: #B4B4B4;  
}
.bdshare_popup_box {
    position: absolute;
    display: none;
    /* z-index: 9998; */
    text-align: left;
    background: #f6f6f6;
    border: solid 1px #e9e9e9;
}
.bdshare_popup_top {
    height: 28px;
    color: #626262;
    overflow: hidden;
    font-weight: bold;
    font-size: 14px;
    line-height: 28px;
    padding: 0 5px;
}
.bdshare_popup_list {
    margin: 0;
    padding: 5px 0;
    background: #fff;
    overflow: auto;
    overflow-x: hidden;
    zoom: 1;
}
.bdshare_popup_list li {
    float: left;
    width: 100px;
    padding: 2px;
    margin-left: 6px;
    margin-left: 3px;
    height: 28px;
    overflow: hidden;
    list-style: none;
    transition: all .1s linear;
}
.bdshare_dialog_list a, .bdshare_popup_list a, .bdshare_popup_bottom a {
    color: #565656;
    font: 12px '宋体';
    display: block;
    background-image: url('/src/public/img/icons_0_16.png');
    background-repeat: no-repeat;
    padding: 5px 0 5px 28px;
    text-decoration: none;
    border: 1px solid #fff;
    line-height: 18px;
}
.popup_mshare {
    background-position: 4px -2439px;
}
.popup_qzone {
    background-position: 4px -47px;
}
.popup_tsina {
    background-position: 4px -99px;
}

.popup_renren {
    background-position: 4px -203px;
}

.popup_tqq {
    background-position: 4px -255px;
}

.popup_kaixin001 {
    background-position: 4px -307px;
}

.popup_tqf {
    background-position: 4px -359px;
}

.popup_hi {
    background-position: 4px -411px;
}

.popup_douban {
    background-position: 4px -463px;
}
.popup_tsohu {
    background-position: 4px -515px;
}

.popup_tieba {
    background-position: 4px -723px;
}

.popup_hx {
    background-position: 4px -983px;
}

.popup_fx {
    background-position: 4px -1035px;
}

.popup_ty {
    background-position: 4px -1191px;
}

.popup_fbook {
    background-position: 4px -1347px;
}

.popup_twi {
    background-position: 4px -1399px;
}

.popup_linkedin {
    background-position: 4px -1659px;
}

.popup_meilishuo {
    background-position: 4px -1711px;
}

.popup_mogujie {
    background-position: 4px -1763px;
}

.popup_diandian {
    background-position: 4px -1815px;
}

.popup_huaban {
    background-position: 4px -1867px;
}

.popup_duitang {
    background-position: 4px -2023px;
}

.popup_youdao {
    background-position: 4px -2075px;
}

.popup_wealink {
    background-position: 4px -2179px;
}

.popup_copy {
    background-position: 4px -2283px;
}

.popup_mail {
    background-position: 4px -2335px;
}

.popup_print {
    background-position: 4px -2387px;
}

.popup_mshare {
    background-position: 4px -2439px;
}

.popup_sqq {
    background-position: 4px -2647px;
}

.popup_sdo {
    background-position: 4px -2699px;
}

.popup_qingbiji {
    background-position: 4px -2751px;
}

.popup_people {
    background-position: 4px -2803px;
}

.popup_xinhua {
    background-position: 4px -2907px;
}

.popup_yaolan {
    background-position: 4px -2959px;
}

.popup_thx {
    background-position: 4px -2491px;
}

.popup_bdhome {
    background-position: 4px -151px;
}

.popup_bdxc {
    background-position: 4px -2543px;
}

.popup_more {
    background-position: 4px 5px;
}

.popup_bdysc {
    background-position: 4px -3063px;
}

.popup_isohu {
    background-position: 4px -3011px;
}

.popup_ibaidu {
    background-position: 4px -3115px;
}

.popup_weixin {
    background-position: 4px -1607px;
}

.popup_iguba {
    background-position: 4px -1295px;
}
.bdshare_popup_list li:hover {
    background-color: #f3f3f3;
}

.text p:hover {
    color: #36A437;
}
.page-text a {
    color: #36A437;
}

