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-one{
    display: flex;
}

.flex-only {
    display: flex;
    align-items: center;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-around {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.flex-column {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.column {
    display: flex;
    flex-direction: column;
}

/* 图片 */

.change-img {
    width: 0.39rem;
    height: 0.31rem;
}

.down-img {
    position: absolute;
    right: 0.3rem;
    width: 0.12rem;
    height: 0.08rem;
    /* margin-left: 0.16rem; */
    vertical-align: middle;
}

.right-img {
    width: 0.1rem;
    height: 0.18rem;
    margin-left: 0.1rem;
}

.tip-img {
    width: 0.31rem;
    height: 0.31rem;
    margin-right: 0.16rem;
}

.more-img {
    width: 0.18rem;
    height: 0.1rem;
    margin-left: 0.08rem;
}

/*  */
.qu {
    /* display: inline-block;
    width: 1rem; */
    width: 0.9rem;
    display: inline-block;
    /* overflow:hidden;
    white-space:nowrap; */
}

/* .shi {
    display: inline-block;
    width: 1rem;
    overflow:hidden;
    white-space:nowrap;
} */

.risk-low {
    color: #5ab263;
}

.risk-middle {
    color: #ffc226;
}

.risk-high {
    color: #dc3b3b;
}

.find-all {
    margin-bottom: 0.1rem;
    font-size: 0.21rem;
    text-align: right;
}

.find-all a {
    color: #7d8ee6;
}

.airport-name,.station-name {
    display: none;
    margin-top: 0.23rem;
    font-size: 0.27rem;
    font-weight: 600;
    color: #6579e1;
}
.airport-fy,.station-fy ,.local-fy{
    display: none;
}

.chufa-circle,.mudi-circle {
    width: 0.16rem;
    height: 0.16rem;
    border-radius: 50%;
    background-color: #6579e1;
}

.mudi-circle {
    background-color: #ffc226;
}

.mudi-line {
    width: 0.02rem;
    height: 0.1rem;
    margin-left: 0.07rem;
    background-color: #6579e1;
}

.phone,.map {
    font-size: 0.21rem;
    color: #6579e1;
}

.info-tip {
    font-size: 0.2rem;
    font-weight: 500;
    color: #aaa;
}

.airport-addr,.station-addr,.airport-tel,.station-tel {
    display: none;
}

.airport-name, .station-name {
    margin-top: 0.39rem;
}

hr {
    height: 0.02rem;
    margin-top: 0.39rem;
    margin-bottom: 0.39rem;
    border: none;
    background-color: rgba(0,0,0,.1);
}

.high-speed {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.high-speed span {
    margin-left: 0.23rem;
}

.station-data,.airport-data {
    display: none;
}

.no-jc-img,.no-cz-img {
    width: 0.98rem;
    height: 0.98rem;
}

.no-jc-cz {
    margin-top: 0.31rem;
    font-size: 0.23rem;
    color: #6ab7fb;
    text-align: center;
}

.no-jc-cz p {
    margin-top: 0.23rem;
}

/* 分享 */

.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(/uploads/image/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: #6579e1;
}

.share {
    width: 35%;
    height: 0.8rem;
    line-height: 0.8rem;
    border-radius: 1.5625rem;
    color: #ffffff;
    font-size: 0.36rem;
    font-weight: 500;
    background-color: #6579e1;
    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 */

.daofen-box {
    margin: .2rem .24rem;
    padding: 0.1rem 0.4rem;
    background-color: #ffffff;
    border-radius: .22rem;
}

.daofen-box img {
    max-width: 100% !important;
    height: auto !important;
}

.daofen-box * {
    max-width: 100% !important;
    font-size: 0.31rem !important;
    line-height: 0.60rem !important;
}