html {
    font-size: 1px;
}

body {
    max-width: 750px;
    width: 100%;
    margin: auto;
}

a{
    text-decoration: none;
    color: inherit;
}

/* 顶部 */
.header {
    margin: auto;
    padding: 26rem 0 12rem 44rem;
    display: flex;
    align-items: center;
    background-image: url('/static/m/img/header-bj.jpg');
}
.header__img{
    width: 271rem;
    height: 90rem;
}
.header__logo {
    display: flex;
    align-items: center;
}

.header__tag {
    margin-left: 20rem;
    padding-left: 20rem;
    border-left: 2rem solid #535353;
    line-height: 35rem;
    font-size: 24rem;
    color: #2a2a2a;
}

/* 底部导航 */
.footer-nav {
    padding: 36rem 16rem 50rem 16rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-nav__label {
    width: 186rem;
}

.footer-nav__label__text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 36rem;
    color: #ba803d;
}
.footer-nav__label__text img{
    width: 36rem;
    height: 36rem;
}

.footer-nav__label__tip {
    background-color: #ba803d;
    line-height: 32rem;
    text-align: center;
    font-size: 21rem;
    color: #ffffff;
}

.footer-nav__menu {
    text-align: center;
    line-height: 22rem;
    font-size: 18rem;
    color: #ba803d;
    text-decoration: none;
}
.footer-nav__menu img{
    width: 56rem;
    height: 56rem;
}
.footer-nav__menu div {
    margin-top: 10rem;
}

/* 底部 */
.footer__background {
    background-image: url('/static/p/img/footer-bg1.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer {
    margin: auto;
    padding: 37rem 0 20rem 35rem;
}

.hospital {
    display: flex;
}

.hospital__logo {
    display: flex;
    align-items: center;
}
.hospital__img{
    width: 207rem;
    height: 69rem;
}
.hospital__tag {
    margin-left: 20rem;
    padding-left: 16rem;
    border-left: 1rem solid #ffffff;
    line-height: 29rem;
    font-size: 18rem;
    color: #ffffff;
}

.hospital__info {
    margin-top: 30rem;
    padding-left: 6rem;
}

.hospital__info__item {
    display: flex;
    align-items: center;
    line-height: 42rem;
    font-size: 16rem;
    color: #ffffff;
}
.hospital__info__item img{
    width: 26rem;
    height: auto;
}
.hospital__info__item div {
    margin-left: 14rem;
}

.hospital__code {
    margin: 8rem 0 0 52rem;
    display: flex;
}

.hospital__code div:first-child {
    margin-right: 30rem;
}

.hospital__code__item {
    text-align: center;
    font-size: 18rem;
    color: #ffffff;
}

.hospital__code__item img {
    display: block;
    margin: auto;
    width: 107rem;
    height: 107rem;
    margin-bottom: 20rem;
}

.footer__info {
    width: 587rem;
    margin-top: 22rem;
    padding-left: 6rem;
    line-height: 24rem;
    font-size: 14rem;
    color: #fdebd6;
}

.footer__info a {
    text-decoration: none;
    color: inherit;
}

/* 轮播图 */
.banner {
    width: 100%;
}

.banner .img {
    display: block;
    width: 100%;
    height: auto;
}

/* 导航 */
.nav {
    margin-top: 20rem;
    width: 100%;
    background-image: url('/static/m/img/nav-bj.jpg');
}

.nav__list {
    padding: 25rem 0 25rem 0;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-row-gap: 16rem; 
}

.nav__item {
    text-align: center;
    line-height: 30rem;
    font-size: 16rem;
    color: #232323;
}
.nav__item img{
    width: auto;
    height: 56rem;
}