.article-top {
    height: 310px;
    overflow: hidden
}

.article-header {
    background: url(../images/04.jpg) center no-repeat;
    width: 105%;
    height: 320px;
    overflow: hidden;
    position: relative;
    margin-left: -15px;
    background-size: cover;
    background-repeat: repeat;
    background-attachment: fixed
}

.article-header:before {
    position: absolute;
    content: "";
    width: 130%;
    height: 320px;
    left: -10px;
    font-size: 13px;
    bottom: 0;
    color: #fff;
    border-radius: 9px 0 0;
    line-height: 21px;
    text-align: center;
    background-image: url(../images/pattern.png);
    background-repeat: repeat
}

.article-tit {
    position: relative;
    margin: 15px 0 25px
}

.article-crumbs {
    color: #999
}

.article-crumbs a:hover {
    color: #007bf5!important
}

.article-tit h1 {
    font-weight: 700;
    font-size: 24px;
    position: relative
}

.article-tit h1 i {
    background: #f50000;
    color: #fff;
    font-style: inherit;
    padding: 5px 10px;
    font-size: 13px;
    border-radius: 5px;
    margin: 4px;
    display: block;
    float: left;
    left: -3px
}

.article-tit .info {
    color: #888;
    font-size: 12px;
    margin-top: 10px;
    border-top: 1px solid #f6f6f6;
    padding-top: 10px
}

.article-tit .info span {
    padding: 0 20px 0 0
}

.article-tit .info span:last-child {
    float: right;
    padding: 0;
    cursor: pointer
}

.article-tit .collect {
    line-height: 28px;
    background: #f6f6f6!important;
    color: #777;
    border-radius: 20px;
    position: absolute;
    top: -36px;
    right: 0;
    cursor: pointer;
    overflow: hidden;
    height: 28px;
    padding: 0 15px 0 13px
}

.article-tit .collect i {
    padding: 0 5px 0 0
}

.article-tit .collect.cover,.article-tit .collect:hover {
    background: #007bf5!important;
    transition: all .3s;
    color: #fff
}

.article-tit .collect.cover i {
    color: #ffb80f
}

.article-main .left {
    width: 900px;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 20px;
    background: #fff
}

.article-body {
    background: #fff;
    border-radius: 5px 5px 0 0;
    font-size: 15px;
    padding: 0 0 20px
}

.article-about,.article-filepage,.article-help,.article-main,.tags-page {
    margin-top: 100px;
    position: relative
}

.article-body a {
    padding-bottom: 2px;
    box-shadow: 0 1px;
    color: #007bf5
}

.article-body p {
    display: block;
    line-height: 30px;
    margin-bottom: 10px;
    word-wrap: break-word
}

.article-about .right h2,.article-body h2,.tags-page h2 {
    font-size: 22px;
    color: #333;
    font-weight: 700;
    margin: 30px 0 25px;
    line-height: 17px
}

.article-body h3 {
    position: relative;
    padding: 5px 0 15px;
    color: #424242;
    font-size: 18px;
    display: -webkit-inline-box;
    cursor: pointer;
    z-index: 16;
    font-weight: 700;
    line-height: 30px
}

.article-body h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 25px 0 20px;
    border-left: 4px solid #007bf5;
    padding: 0 0 0 10px;
    line-height: 17px
}

.article-body h5 {
    font-size: 18px;
    color: #333;
    background: #e2e2e2;
    padding: 5px 10px;
    margin: 0 0 15px;
    font-weight: 600
}

.article-body h6 {
    font-size: 18px;
    color: #333;
    background: #f6f6f6;
    padding: 5px 10px 6px;
    margin: 0 0 15px;
    font-weight: 600;
    border-left: 4px solid #eaeaea;
    border-radius: 5px
}

.article-body h3:before {
    position: absolute;
    top: 35px;
    left: 0;
    z-index: -1;
    width: 45%;
    height: 2px;
    background: #007bf5;
    content: " ";
    border-radius: 20px;
    transition: all .5s
}

.article-body h3:hover:before {
    width: 100%;
    transition: all .5s
}

.article-body ol {
    color: #424242;
    font-size: 15px;
    margin: 5px 0 15px
}

.article-body ol li {
    position: relative;
    padding-left: 15px
}

.article-body ol li:before {
    position: absolute;
    top: 15.5px;
    left: 8px;
    width: 3px;
    height: 3px;
    border-radius: 10px;
    background: #333;
    content: " "
}

.article-body ol li p {
    padding: 2px 10px!important;
    font-size: 15px!important;
    margin-bottom: 5px!important;
    color: #333
}

.article-body ol li:last-child p {
    margin-bottom: 0!important
}

.article-body blockquote {
    position: relative;
    margin: 25px 0;
    padding: 45px 45px 30px;
    border-color: #c0c6cc;
    background-color: #f8f8fa;
    font-family: Lantinghei SC,Open Sans,Arial,Hiragino Sans GB,Microsoft YaHei,\\5fae\8F6F\96c5\9ED1,STHeiti,WenQuanYi Micro Hei,SimSun,sans-serif
}

.article-body blockquote:before {
    top: 20px;
    left: 20px;
    background: url(../images/blockquote.png) no-repeat 0 0
}

.article-body blockquote:after,.article-body blockquote:before {
    position: absolute;
    display: block;
    width: 1pc;
    height: 14px;
    content: ''
}

.article-body blockquote:after {
    right: 20px;
    bottom: 20px;
    background: url(../images/blockquote.png) no-repeat -1pc 0
}

.article-body img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 5px;
    margin: 10px 0
}

.article-body .tao {
    border-radius: 5px
}

.article-body .card a,span.card a {
    padding-right: 0;
    color: #313131;
    text-decoration: none
}

.article-body .card span,span.card span {
    display: block;
    padding-right: 0
}

.article-body .card,span.card {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 30px auto;
    padding: 9px;
    border: 1px solid #eee;
    border-radius: 5px;
    transition: all .3s
}

.article-body .card:hover,span.card:hover {
    -webkit-box-shadow: 0 34px 20px -24px rgba(0,0,0,.1);
    box-shadow: 0 34px 20px -24px rgba(0,0,0,.1);
    -webkit-transform: translateY(-5px)
}

.article-body .card .z-tag-baike,.card .z-tag-brand {
    position: absolute;
    top: 9px;
    left: 0;
    padding-right: 3px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.article-body .card-logo {
    float: left;
    margin-right: 14px
}

.article-body .card-logo img {
    margin: 0!important;
    width: 135px;
    height: 135px
}

.article-body .card-info {
    overflow: hidden;
    padding-right: 4px
}

.article-body .card-info>span {
    display: block
}

.article-body .card-info .card-title {
    overflow: hidden;
    line-height: 28px
}

.article-body .card-info .card-name {
    overflow: hidden;
    margin-bottom: 10px;
    margin-left: 45px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1pc;
    line-height: 34px
}

.article-body .card-info .mall-data {
    float: left;
    margin-top: 8px;
    width: 2pc;
    height: 19px;
    border-radius: 4px;
    background-color: #f50000;
    color: #fff;
    text-align: center;
    font-size: 11px;
    line-height: 20px
}

.article-body .card-info .card-name b,.card-info .card-name em,.card-info .card-name strong {
    font-weight: 400
}

.article-body .card-info .price {
    float: left;
    color: #888;
    font-size: 1pc
}

.article-body .card-info .price b {
    color: #ff002b;
    padding-right: 5px;
    font-size: 18px
}

.article-body .card-info .price s {
    color: #888;
    font-size: 12px
}

.article-body .card-info .card-tags {
    overflow: hidden;
    height: 20px
}

.article-body .card-info .card-tags>span {
    display: inline-block;
    margin-right: 8px;
    padding: 0 7px;
    height: 1pc;
    border: 1px solid #eee;
    color: #999;
    font-size: 9pt;
    line-height: 1pc
}

.article-body .card-info .card-tags span.tag-noborder {
    border: none
}

.article-body .card-info .card-abstract {
    overflow: hidden;
    color: #999;
    font-size: 9pt;
    line-height: 18px
}

.article-body .card-info .card-controls {
    overflow: hidden;
    margin-top: 40px;
    line-height: 30px
}

.article-body .card-info .card-controls .group-data,.card-info .card-controls .mall-data {
    float: left;
    margin-right: 10px;
    color: #999;
    font-size: 9pt
}

.article-body .card-info .card-controls .group-data i {
    margin-right: 5px;
    font-style: normal!important
}

.article-body .card-info .card-controls .card-inline-split {
    float: left;
    margin-right: 10px;
    color: #ccc;
    font-size: 9pt
}

.article-body .card-info .card-btn-deep,.card-info .card-btn-light {
    width: 75pt;
    height: 30px;
    border-radius: 3px;
    text-align: center;
    font-size: 9pt;
    line-height: 28px
}

.article-body .card-info .card-btn-deep:hover,.card-info .card-btn-light:hover {
    opacity: .9
}

.article-body .card-info .card-btn-light {
    background-color: rgba(0,102,102,.1);
    color: #007bf5
}

.article-body .card-info .card-btn-deep {
    margin-left: 10px;
    background-color: #007bf5;
    color: #fff
}

.article-body .card.main-site .card-info .card-name {
    overflow: hidden;
    margin-top: 7px;
    white-space: normal;
    line-height: 24px
}

.article-body .card-info .card-name em,.card.main-site .card-info .card-name b,.card.main-site .card-info .card-name strong {
    margin-left: 6px;
    color: #f04848
}

.article-body .card.main-site .card-info .card-abstract {
    margin-bottom: 20px
}

.article-body .card.main-site .card-info .card-btn-light {
    background-color: rgba(240,72,72,.1);
    color: #f04848
}

.article-body .card.main-site .card-info .card-btn-deep {
    float: right;
    margin-right: 10px;
    background-color: #007bf5;
    color: #fff;
    line-height: 30px
}

.article-body .tool {
    border-radius: 5px;
    overflow: hidden;
    background: #007bf5;
    padding: 10px;
    transition: all .3s
}

.article-body .tool span {
    display: block
}

.article-body .tool .logo {
    width: 70px;
    height: 70px;
    float: left;
    border-radius: 60px;
    overflow: hidden;
    margin: 20px;
    border: 4px solid #fff
}

.article-body .tool:hover {
    -webkit-box-shadow: 0 34px 20px -24px rgba(0,0,0,.1);
    box-shadow: 0 34px 20px -24px rgba(0,0,0,.1);
    -webkit-transform: translateY(-5px)
}

.article-body .tool .logo img {
    width: 100%;
    height: 100%;
    margin: 0
}

.article-body .tool .info {
    float: left;
    margin: 15px;
    color: #fff;
    width: 80%;
    position: relative
}

.article-body .tool .title {
    font-size: 25px;
    margin: 15px 0 0;
    font-weight: 500
}

.article-body .tool .typename {
    line-height: 30px
}

.article-body .tool .link {
    display: inline-block;
    padding: 5px 25px;
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    vertical-align: top;
    position: absolute;
    right: 0;
    top: 25px
}

.article-tags {
    padding: 10px 10px 5px;
    background: #fbfbfb;
    border-radius: 5px
}

.article-tags a {
    padding: 0 10px;
    background: #fff;
    border-radius: 5px;
    color: #888;
    transition: all .3s;
    margin-right: 5px;
    display: block;
    float: left;
    line-height: 30px;
    margin-bottom: 5px
}

.article-tags a:hover {
    background: #007bf5;
    color: #fff;
    transition: all .3s
}

.article-share {
    padding: 20px 0
}

.article-share .fl {
    margin-top: 4px
}

#newdigg a {
    color: #333;
    float: left;
    line-height: 45px;
    border: 1px solid #f1f1f1;
    border-radius: 32px;
    width: 180px;
    text-indent: 80px;
    background-size: 50px!important;
    transition: all .3s;
    display: block;
    background: url(../images/yjz.png) no-repeat 20px center
}

#newdigg a:first-child {
    margin-right: 10px
}

#newdigg a.wjz {
    background: url(../images/wjz.png) no-repeat 20px center
}

.article-tags .fl a:hover {
    background: #007bf5;
    color: #fff;
    transition: all .3s
}

#newdigg a:hover {
    border: 1px solid #007bf5;
    color: #007bf5;
    transition: all .3s
}

.article-down {
    padding: 20px 0 40px;
    margin-top: 1px;
    overflow: hidden
}

.article-down .title {
    font-size: 18px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 8px
}

.article-down .title a {
    margin-left: 20px;
    color: #e96161;
    font-weight: 400;
    font-size: 14px;
    float: right
}

.article-down .title a:hover {
    color: red
}

.article-down .title a i {
    padding-right: 5px
}

.article-down ul li {
    float: left;
    width: 110px;
    height: 40px;
    line-height: 40px;
    background: #f9f9f9;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    margin: 0 5px 5px 0;
    text-align: center;
    transition: all .3s;
    overflow: hidden
}

.article-down ul li a {
    display: block;
    transition: all .3s
}

.article-down ul li a i {
    margin-right: 3px
}

.article-down ul li:hover {
    background: #007bf5!important;
    border: 1px solid #007bf5!important
}

.article-down ul li a:hover,.article-down ul li:hover a {
    color: #fff
}

.article-page {
    padding: 30px 0
}

.article-page a {
    float: left;
    width: 49%;
    position: relative;
    cursor: pointer;
    flex: 1 1;
    height: 90px;
    margin-bottom: 10px;
    color: #fff;
    background-color: #fff;
    overflow: hidden;
    border-radius: 5px;
    padding: 16px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    transition: all .3s
}

.article-page a.down {
    float: right
}

.article-page a:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgba(51,51,51,.7);
    z-index: 1
}

.article-page a .meta {
    position: relative;
    z-index: 9;
    color: #fff;
    font-size: 14px;
    flex: 1 1;
    align-items: flex-start
}

.article-page a h3 {
    position: relative;
    z-index: 9;
    color: #fff;
    margin: 0;
    font-size: 14px;
    line-height: 24px
}

.article-page a:hover {
    background-size: 110%;
    transition: all .3s
}

.copyright {
    padding: 20px 20px;
    border-radius: 4px;
    color: #777;
    font-size: 12px;
    line-height: 20px;
    border: 1px solid #e6e6e6;
    background-color: #fbfbfb
}

.copyright .tit {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
    color: #007bf5;
    text-align: center;
    letter-spacing: 8px
}

.copyright p {
    display: block;
    line-height: 30px;
    margin-bottom: 5px;
    font-size: 14px;
    text-align: justify
}

.article-pinglun .title {
    font-size: 18px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 8px
}

.article-about {
    margin-top: 100px;
    min-height: 800px
}

.article-about .right {
    width: 1000px;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 20px;
    background: #fff
}

.article-about .menu {
    width: 280px;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 30px;
    background: #fff
}

.article-about .menu li {
    margin-bottom: 25px;
    font-size: 16px
}

.article-about .menu li:last-child {
    margin-bottom: 0
}

.article-about .menu li i {
    float: right;
    font-size: 14px;
    line-height: 25px;
    color: #666
}

.article-help {
    border-radius: 5px;
    box-sizing: border-box;
    padding: 20px;
    background: #fff
}

.article-help .article-tit h1 {
    border-bottom: 1px solid #f1f1f1;
    text-align: center;
    padding-bottom: 20px
}

.article-help .article-body {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 20px
}

.tags-page h2 {
    font-weight: 400;
    text-align: center;
    padding: 20px 0;
    font-size: 26px
}

.tags-page ul {
    overflow: hidden;
    padding-top: 10px
}

.tags-page ul li {
    float: left;
    width: 200px;
    background: #1e9fff;
    text-align: center;
    margin: 0 20px 20px 0;
    border-radius: 5px;
    transition: all .3s
}

.tags-page ul li:nth-child(7n+2) {
    background-color: #fca61e
}

.tags-page ul li:nth-child(7n+3) {
    background-color: #e65a4f
}

.tags-page ul li:nth-child(7n+4) {
    background-color: #a1c15c
}

.tags-page ul li:nth-child(7n+5) {
    background-color: #76cba2
}

.tags-page ul li:nth-child(7n+6) {
    background-color: #8f82bc
}

.tags-page ul li:nth-child(7n+7) {
    background-color: #f29c9f
}

.tags-page ul li:nth-child(6n) {
    margin-right: 0
}

.tags-page ul li a {
    display: block;
    color: #fff;
    padding: 20px 0;
    font-size: 18px;
    font-weight: 700
}

.tags-page ul li a span {
    display: block;
    font-weight: 400;
    font-size: 13px;
    margin-top: 5px
}

.tags-page ul li:hover {
    -webkit-transform: translateY(-5px);
    -webkit-box-shadow: 0 34px 20px -24px rgba(0,0,0,.1);
    box-shadow: 0 34px 20px -24px rgba(0,0,0,.1)
}

body .backdown {
    position: fixed;
    bottom: 80px;
    left: 53%;
    width: 59px;
    background: #fff;
    text-align: center;
    line-height: 50px;
    color: #333;
    height: 50px;
    font-size: 21px;
    border-radius: 9px;
    transform: translate(625px,0);
    cursor: pointer
}

.article-filepage {
    border-radius: 5px;
    box-sizing: border-box;
    padding: 50px 60px;
    background: #fff;
    width: 1000px;
    margin: 100px auto;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    min-height: 500px
}

.article-filepage .sp-title {
    font-size: 22px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: center
}

.article-filepage .sp-title h2 i {
    margin-right: 10px
}

.article-filepage blockquote {
    position: relative;
    margin: 25px 0;
    padding: 45px 45px 45px;
    border: 1px solid #f6f6f6;
    text-align: center;
    border-radius: 5px;
    font-size: 16px
}

.article-filepage blockquote:before {
    top: 20px;
    left: 20px;
    background: url(../images/blockquote.png) no-repeat 0 0
}

.article-filepage blockquote:after,.article-filepage blockquote:before {
    position: absolute;
    display: block;
    width: 1pc;
    height: 14px;
    content: ''
}

.article-filepage blockquote:after {
    right: 20px;
    bottom: 20px;
    background: url(../images/blockquote.png) no-repeat -1pc 0
}

.article-filepage p {
    line-height: 30px;
    font-size: 15px;
    background: #f6f6f6;
    padding: 10px;
    margin-bottom: 10px;
    text-indent: 30px;
    text-align: center;
    border-radius: 5px;
    color: #6b6b6b
}

.article-filepage span {
    margin-top: 50px;
    display: block;
    text-align: center
}

.article-filepage span a {
    padding: 10px 25px;
    border-radius: 5px;
    color: #fff;
    margin: 0 20px;
    background: #007bf5
}

.article-filepage span a:nth-child(2) {
    background: #007bf5
}

.article-filepage span a:nth-child(3) {
    background: red
}

.article-filepage span a:nth-child(4) {
    background: #f2f5f9;
    color: #333
}

@font-face {
    font-family: socialshare;
    src: url(../fonts/iconfont.eot);
    src: url(../fonts/iconfont.eot?#iefix) format("embedded-opentype"),url(../fonts/iconfont.woff) format("woff"),url(../fonts/iconfont.ttf) format("truetype"),url(../fonts/iconfont.svg#iconfont) format("svg")
}

.social-share {
    font-family: socialshare!important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale
}

.social-share * {
    font-family: socialshare!important
}

.social-share .icon-tencent:before {
    content: "\f07a"
}

.social-share .icon-qq:before {
    content: "\f11a"
}

.social-share .icon-weibo:before {
    content: "\f12a"
}

.social-share .icon-wechat:before {
    content: "\f09a"
}

.social-share .icon-douban:before {
    content: "\f10a"
}

.social-share .icon-heart:before {
    content: "\f20a"
}

.social-share .icon-like:before {
    content: "\f00a"
}

.social-share .icon-qzone:before {
    content: "\f08a"
}

.social-share .icon-linkedin:before {
    content: "\f01a"
}

.social-share .icon-diandian:before {
    content: "\f05a"
}

.social-share .icon-facebook:before {
    content: "\f03a"
}

.social-share .icon-google:before {
    content: "\f04a"
}

.social-share .icon-twitter:before {
    content: "\f06a"
}

.social-share a {
    position: relative;
    text-decoration: none;
    margin: 4px;
    display: inline-block;
    outline: 0
}

.social-share .social-share-icon {
    position: relative;
    display: inline-block;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    transition: background .6s ease-out 0s;
    line-height: 33px
}

.social-share .social-share-icon:hover {
    color: #fff
}

.social-share .icon-weibo {
    background: #ec363d;
    color: #fff
}

.social-share .icon-weibo:hover {
    background: #ec363d
}

.social-share .icon-tencent {
    color: #56b6e7;
    border-color: #56b6e7
}

.social-share .icon-tencent:hover {
    background: #56b6e7
}

.social-share .icon-qq {
    background: #56b6e7;
    color: #fff
}

.social-share .icon-qq:hover {
    background: #56b6e7
}

.social-share .icon-qzone {
    background: #fdbe3d;
    color: #fff
}

.social-share .icon-qzone:hover {
    background: #fdbe3d
}

.social-share .icon-douban {
    color: #33b045;
    border-color: #33b045
}

.social-share .icon-douban:hover {
    background: #33b045
}

.social-share .icon-linkedin {
    color: #0077b5;
    border-color: #0077b5
}

.social-share .icon-linkedin:hover {
    background: #0077b5
}

.social-share .icon-facebook {
    color: #44619d;
    border-color: #44619d
}

.social-share .icon-facebook:hover {
    background: #44619d
}

.social-share .icon-google {
    color: #db4437;
    border-color: #db4437
}

.social-share .icon-google:hover {
    background: #db4437
}

.social-share .icon-twitter {
    color: #55acee;
    border-color: #55acee
}

.social-share .icon-twitter:hover {
    background: #55acee
}

.social-share .icon-diandian {
    color: #307dca;
    border-color: #307dca
}

.social-share .icon-diandian:hover {
    background: #307dca
}

.social-share .icon-wechat {
    position: relative;
    background: #11ac36;
    color: #fff
}

.social-share .icon-wechat:hover {
    background: #11ac36
}

.social-share .icon-wechat .wechat-qrcode {
    display: none;
    border: 1px solid #eee;
    position: absolute;
    z-index: 9;
    top: -205px;
    left: -84px;
    width: 200px;
    height: 192px;
    color: #666;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 10px #aaa;
    transition: all .2s;
    -webkit-tansition: all 350ms;
    -moz-transition: all 350ms
}

.social-share .icon-wechat .wechat-qrcode.bottom {
    top: 40px;
    left: -84px
}

.social-share .icon-wechat .wechat-qrcode.bottom:after {
    display: none
}

.social-share .icon-wechat .wechat-qrcode h4 {
    font-weight: 400;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777
}

.social-share .icon-wechat .wechat-qrcode .qrcode {
    width: 105px;
    margin: 10px auto
}

.social-share .icon-wechat .wechat-qrcode .qrcode table {
    margin: 0!important
}

.social-share .icon-wechat .wechat-qrcode .help p {
    font-weight: 400;
    line-height: 16px;
    padding: 0;
    margin: 0
}

.social-share .icon-wechat .wechat-qrcode:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -13px;
    width: 0;
    height: 0;
    border-width: 8px 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent
}

.social-share .icon-wechat:hover .wechat-qrcode {
    display: block
}

.mobile-share-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(0,0,0,.5)
}

.mobile-share-bg .top_tips {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    background: rgba(255,235,155,.95);
    color: #a65018;
    text-align: center
}

@media (min-width: 992px) {
    .mobile-share-bg .top_tips {
        display:none!important
    }
}

.mobile-share-wrap {
    position: fixed;
    width: 100%;
    height: 80%;
    left: 0;
    top: 40px;
    z-index: 100000;
    text-align: center
}

.mobile-share-wrap img {
    position: relative;
    max-height: 100%;
    max-width: 96%;
    width: auto;
    display: block;
    margin: 0 auto
}

.mobile-share-wrap .loading {
    display: inline-block;
    padding: 8px 25px;
    text-align: center;
    font-size: 14px;
    margin-top: 40%;
    line-height: 20px;
    color: #666;
    background: #fff;
    border-radius: 3px
}

@media (min-width: 992px) {
    .mobile-share-wrap .loading {
        padding:10px 30px;
        margin-top: 50px
    }
}

.mobile-share-wrap .mobile-share-close {
    position: relative;
    display: inline-block;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    font-size: 26px;
    line-height: 48px;
    font-weight: 300;
    color: #333;
    border-radius: 50%;
    background: #fefefe;
    text-align: center;
    vertical-align: top;
    font-family: serif;
    box-shadow: 0 0 1px 0 rgba(0,0,0,.2);
    cursor: pointer
}

.social-share-icon:before {
    display: none!important
}

.social-share a:first-child {
    margin-left: 0
}

.social-share a:nth-child(2) {
    margin-right: 0
}

.j-mobile-share {
    background: #666 url(../images/tu.svg) center no-repeat!important;
    background-size: 16px!important
}

.collect {
    background: #007bf5 url(../images/collect.svg) center no-repeat!important;
    background-size: 25px!important
}

.social-share .icon-wechat {
    background: url(../images/weixin.svg) no-repeat!important;
    background-size: 33px 33px!important
}

.social-share .icon-qq {
    background: url(../images/qq.svg) no-repeat!important;
    background-size: 33px 33px!important
}

.social-share .icon-weibo {
    background: url(../images/weibo.svg) no-repeat!important;
    background-size: 33px 33px!important
}

.social-share .icon-qzone {
    background: url(../images/qzone.svg) no-repeat!important;
    background-size: 33px 33px!important
}

@media screen and (max-width: 800px) {
    .article-top {
        height:200px
    }

    .article-tit h1 {
        font-size: 20px
    }

    .article-tit .collect {
        top: -36px
    }

    .article-tit .info span {
        padding: 0 10px 0 0
    }

    .article-main .left {
        width: 100%;
        padding: 10px
    }

    .right.public {
        display: none
    }

    .article-tags .fl,.article-tags .fr {
        width: 100%;
        text-align: center;
        float: unset
    }

    .article-tags .fr {
        margin-top: 10px
    }

    .article-tags .fr a {
        margin: 0 5px
    }

    .article-about .menu,.article-about .right {
        width: 100%;
        margin-bottom: 5px;
        padding: 10px
    }

    .article-about .menu li {
        display: block;
        float: left;
        width: 23%;
        text-align: center;
        background: #f6f6f6;
        margin: 1%;
        border-radius: 5px;
        font-size: 14px
    }

    .article-about .menu li a {
        display: inline-block;
        line-height: 30px
    }

    .article-about .menu li i {
        display: none
    }

    .article-about {
        margin-top: 80px
    }

    .article-about .menu li.hover {
        background: #007bf5!important
    }

    .article-about .menu li.hover a {
        color: #fff!important
    }

    .article-body .tool .info {
        width: 50%;
        float: left
    }

    .article-body .tool .link {
        display: none
    }

    .article-tags .fl a,.article-tags .fr a {
        display: inline-block;
        float: unset
    }

    .article-down ul li {
        width: 32%;
        margin: 0 1% 1% 0
    }

    .article-down ul li:nth-child(3n) {
        margin-right: 0
    }

    .tags-page ul li {
        width: 32%;
        margin: 0 2% 2% 0
    }

    .tags-page ul li:nth-child(3n) {
        margin-right: 0
    }

    .article-share .fl,.article-share .fr {
        width: 100%;
        text-align: center
    }

    #newdigg a {
        width: 49%;
        background-position: 1rem center;
        background-size: 2.6rem!important;
        text-indent: 3rem
    }

    #newdigg a:first-child {
        margin: 0
    }

    #newdigg a:last-child {
        float: right
    }

    .article-share .fl {
        margin: 0 0 15px
    }

    .article-filepage {
        width: 100%;
        padding: 50px 20px
    }

    .article-filepage .sp-title {
        font-size: 18px
    }

    .article-filepage span a {
        display: block;
        float: left;
        margin: 5px 0;
        width: 49%;
        padding: 0;
        line-height: 30px
    }

    .article-filepage span a:nth-child(2n) {
        float: right
    }

    .article-filepage span {
        margin-top: 20px;
        overflow: hidden
    }
}
