* {
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", Tahoma, Arial, sans-serif;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}

option:hover {
    color: #fff;
    background-color: #1E90FF;
}

li {
    list-style: none;
}

ul {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

i,
em {
    font-style: normal;
}

input {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin: 0;
    padding: 0;
    font-size: inherit
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

a {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

a:active,
a:focus,
a:hover {
    outline: none;
    /*background: none;*/
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: rgb(250, 250, 250)
}

html {
    font-size: 16px;
}

@media screen and (min-width: 375px) {
    html {
        /* iPhone6的375px尺寸作为16px基准，414px正好18px大小, 600 20px */
        font-size: calc(100% + 2 * (100vw - 375px) / 39);
        font-size: calc(16px + 2 * (100vw - 375px) / 39);
    }
}

@media screen and (min-width: 414px) {
    html {
        /* 414px-1000px每100像素宽字体增加1px(18px-22px) */
        font-size: calc(112.5% + 4 * (100vw - 414px) / 586);
        font-size: calc(18px + 4 * (100vw - 414px) / 586);
    }
}

@media screen and (min-width: 600px) {
    html {
        /* 600px-1000px每100像素宽字体增加1px(20px-24px) */
        font-size: calc(125% + 4 * (100vw - 600px) / 400);
        font-size: calc(20px + 4 * (100vw - 600px) / 400);
    }
}

@media screen and (min-width: 1000px) {
    html {
        /* 1000px往后是每100像素0.5px增加 */
        font-size: calc(137.5% + 6 * (100vw - 1000px) / 1000);
        font-size: calc(22px + 6 * (100vw - 1000px) / 1000);
    }
}

.border-style {
    border-radius: 12px;
    box-shadow: 0 3px 6px rgba(192, 192, 192, .1);
}

.border-style-main {
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(192, 192, 192, .1);
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.in_block {
    display: inline-block;
    vertical-align: middle;
}

.font0 {
    font-size: 0;
}

.w_img {
    overflow: hidden;
}

.w_img img {
    width: 100%;
    height: 100%;
    display: block;
}

.ft12 {
    font-size: 12px;
}

.hover {
    transition: .3s;
}

.hover:hover {
    color: #FF8686 !important;
}

.w1200 {
    width: 1200px;
    margin: auto;
}

.text_row {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.text_rows {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.text_row3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.text_row4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.relative {
    position: relative;
}

.clearfix {
    display: block;
}

.clearfix:after {
    clear: both;
    display: block;
    content: '';
    height: 0;
}

select {
    /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
    border: solid 1px #000;
    /*很关键：将默认的select选择框样式清除*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*在选择框的最右侧中间显示小箭头图片*/
    background: url("../image/arrow.png") no-repeat scroll rightright center transparent;
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    padding-right: 14px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
    display: none;
}

option::-ms-expand {
    display: none;
}

option {
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari 和 Chrome */
    appearance: none;
}

/* --背景色字体颜色--*/


/*table*/
.container-fluid {
    padding: 0 !important;
    background: #fff;
}

.container-fluid table {
    border: 1px solid #dbdbdb;
    width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    transition: .5s;
}

.container-fluid tr {
    text-align: center;
}

.container-fluid thead th {
    padding: 8px;
    font-weight: 100;
    line-height: 20px;
    background-color: #e9eef5;
    border-left: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    word-break: break-all;
    text-align: center;
    color: #444d5e;
}

.container-fluid tbody td {
    cursor: pointer;
    padding: 30px 8px;
    line-height: 20px;
    border-left: 1px solid #dbdbdb;
    background-color: white;
    border-bottom: 1px solid #dbdbdb;
    word-break: break-all;
    color: #4c84ff;
    text-decoration: underline;
}

/*分页*/
.pagination {
    color: #000;
}

.Jump {
    color: #999999;
    font-size: 14px;
}

.Jump input {
    width: 50px;
    height: 30px;
    padding: 0 10px;
    border: 1px solid #eee !important;
    border-radius: 5px;
    margin-top: 5px;
}

.pagination li {
    border: 1px solid #eee !important;
    border-radius: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

.pagination .active {
    background: #FF8686;
    color: #FFF;
}

.pagination a,
.pagination span {
    font-size: 12px !important;
    display: block;
    padding: 10px 20px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    border: 0;
    background: none;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination>li:focus,
.pagination>li:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    background-color: #FF8686;
    opacity: 0.8;
    color: #ffffff !important;
    cursor: pointer;
}

.pagination>li:hover a {
    color: #fff !important;
}

/**********************************************************头部公用****************************************************************/
header {
    height: 39px;
    line-height: 39px;
    font-size: 12px;
    color: #4D4D4D;
    background: #F5F5F5;
}

.head_top .fr i {
    background: url("../image/64.png")no-repeat center center;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: -6px;
    margin-left: 10px;
}

.logo {
    width: 176px;
    height: 50px;
}

.nav {
    position: relative;
    z-index: 100;
}

.nav_list {
    margin-left: 100px;
    height: 50px;
}

.nav_list ul {
    font-size: 0;
}

.nav_list li {
    font-size: 16px;
    color: #333333;
    display: inline-block;
    vertical-align: middle;
    line-height: 50px;
    margin-right: 40px;
}

.nav_list li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    transition: .3s;
}

.nav_list li.active a::after {
    content: " ";
    width: 100%;
    height: 5px;
    border-radius: 4px;
    background: #FF8686;
    position: absolute;
    left: 0;
    bottom: 5px;
}

.nav_list li:last-child {
    margin-right: 0;
}

.nav_list li.active a {
    font-weight: bold;
    color: #FF8686;
}

.nav_list li:hover a {
    color: #FF8686;
}

.search {
    margin-top: 12px;
    font-size: 0;
}

.search input {
    width: 161px;
    height: 30px;
    border: 1px solid #FF8A8A;
    opacity: 1;
    border-radius: 13px;
    padding-left: 30px;
    box-sizing: border-box;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    background: transparent;
}

.search i {
    background: url("../image/47.png")no-repeat center center;
    background-size: 12px 12px;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 9px;
    left: 10px;
}

.search span {
    background: url("../image/33.png")no-repeat center center;
    background-size: 26px 26px;
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}

.search span a {
    display: block;
    width: 100%;
    height: 100%;
}

.left_demo {
    margin-top: 35px;
    position: relative;
    z-index: 99;
}


.banner_ul li {
    width: 274px;
    height: 80px;
    background: #FFFFFF;
    opacity: 1;
    padding: 25px 22px;
    box-sizing: border-box;
    font-size: 0;
}

.demo_li_icon {
    width: 42px;
    height: 42px;
    display: inline-block;
    vertical-align: top;
}

.demo_li_text {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
}

.demo_li_text div {
    font-size: 16px;
    color: #4D4D4D;
}

.demo_li_text span {
    font-size: 14px;
    color: #808080;
    display: block;
    margin-top: 5px;
}

.banner_div {
    width: 284px;
    height: 400px;
}

.box1 {
    /* background: url(../../static/icon/69.png) 17px 130px no-repeat rgba(255,255,255,.1); */
}

.banner_box {
    overflow: hidden;
    display: none;
    height: 100%;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
}

.banner_box .banner_box_list {
    display: flex;
    width: 100%;
    font-size: 14px;
    /* color:#F24747 */
}

.banner_box .banner_box_list li {
    margin-top: 7px;
    width: 80px;
}

.supTop {
    background: #f00;
    color: #fff;
    padding: 0 5px;
    transform: translate(-4px, -7px) scale(0.6);
    position: absolute;
}

.box1 p {
    font-size: 14px;
}

.box1 span {
    font-size: 20px;
    color: #FF50A3;
}

.box1>p {
    margin-top: 20px;
}

.box1 div:nth-child(4) {
    display: block;
    width: 98px;
    height: 35px;
    background: #FF50A3;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    margin: 20px auto;
}

.box1 div:nth-child(5) {
    display: block;
    width: 98px;
    height: 35px;
    /* background: #FF50A3; */
    border: 1px solid #aaa;
    border-radius: 3px;
    color: rgb(0, 0, 0);
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    margin: 20px auto;
}

.li_bor {
    border-left: 3px solid #f29c9f;
    border-top: 1px solid #f29c9f;
    border-bottom: 1px solid #f29c9f;
    border-right: none;
}

.li_left_bor {
    border-right: 1px solid #f29c9f;
}

.div_bor {
    border-top: 1px solid rgb(242, 156, 159);
    border-right: 1px solid rgb(242, 156, 159);
    border-bottom: 1px solid rgb(242, 156, 159);
    border-left: none;
}

.banner_box .box1_title {
    font-size: 24px;
}

.banner_box .banner_box_title {
    font-size: 15px;
    color: #646464;
    text-align: center;
    padding: 5px 0 19px 0;
}

.banner_box>banner_box_p {
    font-weight: 600;
    font-size: 14px;
    border-top: 2px solid #C1C1C1;
    padding: 10px;
}

.banner_box .row8 {
    text-align: center;
}

.banner_box .row8 div {
    display: inline-block;
    height: auto;
    width: 100px;
    border: 1px solid #f29c9f;
    color: #888;
    font-size: 13px;
    text-align: center;
    line-height: 28px;
    margin: 10px 10px 0 0;
}

.banner_box .nb_ul {
    margin-left: 10px;
    width: 220px;
    padding: 5px 0 0px 0;
    overflow: hidden;
    color: #aaa
}

.banner_box .nb_ul li {
    /* font-size: 13px; */
    color: #F24747;
    margin: 10px 0;
    /* line-height: 32px; */
}

.banner_box img {
    width: 230px;
    height: 112px;
    margin: 0 auto;
    display: block;
}

.left_demo_list {
    width: 274px;
}

.banner {
    position: relative;
    padding-top: 40px;
    background: #fff;
}

.swiper-container-index-banner {
    width: 100%;
    height: 400px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.swiper-container-outer-banner {
    margin-top: 35px;
    position: static;
}

.swiper-container-index-banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-container-index-banner .swiper-slide>a {
    display: block;
    width: 100%;
    height: 100%;
}

.swiper-container-index-banner .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.advert .swiper-container-index-banner {
    width: 926px;
    height: 490px;
    bottom: 0;
    overflow: hidden;
    z-index: -1
}

.advert .swiper-wrapper {
    width: 926px
}

.tip_layer .tip_html img {
    display: block;
    margin: auto;
}

.baiKe_banner_demo {
    width: 926px;
    height: 490px;
    position: relative;
    z-index: 20;
}

.advert {
    width: 926px;
    height: 490px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 19
}

.baiKe_banner_demo_list {
    display: none;
    height: 100%;
    border: 1px solid rgba(237, 237, 237, 1);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .05);
    box-sizing: border-box;
    padding-left: 40px;
    background: white;
}

.department_wrap {
    border-bottom: 1px dashed #DEDEDE;
}

.department_wrap>p {
    height: 22px;
    font-size: 16px;
    color: #FF8686;
    line-height: 22px;
    padding: 20px 0 10px;
}

.department_list {
    display: flex;
    flex-wrap: wrap;
}

.department_list li {
    width: 147px;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 5px;
    box-sizing: border-box;
}

.department_list li>a {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    transition: .3s;
}

.department_list li>a:hover {
    color: #FF8686;
}

.baiKe_banner_demo_list .department_wrap:last-child {
    border: 0;
}

.hot_follow {
  border-radius: 12px;
  overflow: hidden;
  padding: 20px 0 0 0;
}

.hot_follow_title {
    height: 67px;
    background: #FF8686;
    line-height: 67px;
    font-size: 16px;
    color: #FFFFFF;
    padding-left: 20px;
}

.hot_follow_title img {
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}

.hot_follow_ul {
    padding: 10px 15px;
    background: #fff6f6;
}

.hot_follow_ul li {
    padding: 15px 0 10px;
    border-bottom: 1px dashed rgba(204, 204, 204, .5);
    position: relative;
    font-size: 14px;
    color: #4D4D4D;
}

.hot_follow_ul li a {
    padding-left: 35px;
    box-sizing: border-box;
}

.hot_follow_ul ul {
    counter-reset: section;
}

.hot_follow_ul li::before {
    counter-increment: section;
    content: counter(section);
    width: 22px;
    height: 22px;
    line-height: 22px;
    background: #FD7724;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    padding-left: 6px;
    display: block;
    position: absolute;
    left: 0;
    top: 14px;
    box-sizing: border-box;
    font-weight: bold;
}

.hot_follow_ul li:nth-child(n+4)::before {
    counter-increment: section;
    content: counter(section) ". ";
    background: none;
    color: #666666;
}

.hot_follow_ul li:last-child {
    border-bottom: 0;
}

.ask_doctor {
    margin-top: 20px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
    /* border: 4px solid #F5F5F5; */
    border-radius: 12px;
    padding: 20px 15px;
    background: #fff
}

.ask_doctor_input {
    margin-top: 30px;
}

.ask_doctor_input textarea {
    resize: none;
    height: 124px;
    background: #F2F2F2;
    border-radius: 12px;
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 18px 15px;
    box-sizing: border-box;
    border: 0;
}

.ask_doctor_input ul {
    width: 250px;
    margin: 20px auto 0;
}

.ask_doctor_input ul li {
    margin-bottom: 15px;
}

.ask_doctor_input ul li span {
    font-size: 14px;
    color: #4D4D4D;
    width: 60px;
    text-align: right;
}

.ask_doctor_input ul li input {
    font-size: 14px;
    width: 162px;
    height: 35px;
    background: #FFFFFF;
    border: 1px solid #FF8686;
    opacity: 1;
    border-radius: 6px;
    margin-left: 15px;
    padding-left: 20px;
    box-sizing: border-box;
}

.ask_doctor_input ul li input.coin {
    width: 60px;
    height: 28px;
    line-height: 28px;
    margin-left: 5px;
    padding-left: 10px;
}

.ask_doctor_input ul li span.icon_text {
    width: auto;
    margin-left: 5px;
}

.ask_doctor_input>a {
    width: 82px;
    height: 29px;
    background: #FF8686;
    box-shadow: 0px 3px 6px rgba(237, 104, 138, 0.4);
    line-height: 29px;
    text-align: center;
    border-radius: 19px;
    font-size: 14px;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px #F24747;
    display: block;
    margin: 20px auto 0;
}

.hot_search>.fl {
    font-size: 16px;
    font-weight: bold;
    color: #FF8686;
    border-bottom: 2px solid #FF8686;
    padding-bottom: 5px;
}

.hot_search>.fr {
    font-size: 14px;
    margin-top: 4px;
}

.hot_search>.fr>a {
    color: #666666;
}

.hot_search>.fr>a img {
    margin-top: -3px;
}

.remBer_hospital_ul {
    margin-top: 30px;
}

.remBer_hospital_left {
    width: 130px;
    height: 80px;
    border-radius: 12px;
}

.remBer_hospital_right {
    width: calc(100% - 145px);
}

.remBer_hospital_right .text_row {
    font-size: 14px;
    font-weight: bold;
    color: #4D4D4D;
    margin-top: 10px;
}

.hospital_btn {
    margin-top: 20px;
}

.hospital_btn a {
    width: 63px;
    height: 28px;
    background: #FF8686;
    opacity: 1;
    border-radius: 6px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
}

.hospital_btn a:last-child {
    margin-left: 5px;
}

.hospital_btn a.C0FF {
    background: #77C0FF;
}

.hospital_btn a:hover {
    color: #fff;
}

.remBer_hospital_list {
    margin-bottom: 35px;
}

.remBer_hospital_ul .remBer_hospital_list:last-child {
    margin-bottom: 0;
}

.hospital_city {
    /* background: #f5f5f5; */
    border-radius: 6px;
    box-sizing: border-box;
}

.hospital_city_div {
    background: #fff;
    padding: 0 20px;
    border-radius: 6px;
    position: relative;
}

.province_list {
    padding-top: 20px;
    border-bottom: 1px solid rgba(230, 230, 230, .5);
}

.province_list>span {
    font-size: 16px;
    color: #4D4D4D;
    width: 100px;
}

.city_list a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #4D4D4D;
    margin-bottom: 15px;
}

.city_list {
    width: calc(100% - 100px);
}

.city_search {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 20px;
    font-size: 12px;
    font-weight: 400;
    color: #4D4D4D;
    margin-bottom: 15px;
}

.city_search input {
    width: 88px;
    height: 22px;
    background: rgba(255, 134, 134, 0.08);
    border-radius: 14px;
    border: 0;
    outline: none;
    padding-left: 30px;
    box-sizing: border-box;
}

.city_search i {
    background: url(../image/47.png)no-repeat center center;
    background-size: 12px 12px;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 5px;
    left: 10px;
}

.city_list a.active {
    color: #FF8686;
}

.city_list .toggle {
    position: absolute;
    right: 10px;
    top: 22px;
    font-size: 14px;
    font-weight: 400;
    color: #77C0FF;
    user-select: none;
}

.city_list .toggle img {
    margin-left: 5px;
    transition: .3s;
    transform: rotate(-90deg);
}

.first-child {
    height: 37px;
    overflow: hidden;
    transition: .3s;
}

.city_list .toggle.active img {
    transform: rotate(0deg);
}

.ph-city {
    display: none;
}

.doctor_topic {
    margin-top: 28px;
}

.topic_img {
    height: 110px;
    border-radius: 12px;
    margin-top: 20px;
}

.topic_list a {
    width: 101px;
    height: 38px;
    border-radius: 6px;
    margin-right: 8px;
    margin-bottom: 10px;
    display: block;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    color: #4D4D4D;
    float: left;
}

.topic_list a:nth-child(3n) {
    margin-right: 0;
}

.topic_list {
    margin-top: 10px;
}

.D8F1F4 {
    background: #D8F1F4;
}

.E2F4D8 {
    background: #E2F4D8;
}

.F4EBD8 {
    background: #F4EBD8;
}

.D8F4E7 {
    background: #D8F4E7;
}

.F9E3E7 {
    background: #F9E3E7;
}

.F2E9F6 {
    background: #F2E9F6;
}

.hot_tube:hover {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
}

.hot_tube {
    background: #FFFFFF;
    border-radius: 12px;
    margin-top: 25px;
    padding: 25px 18px;
    box-sizing: border-box;
}

.hot_tube_left {
    width: 92px;
    height: 75px;
    background: #FFFFFF;
    border-radius: 6px;
}

.hot_tube_right {
    width: calc(100% - 104px);
    margin-left: 12px;
    position: relative;
}

.hot_tube_right div a {
    font-size: 16px;
    font-weight: bold;
    color: #4D4D4D;
}

.hot_tube_right p {
    margin-top: 15px;
    font-size: 14px;
    color: #787878;
}

.hot_tube_right>a {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height: 25px;
    background: #77C0FF;
    box-shadow: 0px 3px 6px rgba(119, 192, 255, 0.3);
    opacity: 1;
    border-radius: 19px;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px #0089FF;
}

.hot_tube_right>a:hover {
    color: #FFFFFF;
}

.hot_tube_list {
    margin-top: 25px;
}

.hot_tube_list li {
    list-style: circle;
    margin-left: 20px;
    margin-bottom: 12px
}

.hot_tube_list li:last-child {
    margin-bottom: 0;
}

.article_nav_top {
    height: 60px;
    background: #77C0FF;
    border-radius: 12px 12px 0px 0px;
    padding: 0 20px;
    line-height: 60px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
}

.article_nav_top img {
    display: inline-block;
    vertical-align: middle;
}

.article_nav_li {
    background: rgba(119, 192, 255, .07);
    border-radius: 0 0 12px 12px;
    padding: 20px 25px 0 25px;
    box-sizing: border-box;
    font-size: 14px;
    color: #4D4D4D;
}

.article_nav_li li {
    padding-left: 22px;
    box-sizing: border-box;
    position: relative;
    height: 45px;
    cursor: default;
    transition: .3s;
}

.article_nav_li li::after {
    content: "";
    width: 12px;
    height: 12px;
    border: 1px solid #666666;
    border-radius: 50%;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 4px;
    transition: .3s;
}

.article_nav_li li::before {
    content: "";
    width: 0;
    height: 20px;
    border-right: 1px dashed #666666;
    position: absolute;
    left: 6px;
    top: 23px;
}

.article_nav_li li a {
    transition: .3s;
}

.article_nav_li li.active a {
    color: #77C0FF;
}

.article_nav_li li.active::after {
    background: #77C0FF;
    border: 1px solid #77C0FF;
}

.article_nav_li li:last-child::before {
    border-right: 0;
}

.article_nav_li li:hover a {
    color: #77C0FF;
}

.article_nav_li li:hover::after {
    background: #77C0FF;
    border: 1px solid #77C0FF;
}

.guide_tab {
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    margin-top: 20px;
}

.guide_tab_nav {
    font-size: 0;
    padding: 15px 15px;
}

.guide_tab_nav>div {
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    color: #666666;
    text-align: center;
    width: 130px;
    height: 43px;
    border-radius: 12px;
    font-size: 16px;
    line-height: 43px;
    cursor: pointer;
    user-select: none;
}

.guide_tab_nav>div.active {
    background: #77C0FF;
    color: #FFFFFF;
}

.guide_tabList {
    padding: 30px 0 20px;
}

.guide_list {
    display: none;
}

.guide_list.active {
    display: block;
}

.guide_tabList ul {
    font-size: 0;
    padding: 0 30px;
}

.guide_tabList li {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px dashed rgba(99, 99, 99, .2);
    height: 57px;
    line-height: 57px;
    font-size: 14px;
    text-align: center;
    box-sizing: border-box;
}

.guide_tabList li a {
    color: #4D4D4D;
    transition: .3s;
}

.guide_tabList li:hover a {
    color: #77C0FF;
}

.guide_tabList li:nth-child(even) {
    border-left: 1px dashed rgba(99, 99, 99, .2);
}

.guide_tabList li:nth-last-child(2),
.guide_tabList li:last-child {
    border-bottom: 0;
    height: 39px;
    line-height: 60px;
}

.guide_tabList li:nth-child(2),
.guide_tabList li:first-child {
    height: 39px;
    line-height: normal;
}

.detail_discuss {
    padding: 4px;
    box-sizing: border-box;
    /* background: #F5F5F5; */
    border-radius: 6px;
}

.detail_cards {
    background: #fff;
    padding: 30px 15px;
    border-radius: 12px;
    margin-top: 6px;
}

.detail_cards li {
    width: 195px;
    margin-right: 15px;
}

.detail_cards li .card_div {
    width: 100%;
    height: 140px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(128, 128, 128, 0.16);
    opacity: 1;
    border-radius: 12px;
    padding: 25px 15px;
    box-sizing: border-box;
    transition: .3s;
}

.detail_cards li .card_div:hover {
    box-shadow: 0px 4px 12px 0px rgba(99, 99, 99, 0.43);
}

.detail_cards li:last-child {
    margin-right: 0;
}

.cards_left {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    overflow: hidden;
}

.cards_right {
    width: calc(100% - 70px);
}

.cards_right a {
    font-size: 14px;
    color: #333333;
}

.cards_right span {
    font-size: 12px;
    color: #999999;
}

.cards_tag {
    width: 60px;
    height: 25px;
    background: #FF8686;
    box-shadow: 0px 3px 6px rgba(237, 104, 138, 0.4);
    border-radius: 4px 13px 4px 13px;
    margin-top: 15px;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    position: relative;
    left: 50px;
}

.cards_tag:hover {
    box-shadow: 0px 4px 12px 0px rgba(99, 99, 99, 0.43) !important;
}

.cards_tag a,
.cards_tag a:hover {
    color: #FFFFFF;
}

.cards_tag.card_blue {
    background: #77C0FF;
    box-shadow: 0px 3px 6px rgba(75, 172, 255, 0.4);
}

.cards_tag.card_orange {
    background: #FF844D;
    box-shadow: 0px 3px 6px rgba(237, 150, 104, 0.4);
}

/****************************************************************手机端css****************************************************************/
.ph-mobile-right.active {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.ph-mobile-right {
    width: 70%;
    background: #fff;
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transition: .3s;
    font-size: 0;
    z-index: 2000;
}

.vertical {
    height: 100%;
    width: 0;
    display: inline-block;
    vertical-align: middle;
}

.ph-mobile-right .ph-sider-demo-div {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.ph-sider-demo-div .ph-sider-demo-user {
    padding-bottom: .9rem;
    margin-top: 3.125rem;
}

.user-on-slider {
    display: none;
}

.ph-sider-demo-user .headimg {
    width: 5rem;
    height: 5rem;
    display: block;
    border-radius: 50%;
    margin: auto;
}

.ph-sider-demo-user .ph-slider-user-mess {
    display: table;
    margin: .625rem auto 0;
    max-width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-height: 1.25rem;
}

.ph-sider-demo-user .ph-slider-user-mess span {
    font-size: .875rem;
    color: #e04378;
    display: inline-block;
    vertical-align: middle;
    max-width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ph-sider-demo-user .ph-slider-user-mess img {
    height: .75rem;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.ph-sider-demo-user .ph-slider-user-state {
    border-radius: 30px;
    font-size: .75rem;
    color: #e04378;
    border: 2px solid #f5c6d6;
    margin: .625rem auto 0;
    display: table;
    padding: 1px 8px;
}

.ph-sider-demo-user .ph-w80 {
    width: calc(100% - 2.5rem);
    height: 0;
    border-bottom: 1px solid #ddd;
    margin: .625rem auto 0;
}

.ph-sider-demo-div .ph-sider-demo-user {
    padding-bottom: .9rem;
    margin-top: 3.125rem;
}

.ph-sider-demo-user .headimg {
    width: 5rem;
    height: 5rem;
    display: block;
    border-radius: 50%;
    margin: auto;
}

.ph-sider-demo-user .ph-slider-demo {
    margin: .625rem auto 0;
    font-size: 0;
    width: calc(100% - 2.5rem);
}

.ph-sider-demo-user .ph-slider-demo a:first-child {
    padding-left: 7%;
    border-right: 1px solid #ddd;
}

.ph-sider-demo-user .ph-slider-demo a {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    font-size: .875rem;
    color: #333;
    box-sizing: border-box;
}

.ph-sider-demo-user .ph-slider-demo a img {
    display: inline-block;
    vertical-align: middle;
    width: 1rem;
    margin-right: .625rem;
}

.ph-sider-demo-user .ph-slider-demo a:last-child {
    padding-left: 12%;
}

.ph-sider-demo-user .ph-slider-demo a {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    font-size: .875rem;
    color: #333;
    box-sizing: border-box;
}

.ph-sider-demo-user .ph-w80 {
    width: calc(100% - 2.5rem);
    height: 0;
    border-bottom: 1px solid #ddd;
    margin: .625rem auto 0;
}

.slider-demo {
    height: 90%;
}

.slider-demo li {
    width: 50%;
    float: left;
    height: 18%;
    box-sizing: border-box;
}

.slider-demo li a {
    display: block;
}

.slider-demo li img {
    width: 3.125rem;
    height: 3.125rem;
    margin: auto;
    display: block;
}

.slider-demo li span {
    color: #333;
    font-size: .875rem;
    margin-top: .625rem;
    display: block;
    text-align: center;
}

.ph-mobile-right .ph-sider-demo-div .sider-demo-close {
    display: block;
    background: url("../image/ph-demo-close.png")no-repeat center center;
    width: 2.5rem;
    height: 2.5rem;
    background-size: 55%;
    position: absolute;
    left: 10px;
    top: 10px;
}

.ph-slidedemo-market {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 1000;
    display: none;
}

.ph-header {
    display: none;
    height: 3.125rem;
}

.ph-nav {
    height: 3.125rem;
    background: #fff;
    box-sizing: border-box;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 998;
    width: 100%;
}

.ph-nav .ph-logo {
    background: url('../image/18.png')no-repeat center center;
    width: 7.5rem;
    height: 100%;
    float: left;
    background-size: 100% 1.875rem;
}

.ph-serch-input {
    position: absolute;
    left: 2.5rem;
    top: .56rem;
    width: 60%;
    display: none;
}

.ph-serch-input input {
    width: 100%;
    height: 2rem;
    border: 1px solid #ed688a;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    border-radius: 3px;
    padding-left: 1rem;
}

.ph-nav-serch {
    height: 100%;
    float: right;
}

.ph-nav-serch a,
.ph-nav-serch span {
    display: block;
    float: left;
}

.ph-nav-serch a {
    background: url('../image/ph-serch.png')no-repeat center center;
    width: 1.5rem;
    height: 100%;
    background-size: 1.5rem;
    margin-right: 1.5625rem;
}

.ph-nav-serch a,
.ph-nav-serch span {
    display: block;
    float: left;
}

.ph-nav-serch span {
    background: url('../image/ph-index-demo.png')no-repeat center center;
    width: 1.5rem;
    height: 100%;
    background-size: 100% 1.09375rem;
}

.ph-gallery_box_right,
.ph-footer {
    display: none;
}

.ph-footer {
    margin-top: 20px;
    padding: 20px;
    border-top: 5px solid #F7F7F7;
}

.ph-footer-logo img {
    display: block;
    margin: auto;
}

.ph-footer-text {
    font-size: .875rem;
    text-align: center;
    color: #333;
    margin-top: 20px;
}

.ph-footer-txt {
    font-size: .75rem;
    text-align: center;
    color: #999;
    margin-top: 5px;
}

.ph-footer-txt a {
    color: #999;
}

.ph-footer-demo {
    margin: 20px 0;
    text-align: center;
}

.ph-footer-demo li {
    font-size: .875rem;
    margin-right: .625rem;
    display: inline-block;
    font-weight: bold;
}

.ph-footer-demo li a {
    color: #FF6688;
}

.modular11 {
    height: auto;
    margin-top: 20px;
    background: #fff;
    border-top: 1px solid #f1f1f1;
    padding: 10px;
    border-bottom: 1px solid #f1f1f1;
}

.modular11_demo>div.active-this {
    background: #FF8686;
    color: #fff;
}

.modular11_demo>div {
    font-size: 14px;
    color: #666666;
    margin-right: 20px;
    position: relative;
    padding: 6px 15px;
    border-radius: 30px;
    user-select: none;
    cursor: pointer;
}

.modular11_demo>div.active-this:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: 32px;
    border-top: solid 10px #FF8686;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    border-bottom: solid 10px transparent;
}

.modular11_list {
    margin-top: 20px;
}

.modular11_list_div.list_active {
    display: block;
}

.modular11_height {
    height: 39px;
    overflow: hidden;
}

.modular11_list_div {
    padding-left: 15px;
    box-sizing: border-box;
    position: relative;
    display: none;
    padding-right: 40px;
}

.modular11_list_div a {
    font-size: 14px;
    color: #808080;
    margin-right: 30px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.modular11_more {
    font-size: 14px;
    color: #FF8686;
    position: absolute;
    right: 0;
    top: 0;
    cursor: default;
    user-select: none;
}

.modular11_more img {
    margin-left: 5px;
    transform: rotate(-90deg);
    margin-top: -3px;
    transition: .3s;
}

.modular11_more img.transform_rotate {
    transform: rotate(0deg);
}

.footer {
    margin-top: 30px;
    text-align: center;
}

.about_info {
    background: #FF8686;
}

.black_info {
    background: #3B3B3B;
    padding: 20px 0;
}

.about_haoYunWuYou {
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 45px;
}

.about_infos {
    font-size: 14px;
    margin-bottom: 35px;
    position: relative;
    padding-left: 10px;
    box-sizing: border-box;
}

.about_infos a,
.about_infos a:hover {
    color: #FFFFFF;
}

.about_infos::after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 6px;
}

.about_ul {
    width: 100px;
    margin-top: 15px;
}

.footer_padding {
    padding: 50px 0;
    box-sizing: border-box;
}

.haoYunWuYou_app {
    width: 260px;
    margin-left: 150px;
}

.start_img {
    width: 60px;
    height: 60px;
}

.start_text {
    margin-left: 18px;
    margin-top: 8px;
}

.start_text>div {
    font-size: 16px;
    color: #FFFFFF;
    text-align: left;
    margin-bottom: 5px;
}

.start_text>span {
    font-size: 14px;
    color: #FFFFFF;
}

.ios {
    width: 113px;
    height: 41px;
    background: #FFFFFF;
    opacity: 1;
    border-radius: 25px;
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 41px;
}

.ios a,
.ios a:hover {
    color: #FF8686;
}

.ios_and .ios:last-child {
    margin-bottom: 0;
}

.haoYunWuYou_code {
    margin-top: 40px;
}

.WuYou_code {
    margin-left: 35px;
    width: 112px;
    height: 112px;
    border-radius: 7px;
    overflow: hidden;
}

.about_ul .about_infos:last-child {
    margin-bottom: 0;
}

.keFu {
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 50px;
    text-align: left;
}

.number {
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 65px;
    text-align: left;
}

.wx_wb img {
    margin-right: 20px;
    cursor: pointer;
}

.wx_wb img:last-child {
    margin-top: -3px;
}

.haoYunWuYou_keFu {
    width: 130px;
    margin-left: 150px;
    margin-top: 15px;
}

.black_info .state {
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 5px;
}

.black_info .record,
.black_info .record a {
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
}

.ph-doctor {
    padding: 1.25rem;
    box-sizing: border-box;
    background: #fff;
    border-radius: 12px;
    display: none;
}

.ph-doctor .ph-doctor-list {
    width: 30%;
    margin-right: 5%;
    text-align: center;
    height: 4.125rem;
    font-size: .875rem;
    border: 1px solid #F0F0F0;
    border-radius: 8px;
    box-sizing: border-box;
    padding-top: 13px;
    position: relative;
}

.ph-doctor .ph-doctor-list a {
    color: #72D8F1;
}

.ph-doctor .ph-doctor-list:first-child a {
    color: #F8A654;
    display: block;
}

.ph-doctor .ph-doctor-list:last-child a {
    color: #FF97B8;
}

.ph-doctor .ph-doctor-list:last-child {
    margin-right: 0;
}

.ph-doctor .ph-doctor-list.active {
    border: 1px solid #F8A654;
}

.ph-doctor .ph-doctor-list.active::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: 4.0625rem;
    border-top: solid 6px #F8A654;
    border-left: solid 6px transparent;
    border-right: solid 6px transparent;
    border-bottom: solid 6px transparent;
}

.ph-doctor .ph-doctor-list.active::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    margin-left: -2px;
    top: 4rem;
    border-top: solid 5px #fff;
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
    border-bottom: solid 5px transparent;
    z-index: 10;
}

.ph-doctor .ph-doctor-list:nth-child(2).active::after {
    border-top: solid 6px #72D8F1;
}

.ph-doctor .ph-doctor-list:nth-child(2).active {
    border: 1px solid #72D8F1;
}

.ph-doctor .ph-doctor-list:nth-child(3).active::after {
    border-top: solid 6px #FF97B8;
}

.ph-doctor .ph-doctor-list:nth-child(3).active {
    border: 1px solid #FF97B8;
}

.guide {
    font-size: 14px;

    line-height: 40px;
    padding-left: 30px;
    color: #4D4D4D;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #ffffff;
}

.guide a {
    color: #4D4D4D;
    transition: .3s;
}

.guide a:hover {
    color: #FF8686;
}

.guide span {
    color: #FF8686;
}

.guide span a {
    color: #FF8686;
}

.disgraceful{
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(23, 23, 23, 0.39);
    display: none;
}
.disgraceful>img{
    position: absolute;
    left: 50%;
    margin-left: 200px;
    top: 95px;
}
.bigdialog{
    position: relative;
    left: 50%;
    margin-left: -205px;
    top: 50%;
    margin-top: -145px;
    background: rgba(255, 255, 255,1);
    box-shadow: 0  0 15px 0 rgba(249, 249, 249, 0.39);
}
.bigdialog>img{
    position: absolute;
    top: -173px;
    left: 0;
}
.dialog{
    width: 410px;
    height: 455px;
    background: rgba(255, 255, 255,1);
    position: absolute;
    border-radius: 40px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content:space-around;
    align-items: center;
    padding: 20px 0;
    box-sizing: border-box;
}
.dialog>p:nth-child(2){
    font-size: 14px;
}
.dialog>p:nth-child(3){
    /* padding: 5px; */
}
.dialog>p:nth-child(3) span{
    width: 188px;
    height: 47px;
    line-height: 47px;
    display: inline-block;
    background: rgba(249, 249, 249, 0.39);
    border-radius: 30px;
    text-align: center
}
.dialog>p:nth-child(3) button{
    border: 0;
    width: 114px;
    height: 47px;
    background: rgba(120, 185, 250, 0.39);
    border-radius: 30px;;
}

.menu-item {
    position: relative;
}
.menu-item:hover .hover-menu{
    opacity: 1;
    top: 100%;
    visibility: visible;
}
.hover-menu {
    position: absolute;
    width: 160px;
    text-align: center;
    background-color: white;
    box-shadow: 0 0 8px rgba(0,0,0,.20);
    border-radius: 5px;
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
    top: 90%;
    left: -70%;
    z-index: 100;
    overflow: hidden;
}
.hover-menu li {
    margin: 0 auto;
    display: block;
    vertical-align: middle;
    line-height: normal;
}
.hover-menu a {
    display: block;
    color: #333333 !important;
    font-weight: normal !important;
    padding: 15px 10px;
    box-sizing: border-box;
}
.hover-menu a:hover {
    background-color: #FF8686;
    color: white !important;
}
.hover-menu a:after {
    display: none;
}


/*
底部导航
*/
.navigate {
    margin-top: 20px;
    padding: 10px 20px;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    box-shadow: 0 3px 6px rgba(192, 192, 192, 0.1);
    background-color: white;
}

.navigate .list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.425rem;
    row-gap: 20px;
}

.navigate .list li>a {
    display: block;
    padding: 3px 8px;
    color: #808080;
    font-size: 14px;
    line-height: 1.25rem;
    transition: 0.3s;
}

.navigate .list li>a:hover,
.navigate .list .active a {
    color: #ff8686;
}
/* end */

@media screen and (max-width: 768px) {
    header {
        display: none;
    }

    .w1200 {
        width: 100%;
    }

    .nav,
    .left_demo,
    .modular1,
    .navi_left {
        display: none !important;
    }

    .banner,
    .swiper-container-index-banner {
        width: 100%;
        height: auto;
        /*max-height: 3rem;*/
        padding-top: 0;
    }

    .ph-header,
    .ph-icon-demo,
    .ph-top-banner {
        display: block !important;
    }

    .ph-padding {
        padding: 0 1.25rem !important;
        box-sizing: border-box;
    }
    .modular11_demo {
        margin-top: .8rem;
    }

    .modular11_demo>div {
        margin-right: 0;
        font-size: .875rem;
        padding: 0;
        height: 1.875rem;
        width: 25%;
        line-height: 1.875rem;
        text-align: center;
    }

    .modular11_demo>div.active-this:before {
        top: 29px;
        border-top: solid 7px #FF8686;
    }

    .modular5,
    .modular11 {
        margin-top: 20px !important;
    }
    .modular11 {
        height: auto;
    }

    .modular11_height {
        height: auto;
        padding-left: 0;
    }
    .modular11_list_div {
        padding-right: 0;
    }
    .modular11_list_div a {
        font-size: .75rem;
        margin: 0 .625rem 1rem .625rem;
    }


    .modular11_more {
        display: none;
    }

    .ph-footer {
        display: block;
    }

    .footer {
        display: none;
    }

    .ph-doctor {
        display: block;
    }

    .swiper-container-outer-banner {
        margin-top: 0;
    }

    .guide {
        height: 50px;
        line-height: 50px;
        font-size: .75rem;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding: 0 1.25rem !important;
        box-sizing: border-box;
    }

    .detail_discuss {
        padding: 0;
        margin-top: 0;
    }

    .detail_cards {
        border-radius: 0;
        margin-top: 0;
        padding: .625rem 1.25rem;
    }

    .detail_cards li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 1.25rem;
    }

    .detail_cards li:nth-child(2n) {
        margin-right: 0;
    }

    .detail_cards li .card_div {
        padding: 40px 8px;
        height: auto;
    }
    .pagination {
        flex-wrap: wrap;
    }
    .w_img img {
        border-radius: 3px;
    }
}

@media only screen and (max-width: 768px){
    .szyy_nav,.szyy_bottom{
        display: none;
    }
    .nav-wrap{
        display: block !important;
    }
    .sidebar.js-scroll-ele {
        display: none !important;
    }
}