

/* 禁用iPhone中Safari的字号自动调整 */
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

/* 去除iPhone中默认的input样式 */

input {
    /* -webkit-appearance:none; */
    resize: none;
}
img{
    width: 100%;
}
/* 取消链接高亮  */

body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: '微软雅黑';
}

/* 设置HTML5元素为块 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

/* 图片自适应 */

img {
    outline-width: 0px;
    vertical-align: top;
    max-width: 100%;
    height: auto;
    width: auto\9;
    /* ie8 */
    -ms-interpolation-mode: bicubic;
    /*为了照顾ie图片缩放失真*/
}

*:focus {
    outline: none;
}

/* 清零 */

body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
    border: none;
}

body {
    margin: 0 auto;
    font-family: '微软雅黑';
    font-size: 100%;
    /* background: #f5f5f5; */
    /* padding-bottom: 50px; */
}

em,
i {
    font-style: normal;
}

.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

.clearfix {
    zoom: 1;
}

a {
    text-decoration: none;
    color: #676767;
    font-family: '微软雅黑';
}

a:hover {
    color: #969696;
    text-decoration: none;
}

ul,
ol,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-family: '微软雅黑';
}

fieldset,
img {
    border: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
}

q:before,
q:after {
    content: "";
}

input:password {
    ime-mode: disabled;
}

.clear {
    clear: both;
}

/*连续英文、数字换行*/

.wordwrap {
    word-break: break-all;
    word-wrap: break-word;
}

/*单行文字超出显示省略号*/

.omg {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.t-css {
    width: 100%;
    display: table;
}

.t-row-css {
    display: table-row;
    width: 100%;
}

.t-cell-css {
    display: table-cell;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    height: 100%;
    box-sizing: border-box;
}

a,
span,
p,
h1,
h2,
h3,
div {
    font-family: '微软雅黑';
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
    font-size: 14px;
    /* line-height: 100%; */
}

.container {
    width: 1200px;
    margin: 0 auto;
    /* position: relative; */
}

.unselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
    not supported by any browser */
}

.zrt_header {
    height: 40px;
    width: 100%;
    background: #79e3d0;
    margin-bottom: 35px;
}

.hgzrt {
    width: 1500px;
    margin: 0 auto;
}
.hgz_nav{
    height:35px;
}
.container {
    width: 1200px;
    margin: 0 auto;
}

.zrt_header_box {
    width: 33%;
    display: flex;
    align-items: center;
    font-size: 26px;
    color: #fff;
}

.zrt_title {
    margin-left: 10px;
    font-weight: initial;
}
.zrt_title a{
    color: #fff;
}

.zrt_js {
    width: 33%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-top: 8px;
}

.zrt_login {
    width: 33%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 8px;
}

.zrt_login a {
    color: #fff;
    margin-left: 20px;
    font-size: 14px;
    cursor: pointer;
}

.zrt_logo {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
    top: 30px;
}

.dsflex {
    display: flex;
    justify-content: space-between;
}

.search_item {
    display: flex;
    width: 545px;
    align-items: center;
}

.search_box {
    width: 464px;
    height: 38px;
    border: 1px solid #79e3d0;
    border-radius: 20px 0 0 20px;
}

.search_box input {
    text-indent: 2em;
    width: 464px;
    height: 38px;
    border-radius: 20px 0 0 20px;
}

.search_btn {
    width: 79px;
    height: 40px;
    background: #79e3d0;
    line-height: 38px;
    text-align: center;
    border-radius: 0 20px 20px 0;
    color: #fff;
    cursor: pointer;
}

.header_nav {
    display: flex;
    justify-content: space-between;
}

.nav_item {
    width: 150px;
    height: 50px;
    background: #79e3d0;
    border: 1px solid #dcdcdc;
}

.g-banner {
    position: relative;
    height: 500px;
    overflow: hidden;
    width: 1200px;
    margin: auto;
    background-color: #fff;
}

.g-banner .g-banner-content {
    position: relative;
    float: left;
    width: 1184px
}

.g-banner .g-banner-content .g-banner-box {
    position: relative;
    height: 505px;
    width: 1185px;
}


.g-banner .banner-anchor {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width: 36px;
    height: 60px;
    overflow: hidden;
    font-size: 24px;
    color: rgba(255, 255, 255, .6);
    text-align: center;
    line-height: 60px;
    text-shadow: 0 2px 4px rgba(7, 17, 27, .6)
}

.g-banner .next {
    right: 0;
    border-radius: 4px 0 0 4px
}

.g-banner .prev {
    left: 0;
    border-radius: 0 4px 4px 0
}

.g-banner .next:hover,
.g-banner .prev:hover {
    color: #fff;
    background: rgba(7, 17, 27, .6)
}

.g-banner .g-banner-box>a:first-child .banner-slide {
    display: block
}

.g-banner .banner-slide {
    position: relative;
    height: 100%;
    z-index: 0;
}


/* .g-banner .banner-slide img {
    height: 316px;
    width: 936px;
    } */

.g-banner .inner {
    position: relative;
    width: 985px;
    margin: 0 auto
}

.g-banner .banner-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: right;
    padding-right: 24px;
    line-height: 12px
}

.g-banner .banner-dots li {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-left: 8px;
    background: rgba(7, 17, 27, .8);
    border: 1px solid rgba(255, 255, 255, .6);
    transition: transform .2s;
    cursor: pointer
}

.g-banner .banner-dots li.on {
    background: #FFF;
    border: 1px solid rgba(7, 17, 27, .4)
}

.menuwrap,
.submenu {
    position: absolute;
    top: 0;
    height: 444px
}

.menuwrap {
    background-color: rgba(7, 17, 27, .5);
    opacity: .502;
    left: 0;
    width: 216px;
    z-index: 1
}

.submenu {
    background: #fff;
    left: 216px;
    width: 300px;
    z-index: 581;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1)
}

.submenu .subinnerBox {
    overflow: hidden
}

.submenu .banner-line {
    position: relative;
    height: 1px;
    margin: 35px 0 23px;
    background-color: rgba(77, 85, 93, .08)
}

.submenu .banner-line span {
    position: absolute;
    top: -12px;
    left: 0;
    padding-right: 12px;
    font-size: 14px;
    font-weight: 700;
    color: #F20D0D;
    line-height: 24px;
    background-color: #fff
}

.submenu .tag-box {
    font-size: 0
}

.submenu .tag-box a {
    margin-bottom: 16px;
    font-size: 14px;
    color: #4D555D;
    line-height: 22px;
    margin-right: 24px;
    display: inline-block
}

.submenu .tag-box a:last-child {
    margin-right: 0
}

.submenu .subinnerBox .title {
    color: #07111b;
    font-size: 16px;
    line-height: 16px;
    margin-top: 32px;
    font-weight: 700;
    margin-bottom: 13px
}

.submenu .subinnerBox .recommend {
    margin-top: 33px;
    margin-bottom: 16px
}

.submenu a:hover {
    color: #f01414 !important
}

.submenu .subinnerBox .title a:hover {
    color: #f01414
}

.menuContent {
    font-weight: 400;
    width: 206px;
    *height: 380px;
    position: absolute;
    top: 55px;
    left: 50%;
    margin-left: -600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 10;
    background-color: #FFFFFF;
}

.menuContent .item .box a:hover {
    color: #f01414 !important
}

.menuContent .item {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    cursor: pointer;
    position: relative
}

.menuContent .item>a {
    display: flex;
    color: #666;
    height: 40px;
    transition: all .1s;
    justify-content: center;
    align-items: center;
}
.menuContent .item .box a {
    color: #fff !important
}

.menuContent .on a {
    color: #08acee;
    background-color: rgba(255, 255, 255, .3)
}

.g-banner {
    background-color: #93999f;
    box-shadow: 0 12px 24px 0 rgba(7, 17, 27, .2)
}

.path-banner {
    width: 936px;
    height: 128px;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(7, 17, 27, .1);
    background-color: #fff;
    text-align: center;
    padding: 0 18px
}

.path-banner i {
    display: inline-block;
    width: 36px;
    height: 36px;
    background-size: 100%;
    margin-top: 22px
}

.container-types .wonderful-list .wenda-tit,
.path-banner>a {
    display: block;
    transition: all .3s
}

.path-banner .i-web {
    background-position: center 0
}

.path-banner .i-php {
    background-position: center -36px
}

.path-banner .i-java {
    background-position: center -72px
}

.path-banner .i-android {
    background-position: center -108px
}

.path-banner .i-ios {
    background-position: center -144px
}

.path-banner>a {
    float: left;
    font-size: 0;
    width: 180px;
    height: 128px;
    overflow: hidden
}

.path-banner>a:hover {
    margin-top: -4px
}

.path-banner .tit {
    font-size: 14px;
    color: #07111B;
    letter-spacing: 1px;
    margin-top: 4px
}

.path-banner .desc {
    font-size: 14px;
    color: #93999F;
    line-height: 16px;
    margin-top: 2px;
    font-weight: 400
}

.submenu .innerBox {
    background-color: #fff;
    padding: 12px 48px 32px;
    position: relative;
    min-height: 150px
}

.submenu .innerBox .bkimg {
    position: absolute;
    bottom: 0;
    right: -1px
}

.menuSub {
    position: absolute;
    left: 216px;
    background: #fff;
    width: 350px;
    height: 380px;
    background: rgba(255, 255, 255, .9);
    overflow-y: auto;
    top: -12px;
    border: 1px solid #dddddd;
}

.item:hover {
    background: #fff;
}

.dsnone {
    display: none;
}

.navigation {
    display: flex;
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.navigation,
.navigation_two {
    margin-top: 20px;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    cursor: pointer;
}

.nav_first {
    width: 207px;
    background: #79e3d0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    color: #fff;
}

.navigation .on {
    color: #79e3d0;
}

.navigation_item {
    width: 100px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: initial;
}

.wy_ask {
    width: 138px;
    color: #ff9d41
}

.navigation_two .navigation_item {
    font-size: 20px;
    color: #666;
    width: 108px;
}

.navigation_two_item {
    width: 210px;
    height: 140px;
    background: #79e3d0;
    margin-top: 10px;
}

.navigation_two .on {
    font-weight: bold;
    color: #79e3d0;
}

.navigation_two_img {
    display: none;
    justify-content: space-between;
}

.hgzrt_line {
    width: 1200px;
    border-bottom: 1px dashed #dcdcdc;
    margin: 20px 0;
}

.news_nav {
    display: flex;
    justify-content: start;
}
.news_nav div a{
    text-decoration: underline;
}
.news_nav div:first-of-type {
    font-weight: bold;
    color: #79e3d0;
    font-size: 20px;
}

.news_nav div:nth-of-type(2) {
    font-size: 14px;
    color: #666;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.news_big_item {
    background: #79e3d0;
    width: 384px;
    height: 256px;
    overflow: hidden;
}

.news_big {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 20px;
}

.news_big_title {
    position: absolute;
    bottom: 20px;
    width: 364px;
    padding: 0 10px;
    color: #fff;
    height: 40px;
    font-weight: initial;
    line-height: 40px;
    background: #000000;
    opacity: 0.7;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.news_small {
    width: 1200px;
}

.masonry {
    width: 1200px;
    margin: 20px auto;
    columns: 4;
    column-gap: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.masonry_big {
    width: 380px;
    break-inside: avoid;
    margin-bottom: 30px;
    position: relative;
}

.masonry_big_img {
    width: 378px;
    height: 252px;
    background: #79e3d0;
}

.masonry_big_title {
    position: absolute;
    bottom: 20px;
    width: 358px;
    padding: 0 10px;
    color: #fff;
    height: 40px;
    font-weight: initial;
    line-height: 40px;
    background: #000000;
    opacity: 0.7;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.masonry_item {
    width: 380px;
    break-inside: avoid;
    padding: 20px 0;
    border-bottom: 1px dashed #dcdcdc;
    display: flex;
}

.masonry_img {
    background: #79e3d0;
    width: 120px;
    height: 80px;
    margin-right: 14px;

}

.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.masonry_item img {
    width: 100%;
}

.masonry_item h4 {
    width: 230px;
    color: #000;
    font-size: 14px;
    margin-bottom: 7px;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.masonry_item P {
    color: #555;
    width: 230px;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    font-size: 14px;
    -webkit-box-orient: vertical;
}

.box {
    height: 256px;
    -moz-page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    position: relative;
    display: block;
}

.spe {
    height: 128px;
}

.box-wrapper {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    column-gap: 1em;
    margin-top: 20px;
    margin-left: 10px;
}


.content-score {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 10px 20px;
}

.content-score-left {
    text-align: center;
    width: 135px;
    height: 115px;
    border-right: 1px dotted #7f7e7e;
}

.content-score-right {
    width: 620px;
    height: 115px;
    margin-left: 20px;
}

.content-score-right-items span {
    padding: 4px 10px;
    color: #757575;
    font-size: 14px;
    border: 1px solid #eee;
    margin: 0px 10px 10px 0;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
}

.content-score-right-title {
    margin-bottom: 10px;
    font-size: 14px;
}

.hospital_item {
    width: 276px;
    height: 368px;
    margin-right: 10px;
    margin-top: 20px;
    border-bottom: 2px dashed #dcdcdc;
}

.hospital_item_img {
    width: 276px;
    height: 182px;
    background: #79e3d0;
    overflow: hidden;
}

.hospital_box {
    display: flex;
    justify-content: space-between;
}

.hospital_item_title {
    height: 38px;
    /* margin-top: 10px; */
    line-height: 38px;
    font-weight: initial;
    /* margin-bottom: 10px; */
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    font-size: 16px;
    -webkit-box-orient: vertical;
}

.hospital_item_score {
    font-size: 14px;
    padding-top: 10px;
    display: flex;
    border-top: 2px dashed #dcdcdc;
    align-items: center;
    justify-content: space-between;
}

.hospital_desc {
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.score_canvas canvas {
    transform: scale(0.7);
    top: -10px;
    position: relative;
    left: -6px;
}

.score_canvas {
    width: 70px;
    height: 56px;
}

.hospital_lx {
    margin-top: 8px;
    color: #ff9d41;
    font-size: 14px;
    margin-bottom: 10px;
}

.hospital_sc {
    color: #79e3d0;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    font-size: 14px;
    -webkit-box-orient: vertical;
}

.doctor_list,
.list_item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.doctor_item {
    width: 375px;
    height: 480px;
    margin-right: 25px;
    margin-top: 20px;
    border-bottom: 2px dashed #dcdcdc;
}

.doctor_item_img {
    width: 375px;
    background: #79e3d0;
    height: 250px;
    overflow: hidden;
}

.doctor_item_title {
    padding: 15px 0;
    border-bottom: 2px dashed #dcdcdc;
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hospital_desc div:first-of-type {
    margin-bottom: 5px;
    font-size: 14px;
    color: #93999F;
}
.items_line{
    border-bottom: 2px dashed #dcdcdc;
    margin-bottom: 10px;
}
.hospital_desc div:first-of-type h4 {
    font-size: 18px;
    color: #000;
    display: inline;
    padding-right: 10px;
    font-weight: bold;
}

.hospital_desc div:nth-of-type(2) {
    color: #79e3d0;
    width: 100%;
    height: 19px;
    overflow: hidden;
}

.doctor_item_title .score_canvas {
    margin-right: 10px;
    margin-top: -3px;
}
.d290{
    width: 275px;
    height: 350px;
}
.display_flex{
    display: flex !important;
    justify-content: space-between !important;
}
.doctor_code {
    margin-top: 15px;
    color: #ff9d41;
    font-size: 14px;
    display: flex;
    margin-bottom: 8px;
    word-break: break-all;
    height: 23px;
    overflow: hidden;
}

.doctor_jj {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    font-size: 14px;
    -webkit-box-orient: vertical;
    color: #93999F;
    margin-bottom: 12px;
}

.doctor_sc {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    font-size: 14px;
    -webkit-box-orient: vertical;
    color: #54b1fd;
    margin-bottom: 8px;
}

.video_list {
    display: flex;
    justify-content: space-between;
}

.video_item {
    width: 375px;
    height: 295px;
    margin-right: 10px;
    margin-top: 20px;
    border-bottom: 2px dashed #dcdcdc;
    display: block;
}

.video_img {
    width: 375px;
    background: #79e3d0;
    height: 250px;
}

.video_title {
    display: -webkit-box;
    overflow: hidden;
    font-weight: initial;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    font-size: 14px;
    -webkit-box-orient: vertical;
    margin: 10px 0;
    font-size: 18px;
}

.news_user {
    margin-bottom: 10px;
    color: #666;
    font-size: 14px;
}

.news_item {
    display: flex;
    justify-content: space-between;
}

.news_look {
    display: flex;
    font-size: 14px;
}

.news_more {
    font-size: 14px;
    color: #54b1fd;
}

.news_look div {
    padding-right: 20px;
}

.h420 {
    height: 405px !important;
}

.zrt_bread {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.zrt_bread span a {
    color: #54b1fd;
}

.zrt_list_nav {
    font-size: 22px;
}

.zrt_screen {
    border-top: 2px dashed #dcdcdc;
    padding: 20px 0;
    margin-top: 10px;
}

.zrt_screen {
    display: flex;
}

.zrt_screen div {
    margin-right: 10px;
    padding: 3px 5px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.screen_choose {
    color: #79e3d0;
    border: 1px solid #79e3d0;
    position: relative;
}

.screen_choose_close {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 18px;
    height: 18px;
    background: #f01414;
    color: #fff;
    border-radius: 50%;
    overflow: hidden;
    text-indent: 5px;
    line-height: 16px;
}

.screen_choose div {
    text-indent: 10px;
}

.list_box {
    justify-content: space-between;
    display: flex;
    margin-top: 20px;
}

.list_screen {
    width: 271px;
    border: 2px solid #79e3d0;
}

.list_all {
    width: 900px;
}

.screen_nav {
    background: #79e3d0;
    color: #fff;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
}

.screen_item {
    margin: 10px;
}

.scree_title {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 5px;
    border-bottom: 2px dashed #dcdcdc;
    display: flex;
    align-items: center;
}
.screen_box .screen_item:first-of-type .scree_title i{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../image/eyes.png) no-repeat;
    background-size: 100%;
    margin-right: 10px; 
}
.screen_box .screen_item:nth-of-type(3) .scree_title i{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../image/chest.png) no-repeat;
    background-size: 100%;
    margin-right: 10px; 
}
.screen_box .screen_item:nth-of-type(2) .scree_title i{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../image/nose.png) no-repeat;
    background-size: 100%;
    margin-right: 10px; 
}
.screen_box .screen_item:nth-of-type(4) .scree_title i{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../image/mblk.png) no-repeat;
    background-size: 100%;
    margin-right: 10px; 
}
.screen_box .screen_item:nth-of-type(5) .scree_title i{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../image/face.png) no-repeat;
    background-size: 100%;
    margin-right: 10px; 
}
.mb30{
    margin-bottom: 30px;
}
.screen_box .screen_item:nth-of-type(6) .scree_title i{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../image/liposuction.png) no-repeat;
    background-size: 100%;
    margin-right: 10px; 
}
.screen_box .screen_item:nth-of-type(7) .scree_title i{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../image/rhytidectomy.png) no-repeat;
    background-size: 100%;
    margin-right: 10px; 
}
.screen_box .screen_item:nth-of-type(8) .scree_title i{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../image/mbwz.png) no-repeat;
    background-size: 100%;
    margin-right: 10px; 
}
.screen_box .screen_item:nth-of-type(9) .scree_title i{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../image/hair.png) no-repeat;
    background-size: 100%;
    margin-right: 10px; 
}
.screen_box .screen_item:nth-of-type(10) .scree_title i{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../image/mbwz.png) no-repeat;
    background-size: 100%;
    margin-right: 10px; 
}
.screen_box .screen_item:nth-of-type(11) .scree_title i{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../image/zszx.png) no-repeat;
    background-size: 100%;
    margin-right: 10px; 
}
.screen_box .screen_item:nth-of-type(12) .scree_title i{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../image/qingao.png) no-repeat;
    background-size: 100%;
    margin-right: 10px; 
}
.screen_box .screen_item:nth-of-type(13) .scree_title i{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../image/plant.png) no-repeat;
    background-size: 100%;
    margin-right: 10px; 
}
.screen_box .screen_item:nth-of-type(14) .scree_title i{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../image/correct.png) no-repeat;
    background-size: 100%;
    margin-right: 10px; 
}
.screen_box .screen_item:nth-of-type(15) .scree_title i{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../image/smzx.png) no-repeat;
    background-size: 100%;
    margin-right: 10px; 
}
.screen_box .screen_item:nth-of-type(16) .scree_title i{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../image/cbzx.png) no-repeat;
    background-size: 100%;
    margin-right: 10px; 
}
.screen_box .screen_item:nth-of-type(17) .scree_title i{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../image/microtia.png) no-repeat;
    background-size: 100%;
    margin-right: 10px; 
}
.screen_box .screen_item:nth-of-type(18) .scree_title i{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../image/pfjg.png) no-repeat;
    background-size: 100%;
    margin-right: 10px; 
}
.screen_box .screen_item:nth-of-type(19) .scree_title i{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../image/tbzx.png) no-repeat;
    background-size: 100%;
    margin-right: 10px; 
}
.screen_box .screen_item:nth-of-type(20) .scree_title i{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../image/kqzh.png) no-repeat;
    background-size: 100%;
    margin-right: 10px; 
}
.screen_box .screen_item:nth-of-type(21) .scree_title i{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../image/qtzx.png) no-repeat;
    background-size: 100%;
    margin-right: 10px; 
}
.screen_box .screen_item:nth-of-type(22) .scree_title i{
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(../image/yyxg.png) no-repeat;
    background-size: 100%;
    margin-right: 10px; 
}
.scree_small {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    padding-bottom: 5px;
    border-bottom: 2px dashed #dcdcdc;
}

.screen_small_item {
    margin-bottom: 5px;
    margin-right: 8px;
    cursor: pointer;
}
.mt10{
    margin-top: 10px;
}
.mt0 {
    margin-top: 0 !important;
}

.w290 {
    width: 280px;
    height: 425px;
    margin-right: 20px;
}
.n290{
    width: 275px;
    height: 345px;
}
.list_item_img {
    width: 280px;
    background: #79e3d0;
    height: 193px;
    overflow: hidden;
}

.list_item .hospital_desc div:first-of-type span {
    font-size: 17px;
    display: inline-block;
    width: 74px;
    height: 25px;
    overflow: hidden;
}

.list_item .hospital_desc div:first-of-type {
    font-size: 12px;
    display: flex;
    align-items: center;
}

.list_nav_item {
    padding: 10px 15px;
    text-align: center;
    border: 1px solid #79e3d0;
    color: #79e3d0;
    width: 100px;
    background: #fff;
}

.list_nav {
    display: flex;
}

.list_nav .on {
    background: #79e3d0;
    color: #fff;
}

.video_height {
    width: 290px;
    height: 270px;
}

.city_screen {
    margin-top: 10px;
    padding: 20px 0;
    /*border-bottom: 2px dashed #dcdcdc;*/
    border-top: 2px dashed #dcdcdc;
}

.choose_town,
.choose_city,
.choose_area {
    display: flex;
}

.area_box {
    display: flex;
    width: 1190px;
    flex-wrap: wrap;
}

.area_nav {
    margin-right: 10px;
    width: 100px;
    margin-top: 10px;
    color: #70ac90;
}

.area_box .on {
    color: #70ac90;
}

.area_item {
    padding: 0 10px;
    cursor: pointer;
    margin-top: 10px;
}

.city_nav {
    margin-right: 10px;
    width: 100px;
    margin-top: 10px;
    color: #ff6f1a;
}

.city_box {
    display: flex;
    width: 1190px;
    flex-wrap: wrap;
}

.city_box .on {
    color: #ff6f1a;
}

.city_item {
    padding: 0 10px;
    cursor: pointer;
    margin-top: 10px;
}

.town_nav {
    margin-right: 10px;
    width: 100px;
    margin-top: 10px;
    color: #08acee;
}

.town_box {
    display: flex;
    width: 1190px;
    flex-wrap: wrap;
}

.town_box .on {
    color: #08acee;
}

.town_item {
    padding: 0 10px;
    cursor: pointer;
    margin-top: 10px;
}

.w125 {
    width: 125px;
}

.hosp_wh {
    width: 280px;
    height: 385px;
    margin-right: 20px;
}

.disc_wh {
    height: 340px;
    width: 290px;
}

.discount_hospital {
    color: #666;
    font-size: 14px;
    margin-top: 10px;
}

.ask_user {
    padding: 10px 0;
    border-bottom: 2px dashed #dcdcdc;
    color: #999;
}

.ask_question {
    margin-top: 10px;
    color: #666;
    margin-bottom: 10px;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    font-size: 14px;
    -webkit-box-orient: vertical;
    height: 40px;
}

.ask_question span {
    color: #70ac90;
}

.ask_answer {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    font-size: 14px;
    -webkit-box-orient: vertical;
    color: #666;
    margin-bottom: 10px;
}

.ask_answer span {
    color: #08acee;
    margin-bottom: 10px;
}

.ask_question span {
    padding-right: 10px;
}

.ask_answer span {
    padding-right: 10px;
}

.ask_wh {
    height: 380px;
    width: 290px;
}

.content_bg {
    background: #f4f4f4;
}

.zrt_content_title {
    font-size: 24px;
    padding: 20px;
    border-bottom: 2px dashed #dcdcdc;
}
.zrt_content_title h3{
    font-weight: initial;
}
.zrt_content_box {
    display: flex;
    justify-content: space-between;
}

.content_user {
    padding: 10px 0 10px 0;
    font-size: 14px;
    display: flex;
    margin: 0px 20px;
}


.content_user div {
    margin-right: 20px;
    color: #999;
    cursor: pointer;
}

.seo_content {
    padding: 0.5em;
    font-size: 16px;
}

.seo_content h1 {
    font-size: 20px;
}

.seo_content p {
    padding: 5px 0;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    text-indent: 2em;
}

.seo_content p img,
.seo_content img {
    display: block;
    margin: 0 auto;
    max-width: 90%;
    width: auto;
    height: auto;
}

.seo_content h3 {
    font-size: 18px;
    font-weight: bold;
    padding: 6px;
    text-align: left;
}

.seo_content table p {
    text-indent: 0;
}

.selectTdClass {
    background-color: #edf5fa !important
}

.seo_content table {
    margin-bottom: 10px;
    border-collapse: collapse;
    display: table;
}

.seo_content td,
.seo_content th {
    padding: 5px 10px;
    border: 1px solid #DDD;
}
.left_content{
    width: 880px;
    background: #fff;
}
.right_content{
    width: 300px;
}

.content_img{
    width: 300px;
    height: 200px;
    background: #70ac90;
}
.right_wz_list{
    margin-top: 10px;
    background: #fff;
    padding-bottom: 20px;
}
.right_wz_desc{
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #666;
}
.right_wz_nav{
    color: #79e3d0;
    padding: 20px 0;
    margin: 0 20px;
    border-bottom: 2px dashed #ddd;
}
.right_wz_item{
    padding: 20px 0;
    margin: 0 20px;
    display: block;
}
.bottom_line{
    margin: 0 20px;
    border-top: 2px dashed #DDD;
}
.content_tag{
    display: flex;
    border-top: 10px solid #f4f4f4;
    border-bottom: 10px solid #f4f4f4;
    padding: 10px;
}
.content_tag div:first-of-type{
    width: 80%;
}
.content_tag div:nth-of-type(2){
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content_tag div:nth-of-type(2) div{
    width: 90px;
    height: 30px;
    margin-left: 10px;
    text-align: center;
    background: #ff8d4a;
    color: #fff;
    border-radius: 5px;
    line-height: 29px;
    cursor: pointer;
}
.content_reminder{
    display: flex;
    justify-content: space-between;
    padding: 10px;
}
.content_reminder .words{
    width: 61%;
    color: blue;
}
.content_reminder .btns{
    width: 38%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content_reminder .btns div:first-of-type{
    width: 200px; 
}
.content_reminder .btns div{
    width: 120px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    border-radius: 5px;
    color: #fff;
    background: #79e3d0;
    display: flex;
    justify-content: center;
}
.content_reading{
    border-top: 10px solid #f4f4f4;
    border-bottom: 2px dashed #DDD;
    padding: 10px;
    margin-bottom: 20px;
}
.content_reading_title{
    color: #79e3d0;
    font-size: 22px;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 20px;
}
.content_reading_item{
    padding: 20px;
    border-top: 2px dashed #DDD;
}
.right_wz_img{
    width: 260px;
    height: 173px;
    margin-bottom: 18px;
    background: #70ac90;
    overflow: hidden;
}
.hospital_header{
    display: flex;
    justify-content: space-between;
    margin: 20px;
}
.hospital_left{
    width: 40%;
}
.hospital_img{
    width: 450px;
    height: 300px;
    background: #79e3d0;
    overflow: hidden;
}
.hospital_right{
    width: 55%;
}
.hospital_ask{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.hospital_ask div:first-of-type{
    width: 190px;
    border-radius: 5px;
    height: 35px;
    line-height: 34px;
    color: #fff;
    background: #79e3d0;
    font-size: 20px;
    text-align: center;
}
.hospital_ask div:nth-of-type(2){
    display: flex;
    height: 30px;
    width: 260px;
    justify-content: center;
    align-items: center;
}
.hospital_content{
    background: #fff;
    border-bottom: 30px solid #f4f4f4;
}
.hospital_score{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.score_user{
    width: 49%;
}
.score_zrt{
    width: 49%;
}
.hospital_canvas{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -22px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.score_user .title{
    color: #ff6f1a;
    font-size: 18px;
}
.score_user .btns{
    width: 180px;
    display: flex;
    justify-content: space-between;
}
.score_user .btns div{
    border: 1px solid #ddd;
    color: #ddd;
    width: 80px;
    height: 30px;
    text-align: center;
    line-height: 29px;
    font-size: 14px;
}
.score_user .btns div:first-of-type{
    border: 1px solid #ff6f1a;
    color: #ff6f1a;
}
.score_zrt .title{
    color: #48bebe;
    font-size: 18px;
}
.score_zrt .btns{
    width: 180px;
    display: flex;
    justify-content: space-between;
}
.score_zrt .btns div{
    border: 1px solid #ddd;
    color: #ddd;
    width: 80px;
    height: 30px;
    text-align: center;
    line-height: 29px;
    font-size: 14px;
}
.score_zrt .btns div:first-of-type{
    border: 1px solid #48bebe;
    color: #48bebe;
}
.hospital_right_item{
    padding: 20px 0;
    margin: 0 20px;
    border-bottom: 2px dashed #DDD;
}
.pt0{
    padding-top: 0;
}
.hospital_nav{
    display: flex;
    border: 1px solid #79e3d0;
    border-right: 0;
    height: 35px;
    margin: 20px 38px 20px 20px;
}
.hospital_nav_item h2{
    font-weight: initial;
}
.hospital_nav_item{
    display: block;
    width: 120px;
    height: 35px;
    line-height: 33px;
    color: #79e3d0;
    cursor: pointer;
    flex: 1;
    text-align: center;
    border-right: 1px solid #79e3d0;
}
.hospital_nav .on{
    background: #79e3d0;
    color: #fff;
}
.hospital_nav_item:hover{
    background: #79e3d0;
    color: #fff;
}
.right_wz_nav{
    display: flex;
    justify-content: space-between;
}

.right_wz_nav a{
    font-size:12px ;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.right_wz_discount{
    display: flex;
    margin: 20px 20px 0px 20px;
    font-size: 14px;
    padding-bottom: 20px;
}
.wz_dis_left{
    font-size: 12px;
    height: 85px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.wz_dis_right{
    padding-top: 5px;
    width: 85px;
}
.wz_dis_left div:nth-of-type(2){
    color: #ff6f1a;
}
.zrt_content_title{
    display: flex;
    justify-content: space-between;
}
.zrt_content_title a{
    font-size: 16px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.content_list{
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
}
.boder_top30{
    border-top: 30px solid #f4f4f4;
}
.content_fw{
    margin-bottom: 20px;
}
.show_tags{
    width: 100px;
    height: 80px;
    background: #79e3d0;
    color: #fff;
    display: flex;
    padding: 10px;
    font-size: 16px;
    justify-content: center;
    align-items: center;
}
.content_boleft:nth-of-type(odd){
    margin-right: 65px;
}
.content_boleft{
    height: 510px;
}
.content_fw_head{
    display: flex;
    color: #48bebe;
    padding: 20px;
    align-items: center;
}
.content_fw_head div{
    align-items: center;
    flex: 1;
    padding: 0 10px;
}
.content_fw_head div:first-of-type{
    flex: 1;
}
.content_fw_head div:nth-of-type(2){
    flex: 2;
}
.content_fw_item{
    display: flex;
    padding: 10px 0;
    margin: 0 20px;
    align-items: center;
    font-size: 14px;
    border-bottom: 2px dashed #DDD;
}
.content_fw_item div{
    align-items: center;
    flex: 1;
    padding: 0 10px;
}
.content_fw_item div:first-of-type{
    flex: 1;
}
.content_fw_item div:nth-of-type(2){
    flex: 2;
    color: #54b1fd;
}
.content_fw_item div:nth-of-type(4){
    color: #ff6f1a;
}
.content_fw_btn{
    width: 100%;
    display: flex;
    justify-content: center;
}
.content_fw_btn div{
    width: 150px;
    margin: 20px 0;
    height: 45px;
    text-align: center;
    line-height: 44px;
    color: #fff;
    background: #79e3d0;
}
.content_fw_btn div a{
    color: #fff;
}
.bt0{
    border-top: 0 !important;
}
.doctor_item .hospital_item_score canvas{
    transform: scale(1);
    top: 5px;
    position: relative;
    left: -30px;
}
.h345{
    height: 345px;
}
.h180{
    height: 180px;
}
.list_tag_nav{
    display: flex;
}
.list_tag_nav div:first-of-type{
    font-size: 32px;
    color: #48bebe;
}
.list_tag_nav div:nth-of-type(2){
    color: #666;
    font-size: 24px;
    display: flex;
    flex-direction: column-reverse;
    margin-left: 10px;
}
.list_tag_title{
    background: #fff;
    padding: 10px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.gray_bg{
    background: #f4f4f4;
}
.list_tag_title .title{
    font-size: 28px;
    color: #666;
    padding-bottom: 20px;
    border-bottom: 2px dashed #dcdcdc;
    margin-bottom: 20px;
}
.list_tag_title .bottom{
    margin-bottom: 10px;
    display: flex;
}
.list_tag_title .bottom div{
    margin-right: 15px;
    display: flex;
}
.list_tag_title .bottom div:last-of-type{
    margin-left: auto;
    margin-right: 0;
}
.list_tag_title .bottom div img{
    width: auto;
    height: 80px;
}
.list_top_desc{
    background: #fff;
    padding: 40px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #666;
}
.mt30{
    margin-top: 30px;
}
.list_item_tag{
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    height: 200px;
}
.item_tag_img{
    width: 300px;
    height: 200px;
    margin-right: 15px;
    overflow: hidden;
    background: #dcdcdc;
}
.item_tag_desc{
    width: 485px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.item_tag_title{
    font-size: 22px;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.item_tag_content{
    font-size: 16px;
    color: #666;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.item_tag_all{
    display: flex;
    justify-content: flex-end;
}
.item_tag_all div{
    margin-left: 20px;
    color: #666;
    display: flex;
}
.ask_content{
    line-height: 2;
    font-size: 18px;
    padding: 20px;
    border-top: 20px solid #f4f4f4;
}
.seo_content_title{
    padding: 10px 0 20px 0;
    font-size: 22px;
    color: #48bebe;
    border-bottom: 3px dashed #dcdcdc;
    margin-bottom: 20px;
}
.discount_content{
    border-top: 20px solid #f4f4f4;
    border-bottom: 20px solid #f4f4f4;
    display: flex;
    background: #f4f4f4;
    justify-content: space-between;
}
.discount_left{
    width: 310px;
    background: #fff;
    padding: 20px;
}
.discount_right{
    padding: 20px;
    width: 460px;
    background: #fff;
}
.discount_left{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.discount_score{
    width: 80px;
}
.discount_price{
    width:260px;
}
.discount_oldprice{
    font-size: 16px;
    border-bottom: 3px dashed #dcdcdc;
    padding-bottom: 16px;
    margin-bottom: 15px;
}
.discount_oldprice span:first-of-type{
    text-decoration:line-through;
}
.discount_oldprice span:nth-of-type(2){
    color: #f01414;
}
.discount_newprice span{
    color: #ff6f1a;
}
.disocunt_tx{
    font-size: 16px;
    border-bottom: 3px dashed #dcdcdc;
    padding-bottom: 16px;
    margin-bottom: 15px;
}
.discount_btns{
    display: flex;
    justify-content: space-between;
}
.dicount_zero{
    padding: 10px 20px;
    border-radius: 5px;
    background: #ff6f1a;
    color: #fff;
    cursor: pointer;
}
.dicount_ask{
    padding: 10px 20px;
    border-radius: 5px;
    border:1px solid #ff6f1a;
    color: #ff6f1a;
    cursor: pointer;
}

.dicount_zx{
    padding: 10px 20px;
    color: #666;
    cursor: pointer;
}
.list_tag_box{
    width: 800px;
    margin-top: 10px;
}
.new_footer{
    width: 100%;
    height: 370px;
    padding: 30px 0;
    background: #f4f4f4;
    padding-top: 40px;
}
.footer_box{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;`
margin-bottom: 20px;
    border-bottom: 3px dashed #dcdcdc;
}
.footer_left{
    width: 300px;
}
.footer_right{
    width: 300px;
}
.footer_center{
    width: 560px;
}
.footer_logo{
    display: flex;
    align-items: center;
}
.footer_logo_img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}
.footer_logo_desc{
    margin-left: 20px;
    font-size: 20px;
}
.footer_icp{
    color: #54b1fd;
}
.footer_nav{
    display: flex;
    flex-wrap: wrap;
    width: 200px;
    margin: 0 auto;
    justify-content: space-between;
}
.footer_nav_item{
    width: 47%;
    margin-top: 20px;
    color: #ff6f1a;
    font-size: 14px;
}
.footer_center_top{
    align-items: center;
    height: 80px;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
}
.footer_center_item{
    width: 150px;
    height: 50px;
    background: #48bebe;
}
.footer_center_content{
    color: #666;
    font-size: 16px;
    margin-bottom: 25px;
}
.footer_center_desc{
    font-size: 14px;
    color: #48bebe;
}
.footer_right{
    padding-top: 10px;
}
.footer_links{
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
}
.footer_links a{
    color: #000;
}
.look_icon{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../image/zhf.png) no-repeat;
    background-size: 100%;
    margin-right: 5px;
}
.fire_icon{
    width: 20px;
    height: 20px;
    background: url(../image/lll.png) no-repeat;
    background-size: 100%;
    margin-right: 5px;
}
.news_look div{
    display: flex;
    align-items: center;
}
.like_icon{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../image/xh.png) no-repeat;
    background-size: 100%;
    margin-right: 5px;
    cursor: pointer;
}
.xgct_icon{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../image/xgct.png) no-repeat;
    background-size: 100%;
    margin-right: 5px;
    cursor: pointer;
}
.icon_fbr{
    width: 20px;
    height: 20px;
    background: url(../image/fbr.png) no-repeat;
    background-size: 100%;
    margin-right: 5px;
}
.ask_user{
    display: flex;
    align-items: center;
}
.imgBox{
    width: 984px;
    margin-left: 216px;
    background: #fff;
}
.imgBox a{
    width: 100%;
    margin: 0 auto;
}
.img-slide{
    display: none;
}
.imgBox img {
    width: 100%;
    margin: 0 auto;
}
.imgBox a:first-of-type img{
    display: block;
}
/* 鼠标滑过显示图片 */
.phone_qr {
    position: absolute;
    width: 175px;
    height: 175px;
    margin-left: -60px;
    display: none;
    z-index: 100;
}

.phone_qr b {
    display: inline-block;
    width: 175px;
    height: 199px;
    background: url(../image/donwold.png) no-repeat;
    background-size: 100%;
}

.phone_qr .phone_qr_jlt {
    background-position: -746px 0;
}

.phone_qr_icon:hover .phone_qr {
    display: block;
}

.wechat_qr_icon:hover .phone_qr {
    display: block;
}
.qrcode{
    height: 105px !important;
}
.wechat-qrcode div{
    background: #fff !important;
    color: #000 !important;
}
.wechat-qrcode .help{
    margin: 0 auto;
    width: auto !important;
}
.item_eyes{
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../image/eyes.png) no-repeat;
    background-size: 100%;
    margin-right: 10px;
}
.item_nose{
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../image/nose.png) no-repeat;
    background-size: 100%;
    margin-right: 10px;
}
.item_chest{
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../image/chest.png) no-repeat;
    background-size: 100%;
    margin-right: 10px;
}
.item_face{
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../image/face.png) no-repeat;
    background-size: 100%;
    margin-right: 10px;  
}
.item_rhytidectomy{
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../image/rhytidectomy.png) no-repeat;
    background-size: 100%;
    margin-right: 10px;  
}
.item_hair{
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../image/hair.png) no-repeat;
    background-size: 100%;
    margin-right: 10px;  
}
.item_liposuction{
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../image/liposuction.png) no-repeat;
    background-size: 100%;
    margin-right: 10px;  
}
.item_plant{
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../image/plant.png) no-repeat;
    background-size: 100%;
    margin-right: 10px;  
}
.item_scar{
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../image/scar.png) no-repeat;
    background-size: 100%;
    margin-right: 10px;  
}
.item_correct{
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../image/correct.png) no-repeat;
    background-size: 100%;
    margin-right: 10px;  
}
.item_microtia{
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../image/microtia.png) no-repeat;
    background-size: 100%;
    margin-right: 10px;  
}
.item_qingao{
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../image/qingao.png) no-repeat;
    background-size: 100%;
    margin-right: 10px;  
}
.menuContent .item>a span{
    width: 70px;
}
.nav_border{
    border-bottom: 5px solid #79e3d0;
}
.page {
    text-align: center;
    margin-top: 50px;
  }
  .page a {
    width: auto;
    height: 30px;
    text-align: center;
    line-height: 20px;
    display: inline-block;
    background-color: #79e3d0;
    line-height: 30px;
    color: #fff;
    margin-left: 5px;
    padding: 0 10px;
  }
  
  .page span {
    width: 40px;
    height: 30px;
    text-align: center;
    line-height: 20px;
    display: inline-block;
    background-color: #79e3d0;
    line-height: 30px;
    color: #fff;
    margin-left: 5px;
  }
  .login_box{
      width: 100%;
  }
  .login_item{
    width: 250px;
    background: #fff;
    padding: 50px;
    margin: 0 auto;
  }
  .login_user,.login_password{
    border-bottom: 1px solid #f2f2f2;
    padding-top: 8px;
  }
  .login_user input{
    height: 50px;
    width: 100%;
  }
  .login_password input{
    height: 50px;
    width: 100%;
  }
  .login_header{
    color: #222;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    margin-bottom: 15px;
}
  .login_header::after{
    content: '';
    display: block;
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    height: 2px;
    background: #79e3d0;
    border-radius: 1px;
  }
  .login_btn{
    margin: 20px auto 0 auto;
    width: 220px;
    height: 48px;
    line-height: 48px;
    background: #79e3d0;
    border-radius: 10px;
    box-shadow: 0 6px 16px 0 rgb(78 111 242 / 30%);
    font-size: 17px;
    font-weight: 500;
    border: 0;
    color: #fff;
    cursor: pointer;
    text-align: center;
  }
  .login_check{
      margin-top: 20px;
      font-size: 12px;
  }

  /*
  轮播图样式
   */
#flash {
    width: 100%;
    height: 432px;
    margin: 0 auto;
    position: relative;
}
#prev {
    width: 40px;
    height: 63px;
    background: url(../image/beijing.png) 0px 0px;
    position: absolute;
    top: 183px;
    left: 2%;
    z-index: 1000;
}
#next {
    width: 40px;
    height: 63px;
    background: url(../image/beijing.png) -40px 0px;
    position: absolute;
    top: 183px;
    right: 2%;
    z-index: 1000;
}
#flash #play {
    width: 100%;
    height: 432px;
    list-style: none;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
}
#button {
    position: absolute;
    bottom: 20px;
    left: 50%;
    list-style: none;
    margin-left: -55px;
}
#flash #play li {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 432px;
}
.play_box {
    width: 1200px;
    margin: 0 auto;
    display: block;
}
#flash #play li img {
    float: left;
    width: 860px;
    margin-left: 206px;
}

/*图片模糊相关*/
.seo_content p{
    overflow: hidden;
}

.content_img {
    overflow: hidden;
}
/*end*/