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;
    max-width: 750px;
    margin: auto;
    background-color: #eeeeee;
}

p {
    margin: 0;
}

input {
    border: none;
    outline: none;
}

.flex {
    display: flex;
}

.center {
    display: flex;
    justify-content: center;
}

.wrap {
    flex-wrap: wrap;
}

.flex-center {
    display: flex;
    align-items: center;
}

.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-around {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.flex-column {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.border {
    margin: 0.22rem;
    padding: 0.48rem 0 0.51rem 0;
    border-radius: 0.2rem;
    box-shadow: 0rem 0rem 0.02rem 0rem rgba(194, 194, 196, 0.45);
    background: #ffffff;
}

.container {
    position: absolute;
    top: 2.6rem;
    width: 100%;
    border-radius: 0.2rem;
    box-shadow: 0.01rem 0.01rem 0.06rem 0rem rgba(82, 82, 84, 0.17);
    background: #f6f6f6;
}

.container .tab-content:nth-child(n+3) {
    display: none;
}

.head {
    margin-left: 0.32rem;
    font-size: 0.29rem;
    font-weight: 600;
}

.active {
    color: #477ce6;
}

/* 图片 */

.tools .tools-item img {
    width: 1.07rem;
    height: 1.07rem;
}

.tools .tools-item span {
    font-size: 0.23rem;
}

.arrow-right-img {
    width: 0.19rem;
    height: 0.25rem;
}

.title-img {
    width: 0.29rem;
    height: 0.19rem;
    margin-right: 0.15rem;
}

.right-img {
    width: 0.14rem;
    height: 0.25rem;
    margin-right: 0.3rem;
}

/*  */

.stop-time {
    font-size: 0.23rem;
    color: #aaaaaa;
}

.title {
    margin-left: 0.24rem;
    font-size: 0.29rem;
    font-weight: 600;
}

.text {
    margin: 0.36rem 0.69rem 0;
    font-size: 0.25rem;
    color: #666666;
}

.text a{
    color: #477ce6;
}

.type {
    color: #999999;
}

.type-content {
    width: 70%;
    margin-left: 0.41rem;
    color: #666666;
}

.btns {
    margin-top: 0.35rem;
    margin-bottom: 0.39rem;
    font-size: 0.25rem;
}

.btn {
    padding: 0.1rem 0.29rem;
    border-radius: 0.3rem;
    color: #477ce6;
    background-color: #e0eafc;
}

.find-all {
    display: block;
    margin: 0.39rem 1.58rem 0;
    padding: 0.17rem 0.85rem;
    border-radius: 0.16rem;
    font-size: 0.25rem;
    color: #ffffff;
    background-color: #477ce6;
}

.dot {
    width: 0.14rem;
    height: 0.14rem;
    margin-right: 0.17rem;
    border-radius: 50%;
    background-color: #477ce6;
}

/* 分享 */

.mobile-mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    max-width: 750px;
    width: 100%;
    margin: auto;
}

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;
    background: #fff;
    font-size: 0.2rem;
    margin: 0;
}

.c-share-list.mip-fill-content {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}

.c-share-list {
    overflow: hidden;
    margin-top: 0;
    box-sizing: border-box;
}

.c-line-clamp1 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.weixin-mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    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;
    line-height: 0.8rem;
    text-align: center;
    font-size: 0.32rem;
    border: 0;
    border-radius: 1.5625rem;
    margin-left: 0.275rem;
    margin-right: 0.275rem;
    margin-top: 0.1rem;
    color: #ffffff;
    background: #477CE6;
}

.share {
    width: 35%;
    height: 0.8rem;
    line-height: 0.8rem;
    border-radius: 1.5625rem;
    color: #ffffff;
    font-size: 0.3rem;
    font-weight: 500;
    background-color: #477CE6;
    margin-left: 0.275rem;
}
/* 来苗订阅通知 */

.subscribe {
    margin-left: 0.3rem;
}

.sub-model {
    position: fixed;
    top: 0;
    display: none;
    width: 7.5rem;
    height: 100%;
    padding-top: 40%;
    font-size: .31rem;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, .6);
}

.sub-model img {
    width: 2.7rem;
    height: 2.7rem;
    margin-bottom: .4rem;
}
.back_to_feed {
    display: none !important;
}

/* footer */

footer {
    display: none;
}

.footer-info {
    font-size: 0.35rem;
    text-align: center;
}

/* .daofen-box */

.daofen-box img {
    width: 100% !important;
    height: 100% !important;
}
