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: 7.5rem;
    margin: auto;
    background-color: #eeeeee;
}

body { -webkit-text-size-adjust:100%!important; }

p {
    margin: 0;
}

input {
    border: none;
    outline: none;
}

.flex-only {
    display: flex;
    align-items: center;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.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;
}

.border {
    margin-top: 0.2rem;
    border-radius: 0.2rem;
    box-shadow: 0rem 0rem 0.05rem 0rem rgba(188, 189, 191, 0.22);
    background-color: #ffffff;
}

.head {
    margin-top: 0.34rem;
    margin-bottom: 0.25rem;
    font-size: 0.29rem;
    font-weight: 600;
}

.container {
    padding: 0 0.2rem;
}

.hide {
    display: none;
}

.btn-active {
    color: #ffffff !important;
    background-color: #1678ff;
}

/* 图片 */

.return-img {
    width: 0.17rem;
    height: 0.28rem;
}

.dot-img {
    width: 0.31rem;
    height: 0.08rem;
}

.fbg-img {
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0.1rem;
}

.city-img {
    width: 0.2rem;
    height: 0.1rem;
    vertical-align: middle;
}

.angle-img {
    width: 0.34rem;
    height: 0.18rem;
}

.scene-img {
    width: 2rem;
    height: 2rem;
    border-radius: 0.15rem;
}

.location-img {
    width: 0.25rem;
    height: 0.29rem;
    margin-right: 0.1rem;
}

.right-img {
    width: 0.1rem;
    height: 0.17rem;
    margin-left: 0.22rem;
}

.free-img {
    position: absolute;
    top: 0;
    right: 0.28rem;
    width: 0.7rem;
    height: 0.69rem;
}

.dot-gray-img {
    width: 0.53rem;
    height: 0.27rem;
    vertical-align: middle;
}

.down-img {
    width: 0.17rem;
    height: 0.1rem;
    vertical-align: middle;
}

.close-img {
    width: 0.3rem;
    height: 0.3rem;
}

.phone-img {
    width: 0.29rem;
    height: 0.29rem;
    margin-right: 0.08rem;
}

.time-img {
    width: 0.39rem;
    height: 0.39rem;
    margin-right: 0.17rem;
}

.ticket-img {
    width: 0.39rem;
    height: 0.24rem;
    margin-right: 0.17rem;
}

.service-img {
    width: 0.39rem;
    height: 0.35rem;
    margin-right: 0.17rem;
}

.head-img {
    width: 0.18rem;
    height: 0.33rem;
    margin-right: 0.17rem;
}

.feedback-img {
    top: 10rem;
    position: fixed;
    right: 0.14rem;
    width: 0.68rem;
    height: 0.68rem;
}

.feedback-index {
    top: 10rem;
    position: fixed;
    right: 0.14rem;
    width: 0.68rem;
    height: 0.68rem;
    z-index: 99;
}

.info-img {
    width: 2.52rem;
    height: 1.75rem;
}

.submit-img {
    width: 1.38rem;
    height: 1.38rem;
    margin-top: 1.73rem;
}

.service-img {
    width: 0.39rem;
    height: 0.35rem;
}

/*  */
.tab-active {
    color: #ffffff;
    background-color: #54928d;
}

.select {
    width: 1.46rem;
    border: none;
    outline-color: transparent;
    text-align: center;
    font-size: 0.27rem;
    background-color: transparent;
    border: none;
}

.not-order {
    color: #aaaaaa !important;
    background-color: #eeeeee !important;
}

.no-info {
    padding-top: 0.98rem;
    padding-bottom: 1.6rem;
}

.no-info p {
    text-align: center;
}

.no-info p:nth-child(2) {
    margin-top: 0.65rem;
}

.tip {
    position: absolute;
    top: 0.5rem;
    left: 50%;
    z-index: 1001;
    display: none;
    width: 70%;
    transform: translate(-50%, 0);
}

.tip p {
    padding: 0.67rem 0.5rem;
    border-radius: 0.2rem;
    box-shadow: 0rem 0rem 0.05rem 0rem rgba(188, 189, 191, 0.22);
    background-color: #ffffff;
}

#mask {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 1000;
    -moz-opacity: 0.8;
    opacity: 0.5;
    filter: alpha(opacity=80);
    background-color: black;
}

.circle {
    width: 0.14rem;
    height: 0.14rem;
    margin-right: 0.14rem;
    border-radius: 50%;
    background-color: #fdd808;
}

.tab-box {
    background-color: #fff;
}
.tab-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 7.5rem;
    z-index: 999;
}

/* 分享 */

.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.29rem;
    border: 0;
    border-radius: 1.5625rem;
    margin-left: 0.275rem;
    margin-right: 0.275rem;
    margin-top: 0.1rem;
    color: #ffffff;
    background: #54928d;
}

.share,.other_btns {
    width: 35%;
    height: 0.8rem;
    line-height: 0.8rem;
    border-radius: 1.5625rem;
    color: #ffffff;
    font-size: 0.29rem;
    font-weight: 500;
    background-color: #54928d;
    margin-left: 0.275rem;
    text-align: center;
}

.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;
}

/* 关注更新 */
.weui-mask {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}
.weui-dialog {
    position: fixed;
    z-index: 5000;
    width: 80%;
    max-width: 750px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #FFFFFF;
    text-align: center;
    border-radius: 0.06rem;
    overflow: hidden;
}

.weui-dialog__hd {
    padding: 1.3em 1.6em 0.5em;
}

.weui-dialog__title {
    font-weight: 400;
    font-size: 0.36rem;
}

.weui-dialog__bd {
    padding: 0 1.6em 0.8em;
    min-height: 0.8rem;
    font-size: 0.3rem;
    line-height: 1.3;
    word-wrap: break-word;
    word-break: break-all;
    color: #808080;
	text-align:left;
}

.weui-dialog__bd  img{ max-width:100%;}

.weui-dialog__bd:first-child {
    padding: 2.7em 0.4rem 1.7em;
    color: #353535;
}

.weui-dialog__ft {
    position: relative;
    line-height: 0.96rem;
    font-size: 0.36rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.weui-dialog__ft:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 0.02rem;
    border-top: 0.02rem solid #D5D5D6;
    color: #D5D5D6;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.weui-dialog__btn {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    color: #09BB07;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
}

.weui-dialog__btn:active {
    background-color: #EEEEEE;
}

.weui-dialog__btn:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 0.02rem;
    bottom: 0;
    border-left: 0.02rem solid #D5D5D6;
    color: #D5D5D6;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}

.weui-dialog__btn:first-child:after {
    display: none;
}

.weui-dialog__btn_default {
    color: #353535;
}

.weui-dialog__btn_primary {
    color: #09BB07;
}


