body {
    background: #cdd6c0;
}

.w1200 {
    width: 1200px;
    overflow: hidden;
    margin: auto auto;
}

.header {
    position: relative;
    height: 150px;
}

.header::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 20px;
    background: url("../../images/computer/doctor/three/h1.jpg");
    left: 0px;
    bottom: -20px;
}

.header > .w1200 {
    height: 150px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header > .w1200 > span {
    font-size: 38px;
    color: #684e35;
}

.header > .w1200 > .menu {
    display: flex;
}

.header > .w1200 > .menu > a {
    display: block;
    width: 31px;
    height: 101px;
    overflow: hidden;
    background: url("../../images/computer/doctor/three/menu.png");
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    text-align: center;
    line-height: 31px;
    margin-right: 50px;
}

.footer {
    line-height: 3;
    border-top: 1px solid #b9bca3;
    color: #90705f;
    margin-top: 20px;
}

.footer > a {
    color: #90705f;
}