/*  头部 */

.headers {
    width: 100%;
    height: 68px;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

.header {
    width: 1090px;
    height: 68px;
    margin: 0 auto;
}

.header:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.logo {
    float: left;
    width: 124px;
    height: 36px;
    display: block;
    background: url(/comment/logo.png);
    background-repeat: no-repeat;
    background-size: 124px 36px;
    background-position: center;
    margin-top: 20px;
}

.wxcode-bg{
    position: absolute;
    background: url(../images/myh_wxCode6.png) center no-repeat #fff;
    bottom: -311px;
    right: 5px;
    height: 150px;
    width: 210px;
    display: none;
    z-index: 99;
}

.login {
    float: left;
    margin: 0 25px 0 40px;
    margin-top: 25px;
    position: relative;
    height: 100%;
    cursor: pointer;
}

.login:after,
.dislogin:after,
.navListMore:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
}

.login span,
.dislogin span,
.navListMore span {
    float: left;
}

.login span:nth-child(1) {
    display: block;
    width: 16px;
    height: 16px;
    background: url(/comment/dbg10.png);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: center;
    margin-top: 5px;
    margin-right: 3px;
}

.login span:nth-child(2),
.dislogin span:nth-child(2),
.navListMore span:nth-child(1) {
    font-size: 16px;
    color: #666;
}

.login span:nth-child(3) {
    display: block;
    width: 13px;
    height: 13px;
    background: url(/comment/dbg11.png);
    background-repeat: no-repeat;
    background-size: 13px 13px;
    background-position: center;
    margin-top: 6px;
    margin-left: 3px;
}

.login span:nth-child(4) {
    position: absolute;
    top: -20px;
    left: 42px;
    padding: 2px 7px;
    border-radius: 100%;
    background: #F9496D;
    font-size: 12px;
    color: #fff;
}

.dislogin {
    float: left;
    margin: 0 25px 0 40px;
    margin-top: 25px;
    position: relative;
}

.dislogin span:nth-child(1) {
    display: block;
    width: 16px;
    height: 16px;
    /* background: url(img/dbg12.png); */
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: center;
    margin-top: 2px;
    margin-right: 3px;
}

.dislogin span:nth-child(2):hover {
    color: #417EF7;
}

.dislogin span:nth-child(3) {
    background: url(/comment/dbg13.png);
    background-repeat: no-repeat;
    background-size: 13px 13px;
    background-position: center;
    transform: rotate(180deg);
}

.navList {
    float: left;
    margin-top: 25px;
    height: 100%;
}

.navList .navListTitle {
    float: left;
    position: relative;
    height: 100%;
    margin-right: 18px;
}

.navList .navListTitle:hover {
    color: #417EF7;
}


/*
.navList .navListTitle:last-child:hover {
	color: #F9496D;
}*/

.navList .js_navListTitle {
    margin-right: 5px!important;
}

.navList .navListTitle,
.navList .navListTitle span {
    font-size: 16px;
    color: #666;
    margin-right: 18px;
    float: left;
    cursor: pointer;
}

.navListMore {
    float: left;
    margin-top: 25px;
    position: relative;
    height: 100%;
    cursor: pointer;
}

.navListMore span:nth-child(2) {
    display: block;
    width: 16px;
    height: 16px;
    background: url(/comment/dbg11.png);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: center;
    margin-top: 2px;
    margin-right: 3px;
}

.headerSearch {
    float: right;
    margin-top: 20px;
    overflow: hidden;
    border: 1px solid #F9496D;
    border-radius: 4px;
    height: 36px;
    width: 300px;
}

.headerSearch span:nth-child(1) {
    display: block;
    width: 18px;
    height: 20px;
    background: url(/comment/dbg4.png);
    background-repeat: no-repeat;
    background-size: 18px 20px;
    background-position: center;
    float: left;
    margin: 0 4px;
    margin-top: 7px;
    margin-left: 18px;
}

.headerSearch input {
    height: 35px;
    width: 170px;
    border: 0;
    float: left;
    outline: none;
    padding-left: 5px;
    font-size: 14px;
}

.headerSearch span:nth-child(3) {
    background: #F9496D;
    color: #fff;
    width: 80px;
    height: 100%;
    display: block;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    float: right;
    cursor: pointer;
}

.alreadyLogin {
    position: absolute;
    top: 42px;
    left: -9px;
    width: 90px;
    border: 1px solid #A7C3FB;
    background: #fff;
    z-index: 9;
    display: none;
}

.alreadyLogin ul {
    padding: 0 10px;
}

.alreadyLogin ul a {
    position: relative;
    line-height: 40px;
    font-size: 14px;
    color: #444;
    text-align: center;
    display: block;
}

.alreadyLogin ul a:hover {
    color: #1478F6;
}

.js_alreadyLogin ul i {
    position: absolute;
    top: 5px;
    left: 75px;
    padding: 1px 4px;
    border-radius: 100%;
    background: #F9496D;
    font-size: 8px;
    color: #fff;
}

.disnavListMore span:nth-child(1) {
    color: #417EF7;
}

.disnavListMore span:nth-child(2) {
    background: url(/comment/dbg13.png);
    background-repeat: no-repeat;
    background-size: 13px 13px;
    background-position: center;
    transform: rotate(180deg);
}

.hospitalSelMain {
    position: absolute;
    overflow: hidden;
    top: 42px;
    left: -200px;
    border: 1px solid #A7C3FB;
    background: #fff;
    z-index: 9;
    width: 975px;
    display: none;
    padding-bottom: 10px;
    /* height: 100%; */
}

.hospitalSelMain:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.hospitalSelTitle {
    float: left;
    width: 7%;
}

.hospitalSelTitle a {
    width: 60px;
    height: 36px;
    background: #A7C3FB;
    color: #fff;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    display: block;
    cursor: pointer;
}

.hospitalSelth {
    float: left;
    width: 90%;
}

.clickhospitalSelTitle {
    background: #fff !important;
    color: #444 !important;
}

.departmentThird {
    display: none;
    padding: 10px 0;
}

.departmentThird a {
    float: left;
    margin-right: 20px;
    line-height: 30px;
    font-size: 14px;
}

.departmentThird a:hover {
    color: #1478F6;
}

.departmentSecond {
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}

.departmentSecond a {
    float: left;
    font-size: 14px;
    color: #444;
    line-height: 30px;
    margin-right: 20px;
    cursor: pointer;
    border-bottom: 1px solid #fff;
}

.hospitalSelBox {
    display: none;
    padding: 10px;
}

.clickDepartment {
    color: #1460F7 !important;
    border-bottom: 1px solid #1460F7;
}


/* 底部 */

.footer {
    overflow: hidden;
    padding: 30px 0;
    border-top: 1px solid #e5e5e5;
    width: 1200px;
    margin: 0 auto;
}

.footerLogo {
    width: 145px;
    height: 48px;
    background: url(/comment/logo1.png);
    background-repeat: no-repeat;
    background-size: 145px 48px;
    background-position: center;
    display: block;
    float: left;
    margin-right: 100px;
}

.footerLink {
    float: left;
    margin-right: 100px;
}

.footercontact {
    float: left;
}

.footerLink ul {
    overflow: hidden;
    padding-bottom: 20px;
}

.footerLink ul a {
    float: left;
    font-size: 14px;
    color: #222;
    margin-right: 32px;
}

.footerLink p {
    font-size: 14px;
    color: #666;
}

.footercontact ul li {
    overflow: hidden;
    margin-bottom: 10px;
}

.footercontact ul li:first-child span {
    width: 30px;
    height: 30px;
    background: url(/comment/dbg19.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: center;
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 8px;
}

.footercontact ul li:last-child span {
    width: 30px;
    height: 30px;
    background: url(/comment/dbg18.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: center;
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 8px;
}

.footercontact ul li p {
    float: left;
    font-size: 14px;
    line-height: 45px;
}

.doctorNav {
    margin-top: 30px;
    width: 100%;
    /*overflow: hidden;*/
    height: 40px;
    /* border:1px solid #E5E5E5; */
    /*box-shadow: 1px 1px 6px #E5E5E5;*/
    border-bottom: 1px solid #e5e5e5;
}

.doctorNav:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.doctorNav1 {
    border: 1px solid #E5E5E5;
    box-shadow: 1px 1px 6px #E5E5E5;
    position: relative;
}

.js_doctorEmail {
    top: 37px!important;
    left: 450px!important;
    cursor: pointer;
}

.js_doctorEmail p {
    font-size: 14px;
    color: #000!important;
    line-height: 1.2!important;
}

.doctorNavTitle {
    float: left;
    overflow: hidden;
}

.doctorNavTitle a {
    float: left;
    margin-right: 30px;
    font-size: 16px;
    color: #444;
    line-height: 40px;
}

.doctorNavTitle a:hover {
    color: #F9496D!important;
}

.doctorNavTitle a:first-child {
    margin-left: 23px;
}

.doctorNavTitle a:last-child {
    font-size: 14px;
    color: #888;
}

.doctorNavActives {
    color: #F9496D !important;
    /*border-bottom: 2px solid #F9496D;*/
}

.doctorNavShare {
    float: right;
    overflow: hidden;
}

.doctorNavShareText {
    float: left;
    margin-right: 25px;
    margin-top: 10px;
    display: none;
}

.doctorNavShareText:first-child span:first-child {
    background: url(/comment/dbg15.png);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: center;
}

.doctorNavShareText:last-child span:first-child {
    background: url(/comment/dbg14.png);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: center;
}

.doctorNavShareText span:first-child {
    display: block;
    width: 16px;
    height: 16px;
    /* background: url(http://www.mingyihui.net/templates/skins/red2017/images/doctor/dbg14.png); */
    float: left;
    margin-right: 5px;
    margin-top: 5px;
}

.doctorNavShareText span:last-child {
    font-size: 16px;
    color: #444;
    float: left;
}


/* 锚点导航 */

.anchorNav {
    margin: 20px 0;
    overflow: hidden;
    width:100%;
    margin-top: 10px;
}
.anchorNav span {
    /*color: #1478F6;*/
    color: #4C94EE;
}
.anchorNav ul a {
    float: left;
    font-size: 12px;
    color: #888;
    margin-right: 20px;
    line-height: 20px;
    position: relative;
}

/*.anchorNav ul a:first-child {
    margin-right: 10px;
}*/

.anchorNav ul a:after {
    content: "";
    position: absolute;
    top: 6px;
    right: -15px;
    width: 10px;
    height: 10px;
    background: url(/comment/dbg11.png);
    background-repeat: no-repeat;
    background-size: 10px 10px;
    background-position: center;
    transform: rotate(270deg);
}

.anchorNav ul a:last-child:after {
    display: none;
}


/*右边浮动*/

.H_posi {
    position: fixed;
    right: 0px;
    top: 50%;
    width: 54px;
    height: auto;
    border: solid 1px #eeeeee;
    border-bottom: none;
}

.H_posi li {
    height: 54px;
    width: 54px;
    border-bottom: solid 1px #fff;
    background: rgba(0, 0, 0, .4);
}

.H_posi li:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
}

.H_posi li.erweima,
.H_posi li.shouji {
    position: relative;
}

.H_posi li.erweima img,
.H_posi li.shouji img {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 0;
    left: -160px;
    display: none
}

.H_posi li a {
    display: block;
    width: 54px;
    height: 54px;
}

.H_posi li.shouji a {
    width: 30px;
    height: 30px;
    background: url(/comment/dbg26.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: center;
    margin: 0 auto;
    padding-top: 22px;
}

.H_posi li.erweima a {
    width: 30px;
    height: 30px;
    background: url(/comment/dbg23.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: center;
    margin: 0 auto;
    padding-top: 22px;
}

.H_posi li.H_on a {
    width: 30px;
    height: 30px;
    background: url(/comment/dbg24.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: center;
    margin: 0 auto;
    padding-top: 22px;
}

.H_posi li.top a {
    width: 30px;
    height: 30px;
    background: url(/comment/dbg25.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: center;
    margin: 0 auto;
    padding-top: 22px;
}

.H_posi li.shouji a:hover>.H_posi li.shouji a img {
    display: block;
}

.H_posi li.erweima a:hover>.H_posi li.erweima a img {
    display: block;
}


/*.H_posi li.H_on a:hover{ background:url(../images/xie_hover.png) center center no-repeat}
.H_posi li.top a:hover{ background:url(../images/top_hover.png) center center no-repeat}*/


/*关闭填写意见*/

.login-close {
    background: rgba(0, 0, 0, 0) url("../images/close.jpg") no-repeat;
    height: 33px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 33px;
}

.inp {
    border: 1px solid #ddd;
    border-radius: 1px;
    height: 34px;
    margin-bottom: 10px;
    padding: 0 5px;
    width: 400px;
}

.inpBtn {
    background: #ef864d none repeat scroll 0 0;
    border: 1px solid #e9880e;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    height: 30px;
}

.suggest-box {
    background-color: #f8f8f8;
    display: none;
    height: 420px;
    left: 50%;
    margin: -210px 0 0 -290px;
    padding: 30px 50px 10px;
    position: fixed;
    text-align: left;
    top: 50%;
    width: 480px;
    z-index: 999999;
}

.suggest-box-p {
    font-size: 20px;
    padding-bottom: 10px;
}

.suggest-box .tTit {
    color: #aaa;
    font-size: 14px;
    font-weight: normal;
    padding: 6px 5px 0 0;
    text-align: right;
    vertical-align: top;
    width: 65px;
}

.suggest-box .iCol textarea {
    border: 1px solid #ddd;
    margin-bottom: 5px;
    padding: 5px;
    width: 400px;
}

.suggest-box .iCol p {
    color: #aaa;
}

.suggest-box .inpBtn {
    margin-top: 15px;
    width: 320px;
}

.pageBox {
    padding: 30px;
}

.pageNum {
    /*width: 50%;*/
    margin: 0 auto;
}

.pageNum a {
    width: 30px;
    height: 30px;
    border: 1px solid #999;
    padding: 5px 10px;
    margin-right: 5px;
    color: #999;
}

.pageNum .active {
    background: #e72334!important;
    color: #fff!important;
    border: 1px solid #e72334!important;
}

.CODEIMG{
    justify-content: center;
    align-items: center;
    position:fixed;
    top:0;
    left:0;
    display:flex;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
}
.CODEIMG span {
    position: absolute;
    right: 10px;
    top: 0px;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
}