@import url(./body_font_face.css);

* {
    padding: 0;
    margin: 0
}

/* @font-face {
    font-family: 'cdsb-fzzysk';
    src: url('./cdsb_fzzysk.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */

html {
    font-size: 20px;
    line-height: 1.3;
    /*font-family: cdsb-fzzysk, -apple-system, -apple-system-font, "Microsoft YaHei", Arial, sans-serif;*/
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

/* 取消 download-button */
video::-internal-media-controls-download-button {
    display: none;
}

video::-webkit-media-controls-enclosure {
    overflow: hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px);
}

.wrapper {
    margin: 0 auto;
    max-width: 640px;
    text-align: justify;
}

#async-iframe {
    max-width: 640px;
    margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
    .wrapper {
        margin: 0 auto;
        max-width: inherit;
        text-align: justify;
    }

    #async-iframe {
        max-width: inherit;
    }
}

.clear::after {
    display: block;
    content: "";
    clear: both;
}

a {
    text-decoration: none;
    color: inherit;
}

.cd-question,
.cd-theme_lists,
#async-iframe,
.cdvoice {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#async-iframe {
    padding-bottom: 3rem;
}

/* .cd-sub-header{
	position: relative;
	height: 2.8rem;
	line-height: 2.8rem;
	padding-left: 1.15rem;
	font-size: 0.8rem;
	border-top: 0.025rem solid #ededed;
	border-bottom: 0.025rem solid #ededed;
}
.cd-sub-header::before{
	display: block;
	content: '';
	width: 0.1rem;
	height: 0.9rem;
	background: #dd3c34;
	position: absolute;
	left: .8rem;
	top: 50%;
	margin-top: -0.45rem;
	border-radius: 0.025rem;
} */

/* 点赞 */
.icon-zan {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background: url('../images/icon-zan.png') center/100% no-repeat;
    vertical-align: middle;
}

.icon-zan.small {
    width: 0.7rem;
    height: 0.7rem;
}

.cd-zan .btn-zan {
    margin: 0 auto 1.6rem;
    width: 6.0rem;
    height: 2.15rem;
    border: 1px solid #e0e0e0;
    color: #7b7777;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .25rem;
}

.cd-zan .num {
    margin-left: .3rem;
    font-size: .8rem;
}

/* 评论 */
.cd-comments .header img {
    width: 100%;
    display: block;
}

.cd-comments ul {
    padding: 0.8rem 0.6rem 0;
}
.cd-comments li {
    list-style: none;
}
.cd-comments li img {
    margin-right: 0.4rem;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
}

.cd-comments .info {
    padding-left: 1.9rem;
    flex: 1;
    padding-bottom: 1rem;
    color: #333;
}

.cd-comments .name {
    display: inline-block;
    width: 11rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    /* line-height: 1.5; */
}

.cd-comments .nickname {
    font-size: 0.7rem;
    color: #2B629C;
}

.cd-comments .time {
    color: #7a7676;
    font-size: 0.6rem;
}

.cd-comments .vote {
    float: right;
    display: flex;
    align-items: center;
    color: #7b7777;
    font-size: 0.6rem;
}

.cd-comments .user_info {
    display: flex;
    align-items: center;
}

.cd-comments .info-footer {
    margin-top: .75rem;
    display: flex;
    justify-content: space-between;
}

.cd-comments .content {
    margin-top: 0.4rem;
    font-size: 0.8rem;
    word-break: break-all;
}

.cd-comments .comments-more {
    margin: .2rem auto 2.2rem;
    width: 6rem;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    color: #2684E8;
    font-size: 0.6rem;
    border: 1px solid #2684E8;
    border-radius: .75rem;
}

.cd-comments .img-placeholder {
    text-align: center;
    font-size: .6rem;
    color: #7a7a7a;
    padding: 2rem 0 3rem;
}

.cd-comments .img-placeholder img {
    width: 3rem;
    display: inline-block;
}

.header-style {
    margin: 0 .6rem 0.35rem;
    padding-left: 0.4rem;
    color: #333;
    font-size: 0.8rem;
    text-align: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}
.header-style li{
    list-style: none;
}
.header-style::before,
.header-style::after {
    margin: 0 .5rem;
    display: block;
    content: '';
    width: 1.8rem;
    border-top: 0.05rem solid #888;
    height: 0;
}


/* reporter */
.cd-reporter{
    margin: .75rem;
    padding: .6rem 0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow:0px 0 .5rem 0px rgba(194,218,242,0.15);
    border-left: .1rem solid #2684E8;
    overflow: hidden;
    border-radius: .1rem;
}
.cd-reporter.cd-hxh{
    box-shadow: none;
    border: 1px solid #DAE0E6;
    border-left: none;
    border-right: none;
    border-radius: 0;
}
.cd-reporter .reporter{
    display: flex;
    padding-left: 0.5rem;
}

.cd-reporter .reporter {
    display: flex;
}

.cd-reporter .info {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.cd-reporter .avatar {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 0.4rem;
    box-shadow: 0 0 0.05rem 0.05rem #efefef;
}
.cd-reporter .reporter > img {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 0.4rem;
    box-shadow: 0 0 0.05rem 0.05rem #efefef;
    flex-shrink: 0;
}

.cd-reporter .name {
    font-size: 0.6rem;
    color: #333;
}

.cd-reporter .from {
    font-size: 0.6rem;
    color: #879099;
}

.cd-reporter .show-more {
    margin-right: 0.65rem;
    font-size: 0.7rem;
    color: #879099;
    flex-shrink: 0;
    margin-left: .5rem;
}

.cd-reporter .show-more span {
    color: #dc214c;
}

.cd-hxh{
    margin-top: 0;
}
.cd-hxh .reporter{
    padding: 0;
}

/* -- app dowmload -- */
.app_download_bar {
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
    width: 100%;
    height: 3rem;
    max-width: 640px;
    align-items: center;
    z-index: 999;
}

.cd-bannernews {
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -1px;
    width: 100%;
    height: 3rem;
    /* max-width: 640px; */
    align-items: center;
    z-index: 999;
}
.bottom-banner{
    background: #fff;
    display: flex;
    box-shadow: 0 -2px 10px 0px #eee;
}
.cd-bannernews .btn-open{
    display: none;
    width: 3.0rem;
    height: 1.4rem;
    line-height: 1.4rem;
    text-align: center;
    border-radius: 0.1rem;
    background: #EA3A3A;
    color: #fff;
    font-size: 0.8rem;
}

.download-toolbar {
    width: 2rem;
    height: 2rem;
    margin-right: .5rem;
    display: block;
}
.hx-slogan{
    color: #262626;
    font-size: .8rem;
    font-weight: bolder;
}
.download-close {
    width: 2rem;
    height: 2rem;
}
.download-close img{
    width: 100%;
    height: 100%;
}
.swiper-container {
    height: 100%;
    flex: 1;
    position: inherit;
}

.swiper-news {
    height: 3rem;
    overflow: hidden;
    background: #fff;
    display: flex;
    box-sizing: border-box;
    padding: 0.5rem 0;
}

/*.swiper-news{width: 100%;height: 4.5rem;overflow: hidden;background: url(http://7u2q9z.com1.z0.glb.clouddn.com/20180313-swiperbar-bmg.png) top/100% no-repeat;display: flex;box-sizing: border-box;    padding: 1.5rem 0;}*/
.swiper-news .title {
    color: #333;
    font-size: .6rem;
    flex: 1;
    /*margin-right: 6.25rem;*/
    margin-right: 2.25rem;
}
.logo-slogan{
    display: flex;
    align-items: center;
    padding: .5rem 0 .5rem .8rem;
    box-sizing: border-box;
}
.banner-right{
    display: flex;
    align-items: center;

}
.swiper-news .cover-img {
    width: 3rem;
    height: 2rem;
    object-fit: cover;
    margin: 0 .5rem 0 .8rem;
}

.swiper-container-horizontal>.news-pagination {
    bottom: -.2rem;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 .15rem;
}
.swiper-pagination{
    position: absolute;
    width: initial !important;
    bottom: 0 !important;
    left: 50% !important;
    transform: translate(-50%, 0);
}
.swiper-pagination-bullet-active {
    background: #dd3c34;
}
.swiper-pagination-bullet{
    width: .2rem;
    height: .2rem;
}
.page-loading {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.gif-load {
    position: relative;
    width: 7.25rem;
    display: block;
    top: 12rem;
    left: 50%;
    transform: translate(-50%, 0);
}

.cd-connect-us {
    font-size: .6rem;
    margin: .9rem .75rem 1.6rem;
}

.cd-connect-us .copyright {
    width: 100%;
}

.cd-connect-us .together {
    margin-top: 2rem;
    width: 100%;
}

.cd-connect-us__header {
    display: flex;
    justify-content: center;
    color: #414141;
    font-size: .6rem;
    margin: .5rem 0;
}

.cd-connect-us__header.copyright {
    font-weight: bolder;
    text-align: center;
    margin-top: 2rem;
}

.cd-connect-us__body {
    font-size: .6rem;
    color: #999999;
    border: .1rem solid #e0e0e0;
    box-shadow: inset 0 0 0px 2px #fff, inset 0 0 0px 3px #e0e0e0;
    padding: .3rem 0;
    margin: 0 1rem;
}

.cd-connect-us__body p {
    margin: .5rem;
    text-align: left;
    padding-left: 4rem;
}


/* 推荐 */
.recommend-list {
    display: flex;
    flex-flow: column;
    -webkit-overflow-scrolling: touch;
}

.recommend-list>a {
    display: inline-block;
    flex-shrink: 0;
}

.recommend-row {
    padding: 0.8rem .6rem .8rem .75rem;
    display: flex;
    list-style: none;
    border-bottom: 1px solid #DAE0E6;
}

.recommend-row .content {
    flex: 1;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    box-sizing: border-box;
    padding: .1rem 0 .1rem;
}

.recommend-row .content h2 {
    margin-top: -0.22rem;
    font-size: 0.85rem;
    font-weight: normal;
    line-height: 1.2rem;
    color: #333;
    margin-bottom: .2rem;
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    text-align: left; */
}

.recommend-row .content .tips {
    font-size: 0.55rem;
    color: #879099;
}

.recommend-row .img {
    width: 5.6rem;
    height: 3.75rem;
    overflow: hidden;
    margin-right: 0.4rem;
}

.recommend-row .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*  share-callback */
.share-callback-overmark {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .7);
    overflow: hidden;
}

.share-callback {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 15.5rem;
    background: #fff;
    border-radius: 0.2rem;
    overflow: hidden;
}

.share-callback .download {
    margin: .8rem;
    display: block;
    height: 1.7rem;
    line-height: 1.7rem;
    color: #fff;
    background: #db2346;
    text-align: center;
    font-size: .75rem;
}

.share-callback-close {
    position: absolute;
    top: .3rem;
    right: .3rem;
    width: 1.25rem;
    height: 1.25rem;
    background: url(./share-success-close-20180327.png) 100%/100% no-repeat;
}

.share-callback .share-header {
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    font-size: .8rem;
    color: #db2346;
    background: #f8f8f8;
}

.share-callback .share-header_sub {
    height: 2rem;
    line-height: 2rem;
    font-size: .8rem;
    font-weight: bolder;
    padding: 0 .8rem;
    border-bottom: 1px solid #e8e8e8;
}

.share-callback .share-body {
    padding: 0 .8rem;
}

.share-callback .share-body>a {
    text-decoration: none;
    color: inherit;
    padding: .45rem 0;
    display: block;
    border-bottom: 1px solid #e8e8e8;
    color: #333;
    font-size: .8rem;
}
 .gif-load{
    display: none;
}
/*.page-loading::after{
    content: '';
    display: inline-block;
    width: 2em;
    height: 2em;
    box-sizing: border-box;
    background: transparent url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iciIgd2lkdGg9JzEyMHB4JyBoZWlnaHQ9JzEyMHB4JyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj4KICAgIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJub25lIiBjbGFzcz0iYmsiPjwvcmVjdD4KICAgIDxyZWN0IHg9JzQ2LjUnIHk9JzQwJyB3aWR0aD0nNycgaGVpZ2h0PScyMCcgcng9JzUnIHJ5PSc1JyBmaWxsPScjRTlFOUU5JwogICAgICAgICAgdHJhbnNmb3JtPSdyb3RhdGUoMCA1MCA1MCkgdHJhbnNsYXRlKDAgLTMwKSc+CiAgICA8L3JlY3Q+CiAgICA8cmVjdCB4PSc0Ni41JyB5PSc0MCcgd2lkdGg9JzcnIGhlaWdodD0nMjAnIHJ4PSc1JyByeT0nNScgZmlsbD0nIzk4OTY5NycKICAgICAgICAgIHRyYW5zZm9ybT0ncm90YXRlKDMwIDUwIDUwKSB0cmFuc2xhdGUoMCAtMzApJz4KICAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0naW5kZWZpbml0ZScvPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyM5Qjk5OUEnCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSg2MCA1MCA1MCkgdHJhbnNsYXRlKDAgLTMwKSc+CiAgICAgICAgICAgICAgICAgcmVwZWF0Q291bnQ9J2luZGVmaW5pdGUnLz4KICAgIDwvcmVjdD4KICAgIDxyZWN0IHg9JzQ2LjUnIHk9JzQwJyB3aWR0aD0nNycgaGVpZ2h0PScyMCcgcng9JzUnIHJ5PSc1JyBmaWxsPScjQTNBMUEyJwogICAgICAgICAgdHJhbnNmb3JtPSdyb3RhdGUoOTAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNBQkE5QUEnCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgxMjAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNCMkIyQjInCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgxNTAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNCQUI4QjknCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgxODAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNDMkMwQzEnCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgyMTAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNDQkNCQ0InCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgyNDAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNEMkQyRDInCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgyNzAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNEQURBREEnCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgzMDAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNFMkUyRTInCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgzMzAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0Pgo8L3N2Zz4=) no-repeat;
    background-size: 100%;
    animation: loading 1s steps(12, end) infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1rem;
    margin-left: -1rem;
} */
@keyframes loading{
    0%{
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
    }
    100%{
        -webkit-transform: rotate3d(0, 0, 1, 360deg);
    }
}

   /* 集美头像 */
  .top-info {
    display: flex;
    padding: 0.6rem .75rem;
  }

  .title + .top-info{
      margin-bottom: .75rem;
  }
  
  .top-info ._left .avatar-wrapper {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 0;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
  }
  
  .top-info ._left .avatar-wrapper img {
    width: 100%;
    height: 100%;
  }
  
  .top-info ._right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    margin-left: 0.45rem;
  }
  
  .top-info ._right ._author {
    font-size: 0.6rem;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
  }
  
  .top-info ._right ._date {
    font-size: 0.6rem;
    font-weight: 500;
    color: rgba(135, 144, 153, 1);
  }

  /*极美推荐*/
  .recommend-jimei{
    display: block;
  column-count: 2;
  column-gap: 0;
  counter-reset: item-counter;
  background: #F7F9FA;
  padding: .35rem .5rem;
}
.jimei-item{
  box-sizing: border-box;
  break-inside: avoid;
  padding: .25rem;
  counter-increment: item-counter;
  display: block;
}
.grid-item{
  background: #fff;
  border-radius: 0.1rem;
  overflow: hidden;
}
.grid-item img {
  display: block;
  max-width: 100%;
}

.grid-item ._title {
  font-size: 0.75rem;
  color: rgba(51, 51, 51, 1);
  line-height: 1.05rem;
  margin-bottom: 0.4rem;
}

.grid-item ._bottom {
  padding: 0.5rem;
}

.grid-item ._info {
  display: flex;
  align-items: center;
}

.grid-item ._index {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 0.5rem;
  color: rgba(132, 142, 152, 0.75);
}

.grid-item ._num {
  position: relative;
  font-size: 0.7rem;
  margin-left: 0.2rem;
  z-index: 10;
  color: rgba(51, 51, 51, 1);
}

.grid-item ._num::after {
  position: absolute;
  content: "";
  bottom: 0.1rem;
  left: 0;
  right: 0;
  height: 0.15rem;
  width: 100%;
  z-index: -10;
  background: rgba(255, 215, 215, 1);
}

.grid-item ._up {
  position: relative;
  flex: 1;
  text-align: right;
  font-size: 0.6rem;
  color: rgba(51, 51, 51, 1);
  padding-right: 1.2rem;
}


.grid-item ._heart {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.2rem;
  height: 1.1rem;
  background-size: cover;
  transform: translateY(-56%);
  background-size: cover;
  background-image: url(./heart.png);
}


.grid-item ._heart.active {

  background-image: url(./heart-active.png);
}