@charset "UTF-8";

html {
    font-family: "yst" !important; /* 强制使用金彩云字体*/
    font-size: 100px;
    margin: 0;
}

/* 样式重置 */
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    font-size: 0.16rem;
}

/*适配PC端*/

@media screen and (min-width: 1000px) {
    html {
        font-size: 100px !important;
    }
    body {
        width: 500px !important;
        margin: 0px auto !important;
    }
}
div {
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box; /* Safari */
}

p,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
    list-style: none;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: #2e2e2e;
}
a:hover {
    text-decoration: none;
}

/* 工具样式 */
.m-b-10 {
    margin-bottom: 0.1rem;
}
.m-r-10 {
    margin-right: 0.1rem;
}
.m-t-10 {
    margin-top: 0.1rem;
}
.m-l-10 {
    margin-left: 0.1rem;
}

.flex {
    display: flex;
    display: -webkit-flex;
    display: -o-flex;
    display: -moz-flex;
    justify-content: space-between;
    align-items: center;
}
.display-align-items-center {
    display: flex;
    align-items: center;
}

.eye {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url("/resource/image/watch-icon.png");
    margin: 0 4px 0 2px;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
}

.icon {
    /*display: block;*/
    display: inline-block;
    width: 0.12rem;
    height: 0.12rem;
    vertical-align: -0.01rem;
    margin-right: 0.04rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.12rem 0.12rem;
}
/* .icon.icon-big {
    height: 0.16rem;
    width: 0.16rem;
    margin-right: 0;
    background-size: 0.16rem 0.16rem;
}
.icon.icon-bigger {
    height: 0.18rem;
    width: 0.18rem;
    margin-right: 0;
    background-size: 0.18rem 0.18rem;
}
.icon-click {
    background-image: url("../images/icon_click.png");
}
.icon-pinglun {
    background-image: url("../images/icon_pinglun.png");
} */
.icon-img {
    background-image: url("/resource/image/icon_photo.png");
    margin-top: 0.01rem;
}
.icon-play {
    background-image: url("/resource/image/icon_play.png");
}
/*.icon-qianwang {
    background-image: url("../images/icon_qianwang.png");
}
.icon-dianzan {
    background-image: url("images/icon_dianzan.png");
}
.icon-dianzan-pre {
    background-image: url("../images/icon_dianzan_pre.png");
}
.icon-more {
    background-image: url("../images/icon_more.png");
}
*/
.icon-none {
    background-image: url("/resource/image/comments_none.png");
}

.img-audio {
    background-image: url("/resource/image/img_audio.png");
    background-size: 100% 100%;
}

.img-video {
    background: #000;
    background-size: 100% 100%;
}

/*播放按钮*/
.icon-play.play-item {
    display: inline-block;
    height: 0.48rem;
    width: 0.48rem;
    position: absolute;
    top: 50%;
    left: 50%;
    background-size: 0.48rem 0.48rem;
    transform: translate(-0.24rem, -0.24rem);
    -ms-transform: translate(-0.24rem, -0.24rem); /* IE 9 */
    -webkit-transform: translate(-0.24rem, -0.24rem); /* Safari and Chrome */
    -o-transform: translate(-0.24rem, -0.24rem); /* Opera */
    -moz-transform: translate(-0.24rem, -0.24rem);
    z-index: 999;
}
/*播放按钮*/
/* 浏览量 */
#view-info {
    display: none;
}
.line-before-text:not(:last-child)::after {
    content: "|";
    display: inline-block;
    margin: auto 5px;
}
