pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    *word-wrap: break-word;
    *white-space : normal ;
    font-family: 微软雅黑, PingFangSC-Regular;
}
[v-cloak] {
  display: none;
}
.liveviewWarp {
    padding-bottom: 80px;
}
.liveviewWarp .title {
    padding-top: 54px;
    padding-bottom:30px;
    line-height: 28px;
}
.liveviewWarp .title h1{
    font-size:32px;
    color:#333333;
    font-weight: 400;
    float: left;
    margin-right: 29px;
}
.liveviewWarp .title .Sp-btn{
    display: flex;
    align-items: center;
    float: left;
    width:71px;
    height:29px;
    background:#df3532;
    border-radius:3px;
    margin-right: 20px;
    margin-left: 29px;
}
.liveviewWarp .title .Sp-review{
    display: flex;
    align-items: center;
    float: left;
    width:71px;
    height:29px;
    background:#919191;
    border-radius:3px;
    margin-right: 20px;
    margin-left: 29px;
}
.liveviewWarp .title .Sp-notice{
    display: flex;
    align-items: center;
    float: left;
    width:71px;
    height:29px;
    background:#325ddf;
    border-radius:3px;
    margin-right: 20px;
    margin-left: 29px;
}
.liveviewWarp .title .live-btn{
    margin:auto;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 12px;
}
.liveviewWarp .title .live-btn img{
    margin-right: 5px;
}
.liveviewWarp .title .count{
    font-size:20px;
    color:#333333;
}
.live-fl {
    width: 442px;
    float: left;
}
.live-fr{
    background:#ffffff;
    box-shadow:0 0 9px 0 rgba(0,0,0,0.16);
    width:708px;
    float: left;
    padding-bottom:20px;
    /*height: 800px;*/
}
.live-fl .pic{
    display: block;
    width: 100%;
    height: 322px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    // margin-top: 25px;
}
.live-fl .introduction {
    width: 384px;
}
.live-fl .introduction .tts{
    font-size:14px;
    color:#999999;
    padding-top: 19px;
    padding-bottom:14px;
}

.live-fl .introduction .text{
    font-size:14px;
    color:#333333;
    line-height: 27px;
    letter-spacing: 1px;
}
.live-fl .newsb2 {
    background: #fff;
    padding: 15px;
    margin-bottom: 32px;
    width: 351px;
    margin-top: 45px;
}
.live-fl .newsb2 h1 {
    text-align: center;
    border-bottom: 2px solid #d8d8d8;
    font-size: 18px;
    color: #4a4a4a;
    font-weight: 400;
    padding-bottom: 25px;
    padding-top: 20px;
    position: relative;
}
.live-fl .newsb2 h1 span{
    background:#df3532;
    width:77px;
    height:2px;
    position: absolute;
    bottom: -2px;
    margin: auto;
    left: 140px;
}
.live-fl .newsb2 .newsuls{
    padding: 44px 0 35px;
}
.live-fl .newsb2 .newsuls li{
    width: 33.333%;
    text-align: center;
    float: left;
}
.live-fl .newsb2 .newsuls li img{
    padding-bottom: 10px;
}
.live-fl .code-img{
    text-align: center;
    padding-bottom: 30px;
}
.live-fl .code-img img{
    width: 174px;
}



/*右边*/
.live-fr .dynamic-tt{
    padding-top: 25px;
    padding-bottom:40px;
}
.live-fr .dynamic-tt span{
    background:#df3532;
    width:100px;
    height:38px;
    line-height: 38px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    display: block;
}

.live-fr .dynamic-page{
    padding-top: 25px;
    padding-bottom:40px;
}
.live-fr .dynamic-page span{
    background: #b2b2b2;
    width: 80%;
    height:38px;
    line-height: 38px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    display: block;
    margin: auto;
    border-radius: 10px;
    color: #333;
    cursor: pointer;
}

.dynamic-list .character .span1{
    background:#df3532;
    width:11px;
    height:14px;
    float: left;
    display: inline-block;
    margin-top: 4px;
}
.dynamic-list .character .span2{
    color:#2f5b8b;
    font-size: 12px;
    padding-left: 21px;
    line-height: 14px;
}
.dynamic-list .infos{
    padding: 0 31px;
}
.dynamic-list .infos img{
    cursor: pointer;
}
.dynamic-list .infos .titles{
    font-size: 1.4rem;
    color:#333333;
    padding-top: 8px;
    padding-bottom:16px;
}
.dynamic-list .infos .contents{
    font-size: 16px;
    color:#333333;
    padding-top: 8px;
    padding-bottom:16px;
}
.dynamic-list .infos .pimg{
    object-fit: cover;
}
.dynamic-list .infos .pic1{
    display: block;
    width: 100%;
    max-height: 434px;
    min-height: 350px;
    border-radius: 5px;
    object-fit: cover;
}
.dynamic-list .infos .pic2{
    display: block;
    width: 317px;
    height: 214px;
    margin-right: 12px;
    margin-top: 12px;
    border-radius: 5px;
    float: left;
}
.dynamic-list .infos .pic2:nth-child(2n+0){
    margin-right:0;
}
.dynamic-list .infos .pic3{
    display: block;
    width: 207px;
    height: 200px;
    margin-right: 12px;
    margin-top: 12px;
    border-radius: 5px;
    float: left;
}
.dynamic-list .infos .pic3:nth-child(3n+0){
    margin-right:0;
}
.dynamic-list .infos .act{
    padding-top: 18px;
    padding-bottom:25px;
}
.dynamic-list .infos .act .date{
    font-size: 12px;
    color: #999;
    float: left;
    height: 30px;
    line-height: 30px;
}
.dynamic-list .infos .act .action{
    float: right;
}

.dynamic-list .infos .act .action .icon{
    padding:5px 16px;
    margin-left: 20px;
}
.icon-comment{
    background:url(../images/pinlun.png) no-repeat;
}
.icon-del{
    background:url(../images/delete.png) no-repeat;
}
.icon-edit{
    background:url(../images/edit.png) no-repeat;
}
.icon-like{
    background:url(../images/like.png) no-repeat;
}
.icon-like2{
    background:url(../images/like2.png) no-repeat;
}

.dynamic-list .infos .act .action .reply {
    background:url(../images/pinlun.png) no-repeat;
    background-position: center;
    padding:5px 20px;
}
.dynamic-list .infos .act .action .thumbs-del {
    background:url(../images/delete.png) no-repeat;
    background-position: center;
    padding:5px 16px;
    margin-left: 20px;
}
.dynamic-list .infos .act .action .thumbs-edit {
    background:url(../images/edit.png) no-repeat;
    background-position: center;
    padding:5px 16px;
    margin-left: 20px;
}
.dynamic-list .infos .act .action .thumbs-up {
    background:url(../images/like.png) no-repeat;
    background-position: center;
    padding:5px 16px;
    margin-left: 20px;
}
.dynamic-list .infos .act .action .thumbs-up.on{
    background:url(../images/like2.png) no-repeat;
}
.dynamic-list .infos .comment-frame{
    padding: 23px 31px 10px;
    background: #f5f5f5;
    margin-bottom:25px;
}
.dynamic-list .infos .comment-frame .box1{
    padding-bottom:20px;
}
.comment-frame .box .icons{
    float: left;
}
.comment-frame .box .frame-cont{
    margin-left:49px;
}

.comment-frame .box .like-names{
    font-size:12px;
    color:#2f5b8b;
}
.comment-frame .box  .comment-content li{
    display: table;
    padding-bottom:8px;
}
.comment-frame .box  .comment-content span{
    font-size: 12px;
}
.comment-frame .box  .comment-content .comment-name{
    color:#2f5b8b;
}
.comment-frame .box  .comment-content .comment-txt{
    color:#333;
}

.Submit-live {
    margin-top:30%;
}
.Submit-live{
    padding-top: 20px;
    padding-bottom:39px;
    background:#fff;
    width: 402px;
}
.Submit-live h2{
    border-left: 5px solid #df3532;
    font-size: 16px;
    color: #333;
    padding-left: 14px;
    line-height: 16px;
    margin-bottom:24px;
}
.Submit-live .form-submit{
    padding: 0 18px;
}
.Submit-live .form-submit input{
    border: 1px solid #dcdcdc;
    border-radius: 2px;
    width: 327px;
    height: 20px;
    padding: 10px 18px;
    margin-bottom: 10px;
}
.Submit-live .form-submit textarea{
    border:1px solid #dcdcdc;
    border-radius:2px;
    width: 327px;
    height:151px;
    padding:20px 18px;
}
.Submit-live .form-submit .btns {
    margin-top: 21px;
}
.Submit-live .form-submit .btns a{
    background:#df3532;
    border-radius:3px;
    width:365px;
    height:46px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    display: block;

}
.Submit-live .form-submit .add-btns {
    display: inline-table;
    margin-top: 11px;
}
.Submit-live .form-submit .add-btns a{
    /*background:#f7f7f7;*/
    width:72px;
    height:72px;
    display: inline-block;
    margin-right:8px;
}
.Submit-live .form-submit .add-btns .add-pic{
    background:#f7f7f7 url(../images/pic.png) no-repeat;
    background-position: center;
}
.Submit-live .form-submit .add-btns .add-video{
    background:#f7f7f7 url(../images/video.png) no-repeat;
    background-position: center;
}

.Submit-live .form-submit .images-box {
    display: inline-table;
    margin-top: 11px;
    width: 100%;
}

.Submit-live .form-submit .images-box ul{
    width: 100%;
}

.Submit-live .form-submit .images-box ul li{
    float: left;
    position: relative;
    margin-right: 12px;
    margin-bottom: 12px;
}
.Submit-live .form-submit .images-box img{
    /*background:#f7f7f7;*/
    width:72px;
    height:72px;
    display: inline-block;
    cursor: pointer;
}
.Submit-live .form-submit .images-box .icon-del-image{
    background: #d8d8d8;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -10px;
    right: -10px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    border-radius: 50%;
    z-index: 2;
    cursor: pointer;
}
.Submit-live .form-submit .video-file{
    width: 100%;
    height: 20px;
    margin-top: 12px;
}
.Submit-live .form-submit .video-file .del-video{
    float: left;
    width: 20%;
    height: 100%;
    text-align: center;
    cursor: pointer;
}
.Submit-live .form-submit .video-file .video-box{
    float: left;
    width: 80%;
    height: 100%;
    background: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.Submit-live .form-submit .video-box .video-jindu{
    width: 0%;
    height: 100%;
    background: #df3532;
}
.Submit-live .form-submit .video-box .video-jindu span{
    color: #fff;
}

.video-cover{
    margin-top: 10px;
}


.comment-drawer-title{
    font-family:PingFangSC-Regular;
    font-size:1.1rem;
    line-height:40px;
    color:#333333;
    padding: 1rem 1rem;
}
.artCont{
    padding: 0 1rem;
}
.art-zan-cont,.art-comment-cont{
    display: flex;
    align-items: flex-start;
}
.art-zan-cont{
    border-bottom:1px solid #d8d8d8;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}
.figure-img{
    margin-right: 1em;
    width: 25px;
    margin-top: 0.4rem;
}
.Media-body{
    flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    margin-top: 6px;
}
.Media-body p{
    margin-bottom: 10px;
}
.Media-body span{
    color:#2f5b8b;
    font-size: 0.85rem;
}
.Media-body span em{
    color: #333333;
    font-style: normal;
    font-size: 0.85rem;
}


.art-submitCont {
    position: absolute;
    bottom: 0;
    border-top: 1px solid #ececec;
    width: 100%;
    z-index: 2;
    background: #fff;
}
.art-referTo {
    display: flex;
    padding: 1rem;
}
.art-input {
    flex: 1;
    background: #f5f5f7 url(../images/edit.png) no-repeat;
    background-size: 2rem;
    background-position: 10px;
    border-radius: 100px;

}
.art-input input{
    background: #f5f5f7;
    width: 85%;
    float: right;
    height: 100%;
    border: none;
    border-radius: 100%;
    font-size: 0.85rem;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}
.art-input input:focus{
    outline: none;
}
.art-input input::-webkit-input-placeholder {
    color: #333333;
}
.art-input input::-moz-input-placeholder {
    color: #333333;
}
.art-input input::-ms-input-placeholder {
    color: #333333;
}
.art-button{
    background: #333333;
    border-radius: 31.5px;
    width: 6rem;
    height: 2.7rem;
    font-size: 1rem;
    color: #ffffff;
    margin-left: 0.5rem;
}


.icon-box{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    float: left;
    margin-left: 10px;
    cursor: pointer;
}
.icon-box span{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 1.2rem;
    color: #333;
}
.icon-box .icon{
    display: inline-block;
    width: 30px;
    height: 30px;
}

.art-date{
    font-family: PingFangSC-Semibold;
    font-size: 2.2rem;
    color: #333333;
    padding-bottom: 12px;
    background: #fff;
}

