/*#region CommonCss */
.cvd-open-container {
    display: none;
}

html {
    font-family: 'Microsoft YaHei';
    font-size: 13px;
    color: #666;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
}

.station {
    background-image: url(https://cdn-gw.meb.com/image/small-icon.png);
    background-size: 200px 200px;
}

option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 0;
    padding: 0;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*#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;
}

.wik-box {
    display: -moz-box;
    display: -webkit-box;
    display: box;
}

.wik-box-one {
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
}

.text-left {
    text-align: left;
}

.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 {
    border-bottom: none !important;
}

.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;
}

.contents {
    width: 100%;
    height: auto;
}

.contents:after {
    content: '';
    clear: both;
    display: block;
}

.center {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.hot {
    background: url(https://cdn-gw.meb.com/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;
}

.content-left {
    width: 890px;
    overflow: hidden;
}

.content-right {
    width: 280px;
    overflow: hidden;
}

.mt29 {
    margin-top: 29px;
}

.ml27 {
    margin-left: 27px;
}

.mt30 {
    margin-top: 30px;
}

.mt20 {
    margin-top: 20px;
}

.mt40 {
    margin-top: 40px;
}

.mb8 {
    margin-bottom: 8px;
}

.mb38 {
    margin-bottom: 38px;
}

.mast-blues {
    color: #7bc1d9;
}

.h104 {
    height: 104px !important;
}

.ft12 {
    font-size: 12px;
}

.color-gray {
    color: #999;
}

i, cite, em, var, address, dfn {
    font-style: normal;
}

.ml14 {
    margin-left: 14px;
}
/*#endregion */

/*#region 公用各种组件 */
/*#region 抬头状态栏 */
.head-status {
    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(https://cdn-gw.meb.com/image/icon.png) 0px -1px no-repeat;
    width: 18px;
    height: 17px;
    float: left;
    margin: 10px 10px 0 0;
}

.meiapp_logo {
    background: url(https://cdn-gw.meb.com/image/icon.png) 0px -31px no-repeat;
    width: 16px;
    height: 17px;
    float: left;
    margin: 10px 10px 0 0;
}

.weinumber_logo {
    background: url(https://cdn-gw.meb.com/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(https://cdn-gw.meb.com/image/icon.png) 0px -92px no-repeat;
    width: 19px;
    height: 18px;
    margin-top: -4px;
}

.head-status .header .block a.doctor:before {
    background: url(https://cdn-gw.meb.com/image/icon.png) 0px -124px no-repeat;
    width: 17px;
    height: 15px;
    margin-top: -2px;
}

.head-status .header .block a.login:before {
    background: url(https://cdn-gw.meb.com/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%;
}

.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;
}

.nav-bottom {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.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(https://cdn-gw.meb.com/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: 0;
    z-index: 46;
    border-bottom: 3px solid transparent;
}

.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 {
    text-decoration: none;
    border-bottom: 3px solid #ff5959;
}

.navs .nav-panel .nav-bottom .list.active {
    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 {
    color: #67cfe3;
    margin-right: 0;
}

.two-bule {
    width: 280px;
    height: 44px;
    background-image: url(https://cdn-gw.meb.com/image/new-pc-blue.png);
}

.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(https://cdn-gw.meb.com/image/public/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(https://cdn-gw.meb.com/image/public/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: #FF5959;
    border-radius: 8px;
}
/*#endregion */


/*#region footer */

.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 .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(https://cdn-gw.meb.com/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: 130px;
}

.footer .cont .panel .right .download .code {
    background: url(https://cdn-gw.meb.com/image/public/qr-code.jpg) 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;
}

.footer .desc .foot-logo img {
    width: 100%;
}

.footer .desc .foot-logo-yimei {
    width: 264px;
    height: 48px;
    background-image: url('../images/icon/foot-logo_yimei.png');
}

.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 footer上为美而生 */
.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;
}

.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(https://cdn-gw.meb.com/image/public/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;
}

.more-link a:hover {
    color: #ffffff
}

.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;
    text-align: center;
    overflow: hidden;
}

.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(https://cdn-gw.meb.com/image/public/iphone.png);
    margin: 4px 9px 0 10px;
}

.common-btn .andorid-btn > span:first-child {
    display: inline-block;
    width: 22px;
    height: 24px;
    background-image: url(https://cdn-gw.meb.com/image/public/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: "SimSun";
}

.copy-rigth-left .left-word {
    width: 265px;
    height: 53px;
    background-image: url(https://cdn-gw.meb.com/UploadFiles/image/pc_logo.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 星星 */
.ass_img {
    display: inline-block;
    width: 81px;
    height: 15px;
    background: #d7d7d7;
}

.star_logo {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 85px;
    height: 15px;
    background-image: url(https://cdn-gw.meb.com/image/cms/tao_details_02.png);
    z-index: 2;
}

.star_logo_new {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 85px;
    height: 15px;
    background-image: url(https://cdn-gw.meb.com/image/cms/tao_details.png);
    z-index: 2;
}

.jidu {
    width: 100%;
    top: 0;
    left: 0;
    background: #ff9d00;
    z-index: 1;
    display: block;
    height: 15px;
}
/*#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: #ff9d00;
    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: #ff9d00;
    color: #fff;
}

.paging .unmber_ul li.active {
    background-color: #ff9d00;
    color: #fff;
}
/*#endregion */

/*#region 右侧资讯美洽 */
.new-pc-meiqia {
    width: 280px;
    height: 175px;
    background-image: url(https://cdn-gw.meb.com/image/cms/new-pc-meiqia.png);
    overflow: hidden;
}

.new-pc-meiqia a {
    width: 108px;
    height: 30px;
    right: 49px;
    bottom: 20px;
}
/*#endregion */


/*#region 右侧广告 */
.advertisement {
    width: 280px;
    height: 242px;
    background-image: url(https://cdn-gw.meb.com/image/cms/new-pc-gright.jpg);
}



/*#endregion */

/*#region 右侧app下载 */
.apps-down {
    width: 280px;
    height: 294px;
    background-image: url(https://cdn-gw.meb.com/image/cms/new-pc-appdown.jpg);
}
/*#endregion */

/*#region header下通用标题 */
.master-title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #666;
    background-color: #f4f7fa;
}

.master-title .center a {
    display: block;
    float: left;
}

.master-title .center a:first-child {
    margin-left: 20px;
}

.master-title .center span {
    display: block;
    float: left;
}

.color-change {
    color: #999;
}
/*#endregion */

/*#region 右侧埋线双眼皮 */
.double-eyelid, .new-diary, .news-yimei {
    width: 280px;
    border: 1px solid #d2d2d2;
    overflow: hidden;
    box-sizing: border-box;
}

.double-eyelid .eye-title, .new-diary .diary-title, .news-yimei .news-title {
    width: 100%;
    padding: 18px 0;
    border-bottom: 1px solid #d2d2d2;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 20px;
    color: #333;
}

.double-eyelid .eye-title .eye-logo {
    display: inline-block;
    width: 22px;
    height: 28px;
    margin: 0 12px;
    vertical-align: bottom;
    background-position: 0 -20px;
}

.double-eyelid .eye-ul {
    width: 100%;
    padding-bottom: 12px;
    overflow: hidden;
}

.double-eyelid .eye-ul li {
    padding: 0 12px;
    padding-top: 15px;
    overflow: hidden;
}

.double-eyelid .eye-ul li .text-one:hover {
    color: #FF5959;
}

.double-eyelid .eye-ul li .eye-people {
    vertical-align: middle;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    overflow: hidden;
}

.double-eyelid .eye-ul li .eye-people img {
    width: 100%;
}

.double-eyelid .eye-ul li .eye-text {
    width: 160px;
    margin-left: 14px;
}

.double-eyelid .eye-ul li .eye-text .text-one {
    max-height: 41px;
    font-size: 14px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.double-eyelid .eye-ul li .eye-text .text-two {
    font-size: 12px;
    color: #999;
    margin-top: 14px;
}

.double-eyelid .eye-ul li .eye-text .text-two > span {
    display: inline-block;
}

.double-eyelid .eye-ul li .eye-text .text-two > span:first-child {
    margin-right: 16px;
}

.double-eyelid .eye-ul li .eye-text .text-two > span > span {
    display: inline-block;
}

.double-eyelid .eye-ul li .eye-text .text-two > span > span.gwc {
    width: 16px;
    height: 15px;
    vertical-align: bottom;
    background-position: -147px 0;
    margin-right: 4px;
}

.double-eyelid .eye-ul li .eye-text .text-two > span > span.bdh {
    width: 14px;
    height: 14px;
    vertical-align: middle;
    background-position: -165px 0;
    margin-right: 8px;
}
/*#endregion */

/*#region 右侧最新日记 */
.new-diary .diary-title .diary-logo {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin: 0 12px;
    vertical-align: bottom;
    background-position: -24px -20px;
}

.new-diary .diary-ul {
    padding: 5px 13px;
    overflow: hidden;
}

.new-diary .diary-ul li {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px dashed #bcbcbc;
    overflow: hidden;
}

.new-diary .diary-ul li:last-child {
    border-bottom: none;
}

.new-diary .diary-ul li .diary-people {
    width: 75px;
    height: 75px;
    border-radius: 100%;
    overflow: hidden;
}

.new-diary .diary-ul li .diary-people img {
    width: 100%;
}

.new-diary .diary-ul li .diary-text {
    width: 160px;
    overflow: hidden;
    padding-left: 12px;
}

.new-diary .diary-ul li .diary-text .text-one {
    max-height: 41px;
    vertical-align: middle;
    font-size: 14px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.new-diary .diary-ul li:hover .text-one {
    color: #FF5959;
}

.new-diary .diary-ul li .diary-text .text-two {
    width: 100%;
    margin-top: 14px;
    overflow: hidden;
}

.new-diary .diary-ul li .diary-text .text-two > span {
    display: inline-block;
    color: #333;
    font-size: 12px;
}

.new-diary .diary-ul li .diary-text .text-two > span > span {
    display: inline-block;
    width: 15px;
    height: 14px;
    background-position: -48px 0;
    vertical-align: sub;
    margin-right: 4px;
}
/*#endregion */
/*#region 右侧最新医美 */
.news-yimei .news-title .yimei-logo {
    display: inline-block;
    width: 27px;
    height: 27px;
    margin: 0 12px;
    vertical-align: bottom;
    background-position: -53px -20px;
}

.news-yimei .yimei-ul {
    width: 100%;
    padding: 15px 0 25px 0;
    overflow: hidden;
}

.news-yimei .yimei-ul li {
    width: 100%;
    overflow: hidden;
}

.news-yimei .yimei-ul li span {
    display: inline-block;
}

.news-yimei .yimei-ul li span.yuandian {
    color: #ff9d00;
    font-size: 30px;
    margin-left: 14px;
}

.news-yimei .yimei-ul li span.bgs {
    color: #4d4d4d;
    font-size: 14px;
    vertical-align: middle;
    margin-left: 7px;
    width: 160px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.news-yimei .yimei-ul li:hover span.bgs {
    color: #ff9d00;
}

.news-yimei .yimei-ul li span.data {
    color: #999;
    font-size: 12px;
    vertical-align: middle;
}

/*#endregion */



/*#region 顶部页面整形app */
/*#endregion */
/*#region 顶部页面微信号*/

.down-apps {
    left: -4px;
    position: absolute;
    top: 33px;
    display: none;
    height: 123px;
    width: 123px;
    z-index: 2;
    background: url(https://cdn-gw.meb.com/image/public/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(https://cdn-gw.meb.com/image/public/WeChat.jpg) no-repeat;
    background-size: cover;
}

/*#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: 3px;
    background-image: url(https://cdn-gw.meb.com/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(https://cdn-gw.meb.com/image/public/WeChat.jpg) no-repeat;
    background-size: cover;
    display: none;
}

.xzcode {
    top: -72px;
    left: -185px;
    height: 213px;
    width: 183px;
    z-index: 2;
    background: url(https://cdn-gw.meb.com/m/image/APP-download-ercode.png) no-repeat;
    background-size: cover;
    display: none;
}

.back-top {
    width: 68px;
    height: 68px;
    background-image: url(https://cdn-gw.meb.com/image/back-top.png);
    background-size: cover;
}

.mtf3 {
    position: relative;
    width: 100%;
    margin-top: -2px;
    overflow: hidden;
}
/*#endregion */

/*#endregion */

/*底部浮窗*/
.foot-pop {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 180px;
}

.foot-pop .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;
    margin: 0;
    justify-content: space-between;
}

.concat-list:hover {
    cursor: pointer;
}

.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;
}