*{padding:0;margin:0}
/* ul,li{list-style: none;} */
body{
    background: #fff;
}
table.noBorderTable td,table.noBorderTable th,table.noBorderTable caption {
    border: 1px dashed #ddd!important
}

table {
    margin-bottom: 10px;
    border-collapse: collapse;
    display: table;
    width: 100%!important
}

td,th {
    word-wrap: break-word;
    word-break: break-all;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    padding: 5px 10px;
    border: 1px solid #DDD
}

caption {
    border: 1px dashed #DDD;
    border-bottom: 0;
    padding: 3px;
    text-align: center
}

th {
    border-top: 2px solid #BBB;
    background: #F7F7F7
}
.wrapper{
    margin: 0 auto;
    max-width: 640px;
}

/*20190305进入栏目标签列表的css*/
.cd-columnTag{
    border: 1px solid #DAE0E6;
    border-left: none;
    border-right: none;
    font-size: 0.7rem;
    color: #879099;
    position: relative;
    margin: 0 0.75rem;
    margin-bottom: 1.2rem;
    height: 2.5rem;
    line-height: 2.5rem;
    box-sizing: border-box;
}
.cd-columnTag .columnDiv{
    display: inline-block;
}
.cd-columnTag .columnName{
    display: inline-block;
    color: #DD0F38;
}
.cd-columnTag .columnImg{
    display: inline-block;
    position: absolute;
    right: -5%;
    width: 2rem;
    height: 2rem;
    top: 50%;
    transform: translate(-50%, -50%);
}
/*20190305进入栏目标签列表的css*/

.cd-article{
    margin-bottom: 1.6rem;
}
.cd-article .title{
    margin-top: 1rem;
    padding: 0 0.75rem;
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
    text-align: left;
    line-height: 1.38;
}
.cd-article .subtitle{
    padding: 0.7rem .75rem 1.2rem;
    font-size: .6rem;
    color: #879099;
    position: relative;
}
.cd-article .subtitle .player{
    position: absolute;
    right: 1rem;
    margin-top: -1rem;
    color: #222222;
    font-size: 0.6rem;
    display: flex;
    align-items: center;
}
.cd-article .subtitle .player .icon-player{
    display: inline-block;
    margin-right: .2rem;
    width: 1rem;
    height: 1rem;
    vertical-align: middle;
    background: url(../images/icon-player.png) center/100% no-repeat;
}
.cd-article .subtitle .time{
    margin-left: .4rem;
}
.cd-article_content{
    padding: 0 0.75rem 0rem;
    font-size: 0.9rem;
    color: #333;
    line-height: 1.6;
    letter-spacing: 0.034em;
    text-align: justify;
    word-wrap: break-word;
}
.cd-article_content > br{
    line-height: 2.5rem;
}
.cd-article_content p {
    margin-bottom: 0.9rem;
    line-height: 1.6 !important;
    letter-spacing: 0;
}

/* 澎湃新闻兼容 */
.cd-article_content .contheight{
    margin-top:  0.9rem;
}
.cd-article_content .title{
    font-size: 0.9rem;
} 
.cd-article_content img{
    /* margin: .5rem 0; */
    display:  block;
    max-width: 100% !important;
    height: inherit !important;
}
.cd-article_content p[style*="center"] img{
    margin: 0 auto;
}
/*  */
.cd-video{
    position: relative;
}
/*.cd-video::after{
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}
.cd-video.no::after{
    display: none;
}*/
.cd-video video{
    width: 100%;
    height: 9.5rem;
}
.cd-video iframe{
    border: none;
    width: 100%;
}
.cd-article_content video{
    width: 100%;
    max-width: 100% !important;
    object-fit: contain;
    background: #eef0f1;
}
.cd-article_content iframe{
    border: none;
    width: 100%;
    max-width: 100% !important;
}

.cd-article_content a{
    color: #069;
    text-decoration: underline;
    text-decoration-style: solid;
}

.cd-article_content h2 {
    
    font-weight: normal;
    display: block;
    font-size: larger;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

/* blockquote */
.cd-article_content blockquote{
    /* margin: 1rem;
    padding: .6rem;
    padding-left: 1rem;
    padding-bottom: .05rem;
    background-color: #f3f3f3;
    border-radius: 4px;
    font-size: .8rem ; */
    margin: 1rem 0;
    background: url(https://appstatic.cdsb.com/20200303-article-cplink.png) 0.75rem .8rem/.75rem no-repeat;
    padding: .6rem 2.125rem 0 2.125rem;
    padding-bottom: .05rem;
    background-color: #F5FAFF;
    border-radius: 4px;
    font-size: .8rem;
}
.cd-article_content blockquote p{
    background-color: transparent !important;
    margin-bottom: 0.6rem !important;
}


/* 下载更多 */
.cd-article_content.launch{
    height: 100vh;
    overflow: hidden;
}
.reading-more{
    position: relative;
    margin: 0 0.75rem 2rem;
}
.reading-more .reading-more-overmark{
    height: 8.5rem;
    position: absolute;
    width: 100%;
    top: -8.5rem;
    background: linear-gradient(rgba(255, 255, 255, 0) , #fff);
}
.reading-more .reading-more-overmark > img {
    position: absolute;
    width: 1.2rem;
    top: 6.5rem;
    left: 50%;
    margin-left: -.6rem;
    -webkit-animation: arrow-animation 300ms infinite alternate;
    animation: arrow-animation 300ms infinite alternate;
}
.reading-more .btn-read-more{
    display: block;
    height: 2rem;
    line-height: 2rem;
    color: #fff;
    font-size: .7rem;
    text-align:  center;
    border-radius: .1rem;
    background: #EA3A3A;
}
-webkit-@keyframes arrow-animation{
    from{margin-top:0}
    to{margin-top:5px}
}
@keyframes arrow-animation{
    from{margin-top:0}
    to{margin-top:5px}
}
.cdvoice{
    margin: 0 0.75rem 1rem;
}
.cd-auido-player{
    display: flex;
    width: 100%;
    padding: 0 0.4rem;
    height: 2.2rem;
    border-radius: 1.1rem;
    box-shadow:0px 0px 0.5rem 0px rgba(194,218,242,0.33);
    box-sizing: border-box;
    align-items: center;
}
.cdPlayer-btn{
    margin-right: 0.4rem;
}
.cdPlayer-btn-play{
    width: 1.6rem;
    height: 1.6rem;
}
.cdPlayer-btn-play{
    display: block;
    background: url(https://appstatic.cdsb.com/player/icon-player-play@3.png) center/100% no-repeat;
}
.cdPlayer-btn-play.pause{
    background: url(https://appstatic.cdsb.com/player/icon-player-paused@3.png) center/100% no-repeat;
}
.cdPlayer-line{
    flex: 1;
}
.cdPlayer-time{
    margin: 0 .5rem;
    width: 2rem;
    font-size: 0.55rem;
    color: #818181;
    text-align: center;
}
.cdPlayer-icon{
    
}
.cdPlayer-line-time{
    width: 100%;
    height: 0.1rem;
    background: #eee;
    position: relative;
    border-radius: .1rem;
}
.cdPlayer-loding-percent{
    position: absolute;
    width: 0%;
    height: 100%;
    background: #ccc;
}
.cdPlayer-percent{
    position: absolute;
    width: 0%;
    height: 100%;
    background: #2684E8;
}
.cdPlayer-cur{
    position: absolute;
    left: 0%;
    width: 0.3rem;
    height: 0.3rem;
    background: #2684E8;
    border-radius: 50%;
    margin: -.1rem 0 0 -.15rem;
}
.cdPlayer-cur::after{
    display: block;
    content: '';
    width: .5rem;
    height: .5rem;
    background: transparent;
    border-radius: 50%;
    transform: translate(-25%,-25%)
}
.icon-status{
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.icon-status .line{
    width: 2px;
    height: .8rem;
    background: #2684E8;
    border-radius: 2px;
    
}
.icon-status .line-3{
    height: 100%;
}
.icon-status .line-2,
.icon-status .line-4{
    height: 80%;
}
.icon-status .line-1,
.icon-status .line-5{
    height: 40%;
}
.icon-status.active .line-3{
    animation: stretchdelay-1 1s infinite linear alternate;
}
.icon-status.active .line-2,
.icon-status.active .line-4{
    animation: stretchdelay-2 1s infinite linear alternate;
}
.icon-status.active .line-1,
.icon-status.active .line-5{
    animation: stretchdelay-3 1s infinite linear alternate;
}
 
 @keyframes stretchdelay-1 {
    100% {
        height: 40%;
    }

    0% {
        height: 100%;
    }
}

 @keyframes stretchdelay-2 {
    100% {
        height: 20%;
    }

    0% {
        height: 80%;
    }
}
 @keyframes stretchdelay-3 {
    100% {
        height: 80%;
    }

    0% {
        height: 20%;
    }
}
.siderBar{
    position: fixed;
    left: -4.7rem;
    bottom: 20%;
    width: 4.6rem;
    height: 2.2rem;
    border-radius:0px 1.1rem 1.1rem 0px;
    box-shadow:0px 0px 14px 0px rgba(0, 0, 0, 0.1);
    border:1px solid rgba(218, 217, 217, 1);
    border-left: 0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: .4rem;
    box-sizing: border-box; 
    transition: all .5s;
    z-index: 1;
}
.siderBar.show{
    left: 0;
}
.percent-circle{
  width: 1.6rem;
  height: 1.6rem;
  position: relative;
  display: inline-block;
  text-align: center;
}
.percent-circle svg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hx-circle__play{
  display: block;
  width: .75rem;
  height: .75rem;
  position: absolute;
  background: url('https://appstatic.cdsb.com/20200228-icon-play.png') 100%/100% no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.percent-circle.pause .hx-circle__play{
  background: url('https://appstatic.cdsb.com/20200228-icon-pused.png') 100%/100% no-repeat;
}
.hx-circle__layer{
  fill: none;
  stroke-linecap: round;
}
.siderBar-close{
  margin-left: .2rem;
  width: 1.6rem;
  height: 1.6rem;
  background: url('https://appstatic.cdsb.com/20200228-icon-close.png') center/.75rem no-repeat;
}


/* 处理视频video */
.video-wrapper{
    position: relative;
    background: #afafaf;
}
.video-wrapper.mark:after{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background: url('https://appstatic.cdsb.com/20200303-article-video-play.png') center/30% no-repeat; */
}
.btn-video-close{
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 1.6rem;
    height: 1.6rem;
    /*background: url('https://appstatic.cdsb.com/20200303-article-video-close.png') 100%/100% no-repeat;*/
}
.sticky{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 111;
    background: #afafaf;
    transform: all .2s;
}
.sticky .btn-video-close{
    display: block;
}
.pswp__bg{
    -webkit-transition: none !important;
          transition: none !important;
}