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;
    color: inherit;
    -webkit-tap-highlight-color: transparent;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

body {
    margin: 0;
    max-width: 7.5rem;
    margin: auto;
    padding: 0;
}

p {
    margin: 0;
}

input {
    border: none;
    outline: none;
}

.flex {
    display: flex;
}

.flex-center{
    display: flex;
    align-items: center;
}

.wrap {
    flex-wrap: wrap;
}

.center {
    display: flex;
    justify-content: center;
}

.end {
    display: flex;
    justify-content: flex-end;
}

.between {
    display: flex;
    justify-content: space-between;
}

.around {
    display: flex;
    justify-content: space-around;
}

.column {
    display: flex;
    flex-direction: column;
}

/* 图片 */
.logo-img {
    width: 1.7rem;
    height: 0.49rem;
}

.select-img {
    width: 0.12rem;
    height: 0.06rem;
    vertical-align: middle;
}

.search-img {
    width: 0.39rem;
    height: 0.39rem;
    margin-top: 0.12rem;
}

.more img {
    width: 0.08rem;
    height: 0.14rem;
    margin-left: 0.05rem;
}

/*  */
.shadow-wrap {
    position: relative;
    animation: mymove 1.5s 0.2s ease-in-out infinite both;
    -webkit-animation: mymove 1.5s 0.2s ease-in-out infinite both;
   
}

@keyframes mymove {
    0% {
        -webkit-transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1)
    }
}

@-webkit-keyframes mymove{
    0% {
        -webkit-transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1)
    }
}

.overText {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.head {
    font-weight: 700;
}

.head a {
    color: #666;
    font-weight: normal;
}

.headline {
    width: 0.08rem;
    height: 0.39rem;
    margin-right: 0.12rem;
    border-radius: 0.1rem;
    background: linear-gradient(133.6deg, rgba(255,102,0,1) 0%, rgba(255,136,26,1) 100%);
}

.gray-dot {
    width: 0.08rem;
    height: 0.08rem;
    border-radius: 50%;
    background-color: #AAA;
}

::-webkit-scrollbar {
    width: 0.1rem;
    height: 0.07rem;
}
::-webkit-scrollbar-thumb {
    background-color: #d9d9d9;
    border-radius: 0.2rem;
}

.view-more {
    padding: 0.23rem 0;
    font-size: 0.23rem;
    color: #999;
    text-align: center;
}

.view-more img {
    width: 0.14rem;
    height: 0.08rem;
    margin-left: 0.08rem;
}

.city {
    font-weight: 600;
    font-size: 0.25rem;
}

.city img {
    width: 0.16rem;
    height: 0.12rem;
    margin-left: 0.14rem;
}

/* 标签 */
.tags {
    position: absolute;
    left: 0.08rem;
    top: 0.08rem;
    color: #FFFFFF;
    font-size: 0.23rem;
}

.tags .tag {
    display: flex;
    align-items: center;
    margin-right: 0.08rem;
    border-radius: 0.08rem;
}

.tags .tag img {
    width: 0.41rem;
    height: 0.41rem;
}

.tags .tag span {
    padding: 0 0.1rem;
}
/* 已踩盘 */
.tagbg01 {
    background: linear-gradient(141.8deg, rgba(14,206,195,1) 0%, rgba(129,219,176,1) 100%);
}
/* 正在申请 */
.tagbg02 {
    background: linear-gradient(133.6deg, rgba(255,102,0,1) 0%, rgba(255,136,26,1) 100%);
}
/* 即将申请 */
.tagbg03 {
    background: linear-gradient(135.5deg, rgba(136,136,136,1) 0%, rgba(170,170,170,1) 100%);
}
/* 结束申请 */
.tagbg04 {
    background: linear-gradient(127.2deg, rgba(191,191,191,1) 0%, rgba(217,217,217,1) 100%);
}

/* 遮罩层 */
.show-toast {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 7.5rem;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 分享组件 */

.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: 7.5rem;
    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: #3b6ceb;
}

.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: #3b6ceb;
    margin-left: 0.275rem;
}

.back_to_feed {
    display: none !important;
}

/* footer */

footer {
    display: none;
}

.footer-info {
    font-size: 0.35rem;
    text-align: center;
}

/* 导粉 */

.daofen-box {
    margin-top: 0.1rem;
    padding: 0.1rem 0.4rem;
    font-size: 0.31rem !important;
    line-height: 0.60rem !important;
    background: #fff;
}

.daofen-box img {
    width: 100% !important;
    height: 100% !important;
}