

/* 底部下载条 */
a {
    text-decoration: none;
}
ul {
    margin: 0;
    padding: 0;
}
.cm-footer-wrap {
    /* position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%); */
    height: 2.657rem;
    width: 100%;
    z-index: 9998;
    background:#fff;
    position: relative;
}
.swipe-wrap {
    height: 100%;
}
.swipe-wrap > div {
    position: relative;
    float: left;
}


.cm-footer-wrap .cm-swipe-dot {
    position: absolute;
    bottom: .06rem;
    z-index: 99;
    width: 100%;
    text-align: center;
}

.cm-footer-wrap .cm-swipe-dot  ul li {
    width: .16rem;
    height: .16rem;
    border-radius: .08rem;
    background-color: #CCCCCC;
    display: inline-block;
    margin: 0 .2rem;
}
.cm-footer-wrap .cm-swipe-dot  ul .no {
    background-color: #FF5656;
    width: .64rem;
    border-radius: 0;
}



.downloadapp {
    display: block;
    width: 100%;
    height: 100%;

}
.cm-footer-swipe {
    position: relative;
    z-index: 100;
    display: flex;
    height: 100%;
    padding: 0 .8rem;
}

.cm-footer-swipe .tc-footer-download {
    /* width: 60%; */
    overflow: hidden;
    flex: 1;
    margin-right: 1.07rem;
}

.cm-footer-hottitle {
    width: 100%;
    height: 100%;
    font-size: .5797rem;
    color: #fff;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.cm-footer-hottitle .cm-footer-newspaper {
    width: 1.07rem;
    height: 1.07rem;
    margin-right: 1.07rem;
}

.cm-footer-hottitle .cm-footer-follow {
    width: 1.07rem;
    height: 1.07rem;
}
.cm-footer-swipe .cm-footer-hottitle .cm-footer-hottitle-img {
    width: 2.51rem;
    height: 1.87rem;
    float: left;
    border-radius: .2rem;
    margin-right: .43rem;
    margin-left: .4rem;
}

.cm-footer-swipe .cm-footer-hottitle .cm-footer-hottitle-title {
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: .8rem;
    color: #0A1420;
    /* height: 1.62rem; */
    flex: 1;
}
.cm-footer-swipe .cm-footer-hottitle .cm-footer-hottitle-title .vip_logo_img {
    display: inline-block;
    height: .5797rem;
    width: auto;
    vertical-align: middle;
    margin-bottom: 2px;
}
.cm-footer-hottitle .cm-foot-link {
    display: block;
    height: 2.657rem;
    flex: 1;
    display: flex;
    align-items: center;
}

.cm-footer-hottitle .cm-foot-link img {
    /* width: 5.04rem;
    height: 1.28rem; */
    width: 29.2vw;
}


.cm-footer-oper {
    /* width: 40%; */

    /* position:absolute;
    top:0;
    right:0; */
    height: 100%;
    display: flex;
    align-items: center;
}

.cm-footer-wrap .cm-footer-download {

    text-align: center;
    border-radius: 4vw;
    border: 0.13vw solid #FF5656;
    color: #FF5656;
    font-size: 2.93vw;
    text-align: left;
    font-style: normal;
    padding: 0.93vw 2.8vw;
}

.cm-footer-wrap .cm-footer-close {
    background: url(https://cbgccdn.thecover.cn/wap/4.0.0/img/btn-close-b.png) no-repeat;
    background-size: .5475rem .5636rem;
    width: 1rem;
    height: 100%;
    background-position: .1rem 1rem;
    display: none;
}

/* 10.4.2 新增的微博 公众号 */
.care-me-shade {
    /* display: flex; */
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.5);
    width: 100vw;
    height: 100vh;
    z-index: 100000;
}
  
  .care-me-shade .panel {
    display: inline-block;
    text-align: center;
    width: 17.8rem;
    height: 13.15rem;
    /* background-color: #fff; */
    background-image: url('https://wapcdn.chuanbaoguancha.cn/cdn/cbgc/static/img/follow-mask-background.png');
    background-size: cover;
    position: relative
  }
  
  .care-me-shade .title {
    font-size: .96rem;
    font-weight: 500;
    color: #333333;
    margin: .99rem 0;
  }
  
  .care-me-shade .item-box {
    display: flex;
    justify-content: center;
  }
  
  .care-me-shade .item {
    display: inline-block;
    width: 7.57rem;
    height: 8.96rem;
    background-size: cover;
    /* border: 1px dotted black; */
  
  }
  
  .care-me-shade .weixin-item {
    background-image: url('https://wapcdn.chuanbaoguancha.cn/cdn/cbgc/static/img/follow-mask-wx.png');
  }
  
  .care-me-shade .weibo-item {
    background-image: url('https://wapcdn.chuanbaoguancha.cn/cdn/cbgc/static/img/follow-mask-weibo.png');
  }
  
  .care-me-shade .big-icon {
    width: 6.4rem;
    height: 6.4rem;
    margin-top: .59rem;
  }
  
  .care-me-shade .btn-close {
    position: absolute;
    top: .53rem;
    right: .53rem;
    width: .75rem;
    height: .75rem;
    cursor: pointer
  }