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;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

body {
    margin: 0;
}

body {
    max-width: 750px;
    margin: auto;
}

p {
    margin: 0;
}

.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;
}

.daofen-box img {
    max-width: 100% !important;
    height: auto !important;
}

/* 分享组件 */
.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: #5395DE;
}

.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: #5395DE;
}

.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;
}

header{
    position: relative;
}

.city {
    position: absolute;
    top: 0.26rem;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0.25rem;
    width: 1.15rem;
    height: 0.5rem;
    padding: 0 .3rem;
    line-height: 0.375rem;
    border-radius: 1.875rem;
    background-color: #ffffff;
}

.city-name {
    font-weight: 600;
    color: rgb(14, 20, 87);
    font-size: 0.26rem;
}

.city-icon {
    width: 0.18rem;
    margin-left: 0.1rem;
}