﻿.weui-btn_primary {
    background-color: #8cc01d;
    color: #fff;
}
body {
    font-family: STheiti SC, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.weui-btn_primary:not(.weui-btn_disabled):active {
    background-color: #8cc01d;
    color: #fff;
}

.weui-btn_disabled {
    color: rgba(0, 0, 0, .2);
    background-color: #f2f2f2;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

header {
    width: 100%;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
    background-color: rgba(255, 255, 255, 0.85);
    box-shadow: 0 3px 5px rgb(0 0 0 / 5%);
    -webkit-box-shadow: 0 3px 5px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    -moz-backdrop-filter: blur(15px);
    -ms-backdrop-filter: blur(15px);
}

.logo {
    height: 34px;
}

.page {
    padding-top:
}

header .navbar {
    padding-top: calc(1rem + env(safe-area-inset-top));
}

.page {
    padding-top: 64px;
}

.info_area {
    padding: 0 15px;
}

body {
    background-color: #F9F9F9;
    padding-bottom: 90px;
}
.card-info {
    padding-bottom: 0!important;
    overflow: hidden;
}
.hospital-header {
    display: flex;
    position: relative;
    background-color: #fff;
    justify-content: flex-start;
    align-content: flex-start;
    padding: 0 0.58823529rem;
}

.hospital-header-logo {
    width: 4.11764706rem;
    height: 4.11764706rem;
    border-radius: 50%;
    overflow: hidden;
}
.hospital-header-logo img {
    width: 100%;
    height: 100%;
}

.hospital-name {
    color: #333;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 4px;
    padding: 0;
    padding-left: 10px;
    line-height: 59px;

}
.basic-info {
    padding: 0 15px;
    text-align: justify;
    font-size: 15px;
    color: #555;
    line-height: 19px;
    margin-top: 10px;
}
.basic-info-half {
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    height: 98px;
}
.hospital-header-more {
    display: flex;
    padding-top: 0.58823529rem;
    padding-bottom: 0.58823529rem;
    justify-content: center;
    align-items: center;
}
.hospital-header-more-icon {
    width: 18px;
    height: 6px;
    background-image: url(../images/arrow-down.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.hospital-header-up-icon {
    width: 18px;
    height: 6px;
    background-image: url(../images/arrow-up.png);
    background-repeat: no-repeat;
    background-size: cover;
    
}
.hospital-address .title {
    font-size: 18px;
    margin: 10px 0;
}
.hospital-address .address-info {
    border-radius: 2Px;
    background-color: #f5f5f5;
    display: inline-block;
    padding: 5px 10px;
}
.card-header {
    padding: 0 10px;
    font-weight: 700;
}
.card-body-env {
    padding-left: 10px;
    margin-top: 10px;
}
.card-body-env img {
    border-radius: 2px;
}
/*.swiper-env .swiper-slide {*/
/*    width: 16.64705882rem;*/
/*    height: 9.29411765rem;*/
/*}*/

.card .doctor-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.82352941rem;
    padding-top: 0.82352941rem;
    border-bottom: 1px solid #eee;
}
.card .doctor-item:last-child {
    border-bottom: none;
}

.doctor-list-card-item-avator {
    width: 3.23529412rem;
    height: 3.23529412rem;
    border-radius: 50%;
    margin-top: 0.29411765rem;
    overflow: hidden;
}
.doctor-list-card-item-detail {
    width: 80%;
}

.doctor-list-card-item-detail .doctor-title {
    display: inline-block;
    font-family: PingFangSC-Semibold;
    font-weight: 700;
    font-size: 1.05882353rem;
    color: #000;
}
.doctor-list-card-item-detail .doctor-position {
    display: inline-block;
    font-size: 0.82352941rem;
    line-height: 1.52941176rem;
    color: #999;
    margin-left: 5px;
}
.doctor-list-card-item-detail .doctor-description {
    font-size: 0.82352941rem;
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    word-break: break-all;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0.76470588rem;
}
.card-doctor .card-body {
    padding: 0 10px;
}
.doctor-list-card-item-detail .doctor-tools {
    display: flex;
    justify-content: space-between;
}
.doctor-list-card-item-detail .doctor-tool-item {
    position: relative;
    display: flex;
    width: 48%;
    height: 1.64705882rem;
    background-color: rgb(140 192 29 / 20%);
    border-radius: 0.17647059rem;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.doctor-list-card-item-detail .doctor-tool-item p {
    text-align: center;
    font-family: PingFangSC-Medium;
    font-size: 0.82352941rem;
    line-height: 1.64705882rem;
    margin-left: 0.11764706rem;
    color: #8cc01d;
}
.card-article .card-body {
    padding: 10px;
}
.card-article .article-item {
    height: 160px;
    margin-bottom: 10px;
    position: relative;
}
.card-article .article-item:last-child {
    margin-bottom: 0px;
}
.card-article .article-item .bg {
    height: 100%;
    width: 100%;
    border-radius: 3px;
}
.card-article .article_title {
    padding: 0 10px;
    position: absolute;
    bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 54px;
}
.card-article .article_title a {
    font-size: 17px;
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 54px;
}
.bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 62Px;
    z-index: 99999;

}
.center {
    align-items: center;
    justify-content: space-between;
    text-align: center;
}
.weui-article_content {
    text-align: justify;
}
.bottom .a {
    display: inline-block;
    width: 45%;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    text-decoration: none;
    margin: 0 5px;
    color: #fff;
    font-weight: 700;
    border-radius: 6px;
}
.bottom a.swt {
    background-color: #8cc01d;
}
.bottom a.tel {
    background-color: #b7d676;

}
.flex {
    display: flex;
}
.weui-tabbar {
    background-color: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    -moz-backdrop-filter: blur(15px);
    -ms-backdrop-filter: blur(15px);
}
.section {
    padding: 0 10px;
}
.mt-1{
    margin-top: 8px !important;
}
.mt-2 {
    margin-top: 16px !important;
}
.mt-4 {
    margin-top: 32px !important;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 6px;
    padding: 15px 0;
}
.hospital-header-content-certify {
    display: inline-block;
    padding: 4px 10px;
    background-color: #dcb771;
    border-radius: 2px;
    font-size: 10px;
    line-height: 1;
    color: #fff;
    vertical-align: middle;
    font-weight: 700;
    margin-left: 5px;
    margin-top: -3px;
}

.goods-item{
    /*height: 160px;*/
    margin-bottom: 30px;
    border-bottom: 0.1px solid #00000033;
    /*position: relative;*/
}
.goods-img{
    text-align: center;
}
.goods-item img{
    /*width: 100%;*/
    max-height: 160px;
}
.goods-desc{
    padding-bottom: 6px;
}
.yuan{
    font-size: 6px;
    color: red;
}
.int{
    font-size: 16px;
    color: red;
}

.head-tap{
    text-align: center;
    display: flex;
    height: 50px;
    line-height: 50px;
    width: 100%;
}
.head_back{
    width: 10%;
}
.head_back img{
    margin-top: 13px;
    width: 25px;
}
.head_title{
    width: 80%;
}
.head_right{
    width: 10%;
}

.card-goods{
    width: 100%;
}
.card-goods img{
    width: 100%;
}
.xz_title{
    color: #cc9c00;
}
.order-card{
    padding: 10px 10px;
    font-size: 14px;
    display: flex
}
.user_head{
    width: 100%;
    height: 100px;
    background: #ffffff;
    display: flex;
}
.head_avatar{
    width: 25%;
    height: 100%;
    text-align: center;
    line-height: 155px;
}
.head_avatar img{
    width: 65px;
}
.head_info{
    line-height: 100px;
}
.order_head{
    width: 100%;
    height: 50px;
    background: #ffffff;
    display: flex;
    text-align: center;
    padding-top: 50px;
    line-height: 50px;
    border-bottom: 1px solid #0000002b;
}
.order_head p{
    width: 25%;
}
.right_border{
    border-right: 1px solid #0000002b;
}
.order_list{
    background: #ffffff;
    margin-top: 2px;
}

.goods_title{
    display: flex;
    width: 100%;
    padding: 0 10px;
}
.goods_title .title{
    width: 75%;
    display: inline-block;
    font-weight: 800;
    color: #333;
}
.goods_title .number{
    width: 25%;
    font-size: 12px;
    color: #8a8a8c;
    margin-top: 3px;
    text-align: center;
}
.goods_lable{
    display: flex;
    width: 100%;
    padding: 10px 10px;
}
.goods_lable span{
    padding: 2px 4px;
    background: #f1faff;
    color: #51bdf1;
    border-radius: 4px;
    text-align: center;
    margin-right: 6px;
    margin-bottom: 2px;
    font-size: 12px;
}
.goods_price{
    padding: 14px 10px;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
}
.goods_price .price{
    font-weight: 700;
    color: #ff3a00;
    font-size: 18px;
}
.goods_price em{
    font-style: normal;
    font-size: 12px;
}
.goods_price .old_price{
    color: #999;
    font-size: 12px;
    margin-left: 10px;
}
.item-flex{
    display: -webkit-flex;
}
.flexDirectiony{
    -webkit-box-orient: vertical;
    flex-direction: column;
}
.justifyContenta{
    -webkit-justify-content: space-around;
}
.item, .item-align{
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
}
.item{
    -webkit-box-pack: center;
    -webkit-justify-content: center;
}
.shuju .noactive {
    color: #333;
    /*border: 1px solid #ccc;*/
    /*line-height: 15px;*/
    background: #fff;
    font-size: 14px;
    font-weight: 700;
}
.shuju strong{
    border: 1px solid #ccc;
    line-height: 16px;
    float: left;
    width: 18px;
    height: 18px;
    text-align: center;
    border-radius: 50%;
    color: #51bdf1;
    font-size: .14rem;
    background: #fff;
    font-weight: 700;
}
.shuju input{
    float: left;
    width: 24px;
    height: 24px;
    text-align: center;
    font-size: 14px;
    color: #000;
    border: none;
    line-height: 24px;
    margin: 5px;
}