
body {
    background: url("../../images/computer/doctor/one/background.jpg");
}

.w1200 {
    width: 1200px;
    overflow: hidden;
    margin: auto auto;
}

.header {
    height: 190px;
}

.header > .w1200 > ul {
    display: flex;
    justify-content: space-between;
}

.header > .w1200 > ul > li {
    width: 55px;
    overflow: hidden;
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    position: relative;
}

.header > .w1200 > ul > li::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 117px;
    background-color: #999999;
    left: 0px;
    top: 0px;
}

.header > .w1200 > ul > li > a {
    display: block;
    overflow: hidden;
    padding: 50px 0px 0px 18px;
}

.header > .w1200 > ul > li > a > span {
    display: block;
    color: #333333;
}

.header > .w1200 > ul > li > a > span:nth-child(2) {
    font-size: 12px;
}

.header > .w1200 > ul > li.on {
    background: url("../../images/computer/doctor/one/hover.png") no-repeat left top;
}

.header > .w1200 > ul > li.on > a > span {
    display: block;
    color: #99272b;
}

.header > .w1200 > ul > li.on > a > span:nth-child(2) {
    font-size: 12px;
}

.header > .w1200 > ul > li.logo {
    width: 295px;
    height: 189px;
    overflow: hidden;
    background: url("../../images/computer/doctor/one/t1.jpg");
    writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    text-align: center;
}

.header > .w1200 > ul > li.logo > p:nth-child(1) {
    font-size: 32px;
    padding-top: 30px;
}

.header > .w1200 > ul > li.logo > p:nth-child(2) {
    font-size: 50px;
    padding-top: 15px;
}

.synopsis {
    height: 380px;
    overflow: hidden;
    margin-top: 50px;
    background: url("../../images/computer/doctor/one/synopsis.png");
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.synopsis > .about {
    width: 830px;
    height: 295px;
    overflow: hidden;
    margin-left: 60px;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
}

.synopsis > .about > p {
    text-decoration: underline;
    text-underline-offset: 15px;
    line-height: 3;
    padding-left: 10px;
}

.synopsis > .portrait {
    width: 220px;
    height: 295px;
    overflow: hidden;
    background-color: #b69f7f;
    margin-right: 45px;
    display: flex;
    justify-content: center;
}

.synopsis > .portrait > img {
    width: 300px;
    height: auto;
}

.footer {
    height: 220px;
    overflow: hidden;
    background-color: #343e37;
    margin-top: 100px;
}

.footer > .w1200 > p:nth-child(1) {
    display: flex;
    justify-content: space-around;
    padding-top: 50px;
}

.footer > .w1200 > p:nth-child(1) > a {
    color: #ffffff;
    font-size: 16px;
    position: relative;
}

.footer > .w1200 > p:nth-child(1) > a::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    background-color: #ffffff;
    right: -90px;
    top: 0px;
}

.footer > .w1200 > p:nth-child(2) {
    color: #d4c49a;
    font-size: 26px;
    text-align: center;
    padding-top: 30px;
}

.footer > .w1200 > p:nth-child(2) > span {
    margin-right: 10px;
}


.footer > .w1200 > p:nth-child(3) {
    color: #d4c49a;
    font-size: 14px;
    text-align: center;
    padding-top: 20px;
}

.footer > .w1200 > p:nth-child(3) > a {
    color: #d4c49a;
    font-size: 14px;
}

.nav {
    text-align: right;
    margin-top: 50px;
}