#content {
     width: 1000px;
     min-height: 607px;
     margin: 0 auto;
     padding-bottom: 24px;
     margin:0 auto;
 }

.block {
    zoom: 1;
    width: 99%;
    line-height: 1.5;
    margin-bottom: 32px;
}

.block:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden
}

.blockmb {
    margin-bottom: 20px
}

a,a:hover {
    text-decoration: none
}

.dt-loading {
    position: relative;
    margin: 20px auto;
    width: 40px;
    height: 40px
}

.dt-loading .dt-loading-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.dt-loading .dt-loading-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #444;
    border-radius: 100%;
    -webkit-animation: dt-circleFadeDelay 1.2s infinite ease-in both;
    animation: dt-circleFadeDelay 1.2s infinite ease-in both
}

.dt-loading .dt-loading-circle.dt-circle-1::before {
    -webkit-animation-delay: -1.2s;
    animation-delay: -1.2s
}

.dt-loading .dt-loading-circle.dt-circle-2::before {
    -webkit-animation-delay: -1.05s;
    animation-delay: -1.05s
}

.dt-loading .dt-loading-circle.dt-circle-3::before {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.dt-loading .dt-loading-circle.dt-circle-4::before {
    -webkit-animation-delay: -.75s;
    animation-delay: -.75s
}

.dt-loading .dt-loading-circle.dt-circle-5::before {
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s
}

.dt-loading .dt-loading-circle.dt-circle-6::before {
    -webkit-animation-delay: -.45s;
    animation-delay: -.45s
}

.dt-loading .dt-loading-circle.dt-circle-7::before {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s
}

.dt-loading .dt-loading-circle.dt-circle-8::before {
    -webkit-animation-delay: -.15s;
    animation-delay: -.15s
}

.dt-loading .dt-loading-circle.dt-circle-1 {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.dt-loading .dt-loading-circle.dt-circle-2 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.dt-loading .dt-loading-circle.dt-circle-3 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.dt-loading .dt-loading-circle.dt-circle-4 {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.dt-loading .dt-loading-circle.dt-circle-5 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.dt-loading .dt-loading-circle.dt-circle-6 {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg)
}

.dt-loading .dt-loading-circle.dt-circle-7 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.dt-loading .dt-loading-circle.dt-circle-8 {
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg)
}

@-webkit-keyframes dt-circleFadeDelay {
    0% {
        opacity: .2
    }

    100% {
        opacity: 1
    }
}

@keyframes dt-circleFadeDelay {
    0% {
        opacity: .2
    }

    100% {
        opacity: 1
    }
}

#dt-report-dialog {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px;
    padding-bottom: 50px
}

#dt-report-dialog .report-reason {
    position: relative
}

#dt-report-dialog .report-reason.active .reason-list {
    display: block
}

#dt-report-dialog .report-reason input {
    position: relative;
    height: 32px;
    width: 332px;
    padding-left: 8px;
    margin-top: 15px;
    font-size: 14px;
    color: #777;
    background-color: #f5f5f5;
    border: none;
    cursor: pointer
}

#dt-report-dialog .report-reason .reason-list {
    display: none;
    position: absolute;
    top: 47px;
    left: 0;
    padding: 0 8px;
    width: 322px;
    height: 87px;
    overflow-y: scroll;
    background-color: #fafafa;
    border: 1px solid rgba(0,0,0,.08)
}

#dt-report-dialog .report-reason .reason-list li {
    padding: 2px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    color: #777;
    cursor: pointer
}

#dt-report-dialog .report-reason .reason-list li:hover {
    color: #ff7e7e
}

#dt-report-dialog .report-reason .icon-select {
    position: absolute;
    right: 0;
    top: 15px;
    width: 32px;
    height: 32px;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    cursor: pointer
}

#dt-report-dialog .report-detail {
    display: none
}

#dt-report-dialog .report-detail textarea {
    resize: none;
    margin-top: 14px;
    padding: 10px;
    background-color: #f5f5f5;
    color: #8a8a8a;
    border: none
}

#dt-report-dialog .submit {
    display: block;
    margin-top: 20px;
    width: 90px;
    height: 32px;
    background-color: #ff7e7e;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 32px
}

.md-pc-comment {
    margin: 0 auto;
    padding: 20px 0 0;
    color: #444
}

.md-pc-comment:last-child(2n) {
    border-top: 0
}

.md-pc-comment .cmt-zero {
    padding: 40px 0 100px
}

.md-pc-comment .cmt-zero a {
    width: 120px;
    margin: 0 auto;
    padding: 112px 0 0;
    font-size: 14px;
    text-align: center;
    background-image: url();
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 99px 100px
}

.md-pc-comment .cmt-zero a:link,.md-pc-comment .cmt-zero a:visited {
    color: #ccc
}

.md-pc-comment .cmt-dn {
    display: none!important
}

.md-pc-comment div.cmt-load-more {
    height: 40px;
    text-indent: -9999px;
    background-image: url();
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center
}

.md-pc-comment li.cmt {
    border-bottom: 1px solid #d8d8d8;
    padding: 30px 0 15px 15px;
    overflow: hidden;
    position: relative;
    -webkit-tap-highlight-color: transparent
}

.md-pc-comment li.cmt:last-child {
    border-bottom: 0 none
}

.md-pc-comment li.cmt:first-child>.line-split-h {
    display: none
}

.md-pc-comment li.cmt>.line-split-h {
    position: absolute;
    left: 15px;
    top: 0
}

.md-pc-comment li.cmt-show-more-comment {
    position: relative;
    overflow: hidden;
    border: 0 none;
    margin-top: -2px;
    background-color: #fff
}

.md-pc-comment li.cmt-show-more-comment a {
    display: block;
    height: 64px;
    line-height: 64px;
    margin-top: 20px;
    border: 1px solid #ff7e7e;
    text-align: center;
    font-size: 16px
}

.md-pc-comment li.cmt-show-more-comment a:link,.md-pc-comment li.cmt-show-more-comment a:visited {
    color: #ff7e7e
}

.md-pc-comment li.cmt-show-more-comment a:hover {
    color: #ff7e7e;
    cursor: pointer;
    background-color: #fff5f5
}

.md-pc-comment .cmt-title {
    padding: 20px 15px 6px;
    background-color: #fff
}

.md-pc-comment .cmt-title :before {
    content: '';
    float: left;
    display: block;
    width: 6px;
    height: 20px;
    margin: 3px 14px 0 0;
    background: #ff7e7e;
    border-radius: 4px
}

.md-pc-comment .cmt-title span {
    height: 20px;
    font-size: 18px;
    font-weight: 700
}

.md-pc-comment .cmt-list {
    background-color: #fff;
    padding-bottom: 20px
}

.md-pc-comment .cmt-list a[href] {
    display: block
}

.md-pc-comment .reply-box {
    margin: 10px 15px 0 0;
    padding: 10px;
    border-radius: 4px;
    background-color: #fafafa
}

.md-pc-comment .comment-input-in textarea {
    display: block;
    resize: none;
    width: 490px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 10px 6px;
    font-size: 14px;
    border: 1px solid #fecccc
}

.md-pc-comment .comment-input-in textarea::-webkit-input-placeholder {
    color: #cdcdcd
}

.md-pc-comment .comment-input-in textarea::-moz-placeholder {
    color: #cdcdcd
}

.md-pc-comment .comment-input-in textarea:-moz-placeholder {
    color: #cdcdcd
}

.md-pc-comment .comment-input-in textarea:-ms-input-placeholder {
    color: #cdcdcd
}

.md-pc-comment .comment-input-in.reply-input-in textarea {
    width: 470px
}

.md-pc-comment .comment-input-in .comment-send-btn-wrap {
    height: 36px;
    line-height: 32px;
    padding: 10px 0 0
}

.md-pc-comment .comment-input-in .comment-send-btn-wrap .comment-send-btn {
    float: right;
    width: 60px;
    text-align: center;
    font-size: 14px;
    background-color: #ff7e7e;
    color: #fff
}

.md-pc-comment .comment-input-in .comment-send-btn-wrap .comment-send-cancel {
    float: right;
    width: 50px;
    text-align: center;
    font-size: 12px
}

.md-pc-comment .comment-input-in .comment-send-btn-wrap .comment-send-cancel:link,.md-pc-comment .comment-input-in .comment-send-btn-wrap .comment-send-cancel:visited {
    color: #aaa
}

.md-pc-comment .comment-input-in .comment-send-btn-wrap .comment-send-cancel:hover {
    color: #ff7e7e
}

.md-pc-comment .reply-box-in .cmt-r-item-answer {
    position: relative;
    line-height: 28px;
    padding: 6px 10px 6px;
    word-wrap: break-word;
    word-break: break-all;
    font-size: 16px
}

.md-pc-comment .reply-box-in .cmt-r-item-answer.reply-active {
    border-radius: 4px;
    background-color: #f0f0f0
}

.md-pc-comment .reply-box-in .cmt-r-item-answer i {
    font-style: normal;
    color: #ff7e7e
}

.md-pc-comment .reply-box-in .cmt-r-item-answer .cmt-r-operate-wrap {
    overflow: hidden;
    height: 25px;
    line-height: 21px
}

.md-pc-comment .reply-box-in .cmt-r-item-answer .cmt-r-operate-wrap .cmt-reply-time {
    float: left;
    font-size: 12px;
    color: #aaa
}

.md-pc-comment .reply-box-in .cmt-r-item-answer .cmt-r-operate-wrap .cmt-in-reply {
    float: right;
    font-size: 14px
}

.md-pc-comment .reply-box-in .cmt-r-item-answer .cmt-r-operate-wrap .cmt-in-reply a:link,.md-pc-comment .reply-box-in .cmt-r-item-answer .cmt-r-operate-wrap .cmt-in-reply a:visited {
    color: #777
}

.md-pc-comment .reply-box-in .cmt-r-item-answer .cmt-r-operate-wrap .cmt-in-reply a:hover {
    color: #ff7e7e;
    text-decoration: none
}

.md-pc-comment .cmt-r-item-find {
    padding: 10px 2px 0 10px;
    line-height: 20px;
    font-size: 16px;
    color: #ff7e7e
}

.md-pc-comment .cmt-r-item-find a:hover,.md-pc-comment .cmt-r-item-find a:link,.md-pc-comment .cmt-r-item-find a:visited {
    display: inline;
    color: #ff7e7e
}

.md-pc-comment .cmts-title span {
    width: 27%;
    display: inline-block;
    text-align: center
}

.md-pc-comment .sender-avatar {
    float: left;
    position: relative;
    width: 40px;
    height: 40px
}

.md-pc-comment .sender-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.md-pc-comment .sender-avatar img.avatar-v {
    position: absolute;
    width: 13px;
    height: 13px;
    right: 0;
    bottom: 0
}

.md-pc-comment .cmt-r {
    position: relative;
    margin-left: 50px
}

.md-pc-comment .cmt-r .cmt-r-info a {
    display: inline-block
}

.md-pc-comment .cmt-r .cmt-r-info span {
    display: block
}

.md-pc-comment .cmt-r .cmt-r-name {
    font-weight: 700;
    font-size: 16px;
    line-height: 18px
}

.md-pc-comment .cmt-r .cmt-r-name:link,.md-pc-comment .cmt-r .cmt-r-name:visited {
    color: #444
}

.md-pc-comment .cmt-r .cmt-r-time {
    line-height: 23px;
    font-size: 14px;
    color: #aaa
}

.md-pc-comment .cmt-r .cmt-author {
    border: 2px solid #ff5959;
    color: #ff5959
}

.md-pc-comment .cmts {
    margin-top: 20px
}

.md-pc-comment .cmt-box {
    margin-top: 6px
}

.md-pc-comment .cmt-box p.cmt-maincont {
    word-wrap: break-word;
    word-break: break-all;
    line-height: 28px;
    padding-right: 15px;
    font-size: 16px
}

.md-pc-comment .cmt-box p.cmt-maincont img {
    width: calc((100% - 2px)/ 3);
    display: block;
    margin-top: 10px
}

.md-pc-comment .cmt-r-item {
    position: relative
}

.md-pc-comment .cmt-r-item-ft .cmt-r-item-pos {
    position: absolute;
    left: auto;
    right: 0;
    top: 13px;
    font-size: 14px;
    color: #777
}

.md-pc-comment .cmt-r-item-ft .cmt-r-item-pos span {
    float: right;
    cursor: pointer;
    padding: 0 5px
}

.md-pc-comment .cmt-r-item-ft .cmt-r-item-pos span i.icon {
}

.md-pc-comment .cmt-r-item-ft .cmt-r-item-pos span:hover {
    color: #ff7e7e
}

.md-pc-comment .cmt-r-item-ft .cmt-r-item-pos span.c-more {
    display: none;
    float: right;
    width: 30px;
    height: 30px;
    background-position: -104px -104px;
    background-size: 68px 68px
}

.md-pc-comment .cmt-r-item-ft .cmt-r-item-pos span.cmt-like {
    height: 30px;
    margin-right: 15px;
    font-size: 14px;
    color: #aaa
}

.md-pc-comment .cmt-r-item-ft .cmt-r-item-pos span.cmt-like:before {
    content: '';
    display: block;
    float: left;
    width: 1px;
    height: 20px;
    margin: 5px 6px 0 0;
    background-color: #d8d8d8
}

.md-pc-comment .cmt-r-item-ft .cmt-r-item-pos span.cmt-like.locked {
    color: red
}

.md-pc-comment .cmt-r-item-ft .cmt-r-item-pos span.cmt-like.active em {
    color: #ff5959
}

.md-pc-comment .cmt-r-item-ft .cmt-r-item-pos span.cmt-like.active i {
    animation: zoom .3s ease;
    -webkit-animation: zoom .3s ease;
    background-position: -5.4px -127.8px
}

.md-pc-comment .cmt-r-item-ft .cmt-r-item-pos span.cmt-like.cancle i {
    animation: zoom1 .3s ease;
    -webkit-animation: zoom1 .3s ease
}

.md-pc-comment .cmt-r-item-ft .cmt-r-item-pos span.cmt-like i {
    width: 30px;
    height: 30px;
    margin: -2px 0 0;
    background-position: -127.8px -5.4px;
    background-size: 81.6px 81.6px
}

.md-pc-comment .cmt-r-item-ft .cmt-r-item-pos span.cmt-like em {
    float: left
}

.md-pc-comment .cmt-r-item-ft .cmt-r-item-pos span.cmt-like em:hover {
    color: #ff7e7e
}

.md-pc-comment .cmt-r-item-ft .cmt-r-item-pos span.cmt-delete-btn {
    float: left
}

.md-pc-comment .cmt-r-item-ft img {
    width: 30px;
    height: 30px;
    margin-top: -7px;
    cursor: pointer
}

.md-pc-comment em {
    font-style: normal;
    display: inline-block;
    line-height: 30px
}

.md-pc-comment .cmt-r-item-hr {
    margin: 5px -12px 12px
}

.md-pc-comment .cmt-r-owner {
    font-size: 10px;
    color: #3498db;
    border-radius: 2px;
    border: 1px solid #3498db;
    padding: 0 2px;
    margin: 0 2px
}

.md-pc-comment .cmt-r-item-name {
    float: left
}

.md-pc-comment .cmt-r-item-name:link,.md-pc-comment .cmt-r-item-name:visited {
    color: #ff7e7e
}

.md-pc-comment .cmt-r-item-name em {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    width: 29px;
    height: 16px
}

.md-pc-comment .cmt-r-item-name em i {
    display: block;
    font-style: normal;
    font-size: 18px;
    -ms-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform: scale(.5);
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    border: 2px solid rgba(255,89,89,.8);
    border-radius: 4px;
    line-height: 26px;
    width: 52px;
    text-align: center
}

.md-pc-comment .comment-img,.md-pc-comment .topic-detail .club-img {
    padding-right: 4px;
    position: relative;
    width: 33%;
    height: 0;
    overflow: hidden;
    margin: 10px 0 0;
    padding-bottom: 33%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.md-pc-comment a:link,.md-pc-comment a:visited {
    color: #333;
    display: block
}

.md-pc-comment .cmt-r-item-a {
    display: inline-block;
    width: 100%
}

#md-pc-comment-tip-copy {
    position: absolute;
    z-index: 9999;
    width: 62px;
    height: 45px
}

#md-pc-comment-tip-copy div {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 36px;
    margin-top: 2px;
    line-height: 37px;
    text-align: center;
    font-size: 14px;
    color: #fff
}

#md-pc-comment-tip-copy dl {
    position: relative;
    height: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    opacity: .8
}

#md-pc-comment-tip-copy dl dd {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0
}

#md-pc-comment-tip-copy dl dd:first-child p {
    display: block;
    height: 36px;
    margin-top: 2px;
    border-radius: 8px;
    background-color: #262728
}

#md-pc-comment-tip-copy dl dd:last-child {
    height: 9px;
    top: 39px
}

#md-pc-comment-tip-copy dl dd:last-child span {
    display: block;
    margin: -2px auto 0 auto;
    width: 0;
    height: 0;
    border-width: 9px;
    border-color: #262728 transparent transparent transparent;
    border-style: solid
}

@-webkit-keyframes zoom {
    0%,100% {
        -webkit-transform: none;
        transform: none;
        will-change: tranfrom
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        will-change: tranfrom
    }
}

@keyframes zoom {
    0%,100% {
        -webkit-transform: none;
        transform: none;
        will-change: tranfrom
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        will-change: tranfrom
    }
}

@-webkit-keyframes zoom1 {
    0%,100% {
        -webkit-transform: none;
        transform: none;
        will-change: tranfrom
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        will-change: tranfrom
    }
}

@keyframes zoom1 {
    0%,100% {
        -webkit-transform: none;
        transform: none;
        will-change: tranfrom
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        will-change: tranfrom
    }
}

#pg-bottom-comment {
    overflow: hidden;
    padding: 20px;
    width: 590px;
    height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fafafa;
    border: 1px solid #e0e0e0;
    border-top: none
}

#pg-bottom-comment.hide {
    display: none
}

#pg-bottom-comment .bottom-comment-content span {
    display: inline-block;
    height: 58px;
    vertical-align: top;
    font-size: 14px;
    color: #444
}

#pg-bottom-comment .bottom-comment-content textarea {
    resize: none;
    margin-left: 14px;
    padding: 7px 10px;
    width: 500px;
    height: 58px;
    color: #777;
    border: 1px solid #fcc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#pg-bottom-comment .bottom-comment-content textarea::-webkit-input-placeholder {
    color: #cdcdcd
}

#pg-bottom-comment .bottom-comment-content textarea:-moz-placeholder {
    color: #cdcdcd
}

#pg-bottom-comment .bottom-comment-button {
    margin-top: 12px;
    margin-left: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#pg-bottom-comment .bottom-comment-button .bottom-comment-photo .comment-add-photo {
    line-height: 28px;
    font-size: 12px;
    color: #777;
    cursor: pointer
}

#pg-bottom-comment .bottom-comment-button .bottom-comment-photo .comment-add-photo .icon-photo {
    display: inline-block;
    margin-right: 8px;
    width: 28px;
    height: 28px;
    vertical-align: top;
    background-repeat: no-repeat;
    background-size: cover
}

#pg-bottom-comment .bottom-comment-button .bottom-comment-photo .comment-photo-wrap {
    display: none;
    margin-top: -10px
}

#pg-bottom-comment .bottom-comment-button .bottom-comment-photo .comment-photo-wrap img {
    margin-right: 12px;
    width: 48px;
    height: 48px
}

#pg-bottom-comment .bottom-comment-button .bottom-comment-photo .comment-photo-wrap a {
    margin-right: 10px;
    vertical-align: text-bottom;
    font-size: 12px;
    color: #aaa
}

#pg-bottom-comment .bottom-comment-button .bottom-comment-submit .comment-cancel {
    display: inline-block;
    width: 24px;
    line-height: 19px;
    border: none;
    font-size: 12px;
    color: #aaa
}

#pg-bottom-comment .bottom-comment-button .bottom-comment-submit .comment-submit {
    display: inline-block;
    margin-left: 7px;
    width: 77px;
    height: 32px;
    background-color: #ff7e7e;
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    text-align: center
}

.icon {
    background-repeat: no-repeat;
    overflow: hidden;
    border: none;
    display: inline-block;
    vertical-align: middle;
    vertical-align: middle;
    font-style: normal
}

.icon_play_music {
    background-position: -4px -66px;
    width: 40px;
    height: 40px
}

.music-btn:hover .icon_play_music {
    background-position: -66px -4px;
    width: 40px;
    height: 40px
}

.music-btn.stop .icon_play_music {
    background-position: -114px -4px;
    width: 40px;
    height: 40px
}

.music-btn.stop:hover .icon_play_music {
    background-position: -52px -66px;
    width: 40px;
    height: 40px
}

#content .article-header,#content .bannerlist,#content .blog-headr {
    display: none
}

#content .card-user {
    display: none
}

.wrap-container {
    background-color: #fff;
    width: 590px;
    margin-right: 20px
}

.wrap-container .pg-article-detail {
    border: solid 1px #dedfe0
}

.wrap-container .pg-article-detail .author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 36px 24px 10px
}

.wrap-container .pg-article-detail .author .author-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.wrap-container .pg-article-detail .author .author-wrap .link {
    display: inline-block;
    width: 50px;
    height: 50px;
    position: relative
}

.wrap-container .pg-article-detail .author .author-wrap .link img {
    width: 50px;
    height: 50px
}

.wrap-container .pg-article-detail .author .author-wrap .link .avatar-v {
    position: absolute;
    width: 18px;
    height: 18px;
    right: 5px;
    bottom: 0
}

.wrap-container .pg-article-detail .author .author-wrap p {
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
    color: #999;
    word-wrap: break-word
}

.wrap-container .pg-article-detail .author .author-wrap img {
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.wrap-container .pg-article-detail .author .author-wrap .author-info {
    margin-left: 8px
}

.wrap-container .pg-article-detail .author .author-wrap .author-info .name {
    display: block;
    font-weight: 600;
    font-size: 18px;
    text-align: left;
    color: #444
}

.wrap-container .pg-article-detail .author .author-wrap .author-info .created-at {
    font-size: 19px;
    color: #aaa
}

.wrap-container .pg-article-detail .author .attention-status {
    display: inline-block;
    width: 84px;
    height: 36px;
    border-radius: 46px;
    font-size: 18px;
    text-align: center;
    line-height: 36px;
    background-color: #ff7e7e;
    color: #fff
}

.wrap-container .pg-article-detail .author .attention-status.isfollow {
    background-color: #fff;
    border: 1px solid #ff7e7e;
    color: #ff7e7e
}

.wrap-container .pg-article-detail .operate-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 64px;
    border-top: 1px solid #e0e0e0
}

.wrap-container .pg-article-detail .operate-wrap .operate-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.wrap-container .pg-article-detail .operate-wrap a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 44px;
    font-size: 16px;
    color: #777;
    line-height: 44px;
    text-align: center;
    border-right: 1px solid #e0e0e0;
    cursor: pointer
}

.wrap-container .pg-article-detail .operate-wrap a:last-child {
    border: none
}

.wrap-container .pg-article-detail .operate-wrap a:hover {
    color: #ff7e7e
}

.wrap-container .pg-article-detail .operate-wrap i {
    display: inline-block;
    margin-right: 8px;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: cover
}

.wrap-container .pg-article-detail .operate-wrap .like .icon-praise {
    animation: zoom .3s ease;
    -webkit-animation: zoom .3s ease
}

.wrap-container .pg-article-detail .operate-wrap .like.active {
    color: #ff7e7e
}

.wrap-container .pg-article-detail .operate-wrap .like.active .icon-praise {
    animation: zoom1 .3s ease;
    -webkit-animation: zoom1 .3s ease;
}

.wrap-container .pg-article-detail .operate-wrap .icon-comment {
}

.wrap-container .pg-article-detail .operate-wrap .collection .icon-collection {
    animation: zoom .3s ease;
    -webkit-animation: zoom .3s ease
}

.wrap-container .pg-article-detail .operate-wrap .collection.active {
    color: #ff7e7e
}

.wrap-container .pg-article-detail .operate-wrap .collection.active .icon-collection {
    animation: zoom1 .3s ease;
    -webkit-animation: zoom1 .3s ease;
}

.wrap-container .pg-article-detail .operate-wrap .more {
    border: none
}

.wrap-container .pg-article-detail .operate-wrap .more .icon-more {
}

.wrap-container .pg-article-detail .operate-wrap .more-detail {
    display: none;
    position: absolute;
    top: 75px;
    right: 0;
    width: 172px;
    border: 1px solid #e0e0e0;
    -webkit-box-shadow: 0 2px 3px 0 rgba(214,214,214,.5);
    box-shadow: 0 2px 3px 0 rgba(214,214,214,.5);
    background-color: #fff;
    z-index: 100
}

.wrap-container .pg-article-detail .operate-wrap .more-detail::after {
    content: '';
    position: absolute;
    top: -22px;
    left: 83px;
    border-top: 10px solid transparent;
    border-bottom: 12px solid #e0e0e0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent
}

.wrap-container .pg-article-detail .operate-wrap .more-detail::before {
    content: '';
    position: absolute;
    top: -21px;
    left: 83px;
    border-top: 10px solid transparent;
    border-bottom: 13px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    z-index: 1
}

.wrap-container .pg-article-detail .operate-wrap .more-detail ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 20px;
    height: 46px;
    border-top: 1px solid #e0e0e0;
    cursor: pointer
}

.wrap-container .pg-article-detail .operate-wrap .more-detail ul li.edit {
    display: none
}

.wrap-container .pg-article-detail .operate-wrap .more-detail ul li:hover p {
    color: #ff7e7e
}

.wrap-container .pg-article-detail .operate-wrap .more-detail ul li a {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border: none
}

.wrap-container .pg-article-detail .operate-wrap .more-detail ul li p {
    white-space: nowrap;
    color: #777;
    font-size: 14px
}

.wrap-container .pg-article-detail .operate-wrap .more-detail ul li:first-child {
    border: none
}

.wrap-container .pg-article-detail .operate-wrap .more-detail ul li.share-weibo i {
}

.wrap-container .pg-article-detail .operate-wrap .more-detail ul li.share-qq i {
}

.wrap-container .pg-article-detail .operate-wrap .more-detail ul li.edit i {
}

.wrap-container .pg-article-detail .operate-wrap .more-detail ul li.not-interested i {
}

.wrap-container .pg-article-detail .operate-wrap .more-detail ul li.report i {
}

#container .original-tip {
    display: none
}

.pg-article-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1000px;
    position: relative;
    margin: 0 auto;
    padding-top: 30px;
}

.article-detail {
    margin: 20px;
    overflow: hidden
}

.article-detail a:link,.article-detail a:visited {
    text-decoration: none;
    color: #ef5454
}

.article-detail h2 {
    font-size: 26px;
    color: #444;
    margin-bottom: 4px
}

.article-detail .visit-count {
    font-size: 14px;
    color: #cdcdcd
}

.article-detail .blog-content {
    color: #333;
    font-size: 16px;
    line-height: 2
}

.article-detail .blog-content p {
    font-size: 16px;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
    white-space: pre-wrap
}

.article-detail .blog-content p * {
    word-break: break-all;
    white-space: pre-wrap
}

.article-detail .blog-content ul li:before {
    color: #666;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px
}

.article-detail .blog-content .img-box,.article-detail .blog-content .video-fig,.article-detail .blog-content .video-iframe {
    display: block;
    width: 480px;
    margin: 24px auto;
    text-align: center
}

.article-detail .blog-content .img-box .img-padding,.article-detail .blog-content .video-fig .img-padding,.article-detail .blog-content .video-iframe .img-padding {
    background: url() center center no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

.article-detail .blog-content .img-box .img-upfail,.article-detail .blog-content .video-fig .img-upfail,.article-detail .blog-content .video-iframe .img-upfail {
    display: none;
    background-image: none
}

.article-detail .blog-content .img-box .imagecaption,.article-detail .blog-content .video-fig .imagecaption,.article-detail .blog-content .video-iframe .imagecaption {
    font-size: 13px;
    color: #999;
    text-align: center;
    padding: 8px 24px 8px;
    border-bottom: 1px solid #e3e3e3;
    display: inline-block;
    line-height: 20px;
    min-height: 20px
}

.article-detail .blog-content .img-box img,.article-detail .blog-content .video-fig img,.article-detail .blog-content .video-iframe img {
    width: 100%
}

.article-detail .blog-content .music-box {
    text-align: center;
    width: 480px;
    height: 96px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 12px auto;
    border: solid 1px #e3e3e3;
    font-size: 14px;
    padding: 12px;
    color: #666
}

.article-detail .blog-content .music-box.fail {
}

.article-detail .blog-content .music-box dl {
    background: #fff
}

.article-detail .blog-content .music-box dl:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden
}

.article-detail .blog-content .music-box dl dt {
    float: left;
    width: 70px;
    height: 70px;
    position: relative;
    overflow: hidden
}

.article-detail .blog-content .music-box dl dt img {
    border-radius: 4px;
    width: 100%
}

.article-detail .blog-content .music-box dl dt .music-btn {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    cursor: pointer
}

.article-detail .blog-content .music-box dl dd {
    float: left;
    margin-left: 12px;
    width: 370px;
    overflow: hidden
}

.article-detail .blog-content .music-box dl dd h3 {
    font-size: 18px;
    color: #333;
    margin: 8px 0;
    text-align: left;
    line-height: 24px
}

.article-detail .blog-content .music-box dl dd p {
    font-size: 15px;
    color: #999;
    height: 26px;
    width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left
}

.article-detail .blog-content .video-box {
    width: 480px;
    height: 360px;
    margin: 0 auto;
    position: relative
}

.article-detail .blog-content .video-box iframe,.article-detail .blog-content .video-box video {
    display: block!important;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000
}

.article-detail .blog-content .img-box {
    margin: 24px auto;
    max-width: 100%;
    text-align: center
}

.article-detail .blog-content .img-box img {
    width: 100%;
    display: block!important
}

.article-detail .blog-content video::-internal-media-controls-download-button {
    display: none
}

.article-detail .blog-content video::-webkit-media-controls-enclosure {
    overflow: hidden
}

.article-detail .blog-content video::-webkit-media-controls-panel {
    width: calc(100% + 32px)
}

.article-detail .original-tip {
    margin-top: 24px
}

.wrap-siderbar {
    width: 390px
}

.wrap-siderbar .related-article {
    border: 1px solid #e0e0e0;
    background-color: #fff;
    margin-bottom: 20px
}

.wrap-siderbar .related-article span {
    color: #777;
    font-size: 14px;
    text-align: left
}

.wrap-siderbar .related-article .title {
    display: block;
    padding: 16px 20px
}

.wrap-siderbar .related-article .article-list {
    padding: 14px 20px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0
}

.wrap-siderbar .related-article .article-list .article-item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 14px
}

.wrap-siderbar .related-article .article-list .article-item a img {
    width: 70px;
    height: 70px
}

.wrap-siderbar .related-article .article-list .article-item a .related-info {
    margin-left: 10px;
    width: 240px
}

.wrap-siderbar .related-article .article-list .article-item a .related-info .article-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #444
}

.wrap-siderbar .related-article .article-list .article-item a .related-info .article-data .read::after {
    content: 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â·';
    display: inline-block;
    vertical-align: middle
}

.wrap-siderbar .related-article .get-more {
    display: block;
    padding: 12px;
    text-align: center;
    font-size: 16px;
    color: #ff7e7e
}

.wrap-siderbar .related-article .get-more .icon-arrow {
    display: inline-block;
    margin-left: 3px;
    width: 13px;
    height: 13px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url()
}

.wrap-siderbar .none {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #e0e0e0;
    padding: 40px 0
}

.wrap-siderbar .none p {
    color: #e0e0e0;
    font-size: 14px
}

.ad-link {
    display: block;
    line-height: 0;
    margin-top: 20px;
    cursor: pointer
}

.ad-link img {
    width: 100%
}

.vote-box {
    position: relative;
    width: 480px;
    margin: 24px auto;
    padding: 20px 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.vote-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #dbdbdb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 200%;
    height: 200%;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.vote-box h3 {
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
    line-height: 24px;
    font-weight: 400;
    word-break: break-all;
    white-space: pre-wrap
}







.vote-box .choice-list {



    font-size: 15px;
    position: relative
}

.vote-box .choice {
    color: #666;
    position: relative;
    padding-bottom: 16px;
    cursor: pointer
}

.vote-box .choice:last-child {
    margin: 0
}

.vote-box .choice.checked label:before {
}

.vote-box .choice label {
    position: relative;
    margin-left: 28px;
    display: block;
    line-height: 21px;
    padding-bottom: 11px;
    color: #333;
    word-break: break-all;
    white-space: pre-wrap
}

.vote-box .choice label:before {
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    left: -28px;
    top: 2px;
    background-image: url();
    background-size: 100%
}

.vote-box .choice .vote-prc {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    opacity: 0;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    display: -webkit-flex;
    height: 17px;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-transition: all ease .2s;
    transition: all ease .2s;
    -webkit-transition: all ease .2s
}

.vote-box .choice .vote-prc span {
    display: block;
    color: #999;
    font-size: 12px
}

.vote-box .choice .vote-prc .proc {
    width: 66%;
    height: 6px;
    position: relative;
    border-radius: 50px;
    background: rgba(0,0,0,.16);
    margin-right: 24px
}

.vote-box .choice .vote-prc .proc i {
    position: absolute;
    border-radius: 50px;
    width: 0;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #e74c3c;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transition: all .5s ease
}

.vote-box .choice .vote-prc .count {
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
    -moz-box-flex: 2;
    -webkit-box-flex: 2
}

.vote-box .choice .vote-prc .rate {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: flex;
    display: -webkit-flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end
}

.vote-box.single .choice label:before {
}

.vote-box.single .choice.checked label:before {
}

.vote-box .vote-btn {
    position: relative;
    width: 80px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    margin-top: 24px;
    display: block;
    font-size: 14px;
    color: #fff;
    height: 32px;
    line-height: 32px;
    border-radius: 2px;
    background-color: #000;
    opacity: .16;
    cursor: pointer
}

.vote-box.abled .vote-btn {
    background-color: #e74c3c;
    opacity: 1
}

.vote-box.done .vote-btn {
    background-color: transparent;
    color: #999;
    line-height: 24px;
    height: 24px;
    opacity: 1
}

.vote-box.done .vote-prc {
    opacity: 1
}

.vote-box.done .choice {
    margin-bottom: 16px
}

.vote-box.done .choice label {
    animation: selected .3s forwards;
    -webkit-animation: selected .3s forwards
}

.vote-box.done .choice label:before {
    opacity: 0
}

.v-card {
    width: 444px;
    margin: 0 auto;
    display: table;
    background-color: #f8f8f8;
    vertical-align: middle;
    padding: 18px 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;

    -ms-transform: scale(.7);
    transform: scale(.7);
    -webkit-transform: scale(.7)
}

.v-card:before {
    content: '';
    width: 13px;
    height: 13px;
    position: absolute;
    left: 10px;
    top: 10px
}

.v-card .v-card-img {
    background-color: #fff;
    border-radius: 50%;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 142px;
    height: 142px;
    position: relative
}

.v-card .v-card-img a {
    display: block
}

.v-card .v-card-img img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle
}

.v-card .v-card-img:after {
    content: '';
    width: 35px;
    height: 35px;
    position: absolute;
    right: 10px;
    bottom: 10px
}

.v-card .v-card-info {
    display: table-cell;
    vertical-align: middle;
    padding-left: 22px;
    text-align: left
}

.v-card .v-card-info .link {
    font-size: 26px;
    font-weight: 700;
    color: #3a3a3a!important;
    overflow: hidden;
    line-height: 42px;
    width: 200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.v-card .v-card-info p {
    margin-top: 8px;
    font-size: 16px;
    color: #686868;
    white-space: pre-wrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    width: 100%
}

.article-recommends {
    background-color: #fff;
    border: solid 1px rgba(0,0,0,.12);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 10px;
    margin-top: 20px
}

.article-recommends .art-item {
    border-bottom: 1px solid rgba(0,0,0,.08);
    padding: 10px 10px 10px 0;
    position: relative;
    cursor: pointer
}

.article-recommends .art-item:last-child {
    border: none
}

.article-recommends h3 {
    font-size: 14px;
    line-height: 1.5;
    color: #444;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-orient: vertical;
    font-size: 16px;
    max-height: 42px;
    line-height: 21px
}

.article-recommends .article-cover {
    width: 80px;
    padding-bottom: 80px;
    float: right;
    height: 0
}

.article-recommends .article-cover img {
    width: 100%
}

.article-recommends .article-info {
    width: calc(100% - 90px);
    float: left
}

.article-recommends .article-info .sender {
    position: absolute;
    bottom: 10px;
    font-size: 12px;
    letter-spacing: .7px;
    color: #777
}

@-webkit-keyframes selected {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        -webkit-transform: translate3d(-28px,0,0);
        transform: translate3d(-28px,0,0)
    }
}

@keyframes selected {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        -webkit-transform: translate3d(-28px,0,0);
        transform: translate3d(-28px,0,0)
    }
}

@-webkit-keyframes zoom {
    0%,100% {
        -webkit-transform: none;
        transform: none;
        will-change: tranfrom
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        will-change: tranfrom
    }
}

@keyframes zoom {
    0%,100% {
        -webkit-transform: none;

        transform: none;
        will-change: tranfrom
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        will-change: tranfrom
    }
}

@-webkit-keyframes zoom1 {
    0%,100% {
        -webkit-transform: none;
        transform: none;
        will-change: tranfrom
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        will-change: tranfrom
    }
}

@keyframes zoom1 {
    0%,100% {
        -webkit-transform: none;
        transform: none;
        will-change: tranfrom
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        will-change: tranfrom
    }
}
.w_pui_nav_select_list{
    background-color: #fff;
    width: 590px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.w_pui_nav_select_list .nav {
    font-size: 14px;
}
.w_pui_nav_select_list .nav li {
    padding-top: 13px;
    position: relative;
    float: left;
    margin-right: 20px;
    cursor: pointer;
}
.w_pui_nav_select_list .nav li.cur .cc_text {
    color: #46d233;
}

element.style {
}
.w_pui_nav_select_list .nav li.cur .cc_text {
    color: #46d233;
}
.w_pui_nav_select_list .nav a, .w_pui_nav_select_list .nav .cc_text {
    text-decoration: none!important;
    -webkit-transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
    color: #444;
}
.w_pui_nav_select_list .nav li {
    padding-top: 13px;
    position: relative;
    float: left;
    margin-right: 20px;
    cursor: pointer;
}
.w_pui_nav_select_list .nav a, .w_pui_nav_select_list .nav .cc_text {
    text-decoration: none!important;
    -webkit-transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
    color: #444;
}
.pui_list_img_txt {
    background: #fff;
}
#base_list .main .item-wrap {
    margin-top: 15px;
}
.pui_list_img_txt .item {
    background: #fff;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    margin: 0 30px;
}
.pui_list_img_txt .item .lbox {
    overflow: hidden;
    float: left;
    position: relative;
    background-color: #E7EAEE;
}
.pui_list_img_txt .item .lbox a {
    display: inline-block;
    width: 240px;
    height: 160px;
    overflow: hidden;
    position: relative;
}
.pui_list_img_txt .item .lbox a .fade-box {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent;
    -webkit-transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}
.pui_list_img_txt .item .rbox {
    width: 305px;
    float: right;
}
.pui_list_img_txt .item .rbox a {
    color: #111;
}
.pui_list_img_txt .item .rbox a:hover h3 {
    -webkit-transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    transition-duration: .2s;
    text-decoration: none;
    color: #46d233;
}

.pui_list_img_txt .item .rbox .des {
    padding-top: 7px;
    font-size: 14px;
    color: #999;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-display: box;
    -ms-display: box;
    -moz-display: box;
    display: box;
    -webkit-line-clamp: 2;
    -ms-line-clamp: 2;
    -moz-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -ms-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
}
.pui_list_img_txt .item .list {
    padding-top: 26px;
    font-size: 14px;
    color: #999;
}
.pui_list_img_txt .item .list li {
    float: left;
    margin-right: 10px;
}
#base_list .skill-list-page .iconfont {
    font-size: 14px;
    color: #ccc;
}
.item-wrap{  border: 1px #e6e6e6 solid;
}
.pui_list_img_txt .item .rbox h3 {
    font-size: 24px;
    color: #111;
    padding-top: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#pagedown_table td {
    font-size: 12px;
    padding-top: 20px;
}

.an_1_at {
    background: #ff8707 none repeat scroll 0 0 !important;
    color: #ffffff !important;
}

.an_1 {
    display: inline-block;
    background: none;
    border: 1px solid #c0c0c0;
    color: #666666;
    /*float: right;*/
    font-size: 14px;
    margin-left: 2px;
    padding: 4px 10px;
    border-radius: 5px;
    text-decoration: none;
}

#pagedown_table tr td input {
    font-size: 12px;
    width: 38px;
    height: 27px;
    padding: 0 5px;
    background: none;
    outline: none;
    border: 1px solid #c0c0c0;
    border-radius: 5px;
}

#col-r{padding-top: 0px;float: left;width: 395px;}
#col-l ul li a{ display: block; padding: 15px 10px; border-bottom: 1px dotted #ccc;}
#col-l ul li a h4{ font-size: 24px;}
#col-l ul li a p{ color: #666; line-height: 1.7em;}
#col-l ul li a .time{ color:#999; padding-top:5px}
#col-l ul li a:hover{ background: #f4f4f4;}
#col-r .block{ height: auto; overflow: hidden; margin-bottom: 15px;}
#col-r .block h3{border-left: 3px solid #ff5959;padding-left: 10px;background: #f4f4f4;height: 35px;line-height: 35px;padding-right: 5px;color: #575758;font-weight: bold;font-size: 16px;}
#col-r .block h3 a{ font-size: 12px; color: #888; font-weight: normal;}

#r-news .js-btn{margin-bottom: 5px;height: auto;overflow: hidden;background: #f4f4f4;height: 40px;line-height: 40px;font-size: 16px;/* width: 99%; */}
#r-news .js-btn li{cursor: pointer;float: left;padding: 0 15px;/* color: #089DE2; */}
#r-news .js-btn li.active{background: #fc5a5a;color: #fff;}
#r-news .js-content ul li{border-bottom: 1px dotted #ccc;height: 35px;line-height: 35px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
#r-news .js-content li.list{ display: none;}
#r-news .js-content li.list.active{ display: block;}
#r-news .js-content ul li span{ background: url(../images/list_14.jpg) no-repeat; height: 18px; width: 18px; text-align: center; line-height: 18px; color: #fff; display: inline-block; display:inline-block; _zoom:1;*display:inline;margin-right: 10px; }

#r-rec h3{ margin-bottom: 5px;}
#r-rec ul li{ border-bottom: 1px dotted #ccc; height: 35px; line-height: 35px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

#r-pic h3{ margin-bottom: 10px; }
#r-pic ul li{margin-top: 5px;float: left;width: 170px;margin-right: 13px;text-align: center;line-height: 30px;margin-left: 7px;}
#r-pic ul li a,#r-pic ul li img{ display: block;}
#col-r .ad-right{ margin-top: -5px;}

#phlist ul li{width: 90%;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;border-bottom: 1px dotted #ccc;height: 35px;line-height: 35px;white-space: nowrap;background: url(../images/list_15.png) left center no-repeat;padding-left: 20px;margin-left: 3px;font-size: 14px;}

#r-rec li{
    font-size: 14px;
    padding-left: 3px;
}
.m-crm.g-wp {
    margin-top: 15px;
    font-size: 13px;
    margin-bottom: 20px;
    padding-left: 10px;
    color: #ababab;
}
.m-crm.g-wp a {color: #ababab;float: left;text-decoration:none;}
.m-crm.g-wp a:hover{color: #ab0000;float: left;}

.m-crm .dot {
    padding: 0 6px;
    font-size: 20px;
    position: relative;
    top: 1px;
    float: left;
}
.g-wp {
    /* width: 600px; */
    /* margin: 0 auto; */
}


.album{
    /* margin:20px auto; */
    width: 980px;
    height:900px;
    /* border:10px solid #FFF; */
    -webkit-box-shadow: 1px 2px 5px #CCC;
    -moz-box-shadow: 1px 1px 5px #CCC;
    box-shadow: 1px 1px 5px #CCC;
    overflow:hidden;
}

.album-image-md{
    position:relative;
    z-index:1;
    margin:0 auto;
    height:800px;
    overflow:hidden;
}

.album-image-bd{
    position:relative;
    z-index:1;
    margin:0 auto;
    height:750px;
    text-align:center;
    overflow:hidden;
}

.album-image{
    position:absolute;
    z-index:2;
    top:50%;
    left:50%;
}

.album-image-ft{
    margin:0 auto;
    height:50px;
    line-height:50px;
    text-align:center;
    overflow:hidden;
}

#album-image-ft{
    font-size:12px;
}

.album-image-nav{
    position:absolute;
    z-index:2;
    top:0;
    left:0;
    margin:0;
    padding:0;
    width:980px;
    height:750px;
    overflow:hidden;
}

.album-image-nav-left-block{
    position:relative;
    z-index:1;
    float:left;
    margin:0;
    width:50%;
    height:750px;
    list-style-type:none;
    overflow:hidden;
}

.album-image-nav-right-block{
    position:relative;
    z-index:1;
    float:left;
    margin:0;
    width:50%;
    height:750px;
    list-style-type:none;
    overflow:hidden;
}

.album-image-btn-prev:link,.album-image-btn-prev:visited,.album-image-btn-prev:hover{
    position:absolute;
    z-index:2;
    top:50%;
    left:0;
    margin:-40px 0 0 0;
    width:40px;
    height:80px;
    line-height:60px;
    font-size:100px;
    color:#999;
    background-color:#333;
    opacity: 0.7;
    filter:alpha(opacity=70);
    text-decoration:none;
    text-align:center;
    overflow:hidden;
}

.album-image-btn-next:link,.album-image-btn-next:visited,.album-image-btn-next:hover{
    position:absolute;
    z-index:2;
    top:50%;
    right:0;
    margin:-40px 0 0 0;
    width:40px;
    height:80px;
    line-height:60px;
    font-size:100px;
    color:#999;
    background-color:#333;
    opacity: 0.7;
    filter:alpha(opacity=70);
    text-decoration:none;
    text-align:center;
    overflow:hidden;
}

.album-image-btn-prev:hover,.album-image-btn-next:hover{
    color:#FFF;
    background-color:#000;
}

.album-image-loading-overlay{
    position:absolute;
    z-index:4;
    top:0;
    left:0;
    margin:0;
    width:980px;
    height:750px;
    background-color:#FFF;
    opacity: 0.6;
    filter:alpha(opacity=60);
    overflow:hidden;
}

.album-image-loading-overlay img{
    position:absolute;
    z-index:4;
    top:50%;
    left:50%;
    margin:-50px  0 0 -50px;
    width:100px;
    height:100px;
}

.album-carousel{
    margin:0 auto;
    width:980px;
    height:80px;
    overflow:hidden;
}

.album-carousel-btn-prev:link,.album-carousel-btn-prev:visited,.album-carousel-btn-prev:hover{
    float:left;
    margin:0;
    width:50px;
    height:80px;
    line-height:70px;
    text-align:center;
    font-size:80px;
    text-decoration:none;
    color:#999;
    overflow:hidden;
}

.album-carousel-btn-next:link,.album-carousel-btn-next:visited,.album-carousel-btn-next:hover{
    float:right;
    margin:0;
    width:50px;
    height:80px;
    line-height:70px;
    text-align:center;
    font-size:80px;
    text-decoration:none;
    color:#999;
    overflow:hidden;
}

.album-carousel-btn-prev:hover,.album-carousel-btn-next:hover{
    color:#F00;
    background-color:#F4F4F4;
}

.album-carousel-zone{
    position:relative;
    z-index:1;
    float:left;
    margin:0;
    width:880px;
    height:80px;
    background-color:#FFF;
    overflow:hidden;
}

.album-carousel-list{
    position:absolute;
    z-index:2;
    top:0;
    left:0;
    margin:0;
    padding:0;
    width:1760px;
    height:80px;
    overflow:hidden;
}

.album-carousel-thumb{
    position:relative;
    z-index:3;
    float:left;
    margin:0;
    list-style-type:none;
    width:80px;
    height:80px;
    overflow:hidden;
}

.album-carousel-thumb a:link,.album-carousel-thumb a:visited,.album-carousel-thumb a:hover{
    position:absolute;
    z-index:2;
    top:0;
    left:0;
    width:80px;
    height:80px;
    border:3px solid #FFF;
    overflow:hidden;
}

.album-carousel-thumb-selected a:link,.album-carousel-thumb-selected a:visited,.album-carousel-thumb-selected a:hover,.album-carousel-thumb a:hover{
    border:3px solid #F00;
}

.album-carousel-thumb img{
    position:absolute;
    z-index:1;
    display:block;
    top:-37px;
    left:-80px;
    width:230px;
    height:144px;
    opacity:0.5;
    filter:alpha(opacity=50);
}

.album-carousel-thumb-selected a:link img,.album-carousel-thumb-selected a:visited img,.album-carousel-thumb-selected a:hover img,.album-carousel-thumb a:hover img{
    opacity:1;
    filter:alpha(opacity=100);
}

.album-download:link,.album-download:visited,.album-download:hover{
    position:absolute;
    z-index:3;
    top:10px;
    right:10px;
    margin:0;
    height:28px;
    line-height:28px;
    font-size:12px;
    padding-left:30px;
    text-decoration:none;
    background:transparent url(../img/button-bg-comments.png) 0 -137px no-repeat;
    overflow:hidden;
}

.album-download:hover{
    background-position: 0 -282px;
    color:#FFF;
}

.album-download span{
    display:block;
    background:transparent url(../img/button-bg-comments.png) 100% -50px;
    padding-right:20px;

}

.album-download:hover span{
    background-position: 100% -456px;
}

.hide{
    display:none;
}
.pic_t {
    padding-left: 1em;
    padding-right: 1em;
}
.pic_t {
    font-family: "omnes-pro", sans-serif;
    max-width: 1000px;
    /* margin: 0 auto; */
    padding: 1em;
    text-align: center;
    border-bottom: 1px solid #eee;
    background: #fff;
}
.pic_t h1 {
    font-size: 300%;
    font-weight: 100;
    margin: 0;
}
.pic_t h2 {
    font-size: 125%;
    font-weight: 100;
    line-height: 1.5;
    margin: 0;
    color: #666;
}
.content {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    max-width: 950px;
}
.pic-content {
    /* display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox; */
    display: block;
    max-width: 950px;
    position: relative;
    margin: 0 auto;
    padding-top: 30px;
    float: left;
}
.pic_right{
    position: absolute;
    height: 100%;
    width: 299px;
    border-left: 1px solid #e2e2e2;
    background: #fff;
    right: 0;
    top: 50px;
    padding-top: 10px;
    float: left;
    left: 1000px;
}

.cc_right {
    /* position: absolute; */
    height: 100%;
    width: 300px;
    border-left: 1px solid #e2e2e2;
    background: #fff;
    right: 0;
    top: 0;
    float: left;
    height: 600px;
}
.cc_right .cc_user_item {
    border-bottom: 1px solid #eee;
    padding: 20px 100px 20px 70px;
    position: relative;
}
}
.cc_right .cc_user_item .cc_user_img {
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    left: 20px;
    top: 20px;
}
.cc_right .cc_user_item .cc_user_text {
    height: 40px;
}
.cc_right .cc_user_item .cc_user_follow {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translate3d(0,-50%,0);
    -ms-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}
.cc_right .cc_info {
    padding: 15px 20px 10px;
    border-bottom: 1px solid #eee;
}
.cc_right .cc_info_title {
    font-size: 14px;
    color: #444;
    font-weight: 700;
    margin-bottom: 2px;
    line-height: 20px;
}

.cc_right .cc_info_des {
    font-size: 14px;
    color: #999;
    margin-bottom: 6px;
    line-height: 21px;
    max-height: 84px;
    overflow-x: hidden;
    overflow-y: auto;
    word-break: break-all;
    word-wrap: break-word;
}
.cc_right .cc_info_discount .cc_discuss {
    cursor: pointer;
    padding-top: 2px;
}
.w_like_button {
    display: inline-block;
}
.cc_right .cc_info_discount>div {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    margin-right: 16px;
    color: #ccc;
    font-size: 14px;
}
.cc_right .cc_info_discount>div>.iconfont {
    font-size: 16px;
    margin-right: 3px;
    color: #ccc;
}
.cc_medal {
    border-bottom: 1px solid #eee;
    padding: 14px 24px 6px;
}

.cc_medal a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;

    margin-right: 15px;
    height: 32px;
    overflow: hidden;
    margin-bottom: 10px;
}
.cc_medal a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    margin-right: 15px;
    height: 32px;
    overflow: hidden;
    margin-bottom: 10px;
}
.cc_opera {
    padding: 20px;
}
.cc_opera a {
    margin-bottom: 12px;
    font-size: 14px;
}
.cc_opera_like {
    display: block;
    height: 40px;
    width: 100%;
    line-height: 40px;
    background: #ff5959;
    color: #fff;
    text-align: center;
    font-size: 14px;
}
.cc_opera a {
    margin-bottom: 12px;
    font-size: 14px;
}

.w_default_avatar .size-40 {
    width: 40px;
    height: 40px;
    font-size: 35px;
}
.w_default_avatar .avatar-wrapper {
    display: inline-block;
    border-radius: 100%;
    background-size: 100%;
    cursor: pointer;
}
.cc_right .cc_user_item .cc_user_img {
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    left: 20px;
    top: 20px;
}
.w_pui_follow_button.cc_topic_green .cc_no_attension {
    background: #ff5959;
    color: #fff;
    border: 0;
}
.w_pui_follow_button .cc_follow_btn>span {
    display: block;
    -webkit-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -moz-transition-duration: .3s;
    transition-duration: .3s;
    position: relative;
    width: 78px;
    height: 30px;
    line-height: 28px;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.gp_button_white_b_gray {
    background: #fff;
    color: #444;
    border: 1px solid #ddd;
}
.w_poco_image_preview_v2 .cc_opera a {
    margin-bottom: 12px;
    font-size: 14px;
}
.gp_button {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    width: auto;
    border-radius: 0;
    text-align: center;
    padding-left: 23px;
    padding-right: 23px;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px!important;
    font-size: 16px;
}
.gp_button_nowidth {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.cc_share_btn {
    /* position: absolute; */
    right: 20px;
    bottom: 20px;
    width: 196px;
    text-align: right;
    color: #999;
    display: inline-block;
}
.cc_right_bottom {
    /* position: absolute; */
    /* float: left; */
    /* bottom: 0; */
    left: 0;
    width: 100%;
    padding: 20px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

span.cc_title {
    width: 45px;
    float: left;
}
.cc_main_scroll {
    /* overflow: auto; */
    position: relative;
    height: 100%;
    margin-top: 16px;
}
.cc_main_body {
    width: 950px;
    padding: 0 0 30px;
    /* margin: 0 auto; */
}
.work_wrap {
    color: #444;
    padding: 26px 14px;
    background-color: #fff;
}
.work_wrap .cc_title {
    color: #111;
    font-size: 28px;
    font-weight: 700;
    padding-bottom: 16px;
    word-break: break-all;
    word-wrap: break-word;
}
.work_wrap .cc_works_info {
    position: relative;
    padding-bottom: 26px;
    font-size: 0;
}
.work_wrap .cc_works_info .cc_mod {
    display: inline-block;
    padding-right: 26px;
    font-size: 14px;
}
.work_wrap .cc_works_info .cc_mod dt {
    display: inline-block;
    color: #999;
}
.work_wrap .cc_works_info .cc_mod dd {
    display: inline-block;
}
.work_wrap .cc_works_info .view-item {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
}
.work_wrap .cc_detail_blog {
    font-size: 18px;
    line-height: 36px;
    padding-bottom: 26px;
    word-break: break-all;
    word-wrap: break-word;
}
.work_wrap .tag_list {
    margin-top: 10px;
    font-size: 0;
    padding-bottom: 50px;
}
.work_wrap .tag_list li {
    background: #f0f1f2;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    font-size: 14px;
    color: #999;
    margin-right: 10px;
    margin-bottom: 10px;
}



#qq {
    width: 800px;
    height: 170px;
    background: #fff;
    margin: 0 0 0px 120px;
    border-radius: 5px;
}

#qq p {
    font-size: 12px;
    color: #666;
    line-height: 45px;
    text-indent: 20px;
}

#qq .message {
    width: 800px;
    height: 70px;
    margin: 0 auto;
    overflow: hidden;
    outline: none;
    border: 1px solid #ddd;
    padding: 8px;
    box-sizing: border-box;
    font-size: 14px;
    -webkit-background-clip: text;
    background-image: linear-gradient(to right, #778899 0%, #333 100%);
}

#qq .But {
    width: 560px;
    height: 35px;
    margin: 15px auto 0px;
    position: relative;
}

#qq .But img.bq {
    float: left;
}

#qq .But span.submit {
    width: 80px;
    height: 30px;
    background: #ff8140;
    display: block;
    float: right;
    line-height: 30px;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

/*face begin*/
#qq .But .face {
    width: 440px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 0 12px #666;
    position: absolute;
    top: 21px;
    left: 15px;
    display: none;
}

#qq .But .face ul {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 8px;
    box-sizing: border-box;
}

#qq .But .face ul li {
    width: 30px;
    height: 30px;
    list-style-type: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*msgCon begin*/
.msgCon {
    width: 600px;
    margin: 0 0 0 150px;
    margin-bottom: 60px;
}

.msgCon .msgBox {
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
    margin-top: 16px;
    border-radius: 4px;
}

.msgCon .msgBox .headUrl {
    width: 100%;
    height: 60px;
    border-bottom: 1px dotted #ddd;
    display: flex;
    align-items: center;
}

.msgCon .msgBox .headUrl img {
    width: 46px;
    height: 46px;
    border-radius: 50%
}

.msgCon .msgBox .headUrl div {
    flex: 1;
    display: flex;
    flex-flow: column;
    font-size: 16px;
    margin-left: 16px;
    -webkit-background-clip: text;
    color: transparent;
    background-image: linear-gradient(to top, #b224ef 0%, #7579ff 100%);
}

.msgCon .msgBox .headUrl div .time {
    font-size: 14px;
    margin-top: 6px;
    -webkit-background-clip: text;
    color: transparent;
    background-image: linear-gradient(to right, #74ebd5 0%, #9face6 100%);
}

.msgCon .msgBox .headUrl a {
    font-size: 14px;
    padding: 10px;
    color: salmon;
    cursor: pointer;
}

.msgCon .msgBox .msgTxt {
    font-size: 14px;
    color: #666;
    min-height: 40px;
    line-height: 24px;
    padding: 10px;
    box-sizing: border-box;
    word-wrap: break-word;
    -webkit-background-clip: text;
    color: transparent;
    background-image: linear-gradient(to right, #778899 0%, #333 100%);
}


.pic_d_ringt
{
    width: 1300px;
    margin: 0 auto;
    /* height: 1000px; */
}
