* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
}

html {
    font-size: 20px;
}

body {
    line-height: 1.5;
    font-size: 0.8rem;
    background-color: #eeeeee;
    color: #3d4145;
    font-weight: 400;
    margin: 0;
    padding: 0 0 50px 0;
}

ul {
    -webkit-padding-start: 0
}

p {
    word-break: break-word;
}

@media screen and (min-width: 640px) {
    body {
        width: 640px;
        margin: 0 auto;
    }
}

img {
    vertical-align: middle
}

a {
    text-decoration: none;
  	color:blue;
}


/* === 鏍呮牸 === */

.col-12 {
    width: 100%
}

.col-11 {
    width: 91.66666667%
}

.col-10 {
    width: 83.33333333%
}

.col-9 {
    width: 75%
}

.col-8 {
    width: 66.66666667%
}

.col-7 {
    width: 58.33333333%
}

.col-6 {
    width: 50%
}

.col-5 {
    width: 41.66666667%
}

.col-4 {
    width: 33.33333333%
}

.col-3 {
    width: 25%
}

.col-2 {
    width: 16.66666667%
}

.col-1 {
    width: 8.33333333%
}

.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
    float: left;
    postion: relative;
    min-height: 1px;
    box-sizing: border-box
}


/* === 娓呴櫎娴姩 === */

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix:after {
    clear: both
}


/* === 娴姩 === */

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}


/* === 鍐呰竟璺� === */

.p-5 {
    padding: 5px
}

.p-10 {
    padding: 10px
}

.p-r-10 {
    padding-right: 10px
}

.p-t-10 {
    padding-top: 10px
}

.p-b-10 {
    padding-bottom: 10px
}

.p-l-20 {
    padding-left: 20px
}

.p-r-20 {
    padding-right: 20px
}

.p-30 {
    padding: 30px
}


/* === 澶栬竟璺� === */

.m-10 {
    margin: 10px;
}

.m-t-10 {
    margin-top: 10px
}

.m-b-10 {
    margin-bottom: 10px
}

.m-l-10 {
    margin-left: 10px
}

.m-r-10 {
    margin-right: 10px
}

.m-l-15 {
    margin-left: 15px
}

.m-r-15 {
    margin-right: 15px
}

.m-b-20 {
    margin-bottom: 20px
}

.m-t-20 {
    margin-top: 20px
}

.m-t-30 {
    margin-top: 30px
}


/* === 鑳屾櫙棰滆壊 === */

.bgm-eee {
    background-color: #eee;
}

.bgm-fff {
    background-color: #fff;
}

.bgm-red {
    background-color: #ff0000;
}

.bgm-gray {
    background-color: #9e9e9e;
}

.bgm-blue {
    background-color: #2196F3
}


/* === 瀛椾綋棰滆壊 === */

.c-primary {
    color: #2196F3;
}

.c-danger {
    color: #F44336;
}

.c-warning {
    color: #FF9800;
}

.c-success {
    color: #4CAF50;
}

.c-info {
    color: #00BCD4;
}

.c-default {
    color: #3d4145;
}


/* 杩涘害 */

.progressBar {
    display: block;
    width: 100px;
    height: 105px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 2001;
    margin-left: -50px;
    margin-top: -52.5px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.progressloader {
    position: relative;
    margin: 0 auto;
    display: inline-block;
    width: 100px
}

.progressloader:before {
    content: '';
    display: block;
    padding-top: 100%
}

.progressloader:not([class*=pls-]) .plc-path {
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite
}

.progressloader[class*=pls-] .plc-path {
    animation: dash 1.5s ease-in-out infinite
}

.progressloader.pls-red .plc-path {
    stroke: #F44336
}

.progressloader.pls-blue .plc-path {
    stroke: #2196F3
}

.progressloader.pls-green .plc-path {
    stroke: #4CAF50
}

.progressloader.pls-yellow .plc-path {
    stroke: #FFEB3B
}

.progressloader.pls-bluegray .plc-path {
    stroke: #607D8B
}

.progressloader.pls-amber .plc-path {
    stroke: #FFC107
}

.progressloader.pls-teal .plc-path {
    stroke: #009688
}

.progressloader.pls-gray .plc-path {
    stroke: #9E9E9E
}

.progressloader.pls-pink .plc-path {
    stroke: #E91E63
}

.progressloader.pls-purple .plc-path {
    stroke: #BA68C8
}

.progressloader.pls-white .plc-path {
    stroke: #fff
}

.pl-circular {
    animation: rotate 2s linear infinite;
    height: 100%;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.plc-path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    stroke-width: 2px;
    stroke-miterlimit: 10;
    fill: none
}

@keyframes rotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}

@keyframes color {
    0%,
    100% {
        stroke: #F44336
    }
    40% {
        stroke: #2196F3
    }
    66% {
        stroke: #4CAF50
    }
    80%,
    90% {
        stroke: #FFC107
    }
}


/* === Preloader === */

.preloader {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: preloader-spin 1s steps(12, end) infinite;
    animation: preloader-spin 1s steps(12, end) infinite;
}

.preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/**
 * 鍐呭寮€濮�
 */

.contentBox h2 {
    font-weight: 300;
}

.contentBox img {
    max-width: 100%;
}

.contentBox .contentBody p {
    margin: 1.1rem 0;
    line-height: 1.5rem
}

.contentBox .meta {
    font-size: 0.6rem;
    border-bottom: 1px solid #dedede;
    padding-bottom: 0.2rem
}

.contentBox .meta-original .avatar {
    margin-right: 0.3rem;
}

.contentBox .meta-original .avatar img {
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 50%;
}

.contentBox .meta-original .usermeta p {
    color: #888888;
    line-height: 0.9rem;
    padding: 0;
    margin: 0;
}

.contentBox .meta-original .usermeta p:first-child {
    color: #3d4145
}

.contentBox .meta .viewcount {
    color: #888888;
}


/**
 * card寮€濮�
 */

.card {
    background: #fff;
    box-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.3);
    position: relative;
    border-radius: 0.1rem;
}

.card.bgm-eee {
    background-color: #eeeeee;
}

.card img {
    max-width: 100%;
}

.card-header,
.card-footer {
    min-height: 2.2rem;
    position: relative;
    padding: 0.5rem 0.75rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-header {
    border-radius: 0.1rem 0.1rem 0 0;
}

.card-header:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    height: 1px;
    width: 100%;
    background-color: #e1e1e1;
    display: block;
    z-index: 15;
}

.card-header.pic-item {
    padding: 0;
}

.card-footer {
    border-radius: 0 0 0.1rem 0.1rem;
    color: #5f646e;
}

.card-footer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: auto;
    right: auto;
    height: 1px;
    width: 100%;
    background-color: #e1e1e1;
    display: block;
    z-index: 15;
}

/* === masonry === */
.masonry-block {
    display: flex;
    flex-direction: row;
    padding: 0;
    margin: 0;
}

.masonry-column {
    display: flex;
    flex-direction: column;
    padding: 0;
    box-sizing: border-box;
    background-color: #ffffff;
}


/* === Lists === */

.list-block {
    width: 100%;
}

.list-block ul {
    background-color: #ffffff;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}
.list-block ul.masonry-ul {
    background-color: #f2f2f2;
}

.list-block ul.bgm-eee {
    background-color: #eeeeee;
}

.list-block li {
    box-sizing: border-box;
    position: relative;
}

.list-block li:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    height: 1px;
    width: 100%;
    background-color: #e7e7e7;
    display: block;
    z-index: 15;
    transform-origin: 50% 100%;
}

.list-block .item-link {
    transition-duration: 300ms;
    display: block;
    color: inherit;
}

.list-block .item-content {
    box-sizing: border-box;
    min-height: 2.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.35rem;
}

.list-block .item-content.item-group {
    display: block;
}

.list-block .item-content.item-group .item-groupPicMedia {
    display: flex;
}

.list-block .item-content.item-group .item-groupPicMedia img {
    display: block;
    width: 100%;
}

.list-block .item-media {
    display: flex;
    flex-wrap: nowrap;
    box-sizing: border-box;
    align-items: center;
    padding-top: 0.35rem;
    padding-bottom: 0.4rem;
}

.list-block .header-block .item-media {
    display: block;
    padding: 0;
}

.list-block .header-block .item-media img {
    width: 100%;
}

.list-block .masonry-item {
    padding: 0 0.35rem;
    background-color: #ffffff;
}

.list-block .masonry-item .item-content {
    display: block;
    padding: 0;
}

.list-block .masonry-item .item-media {
    display: block;
}

.list-block .masonry-item .item-media-one {
    padding-top: 0.35rem;
    padding-bottom: 0;
}

.list-block .masonry-item .item-media-two {
    display: flex;
    flex-direction: row;
    padding-bottom: 0.4rem;
}

.list-block .masonry-item .item-media img {
    width: 100%;
    border-radius: 0.2rem;
}

.list-block .masonry-item .item-media-one img {
    width: 100%;
    border-top-left-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
}

.list-block .masonry-item .item-media-two img {
    display: flex;
    flex-direction: column;
    width: calc(100%/2);
    height: calc(100vw/4 - 1.4rem);
}

.list-block .masonry-item .item-media-two img:first-child {
    border-bottom-left-radius: 0.2rem;
}

.list-block .masonry-item .item-media-two img:last-child {
    border-bottom-right-radius: 0.2rem;
}

.list-block .item-media img {
    width: 4.4rem;
}

.list-block .item-media+.item-inner {
    margin-left: 0.75rem;
    width: 100%
}

.list-block .item-inner {
    padding-right: 0;
    position: relative;
    width: 100%;
    padding-top: 0.4rem;
    padding-bottom: 0.35rem;
    min-height: 2.2rem;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.list-block .item-inner .item-title-row {
    width: 100%
}

.list-block .item-title {
    height: 2.4rem;
    line-height: 1.2rem;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.list-block .masonry-item .item-title {
    height: auto;
}

.list-block .item-mediaGroup {
    display: block;
    padding: 0 0.35rem;
}

.list-block .item-text {
    padding: 0.5rem 0.35rem 0.5rem 0.75rem;
}

.item-link.item-text.item-right-arrow {
    padding-right: 1.5rem;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NUM0QzFDNzMyREM0MTFFNUJDNTI4OTMzMEE0RjBENzMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NUM0QzFDNzQyREM0MTFFNUJDNTI4OTMzMEE0RjBENzMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1QzRDMUM3MTJEQzQxMUU1QkM1Mjg5MzMwQTRGMEQ3MyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1QzRDMUM3MjJEQzQxMUU1QkM1Mjg5MzMwQTRGMEQ3MyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pjs2Bb4AAAItSURBVHjazJhbK0RRGIb3DIOU/AG5kUTOgxmHceFGKf6BO+Vf+E8KKYcYg3FuMpNIDhFJXJAcp/GtvKumrzVs+zBrvfU2u689q6d3rb33+lYgl8tZvymZ3JOX7eQp8gT50fJA0Wj4z3tKbY5VR14hV5ObyWLkZ6sICtq4p4V8CjihevIWucoUQJFUmtUayTvkShMAL5DiGqs3IMlK3YBSgwrIZkBWmAAoIRMKyG2/IIMO/hMjbygepCS53ARAoQHyOqu1YbrLTADMAXJbASmSDOkGlOpTQHaQN72CdAuYBeQuq4cBWaIbUEJGC0Am3UIGPVoqMsk9Vu/CwxTQDSj0iSQPWD2C6Q7oBhT6AmRKAZkwAVDoowBkn+LdqQVQ6A2QhwrIuAmAEjKi2KrF/jPdfgIKveI7Pcfq/eSMCYBSD4pakymA0+RxVrsn15oAOEMeY7Vbcif5ys4ApT7CzZJHWO2G3I1fSyfgPHmY1a7x6bvT/ZpZUMBdOoHzI8El8pCiK+wq8CQXNcFlBdw51tyD00G9SnAVHV++zgDn6hzHiwTjCrgTTKvrQya3Ca5jA5CvY3IP+UlnTxJEb8zhjpDck1cL20mCAcBFWD2D2ovOvjiERojDpTGtnsL9N8EQegt+LJrC5vRN59lMORp0DrePNH2BswvYivXVzuoHSO7dz+2QHcAa6+eMOl87WHOffm8m7QCK7foog+tFi2mZACg3npPkRUxrtkitgvUtwAA5A3LWdzPizwAAAABJRU5ErkJggg==);
    background-size: 0.7rem;
    background-repeat: no-repeat;
    background-position: 97% center;
    background-position: -webkit-calc(100% - .5rem) center;
    background-position: calc(100% - .5rem) center;
}

.list-block .item-text .item-title {
    height: inherit;
}

.list-block .item-banner {
    padding: 0;
}

.list-block .item-banner .item-title {
    padding: 0.35rem 0.5rem;
    height: inherit;
}

.list-block .item-banner .item-title:empty {
    height: 0;
    padding: 0
}

.list-block .item-banner .item-meta {
    padding: 0.35rem;
}

.list-block .item-banner .item-meta:empty {
    padding: 0
}

.list-block .item-banner .item-meta:empty {
    height: 0;
    padding: 0
}

.list-block .item-banner .item-media {
    padding: 0;
}

.list-block .item-mediaGroup .item-mediaGroupTitle {
    line-height: 1.2rem;
    padding: 0.35rem 0;
    overflow: hidden;
    width: 100%;
}

.list-block .item-mediaGroup .item-mediaGroupImage {
    padding-bottom: 0.4rem
}

.list-block .item-mediaGroup .item-mediaGroupImage img {
    width: 32%;
    margin: 0;
}

.list-block .item-banner .item-media img {
    width: 100%;
}

.list-block .item-meta {
    font-size: 0.6rem;
    color: #666666;
}


/* === commentList === */

.commentLi,
.comment-body {
    zoom: 1;
    overflow: hidden;
}

#unitContent {
    background-color: #f5f2e4;
}

#unitContent .commentLi {
    background-color: inherit;
}

#unitContent .commentLi:first-child {
    margin-top: 0;
    padding-top: 0.35rem;
}

.commentLi {
    background-color: #f2f2f2;
    position: relative;
    padding: 0 0.35rem 0.35rem 0.35rem;
    margin: 0;
}

.commentLi:first-child {
    margin-top: 0.35rem;
}

.comment-heading {
    margin-top: 0;
}

.commentLi.feedLi .comment-heading {
    font-size: 0.75rem;
    line-height: 1.3rem;
    height: 2rem;
    padding: 0.35rem;
    background-color: #ffffff;
}

.commentLi:after,
.commentLi:before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    left: 21px;
    width: 0;
    max-width: 0;
    background-color: #e1e6ed;
    border: 1px solid #d7dbdd;
    border-width: 0 1px;
}

.commentLi:last-child:before,
.commentLi:last-child:after {
    display: none;
}

.commentLi:after {
    clear: both;
}

.comment-user {
    position: relative;
    z-index: 10;
}

.comment-object {
    display: block;
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.35rem;
    border: 1px solid #000;
}

.commentLi.feedLi .comment-object {
    width: 1.3rem;
    height: 1.3rem;
}

.comment-body,
.comment-left,
.comment-right {
    display: table-cell;
    vertical-align: top;
}

.comment-body {
    display: block;
    width: auto;
    border: 1px solid #dde4ed;
    padding: 15px;
    margin-right: 1px;
    background-color: #ffffff;
}

.comment-body:before {
    content: "";
    display: block;
    position: absolute;
    left: 40px;
    top: 11px;
    width: 8px;
    height: 8px;
    border: 1px solid #dde4ed;
    border-width: 1px 0 0 1px;
    background-color: #FFF;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.commentLi.feedLi .comment-body {
    border: 0;
}

.commentLi.feedLi .comment-body:before {
    content: none;
}

.comment-body img {
    max-width: 100%
}

.comment-body .comment-footer img {
    display: inherit;
    float: inherit
}

.comment-body video {
    max-width: 100%
}

.comment-body p {
    margin: 12px 0;
    padding: 0
}

.comment-footer {
    float: left;
    width: 100%;
    border-top: 1px solid #eaeaea;
}

.comment-heading {
    margin: 0;
    font-weight: 400
}

.comment-time {
    margin: 0 0 10px 0;
    font-weight: normal;
    font-size: 0.5rem;
    color: #aaaaaa;
}

.comment-footer .commentSumbitBox .input-group-addon {
    padding: 6px 0 0 0;
}

.comment-footer .commentSumbitBox {
    display: none
}

.unit-action-list {
    margin: 10px 0 -10px 0;
    float: left;
    width: 100%;
}

.unit-action-list:empty {
    display: none;
}

.unit-action-list dl {
    margin: 7px;
    padding: 0;
    font-size: 0.6rem;
    display: table;
}

.unit-action-list dl dt {
    float: left;
    width: 2rem;
    overflow: hidden;
}

.unit-action-list dl dd {
    padding-left: 2rem;
    -webkit-margin-start: 0;
}

.unit-action-list img.avatar {
    width: 20px;
    height: 20px;
    margin: 0 3px;
    border-radius: 50%;
}

.unit-action-list div.commentLiContent {
    line-height: 20px;
    margin: 0 0 3px 0;
}

.unit-action-list div.commentLiContent img.avatar {
    vertical-align: bottom;
}

.comment-footer .counts {
    color: #666666;
    font-size: 0.7rem;
}

.comment-footer-action {
    padding-top: 6px;
}

.commentActionIcon {
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 0.3rem;
    vertical-align: middle;
    background-size: 1.2rem 1.2rem;
}

.commentLikeIcon {
    background-image: url("/asset/images/commentLikeIcon.png");
}

.commentCommentIcon {
    background-image: url("/asset/images/commentCommentIcon.png");
}

.commentShareIcon {
    background-image: url("/asset/images/commentShareIcon.png");
}

.commentDeleteIcon {
    background-image: url("/asset/images/commentDeleteIcon.png");
}

.commentEditIcon {
    background-image: url("/asset/images/commentEditIcon.png");
}


/* === footer === */

footer {
    width: 100%;
    color: #666;
    font-size: 0.75rem;
    margin: 0;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9000;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

footer .item {
    position: relative
}

footer .zmdi {
    display: inline-block;
    text-rendering: auto;
    font-size: 1rem;
    vertical-align: middle;
    margin-right: 5px;
}

footer .zmdi-comment {
    content: " ";
    background: url(/asset/images/icon_comment.png) no-repeat 3px;
    background-size: cover;
    width: 2.5rem;
    height: 1rem
}

footer .zmdi-liveJoin {
    content: " ";
    background: url(/asset/images/liveJoin.svg) no-repeat 3px;
    background-size: cover;
    width: 2.5rem;
    height: 1rem
}

footer .zmdi-like {
    content: " ";
    background: url(/asset/images/icon_like.png) no-repeat 3px;
    background-size: cover;
    width: 2.5rem;
    height: 1rem
}

footer .zmdi-share {
    content: " ";
    background: url(/asset/images/icon_share.png) no-repeat 3px;
    background-size: cover;
    width: 2.5rem;
    height: 1rem
}

footer .zmdi-report {
    content: " ";
    background: url(/asset/images/icon_report.png) no-repeat 3px;
    background-size: cover;
    width: 2.5rem;
    height: 1rem
}

footer .counts {
    position: absolute;
    right: 50%;
    top: 0.3rem;
    background-color: #ff0000;
    color: #ffffff;
    font-size: 0.5rem;
    line-height: 0.6rem;
    min-width: 0.6rem;
    height: 0.6rem;
    display: inline-block;
    text-align: center;
    padding: 2px;
    border-radius: 2rem;
    transform: translateX(30px);
}

footer .counts:empty {
    display: none
}

footer .commentSumbitBox {
    display: none;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    background-color: #ffffff;
    padding: 0 0.35rem 0 0
}


/* === Modals === */

.modal-overlay,
.preloader-indicator-overlay,
.popup-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 10600;
    visibility: hidden;
    opacity: 0;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
}

.modal-overlay.modal-overlay-visible,
.preloader-indicator-overlay.modal-overlay-visible,
.popup-overlay.modal-overlay-visible {
    visibility: visible;
    opacity: 1;
}

.popup-overlay {
    z-index: 10200;
}

.modal {
    width: 13.5rem;
    position: fixed;
    z-index: 11000;
    left: 50%;
    margin-left: -6.75rem;
    margin-top: 0;
    top: 50%;
    text-align: center;
    border-radius: 0.35rem;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(1.185);
    transform: translate3d(0, 0, 0) scale(1.185);
    -webkit-transition-property: -webkit-transform, opacity;
    transition-property: transform, opacity;
    color: #3d4145;
    display: none;
}

.modal.modal-in {
    opacity: 1;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}

.modal.modal-out {
    opacity: 0;
    z-index: 10999;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    -webkit-transform: translate3d(0, 0, 0) scale(0.815);
    transform: translate3d(0, 0, 0) scale(0.815);
}

.modal-inner {
    padding: 0.75rem;
    border-radius: 0.35rem 0.35rem 0 0;
    position: relative;
    background: #e8e8e8;
}

.modal-inner:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    height: 1px;
    width: 100%;
    background-color: #b5b5b5;
    display: block;
    z-index: 15;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.modal-title {
    font-weight: 500;
    font-size: 0.9rem;
    text-align: center;
}

.modal-title+.modal-text {
    margin-top: 0.25rem;
}

.modal-buttons {
    height: 2.2rem;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.modal-buttons.modal-buttons-vertical {
    display: block;
    height: auto;
}

.modal-button {
    width: 100%;
    padding: 0 0.25rem;
    height: 2.2rem;
    font-size: 0.85rem;
    line-height: 2.2rem;
    text-align: center;
    color: #0894ec;
    background: #e8e8e8;
    display: block;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1;
}

.modal-button:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    left: auto;
    bottom: auto;
    width: 1px;
    height: 100%;
    background-color: #b5b5b5;
    display: block;
    z-index: 15;
}

.modal-button:first-child {
    border-radius: 0 0 0 0.35rem;
}

.modal-button:last-child {
    border-radius: 0 0 0.35rem 0;
}

.modal-button:last-child:after {
    display: none;
}

.modal-button:first-child:last-child {
    border-radius: 0 0 0.35rem 0.35rem;
}

.modal-button.modal-button-bold {
    font-weight: 500;
}

html:not(.watch-active-state) .modal-button:active,
.modal-button.active-state {
    background: #d4d4d4;
}

.modal-buttons-vertical .modal-button {
    border-radius: 0;
}

.modal-buttons-vertical .modal-button:after {
    display: none;
}

.modal-buttons-vertical .modal-button:before {
    display: none;
}

.modal-buttons-vertical .modal-button:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: auto;
    top: auto;
    height: 1px;
    width: 100%;
    background-color: #b5b5b5;
    display: block;
    z-index: 15;
}

.modal-buttons-vertical .modal-button:last-child {
    border-radius: 0 0 0.35rem 0.35rem;
}

.modal-buttons-vertical .modal-button:last-child:after {
    display: none;
}

.modal-no-buttons .modal-inner {
    border-radius: 0.35rem;
}

.modal-no-buttons .modal-inner:after {
    display: none;
}

.modal-no-buttons .modal-buttons {
    display: none;
}

.popup {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow-y: scroll;
    z-index: 10400;
    background: #fff;
    box-sizing: border-box;
    padding: 0.35rem;
    display: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.popup.fromRight {
    left: 30%;
    width: 70%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.popup.modal-in,
.popup.modal-out {
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
}

.popup.modal-in {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.popup.modal-out {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.popup.fromRight.modal-out {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.popup-scrollLocked {
    height: 100%;
    overflow: hidden;
}

html.with-statusbar-overlay .popup {
    height: -webkit-calc(100% - 1rem);
    height: calc(100% - 1rem);
    top: 1rem;
}

html.with-statusbar-overlay .popup-overlay {
    z-index: 9800;
}

@media all and (max-width: 629px),
(max-height: 629px) {
    html.with-statusbar-overlay .popup {
        height: -webkit-calc(100% - 1rem);
        height: calc(100% - 1rem);
        top: 1rem;
    }
    html.with-statusbar-overlay .popup-overlay {
        z-index: 9800;
    }
}

html.with-statusbar-overlay .popup.tablet-fullscreen {
    height: -webkit-calc(100% - 1rem);
    height: calc(100% - 1rem);
    top: 1rem;
}

.modal .preloader {
    width: 1.7rem;
    height: 1.7rem;
}

.preloader-indicator-overlay {
    visibility: visible;
    opacity: 0;
    background: none;
}

.preloader-indicator-modal {
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 0.4rem;
    margin-left: -1.25rem;
    margin-top: -1.25rem;
    background: rgba(0, 0, 0, 0.8);
    z-index: 11000;
    border-radius: 0.25rem;
}

.preloader-indicator-modal .preloader {
    display: block;
    width: 1.7rem;
    height: 1.7rem;
}

.toast {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 1rem;
    color: white;
    padding: 0 .8rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 0.8rem;
    width: auto;
}


/* === form === */

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.fg-line {
    position: inherit;
    vertical-align: top;
}

.fg-line:not(.form-group) {
    display: inline-block;
    width: 100%;
}

.fg-line:not(.disabled):after,
.fg-line:not(.readonly):after {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    content: "";
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.fg-line:not([class*=has-]):after {
    background: #2196F3;
}

.form-control,
output {
    font-size: 13px;
    line-height: 1.42857143;
    color: #2e353b;
    display: block;
}

.form-control {
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    background-color: transparent;
    border: 1px solid #f0f0f0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control.bgm-fff {
    background-color: #ffffff;
}

.btn-group .btn,
.btn-group .btn-group,
.btn-group .btn:active,
.btn-group .btn:focus,
.btn-group-vertical .btn,
.btn-group-vertical .btn-group,
.btn-group-vertical .btn:active,
.btn-group-vertical .btn:focus,
.form-control,
input:active,
input:focus {
    box-shadow: none!important;
}

.form-control {
    resize: none;
    border-radius: 0;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

textarea.form-control {
    height: auto;
}

footer .commentSumbitBox .input-group .form-control {
    padding: 0.35rem 0.5rem;
    font-size: 0.85rem;
    height: 2.3rem;
}

.form-control:focus {
    outline: none;
    resize: none
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell;
}

.form-control:not(.fc-alt) {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    color: #2e353b;
    text-align: center;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
}

.input-group-addon {
    border-width: 0 0 1px;
    min-width: 42px;
}

.input-group-addon:not(:first-child) {
    border-left: 0;
}

.input-group:not(.input-group-lg):not(.input-group-sm) .input-group-addon {
    font-size: 15px;
}

.input-lg {
    height: 40px;
    line-height: 1.3333333;
    font-size: 17px;
}

input.modal-text-input {
    box-sizing: border-box;
    height: 1.5rem;
    background: #fff;
    margin: 0;
    margin-top: 0.75rem;
    padding: 0 0.25rem;
    border: 1px solid #a0a0a0;
    border-radius: 0.25rem;
    width: 100%;
    font-size: 0.7rem;
    font-family: inherit;
    display: block;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0!important;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
}

.checkbox label,
.radio label {
    min-height: 18px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
    display: block;
    padding-left: 30px;
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}

.checkbox input,
.radio input {
    top: 0;
    left: 0;
    margin-left: 0!important;
    z-index: 1;
    cursor: pointer;
    margin-top: 0;
}

.radio input {
    width: 19px;
    height: 19px;
}

.checkbox input {
    width: 17px;
    height: 17px;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px\9;
}

.checkbox label:before,
.checkbox-inline:before,
.input-helper:after,
.input-helper:before,
.radio label:before,
.radio-inline:before {
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
}

footer .commentSumbitBox .input-group .input-group-addon {
    padding: 0;
}


/* === button === */

.btn {
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    border-radius: 2px;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    text-transform: uppercase;
}

.btn-primary {
    color: #fff;
    background-color: #2196F3;
    border-color: #0d8aee;
}

.btn-danger {
    color: #fff;
    background-color: #F44336;
    border-color: #f32c1e;
}

.btn-warning {
    color: #fff;
    background-color: #FF9800;
    border-color: #e68900;
}

.btn-success {
    color: #fff;
    background-color: #4CAF50;
    border-color: #449d48;
}

.btn-info {
    color: #fff;
    background-color: #00BCD4;
    border-color: #00a5bb;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-wordmark {
    color: #f32c1e;
    border: #f32c1e 1px solid;
}

.btn[class*=bgm-]:not(.bgm-white) {
    color: #fff;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 17px;
    line-height: 1.3333333;
    border-radius: 2px;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px;
}

.btn-xs {
    padding: 2px 5px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 2px;
}

.btn-sa {
    padding: 0 5px;
    font-size: inherit;
    line-height: inherit;
    border-radius: 2px;
}

.btn-block,
input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%;
}

.btn:not(.btn-link) {
    /*box-shadow: 0 2px 5px rgba(0,0,0,.16), 0 2px 10px rgba(0,0,0,.12);*/
}


/* === Pull To Refresh === */

.pull-to-refresh-layer {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 2.2rem;
}

.pull-to-refresh-layer .preloader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -0.5rem;
    margin-top: -0.5rem;
    visibility: hidden;
}

.pull-to-refresh-layer .pull-to-refresh-arrow {
    width: 0.65rem;
    height: 1rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -0.15rem;
    margin-top: -0.5rem;
    background: no-repeat center;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2026%2040'%3E%3Cpolygon%20points%3D'9%2C22%209%2C0%2017%2C0%2017%2C22%2026%2C22%2013.5%2C40%200%2C22'%20fill%3D'%238c8c8c'%2F%3E%3C%2Fsvg%3E");
    background-size: 0.65rem 1rem;
    z-index: 10;
    -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
    transform: rotate(0deg) translate3d(0, 0, 0);
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

.pull-to-refresh-content {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.pull-to-refresh-content.transitioning,
.pull-to-refresh-content.refreshing {
    -webkit-transition: -webkit-transform 400ms;
    transition: transform 400ms;
}

.pull-to-refresh-content:not(.refreshing) .pull-to-refresh-layer .preloader {
    -webkit-animation: none;
    animation: none;
}

.pull-to-refresh-content.refreshing .pull-to-refresh-arrow {
    visibility: hidden;
    -webkit-transition-duration: 0ms;
    transition-duration: 0ms;
}

.pull-to-refresh-content.refreshing .preloader {
    visibility: visible;
}

.pull-to-refresh-content.pull-up .pull-to-refresh-arrow {
    -webkit-transform: rotate(180deg) translate3d(0, 0, 0);
    transform: rotate(180deg) translate3d(0, 0, 0);
}

.pull-to-refresh-content {
    margin-top: -2.2rem;
}

.pull-to-refresh-content.refreshing {
    -webkit-transform: translate3d(0, 2.2rem, 0);
    transform: translate3d(0, 2.2rem, 0);
}

.infinite-scroll-preloader {
    text-align: center;
}

.infinite-scroll-preloader .preloader {
    width: 1.5rem;
    height: 1.5rem;
}

.infinite-scroll-top .infinite-scroll-preloader {
    position: relative;
    width: 100%;
    top: 0;
    margin: 0;
}

.infiniteScroll.pullRefresh {
    position: relative;
    overflow: hidden;
}

.weixinShareTip {
    display: none;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    filter: alpha(opacity=40);
    background: #000000 url(/asset/images/weixinShareTip.png) no-repeat center;
    background-size: contain;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20000;
}

.uCenterProfileAvatar {
    position: relative;
    width: 100%;
    height: 250px
}

.uCenterProfileAvatar .bgm {
    background: #666666 url(/asset/images/uCenterProfileBGM.png) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 198px;
}

.uCenterProfileAvatar .p-relative {
    text-align: center;
    position: absolute;
    top: 5rem;
    width: 100%
}

.uCenterProfileAvatar .p-relative h2 {
    color: #000;
    line-height: 1.3rem;
    height: 1.3rem;
    font-weight: 400;
    font-size: 1rem;
    overflow: hidden;
    margin: 0.35rem
}

.uCenterProfileAvatar .p-relative img {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .16), 0 2px 10px rgba(0, 0, 0, .12);
}

.historyDataBar {
    font-size: 0.5rem
}

.historyDataBar span.count {
    font-weight: 600;
    font-size: 0.85rem
}

.divider {
    display: table;
    white-space: nowrap;
    height: auto;
    overflow: hidden;
    line-height: 1;
    text-align: center;
    padding: 10px 0;
    color: #666;
}

.divider:after,
.divider:before {
    content: '';
    display: table-cell;
    position: relative;
    top: 50%;
    width: 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC)
}

.divider:before {
    background-position: right 1em top 50%
}

.divider:after {
    background-position: left 1em top 50%
}


/**鍏ㄥ眬鐢ㄦ埛鎶曠ǹ**/

.userPostBtn {
    position: fixed;
    bottom: 70px;
    left: calc(80% - 25px);
}

.userPostBtn span {
    background: url(/asset/images/userreportbtn.png) no-repeat center center;
    background-size: 75px 75px;
    display: block;
    width: 65px;
    height: 65px;
}


/**tabpanel**/

.tab-nav {
    list-style: none;
    padding: 0;
    white-space: nowrap;
    margin: 0;
    overflow: auto;
    box-shadow: inset 0 -2px 0 0 #eee;
    width: 100%;
}

.tab-nav li {
    display: inline-block;
    vertical-align: top;
}

.tab-nav li.active>a,
.tab-nav li.active>span {
    color: #000;
}

.tab-nav li>a,
.tab-nav li>span {
    display: inline-block;
    color: #7a7a7a;
    position: relative;
    width: 100%;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    padding: 15px;
}

.lg-header,
.tab-nav li>a,
.tab-nav li>span {
    font-weight: 500;
    text-transform: uppercase;
}

.tab-nav li>a:after,
.tab-nav li>span:after {
    content: "";
    left: 0;
    height: 2px;
    position: absolute;
    width: 100%;
    bottom: 0;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.tab-nav li.active>a:after,
.tab-nav li.active>span:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.tab-nav:not([data-tab-color])>li>a:after,
.tab-nav:not([data-tab-color])>li>span:after {
    background: #2196F3;
}

.tab-content {
    padding: 0;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}


/**涓嬭竟妗�**/

.unBorderLine {
    border-bottom: 1px solid #e7e7e7;
}


/**澶氬浘甯冨眬**/

.comment-body p img {
    display: block;
    float: left;
    position: relative;
    overflow: hidden;
    border: 2px solid #fff;
    cursor: pointer
}


/*.comment-body p img:first-child:nth-last-child(2),*/


/*.comment-body p img:first-child:nth-last-child(2)~img {*/


/*width: 50%;*/


/*}*/


/*.comment-body p img:first-child:nth-last-child(3),*/


/*.comment-body p img:first-child:nth-last-child(3)~img,*/


/*.comment-body p img:first-child:nth-last-child(4),*/


/*.comment-body p img:first-child:nth-last-child(4)~img:not(:last-child),*/


/*.comment-body p img:first-child:nth-last-child(5),*/


/*.comment-body p img:first-child:nth-last-child(5)~img:not(:nth-last-of-type(-n+2)),*/


/*.comment-body p img:first-child:nth-last-child(6),*/


/*.comment-body p img:first-child:nth-last-child(6)~img,*/


/*.comment-body p img:first-child:nth-last-child(7)~img:nth-last-of-type(-n+3) {*/


/*width: 33.333333%;*/


/*}*/


/*.comment-body p img:first-child:nth-last-child(5)~img:nth-last-of-type(-n+2) {*/


/*width: 50%;*/


/*}*/


/*.comment-body p img:first-child:nth-last-child(7),*/


/*.comment-body p img:first-child:nth-last-child(7)~img:not(:nth-last-of-type(-n+3)),*/


/*.comment-body p img:first-child:nth-last-child(n+8),*/


/*.comment-body p img:first-child:nth-last-child(n+8)~img {*/


/*width: 25%;*/


/*}*/


/*.comment-body p img:first-child:nth-last-child(4)~img:nth-child(4),*/


/*.comment-body p img:only-child {*/


/*width: 100%;*/


/*}*/

.comment-body p:not(img) {
    float: left;
    width: 100%
}

.card-content>.commentLi:first-child {
    margin-top: 0;
    padding-top: 0.35rem;
}

.list-block~.commentLi {
    padding-top: 0.35rem;
}

.voteObjectLi {
    background: #fff;
    position: relative;
    border-radius: 0.1rem;
}

.voteObjectLi.col-6.p-10:nth-of-type(odd) {
    padding-right: 5px;
}

.voteObjectLi.col-6.p-10:nth-of-type(even) {
    padding-left: 5px;
}

.voteObjectLi.col-4.p-10:first-child {
    padding-left: 10px;
    padding-right: 0;
}

.voteObjectLi.col-4.p-10:last-child {
    padding-left: 0;
    padding-right: 10px;
}

.voteObjectLi .objectPic {
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.3);
}

.voteObjectLi .objectPic .objectLink {
    display: block;
    width: 100%;
    height: 200px;
    line-height: 200px;
}

.voteObjectLi .objectNoAndTitle,
.voteObjectLi .objectAction {
    line-height: 1.5rem;
    height: 1.5rem;
    background-color: #f2f2f2;
    padding: 0 0.35rem;
}

.voteObjectLi .objectNoAndTitle {
    font-size: 0.75rem;
}

.voteObjectLi .objectNoAndTitle .objectNo,
.voteObjectLi .objectAction .voteCount {
    color: #ff0000;
}

.voteObjectLi .objectAction {}

.voteObjectLi .objectAction .objectResult {
    font-size: 0.6rem;
}

.voteObjectLi+.commentLi {
    padding: 0.35rem;
}

.voteObjectDetial {
    padding: 0 0.35rem;
}

.voteObjectDetial .voteObjectMeta {
    font-size: 0.75rem;
    line-height: 1rem;
}

.voteObjectDetial .voteObjectMeta .objectPic {
    width: 60px;
    height: 60px;
    margin-right: 0.35rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.3);
}

.voteObjectDetial .voteObjectMeta .objectNoAndTitle .objectNo {
    line-height: 30px;
    height: 30px;
}

.voteObjectDetial .voteObjectMeta .objectNoAndTitle .objectTitle {
    font-size: 1rem;
    line-height: 30px;
}

.voteObjectDetial .voteObjectMeta .objectVoteCount {
    color: #ff0000;
}

.voteObjectDetial .voteObjectMeta .objectVoteCount span {
    font-size: 3rem;
    line-height: 60px;
    height: 60px;
}

#danmuWrap {
    display: none;
    background: #ffffff;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    padding-left: 0.35rem
}

.videoInfo {
    background-color: #ffffff;
    padding: 0.35rem;
}

.videoInfo .videoMeta {
    font-size: 0.6rem;
    border-bottom: 1px solid #dedede;
    padding-bottom: 0.2rem;
}

.videoInfo .videoMeta .avatar {
    margin-right: 0.3rem;
}

.videoInfo .videoMeta .avatar img {
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
}

.videoInfo .videoMeta .usermeta p {
    color: #888888;
    line-height: 0.9rem;
    padding: 0;
    margin: 0;
}

.videoInfo .videoMeta p:first-child {
    color: #3d4145;
}

.videoInfo .videoMeta .viewcount {
    color: #888888;
}

.videoTitle {
    font-size: 1rem;
    font-weight: bolder;
    padding: 0.35rem 0;
}

.integralExchangeUserinfo {
    padding: 8px;
    background-color: #ff5500;
    height: 60px;
}

.integralExchangeUserinfo .avatar {
    width: 50px;
    float: left;
    ;
}

.integralExchangeUserinfo .avatar img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
}

.integralExchangeUserinfo .usermeta p {
    margin: 0;
    padding: 0;
    height: 21px;
    color: #ffffff;
}

.integralExchangeUserinfo .usermeta p.name:empty {
    height: 0.5rem;
}

.integralExchangeUserinfo .usermeta p span.currentUserIntegral {
    color: #f0d731;
    font-weight: bolder;
}

.prizelist li {
    width: 50%;
    overflow: hidden;
    float: left;
}

.prizelist li.myPrize {
    width: 100%
}

.prizelist li .giftLi {
    margin: 4px;
    background-color: #f2f2f2;
}

.prizelist li .prizeimg_wrap {
    position: relative;
    height: 120px;
    overflow: hidden;
}

.prizelist li .prizeimg_wrap img {
    width: 100%;
    height: 120px;
}

.prizelist li .prizeimg_wrap .tag {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

.prizelist li p {
    overflow: hidden;
    padding: 4px;
    margin: 0;
}

.prizelist li p.giftTitle {
    line-height: 1rem;
    height: 2.5rem;
    font-size: 0.7rem;
    border-bottom: 1px solid #dadada;
}

.prizelist li.myPrize p.giftTitle {
    height: inherit;
}

.prizelist li p.validuntiltime {
    font-size: 0.35rem;
    color: #ff0000;
}

.prizelist li.myPrize p.validuntiltime {
    font-size: 0.7rem;
}

.label {
    display: inline-block;
    line-height: 14px;
    color: #fff;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999;
    border-radius: 0;
    text-shadow: none;
    font-size: 13px;
    padding: 5px 8px 3px 8px;
}

.label-pink {
    background-color: #d6487e!important;
}

.label.arrowed-right {
    position: relative;
    margin-right: 11px;
}

.label.arrowed-right:after {
    display: inline-block;
    content: "";
    position: absolute;
    right: -16px;
    top: 0;
    border: 9px solid transparent;
    border-width: 11px 8px;
    border-left-color: #abbac3;
}

.label-pink.arrowed-right:after {
    border-left-color: #d6487e;
}


/**
鐮歌泲
 */

#eventEggHitWrapMain {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

#eventEggHitWrapMain .egg {
    width: 100%;
    height: 360px;
    background: url(/asset/images/egg_bg.jpg) no-repeat center top;
    background-size: 100% 100%;
    overflow: hidden;
    position: relative;
}

#eventEggHitWrapMain .eggarea {
    position: absolute;
    top: 200px;
    left: 0;
    width: 100%;
}

#eventEggHitWrapMain .eggList {
    position: relative;
    max-width: 360px;
    margin: 0 auto
}

#eventEggHitWrapMain .eggList li {
    float: left;
    background: url(/asset/images/egg_1.png) no-repeat bottom;
    max-width: 130px;
    height: 154px;
    cursor: pointer;
    position: relative;
    list-style: none;
    text-align: center;
    background-size: 100% auto
}

#eventEggHitWrapMain .eggList li span {
    color: #ff0;
    font-size: 42px;
    font-weight: bold;
    display: block;
    margin-top: 60px;
    background-size: 100% auto
}

#eventEggHitWrapMain .eggList li.curr {
    background: url(/asset/images/egg_2.png) no-repeat center bottom;
    cursor: default;
    max-width: 154px;
    background-size: 100% auto
}

#eventEggHitWrapMain .eggList li.curr sup {
    background: url(/asset/images/img-4.png) no-repeat center center;
    width: 100%;
    height: 110px;
    display: block;
    background-size: 100% auto
}


/**
鍒埉濂�
 */

#eventScratchpadWrapMain {
    width: 100%;
    height: 136px;
    margin: 0 auto;
    position: relative;
    background-color: #c51a2c;
}

#eventScratchpadBG {
    margin: 0 auto;
    width: 320px;
    height: 136px;
    background: url("/asset/images/eventScratchpadBG.png") no-repeat center;
}

#scratchpad,
#prize {
    position: absolute;
    width: 280px;
    height: 100px;
    top: 18px;
    left: 50%;
    text-align: center;
    font-size: 20px;
    line-height: 100px;
    color: #333;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-weight: bolder;
}


/**
鎶㈢孩鍖�
 */

.redpackets_wrap {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.redpackets_wrap .redpackets_close {
    display: table;
    height: 100%;
    margin: 0 auto;
}

.redpackets_wrap .winning_wrap {
    display: none;
    height: 100%;
    background-color: #ffffff;
    overflow-y: auto;
    padding-bottom: 50px;
}

.redpackets_wrap .redpackets_close span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.redpackets_wrap .redpackets_close img {
    cursor: pointer;
}

.redpackets_wrap .winning_result {
    width: 100%;
    height: 100%;
}

.redpackets_wrap .redpackets_open {
    padding: 86px 0 0 0;
    width: 100%;
    height: 123px;
    background: url("/asset/images/redpackets_detail_bg.jpg") no-repeat center;
    background-size: 100% 100%;
}

.redpackets_wrap .redpackets_open .avatar {
    text-align: center;
    margin-bottom: 30px;
}

.redpackets_wrap .redpackets_open .avatar img {
    width: 70px;
    border-radius: 50%;
}

.redpackets_wrap .oneredpackets_wrap {
    height: 72px;
    width: 100%;
}

.redpackets_wrap #oneredpackets {
    text-align: center;
    color: #BB1A20;
    font-size: 1em;
    font-weight: bolder;
    height: 72px;
}

.redpackets_wrap .actionicon a {
    display: inline-block;
    text-align: center;
    margin: 0 5px;
    padding: 8px;
    color: #333333;
    font-weight: bolder;
}

.redpackets_wrap .rank_list {
    padding: 8px;
    border-bottom: 1px solid #eeeeee;
    border-top: 1px solid #fff;
}

.redpackets_wrap .rank_list:first-child {
    border-top: 0;
}

.redpackets_wrap .rank_list .avatar {
    float: left;
    width: 60px;
    text-align: left;
    margin: 0;
}

.redpackets_wrap .rank_list .avatar img {
    margin: 0 5px 0 0;
    background-color: #FFFFFF;
    background-position: center center;
    background-size: 100%;
    border-radius: 40px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.75);
    border: 0;
    width: 40px;
    height: 40px;
}

.redpackets_wrap .rank_list .usermeta {
    float: left;
}

.redpackets_wrap .rank_list .usermeta .name {
    line-height: 20px;
    font-size: 1em;
    margin: 0;
}

.rank_list .usermeta .time {
    line-height: 20px;
    font-size: 0.7em;
    color: #CCCCCC;
    margin: 0;
}

.redpackets_wrap .rank_list .amount {
    float: right;
    line-height: 40px;
}

.closeRedpackets {
    background: url(/asset/images/arrow-back.png) no-repeat;
    background-size: cover;
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    left: 0.35rem;
    top: 0.35rem;
}

@media screen and (min-width: 650px) {
    .redpackets_wrap .redpackets_close,
    .redpackets_wrap .winning_wrap {
        width: 640px;
        height: 100%
    }
}


/**
鍗＄墖浣滆€呭ご閮�
 */

.card.profile-view {
    text-align: center;
    box-shadow: none;
}

.card.profile-view .pv-header {
    position: relative;
}

.card.profile-view .pv-header .pv-banner img {
    width: 100%;
    max-height: 100%;
}

.card.profile-view .pv-header .pv-avatar {
    position: absolute;
    bottom: -40px;
    width: 100%;
}

.card.profile-view .pv-header .pv-avatar img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
}

.card.profile-view .pv-body {
    margin-top: 45px;
    padding: 0 20px 20px;
}

.card.profile-view .pv-body>h2 {
    margin: 0;
    line-height: 100%;
    font-size: 20px;
    font-weight: 400;
}

.photographDataBar {
    font-size: 0.5rem;
}

.photographDataBar span.count {
    font-weight: 600;
    font-size: 0.85rem;
}


/**
鍥剧墖娴�
 */

.imageLi {
    background-color: #f2f2f2;
    position: relative;
    padding: 0 0.35rem 0.5rem 0.35rem;
    margin: 0;
}

.imageLi:first-child {
    margin-top: 0.35rem;
}

.imageLi-body {
    display: block;
    width: auto;
    border: 1px solid #dde4ed;
    background-color: #ffffff;
    padding-bottom: 10px;
}

.imageLi-body .image {
    width: 100%;
}

.imageLi-body .image img {
    max-width: 100%;
}

.imageLi-body .description {
    padding: 10px;
}

.imageLi-body .description:empty {
    display: none;
}

.imageLi-body .comment-time,
.imageLi-body .device {
    margin: 5px 10px 0 10px;
    color: #3d4145
}

.imageLi-body .device {
    font-size: 0.5rem;
}

.imageLi-body .location {
    font-size: 0.7rem;
    padding: 10px 10px 0 10px;
    color: #adadad;
}

.imageLi-body .location:empty {
    display: none;
}

.imageLi-body .comment-footer {
    padding: 0 5px;
}


/**鎽勫奖澶ц禌鍥剧墖鎶曠ǹ**/

.imagePostBtn {
    position: fixed;
    z-index: 100;
    bottom: 70px;
    left: calc(80% - 25px);
}

#signature {
    border: 2px dotted black;
    background-color: lightgrey;
}