.body {
    font-size: 0.27rem;
    background-color: #F6F6F6;
}

.imp-icon {
    width: 0.26rem;
    height: 0.15rem;
    margin-top: 0.14rem;
    margin-right: 0.15rem;
}

.tab-bar {
    padding-bottom: 0.01rem;
}

.info-tab .more, .info-tab .shou {
    margin: 0.3rem auto;
    text-align: center;
}

.info-tab .more img, .info-tab .shou img {
    width: 0.48rem;
    height: 0.48rem;
}

.info-tab {
    margin: 0.22rem;
    border-radius: 0.2rem;
    background-color: #fff;
}

.public-btn {
    border-radius: 0.3rem;
    font-size: 0.25rem;
    color: #fff;
    background-color: #5B9ADF;
}

.top-right {
    position: absolute;
    top: 0.03rem;
    right: 0;
    color: #5B9ADF;
}

.swiper-container .des {
    color: #333333;
}

.swiper-container .btn {
    position: absolute;
    right: 0.57rem;
    padding: 0.09rem 0.13rem;
    border-radius: 0.06rem;
    font-size: 0.27rem;
    color: #ffffff;
    background-color: #5395DE;
}

.news-block {
    margin: 0.23rem 0.23rem 0;
    padding: 0.23rem 0.34rem 0.23rem 0.2rem;
    border-radius: 0.2rem;
    background-color: #fff;
}

.nearby {
    margin-bottom: 0.1rem;
    display: inline-block;
}

.news-block .jigou-btn {
    margin-top: 0.25rem;
    margin-left: 0.4rem;
    margin-bottom: 0.23rem;
    padding-bottom: 0.33rem;
    border-bottom: 0.01rem solid rgba(0,0,0,.1);
}

/* .news-block .jigou-btn:last-child{
    padding-bottom: 0.1rem;
    border-bottom: none;
} */
.news-block .jcjg:last-child  .jigou-btn{
    margin-bottom: 0;
    padding-bottom: 0.1rem;
    border-bottom: none;
}

.jigou-btn a {
    display: flex;
    align-items: center;
    padding: 0.08rem 0.2rem;
    border-radius: 0.5rem;
    font-size: 0.27rem;
    color: #5B9ADF;
    background-color: rgba(91,154,223,0.15);
}

.jigou-btn a img {
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.1rem;
}

/* 核酸检测预约/结果查询 */
.yuyue .imp-title,.result .imp-title {
    position: relative;
}

.yuyue ul {
    padding: 0.22rem 0 0.22rem 0.4rem;
}

.result ul {
    padding: 0.22rem 0 0 0.4rem;
}

.yuyue ul li,.result ul li {
    display: flex;
    margin-bottom: 0.1rem;
}

.yuyue ul li:last-child,.result ul li:last-child {
    margin-bottom: 0;
}

.yuyue p {
    margin-left: 0.4rem;
    padding: 0.22rem 0 0 0;
    border-top: 0.01rem solid rgba(0,0,0,.1);
}

.yuyue .order,.result .order {
    width: 0.32rem;
    height: 0.32rem;
    margin-top: 0.05rem;
    margin-right: 0.11rem;
    border-radius: 50%;
    font-size: 0.2rem;
    line-height: 0.32rem;
    color: #5195DC;
    text-align: center;
    background: rgba(218,229,248,1);
}

.yuyue .name,.result .name {
    font-size: 0.3rem;
    color: #444444;
}

.yuyue .btn,.result .btn {
    margin-left: 0.2rem;
    padding: 0.03rem 0.16rem;
    border-radius: 0.3rem;
    color: #5B9ADF;
    background-color: rgba(91,154,223,0.15);
}

.yuyue .public-btn {
    margin-left: 0.16rem;
    padding:  0.03rem 0.12rem;
}

/* 核酸检测xx汇总 */
.info .info-con {
    margin: 0.12rem 0.3rem 0 0.4rem;
    padding-bottom: 0.22rem;
    border-bottom: 00.01rem solid rgba(0,0,0,.1);
}

.info .info-con:last-child {
    padding-bottom: 0.1rem;
    border-bottom: none;
}

.info p {
    font-size: 0.29rem;
    color: #555555;
    line-height: 0.48rem;
    text-align: justify;
}

.info .public-btn {
    padding: 0.02rem 0.21rem;
}

.type-name {
    display: flex;
    align-items: center;
    margin-left: 0.4rem;
    margin-top: 0.18rem;
    font-size: 0.31rem;
    color: #5195DC;
}

.type-name .dot {
    width: 0.12rem;
    height: 0.12rem;
    margin-right: 0.1rem;
    border-radius: 50%;
    background-color: #5195DC;
}

.weixin-mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    background-color: rgba(0, 0, 0, .6);
    display: none;
    background-image: url(/images/wxbj.png);
    background-position: top right;
    background-size: 100%;
    background-repeat: no-repeat;
}

.input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: .71rem;
    margin-top: .31rem;
    margin-left: 0.38rem;
    padding-right: .25rem;
    line-height: .71rem;
    background-color: #F8F8F8;
    border-radius: .12rem;
}

input {
    flex: 1;
    height: 100%;
    padding-left: .32rem;
    line-height: .71rem;
    font-size: .27rem;
    outline: none;
    border: 0;
    background-color: transparent;
}

.search {
    width: 0.3rem;
    height: 0.3rem;
}

.mobile-mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    background-color: rgba(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;
}

/* 弹窗 */
.show-toast {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 7.5rem;
    height: 100%;
    font-size: .27rem;
    background-color: rgba(0, 0, 0, .3);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.notice-popup .popup {
    display: none;
    margin: 0 0.98rem;
    padding: 0.32rem 0.38rem;
    border-radius: 0.2rem;
    color: #555555;
    background-color: #fff;
}

.notice-popup .popup p:first-child {
    margin-bottom: 0.14rem;
    color: #5B9ADF;
}

.notice-popup .popup p img {
    width: 0.15rem;
    height: 0.15rem;
}

.notice-popup .popup p:nth-child(2) {
    margin-bottom: 0.11rem;
}