@charset "UTF-8";
.commentTitelt, .timetag {
    display: -webkit-box;
    display: -ms-flexbox;
}

.timetag, .userReply {
    -webkit-box-pack: start;
}

.comment p, .paragraph p {
    line-height: 180%;
}

.box, .commentText, .lxwmewm img, .paragraph, .partingLine, figure, figure img {
    width: 100%;
}

.tcc, .zz, footer {
    position: fixed;
}

.box {
    margin: 30px auto !important;
    padding: 10px 10px 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contentTitelt {
    width: 100%;
    padding: 2px 0 6px;
}

.contentTitelt a {
    font-weight: 600;
    font-size: 20px;
}

.timetag {
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    align-items-padding: 6px 0;
}

.timetag a:nth-child(1) {
    padding: 2px 6px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-right: 4px;
}

.paragraph p {
    padding: 10px 0;
    text-align: justify;
    text-indent: 32px;
    font-size: 16px;
    white-space: normal;
    background-color: #FFF;
}

.paragraph p a {
    background-color: #ff0;
}

.paragraph p i {
    font-style: normal;
    background-color: red;
}

.paragraph p b {
    font-style: normal;
    font-weight: 400;
    color: red;
}

.commentBox {
    background-color: #f6f6f6;
    padding: 24px 0;
    font-size: 14px;
}

.commentTitelt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.comment, .userId {
    display: -webkit-box;
    display: -ms-flexbox;
}

.leftLine, .rightLine {
    height: 1px;
    background-color: #000;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.title {
    padding: 0 20px;
}

.partingLine {
    height: 1px;
    background-color: #848181;
    margin: 32px 0;
}

.comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.commentText {
    padding-left: 10px;
}

.userId {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 6px;
    color: #999;
}

.userId a:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    font-size: 14px;
    width: 60px;
}

.userId a:nth-child(2) i {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 3px;
}

.readingQuantity, .userReply {
    display: -webkit-box;
    display: -ms-flexbox;
}

.userId a:nth-child(2) i img {
    width: 100%;
}

.portrait {
    width: 50px;
    height: 50px;
}

.portrait img {
    width: 100%;
}

.time {
    color: #777;
    font-size: 14px;
}

.userReply {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.userReply i {
    width: 3px;
    height: 17px;
    display: inline-block;
    background-color: green;
    margin-right: 6px;
}

.readingQuantity {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #3e3e3e;
    cursor: pointer;
}

footer, footer p {
    font-size: 15px;
    color: #fff;
}

.readingQuantity a:nth-child(1) {
    margin-right: 20px;
}

.readingQuantity span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.readingQuantity span i {
    width: 20px;
    height: 20px;
    background-image: url(/yj_static/pc/img/article1/dianzan.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
}

.about, .about_header, footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

footer {
    text-align: center;
    width: 100%;
    background: #3a3939;
    bottom: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 13px;
}

footer p {
    text-align: left;
}

footer p b {
    color: #e9ef03;
    font-size: 18px;
}

footer .weichaticon {
    width: 86px;
    height: 50px;
    margin-right: 14px;
    background-image: url(/yj_static/pc/img/article1/wechaticon.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.about {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 10px 10px;
}

.about a {
    padding: 0 10px;
    color: #3e3e3e;
    font-size: 14px;
}

.footer2 {
    height: 180px;
}

.about_box {
    margin: 0 auto 80px;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
}

.about_header {
    width: 100%;
    height: 55px;
    line-height: 55px;
    background-color: #FFF;
    padding: 0 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 1px 10px 1px #efefef;
    box-shadow: 0 1px 10px 1px #efefef;
}

.about_header img {
    width: 46%;
}

.about_tit {
    text-align: center;
    line-height: 64px;
    height: 64px;
}

.about_tit img {
    width: 55%;
    margin-top: 16px;
}

.about_text {
    width: 94%;
    margin: 0 auto;
    border-radius: 10px;
    border: 1px solid #f6bbbf;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.about_text_tit {
    width: 100%;
    font-size: 15px;
    color: #e95560;
    border-left: 2px solid #e95560;
    margin-top: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
}

.about_text p {
    font-size: 14px;
    margin: 20px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 23px;
    text-indent: 28px;
    color: #333;
}

.about_text_tit2 {
    margin-top: 80px;
}

.lxwm p {
    text-indent: 0 !important;
}

.lxwmewm {
    width: 220px;
    height: 220px;
    background: #ccc;
    margin: 31px auto;
}

@media screen and (min-width: 1000px) and (max-width: 1920px) {
    text-align: center;
}

body {
    background: #f3f3f3;
}

.about_box, .box {
    width: 800px;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
}

.box {
    padding: 20px 20px 80px;
}

.about_box {
    padding: 0;
}

.about_header {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 110px;
    line-height: 110px;
    background-color: #FFF;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 1px 10px 1px #efefef;
    box-shadow: 0 1px 10px 1px #efefef;
}

.about_tit {
    line-height: 64px;
    height: 64px;
    width: 800px;
    margin: 0 auto;
    background: #fff;
}

.about_tit img {
    width: 40%;
    margin-top: 6px;
}

.about_text {
    width: 780px;
    background: #fff;
    margin: 0 auto;
}

.contentTitelt {
    width: 100%;
    padding: 27px 0 18px;
    border-bottom: 1px solid #ccc;
}

.timetag {
    padding: 19px 0 0;
}

.commentText {
    padding-left: 29px;
    width: 100%;
}

.userId a:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    width: 68px;
}

.userId a:nth-child(2) i {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 3px;
}

footer .weichaticon {
    width: 47px;
    height: 44px;
}

.bigimg img {
    width: 58%;
    margin: 0 auto;
}

.likeanimation {
    animation: like 10.6s ease-in;
    -webkit-animation: like .6s ease-in;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@-webkit-keyframes like {
    0%, 100% {
    }
-webkit-transform: scale(1);
transform: scale(1);
}

@keyframes like {
    0%, 100% {
    }
-webkit-transform: scale(1);
transform: scale(1);
}

50% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
}

.tcc {
    width: 300px;
    height: 180px;
    background: #fff;
    top: 50%;
    margin-top: -150px;
    left: 50%;
    margin-left: -150px;
    z-index: 2;
    display: none;
    border-radius: 6px;
}

.tcbox, .zz {
    width: 100%;
}

.tcc a {
    display: block;
}

.tcbox {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.zz {
    height: 650px;
    background: rgba(0, 0, 0, 0.52);
    top: 0;
    display: none;
}

.tcbox a:nth-child(1) {
    font-size: 20px;
    padding: 15px 0 10px;
}

.tcbox a:nth-child(2) {
    font-size: 20px;
    padding: 0 10px 10px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #f9c58d;
    font-weight: 100;
}

.tcbox a:nth-child(3) {
    font-size: 30px;
    font-weight: 600;
    background: #09bb07;
    font-size: 1.4rem;
    color: #fff;
    padding: 6px 20px;
    border-radius: 6px;
}

.tcbox a:nth-child(4) {
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a, blockquote, body, dd, div, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, html, img, input, label, li, ol, p, pre, td, th, ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-family: å¾®è½¯é›…é»‘;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    padding: .6em 0;
    margin: 0 15px;
}

ol, ul {
    list-style: none;
}

a {
    text-decoration: none;
}

p {
    color: #3e3e3e;
}

.fixeds {
    position: fixed;
    right: 0;
    top: 40%;
    width: 18%;
}

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

.btnss {
    width: 50%;
    padding: 10px 20px;
    background: #09bb07;
    color: #fff;
    text-align: center;
    margin: 10px;
    border-radius: 10px;
}

.closes {
    position: absolute;
    right: 9px;
    top: 8px;
}

.ma-fixed {
    position: fixed;
    right: 0;
    top: 40%;
    width: 16%;
    display: none;
}
/*# sourceMappingURL=article.css.map */