* {
    padding: 0;
    margin: 0;
    font-family: '微软雅黑';
    color: #333;
}

html {
    width: 100%;
    height: 100%;
}

body {
    width: 15rem;
    height: 100%;
    margin: 0 auto;
    background: #f9f9f9;
}

#app {
    overflow-y: scroll;
    position: relative;
}

/*顶部信息*/
.top {
    width: 15rem;
    overflow: hidden;
}

.header {
    overflow: hidden;
    background: white;
    text-align: center;
    position: relative;
}

.header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.header video {
    width: 100%;
    height: 33vh;
}

.my-video-dimensions {
    max-width: 100%;
    height: 23vh;
    margin: 0 auto;
    width: auto;
}

.header .liveL {
    background: #f3504b;
    color: #fff;
    text-align: center;
    margin: .3rem auto .5rem;
    font-size: .55rem;
    border-radius: .2rem;
    padding: .3rem 0;
    width: 14rem;
    display: block;
}

/*tab*/
.tabContainerTest, #tabL, #discussView, #abstract {
    width: 15rem;
    height: 53vh;
    overflow: scroll;
}

/*直播*/
.timeLine {
    padding: .5rem 0.3rem .25rem 0.3rem;
    width: 100%;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -o-box;
    display: box;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-flex-direction: row;
    flex-direction: row;
    align-items: flex-start;
    -webkit-box-align: start;
}

.timeLine p {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -moz-box-flex: 1;
    font-size: 0.6rem;
    line-height: 1.3rem;
    color: #999;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#tabL .listsBox .timeLine {
    padding: .6rem 0.6rem .2rem 0.6rem;
    width: 100%;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -o-box;
    display: box;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-flex-direction: row;
    flex-direction: row;
    align-items: flex-start;
    -webkit-box-align: start;
}

.timeLine p {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -moz-box-flex: 1;
    font-size: 0.55rem;
    line-height: 0.6rem;
    color: #999;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#tabL .items {
    overflow: hidden;
    position: relative;
}

#tabL .items {
    padding: 0 0.5rem 0;
    position: relative;
}

#tabL .items .timeIcon {
    background: url(../images/timeline_tag_icon.png) no-repeat;
    width: .65rem;
    height: .28rem;
    position: absolute;
    left: 0;
    top: .65rem;
    display: inline-block;
    background-size: 100% 100%;
}

#tabL .content {
    padding: 10px 0;
    border-bottom: 1px solid #eaeaea;
}

.content .tit {
    position: relative;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
}

.content .tit i {
    display: inline-block;
    position: absolute;
    left: -.3rem;
    font-size: .65rem;
    background-size: 100% 100%;
    line-height: .81rem;
}

#tabL .content .left {
    float: left;
    position: relative;
    line-height: .85rem;
    font-size: 0.55rem;
    color: #f64e45;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 600;
    /* width: 50%; */
    margin-left: .3rem;
}

#tabL .box {
    display: inline-block;
    float: left;
    border: 1px #E6E6E6 solid;
    border-radius: .35rem;
    margin-left: .5rem;
    background: #fff;
}

#tabL .box .avatar {
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 0.3rem;
    float: left;
    margin-right: 0.1rem;
    overflow: hidden;
    margin-left: 0.1rem;
    margin-top: .05rem;
    margin-bottom: .05rem;
}

.iconVideo {
    position: static !important;
    float: left;
    margin: 0 .2rem 0 .3rem;
    color: #f64e45;
}

.content .box .left2 {
    font-size: 0.5rem;
    color: #999999;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: .3rem;
    max-width: 3rem;
    height: .8rem;
    line-height: .81rem;
    vertical-align: middle;
}

#tabL .det {
    padding: .1rem 0;
}

#tabL .content .article {
    padding: 0.1rem .3rem 0;
    white-space: pre-wrap !important;
    word-wrap: break-word !important;
    *white-space: normal !important;
}

/*聊天*/
.mint-cell-wrapper {
    background: #f9f9f9 !important;
}

.mint-navbar .mint-tab-item {
    padding: 0;
}

.mint-tab-item-label {
    font-size: 0.7rem;
    position: relative;
    line-height: 7vh;
}

.mint-navbar .mint-tab-item.is-selected {
    border-bottom: none;
    font-weight: 600;
    margin-bottom: 0;
}

.mint-navbar .mint-tab-item.is-selected div {
    color: rgb(245, 78, 69);
}

.content .article {
    padding: 0.2rem 0;
    color: #333;
    font-size: 0.65rem;
    word-break: break-all;
    line-height: 1rem;
    text-align: justify;
}

#discussView .content {
    background: #fff;
    margin: .2rem .2rem;
    width: auto;
    padding: 10px .5rem;
}

#discussView .content span {
    font-size: .6rem;
    color: #333;
    margin-right: .5rem;
}

#discussView .content .tit span {
    display: block;
    float: left;
    padding: 0 .1rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1rem;
    color: #a39f9f;
}

#discussView .content pre {
    line-height: 1rem;
    font-size: .65rem;
    margin-top: .4rem;
    white-space: pre-wrap !important;
    word-wrap: break-word !important;
    *white-space: normal !important;
}

#discussView .content .tit img {
    display: block;
    float: left;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    margin-right: .2rem;
    vertical-align: bottom;
}

.imageList, .videoList {
    overflow: hidden;
    padding: 0 .3rem;
}

.imageList .imageBox {
    width: 100%;
    padding: .2rem 0;
    float: left;
}

.imageList .imageBox img {
    width: 100%;
}

.videoList .videoBox {
    padding: .3rem 0;
}

.videoList video {
    width: 100%;
}

.mint-navbar {
    height: 7vh;
    width: 15rem;
}

.more {
    padding: .5rem 0 1rem;
    width: 9rem;
    margin: 0 auto;
    text-align: center;
}

.more p {
    font-size: .65rem;
    line-height: 1.5rem;
}

.viewImgBox {
    position: fixed;
    background-color: #000;
    width: 15rem;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 2000;
    text-align: center;
}

.viewImgBox i {
    float: right;
    margin: .3rem;
    display: block;
    width: 100%;
    text-align: right;
    color: #fff;
    font-size: .9rem;
}

.image-box {
    height: 100%;
    text-align: left;
}

.image-box-div {
    line-height: 0px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 1px;
    border-radius: 2px;
    border: 1px solid transparent;
}

.title-image {
    width: auto;
    height: auto;
    max-width: 99%;
    max-height: 99%;
}

/*评论*/
.commentBtnBox {
    position: absolute;
    bottom: .5rem;
    right: .5rem;
    z-index: 2000;
}

.commentBtnBox .clickBtn {
    width: 2rem;
    height: 2rem;
    text-align: center;
    border-radius: 50%;
    background: rgba(0, 0, 0, .6);
}

.commentBtnBox .clickBtn i {
    font-size: 1rem;
    line-height: 2rem;
    text-align: center;
    color: #fff;
    font-weight: 600;
}

.commentDialogM {
    position: absolute;
    width: 15rem;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 2000;
    text-align: center;
    background-color: rgba(0, 0, 0, .6);
}

.commentDialogM .shade {
    width: 15rem;
}

.commentDialog {
    width: 96%;
    background-color: #fff;
    overflow: hidden;
    padding: .3rem 0;
    height: 20vh;
    margin: 0 auto;
    border-radius: .1rem;
}

.commentDialog .mint-field-core {
    background-color: #fdfdfd;
    border: 1px solid #ccc;
    border-radius: .1rem;
    font-size: .65rem;
    line-height: 1.2rem;
    width: 90%;
    padding: 0 .2rem;
    margin-top: .2rem;
}

.commentDialog .mint-cell-wrapper {
    background-color: #fff !important;
    padding: 0 .6rem;
}

.commentDialog .mint-button--small {
    float: right;
    margin: .25rem .5rem;
    background-color: rgb(245, 78, 69);
}

.commentDialog .mint-button--small label {
    color: #fff;
}

.mint-toast {
    z-index: 20001;
}

.mint-toast-text {
    color: #fff !important;
}

.prism-player {
    height: 100% !important;
    overflow: hidden;
}

.newDataNum {
    font-weight: normal;
    font-size: 12px;
    position: absolute;
    left: 60%;
    top: -10px;
    display: block;
    background: rgb(245, 78, 69);
    color: #fff;
    width: 20px;
    line-height: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
}

/*简介*/
.abstract {
    display: block;
    width: 90%;
    text-align: justify;
    margin: 5px auto 10px;
    line-height: 1rem;
    font-size: .65rem;
    color: #333;
    white-space: pre-wrap !important;
    word-wrap: break-word !important;
    *white-space: normal !important;
}

.title {
    display: block;
    width: 90%;
    text-align: justify;
    margin: 10px auto 0;
    line-height: 1.3rem;
    font-size: .72rem;
    color: #333;
    font-weight: normal;
}

.reserve {
    font-size: .65rem;
    border: 1px solid #f64e45;
    width: 90%;
    border-radius: 5px;
    padding: .35rem 0;
    text-align: center;
    margin: 1rem auto 1rem;
    color: #f64e45;
    display: block;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

/*重写直播界面样式*/
.prism-player .prism-big-play-btn, .prism-player .prism-big-play-btn .outter {
    width: 55px;
    height: 55px;
}

.prism-player .prism-volume .volume-icon, .prism-player .prism-setting-btn, .prism-player .prism-cc-btn, .prism-player .prism-fullscreen-btn, .prism-player .prism-play-btn {
    width: 20px;
    height: 20px;
}

.prism-player .prism-time-display {
    line-height: 22px;
}

.prism-player .prism-volume-control {
    height: 100px;
    width: 30px;
    bottom: 45px;
}

.prism-player .prism-controlbar .prism-controlbar-bg, .prism-player .prism-controlbar {
    height: 35px;
}

.prism-progress {
    bottom: 35px !important;
}

.prism-player .prism-volume-control .volume-range {
    height: 65px;
    bottom: 10px;
}

.prism-player .prism-play-btn, .prism-player .prism-setting-btn, .prism-player .prism-cc-btn, .prism-player .prism-fullscreen-btn, .prism-player .prism-volume {
    margin-top: 7px !important;
}

/*重写直播界面样式*/
.waitBox {
    position: absolute;
    z-index: 2000;
    height: 99%;
    text-align: center;
    width: 100%;
    overflow: hidden;
    background: #fff;
    border-bottom: 2px solid #b1b1b1;
}

.waitBox p {
    color: #000;
    font-size: .65rem;
    margin-top: 9vh;
}

.waitBox .imgWait {
    width: 100%;
    height: 100%;
}

/*打开app*/
.shareIcon_con {
    top: 0px;
    overflow: hidden;
    margin: 0 0;
    z-index: 9999;
}

.shareIcon-img {
    width: 100%;
    display: block;
    max-height: 3rem;
}
