    

/*#region CommonCss */


html {
    font-family: 'Microsoft YaHei';
    font-size: 13px;
    color: #666;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    *overflow-x: hidden !important;
    *overflow-y: scroll !important;
}

body {
    margin: 0;
    padding: 0;
}

option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 0;
    padding: 0;
}

p {
    display: block;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}

.cvd-open-container {
    display: none;
}
/*#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 抬头状态栏 */
.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 > .addjr {
            padding: 0 10px;
            font-size: 12px;
            z-index: 3;
            overflow: hidden;
            color: #666;
            display: block;
        }

        .head-status .header .block > a {
            padding: 0 10px;
            font-size: 12px;
            z-index: 3;
            overflow: hidden;
            color: #666;
            display: block;
        }


em {
    font-style: normal;
}



.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 nav导航 */

.navs {
    width: 100%;
    text-align: center;
    background-color: #fff;
    overflow: hidden;
    border-bottom: 1px solid #dedede;
}

    .navs .nav-panel {
        width: 1200px;
        height: 100%;
        margin: 0 auto;
    }

        .navs .nav-panel a.logo {
            height: 100%;
            margin-top:10px;
        }

        .navs .nav-panel .main {
            height: 58px;
            margin: 21px 50px 21px 10px;
            font-size: 18px;
        }

.nav-top {
    position: relative;
    padding: 10px 0 0 0;
}

.nav-bottom {
    margin-top: 20px;
}

.nav-top, .nav-bottom {
    width: 100%;
    overflow: hidden;
}

.navs .nav-panel .main .block.down-block {
    cursor: pointer;
}

.navs .nav-panel .main .block .down {
    vertical-align: middle;
}

.navs .nav-panel .main .block {
    text-align: left;
}

    /*.navs .nav-panel .main .block.more-builty {
        background: url(https://cdn-gw.meb.com/image/cms/more-builty.png) bottom center no-repeat;
        height: 34px;
        width: 122px;
        margin-top: 14px;
    }*/

.new-pc-tel {
    width: 246px;
    height: 52px;
    background-image: url(../image/newpc_tel.png);
    z-index: 1;
    margin-top: -42px;
}

.navs .nav-panel .nav-bottom .list {
    width: 80px;
    height: 43px;
    display: inline-block;
    line-height: 43px;
    color: #333;
    font-size: 16px;
    float: left;
    margin-right: 26px;
    z-index: 46;
}

    .navs .nav-panel .nav-bottom .list > a {
        z-index: 22;
    }

    .navs .nav-panel .nav-bottom .list .add-three-menu {
        width: 80px;
        top: 215px;
        z-index: 7;
        display: none;
        overflow: hidden;
    }

        .navs .nav-panel .nav-bottom .list .add-three-menu li:hover {
            background-color: #ff5959;
            color: #fff;
        }
    

        .navs .nav-panel .nav-bottom .list .add-three-menu li {
            width: 80px;
            height: 30px;
            background-color: #cfcac3;
            opacity: 0.8;
            border-top: 1px solid #dedede;
            border-bottom: 1px solid #dedede;
            line-height: 30px;
            text-align: center;
            color: #5b5b5b;
            font-size: 14px;
        }

            .navs .nav-panel .nav-bottom .list .add-three-menu li.nones {
                background-color: transparent;
                border: none;
            }

    /*.navs .nav-panel .nav-bottom .list:hover {
   border-bottom:3px solid  #ff9d00;
            }*/
    .navs .nav-panel .nav-bottom .list.active {
        height: 40px;
        border-bottom: 3px solid #FF5959;
    }

.navs .nav-panel .qr-code {
    width: 80px;
    height: 80px;
    margin: 10px 0 0 21px;
    display: inline-block;
    float: left;
}

    .navs .nav-panel .qr-code img {
        width: 100%;
        height: 100%;
    }

.navs .nav-panel .app {
    width: 100px;
    height: 60px;
    margin-top: 20px;
    display: inline-block;
    float: right;
}

.nav-middle {
    position: relative;
    left: 50%;
    margin-top: 29px;
    margin-left: -212px;
    width: 424px;
}

.nav_search {
    position: relative;
    width: 100%;
    height: 34px;
    line-height: 34px;
    border: 1px solid #d2d2d2;
    border-radius: 16px;
}

    .nav_search input {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        float: left;
        width: 85%;
        height: 32px;
        line-height: 32px;
        background-image: none;
        text-indent: 20px;
        font-size: 14px;
        border-radius: 16px;
        border: none;
        outline-style: none;
        color: #666;
    }

    .nav_search .search-logo-btn {
        position: absolute;
        top: 1px;
        right: 6px;
        width: 26px;
        height: 26px;
        margin-top: 3px;
    }

        .nav_search .search-logo-btn img {
            width: 100%;
        }

.all-search {
    position: absolute;
    top: 49px;
    left: 0;
    width: 100%;
    font-size: 12px;
    overflow: hidden;
    text-align: left;
}

    .all-search a {
        margin-right: 10px;
    }

        .all-search span:first-child, .all-search a:first-child {
            color: #FF9D00;
            margin-right: 0;
        }

.two-bule {
    width: 280px;
    height: 44px;
    background-image: url(../image/new-pc-blue.png);
    background-size: cover;
}

    .two-bule .new-pc-wechat {
        width: 154px;
        height: 44px;
    }

        .two-bule .new-pc-wechat .wechat {
            position: absolute;
            top: 215px;
            display: none;
            height: 153px;
            width: 153px;
            z-index: 2;
            background: url(../image/WeChat.jpg) no-repeat;
            background-size: cover;
        }

    .two-bule .new-pc-app {
        width: 125px;
        height: 44px;
    }

        .two-bule .new-pc-app .new-apps {
            position: absolute;
            top: 215px;
            display: none;
            height: 125px;
            width: 125px;
            z-index: 2;
            background: url(../image/qr-code.jpg) no-repeat;
            background-size: cover;
        }

.free-zx {
    top: 0;
    right: -18px;
    display: inline-block;
    width: 30px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: #ff9d00;
    border-radius: 8px;
}
/*#endregion */

/*#region 顶部页面微信号*/

.down-apps {
    left: -4px;
    position: absolute;
    top: 33px;
    display: none;
    height: 123px;
    width: 123px;
    z-index: 2;
    background: url(../image/qr-code.jpg) no-repeat;
    background-size: cover;
}

.down_wei {
    left: -4px;
    position: absolute;
    top: 33px;
    display: none;
    height: 123px;
    width: 123px;
    z-index: 2;
    background: url(../image/WeChat.jpg) no-repeat;
    background-size: cover;
}

/*#endregion */
/*#region footer上为美而生 */
.mb38 {
    margin-bottom: 38px;
}

.beauty-born {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

    .beauty-born .beauty-main {
        flex-flow: row nowrap;
        justify-content: space-around;
    }

    .beauty-born .beauty-title {
        width: 100%;
        height: 100px;
        line-height: 100px;
        text-align: center;
        font-size: 36px;
        font-family: "方正兰亭超细黑简体";
    }

    .beauty-born .beauty-list {
        width: 130px;
    }

        .beauty-born .beauty-list img {
            width: 100%;
        }

        .beauty-born .beauty-list .part-zy {
            font-size: 24px;
            color: #333;
            top: 80px;
            width: 100%;
        }

        .beauty-born .beauty-list .part-born {
            font-size: 14px;
            color: #888;
            top: 116px;
            width: 100%;
        }

/*#endregion */

/*#region 新的footer */
.footer-wrap {
    width: 100%;
    background-color: #535353;
}

.wrap-main {
    padding: 40px 0 47px 0;
    overflow: hidden;
}

.wrap-main, .friend-link {
    width: 1200px;
    margin: 0 auto;
}

    .wrap-main .left-list {
        margin-right: 75px;
    }

.footer-wrap .wrap-main .data-txt {
    margin-top: 10px;
    font-size: 15px;
    line-height: 18px;
    color: #999;
}

.footer-wrap .wrap-main .data-tit, .meibei-title {
    font-size: 18px;
    line-height: 20px;
    color: #ccc;
    font-weight: bold;
}

.data-tit {
    padding-bottom: 11px;
}

.footer-wrap .wrap-main > .right {
    width: 527px;
}

    .footer-wrap .wrap-main > .right .wechat-sys {
        width: 154px;
    }

    .footer-wrap .wrap-main > .right .meibei-ewm {
        width: 100%;
        margin-top: 10px;
        overflow: hidden;
    }

    .footer-wrap .wrap-main > .right .ewm {
        width: 80px;
        height: 80px;
    }

        .footer-wrap .wrap-main > .right .ewm img {
            width: 100%;
        }

    .footer-wrap .wrap-main > .right .ewm-sm {
        width: 64px;
        height: 80px;
        font-size: 23px;
        color: #ccc;
        font-family: "方正兰亭超细黑简体";
    }

.add-height62 {
    height: 58px;
    overflow: hidden;
}

.footer-wrap .wrap-main > .right .gf-wx {
    width: 100%;
    height: 17px;
    line-height: 17px;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    margin-top: 4px;
    color: #535353;
    background-color: #d2d2d2;
}

.webo-wrap {
    width: 100%;
    height: 26px;
    margin-top: 11px;
    overflow: hidden;
}

.weibo-logo {
    width: 26px;
    height: 26px;
    background-image: url(../image/webo.jpg);
    overflow: hidden;
}

.weibo-gz {
    width: 122px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border: 2px solid #7d7d7d;
}

.footer-wrap .wrap-main > .right .guangf-sys {
    width: 282px;
    padding: 12px;
    height: 126px;
    border-radius: 8px;
    border: 4px solid #676767;
}

.q-gray-line {
    width: 100%;
    height: 1px;
    background-color: #656565;
}

.friend-link {
    padding: 19px 0 30px 0;
    overflow: hidden;
}

.more-link {
    width: 100%;
    overflow: hidden;
}

    .more-link a {
        display: inline-block;
        width: auto;
        color: #999;
        font-size: 15px;
        margin: 10px 26px 0 0;
    }

.khd {
    width: 100%;
    height: 30px;
    overflow: hidden;
}

    .khd img {
        width: 100%;
    }

.two-word {
    width: 100%;
    margin-top: 12px;
    letter-spacing: 1px;
    font-size: 14px;
    color: #fbbc51;
    overflow: hidden;
    text-align:center;
}

    .two-word > span:first-child {
        color: #fff;
        margin-right: 12px;
    }

.gz-btn {
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-family: "宋体";
}

.iphone-wrap {
    width: 100%;
    margin-top: 22px;
}

.iphone-btn, .andorid-btn {
    border-radius: 14px;
    width: 124px;
    height: 32px;
    border: 1px solid #aaa;
}

    .iphone-btn:hover {
        width: 126px;
        height: 34px;
        background-color: #ff9d00;
        border: none;
    }

    .andorid-btn:hover {
        width: 126px;
        height: 34px;
        background-color: #ff9d00;
        border: none;
    }

.common-btn {
    width: 126px;
    height: auto;
}

    .common-btn .iphone-btn > span:first-child {
        display: inline-block;
        width: 21px;
        height: 21px;
        background-image: url(../image/iphone.png);
        margin: 4px 9px 0 10px;
    }

    .common-btn .andorid-btn > span:first-child {
        display: inline-block;
        width: 22px;
        height: 24px;
        background-image: url(../image/android.png);
        margin: 4px 10px 0 10px;
    }

    .common-btn .iphone-btn > span:last-child {
        display: inline-block;
        margin-top: 6px;
    }

    .common-btn .andorid-btn > span:last-child {
        display: inline-block;
        margin-top: 6px;
    }

.hover-ewm {
    width: 126px;
    top: 45px;
    display: none;
    height: 126px;
    z-index: 2;
    overflow: hidden;
}

    .hover-ewm img {
        width: 100%;
    }

.copy-right-wrap {
    width: 100%;
    padding: 37px 0 30px 0;
    background-color: #fff;
    overflow: hidden;
}

.copy-rigth-left {
    display: inline-block;
    padding-right: 28px;
    font-size: 18px;
    color: #666;
    text-align: right;
    font-family: "宋体";
}

    .copy-rigth-left .left-word {
        width: 265px;
        height: 53px;
        background-image: url(../image/footer-title.png);
    }

    .copy-rigth-left .left-line {
        width: 96px;
        height: 3px;
        margin: 20px 0 0 165px;
        background-color: #999;
    }

    .copy-rigth-left .more-text {
        width: 265px;
        margin-top: 29px;
        overflow: hidden;
    }

        .copy-rigth-left .more-text .mast-text {
            width: auto;
            margin-bottom: 13px;
        }

            .copy-rigth-left .more-text .mast-text span {
                color: #FF5959;
            }

.copy-rigth-right {
    display: inline-block;
    width: 870px;
    padding-left: 35px;
    font-size: 14px;
    color: #878787;
    border-left: 1px solid #e5e5e5;
}

    .copy-rigth-right .master-word {
        width: 100%;
        overflow: hidden;
        margin-bottom: 14px;
    }

    .copy-rigth-right .four-box {
        width: 100%;
        overflow: hidden;
    }

        .copy-rigth-right .four-box span {
            display: inline-block;
            background-color: #a0a0a0;
            color: #fff;
            border-radius: 5px;
            padding: 5px 8px;
            margin-right: 10px;
        }

.three-pic-text {
    position: relative;
    width: 100%;
    margin-top: 17px;
    overflow: hidden;
    text-align: center;
}

    .three-pic-text > div {
        display: inline-block;
        margin-right: 37px;
        overflow: hidden;
    }

.one-pic img, .two-pic img, .thr-pic img {
    width: 100%;
}

.one-pic {
    position: relative;
    left: 50%;
    height: 64px;
    margin-bottom: 9px;
}

.one-pic {
    width: 67px;
    margin-left: -34px;
}

.two-pic {
    width: 55px;
    height: 64px;
    margin-bottom: 9px;
}

.thr-pic {
    width: 177px;
    height: 64px;
    margin-bottom: 9px;
}
/*#endregion */



/*#region 整体右侧 */
.elevator {
    top: 34%;
    right: 0;
    width: 68px;
    font-size: 14px;
    color: #fff;
    z-index: 888888;
}

.elevator-msg {
    width: 100%;
    height: 68px;
    background-color: #ff9d00;
    text-align: center;
    border-radius: 3px;
    margin-bottom: 1px;
}

    .elevator-msg:hover {
        background-color: #eee;
    }

        .elevator-msg:hover div {
            color: #666;
        }

.two-zx, .yjfk, .gzyl, .dhl, .xzapp {
    display: inline-block;
    width: 40px;
    height: 38px;
    margin-top: 4px;
    background-image: url(../image/fiex.png);
    background-size: 200px 80px;
}

.yjfk {
    background-position: -40px 0px;
}

.gzyl {
    background-position: -80px 0px;
}

.dhl {
    background-position: -120px 0px;
    margin-top: 14px;
}
.xzapp {
    background-position: -158px 0px;
}

.choose-two-zx {
    background-position: 0 -40px;
}

.choose-yjfk {
    background-position: -40px -40px;
}

.choose-gzyl {
    background-position: -80px -40px;
}

.choose-dhl {
    background-position: -120px -40px;
}
.choose-xzapp {
    background-position: -158px -40px;
}
.gfwx {
    top: -72px;
    left: -185px;
    height: 213px;
    width: 183px;
    z-index: 2;
    background: url(../image/WeChat.jpg) no-repeat;
    background-size: cover;
    display: none;
}
.xzcode {
    top: -72px;
    left: -185px;
    height: 213px;
    width: 183px;
    z-index: 2;
    background: url(../image/APP-download-ercode.png) no-repeat;
    background-size: cover;
    display: none;
}
.back-top {
    width: 68px;
    height: 68px;
    background-image: url(../image/back-top.png);
    background-size: cover;
}

.mtf3 {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 2px;
}
/*#endregion */

/*#region 底部浮窗 */
.foot-pop {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 180px;
    z-index: 999999;
}

.footer-concat {
    width: 100%;
    height: 180px;
    background-color: #000;
    opacity: .5;
    position: absolute;
    bottom: 0;
    left: 0;
}

.foot-pop .concat-box {
    width: 100%;
    height: 180px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.foot-pop .concat-content {
    width: 1200px;
    height: 120px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.foot-pop .concat-list {
    width: 285px;
    height: 120px;
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    margin: 0;
}

.concat-list-left {
    width: 200px;
    padding: 25px 0px 0px 25px;
}

    .concat-list-left p {
        font-size: 24px;
        color: #333;
        display: block;
        -webkit-margin-before: 0;
        -webkit-margin-after: 0;
        -webkit-margin-start: 0;
        -webkit-margin-end: 0;
    }

    .concat-list-left span {
        font-size: 16px;
        color: #999;
        margin-top: 15px;
        display: inline-block;
    }

.concat-list-rgiht {
    width: 85px;
    height: 120px;
}

    .concat-list-rgiht img {
        width: 100%;
    }

.red-hover:hover p {
    color: #ff6666;
}

.yellow-hover:hover p {
    color: #efaf45;
}

.blue-hover:hover p {
    color: #54c3f2;
}

.end-hover:hover p {
    color: #b49efc;
}



/*#endregion */
