.mobile-home{
    height: 100vh;
    width: 100vw;
}
.mobile-home .mobile-home-top{
    width: 100%;
    height: 64%;
    background-image: url(../img/cssbyy/index_bg.jpg);
    background-size: auto 100%;
}
.mobile-home .mobile-home-top img {
    display: block;
    padding-top: 20px;
    box-sizing: content-box;
    width: 260px;
    height: 20px;
    margin: 0 auto;
}
.mobile-home .mobile-home-bottom{
    height: 36%;
    width: 100%;
    background-color: #00a4eb;
    background-image: url(../img/cssbyy/index_bottom_bg.jpg);
    background-size: 100% auto;
    padding: 0 57px 0;
    box-sizing: border-box;
}
.mobile-home .mobile-home-bottom .link-btn-box{
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    top: -45px;
    align-items: center;
    transition: all 0.5s;
    transform: translateY(10px);
    opacity: 0;
}
.link-btn-box .link-btn-item{
    position: relative;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background-color: #83BFB1;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.link-btn-box .link-btn-item .inner-link-btn-item{
    height: 65px;width: 65px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.link-btn-box .link-btn-item span{
    font-family: "宋体 常规", 宋体, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: rgb(255, 255, 255);
    line-height: 24px;
    width: 100%;
    text-align: center;
}
.link-btn-box .link-btn-item.link-btn-home{
    height: 100px;width: 100px;
    background-color: inherit;
    background-size: 100%;
}
.link-btn-box .link-btn-item.link-btn-home .inner-link-btn-item{
    border: none;
}
.link-btn-box .link-btn-item.link-btn-home .inner-link-btn-item span{
    font-size: 20px;
    line-height: 32px;
}
.link-btn-box .hover-cir{
    position: absolute;
    display: block;
    top: 0;left: 0;
    height: 100%;width: 100%;
}
.hospital-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 57px 0;
    max-height: calc(36% - 50px);
    overflow: hidden;
}

.hospital-info p {
    text-align: center
}

.hospital-info p,.hospital-info p a,.hospital-info p span {
    color: #D7D7D7 !important;
    font-size: 12px !important;
    font-weight: normal !important
}
.address{
    float: left;
}
.address span{text-align: left;}