/* 头 */
.cell_400_ {
    max-width: 677px;
    margin: 0 auto;
}
.cell_400_ .h5_head {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 0;
    justify-content: space-between;
}
.cell_400_ .h5_head .logo {
    width: 200px;
}
.cell_400_ .h5_head .logo img {
    width: 100%;
}
.cell_400_ .h5_head .search {
    display: flex;
    align-items: center;
    margin: 0 1rem;
    width: 14rem;
    height: 26px;
    background: rgba(0, 0, 0, 0.03);
    border-radius: 100px;
    padding: 0 10px;
}
.cell_400_ .h5_head .search img {
    width: 16px;
    height: 15px;
    margin: 2px 4px;
}
.cell_400_ .h5_head .search input {
    width: 100%;
    height: 20px;
    font-size: 0.7rem;
    color: #000;
    border: none;
    background: rgba(0, 0, 0, 0);
}

input::-webkit-input-placeholder{color:#666 };
input:-moz-placeholder{color:#666 };
input::-moz-placeholder{color:#666 };
input:-ms-input-placeholder{color:#666 };

.cell_400_ .h5_head .menu {
    width: .5rem;
}
.cell_400_ .h5_head .menu img {
    width: 100%;
}
.cell_400_ .h5_head .list {
    flex-direction: column;
    position: absolute;
    display: none;
    right: 0px;
    z-index: 1;
    top: 50px;
    background: #fff;
    padding: 0 10px;
    border: 1px solid #c6c6c6;
}
.cell_400_ .h5_head .item {
    width: 80px;
    height: 40px;
    color: #666666;
    font-weight: bold;
    font-size: 15px;
    border-bottom: 2px solid #c6c6c6;
    line-height: 45px;
    text-align-last: justify;
    text-align: justify;
    padding: 3px;
}
.cell_400_ .h5_head .item-select {
    color: #6490e3;
}
.cell_400_ .h5_head .item:last-child {
    border-bottom: 2px solid rgba(0, 0, 0, 0);
}

.article-main {
    line-height: 30px;
}
.article_main .local-image {
    height:auto;
}
.cell_401_ .article-title{
    margin-bottom:14px; 
    text-align:left;
    width:100%;
}
.article-title h1 {
    font-size: 22px;
    text-align: left;
}
.article-toolbar {
    text-align: left;
    margin-bottom: 22px;
    font-size: 18px;
}
.article-toolbar .article-assist .author {
    margin-left: 20px;
}
/* 百度播放器 */
.videoWrap{
    width: 100%;
    background-color: #ccc;
    /* margin: 0.2rem 0; */
    /*display:none;*/
}
.videoWrap video{
    display:block;
    height:100%;
}
.jw-flag-touch .jw-controlbar, .jw-flag-touch .jw-plugin, .jw-flag-touch .jw-skip{
    font-size: 0.06rem;
}
.jw-display-icon-container{
    width: 0.4rem;
    height: 0.15rem;
    line-height: 0.15rem;
    padding: 0.01rem 0.05rem;
    top: 0.35rem;
    left: 88%;
    margin: 0 !important;
    border-radius: 0.2rem !important;
    opacity: 0.5;
    border: 1px solid #bbb !important;
}
.jw-display-icon-container .jw-icon-display{
    font-size: 0.06rem;
}
.jw-skin-bce .jw-icon-display:before{
    content:"";
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAZ9JREFUSEutlbsvBVEQh79f0JGI0NFRUIlE1NRI6ERFqxGRkCj4B2gUWuFG1EShQLxVRLyCxiMUBAmNRzhybnaTk3Xv3Yc73e7Mb76zO2dmRMCMMUWSvoLvkz7LFxpjyoEloBHYAsaBBUkmaXKrcwGjwFgg2TkwAcxIek8CcgFzQFeWJHfACDAr6ScOyAWsAs0h4n1gUNJaVIgLOAVqIwrngT5Jz2HxLuAFKA0TOP57oFfSci5NGmCMKQQ 3aJHBNkbNgUMSPrIpPEBJcBrxKSZwnaADkkPQacPqAD OGMCr4B2SUeuzgdUATcxE2YKfwNaJW34Th9QA1zkAWBTHEqqDwKqgcs8AQ4kNQQBlcBtHgD2otg6rAcBdtA9/hNgi9wm6ThTkYsBW6Cktg105rqmSRvNDr5JYChno3nd/ASUxfiEa6AnbPC5s gEqIsAsONhGuiXFNr9LmAFaAkB7HpzZy/CQdIhLiAFdGcR2t8xLMmO6VjmAuy6tGvTtTNvN6eyFTGM5gJsgReBJmDTS7yUt6Xvn8QYUyDpO xkUf2/gZeSGQ9pJjsAAAAASUVORK5CYII=) no-repeat;
    display: block;
    width: 0.08rem;
    height: 0.08rem;
    background-size: cover;
}
.jwplayer.jw-state-paused .jw-display-icon-container .jw-icon-display:before{
    content: "";
}
.jw-display-icon-container span.jw-display-text-duration{
    font-size: 0.07rem;
    color: #fff;
    padding-left: 0.04rem;
}
.jw-skin-bce .jw-controlbar{
    opacity: 0.7;
}
.jw-flag-compact-player .jw-text-duration, .jw-flag-compact-player .jw-text-elapsed{
    display:inline !important;
}
/* 播放器样式适配PC */
@media screen and (max-width:750px){
    .jw-display-icon-container{
        width: 1.1rem;
        height: 0.35rem;
        line-height: 0.35rem;
        padding: 0.04rem 0.17rem;
        top: 0.35rem;
        left: 80%;
        margin: 0 !important;
        border-radius: 1rem !important;
        opacity: 0.5;
        border: 1px solid #bbb !important;
    }
    .jw-flag-touch .jw-controlbar, .jw-flag-touch .jw-plugin, .jw-flag-touch .jw-skip{
        font-size: 0.2rem;
    }
    .jw-display-icon-container span.jw-display-text-duration{
        font-size: 0.2rem;
        color: #fff;
        padding-left: 0.04rem;
    }
    .jw-skin-bce .jw-icon-display:before{
        width: 0.16rem;
        height: 0.16rem;
    }
}
/** 阿里播放器 **/
.playBtnWrap{
    position: relative;
    width:100%;
    height:100%;
    top:-100%;
    left:0;
    z-index: 15;
}
.btn{
    position: absolute;
    right: 0.4rem;
    top: 0.4rem;
    font-size:0.2rem;
    color:#fff;
    border-radius: 20px;
    padding-left: 0.22rem;
    width: 0.8rem;
    height: 0.45rem;
    line-height: 0.45rem;
    display: flex;
    background-color: black;
    opacity: 0.5;
}
.btn i{
    background: ;
    width: 0.16rem;
    height: 0.16rem;
    margin-right: 0.08rem;
    dispaly:block;
    float:left;
    background-size: cover;
    margin-top: 0.15rem;
}
/* 底部样式 */
.cell_404_ .footer {
    max-width: 677px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #686868;
    font-size: 10px;
    padding: 10px 0;
    background: #f1f1f1;
    cursor: default;
    margin: 0 auto;
}
.cell_404_ .footer-1 {
    display: flex;
    justify-content: center;
}
.cell_404_ .footer-1 a {
  padding: 0 1vw;
  color: #686868;
}
.cell_404_ .footer-1 div {
  padding: 0 1vw;
  color: #686868;
}
.cell_404_ .footer-2 {
    display: flex;
    justify-content: center;
    color: #686868;
    margin-top: 10px;
}
.cell_404_ .footer-2 a {
  margin-left: 1vw;
  color: #686868;
}
.cell_404_ .footer-3 {
  margin-top: 12px;
}
.cell_404_ .footer-4 {
  margin-top: 12px;
}

/* 子底部样式 */
.cell_404_ .sub-footer {
  display: flex;
  width: calc(100% - 20px);
  padding:0 10px;
  margin-top: 20px;
  justify-content: space-between;
}
.cell_404_ .sub-footer img {
  width: 90%;
}
