html {
    font-size: 13.33333vw;
}

@media screen and (max-width: 320px) {
    html {
        font-size: 42.667px;
        font-size: 13.33333vw;
    }
}

@media screen and (min-width: 321px) and (max-width: 360px) {
    html {
        font-size: 48px;
        font-size: 13.33333vw;
    }
}

@media screen and (min-width: 361px) and (max-width: 375px) {
    html {
        font-size: 50px;
        font-size: 13.33333vw;
    }
}

@media screen and (min-width: 376px) and (max-width: 393px) {
    html {
        font-size: 52.4px;
        font-size: 13.33333vw;
    }
}

@media screen and (min-width: 394px) and (max-width: 412px) {
    html {
        font-size: 54.93px;
        font-size: 13.33333vw;
    }
}

@media screen and (min-width: 413px) and (max-width: 414px) {
    html {
        font-size: 55.2px;
        font-size: 13.33333vw;
    }
}

@media screen and (min-width: 415px) and (max-width: 480px) {
    html {
        font-size: 64px;
        font-size: 13.33333vw;
    }
}

@media screen and (min-width: 481px) and (max-width: 540px) {
    html {
        font-size: 72px;
        font-size: 13.33333vw;
    }
}

@media screen and (min-width: 541px) and (max-width: 640px) {
    html {
        font-size: 85.33px;
        font-size: 13.33333vw;
    }
}

@media screen and (min-width: 641px) and (max-width: 720px) {
    html {
        font-size: 96px;
        font-size: 13.33333vw;
    }
}

@media screen and (min-width: 721px) and (max-width: 768px) {
    html {
        font-size: 102.4px;
        font-size: 13.33333vw;
    }
}

@media screen and (min-width: 769px) {
    html {
        font-size: 102.4px;
    }
}

a {
    text-decoration: none;
    display: block;
}

span {
    display: inline-block;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

li {
    list-style: none;
}

body {
    height: 100%;
    width: 100%;
    margin: 0;
    background: #1B52C5;
}

body {
    max-width: 750px;
    margin: auto;
}

input {
    border: none;
}

input:focus {
    outline: none;
}


/* 专题公共样式 */

.content {
    position: relative;
}

.bg-img {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 13rem;
    background: url(resource/images/head.jpg?v1) no-repeat;
    background-size: 100%;
    background-repeat: no-repeat;
}
.bg-jb {
    width: 100%;
    height: 8rem;
    margin-top: 3rem;
    background: radial-gradient(circle 7rem at top right,#9bd5d3 0,#1b52c5 100%);
    position: absolute;
    z-index: -2;
}

.zc-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.26rem;
    font-size: 0.29rem;
    color: #141414;
    font-weight: 600;
}

.flex {
    display: flex;
}

.align-center {
    align-items: center;
}

.just-center {
    justify-content: center;
}

.column {
    flex-direction: column;
}

.flex-start {
    justify-content: flex-start;
}

.between {
    justify-content: space-between;
}

.around {
    justify-content: space-around;
}


/* 地区选择 */

.main-body {
    padding-top: 2.36rem;
}

.main-body .card {
    margin: 0.28rem 0.2rem;
    padding: 0.45rem 0.37rem;
    padding-right: .68rem;
    background: #fff;
    border-radius: 0.2rem;
    box-shadow: 0.01rem 0.01rem 0.06rem 0rem rgba(82, 82, 84, 0.17);
}

.main-body .card-tran {
    background: transparent;
    padding: 0;
}

.main-body .card-list {
    padding-bottom: 0;
}

.place-cont {
    display: flex;
    justify-content: space-between;
    font-size: 0.29rem;
    color: #141414;
}

.place-cont .place-item {
    display: flex;
    align-items: center;
    position: relative;
}

.place-cont .place-item div {
    width: 2.44rem;
    height: 0.63rem;
    opacity: 1;
    text-align: center;
    line-height: 0.63rem;
    background: #eeeeee;
    border-radius: 0.31rem;
}

.place-cont .place-item span {
    margin-left: 0.24rem;
}

.place-cont .place-item .down-icon {
    display: block;
    position: absolute;
    left: 2.66rem;
    top: 0.25rem;
    border: 0.11rem solid transparent;
    border-top: 0.12rem solid #656565;
}


/* 最新进展 */

.news-title {
    width: 1.62rem;
    height: 0.39rem;
    margin-top: 0.4rem;
    font-size: 0.25rem;
    line-height: 0.39rem;
    color: #ffffff;
    text-align: center;
    background: #2f54be;
    border-radius: 0.1rem;
}

.news-cont {
    height: 0.26rem;
    margin-top: 0.2rem;
    overflow: hidden;
}

.news-cont li {
    height: 0.26rem;
    padding: 0.01rem;
    color: #2f54be;
    line-height: 0.26rem;
    font-size: 0.27rem;
}


/* 关注列表 */

.atten-title {
    display: flex;
    font-size: 0.29rem;
    font-weight: 600;
    color: #141414;
}

.atten-title span {
    width: 0.43rem;
    height: 0.41rem;
    background: url(resource/images/right.png);
    background-size: 100%;
}

.atten-list .first-icon {
    width: 0.16rem;
    height: 0.27rem;
    background: url(resource/images/1.png);
    background-size: 100%;
}

.atten-list .sed-icon {
    width: 0.2rem;
    height: 0.28rem;
    background: url(resource/images/2.png);
    background-size: 100%;
}

.atten-list .third-icon {
    width: 0.17rem;
    height: 0.27rem;
    background: url(resource/images/3.png);
    background-size: 100%;
}

.atten-list a>span {
    margin-right: 0.34rem;
    color: #aaa;
}

.atten-list a {
    display: flex;
    align-items: center;
    font-size: 0.25rem;
    font-weight: 500;
    text-align: left;
    color: #141414;
    line-height: 0.49rem;
}

.atten-list li {
    padding: 0.2rem;
    border-bottom: 0.02rem solid rgba(20, 20, 20, 0.1);
}


/* 分享组件 */

.weixin-mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    display: none;
    background-color: rgba(0, 0, 0, .6);
    background-image: url(/images/wxbj.png);
    background-position: top right;
    background-size: 100%;
    background-repeat: no-repeat;
}


/* 底部工具栏 */

.fixed {
    position: fixed;
    bottom: 0;
    z-index: 999;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    max-width: 7.5rem;
    margin: auto;
    padding: 0.1rem 0;
    background: #fff;
}

.share div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.share-icon {
    width: 0.3rem;
    height: 0.3rem;
    margin-left: 0.1rem;
}

.other-city {
    width: 65%;
    height: 0.8rem;
    margin-left: 0.275rem;
    margin-right: 0.275rem;
    margin-top: 0.1rem;
    border: 0;
    border-radius: 1.5625rem;
    font-size: 0.32rem;
    line-height: 0.8rem;
    text-align: center;
    color: #ffffff;
    background: #4BC8C0;
}

.share {
    width: 35%;
    height: 0.8rem;
    margin-left: 0.275rem;
    border-radius: 1.5625rem;
    font-size: 0.36rem;
    font-weight: 500;
    line-height: 0.8rem;
    color: #ffffff;
    background-color: #4BC8C0;
}

.mobile-mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    display: none;
    max-width: 750px;
    width: 100%;
    margin: auto;
    background-color: rgba(0, 0, 0, .6);
}

mip-share .c-share-list .c-span3 {
    width: 16%;
    -webkit-box-flex: none;
    -webkit-flex: none;
    font-size: 0.2rem
}

.c-span3 {
    float: left;
}

mip-share .c-share-list .c-flexbox,
mip-share .c-share-list .c-row {
    display: block;
}

.fenxiang {
    padding: 0.2rem 0 0 0.2rem;
    margin: 0;
    background: #fff;
    font-size: 0.2rem;
}

.c-share-list.mip-fill-content {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}

.c-share-list {
    margin-top: 0;
    overflow: hidden;
    box-sizing: border-box;
}

.c-line-clamp1 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

footer {
    display: none;
}

.back_to_feed {
    display: none !important;
}

.daofen-box img {
    max-width: 100% !important;
    height: auto !important;
}

.daofen-box span{
    display:inline !important;
}