.hospital-layer{
    position: relative;
    width: 1200px;
    min-height: 330px;
    background: #fff;
    margin: 30px auto;
}
.hospital-bg{
    width: 1230px;
    height: 226px;
    margin: 0 auto;
}
.hospital-info{
    display: flex;
    /* position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0; */
    padding: 30px 35px;
}
.hospital-info .text-bold{
    font-weight: normal;
}
.hospital-info .font-18{
    font-size: 16px;
    display: flex;
    align-items: center;
    padding: 5px 0;
}
.hospital-info .font-18 img{
    width: 14px;
    height: 14px;
    padding-right: 4px;
}
.hospital-info .name{
    display: flex;
    align-items: center;
}
.hospital-info .name .tags{
    padding: 3px 8px;
    background: #448B5B;
    font-size: 12px;
    color: #fff;
    border-radius: 3px;
    margin: 0 0 0 20px;
}
.hospital-logo{
    width: 400px;
    height: 266px;
    border-radius: 10px; 
    margin-right: 10px;
}
.icon-box{
    display: flex;
    align-items: center;
    margin-left: 60px;
    font-size: 16px;
    color: #4B5553;
    cursor: pointer;
}
.hospital-tag{
    font-size: 14px;
    color: #6A492A;
    padding: 2px 10px;
    border-radius: 12px;
    background: #FFD79A;
    margin-right: 20px;
}

.hospital-tab{
    position: relative;
    width: 1200px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 0px 0px 10px 10px;
    margin: -14px auto 0 auto;
    z-index: 9;
    display: flex;
}
.hospital-tab-item{
    position: relative;
    width: 100px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 2px solid transparent;
    box-sizing: border-box;
    color: #4B5553;
    line-height: 56px;
    text-align: center;
    font-weight: 600;
}
.hospital-tab-item-active{
    border: 2px solid #448B5B;
    color: #448B5B;
}
.hospital-tab-item-active::after{
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid;
    border-color: transparent transparent #448B5B transparent;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.begood_itemBox{
    width: 706.8px;
    height: 130px;
    background: #FAFAFA;
    margin-top: 32px;
}
.begood_itemBox .item_title{
    display: flex;
    align-items: center;
    padding: 14.5px 0 0 15.4px;
}
.begood_itemBox .item_title img{
    width: 11.12px;
    height: 14px;
    padding-right: 4px;
}
.begood_itemBox .item_title span{
    font-size: 14px;
    font-weight: bold;
    color: #448B5B;
}
.begood_itemBox .scrollable-container {
    display: flex;
    flex-wrap: wrap;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin; 
    max-height: 77px; 
    margin-top: 10px;
}

.column {
    flex-basis: calc(23% - 15px); 
    box-sizing: border-box;
    padding: 10px 5px;
    margin:  0 14px 10px;  
    border-radius: 2px;
    list-style-type: none;
    background-color: #fff;
    display: flex;
    align-items: center;
    color: #3D3D3D;
    font-size: 14px;
    height: 28px;
}
.column img{
    width: 12px;
    height: 12px;
    padding-right: 6px;
}

::-webkit-scrollbar {
    width: 3px;
    border-radius: 171px;
    background: #E1E1E1;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 4px;
}

::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.title-common-layer{
    height: auto;
}
.title-common-line{
    width: 4px;
    height: 16px;
    background: #448B5B;
    border-radius: 1px;
}

.project-gird{
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 260px);
    grid-row-gap: 30px;
    grid-column-gap: 40px;
    text-align: center;
}
.project-item{
    width: 260px;
    height: 220px;
    background: #FFFFFF;
    border-radius: 10px;
}

.doctor-gird{
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 371px);
    grid-row-gap: 20px;
    grid-column-gap: 23px;
}
.doctor-card{
    width: 371px;
    background: #F8FCFC;
    border-radius: 10px;
    padding: 40px 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
}
.doctor-img{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin-right: 20px;
}


.discount-box{
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.swiper-slide .discount-item{
    width: 466px;
    padding: 20px;
    background: #FFFFFF;
    border-radius: 10px;
    box-sizing: border-box;
    cursor: pointer;
}
.swiper-slide .discount-img{
    width: 426px;
    height: 320px;
    border-radius: 10px;
}
.discount-item{
    width: 100%;
    background: #FFFFFF;
    border-radius: 10px;
    box-sizing: border-box;
    cursor: pointer;
}
.discount-img{
    width: 307px;
    height: 280px;
    border-radius: 10px;
}

/* .discount-box .discount-item:nth-child(2){
    width: 466px;
    height: 437px;
    padding: 20px;
    box-shadow: 0px 2px 8px 0px rgba(75,85,83,0.1);
}
.discount-box .discount-item:nth-child(3){
    margin-right: 0;
}
.discount-box .discount-item:nth-child(2) .discount-img{
    width: 426px;
    height: 320px;
} */

.content-card{
    padding-bottom: 20px;
    border-bottom: 1px solid #F1F1F1;
    display: flex;
    margin-bottom: 20px;
    cursor: pointer;
}
.content-card:last-child{
    border-bottom: none;
}
.content-left{
    margin-right: 40px;
}
.content-img{
    width: 220px;
    height: 140px;
    border-radius: 10px;
}

.gird{
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 280px);
    grid-row-gap: 30px;
    grid-column-gap: 13px;
}

.doctor-gird-4{
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 260px);
    grid-row-gap: 20px;
    grid-column-gap: 40px;
}
.doctor-gird-4 .doctor-img{
    width: 140px;
    height: 140px;
    border-radius: 50%;
    margin: 0 auto;
}
.doctor-gird-4 .red-tag{
    margin: 0 5px;
}
.doctor-gird-4 .card{
    padding: 20px;
    box-sizing: border-box;
}


.discount-gird{
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 370px);
    grid-row-gap: 20px;
    grid-column-gap: 25px;
}
.discount-gird .discount-item{
    padding: 20px; 
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #DFDBDB;
}
.discount-gird .discount-img{
    width: 100%;
    height: 280px;
    border-radius: 10px;
}


.evaluate-tab{
    margin: 20px 0 20px 0;
    display: flex;
    align-items: center;
}
.evaluate-tab-item{
    margin-right: 30px;
    height: 36px;
    border-radius: 5px;
    border: 1px solid #DFDBDB;
    line-height: 36px;
    text-align: center;
    color: #899492;
    padding: 0 9px;
    cursor: pointer;
}

.active{
    background: #448B5B;
    color: #fff;
}
.evaluate-item{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #F1F1F1;
}
.evaluate-item:last-child{
    border: none;
}

.mySwiper01{
    width: 900px;
    margin: 0 auto;
}

.environment-box{
    position: relative;
    width: 900px;
    height: 462px;
}
.environment-img{
    width: 900px;
    height: 462px;
    border-radius: 10px;
}
.environment-text{
    position: absolute;
    left: 30px;
    bottom: 15px;
    color: #fff;
    font-size: 18px;
}
.swiper-pagination-bullet-active{
    background-color: #F75858!important;
}

.content-box{
    display: flex;

}

.content-left{
    position: relative;
}
.content-left-img{
    width: 570px;
    height: 382px;
    border-radius: 10px;
}
.content-left-text{
    position: absolute;
    left: 20px;
    bottom: 20px;
    right: 20px;
    color: #fff;
}

.content-item{
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 12px;
    border-bottom: 1px solid #F1F1F1;
    cursor: pointer;
}
.content-item:last-child{
    border-bottom: none;
    margin-bottom: 0;
}


.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.7);
    padding: 2px 0;
  }
  .swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1);
  }
  .swiper-slide-active .discount-item{
    box-shadow: 0px 2px 8px 0px rgba(75,85,83,0.1);
  }

  .hos-desc{
      display: flex;
      align-items: center;
  }

  .hos-desc-text{
      text-indent: 2em;
  }

  .hos-desc-img{
      width: 30px;
      height: 30px;
      border-radius:50%
  }