body {
    /*color: #555;*/
    /*font-size: 15px;*/
    line-height: 1.5;
    font-family:"微软雅黑";
    -webkit-font-smoothing: subpixel-antialiased;
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
    background-color:aquamarine;
}
.element::-webkit-scrollbar {display:none}
a {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    /*-webkit-touch-callout: none;*/
    /*-webkit-user-select: auto;*/
}

ul{
    overflow: hidden;
    list-style: none;
}
.none{
    display: none;
}
.block{
    display: block;
}
.hide{
    display: none;
}
.clr{
    clear: both;
}
/*--banner--*/
.bannerImg{
    z-index: 1;
    width: 100%;
    height: 3.6rem;
}
.bannerImg img{
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}

/*--banner--*/
/*--content--*/
.allContent{
    padding: 0 .3rem;
    background-color: white;
}
.hospitalName{
    position: relative;
    z-index: 2;
    background-color: #F2A87F;
    color: white;
    width: 5rem;
    /* font-weight: bold; */
    font-size: .36rem;
    margin: 0 auto;
    text-align: center;
    padding: .18rem 0;
    border-radius: 63px;
    margin-top: -7%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.hospitalStars{
    position: relative;
    height: 1rem;
}
.hospitalStar{
    width:1.35rem;
    display: inline-block;
    /* margin-top: -41%;
     margin-left: 39%;*/
    position: absolute;
    top:-59%;
    left: 36%;
}
.hospitalStar .hospitalStar_a {
    display: inline-block;
    position: absolute;
    width:1.35rem;
    z-index: 2;
}
.hospitalStar .hospitalStar_a img {
    width:1.35rem;
}
.hospitalStar .hospitalStar_b {
    display: inline-block;
    overflow: hidden;
    position: absolute;
    z-index: 3;
}
.hospitalStar .hospitalStar_b img {
    width:1.35rem;
}
.hospitalStars_a{
    font-size: .24rem;
    color: #FF7561;
    position: absolute;
    top: 25%;
    left: 56%;
}
.essentialInformation{
    padding-bottom: .4rem;
}
.essentialInformation_a{
    font-size: .38rem;
    color: #363636;
    padding-bottom: .2rem;
    padding-top: .6rem;
    font-weight: bold;
}
.hospitalTime{
}
.hospitalTime,.hospitalAddress,.hospitalPhone{
    /* padding-top: .4rem;*/
    position: relative;
    height: .6rem;
    line-height: .4rem;
}
.hospitalTime span:first-child{
    display: inline-block;
    width: .32rem;
    height: .32rem;
    position: absolute;
    top: 12%;
    left: 0%;
}
.hospitalTime span:first-child img{
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}
.hospitalTime span:nth-child(2){
    display: inline-block;
    font-size: .26rem;
    color: #666;
    padding-left: 7%;
}
.hospitalTime span:nth-child(3){
    display: inline-block;
    font-size: .26rem;
    color: #363636;
    padding-left: .1rem;
}
.hospitalAddress{

}
.hospitalAddress span:first-child{
    display: inline-block;
    width: .32rem;
    height: .37rem;
    position: absolute;
    top: 8%;
    left: 0%;
}
.hospitalAddress span:first-child img{
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}
.hospitalAddress span:nth-child(2){
    display: inline-block;
    width: 102%;
    font-size: .26rem;
    color: #666;
    box-sizing: border-box;
    padding-left: 7%;
    padding-top: 4%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.hospitalPhone span:first-child{
    display: inline-block;
    width: .32rem;
    height: .36rem;
    position: absolute;
    top: 10%;
    left: 0%;
}
.hospitalPhone span:first-child img{
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}
.hospitalPhone span:nth-child(2){
    display: inline-block;
    font-size: .26rem;
    color: #666;
    padding-left: 7%;
}
.hospitalIntroduce{
    font-size: .28rem;
    color: #666;
    padding: .5rem 0;
}
.hospitalIntroduce img{
    width: 100% !important;
    height: 4rem !important;
    background-size: 100% 100%;
}
.hospitalIntroduce_a{
    font-size: .38rem;
    color: #363636;
    padding: 0 0 .4rem 0;
    font-weight: bold;
}
.hospitalIntroduce p{
    font-size: .28rem;
    color: #666;
}
/*--content--*/