/*#region CommonCss */
html {
    font-family: 'Microsoft YaHei';
    font-size: 13px;
    color: #666;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
}

option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 0;
    padding: 0;
}
/*#region a标签样式 */

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

    a:hover {
        text-decoration: none;
    }
/*#endregion */
img {
    border: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.border-box {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.padding-box {
    -moz-box-sizing: padding-box;
    -webkit-box-sizing: padding-box;
    box-sizing: padding-box;
}

.left {
    float: left;
}

.right {
    float: right;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.text-left {
    text-align: left;
    margin-top: 10px;
    overflow: hidden;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.fixed {
    position: fixed;
}

.border-gray {
    border: solid 1px #efefef;
}

.border-left-gray {
    border-left: solid 1px #efefef;
}

.border-right-gray {
    border-right: solid 1px #efefef;
}

.border-top-gray {
    border-top: solid 1px #efefef;
}

.border-bottom-gray {
    border-bottom: solid 1px #efefef;
}

.border-ring {
    border-radius: 100%;
}

.margin-none {
    margin: 0;
}

.margin-left-none {
    margin-left: 0;
}

.margin-right-none {
    margin-right: 0;
}

.margin-top-none {
    margin-top: 0;
}

.margin-bottom-none {
    margin-bottom: 0;
}

.padding-none {
    padding: 0;
}

.padding-left-none {
    padding-left: 0;
}

.padding-right-none {
    padding-right: 0;
}

.padding-top-none {
    padding-top: 0;
}

.padding-bottom-none {
    padding-bottom: 0;
}

.hide {
    display: none;
}

.ellipsis {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.content {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 10px;
}

    .content:after {
        content: '';
        clear: both;
        display: block;
    }

    .content .center {
        width: 1200px;
        margin: 0 auto;
    }

.hot {
    background: url(../image/icon.png) -213px -208px no-repeat;
    display: inline-block;
    width: 31px;
    height: 14px;
    vertical-align: middle;
}

.pointer {
    cursor: pointer;
}

.bg-yellow {
    background-color: #ff9d00;
}

.fg-yellow {
    color: #ff9d00;
}

.bg-white {
    background-color: #fff;
}

.fg-white {
    color: #fff;
}

.content div {
    width: 100%;
}

.mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    background-color: rgba(0,0,0,.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
    text-align: center;
    display: none;
}

.line {
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: -1px;
    left: 0;
}
/*#endregion */

/*#region 公用各种组件 */
/*#region 抬头状态栏 */
.head-status {
    top: 0;
    background-color: #fafafa;
    width: 100%;
    text-align: center;
    border-bottom: solid 1px #dfdfdf;
    z-index: 9999;
}

.head-status-height {
    height: 36px;
}

.head-status .header {
    width: 1200px;
    margin: 0 auto;
}

    .head-status .header .right {
        display: none;
    }

    .head-status .header .block {
        line-height: 36px;
    }

        .head-status .header .block a {
            padding: 0 10px;
            font-size: 12px;
            z-index: 3;
            overflow: hidden;
            color: #666;
            display: block;
        }

        .head-status .header .block .download {
            left: -4px;
            position: absolute;
            top: 33px;
            display: none;
            width: 178px;
            height: 238px;
            z-index: 2;
            background: url(../image/qr-code.png) no-repeat;
        }

em {
    font-style: normal;
}

.down_wei {
    left: -4px;
    position: absolute;
    top: 33px;
    display: none;
    height: 123px;
    width: 123px;
    z-index: 2;
    background: url(../image/qr-code.png) no-repeat;
    background-size: 123px 123px;
}


.head-status .header .block a:before {
    display: -webkit-inline-box;
    display: inline-block;
    margin-right: 2px;
    content: '';
    vertical-align: middle;
}

.index_logo {
    background: url(../image/icon.png) 0px -1px no-repeat;
    width: 18px;
    height: 17px;
    float: left;
    margin: 10px 10px 0 0;
}

.meiapp_logo {
    background: url(../image/icon.png) 0px -31px no-repeat;
    width: 16px;
    height: 17px;
    float: left;
    margin: 10px 10px 0 0;
}

.weinumber_logo {
    background: url(../image/icon.png) 0px -63px no-repeat;
    width: 18px;
    height: 14px;
    float: left;
    margin: 12px 10px 0 0;
}

.head-status .header .block a.hospital:before {
    background: url(../image/icon.png) 0px -92px no-repeat;
    width: 19px;
    height: 18px;
    margin-top: -4px;
}

.head-status .header .block a.doctor:before {
    background: url(../image/icon.png) 0px -124px no-repeat;
    width: 17px;
    height: 15px;
    margin-top: -2px;
}

.head-status .header .block a.login:before {
    background: url(../image/icon.png) 0px -154px no-repeat;
    width: 17px;
    height: 16px;
    margin-top: -2px;
}
/*#endregion */

/*#region 右侧浮动线 */
.drift {
    top: 36px;
    right: 0;
    width: 6px;
    height: 100%;
    z-index: 9999;
    line-height: 36px;
    font-size: 13px;
}

    .drift .panel {
        bottom: 350px;
        right: 6px;
        width: 36px;
        height: auto;
    }

        .drift .panel .block {
            height: 36px;
            margin-bottom: 1px;
            background-color: #ff9d00;
            background-image: url(../image/icon.png);
            background-repeat: no-repeat;
            cursor: pointer;
        }

        .drift .panel .msg {
            background-position: -29px -30px;
        }

        .drift .panel .weixin {
            background-position: -28px -65px;
        }

        .drift .panel .app {
            background-image: none;
            display: block;
            color: #fff;
        }

    .drift .back2top {
        bottom: 36px;
        right: 6px;
        width: 36px;
        height: 36px;
        background: url(../image/icon.png) -31px -94px no-repeat #ff9d00;
        cursor: pointer;
    }

        .drift .back2top:hover {
            background-image: none;
            -moz-animation: drift-width 0.5s linear forwards;
            -o-animation: drift-width 0.5s linear forwards;
            -webkit-animation: drift-width 0.5s linear forwards;
            animation: drift-width 0.5s linear forwards;
        }

            .drift .back2top:hover::after {
                content: '返回顶部';
                width: 100%;
                display: block;
            }

@-moz-keyframes drift-width {
    from {
        width: 36px;
    }

    to {
        width: 72px;
    }
}

@-webkit-keyframes drift-width {
    from {
        width: 36px;
    }

    to {
        width: 72px;
    }
}

@keyframes drift-width {
    from {
        width: 36px;
    }

    to {
        width: 72px;
    }
}
/*#endregion */

/*#region nav导航 */
.nav {
    height: 100px;
    width: 100%;
    text-align: center;
    background-color: #fff;
    overflow: hidden;
}

    .nav .nav-panel {
        width: 1200px;
        height: 100%;
        margin: 0 auto;
    }

        .nav .nav-panel a.logo {
            height: 100%;
        }

        .nav .nav-panel .main {
            height: 58px;
            margin: 21px 50px 21px 10px;
            font-size: 18px;
        }

            .nav .nav-panel .main .block.down-block {
                cursor: pointer;
            }

            .nav .nav-panel .main .block .down {
                vertical-align: middle;
            }

            .nav .nav-panel .main .block {
                text-align: left;
            }

                .nav .nav-panel .main .block.more-builty {
                    background: url(../image/more-builty.png) bottom center no-repeat;
                    height: 34px;
                    width: 122px;
                    margin-top: 14px;
                }

        .nav .nav-panel .list {
            width: auto;
            padding: 0 12px;
            height: 68px;
            margin-top: 32px;
            display: inline-block;
            line-height: 68px;
            color: #333;
            font-size: 18px;
            float: left;
        }

            .nav .nav-panel .list:hover {
                text-decoration: none;
                color: #fff;
                background-color: #ff9d00;
            }

            .nav .nav-panel .list.active {
                color: #fff;
                background-color: #ff9d00;
            }

        .nav .nav-panel .qr-code {
            width: 80px;
            height: 80px;
            margin: 10px 0 0 21px;
            display: inline-block;
            float: left;
        }

            .nav .nav-panel .qr-code img {
                width: 100%;
                height: 100%;
            }

        .nav .nav-panel .app {
            width: 100px;
            height: 60px;
            margin-top: 20px;
            display: inline-block;
            float: right;
        }
/*#endregion */

/*#region Address */
.addr {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10001;
}

.address {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 58px 0 0 280px;
}

    .address .top {
        width: 96px;
        height: 32px;
        background-color: #fff;
        border: solid 1px #d2d2d2;
        border-bottom: none;
        position: relative;
        color: #ff9d00;
        font-size: 18px;
        line-height: 32px;
        text-align: center;
    }

        .address .top img {
            vertical-align: middle;
            margin-left: 5px;
            -moz-transform: rotate3d(0,0,1,180deg);
            -ms-transform: rotate3d(0,0,1,180deg);
            -o-transform: rotate3d(0,0,1,180deg);
            -webkit-transform: rotate3d(0,0,1,180deg);
            transform: rotate3d(0,0,1,180deg);
        }

    .address .bottom {
        width: 544px;
        background-color: #fff;
        border: solid 1px #d2d2d2;
        box-shadow: 12px 12px 12px rgba(14,5,10,.14);
        padding-bottom: 20px;
    }

        .address .bottom .hot-city {
            padding: 15px;
            padding-bottom: 5px;
            height: auto;
            font-size: 14px;
            line-height: 18px;
        }

            .address .bottom .hot-city .title {
                height: 18px;
                color: #999;
            }

            .address .bottom .hot-city .city {
                color: #666;
                height: auto;
                margin-top: 10px;
            }

                .address .bottom .hot-city .city a {
                    display: inline-block;
                    margin: 0 8px 10px 0;
                }

                    .address .bottom .hot-city .city a:hover {
                        color: #ff9900;
                    }

        .address .bottom .cont {
            width: 100%;
            overflow: hidden;
        }

            .address .bottom .cont .tab {
                color: #999;
                font-size: 13px;
                line-height: 2;
                margin-left: 17px;
                height: 28px;
            }

            .address .bottom .cont .block {
                padding: 0 12px;
                float: left;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                position: relative;
                margin-right: 10px;
                cursor: pointer;
            }

                .address .bottom .cont .block.hover {
                    border-top: solid 2px #ff9d00;
                    border-left: solid 1px #dedede;
                    border-right: solid 1px #dedede;
                }

            .address .bottom .cont .list {
                border-top: solid 1px #dedede;
                width: 100%;
                overflow: hidden;
                font-size: 14px;
            }

                .address .bottom .cont .list .blogF {
                    -moz-transition: all 1s;
                    -o-transition: all 1s;
                    -webkit-transition: all 1s;
                    transition: all 1s;
                }

                .address .bottom .cont .list .blog {
                    width: 544px;
                    float: left;
                    margin-right: 0;
                    -moz-box-sizing: border-box;
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
                    padding: 10px 20px 0 20px;
                }

                    .address .bottom .cont .list .blog ul {
                        margin: 0;
                        padding: 0;
                        width: 100%;
                        list-style: none;
                    }

                        .address .bottom .cont .list .blog ul li {
                            width: 100%;
                            color: #666;
                            line-height: 2;
                        }

                            .address .bottom .cont .list .blog ul li a:hover {
                                color: #ff9900;
                            }

                            .address .bottom .cont .list .blog ul li .yellow {
                                color: #ff9d00;
                            }

                            .address .bottom .cont .list .blog ul li div {
                                display: inline-block;
                                width: 490px;
                            }

                            .address .bottom .cont .list .blog ul li a {
                                margin-left: 10px;
                                display: inline-block;
                            }

                            .address .bottom .cont .list .blog ul li span {
                                margin-right: 4px;
                                display: inline-block;
                                width: 10px;
                                vertical-align: top;
                            }
/*#endregion */

/*#region 页脚 */
.content.footer {
    background-color: #414450;
    margin-top: 40px;
}

.footer .cont {
    height: 230px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 29px;
    border-bottom: solid 1px #545762;
}

    .footer .cont .panel {
        width: 1200px;
        margin: 0 auto;
    }

        .footer .cont .panel > .left {
            width: 70%;
        }

        .footer .cont .panel .left .block {
            width: auto;
            float: left;
            margin-right: 46px;
        }

            .footer .cont .panel .left .block ul li a:hover {
                color: #fff;
            }

            .footer .cont .panel .left .block ul {
                margin: 0;
                padding: 0;
                line-height: 30px;
                font-size: 15px;
                list-style: none;
                color: #999;
            }

                .footer .cont .panel .left .block ul a {
                    color: #999;
                }

                .footer .cont .panel .left .block ul .title {
                    line-height: 40px;
                    font-size: 16px;
                    color: #ccc;
                }

        .footer .cont .panel .right {
            width: 30%;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            /*padding-right: 106px;*/
            font-size: 16px;
            color: #ccc;
            line-height: 40px;
        }

            .footer .cont .panel .right > div {
                -ms-flex-flow: row wrap;
                -webkit-flex-flow: row wrap;
                flex-flow: row wrap;
                -ms-align-content: flex-start;
                -webkit-align-content: flex-start;
                align-content: flex-start;
            }

            .footer .cont .panel .right .care {
                width: 66px;
                margin-right: 65px;
            }

            .footer .cont .panel .right .title {
                height: 40px;
                margin-bottom: 7px;
            }

                .footer .cont .panel .right .title a {
                    color: #ccc;
                }

            .footer .cont .panel .right .care .block {
                float: left;
                background-image: url(../image/icon.png);
                background-repeat: no-repeat;
                width: 26px;
                height: 26px;
                margin-bottom: 10px;
                cursor: pointer;
                margin-right: 4px;
            }

            .footer .cont .panel .right .care .weibo {
                background-position: -75px 0;
            }

            .footer .cont .panel .right .care .kongjian {
                background-position: -75px -41px;
            }

            .footer .cont .panel .right .care .tweibo {
                background-position: -75px -82px;
            }

            .footer .cont .panel .right .care .code {
                background-position: -75px -123px;
            }

            .footer .cont .panel .right .download {
                width: 127px;
            }

                .footer .cont .panel .right .download .code {
                    background: url(../image/qr-code.png) no-repeat;
                }

.footer .desc {
    height: 138px;
    width: 1200px;
    margin: 0 auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    justify-content: flex-start;
    -ms-align-content: center;
    -webkit-align-content: center;
    align-content: center;
    font-size: 14px;
    color: #999;
    padding-top: 29px;
    line-height: 24px;
}

    .footer .desc .foot-logo {
        width: 264px;
        height: 48px;
        background-image: url(../image/foot-logo.png);
    }

    .footer .desc .foot-logo-yimei {
        width: 264px;
        height: 48px;
    }

    .footer .desc .text {
        width: auto;
        margin-left: 46px;
    }

        .footer .desc .text p {
            margin: 0;
        }

.fonter_eq {
    margin-top: 12px;
    width: 119px;
    height: 119px;
}

    .fonter_eq img {
        width: 100%;
    }
/*#endregion */

/*#region 没有搜索到消息的提示框 */

.message_box {
    width: 900px;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #999;
}

    .message_box .error_img {
        left: 50%;
        margin-left: -239px;
        margin-top: 92px;
        width: 477px;
        height: 459px;
        background-image: url(../image/error_03.png);
    }

/*#endregion */
.detail_right {
    width: 270px;
    float: right;
    margin-top: 36px;
}

/*#region 内页右侧医生 */

/*#region doctor */
.yisheng, .yiyuan {
    border: 1px solid #e7e7e7;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 20px;
}

.re_doctor {
    width: 100%;
    overflow: hidden;
}

.doc_title {
    width: 100%;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #e7e7e7;
}

    .doc_title span {
        margin-left: 13px;
    }

.doc_list {
    width: 100%;
    overflow: hidden;
}

    .doc_list li {
        padding: 10px 0;
        margin: 0 13px;
        border-bottom: 1px dashed #e3e3e3;
        overflow: hidden;
    }

        .doc_list li a {
            display: block;
            width: 100%;
            overflow: hidden;
        }

        .doc_list li:last-child {
            border-bottom: none;
        }

    .doc_list .doctors {
        float: left;
        width: 64px;
        height: 64px;
        border-radius: 100%;
        overflow: hidden;
    }

.doctors img {
    width: 100%;
}

.doc_list .doctors_js {
    float: left;
    margin-left: 14px;
    overflow: hidden;
}

.doctors_js .doctor_name {
    display: block;
    font-size: 14px;
    line-height: 34px;
    color: #333;
    height: 34px\0;
    overflow: hidden;
}

    .doctors_js .doctor_name img {
        margin-left: 5px;
    }

.doctors_js .doctor_zs {
    display: block;
    font-size: 13px;
    color: #999;
    width: 150px;
}

.doctor_zs:hover {
    color: #ff9900;
}
/*#endregion */


/*#endregion */
/*#region 内页右侧医院 */

/*#region yiyuan */

.yiyuan {
    width: 270px;
}

    .yiyuan .cont {
        padding: 10px 10px 10px 15px;
        font-size: 14px;
        line-height: 18px;
        color: #333;
    }

.blocks {
    display: block;
}

.yiyuan .cont .block {
    margin: 10px 0;
    height: 60px;
}

    .yiyuan .cont .block .left {
        width: 60px;
        height: 100%;
    }

        .yiyuan .cont .block .left img {
            width: 100%;
            height: 100%;
        }

        .yiyuan .cont .block .left .label {
            color: #fff;
            font-size: 12px;
            top: 0;
            left: 0;
            width: 15px;
            height: 20px;
            border-bottom-right-radius: 100%;
        }

    .yiyuan .cont .block .right {
        width: 170px;
    }

        .yiyuan .cont .block .right .title {
            color: #333;
            font-size: 14px;
        }

        .yiyuan .cont .block .right .fensu {
            float: left;
        }

            .yiyuan .cont .block .right .fensu .yellows {
                color: #ff9d00;
            }

.mt10 {
    margin-top: 10px;
}

.yiyuan .cont .block .right .shuzi {
    font-size: 14px;
    color: #333;
}

.yiyuan .cont .block .right .stars {
    display: block;
    float: left;
    width: 81px;
    height: 15px;
    background: #d7d7d7;
    margin-left: 18px;
}

.star_logo {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 81px;
    height: 15px;
    background-image: url(../image/tao_details_02.png);
    z-index: 2;
}

.jidu {
    width: 100%;
    top: 0;
    left: 0;
    background: #ffc000;
    z-index: 1;
    display: block;
    height: 15px;
}
/*#endregion */

/*#endregion */
/*#region 内页右侧美呗咨询师 */

/*#region 咨询师 */

.zixun {
    width: 270px;
    height: 173px;
    background: url(../image/s-zf1.png);
    margin-top: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}
/*#endregion */

/*#endregion */
/*#region 内页右侧information */

/*#region 热点新闻 */

.hot_newse {
    width: 270px;
    margin-top: 27px;
    overflow: hidden;
}

    .hot_newse .new_li {
        width: 100%;
        overflow: hidden;
        border-bottom: solid 1px #eee;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .hot_newse .new_li .li_one {
            float: left;
            font-size: 16px;
            color: #999;
            cursor: pointer;
            padding: 10px 0;
            overflow: hidden;
            width: 74px;
            margin-right: 35px;
        }

            .hot_newse .new_li .li_one.check {
                border-bottom: 3px solid #ff9d00;
                color: #4d4d4d;
                font-weight: bold;
            }

    .hot_newse .bag {
        width: 810px;
        -moz-transition: all 500ms linear;
        -o-transition: all 500ms linear;
        -webkit-transition: all 500ms linear;
        transition: all 500ms linear;
    }

    .hot_newse .wenzi {
        width: 270px;
        font-size: 14px;
        color: #666;
        line-height: 24px;
        margin-top: 10px;
        display: none;
    }

        .hot_newse .wenzi > li {
            width: 100%;
            margin: 10px 0;
            overflow: hidden;
        }

        .hot_newse .wenzi a {
            display: inline-block;
            width: 190px;
            color: #666;
        }

            .hot_newse .wenzi a:hover {
                color: #ff9900;
            }

        .hot_newse .wenzi .point {
            vertical-align: top;
            margin-right: 5px;
        }

        .hot_newse .wenzi .time {
            display: block;
            color: #ccc;
            font-size: 12px;
        }
/*#endregion */

/*#endregion */
/*#region 内页右侧二维码 */

/*#region 二维码 */
.erwei {
    width: 270px;
    height: 320px;
    background-image: url( ../image/erwei.png);
    margin-top: 18px;
    border-radius: 5px;
}


/*#endregion */

/*#endregion */

/*#region 活动页面右侧分享日志 */

/*#region 分享日记*/
.share_diary {
    width: 100%;
    *width: 99% !important;
    border: 1px solid #e7e7e7;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 20px;
}

.doctors_list {
    *width: 268px !important;
}

.share_diary .re_doctor {
    width: 100%;
    overflow: hidden;
}

    .share_diary .re_doctor .doc_title {
        width: 100%;
        height: 46px;
        line-height: 46px;
        font-size: 16px;
        color: #333;
        border-bottom: 1px solid #e7e7e7;
    }

.share_diary .doc_lists {
    width: 100%;
    overflow: hidden;
}

    .share_diary .doc_lists li.lists {
        padding: 20px 0;
        margin: 0 13px;
        border-bottom: 1px dashed #e3e3e3;
        overflow: hidden;
    }

.doc_lists .list_name {
    width: 100%;
    overflow: hidden;
}

.list_name .photo_left {
    display: block;
    float: left;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    overflow: hidden;
}

    .list_name .photo_left img {
        width: 100%;
        height: 100%;
    }

.list_name .name_right {
    float: left;
    margin-left: 11px;
}

.name_right .right_one {
    display: block;
    font-size: 14px;
    color: #666;
}

.right_one:hover {
    color: #ff9900;
}

.name_right .right_two {
    display: block;
    font-size: 12px;
    color: #999;
    margin-top: 3px;
}

    .name_right .right_two img {
        float: left;
        width: 12px;
        height: 12px;
        margin: 2px 6px 0 0;
    }

.doc_lists .list_text {
    width: 100%\0;
    display: block;
    line-height: 20px;
    font-size: 13px;
    color: #999;
    margin-top: 13px;
}

.list_text:hover {
    color: #ff9900;
}

.doc_lists .zs_photo {
    width: 100%;
    margin-top: 14px;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-align-content: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
}

    .doc_lists .zs_photo li.imgs {
        float: left;
        margin: 0 3px 3px 0;
        width: 117px;
        height: 117px;
        overflow: hidden;
    }

        .doc_lists .zs_photo li.imgs a {
            display: block;
            width: 100%;
            height: 100%;
            overflow: hidden;
        }

            .doc_lists .zs_photo li.imgs a img {
                width: 100%;
                height: 100%;
            }

.share_diary .look_more {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    color: #666;
}

    .share_diary .look_more:hover {
        color: #ff9900;
    }
/*#endregion */

/*#endregion */
/*#region 活动页面右侧销量排行 */

/*#region 销量排行 */
.sales_volume {
    width: 270px;
    *width: 268px !important;
    border: 1px solid #e7e7e7;
    box-sizing: border-box;
    margin-top: 30px;
}

    .sales_volume .re_doctor {
        width: 100%;
        overflow: hidden;
    }

.re_doctor .doc_title {
    width: 100%;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #e7e7e7;
}

.sales_volume .cont {
    display: block;
    padding: 10px 10px 10px 15px;
    font-size: 14px;
    line-height: 18px;
    color: #333;
    cursor: pointer;
}

    .sales_volume .cont:hover {
        background-color: #f4f4f4;
    }

    .sales_volume .cont .block {
        margin: 10px 0;
        height: 60px;
    }

        .sales_volume .cont .block .left {
            width: 60px;
            height: 100%;
        }

            .sales_volume .cont .block .left img {
                width: 100%;
                height: 100%;
            }

            .sales_volume .cont .block .left .label {
                color: #fff;
                font-size: 12px;
                top: 0;
                left: 0;
                width: 15px;
                height: 20px;
                border-bottom-right-radius: 100%;
            }

        .sales_volume .cont .block .right {
            width: 170px;
        }

            .sales_volume .cont .block .right .title {
                color: #333;
                font-size: 14px;
                height: 36px;
                overflow: hidden;
            }

.mt10 {
    margin-top: 6px;
}

.sales_volume .cont .block .right .mt10 {
    font-size: 16px;
}

    .sales_volume .cont .block .right .mt10 .yellows {
        color: #ff9d00;
    }

    .sales_volume .cont .block .right .mt10 .undeline {
        display: inline-block;
        font-size: 13px;
        text-decoration: line-through;
        color: #b8b8b8;
        margin-left: 4px;
    }
/*#endregion */

/*#endregion */

/*#region 客态日记内页右边最上方电话咨询 */
.look_map {
    color: #666;
}

.telephone_counseling {
    padding: 20px 0;
    border: 1px solid #e7e7e7;
    box-sizing: border-box;
}

.counselie_box {
    width: 180px;
    margin-left: 37px;
    *left: 37px !important;
}

    .counselie_box .hospital_name {
        display: block;
        font-size: 14px;
        color: #333;
    }

        .counselie_box .hospital_name:hover {
            color: #ff9900;
        }

    .counselie_box .hospital_rank {
        display: block;
        font-size: 14px;
        color: #999;
        margin-top: 10px;
    }

    .counselie_box .start_level {
        font-size: 13px;
        color: #666;
        margin-top: 13px;
        overflow: hidden;
    }

.start_level span {
    display: block;
    float: left;
}

.stars {
    display: block;
    float: left;
    width: 81px;
    height: 15px;
    margin: 2px 5px 0 5px;
    background: #d7d7d7;
}

    .stars .star_logo {
        position: absolute;
        display: block;
        left: 0;
        top: 0;
        width: 81px;
        height: 15px;
        background-image: url(https://cdn-gw.meb.com/image/pc/tao_details_02.png);
        z-index: 2;
    }

    .stars .jidu {
        width: 100%;
        top: 0;
        left: 0;
        background: #ffc000;
        z-index: 1;
        display: block;
        height: 15px;
    }

.counselie_box .comprehensive {
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
}

.xiaoguo {
    padding: 0 16px;
    border-right: 1px dashed #ccc;
    float: left;
    font-size: 12px;
    text-align: center;
}

    .xiaoguo span {
        display: block;
    }

.borderno {
    border: none;
}

.counselie_box .map_address {
    width: 100%;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
    color: #999;
    margin-top: 14px;
    max-height: 38px;
}

.map_address .addree_logo {
    float: left;
    width: 14px;
    height: 14px;
}

.addree_logo .look_map {
    color: #666;
}

.look_map:hover {
    color: #ff9900;
}

.counselie_box .counse_doction {
    overflow: hidden;
}

.yis_box {
    display: block;
    margin-top: 10px;
    overflow: hidden;
    padding: 20px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.counse_doction .coun_yisheng {
    position: relative;
    left: 50%;
    margin-left: -37px;
    width: 74px;
    height: 74px;
    border: 1px solid #ccc;
    border-radius: 100%;
    overflow: hidden;
}

    .counse_doction .coun_yisheng img {
        width: 100%;
        height: 100%;
    }

.yis_box .dengji {
    width: 17px;
    height: 17px;
    line-height: 17px;
    background-color: #ff9900;
    color: #fff;
    font-size: 16px;
    right: 58px;
    bottom: 20px;
    border-radius: 100%;
}

.counse_doction .coun_text {
    text-align: center;
    margin-top: 8px;
    font-size: 15px;
    color: #333;
}

.meopei_kf {
    display: block;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 5px;
    color: #cc9900;
    font-size: 14px;
    border: 1px solid #ff9900;
    margin-top: 20px;
    cursor: pointer;
}

.tele_box {
    width: 100%;
    overflow: hidden;
    font-size: 13px;
    margin-top: 14px;
}

    .tele_box span {
        display: block;
        line-height: 20px;
    }

.tele1 {
    color: #666;
}

.tele2 {
    color: #ff9900;
}
/*#endregion */
/*#region 搜索页面右侧最下面app下载 */
.dowmload_app {
    margin-top: 30px;
    width: 270px;
    height: 121px;
    background-image: url(https://cdn-gw.meb.com/image/pc/app.jpg);
}

    .dowmload_app .load {
        display: block;
        width: 106px;
        height: 30px;
        right: 43px;
        bottom: 32px;
    }
/*#endregion */
/*#region 分页 */
.paging {
    overflow: hidden;
    float: left;
    position: relative;
    right: 50%;
    padding: 6px;
}

    .paging .first_page, .paging .last_page {
        float: left;
        width: 40px;
        height: 24px;
        line-height: 24px;
        border-radius: 5px;
        background-color: #b5b5b5;
        font-size: 12px;
        text-align: center;
        color: #fff;
    }

        .paging .first_page a, .paging .last_page a {
            color: #fff;
        }

    .paging .next_page, .paging .behind_page {
        float: left;
        width: 52px;
        height: 24px;
        line-height: 24px;
        border-radius: 5px;
        background-color: #b5b5b5;
        font-size: 12px;
        text-align: center;
        color: #fff;
    }

.ml9 {
    margin-left: 9px;
}

.mr9 {
    margin-right: 9px;
}

.paging .yellow {
    background-color: #FF5959;
    color: #fff;
}

.paging .unmber_ul {
    float: left;
    overflow: hidden;
}

    .paging .unmber_ul li {
        padding: 0 8px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        float: left;
        margin: 0 8px;
        border-radius: 5px;
    }

        .paging .unmber_ul li a {
            display: block;
            width: 100%;
        }

        .paging .unmber_ul li:hover {
            background-color: #FF5959;
            color: #fff;
        }
/*#endregion */
/*#region 下载app过渡页 */
.app_load {
    position: absolute;
    left: 50%;
    margin-left: -269px;
    width: 537px;
    height: 323px;
    z-index: 220000;
    background-image: url(../image/app_load_bg.png);
    display: none;
}

    .app_load .choess_box {
        width: 288px;
        height: 59px;
        margin-top: 241px;
        margin-left: 127px;
    }

        .app_load .choess_box .call_off, .app_load .choess_box .sure {
            width: 119px;
            height: 59px;
        }

            .app_load .choess_box .sure a {
                width: 100%;
            }
/*#endregion */

/*#region 日记部分相同列表 */




/*#endregion */
/*#endregion */

/*#region 首页各种组件 */
/*#region Banner */
.banner {
    width: 100%;
    height: 420px;
    overflow: hidden;
}

    .banner .pic-list {
        position: relative;
        width: 1920px;
        height: 100%;
        margin: 0;
        padding: 0;
    }

        .banner .pic-list .left {
            width: 100%;
            height: 100%;
            overflow: hidden;
            /*display: block;*/
            display: none;
        }

            .banner .pic-list .left.active {
                display: block;
            }

            .banner .pic-list .left img {
                width: 100%;
            }

            .banner .pic-list .left.active img {
                -moz-animation: banner 4s;
                -o-animation: banner 4s;
                -webkit-animation: banner 4s;
                animation: banner 4s;
            }

            .banner .pic-list .left.opacity img {
                -moz-animation: hide 1s 4s;
                -o-animation: hide 1s 4s;
                -webkit-animation: hide 1s 4s;
                animation: hide 1s 4s;
            }

@-moz-keyframes hide {
    from {
        filter: alpha(opacity=100);
        -mos-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }

    to {
        filter: alpha(opacity=0);
        -mos-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }
}

@-webkit-keyframes hide {
    from {
        filter: alpha(opacity=100);
        -mos-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }

    to {
        filter: alpha(opacity=0);
        -mos-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }
}

@keyframes hide {
    from {
        filter: alpha(opacity=100);
        -mos-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }

    to {
        filter: alpha(opacity=0);
        -mos-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }
}

@-moz-keyframes banner {
    from {
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    to {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes banner {
    from {
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    to {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes banner {
    from {
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    to {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.banner .spinner {
    height: 22px;
    bottom: 18px;
    /*left: 865px;*/
    left: 48%;
    border-radius: 22px;
    padding: 0 10px;
    background-color: rgba(255,255,255,.3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4Cf9f9f9,endColorstr=#4Cf9f9f9);
}

    .banner .spinner .point {
        float: left;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        margin: 4px 5px;
        cursor: pointer;
        background-color: #fff;
    }

        .banner .spinner .point.active {
            background-color: #ff9d00;
        }

#serch {
    _background-color: #A8A4A1;
}

.banner .searchbox {
    width: 430px;
    height: 140px;
    top: 140px;
    right: 10%;
    background-color: rgba(0,0,0,.3);
    _background-color: #A8A4A1;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 18px;
    /*z-index: 20;*/
    behavior: url(https://cdn-gw.meb.com/Contents/styles/iecss3.htc);
    /*behavior:url(/Contents/styles/PIE.htc);*/
}

.hovds {
    position: absolute;
    z-index: 9999;
    right: 36px;
    top: 48px;
    left: auto;
    width: 123px;
    height: 123px;
}

form.input {
    *margin-top: 0 !important;
    margin-top: 0 \0;
}

.banner .searchbox .title {
    font-size: 18px;
    color: #fff;
    height: 53px;
    _height: 40px;
    line-height: 60px;
    _line-height: 40px;
}

.banner .searchbox .input {
    width: 100%;
    color: #999;
    font-size: 16px;
    height: 46px;
}

#keyword {
    _width: 330px;
    _height: 44px;
}

.sub {
    _width: 45px;
    _height: 45px;
    _border: none;
    _border-radius: 5px;
    _background: #ff9d00 url(../image/icon.png) -24px 10px no-repeat;
}

.banner .searchbox .input input[type=text] {
    float: left;
    width: 330px;
    height: 46px;
    line-height: 46px;
    border-radius: 5px;
    border: none;
    outline: none;
    background-color: #fff;
    padding: 0 15px;
    font-size: 14px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.banner .searchbox .input input[type=submit] {
    cursor: pointer;
    width: 45px;
    height: 45px;
    float: right;
    border-style: none;
    border-radius: 5px;
    background: #ff9d00 url(../image/icon.png) -24px 10px no-repeat;
}

.banner .project {
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    line-height: 38px;
    *line-height: 30px !important;
}

    .banner .project ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .banner .project ul li {
            margin-right: 10px;
            display: inline;
        }

            .banner .project ul li a {
                color: #fff;
            }

                .banner .project ul li a:hover {
                    text-decoration: underline;
                }
/*#endregion */

/*#region 首页项目广告 */
.content .project {
    width: 1200px;
    height: 366px;
    margin: 0 auto;
    overflow: hidden;
}

.absoluteT .le {
    _width: 220px;
    *overflow: hidden;
    _float: left;
    _background-color: #595959;
}

.absoluteT .block .left {
    _float: left;
    _width: auto;
}

.absoluteT .block .right {
    _float: right;
    _width: auto;
}

.ri .size1 {
    _width: 471px;
    _float: left;
}

.ri .size2 {
    _width: 244px;
    _float: left;
}

.ri .size3 {
    height: 364px;
    width: 245px;
    _float: right;
}

.ri .left {
    _float: left;
    _width: 74%;
}

.ri .right {
    _float: right;
    _width: 20%;
}

.ri .block {
    _height: 180px;
}

.le .block {
    _height: 20%;
}

.le a {
    _color: #fff;
}

.le .left {
    _width: 35px;
    _height: 100%;
}

.le .right {
    _margin-left: 10px;
    _width: 155px;
}

.le .les {
    _background: rgba(0, 0, 0, 0) url(../image/icon.png) no-repeat scroll 142px center;
    _color: #fff;
    _font-size: 15px;
    _height: 100%;
    _overflow: hidden;
}

.les .title {
    _height: 50%;
}

.les .list {
    _color: #fff;
    _font-size: 15px;
    _height: 35px;
    _overflow: hidden;
}

.absoluteT .ri {
    _width: 970px;
    _float: right;
    _margin-left: 0px;
}

.absoluteT .absolute {
    background: #fff;
}

.project > .left {
    width: 220px;
    overflow: hidden;
    background-color: #595959;
}

    .project > .left .block {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 20%;
        padding: 2px;
        border-bottom: #6a6a6a solid 1px;
        overflow: hidden;
    }

        .project > .left .block > .absolute {
            *width: 978px !important;
            *height: 364px !important;
            width: 980px;
            height: 366px;
            left: 220px;
            top: 0;
            background-color: #fff;
            border: solid 1px #f3f3f3;
            display: none;
            z-index: 99;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        .project > .left .block:hover > .absolute {
            display: block;
            -moz-animation: project-absolute 0.5s linear;
            -o-animation: project-absolute 0.5s linear;
            -webkit-animation: project-absolute 0.5s linear;
            animation: project-absolute 0.5s linear;
        }

        .project > .left .block > .absolute > .left {
            width: 736px;
            border-right: solid 1px #f3f3f3;
            font-size: 13px;
        }

            .project > .left .block > .absolute > .left > div {
                height: 50%;
                *height: 165px !important;
                overflow: hidden;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                padding: 0 13px 0 27px;
                padding: 0 6px 0 13px \0;
                float: left;
                -ms-flex-flow: row nowrap;
                -webkit-flex-flow: row nowrap;
                flex-flow: row nowrap;
                justify-content: space-between;
                align-items: flex-start;
            }

            .project > .left .block > .absolute > .left .top {
                padding-top: 26px;
            }

            .project > .left .block > .absolute > .left .bottom .bl {
                width: 212px;
                width: 30%\0;
                float: left\0;
                margin-right: 18px\0;
                *width: 30% !important;
                *float: left !important;
                *margin-right: 18px !important;
                -ms-flex-flow: column nowrap;
                -webkit-flex-flow: column nowrap;
                flex-flow: column nowrap;
                justify-content: flex-start;
                align-items: flex-start;
                -ms-align-content: flex-start;
                -webkit-align-content: flex-start;
                align-content: flex-start;
                height: auto;
                overflow: hidden;
            }

                .project > .left .block > .absolute > .left .bottom .bl .img {
                    width: 100%;
                    height: 118px;
                    overflow: hidden;
                }

                    .project > .left .block > .absolute > .left .bottom .bl .img img {
                        width: 100%;
                    }

            .project > .left .block > .absolute > .left .bottom .b1:first-child {
                margin-right: 6px\0;
                *margin-right: 6px !important;
            }

            .project > .left .block > .absolute > .left .bottom .b1:last-child {
                margin-left: 6px\0;
                *margin-left: 6px !important;
            }

            .project > .left .block > .absolute > .left .top .bl {
                *float: left;
                *width: 170px;
                width: 190px;
                float: left\0;
                width: 25%\0;
                *float: left !important;
                *width: 25% !important;
                /*width:33.5% !important;*/
                -ms-flex-flow: column nowrap;
                -webkit-flex-flow: column nowrap;
                flex-flow: column nowrap;
                justify-content: flex-start;
                align-items: flex-start;
                -ms-align-content: flex-start;
                -webkit-align-content: flex-start;
                align-content: flex-start;
                height: auto;
                overflow: hidden;
            }

                .project > .left .block > .absolute > .left .top .bl .title {
                    color: #4d4d4d;
                    flex-basis: 30px;
                    font-weight: bold;
                    height: 30px;
                    width: 100%;
                    overflow: hidden;
                    *overflow: hidden;
                }

                    .project > .left .block > .absolute > .left .top .bl .title .hot {
                        vertical-align: baseline;
                        margin-top: 5px;
                        display: inline-block;
                        margin-left: 4px;
                    }

                .project > .left .block > .absolute > .left .top .bl .cont a {
                    display: inline-block;
                    margin-right: 10px;
                    line-height: 25px;
                    color: #999;
                }

            .project > .left .block > .absolute > .left .gray {
                width: 100%;
                height: 131px;
                overflow: hidden;
                color: #999;
            }

                .project > .left .block > .absolute > .left .gray > div {
                    margin-top: 5px;
                }

                    .project > .left .block > .absolute > .left .gray > div:hover {
                        color: #ff9900;
                    }

            .project > .left .block > .absolute > .left .bottom {
                padding-top: 15px;
                border-top: solid 1px #f3f3f3;
                padding-bottom: 14px;
                *width: 721px !important;
            }

            .project > .left .block > .absolute > .left > div > div {
                flex-grow: 1;
            }

            .project > .left .block > .absolute > .left > .left .bottom .cont {
                overflow: hidden;
                -ms-text-overflow: ellipsis;
                -o-text-overflow: ellipsis;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
            }

        .project > .left .block > .absolute > .right {
            width: 240px;
            *width: 240px !important;
            -ms-flex-flow: column nowrap;
            -webkit-flex-flow: column nowrap;
            flex-flow: column nowrap;
            justify-content: space-between;
            -ms-align-content: space-between;
            -webkit-align-content: space-between;
            align-content: space-between;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            /*padding: 10px;*/
            /**padding: 8px !important;*/
        }

            .project > .left .block > .absolute > .right div {
                flex-grow: 0;
                width: 100%;
                height: auto;
                overflow: hidden;
                margin-top: 5px;
            }

            .project > .left .block > .absolute > .right :hover {
                background-color: #f4f4f4;
            }

            .project > .left .block > .absolute > .right div .left {
                width: 55px;
                height: 55px;
            }

                .project > .left .block > .absolute > .right div .left img {
                    width: 100%;
                    height: 100%;
                }

            .project > .left .block > .absolute > .right div .right {
                width: 175px;
            }

                .project > .left .block > .absolute > .right div .right .title {
                    font-size: 14px;
                    color: #333;
                }

                .project > .left .block > .absolute > .right div .right .cont {
                    *height: 31px !important;
                    height: 31px\0;
                    height: 31px;
                    overflow: hidden;
                    font-size: 12px;
                    color: #999;
                    -ms-text-overflow: ellipsis;
                    -o-text-overflow: ellipsis;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                }

                .project > .left .block > .absolute > .right div .right .title a {
                    color: #333;
                }

                .project > .left .block > .absolute > .right DIV .right .cont a {
                    color: #999;
                }

@-moz-keyframes project-absolute {
    from {
        -moz-transform: translate3d(-10px,0,0);
        -ms-transform: translate3d(-10px,0,0);
        -o-transform: translate3d(-10px,0,0);
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0);
    }

    to {
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@-webkit-keyframes project-absolute {
    from {
        -moz-transform: translate3d(-10px,0,0);
        -ms-transform: translate3d(-10px,0,0);
        -o-transform: translate3d(-10px,0,0);
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0);
    }

    to {
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@keyframes project-absolute {
    from {
        -moz-transform: translate3d(-10px,0,0);
        -ms-transform: translate3d(-10px,0,0);
        -o-transform: translate3d(-10px,0,0);
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0);
    }

    to {
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

.project > .left .block:last-child {
    border: none;
}

.project > .left .block:hover {
    background-color: rgba(255, 255, 255, 0.25);
}

.project > .left .block .left {
    width: 35px;
    height: 100%;
    vertical-align: middle;
    justify-content: center;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: center;
}

    .project > .left .block .left img {
        flex-grow: 0;
    }

.project > .left > .block > .right {
    width: 155px;
    width: 191px;
    *width: 212px !important;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: center;
    margin-left: 10px;
    line-height: 1.8;
}

.project > .left .block .right .title a {
    color: #fff;
}

.project > .left .block .right .title {
    color: #fff;
    font-size: 15px;
    background: url(../image/icon.png) 142px center no-repeat;
    height: 35px;
    overflow: hidden;
}

.content div.list {
    overflow: hidden;
}

.project > .left .block .right .title:hover {
    text-decoration: underline;
}

.project > .left .block .right .list a {
    color: #ccc;
    font-size: 12px;
}

    .project > .left .block .right .list a:hover {
        color: #fff;
        text-decoration: underline;
    }

.project > .right {
    width: 970px;
    _width: 970px;
    margin-left: 10px;
    _float: right;
    _margin-left: 0px;
}

    .project > .right .left {
        width: 721px;
        margin-right: 2px;
        overflow: hidden;
    }

    .project > .right .right {
        width: 245px;
    }

    .project > .right .block {
        border: solid 1px #f3f3f3;
        float: left;
        height: 180px;
    }

        .project > .right .block img {
            width: 100%;
        }

        .project > .right .block.margin-left {
            margin-left: 1px;
        }

        .project > .right .block.margin-top {
            margin-top: 2px;
        }

        .project > .right .block.size1 {
            width: 471px;
        }

        .project > .right .block.size2 {
            width: 244px;
        }

        .project > .right .block.size3 {
            width: 245px;
            height: 364px;
        }
/*#endregion */

/*#region 底部推广 */
.spread {
    height: 150px;
    background-color: rgba(23,45,58,.9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5142836,endColorstr=#E5142836);
    bottom: 0;
    left: 0;
    text-align: center;
    z-index: 999;
}

    .spread .cont {
        width: 1200px;
        margin: 0 auto;
    }

    .spread .close {
        background-image: url(../image/close1.png);
        width: 36px;
        height: 36px;
        margin-top: 9px;
        -moz-animation: close-rotate-360-b .5s linear;
        -o-animation: close-rotate-360-b .5s linear;
        -webkit-animation: close-rotate-360-b .5s linear;
        animation: close-rotate-360-b .5s linear;
    }

        .spread .close:hover {
            -moz-animation: close-rotate-360 .5s linear;
            -o-animation: close-rotate-360 .5s linear;
            -webkit-animation: close-rotate-360 .5s linear;
            animation: close-rotate-360 .5s linear;
        }

@keyframes close-rotate-360 {
    0% {
        -moz-transform: rotate3d(0,0,1,0deg);
        -ms-transform: rotate3d(0,0,1,0deg);
        -o-transform: rotate3d(0,0,1,0deg);
        -webkit-transform: rotate3d(0,0,1,0deg);
        transform: rotate3d(0,0,1,0deg);
    }

    100% {
        -moz-transform: rotate3d(0,0,1,180deg);
        -ms-transform: rotate3d(0,0,1,180deg);
        -o-transform: rotate3d(0,0,1,180deg);
        -webkit-transform: rotate3d(0,0,1,180deg);
        transform: rotate3d(0,0,1,180deg);
    }
}

@keyframes close-rotate-360-b {
    0% {
        -moz-transform: rotate3d(0,0,1,180deg);
        -ms-transform: rotate3d(0,0,1,180deg);
        -o-transform: rotate3d(0,0,1,180deg);
        -webkit-transform: rotate3d(0,0,1,180deg);
        transform: rotate3d(0,0,1,180deg);
    }

    100% {
        -moz-transform: rotate3d(0,0,1,0deg);
        -ms-transform: rotate3d(0,0,1,0deg);
        -o-transform: rotate3d(0,0,1,0deg);
        -webkit-transform: rotate3d(0,0,1,0deg);
        transform: rotate3d(0,0,1,0deg);
    }
}

.spread .tree {
    background-image: url(../image/tree.png);
    width: 319px;
    height: 158px;
    margin: -20px 0 0 30px;
}

.spread .text {
    background-image: url(../image/text.png);
    width: 411px;
    height: 90px;
    margin: 29px 0 0 8px;
}

.spread .qr-code {
    width: 83px;
    font-size: 14px;
    color: #ccc;
    height: 115px;
    margin: 11px 0 0 118px;
    line-height: 32px;
}

    .spread .qr-code .code {
        width: 83px;
        height: 83px;
        background-image: url(../image/qr-code.png);
    }

.spread .down {
    width: 126px;
    height: 108px;
    margin: 18px 0 0 39px;
}

    .spread .down .down-text {
        color: #ccc;
        font-size: 16px;
        line-height: 20px;
        height: 20px;
    }

    .spread .down .down-button {
        margin-top: 10px;
        height: 35px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: #aaa 1px solid;
        font-size: 16px;
        border-radius: 35px;
        padding: 5px 9px;
    }

        .spread .down .down-button.android {
            background-color: #f5856f;
        }


        .spread .down .down-button div {
            width: auto;
        }

        .spread .down .down-button .icon {
            margin-right: 5px;
        }

        .spread .down .down-button.iphone .icon {
            width: 21px;
            height: 23px;
            background-image: url(../image/apple.png);
        }

        .spread .down .down-button.android .icon {
            width: 22px;
            height: 24px;
            background-image: url(../image/android1.png);
        }

.spread-close {
    -moz-animation: spread-close 1s linear forwards;
    -o-animation: spread-close 1s linear forwards;
    -webkit-animation: spread-close 1s linear forwards;
    animation: spread-close 1s linear forwards;
}

@-moz-keyframes spread-close {
    0% {
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    10% {
        -moz-transform: translate3d(10%,0,0);
        -ms-transform: translate3d(10%,0,0);
        -o-transform: translate3d(10%,0,0);
        -webkit-transform: translate3d(10%,0,0);
        transform: translate3d(10%,0,0);
    }

    15% {
        -moz-transform: translate3d(10%,0,0);
        -ms-transform: translate3d(10%,0,0);
        -o-transform: translate3d(10%,0,0);
        -webkit-transform: translate3d(10%,0,0);
        transform: translate3d(10%,0,0);
    }

    100% {
        -moz-transform: translate3d(-100%,0,0);
        -ms-transform: translate3d(-100%,0,0);
        -o-transform: translate3d(-100%,0,0);
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }
}

@-webkit-keyframes spread-close {
    0% {
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    10% {
        -moz-transform: translate3d(10%,0,0);
        -ms-transform: translate3d(10%,0,0);
        -o-transform: translate3d(10%,0,0);
        -webkit-transform: translate3d(10%,0,0);
        transform: translate3d(10%,0,0);
    }

    15% {
        -moz-transform: translate3d(10%,0,0);
        -ms-transform: translate3d(10%,0,0);
        -o-transform: translate3d(10%,0,0);
        -webkit-transform: translate3d(10%,0,0);
        transform: translate3d(10%,0,0);
    }

    100% {
        -moz-transform: translate3d(-100%,0,0);
        -ms-transform: translate3d(-100%,0,0);
        -o-transform: translate3d(-100%,0,0);
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }
}

@keyframes spread-close {
    0% {
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -o-transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    10% {
        -moz-transform: translate3d(10%,0,0);
        -ms-transform: translate3d(10%,0,0);
        -o-transform: translate3d(10%,0,0);
        -webkit-transform: translate3d(10%,0,0);
        transform: translate3d(10%,0,0);
    }

    15% {
        -moz-transform: translate3d(10%,0,0);
        -ms-transform: translate3d(10%,0,0);
        -o-transform: translate3d(10%,0,0);
        -webkit-transform: translate3d(10%,0,0);
        transform: translate3d(10%,0,0);
    }

    100% {
        -moz-transform: translate3d(-100%,0,0);
        -ms-transform: translate3d(-100%,0,0);
        -o-transform: translate3d(-100%,0,0);
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }
}
/*#endregion */

/*#region 首页模块标题（例：美淘整形） */
.content .big-title {
    width: 1200px;
    margin: 40px auto 0;
    *z-index: 33333333332 !important;
}

    .content .big-title .main-title {
        font-size: 30px;
        color: #333;
        line-height: 50px;
    }

    .content .big-title .sub-title {
        font-size: 16px;
        color: #878787;
        line-height: 30px;
    }

        .content .big-title .sub-title span {
            display: inline-block;
            border-top: solid 1px #fff;
            margin-top: -1px;
        }

        .content .big-title .sub-title.border-top-gray {
            border-top: solid 1px #e4e4e4;
        }
/*#endregion */

/*#region 美淘模块 */
.m {
    width: 100%;
    height: auto;
    overflow: hidden;
    clear: both;
}

.content {
    overflow: hidden;
}

    .content .home-product {
        width: 1200px;
        margin: 30px auto 0;
        overflow: hidden;
    }

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.content .home-product .nav {
    font-size: 18px;
    color: #535353;
    -ms-flex-flow: row nowrap;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    /*justify-content: center;*/
    -ms-align-content: center;
    -webkit-align-content: center;
    align-content: center;
    border-bottom: #e4e4e4 solid 1px;
    line-height: 42px;
    height: 42px;
    overflow: hidden;
}

    .content .home-product .nav ul {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

.clearfix span a, .sort .sort_list a {
    color: #666;
}

.project_list .list_content .sub-title a, .project_list .list_content .list-ul li a {
    color: #333;
}

.content .home-product .nav li {
    float: left\0;
    width: 130px\0;
    height: 40px\0;
    *float: left !important;
    *width: 130px !important;
    *height: 40px !important;
    _float: left;
    _width: 109px;
    _height: 40px;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
    cursor: pointer;
    position: relative;
}


.sub-cont .left {
    _float: left;
}

.sub-cont .right {
    _float: right;
    _width: 885px;
    _margin-left: 0;
}

.content .home-product .nav li a {
    text-decoration: none;
    color: #333;
}

.content .home-product .nav .active {
    border-bottom: solid 3px #ff9d00;
}

.content .home-product .cont {
    width: 1000%;
    margin-top: 30px;
}

    .content .home-product .cont:after {
        content: '';
        clear: both;
        display: block;
    }

.content .home-product .sub-cont {
    width: 1200px;
    float: left;
    -moz-transition: all 1s linear;
    -o-transition: all 1s linear;
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
}

    .content .home-product .sub-cont .left {
        width: 244px;
        _width: 235px;
    }

        .content .home-product .sub-cont .left .panel {
            background-color: #fdfcfc;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            border: solid 1px #eee;
            padding: 19px;
            *width: 208px !important;
        }

            .content .home-product .sub-cont .left .panel .top {
                font-size: 16px;
                color: #666;
            }

                .content .home-product .sub-cont .left .panel .top .user-head {
                    height: 88px;
                    text-align: center;
                }

                    .content .home-product .sub-cont .left .panel .top .user-head img {
                        width: 88px;
                        border-radius: 88px;
                        margin: 0 auto;
                    }

                .content .home-product .sub-cont .left .panel .top .name {
                    height: 52px;
                    line-height: 52px;
                }

                    .content .home-product .sub-cont .left .panel .top .name:hover {
                        color: #ff9900;
                    }

            .content .home-product .sub-cont .left .panel .bottom {
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                border-top: solid 1px #eee;
                font-size: 14px;
                color: #808080;
                padding-top: 20px;
            }

                .content .home-product .sub-cont .left .panel .bottom:after {
                    content: '';
                    clear: both;
                    display: block;
                }

                .content .home-product .sub-cont .left .panel .bottom .fg-yellow {
                    font-size: 18px;
                }

                .content .home-product .sub-cont .left .panel .bottom > .block {
                    -moz-box-sizing: border-box;
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
                    width: 50%;
                    float: left;
                    line-height: 1.9;
                }

                    .content .home-product .sub-cont .left .panel .bottom > .block a {
                        display: block;
                    }

                        .content .home-product .sub-cont .left .panel .bottom > .block a:hover {
                            color: #ff9900;
                        }

                    .content .home-product .sub-cont .left .panel .bottom > .block .border-left-gray {
                        border-left: solid 1px #eee;
                    }

        .content .home-product .sub-cont .left .list {
            margin-top: 16px;
        }

            .content .home-product .sub-cont .left .list .title {
                height: 42px;
                line-height: 42px;
                color: #333;
                font-size: 16px;
                border-bottom: solid 1px #eee;
            }

            .content .home-product .sub-cont .left .list .sub-list {
                margin-top: 8px;
                color: #828282;
                font-size: 12px;
            }

                .content .home-product .sub-cont .left .list .sub-list:after {
                    content: '';
                    display: block;
                    clear: both;
                }

                .content .home-product .sub-cont .left .list .sub-list .block {
                    padding: 6px 9px;
                    margin: 12px 12px 0 0;
                    float: left;
                    border: solid 1px #eee;
                    display: block;
                    color: #666;
                }

                    .content .home-product .sub-cont .left .list .sub-list .block:hover {
                        color: #ff9d00;
                        border: #ff9d00 solid 1px;
                        text-decoration: none;
                    }

    .content .home-product .sub-cont .right {
        width: 925px;
        _width: 910px;
        _float: right;
        margin-left: 31px;
        _margin-left: 0;
        height: auto;
    }

        .content .home-product .sub-cont .right .blockss {
            width: 216px;
            float: left;
            *float: left !important;
            *margin-right: 10px !important;
            margin-right: 10px;
            -ms-flex-flow: row wrap;
            -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
            justify-content: space-between;
            margin-bottom: 20px;
            min-height: 314px;
        }

            .content .home-product .sub-cont .right .blockss .block {
                display: block;
                font-size: 14px;
                color: #666;
                width: 216px;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                border: solid 1px #eee;
                cursor: pointer;
                float: left;
                margin-right: 19px;
                margin-right: 15px\0;
                margin-bottom: 20px\0;
                *margin-right: 13px !important;
                *margin-bottom: 20px !important;
                _margin-right: 8px;
                _margin-bottom: 20px;
            }

                .content .home-product .sub-cont .right .blockss .block:last-child {
                    margin-right: 0;
                }

                .content .home-product .sub-cont .right .blockss .block:hover {
                    box-shadow: 0 0 8px rgba(14,5,9,.22);
                }

                .content .home-product .sub-cont .right .blockss .block .img-pro {
                    overflow: hidden;
                    height: 216px;
                }

                    .content .home-product .sub-cont .right .blockss .block .img-pro img {
                        width: 100%;
                    }

                .content .home-product .sub-cont .right .blockss .block .name {
                    margin-top: 14px;
                    font-size: 14px;
                    line-height: 18px;
                    height: 36px;
                    padding: 0 10px;
                    text-align: left;
                    width: 91%;
                    overflow: hidden;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    word-break: break-all;
                }

                    .content .home-product .sub-cont .right .blockss .block .name:hover {
                        color: #ff9900;
                    }

                .content .home-product .sub-cont .right .blockss .block .foot {
                    margin: 9px 0 18px;
                }

                    .content .home-product .sub-cont .right .blockss .block .foot:after {
                        content: '';
                        clear: both;
                        display: block;
                    }

                    .content .home-product .sub-cont .right .blockss .block .foot .item {
                        width: 50%;
                        float: left;
                        color: #FF9900;
                    }

                        .content .home-product .sub-cont .right .blockss .block .foot .item .flag {
                            font-size: 12px;
                        }

                        .content .home-product .sub-cont .right .blockss .block .foot .item .money {
                            font-size: 16px;
                        }

                        .content .home-product .sub-cont .right .blockss .block .foot .item .label {
                            height: 18px;
                            line-height: 18px;
                        }

                            .content .home-product .sub-cont .right .blockss .block .foot .item .label .des {
                                width: 34px;
                                padding: 0 6px;
                            }

                            .content .home-product .sub-cont .right .blockss .block .foot .item .label .num {
                                border: #ff9d00 solid 1px;
                                -moz-box-sizing: border-box;
                                -webkit-box-sizing: border-box;
                                box-sizing: border-box;
                                width: 31px;
                            }
/*#endregion */

/*#region 首页热门医生 */
.content .home-doctor {
    width: 1200px;
    margin: 30px auto 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #efefef;
}

    .content .home-doctor:after {
        display: block;
        clear: both;
        content: '';
    }

    .content .home-doctor .block {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 25%;
        height: 160px;
        _height: 120px;
        overflow: hidden;
        float: left;
        border-left: solid 1px #efefef;
        padding: 15px;
        padding: 10px\0;
        *padding: 15px !important;
        _padding: 10px;
        -ms-flex-flow: row nowrap;
        -webkit-flex-flow: row nowrap;
        flex-flow: row nowrap;
        justify-content: flex-start;
        align-items: center;
        cursor: pointer;
        *width: 269px;
        *margin-bottom: 20px;
        _margin-bottom: 10px;
    }

        .content .home-doctor .block:nth-child(4n+1) {
            border-left: none;
        }

        .content .home-doctor .block:nth-child(n+5) {
            border-top: solid 1px #efefef;
        }

        .content .home-doctor .block .doctor-head {
            *float: left;
            width: 100px;
            height: 100px;
            float: left\0;
            *float: left !important;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

            .content .home-doctor .block .doctor-head img {
                border: solid 1px #ececec;
                -moz-border-radius: 100%;
                -webkit-border-radius: 100%;
                border-radius: 100%;
                width: 100%;
                height: 100%;
                behavior: url(https://cdn-gw.meb.com/Content/styles/iecss3.htc);
            }

            .content .home-doctor .block .doctor-head .v {
                width: 19px;
                height: 19px;
                bottom: 4px;
                right: 2px;
            }

        .content .home-doctor .block .doctor-desc {
            width: 150px;
            margin-left: 12px;
            font-size: 13px;
            -ms-flex-flow: column nowrap;
            -webkit-flex-flow: column nowrap;
            flex-flow: column nowrap;
            justify-content: center;
            -ms-align-content: center;
            -webkit-align-content: center;
            align-content: center;
            align-items: center;
            float: right\0;
            *float: right !important;
        }

            .content .home-doctor .block .doctor-desc div {
                height: auto;
            }

            .content .home-doctor .block .doctor-desc .title {
                font-size: 18px;
                color: #333;
                *height: 30px !important;
            }

                .content .home-doctor .block .doctor-desc .title span {
                    *display: block !important;
                }

            .content .home-doctor .block .doctor-desc .hospital {
                color: #999;
                border-bottom: solid 1px #efefef;
                line-height: 33px;
                *line-height: 0px !important;
            }

            .content .home-doctor .block .doctor-desc .good-project {
                color: #7c7c7c;
                line-height: 18px;
                margin-top: 5px;
            }

        .content .home-doctor .block .doctor-hover {
            top: 0;
            left: 0;
            box-shadow: 0 0 8px rgba(14,5,9,.22);
            background-color: rgba(255,255,255,.9);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5f9f9f9,endColorstr=#E5f9f9f9);
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            padding: 30px 15px;
            *padding: 15px !important;
            display: none;
        }

            .content .home-doctor .block .doctor-hover > .flex {
                -ms-flex-flow: row nowrap;
                -webkit-flex-flow: row nowrap;
                flex-flow: row nowrap;
                justify-content: flex-start;
                align-items: center;
            }

            .content .home-doctor .block .doctor-hover .panel {
                -ms-flex-flow: column nowrap;
                -webkit-flex-flow: column nowrap;
                flex-flow: column nowrap;
                justify-content: center;
                align-items: center;
                -ms-align-content: center;
                -webkit-align-content: center;
                align-content: center;
                font-size: 14px;
                width: 150px;
                float: right\0;
                *float: right !important;
            }

                .content .home-doctor .block .doctor-hover .panel .text {
                    color: #666;
                    line-height: 42px;
                    height: auto;
                }

                    .content .home-doctor .block .doctor-hover .panel .text .red {
                        color: #ec1c1c;
                    }

                .content .home-doctor .block .doctor-hover .panel .button {
                    width: auto;
                    height: 30px;
                    line-height: 30px;
                    padding: 0 18px;
                    border-radius: 4px;
                    width: 56px\0;
                    margin-left: 22px\0;
                    *width: 56px !important;
                    *margin-left: 22px !important;
                }

        .content .home-doctor .block:hover .doctor-hover {
            display: block;
        }

        .content .home-doctor .block .more-doctor {
            font-size: 18px;
            height: auto;
            margin: 0 auto;
            margin-top: 22px\0;
            *margin-top: 22px !important;
        }

            .content .home-doctor .block .more-doctor .more-point {
                font-size: 20px;
                font-weight: bold;
            }
/*#endregion */

/*#region 首页-推荐医院 */
.content .hospitals {
    width: 1200px;
    margin: 30px auto 0;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-align-content: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
}

.hospitals .block {
    width: 285px;
    height: 285px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #eee;
    overflow: hidden;
    cursor: pointer;
    float: left\0;
    margin-right: 15px\0;
    margin-right: 15px;
    margin-bottom: 27px\0;
    *float: left !important;
    *margin-right: 13px !important;
    *margin-bottom: 27px !important;
}

    .hospitals .block:nth-child(n+5) {
        margin-top: 19px;
    }

    .hospitals .block .img-head {
        height: 198px;
        z-index: 998;
        overflow: hidden;
    }

        .hospitals .block .img-head img {
            width: 100%;
        }

    .hospitals .block .panel {
        position: relative;
        height: 190px;
        *height: 100px !important;
        /*top: 165px;
        z-index: 999;*/
        background: #fff;
        -moz-transition: all 500ms linear;
        -o-transition: all 500ms linear;
        -webkit-transition: all 500ms linear;
        transition: all 500ms linear;
    }

        .hospitals .block .panel .number {
            width: 74px;
            height: 37px;
            margin: 0 auto;
        }

            .hospitals .block .panel .number .circle {
                width: 74px;
                height: 74px;
                background-image: url(../image/index_yuan.png);
                top: -35px;
                *left: -8px !important;
            }

                .hospitals .block .panel .number .circle .num {
                    font-size: 20px;
                    line-height: 1.8;
                    height: 35px;
                    text-align: center;
                }

                .hospitals .block .panel .number .circle .des {
                    font-size: 13px;
                    height: 30px;
                    text-align: center;
                }

        .hospitals .block .panel .name {
            color: #333;
            font-size: 16px;
            line-height: 32px;
            margin: 5px auto 5px;
            width: 243px;
            height: auto;
            text-align: center;
        }

        .hospitals .block .panel .good-project {
            color: #999;
            font-size: 14px;
            margin: 8px auto 5px;
            width: 243px;
            line-height: 24px;
            border-bottom: #eee solid 1px;
            padding-bottom: 5px;
            height: auto;
            text-align: center;
        }

        .hospitals .block .panel .good-product {
            margin-top: 5px;
            font-size: 13px;
            color: #666;
            line-height: 20px;
            margin: 0 auto 5px;
            width: 243px;
            overflow: hidden;
        }

            .hospitals .block .panel .good-product .item {
                height: auto;
            }

                .hospitals .block .panel .good-product .item .left {
                    width: 70%;
                    text-align: left;
                }

                    .hospitals .block .panel .good-product .item .left:hover {
                        color: #ff9900;
                    }

                .hospitals .block .panel .good-product .item .right {
                    width: 30%;
                    text-align: right;
                }

    /*.hospitals .block:hover .panel {
        -moz-transform: translate3d(0,-72px,0);
        -ms-transform: translate3d(0,-72px,0);
        -o-transform: translate3d(0,-72px,0);
        -webkit-transform: translate3d(0,-72px,0);
        transform: translate3d(0,-72px,0);
    }*/

    .hospitals .block.more-hospital {
        position: relative;
        -ms-flex-flow: column nowrap;
        -webkit-flex-flow: column nowrap;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
    }

        .hospitals .block.more-hospital a {
            display: block;
            text-align: center;
        }

        .hospitals .block.more-hospital .circle {
            width: 69px;
            height: 69px;
            background-image: url(../image/index_gray_yuan_.png);
            margin: 0 auto;
            margin-top: 80px\0;
            *margin-top: 80px !important;
        }

        .hospitals .block.more-hospital .text {
            color: #666;
            font-size: 18px;
            height: auto;
            margin-top: 10px;
        }
/*#endregion */

/*#region 日记分享 */
.content .diary {
    width: 1200px;
    margin: 30px auto 0;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-align-content: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    overflow: hidden;
}

    .content .diary .block {
        display: block;
        float: left;
        /*width: 280px\0;*/
        *width: 280px !important;
        width: 286px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 5px;
        /*padding: 5px;*/
        cursor: pointer;
        margin-bottom: 27px\0;
        float: left\0;
        *margin-bottom: 27px !important;
        *float: left !important;
        min-height: 320px\0;
        height: 310px\0;
        *height: 310px !important;
        border: 2px solid transparent;
    }

        .content .diary .block:nth-child(n+5) {
            margin-top: 28px;
        }

        .content .diary .block .title {
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            border: solid 1px #efefef;
            height: 67px;
            padding-top: 2px;
        }

            .content .diary .block .title .head {
                width: 74px;
                height: 74px;
                left: 9px;
                bottom: -24px;
            }

                .content .diary .block .title .head img {
                    width: 100%;
                    height: 100%;
                    border: solid 2px #fff;
                }

            .content .diary .block .title .name {
                font-size: 15px;
                line-height: 41px;
                color: #2b2b2b;
                padding-left: 95px;
                height: 36px;
            }

            .content .diary .block .title span {
                display: inline-block;
                vertical-align: middle;
            }

            .content .diary .block .title .name .v2 {
                padding: 0 2px;
                _width: auto;
                height: 16px;
                line-height: 16px;
                text-align: center;
                margin-left: 9px;
                background-color: #ff9900;
                color: #fff;
                border-radius: 5px;
                /*background-image: url('/Contents/images/icon/v1.png');*/
            }

            .content .diary .block .title .desc {
                font-size: 12px;
                color: #999;
                padding-left: 95px;
                height: auto;
                width: auto;
            }

                .content .diary .block .title .desc span.flag {
                    background-image: url(../image/icon.png);
                    background-repeat: no-repeat;
                }

                .content .diary .block .title .desc .addre {
                    background-position: -152px 0;
                    width: 10px;
                    height: 13px;
                }

                .content .diary .block .title .desc .eye {
                    background-position: -150px -27px;
                    width: 14px;
                    height: 9px;
                    margin-left: 10px;
                }

        .content .diary .block .picture {
            /*height: 276px;*/
            height: 138px;
        }

            .content .diary .block .picture > .left, .content .diary .block .picture > .right {
                height: 138px;
                width: 48%;
            }

            .content .diary .block .picture img {
                width: 100%;
                height: 100%;
            }

        .content .diary .block .imgs {
            -ms-flex-flow: row wrap;
            -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
            justify-content: space-between;
            -ms-align-content: center;
            -webkit-align-content: center;
            align-content: center;
            margin-top: 5px;
            height: 66px;
        }

            .content .diary .block .imgs .bl {
                width: 66px;
                height: 66px;
                float: left\0;
                margin-right: 3px\0;
                *float: left !important;
                *margin-right: 3px !important;
            }

                .content .diary .block .imgs .bl:last-child {
                    margin-right: 0px\0;
                    *margin-right: 0px !important;
                }

                .content .diary .block .imgs .bl img {
                    width: 100%;
                    height: 100%;
                }

        .content .diary .block .cont {
            font-size: 14px;
            line-height: 20px;
            color: #535353;
            margin-top: 17px;
            height: 40px;
            overflow: hidden;
        }

        .content .diary .block .projects {
            color: #999;
            font-size: 13px;
            line-height: 18px;
            height: auto;
            margin-top: 14px;
        }

.new-line {
    padding-bottom: 20px;
    border-bottom: solid 1px #e4e4e4;
}

.content .diary .block .projects span {
    margin-left: 5px;
    display: inline-block;
}

.content .diary .block .projects .pencle {
    background: url(../image/icon.png) no-repeat -150px -51px;
    margin-left: 0;
    width: 14px;
    height: 14px;
}

.content .diary .block:hover {
    box-shadow: 0 0 10px rgba(14, 5, 9,.5);
    *border: 2px solid #edeced !important;
    border: 2px solid #edeced\0;
}

.content.diary-content .more-case {
    width: 194px;
    height: 37px;
    margin: 28px auto 0;
    background-color: #eee;
    border-radius: 5px;
    font-size: 16px;
    color: #666;
    cursor: pointer;
    line-height: 37px;
    overflow: hidden;
}

    .content.diary-content .more-case .point {
        display: inline-block;
        *margin-top: -6px !important;
        font-size: 40px;
        color: #999;
        vertical-align: top;
    }

    .content.diary-content .more-case .more_anli {
        display: inline-block;
        *margin-top: 2px !important;
    }

    .content.diary-content .more-case a {
        color: #666;
    }

/*#endregion */

/*#region 咨询 */

.msg {
    margin-top: 12px;
}

    .msg > .left {
        width: 630px;
    }

    .msg .title {
        font-size: 22px;
        color: #999;
        border-bottom: solid 1px #eee;
        line-height: 58px;
        height: auto;
        overflow: hidden;
    }

    .msg .left .title .block {
        margin-right: 30px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: auto;
        width: 90px;
        cursor: pointer;
    }

        .msg .left .title .block.hover {
            border-bottom: solid 3px #FF5959;
            color: #333;
        }

    .msg .left .title .change {
        cursor: pointer;
        font-size: 14px;
        color: #666;
        width: auto;
    }

        .msg .left .title .change span {
            display: inline-block;
        }

        .msg .left .title .change .label {
            background: url(../image/icon.png) -147px -80px no-repeat;
            width: 19px;
            height: 19px;
            vertical-align: text-top;
        }

    .msg .left .cont {
        height: auto;
    }

#cont-wrap .cont {
    display: none;
}

.msg .info .left, .msg .msgl, .msg .msgl .left, .msg .msgl .block .left, .msgr a, .msgr i {
    _float: left;
}

    .msg .info .right, .msg .msgr, .msg .msgl .right, .msg .msgl .block .right {
        _float: right;
    }

.msg .msgl {
    _width: 630px;
}

.msg .msgr {
    _width: 471px;
}

.msg .msgl, .msg .msgr {
    _overflow: hidden;
}

    .msg .msgl .block .left {
    }


.msg .left .cont .block {
    width: 290px;
    height: 68px;
    margin-top: 20px;
    overflow: hidden;
}

    .msg .left .cont .block:nth-child(even) {
        margin-left: 50px;
    }

    .msg .left .cont .block .left {
        width: 98px;
        overflow: hidden;
        _float: left;
    }

        .msg .left .cont .block .left a {
            display: block;
            width: 100%;
            overflow: hidden;
        }

            .msg .left .cont .block .left a img {
                width: 100%;
            }

    .msg .left .cont .block:hover {
        background-color: #f4f4f4;
    }

.msgr a {
    color: #666;
    _float: left;
}

.msgr i {
    _background-color: #9e9e9e;
    _border-radius: 2px;
    _color: #fff;
    _display: inline-block;
    _font-size: 12px;
    _margin-right: 5px;
    _padding: 0 6px;
    _vertical-align: top;
}

.msgr span.fg-gray {
    _color: #999;
}

.yellow_line, .tab_a {
    _overflow: hidden;
}

.tab_a {
    _height: 40px;
    _line-height: 40px;
    _overflow: hidden;
}

.item0, .item1, .item2 {
    _display: block;
    _float: left;
    _margin-top: 12px;
}

.flip_box {
    _text-align: right;
}

    .flip_box .page_num, .sort_box .fy_box {
        _float: right;
    }

.next .next_logo, .prev .prev_logo {
    _margin-left: 0px;
}

.fy_box .prev, .fy_box .next {
    _text-align: center;
}

.msgr li {
    width: 100%;
    height: 22px;
    overflow: hidden;
}

.msg .left .cont .block .right {
    margin-left: 15px;
    width: 177px;
    -ms-flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
    justify-content: center;
    font-size: 12px;
    color: #999;
    line-height: 18px;
    _float: right;
    _overflow: hidden;
    _margin-left: 0;
    _margin-right: 5px;
    overflow: hidden;
}

    .msg .left .cont .block .right a {
        color: #666;
        display: inline-block;
    }

    .msg .left .cont .block .right .name {
        font-size: 14px;
        color: #333;
        max-height: 44px;
        line-height: 22px;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

.add-two-icon {
    width: 100%;
    font-size: 12px;
    color: #999;
    margin-top: 4px;
    overflow: hidden;
}

    .add-two-icon > span {
        display: inline-block;
        width: 50%;
        float: left;
    }

.addyan {
    width: 79%;
    float: right;
    height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.msg .left .cont .block a.addyan:hover {
    color: #ff9d00;
}

.msg .left .cont .block a.name:hover {
    color: #FF5959;
}

.pstation {
    background-image: url(../image/small-icon.png);
    background-size: 200px 200px;
}

.add-two-icon > span > span {
    background-image: url(../image/small-icon.png);
    background-size: 200px 200px;
    margin-right: 5px;
    vertical-align: sub;
}

.add-two-icon > span .data {
    display: inline-block;
    width: 15px;
    height: 14px;
    background-position: -48px 0;
}

.add-two-icon > span .meb {
    display: inline-block;
    width: 12px;
    height: 14px;
    background-position: -81px 0;
}

.msg > .right {
    width: 471px;
}

    .msg > .right .title {
        color: #333;
        border-bottom: none;
    }

        .msg > .right .title .more-post {
            font-size: 14px;
            color: #999;
            padding-left: 5px;
            margin-left: 10px;
            border-left: solid 1px #999;
            line-height: 1;
        }

    .msg > .right .conts {
        color: #333;
        font-size: 16px;
        line-height: 22px;
    }

        .msg > .right .conts ul li a:hover {
            color: #FF5959;
        }

        .msg > .right .conts li {
            height: 22px;
            margin: 10px 0 13px 0;
        }

.conts li a {
    color: #333;
}

.new-zxn {
    font-size: 22px;
    color: #999;
    border-bottom: solid 1px #eee;
    line-height: 58px;
    height: auto;
    overflow: hidden;
}

    .new-zxn > .titles {
        width: 90px;
        border-bottom: solid 3px #FF5959;
        color: #333;
    }

.zx-data {
    display: inline-block;
    width: 15px;
    height: 14px;
    background-position: -48px 0;
    margin: 4px 5px 0 0;
    vertical-align: sub;
}

.msg > .right .conts i, .msg .right .conts i {
    display: inline-block;
    padding: 0 6px;
    margin-right: 5px;
    background-color: #cacaca;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    vertical-align: top;
    _float: left;
}

.msg > .right .conts li:first-child i {
    background-color: #ec6909;
}

.msg > .right .conts li:nth-child(2) i {
    background-color: #f90;
}

.msg > .right .conts li:nth-child(3) i {
    background-color: #9e9e9e;
}

.msg > .right .conts li span {
    display: inline-block;
}

.msg > .right .conts li .text {
    width: 320px;
}

.msg > .right .conts li .eye {
    background: url(../image/icon.png) -150px -27px;
    width: 14px;
    height: 9px;
    vertical-align: middle;
    margin-top: 7px;
    margin-right: 5px;
}

.msg > .right .conts li .fg-gray {
    color: #999;
    font-size: 12px;
}
/*#endregion */

/*#region 弹出咨询框 */
.consult_box {
    left: 50%;
    margin-left: -230px;
    width: 460px;
    background-color: #f2f2f2;
    z-index: 120000;
    display: none;
}

    .consult_box .consult_close {
        width: 28px;
        height: 28px;
        background-image: url(../image/order_jl.png);
        background-size: 200px 30px;
        background-position: -122px 0;
        margin: 10px 9px 0;
    }

    .consult_box .consult_content {
        width: 320px;
        margin: 0 auto;
        margin-top: 28px;
        overflow: hidden;
    }

        .consult_box .consult_content .consult_number {
            font-size: 14px;
            color: #666;
            text-align: left;
        }

            .consult_box .consult_content .consult_number span {
                color: #ff9900;
            }

        .consult_box .consult_content .consult_list {
            width: 100%;
            margin-top: 14px;
        }

            .consult_box .consult_content .consult_list .consuli_one {
                margin-bottom: 10px;
                border: 1px solid #c9c9c9;
                border-radius: 5px;
                height: 40px;
                background-color: #fff;
                overflow: hidden;
            }

.consult_logo {
    margin: 10px 0 10px 0;
    border-right: 1px solid #dfdfdf;
    padding: 0 10px 0 17px;
    overflow: hidden;
}

    .consult_logo span {
        display: inline-block;
        width: 22px;
        height: 21px;
        background-image: url(../image/order_jl.png);
    }

.logo2 {
    background-position: -22px 0;
}

.logo3 {
    background-position: -44px 0;
}

.logo4 {
    background-position: -66px 0;
}

.logo5 {
    background-position: -88px 0;
}

.logo6 {
    background-position: -110px 0;
}

.consult_box .consult_content .consult_list .consuli_one .consult_right {
    margin-left: 12px;
    width: 256px;
    height: 40px;
}

    .consult_box .consult_content .consult_list .consuli_one .consult_right .change_font {
        width: 100%;
        height: 38px;
        line-height: 38px;
        font-size: 14px;
        color: #999;
        background-color: #fff;
        border: none;
        text-align: left;
        padding: 8px\0;
    }

.iechoose {
    *margin-top: 6px !important;
    *height: 28px !important;
    *border: none !important;
}

.consult_now {
    width: 320px;
    left: 50%;
    margin-left: -160px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    background-color: #ff9900;
    font-size: 24px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 38px;
    border-radius: 5px;
    -moz-border-radius: 5px;
}
/*#endregion */

/*#region 热门搜索 */
.content .hot-search {
    margin-top: 30px;
    border-top: solid 1px #f2f2f2;
    color: #787878;
    font-size: 15px;
    line-height: 35px;
    padding-top: 15px;
}

    .content .hot-search .title {
        font-size: 18px;
    }

    .content .hot-search .cont {
        -ms-flex-flow: row wrap;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        justify-content: flex-start;
        -ms-align-content: flex-start;
        -webkit-align-content: flex-start;
        align-content: flex-start;
    }

        .content .hot-search .cont a {
            /*display: inline-block;
            width: 150px;*/
            display: block;
            float: left;
            margin-right: 100px;
            color: #999;
        }

            .content .hot-search .cont a:hover {
                color: #ff9900;
            }
/*#endregion */

/*#region 相关关键字 */
.content .related-keyword {
    margin-top: 30px;
    border-top: solid 1px #f2f2f2;
    color: #787878;
    font-size: 15px;
    padding-top: 20px;
}

    .content .related-keyword .title {
        font-size: 18px;
    }

    .content .related-keyword .cont {
        -ms-flex-flow: row wrap;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-align-content: flex-start;
        -webkit-align-content: flex-start;
        align-content: flex-start;
    }

        .content .related-keyword .cont a {
            float: left;
            display: inline-block;
            padding: 0 19px;
            border: solid 2px #eee;
            line-height: 30px;
            border-radius: 30px;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            margin: 20px 30px 0 0;
        }

            .content .related-keyword .cont a:hover {
                border-color: #fbdac7;
                text-decoration: none;
                color: #ff9900;
            }

/*#endregion */
.w650 {
    width: 650px;
    overflow: hidden;
}
/*#endregion */
