body {
   
}

/* 全屏大图 */
.banner {
    width:100% !important;
    background: url(../image/about/about_hospital.png) no-repeat top center;
    background-size: cover;
}


.block_top {
    margin: 0 auto;
    padding-top: 375px;
    box-sizing: border-box;
}

.block_top .block_top_title {
    width: 608px;
    border-radius: 10px 10px 10px 10px;
    opacity: 1;
}

.block_top .block__top__subtitle {
    width: 641px;
    margin-top: 37px;
    font-size: 36px;
    letter-spacing: 4px;
}


/* small screen */
.d-lg-none.block_top {
    padding-top:121px;
}
.d-lg-none .block_top_title {
    background:none;
    width:50%;
    font-size:24px;
    line-height:34px;
    margin:0 auto;
    margin-top:6px;
    padding:0;
    text-align: center;
}
.d-lg-none .block__top__subtitle { 
    letter-spacing:1px;
    width:100%;
    font-size:12px;
    line-height:17px;
    margin:0 auto;
    padding:0;
    text-align: center;
    background:none;
    margin-top:6px;
}

.our_shop_bg {
    background:linear-gradient(rgba(234, 252, 255, 1),rgba(255, 255, 255, 0.6));
}

.our_shop {
    width:1026px;
    box-sizing: border-box;
    padding:0 135px;
    text-align: center;
    color: #0A3459;
}


.shop_list .left {
    width:214px;
    height:200px;
    box-shadow: 0px 0px 8px 1px #AAF5FF;
    border-radius: 10px 10px 10px 10px;
}
.shop_list .left .left_label {
    border-radius: 10px;
    height:55px;
    line-height:55px;
    background:linear-gradient(rgba(52, 177, 192, 1),rgba(46, 131, 137, 1));
    font-size: 25px;
    color: #FFFFFF;
    letter-spacing: 2px;
    padding-left:19px;
    text-align: left;
}

.shop_list .left ul {
   list-style: none;
   height:140px;
   box-sizing: border-box;
   padding:20px 19px;
   display: flex;
   flex-direction: column;
   justify-content:space-around;
   background:#ffffff;
}
.shop_list .left ul li {
    width: 130px;
    height: 28px;
    font-size: 18px;
    color: #0A3459;
    line-height: 28px;
    letter-spacing: 1px;
    text-align:left;
 }
 .shop_list .left ul li a {
    color:#0A3459;
 }
.shop_list .left ul li.active a {
    color: #34B1C0;
    border-bottom: 2px solid #34B1C0;
 }
.shop_list .left ul li.active a:hover {
    text-decoration: none;
 }

 ul.right_list {
     flex: 1;
     list-style: none;
     margin:0;
     padding:0;
     text-align:left;
     margin-left:16px;
 }

 ul.right_list li {
     display:flex;
     justify-content: space-between;
     height:74px;
     align-items: center;
     border-top: 1px solid #34B1C0;
    font-size: 22px;
    line-height: 42px;
    letter-spacing: 2px;
    padding:0 19px;
 }

 ul.right_list li div {
    flex: 1;
    justify-content: center;
    text-align: center;
    margin-right:15px;
 }
 ul.right_list li div img {
    width:100%;
 }

 ul.right_list li div.qrcode {
    flex:none;
    width:185px;
    height:185px;
    justify-content: center;
    text-align: center;
    margin-right:15px;
 }

 ul.right_list li:last-child {
    border-bottom: 1px solid #34B1C0;
 }

 ul.right_list li .bt {
    width: 146px;
    height: 41px;
    background: #34B1C0;
    border-radius: 14px 14px 14px 14px;
    margin-right:87px;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 41px;
    letter-spacing: 1px;
    text-align:center;
 }

 li.qrcode_wrap {
     height:auto !important;
        padding-top:58px !important;
        padding-bottom:58px !important;
        padding-left:90px !important;
        padding-right:90px !important;
 }
 li.qrcode_wrap img {
    box-shadow: 3px 3px 3px 3px #34B1C0;
 }

 li.tips_wrap {
    height:auto !important;
}
 li.tips_wrap div {
    width:313px;
    padding: 23px 16px;
    font-size: 16px;
    color: #0A3459;
    line-height: 32px;
    letter-spacing: 1px;
    background:rgba(72, 192, 207, 0.15);
    border-radius: 20px;
}

.d-lg-none h1 {
    height: 20px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: 1px;
    margin:21px auto;
}
.d-lg-none img {
    width:157px;
    box-shadow: 3px 3px 3px 3px #34B1C0;
}
.d-lg-none p {
    width: 158px;
    border-radius: 5px 5px 5px 5px;
    font-size: 10px;
    font-weight: normal;
    color: #0A3459;
    line-height: 18px;
    margin:21px auto 0;
    background: linear-gradient(rgba(99,244,255,0.1954), rgba(0,143,161,0.1954));
    padding:5px 7px;
}

@media (min-width: 100px) {
    .shop_list {
        margin-top:39px;
        display: flex;
        flex-wrap: wrap;
    }
}
@media (min-width: 768px) {
    .shop_list {
        margin-top:39px;
        display: flex;
        flex-wrap: nowrap;
    }
}