/* tab切换 */

.tab-content {
    margin: 0 0.22rem;
}

.tab-box ul {
    display: flex;
    width: 100%;
    align-items: center;
    overflow-x: scroll;
}

.tab-box li {
    /*width: 33.3%;*/
    min-width: 2rem;
    height: 0.78rem;
    line-height: 0.78rem;
    display: inline-block;
    font-size: 0.23rem;
    text-align: center;
    font-weight: 500;
    color: #666;
    background-color: #ededed;
    border-radius: 0.2rem 0.2rem 0 0;
}

.tab-content .tab-box .active {
    background-color: #5b92d3;
    color: #fff;
    box-shadow: 0.04rem 0.03rem 0.08rem 0rem rgba(211, 211, 211, 0.45);
}

.tab-content .tab-wrap {
    padding: 0.35rem 0.36rem;
    background: #ffffff;
    border-radius: 0 0 0.2rem 0.2rem;
    box-shadow: 0.04rem 0.03rem 0.08rem 0rem rgba(220, 221, 220, 0.45);
}

.tab-content .tab-wrap div {
    display: none;
}

.tab-content .tab-wrap .tab-txt {
    font-size: 0.27rem;
    font-weight: 500;
    line-height: 0.41rem;
    text-align: justify;
}

.tab-content .tab-wrap .active-txt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.tab-content .tab-wrap .tab-txt a {
    font-size: 0.23rem;
    font-weight: 500;
    color: #5b92d3;
}

.entrance-info {
    margin-top: 0.63rem;
}


/* tab栏 */

.entrance-info .tab-bar {
    margin-bottom: 0.25rem;
}

.entrance-info .tab-bar .bar-item {
    font-size: 0.3rem;
    color: #fff;
}

.entrance-info .tab-bar .chouse {
    font-size: 0.33rem;
}

.entrance-info .tab-bar .bar-item div {
    width: 0.27rem;
    height: 0.16rem;
    margin-top: 0.2rem;
}

.entrance-info .tab-bar .bar-item .active-img {
    display: none;
    width: 0.27rem;
}

.entrance-info .tab-bar .chouse .active-img {
    display: block;
}

.entrance-info .worn {
    position: relative;
}


/* 接种流程 */

.item {
    margin-top: 0.4rem;
}

.item img {
    width: 0.53rem;
    height: 0.8rem;
    margin-left: 0.25rem;
}

.item span {
    margin-left: 0.25rem;
    font-size: 0.27rem;
    font-weight: 500;
    color: #666666;
    line-height: 0.39rem;
}

.item .yy-p {
    width: 70%;
    overflow-wrap: break-word;
}

.item .yy-tel-p {
    color: #2f54be;
}

.item p {
    width: 80%;
    font-size: 0.27rem;
    font-weight: 500;
    color: #666666;
    line-height: 0.39rem;
}

.btn-wrap {
    padding-top: 0.39rem;
    margin-top: 0.39rem;
    border-top: 0.02rem solid rgba(20, 20, 20, 0.1);
}

.btn-wrap a {
    width: 1.66rem;
    height: 0.49rem;
    font-size: 0.27rem;
    font-weight: 500;
    text-align: center;
    color: #2f54be;
    line-height: 0.49rem;
    background: #d7e1fc;
    border-radius: 0.23rem;
}

.jinji-count {
    font-size: 0.25rem;
    font-weight: 500;
    height: 3rem;
    overflow: hidden;
    color: #666666;
    line-height: 0.39rem;
}

.jinji-count.all {
    height: inherit;
}

.jinji-count span {
    width: 0.52rem;
}

.see-all {
    height: 0.39rem;
    width: 1.46rem;
    margin: 0.2rem 0 0 4.5rem;
    background: #2f54be;
    border-radius: 0.12rem;
    font-size: 0.25rem;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    line-height: 0.39rem;
}

.down-list-icon {
    width: 0.5rem;
    height: 0.5rem;
    background: url(../../resource/images/right.png);
    background-size: 100%;
    transform: rotate(90deg);
}

.atten-list,
.que-list {
    max-height: 4.5rem;
    overflow: scroll;
}

.que-list a>span {
    width: 0.12rem;
    height: 0.12rem;
    background: #2f54be;
    border-radius: 50%;
    margin-right: 0.34rem;
    color: #aaa;
}

.que-list a {
    display: flex;
    align-items: center;
    font-size: 0.25rem;
    font-weight: 500;
    text-align: left;
    color: #141414;
    line-height: 0.49rem;
}

.que-list li {
    padding: 0.2rem;
    border-bottom: 0.02rem solid rgba(20, 20, 20, 0.1);
}

#que .show-list-more,
#attention .show-list-more {
    display: block;
    text-align: center;
    color: #2f54be;
    padding: 0.2rem 0;
}


/* 滑到底部了 */

.bottom-msg {
    display: none;
    padding-bottom: 0.2rem;
    font-size: 0.25rem;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    line-height: 0.49rem;
}

.daofen-box {
    background: #fff;
    padding: 0.1rem 0.4rem;
    margin-top: 0.1rem;
    font-size: 0.31rem !important;
    line-height: 0.60rem !important;
}