<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width: 786px) {
  .content {
    padding: 0 1.2rem;
  }
  /* home start */
  #top {
    display: none;
  }
  header .header {
    height: auto;
    align-items: center;
    padding: 10px 20px;
  }
  header .header a {
    height: 50px;
    display: block;
  }
  header .header a img {
    height: 50px;
  }
  header .header .icon_search {
    display: block;
    margin: 0 45px 0 0;
    height: 24px;
  }
  header .header .mobile-menu {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    display: inline-block;
    background: url('../img/menu.svg') no-repeat center / contain;
  }
  header .header .overlay-menu-m {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: none;
  }
  header .header .overlay-menu-m.active {
    display: block;
  }
  header .header .header-right {
    position: fixed;
    left: -100%;
    top: 0;
    height: 100vh;
    width: 300px;
    background-color: #fff;
    z-index: 99;
    display: block;
    transition: all 0.3s;
  }
  header .header .header-right.active {
    left: 0;
  }
  header .header .header-right ul.menu {
    display: block;
    padding-top: 48px;
  }
  header .header .header-right ul.menu li {
    height: auto;
  }
  header .header .header-right ul.menu li a {
    display: block;
    width: 100%;
    height: 68px;
    margin: 0;
    line-height: 68px;
    padding-left: 32px;
  }
  header .header .header-right ul.menu li a::after {
    display: none;
  }
  header .header .header-right .header-links {
    height: calc(100vh - 456px);
    position: relative;
  }
  header .header .header-right .header-links span.search {
    display: none;
  }
  header .header .header-right .header-links a.button {
    position: absolute;
    top: 20px;
    left: 30px;
    padding: 0;
    width: calc(100% - 60px);
    height: 40px;
    line-height: 40px;
    font-size: 0.9rem;
  }
  section.home_swiper {
    height: 450px;
  }
  section.home_swiper ul li {
    padding-top: 80px;
  }
  section.home_swiper ul li span {
    font-size: 14px;
    margin-bottom: 20px;
  }
  section.home_swiper ul li h2 {
    font-size: 1.75rem;
    line-height: 1.5;
    margin: 0;
  }
  section.home_swiper ul li p {
    width: 100%;
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin: 25px 0 30px 0;
  }
  section.home_swiper ul li a.btn_form {
    padding: 8px 18px;
    font-size: 0.9rem;
  }
  section.fangan {
    padding: 80px 0 100px;
  }
  section.fangan span {
    font-size: 14px;
    margin-bottom: 10px;
  }
  section.fangan h2 {
    font-size: 1.5625rem;
    line-height: 1.5;
    margin: 0;
  }
  section.fangan p {
    width: 100%;
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin: 15px 0 20px 0;
  }
  section.fangan .f_box {
    padding-left: 40px;
  }
  section.fangan .f_box .move_bar {
    padding-right: 30px;
  }
  section.fangan .f_box .move_bar ul::before {
    height: 480px;
  }
  section.fangan .f_box .move_bar li {
    margin-top: 50px;
  }
  section.fangan .f_box .f_content {
    width: calc(100vw - 100px);
  }
  section.fangan .f_box .f_content ul {
    width: 100%;
  }
  section.fangan .f_box .f_content ul li {
    min-width: 100%;
    padding-right: 20px;
  }
  section.fangan .f_box .f_content ul li h3 {
    font-size: 1.25rem;
    line-height: 1.5;
  }
  section.fangan .f_box .f_content ul li p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  section.fangan .f_box .f_content ul li a {
    padding: 8px 20px;
  }

  div.pivot {
    padding: 80px 0 0;
  }
  div.pivot span {
    font-size: 14px;
  }
  div.pivot h2 {
    font-size: 1.5625rem;
    line-height: 1.5;
  }
  div.pivot p.subtitle {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  div.pivot .pivot-content {
    display: block;
    margin-top: 30px;
  }
  div.pivot .pivot-content .left {
    width: 100%;
    height: 336px;
    /* transform: scale(0.8); */
  }
  /* div.pivot .pivot-content .left ul {
    z-index: 99px;
  }
  .pivot-content .small-circle {
    z-index: 2;
  } */
  /* div.pivot .pivot-content .left ul {
    height: 400px;
  } */
  div.pivot .pivot-content .left ul li {
    width: 80px !important;
    height: 80px;
    font-size: 0.9rem;
    padding: 0 0.5rem;
    z-index: 99;
  }
  /* div.pivot .pivot-content .left .small-circle {
    width: 100%;
  } */
  .pivot-content .swiper-pivot-btn {
    padding: 0;
  }
  .pivot-content .swiper-pivot-btn li {
    left: 10%;
  }
  .pivot-content .swiper-pivot-btn li:nth-child(2) {
    right: 10%;
  }
  .pivot-content .swiper-pivot-btn li:nth-child(3) {
    top: 10rem;
  }
  .pivot-content .swiper-pivot-btn li:nth-child(4) {
    bottom: 0;
    left: 38%;
  }
  .pivot-content .swiper-pivot-btn li:nth-child(5) {
    top: 10rem;
  }
  .pivot-content .left p.title {
    transform: scale(0.6);
  }
  .pivot-content .small-circle {
    z-index: -1;
  }


  div.pivot .swiper-pivot {
    width: 100%;
    padding-bottom: 0;
    margin-top: -30px;
  }
  div.pivot .swiper-pivot ul li {
    padding: 20px;
  }
  div.pivot .swiper-pivot ul li h3 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  div.pivot .swiper-pivot ul li p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-bottom: 15px;
  }
  div.pivot .swiper-pivot ul li a {
    padding: 8px 15px;
    font-size: 0.9rem;
  }

  section.liucheng {
    padding: 0 0 50px;
  }
  section.liucheng span {
    font-size: 14px;
    margin-bottom: 10px;
  }
  section.liucheng h2 {
    font-size: 1.5625rem;
    line-height: 1.5;
    margin: 0;
  }
  section.liucheng p {
    width: 100%;
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin: 15px 0 20px 0;
  }
  section.liucheng .img_box {
    margin-top: 30px;
    overflow: scroll;
  }
  section.liucheng .img_box img {
    width: 500px;
  }
  section.liucheng .img_box ul {
    gap: 0;
  }
  section.liucheng .img_box ul li {
    min-width: 125px;
  }
  section.liucheng .img_box ul li:nth-of-type(odd) {
    transform: translateY(-60px);
  }
  section.liucheng .img_box ul li h3 {
    font-size: 1rem;
    line-height: 1.5;
  }
  section.liucheng .img_box ul li p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  section.about {
    padding: 100px 0 50px;
  }
  section.about span {
    font-size: 14px;
    margin: 0 0 10px;
  }
  section.about h2 {
    font-size: 1.5625rem;
    line-height: 1.5;
    margin: 0;
  }
  section.about p {
    width: 100%;
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin: 15px 0 20px 0;
  }
  section.about a.btn_form {
    padding: 8px 15px;
    font-size: 0.9rem;
    margin-top: 30px;
  }
  section.about ul {
    width: 100%;
    margin-top: 50px;
    gap: 5px;
    justify-content: space-between;
  }
  section.about ul li {
    width: 25%;
  }
  section.about ul li strong {
    font-size: 2rem;
  }
  section.about ul li span {
    display: block;
    font-size: 12px;
    line-height: 1.4;
    margin: 10px 0 0;
  }
  section.anli {
    padding: 100px 0 50px;
  }
  section.anli span {
    font-size: 14px;
    margin: 0 0 10px;
  }
  section.anli h2 {
    font-size: 1.5625rem;
    line-height: 1.5;
    margin: 0;
  }
  section.anli p {
    width: 100%;
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin: 15px 0 20px 0;
  }
  section.anli .swiper_box .anli-swiper {
    height: 300px;
    margin-top: 50px;
  }
  section.anli .swiper_box .anli-swiper .swiper-slide {
    display: block;
  }
  section.anli .swiper_box .anli-swiper .swiper-slide .al_content {
    width: 100%;
    height: auto;
    padding: 20px;
  }
  section.anli .swiper_box .anli-swiper .swiper-slide .al_content h3 {
    font-size: 1.125rem;
    line-height: 1.5;
    margin-bottom: 0;
    width: 100%;
  }
  section.anli .swiper_box .anli-swiper .swiper-slide .al_content h3::after {
    bottom: -30%;
  }
  section.anli .swiper_box .anli-swiper .swiper-slide .al_content p {
    width: 100%;
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-bottom: 0;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  section.anli .swiper_box .anli-swiper .swiper-slide .al_content a {
    display: none;
  }
  section.anli .swiper_box .anli-swiper .al_img {
    width: 100%;
    height: 150px;
  }
  section.anli .swiper_box .swiper-button-next {
    top: 59%;
    width: 35px;
    height: 35px;
    right: -15px;
  }
  section.anli .swiper_box .swiper-button-prev {
    top: 59%;
    width: 35px;
    height: 35px;
    left: -15px;
  }
  section.anli a.btn_form {
    width: 120px;
    margin: 50px auto 0;
    border-radius: 20px;
    font-size: 0.9rem;
    padding: 8px 15px;
  }
  section.hezuo {
    padding-top: 100px;
  }
  section.hezuo span {
    font-size: 14px;
    margin: 0 0 10px;
  }
  section.hezuo h2 {
    font-size: 1.5625rem;
    line-height: 1.5;
    margin: 0;
  }
  section.hezuo .switch {
    margin: 20px 0 30px;
    display: flex;
  }
  section.hezuo .switch p {
    font-size: 0.9rem;
    margin: 0 10px;
    line-height: 36px;
  }
  section.hezuo .zixun_scroll_box .hezuo-swiper {
    padding: 0 0 30px;
  }
  section.hezuo .zixun_scroll_box .hezuo-swiper ul li {
    margin: 0;
  }
  section.hezuo .zixun_scroll_box .hezuo-swiper .swiper-pagination {
    bottom: 0;
  }
  section.zixun {
    padding-bottom: 100px;
  }
  section.zixun span {
    font-size: 0.875rem;
    margin-bottom: 10px;
  }
  section.zixun .zixun_box {
    margin-bottom: 30px;
  }
  section.zixun .zixun_box h2 {
    font-size: 1.5625rem;
    margin-bottom: 0;
  }
  section.zixun .zixun_box .btn_form {
    width: 80px;
    padding: 4px 8px;
    border-radius: 20px;
    font-size: 0.8rem;
  }
  section.zixun .news_tops {
    display: block;
  }
  section.zixun .news_tops .t_left {
    width: 100%;
    padding: 20px;
    min-height: 200px;
    margin-bottom: 20px;
  }
  section.zixun .news_tops .t_right {
    width: 100%;
    padding: 20px;
    min-height: 200px;
  }
  section.zixun .news_tops .text_content span {
    font-size: 14px;
  }
  section.zixun .news_tops .text_content h3 {
    font-size: 1rem;
    line-height: 1.5;
  }
  section.zixun .news_bottom {
    display: block;
  }
  section.zixun .news_bottom .b_left {
    margin-bottom: 30px;
    min-width: 25%;
    display: flex;
    justify-content: space-between;
  }
  section.zixun .news_bottom .b_left button {
    margin: 0;
    line-height: 1rem;
    width: 49%;
    padding: 20px 5px;
    font-size: 0.9rem;
  }
  section.zixun .news_bottom .b_left button::before {
    top: 94%;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
  section.zixun .news_bottom .now_box {
    height: auto;
    padding: 0;
  }
  section.zixun .news_bottom .now_box .b_right {
    width: 100%;
    margin-bottom: 0;
    display: block;
  }
  section.zixun .news_bottom .now_box .b_right &gt; div {
    min-width: 95%;
    padding: 20px;
    margin: 0 0 20px;
    box-sizing: border-box;
  }
  section.zixun .news_bottom .now_box .b_right &gt; div .date {
    font-size: 0.8rem;
  }
  section.zixun .news_bottom .now_box .b_right &gt; div .date span {
    font-size: 1rem;
  }
  section.zixun .news_bottom .now_box .b_right &gt; div p {
    font-size: 0.9rem;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  div.search-block {
    z-index: 999;
  }
  div.search-block.active {
    transform: translateY(0);
  }
  div.search-block span {
    top: calc(100vh - 60px);
    right: 30px;
  }
  div.search-block form.searchform {
    padding-top: 80px;
  }
  div.search-block form.searchform input[type='text'] {
    font-size: 18px;
    height: 50px;
  }
  div.search-block form.searchform input[type='submit'] {
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border: none;
    outline: none;
    background: url(../img/icon-search.svg) no-repeat center / 40%;
  }
  footer.footer {
    margin-top: 0;
    padding-top: 80px;
  }
  footer.footer .footer-links {
    display: block;
    padding-bottom: 50px;
  }
  footer.footer .footer-links div &gt; div {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s;
  }
  footer.footer .footer-links div.active &gt; div {
    max-height: 1000px;
  }
  footer.footer .footer-links div h3 {
    margin: 0;
    line-height: 42px;
    height: 42px;
    padding: 0 20px;
    font-size: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    margin-bottom: 20px;
  }
  footer.footer .footer-links div ul.menu {
    padding: 0 20px;
  }
  footer.footer .footer-links div ul.menu li a {
    font-size: 0.9rem;
  }
  footer.footer .footer-links .footer-links-contact {
    width: 100%;
  }
  footer.footer .footer-links .footer-links-contact ul {
    padding: 0 20px;
  }
  footer.footer .footer-links .footer-links-contact ul li {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  footer.footer .footer-links .footer-links-contact ul li img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  footer.footer .footer-links .footer-links-contact ul li span {
    width: calc(100% - 30px);
  }
  footer.footer .footer-contact {
    padding-bottom: 0;
  }
  footer.footer .footer-contact &gt; a img {
    width: 120px;
  }
  footer.footer .footer-contact ul {
    justify-content: flex-end;
  }
  footer.footer .footer-contact ul li {
    margin-left: 10px;
    width: 38px;
    height: 38px;
  }
  footer.footer .footer-contact ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }
  footer.footer .footer-contact ul li a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
  }
  footer.footer .copyright {
    margin-top: 20px;
  }
  footer.footer .copyright .content {
    display: block;
  }
  footer.footer .copyright .content div {
    font-size: 0.8rem;
  }
  footer.footer .copyright .content ul {
    display: none;
    margin-top: 10px;
  }
  footer.footer .copyright .content ul li a {
    margin: 0;
  }
  /* home end */
  /* about start */
  .page-template-about section.banner {
    height: 500px;
    background-size: cover;
  }
  .page-template-about section.banner img {
    width: 100%;
  }
  .page-template-about section.banner .banner-content {
    top: 50px;
  }
  .page-template-about section.banner .banner-content span {
    font-size: 14px;
  }
  .page-template-about section.banner .banner-content h1 {
    font-size: 1.5625rem;
    line-height: 1.5;
    padding: 0 20px;
    margin: 5px 0 0;
  }
  .page-template-about section.banner .banner-content .banner-boxs {
    padding: 0 20px;
    align-items: flex-start;
    margin-bottom: 0;
  }
  .page-template-about section.banner .banner-content .banner-boxs &gt; div {
    margin: 0;
    width: 25%;
  }
  .page-template-about section.banner .banner-content .banner-boxs &gt; div .number {
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
  }
  .page-template-about section.banner .banner-content .banner-boxs &gt; div .number span {
    font-size: 2rem;
  }
  .page-template-about section.banner .banner-content .banner-boxs &gt; div div {
    font-size: 12px;
  }
  .page-template-about section.banner .banner-content &gt; a.button {
    padding: 8px 15px;
    font-size: 0.9rem;
    display: block;
    width: 80px;
    margin: 60px auto 0;
  }
  .page-template-about section.banner .banner-content &gt; img {
    width: 25px;
    bottom: -100px;
  }
  .page-template-about section.profile {
    margin-top: 100px;
  }
  .page-template-about section.profile h2 {
    font-size: 1.5625rem;
    line-height: 80px;
    height: 80px;
    background-size: contain;
  }
  .page-template-about section.profile h2::after {
    width: 25px;
    height: 3px;
    bottom: 13px;
  }
  .page-template-about section.profile .profile-top {
    height: auto;
  }
  .page-template-about section.profile .profile-top .profile-content {
    width: 100%;
    height: auto;
    float: none;
    padding: 0;
  }
  .page-template-about section.profile .profile-top .profile-content h3 {
    font-size: 1.25rem;
  }
  .page-template-about section.profile .profile-top .profile-content .profile-box-text {
    width: 100%;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .page-template-about section.profile .profile-top .profile-content a {
    top: 0;
    bottom: auto;
    font-size: 0.9rem;
    padding: 8px 5px 8px 15px;
  }
  .page-template-about section.profile .profile-top img {
    float: none;
    width: 100%;
    height: auto;
    position: static;
    margin-top: 20px;
  }
  .page-template-about section.profile .profile-middle {
    height: auto;
  }
  .page-template-about section.profile .profile-middle .profile-content {
    position: static;
    width: 100%;
    height: auto;
    float: none;
    padding: 0;
  }
  .page-template-about section.profile .profile-middle .profile-content h3 {
    font-size: 1.25rem;
    text-align: right;
  }
  .page-template-about section.profile .profile-middle .profile-content .profile-box-text {
    width: 100%;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .page-template-about section.profile .profile-middle .profile-content a {
    top: 200px;
    bottom: auto;
    font-size: 0.9rem;
    padding: 8px 5px 8px 15px;
  }
  .page-template-about section.profile .profile-middle img {
    float: none;
    width: 100%;
    height: auto;
    position: static;
    margin-top: 20px;
  }
  .page-template-about section.profile .profile-bottom {
    height: 580px;
  }
  .page-template-about section.profile .profile-bottom .profile-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    float: none;
    padding: 0;
  }
  .page-template-about section.profile .profile-bottom .profile-content h3 {
    font-size: 1.25rem;
  }
  .page-template-about section.profile .profile-bottom .profile-content .profile-box-text {
    width: 100%;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .page-template-about section.profile .profile-bottom .profile-content a {
    top: 0;
    bottom: auto;
    font-size: 0.9rem;
    padding: 8px 5px 8px 15px;
  }
  .page-template-about section.profile .profile-bottom img {
    float: none;
    width: 100%;
    height: auto;
    position: static;
    margin-top: 20px;
  }
  .page-template-about section.culture {
    margin-top: 100px;
  }
  .page-template-about section.culture h2 {
    font-size: 1.5625rem;
    line-height: 80px;
    height: 80px;
    background-size: contain;
  }
  .page-template-about section.culture h2::after {
    width: 25px;
    height: 3px;
    bottom: 13px;
  }
  .page-template-about section.culture .culture-top {
    margin-top: 30px;
  }
  .page-template-about section.culture .culture-top img {
    width: 48%;
  }
  .page-template-about section.culture .culture-box {
    margin-top: 20px;
  }
  .page-template-about section.culture .culture-box .fl {
    margin-bottom: 0;
  }
  .page-template-about section.culture .culture-box .fl ul li h3 {
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
  .page-template-about section.culture .culture-box .fl ul li div {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-bottom: 20px;
  }
  .page-template-about section.culture .culture-box .fr {
    width: 100%;
    height: auto;
  }
  .page-template-about section.culture .culture-box .fr img {
    width: calc(100vw - 19px);
  }
  .page-template-about section.honour {
    padding-top: 100px;
    height: auto;
    padding: 130px 0 50px;
    background-size: cover;
  }
  .page-template-about section.honour h2 {
    font-size: 1.5625rem;
    line-height: 80px;
    height: 80px;
    background-size: contain;
  }
  .page-template-about section.honour h2::after {
    width: 25px;
    height: 3px;
    bottom: 13px;
  }
  .page-template-about section.honour .swiper-content {
    margin-top: 20px;
    padding: 0 20px;
  }
  .page-template-about section.honour .swiper-content ul li {
    height: 350px;
  }
  .page-template-about section.honour .swiper-content ul li img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .page-template-about section.honour .swiper-content ul li p {
    font-size: 0.9rem;
  }
  .page-template-about section.partner {
    padding-bottom: 80px;
  }
  .page-template-about section.partner h2 {
    font-size: 1.5625rem;
    line-height: 80px;
    height: 80px;
    background-size: contain;
  }
  .page-template-about section.partner h2::after {
    width: 25px;
    height: 3px;
    bottom: 13px;
  }
  .page-template-about section.partner .ul li {
    height: auto;
  }
  .page-template-about section.partner .ul li .partner-item {
    width: 100%;
    height: 100%;
    padding: 10px;
  }
  .page-template-about section.partner .ul li .partner-item img {
    object-fit: cover;
  }
  .page-template-about section.partner .swiper-dots .swiper-pagination-bullet {
    width: 30px;
    margin: 0 5px;
  }
  /* about end */
  /* smart start */
  .page-template-smart-hospital section.banner {
    box-sizing: border-box;
    padding-top: 80px;
    height: 400px;
  }
  .page-template-smart-hospital section.banner .mask {
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .page-template-smart-hospital section.banner .content {
    width: 100%;
    box-sizing: border-box;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
  .page-template-smart-hospital section.banner .content h1 {
    font-size: 1.75rem;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .page-template-smart-hospital section.banner .content h3 {
    font-size: 12px;
    line-height: 1.5rem;
    margin: 10px 0;
  }
  .page-template-smart-hospital section.banner .content a.button {
    position: static;
    transform: translate(0, 0);
    padding: 8px 15px;
    font-size: 0.9rem;
    margin-top: 30px;
    display: inline-block;
  }
  .page-template-smart-hospital section.introduce-clinic {
    padding-top: 100px;
    height: auto;
  }
  .page-template-smart-hospital section.introduce-clinic h2 {
    font-size: 1.5625rem;
    line-height: 80px;
    height: 80px;
    background-size: contain;
  }
  .page-template-smart-hospital section.introduce-clinic div {
    width: 100%;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .page-template-smart-hospital section.introduce-clinic a.button {
    position: static;
    transform: translate(0, 0);
    padding: 8px 15px;
    font-size: 0.9rem;
    margin-top: 30px;
    display: inline-block;
  }
  .page-template-smart-hospital section.banner-middle {
    padding: 0;
    width: 100%;
    height: 187.5px;
    background-size: cover;
    margin-top: 30px;
  }
  .page-template-smart-hospital section.statistics {
    margin-bottom: 30px;
  }
  .page-template-smart-hospital section.statistics .number {
    font-size: 1.2rem;
  }
  .page-template-smart-hospital section.statistics .number span {
    font-size: 2rem;
  }
  .page-template-smart-hospital section.statistics .number + div {
    font-size: 0.9rem;
  }
  .page-template-smart-hospital section.manage {
    padding-top: 100px;
    height: auto;
  }
  .page-template-smart-hospital section.manage .manage-item {
    width: 100%;
  }
  .page-template-smart-hospital section.manage .manage-item div {
    height: auto;
    width: 100%;
  }
  .page-template-smart-hospital section.manage .manage-item div h2 {
    font-size: 1.5625rem;
    line-height: 80px;
    height: 80px;
    background-size: contain;
  }
  .page-template-smart-hospital section.manage .manage-item div h2 + div {
    margin-top: 0;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .page-template-smart-hospital section.manage .manage-item div &gt; div {
    margin-top: 20px;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .page-template-smart-hospital section.manage .manage-item div a.button {
    padding: 8px 15px;
    font-size: 0.9rem;
    line-height: 1.3rem;
  }
  .page-template-smart-hospital section.manage .manage-item img {
    width: 100%;
    margin: 20px 0 0;
  }
  .page-template-smart-hospital section.ward {
    padding-top: 100px;
    height: auto;
  }
  .page-template-smart-hospital section.ward .ward-box {
    height: auto;
    overflow: hidden;
  }
  .page-template-smart-hospital section.ward .ward-box img {
    width: 56%;
  }
  .page-template-smart-hospital section.ward .ward-box img.img-bottom {
    bottom: auto;
    right: 0;
    top: 110px;
  }
  .page-template-smart-hospital section.ward .ward-box .fr {
    width: 100%;
    float: none;
  }
  .page-template-smart-hospital section.ward .ward-box .fr h2 {
    font-size: 1.5625rem;
    line-height: 80px;
    height: 80px;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
  }
  .page-template-smart-hospital section.ward .ward-box .fr h2 + div {
    width: 100%;
    margin-top: 0;
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 10px;
  }
  .page-template-smart-hospital section.logistics {
    margin-top: 160px;
    height: 300px;
  }
  .page-template-smart-hospital section.logistics h2 {
    margin-top: 100px;
    font-size: 1.5625rem;
    line-height: 80px;
    height: 80px;
    background-size: contain;
  }
  .page-template-smart-hospital section.logistics .logistics-box {
    width: 100%;
    height: auto;
    position: relative;
    top: -60px;
    left: 0;
    padding: 20px;
  }
  .page-template-smart-hospital section.logistics .logistics-box h2 {
    margin: 0;
  }
  .page-template-smart-hospital section.logistics .logistics-box div {
    width: 100%;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .page-template-smart-hospital section.regional {
    height: auto;
    margin-top: 100px;
  }
  .page-template-smart-hospital section.regional h2 {
    font-size: 1.5625rem;
    line-height: 80px;
    height: 80px;
    background-size: contain;
  }
  .page-template-smart-hospital section.regional h2 + div {
    width: 100%;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .page-template-smart-hospital section.regional .regional-boxs {
    margin-top: 30px;
    overflow: scroll;
    padding: 10px;
  }
  .page-template-smart-hospital section.regional .regional-boxs .regional-boxs-item {
    min-width: 250px;
    padding: 20px;
    margin-right: 20px;
  }
  .page-template-smart-hospital section.regional .regional-boxs .regional-boxs-item h3 {
    font-size: 1.125rem;
  }
  .page-template-smart-hospital section.regional .regional-boxs .regional-boxs-item div.regional-boxs-text {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .page-template-smart-hospital section.furniture {
    margin-top: 100px;
  }
  .page-template-smart-hospital section.furniture h2 {
    font-size: 1.5625rem;
    line-height: 80px;
    height: 80px;
    background-size: contain;
  }
  .page-template-smart-hospital section.furniture h2 + div {
    width: 100%;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .page-template-smart-hospital section.furniture .furniture-boxs {
    overflow: scroll;
    height: 400px;
    margin-top: 0;
  }
  .page-template-smart-hospital section.furniture .furniture-boxs .furniture-boxs-item {
    min-width: 80%;
    height: 300px;
    margin-right: 20px;
  }
  .page-template-smart-hospital section.furniture .furniture-boxs .furniture-boxs-item &gt; div {
    width: 80%;
    height: auto;
    padding-bottom: 20px;
  }
  .page-template-smart-hospital section.furniture .furniture-boxs .furniture-boxs-item &gt; div h3 {
    font-size: 1.125rem;
  }
  .page-template-smart-hospital section.furniture .furniture-boxs .furniture-boxs-item &gt; div div {
    width: 100%;
    font-size: 0.9rem;
    line-height: 1.5rem;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .page-template-smart-hospital section.furniture .furniture-boxs .furniture-boxs-item &gt; div a {
    padding: 8px 15px;
    font-size: 0.9rem;
  }
  .page-template-smart-hospital section.partner {
    margin: 100px 0 80px;
  }
  .page-template-smart-hospital section.partner h2 {
    font-size: 1.5625rem;
    line-height: 80px;
    height: 80px;
    background-size: contain;
    margin-bottom: 30px;
  }
  .page-template-smart-hospital section.partner .swiper-partner {
    padding: 0 20px;
  }
  .page-template-smart-hospital section.partner .swiper-partner li {
    width: 150px;
    height: 150px;
  }
  .page-template-smart-hospital section.partner .swiper-partner li img {
    width: 100px;
    height: 100px;
  }
  /* smart end */
  /* patents start */
  .page-template-medical-patents section.banner, .page-template-zhaopin section.banner {
    padding-top: 80px;
    height: 300px;
    background-size: cover;
  }
  .page-template-medical-patents section.banner {
    position: relative;
  }
  .page-template-medical-patents section.banner::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
  }
  .page-template-medical-patents section.banner .content {
    z-index: 2;
    position: relative;
  }
  .page-template-medical-patents section.banner h1, .page-template-zhaopin section.banner h1 {
    padding: 0;
    font-size: 1.75rem;
  }
  .page-template-medical-patents section.banner .banner-text, .page-template-zhaopin section.banner .banner-text {
    width: 100%;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .page-template-medical-patents section.banner a, .page-template-zhaopin section.banner a {
    padding: 8px 15px;
    font-size: 0.9rem;
  }
  .page-template-medical-patents section.introduce-protect {
    padding-top: 100px;
    height: auto;
  }
  .page-template-medical-patents section.introduce-protect .introduce-protect-top {
    height: auto;
  }
  .page-template-medical-patents section.introduce-protect .introduce-protect-top .introduce-protect-top-bg {
    top: -100px;
    left: 0;
  }
  .page-template-medical-patents section.introduce-protect .introduce-protect-top .fl {
    width: 100%;
  }
  .page-template-medical-patents section.introduce-protect .introduce-protect-top .fl h2 {
    font-size: 1.5625rem;
  }
  .page-template-medical-patents section.introduce-protect .introduce-protect-top .fl .introduce-protect-text {
    width: 100%;
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-bottom: 30px;
  }
  .page-template-medical-patents section.introduce-protect .introduce-protect-top .fl ul li {
    font-size: 0.9rem;
    line-height: 20px;
  }
  .page-template-medical-patents section.introduce-protect .introduce-protect-top .fr {
    width: 100%;
    margin-top: 10px;
  }
  .page-template-medical-patents section.introduce-protect .introduce-protect-top .fr img {
    width: 100%;
    height: auto;
  }
  .page-template-medical-patents section.introduce-protect .introduce-protect-top .fr .introduce-protect-text {
    width: 100%;
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-bottom: 0;
  }
  .page-template-medical-patents section.introduce-protect .introduce-protect-bottom h2 {
    font-size: 1.5625rem;
    line-height: 1.5;
    margin-top: 30px;
  }
  .page-template-medical-patents section.introduce-protect .introduce-protect-bottom .introduce-protect-text {
    width: 100%;
    line-height: 1.5rem;
    font-size: 0.9rem;
    margin-bottom: 30px;
  }
  .page-template-medical-patents section.banner-middle {
    width: 100%;
    height: 150px;
    background-size: cover;
  }
  .page-template-medical-patents section.introduce-water {
    padding-top: 100px;
    text-align: left;
  }
  .page-template-medical-patents section.introduce-water h2 {
    font-size: 1.5625rem;
  }
  .page-template-medical-patents section.introduce-water .introduce-water-text {
    width: 100%;
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 10px;
  }
  .page-template-medical-patents section.banner-double {
    margin-bottom: 200px;
  }
  .page-template-medical-patents section.banner-double img {
    width: 48%;
    height: auto;
  }
  .page-template-medical-patents section.introduce-logistics {
    height: auto;
    padding-bottom: 50px;
    margin-bottom: 0;
  }
  .page-template-medical-patents section.introduce-logistics img {
    margin-top: -80px;
    width: 100%;
    height: auto;
  }
  .page-template-medical-patents section.introduce-logistics .introduce-logistics-bottom {
    overflow: hidden;
    margin: 0;
  }
  .page-template-medical-patents section.introduce-logistics .introduce-logistics-bottom h2 {
    font-size: 1.5625rem;
  }
  .page-template-medical-patents section.introduce-logistics .introduce-logistics-bottom .introduce-logistics-text {
    width: 100%;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .page-template-medical-patents section.introduce-tetragonium {
    padding-top: 100px;
    overflow: hidden;
  }
  .page-template-medical-patents section.introduce-tetragonium .introduce-tetragonium-box {
    padding-top: 0;
  }
  .page-template-medical-patents section.introduce-tetragonium .introduce-tetragonium-box h2 {
    font-size: 1.5625rem;
  }
  .page-template-medical-patents section.introduce-tetragonium .introduce-tetragonium-box .content-text {
    font-size: 0.9rem;
    line-height: 1.5rem;
    width: 100%;
  }
  .page-template-medical-patents section.introduce-tetragonium .introduce-tetragonium-box + img {
    margin-top: 20px;
    width: 100%;
    height: auto;
  }
  .page-template-medical-patents section.introduce-tetragonium img:first-child {
    width: 100%;
    height: auto;
    margin-top: 30px;
  }
  .page-template-medical-patents section.introduce-tetragonium img:first-child + .introduce-tetragonium-box {
    padding-left: 0;
    margin-top: 20px;
  }
  .page-template-medical-patents section.sewerage .sewerage-box {
    width: 90%;
    padding: 20px;
    top: 35%;
    transform: translateX(-50%);
  }
  .page-template-medical-patents section.sewerage .sewerage-box h2 {
    font-size: 1.5625rem;
    line-height: 1.5;
  }
  .page-template-medical-patents section.sewerage .sewerage-box .content-text {
    width: 100%;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .page-template-medical-patents section.sewerage + img {
    width: 100%;
    height: auto;
  }
  /* patents end */
  /* case start */
  .page-template-case section.banner {
    height: auto;
    padding: 80px 20px 30px;
    position: relative;
  }
  .page-template-case section.banner::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .page-template-case section.banner img {
    width: 110%;
    height: 100%;
    object-fit: cover;
    left: -10%;
  }
  .page-template-case section.banner span {
    font-size: 14px;
  }
  .page-template-case section.banner strong {
    font-size: 1.5625rem;
    line-height: 1.5;
  }
  .page-template-case section.banner .banner-text {
    width: 100%;
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin: 20px 0 30px;
    color: #333;
  }
  .page-template-case section.banner a {
    padding: 10px 15px;
    font-size: 0.9rem;
  }
  .page-template-case section.banner .banner-boxs {
    box-sizing: border-box;
    width: 100%;
  }
  .page-template-case section.banner .banner-boxs .number {
    font-size: 1.2rem;
  }
  .page-template-case section.banner .banner-boxs .number span {
    font-size: 2rem;
  }
  .page-template-case section.banner .banner-boxs .number + div {
    font-size: 0.9rem;
  }
  .page-template-case section.case {
    margin-top: 100px;
  }
  .page-template-case section.case h1 {
    font-size: 1.75rem;
  }
  .page-template-case section.case .case-boxs {
    height: auto;
    margin-bottom: 0;
  }
  .page-template-case section.case .case-boxs a.case-item {
    display: block;
    height: 347px;
  }
  .page-template-case section.case .case-boxs a.case-item:hover .case-item-img {
    background-size: 100%;
  }
  .page-template-case section.case .case-boxs a.case-item:hover .case-item-text {
    bottom: 0;
  }
  .page-template-case section.case .case-boxs a.case-item .case-item-img {
    width: 100%;
    height: 200px;
    background-position: center;
  }
  .page-template-case section.case .case-boxs a.case-item .case-item-text {
    padding: 20px;
    height: auto;
  }
  .page-template-case section.case .case-boxs a.case-item .case-item-text h2 {
    font-size: 1.25rem;
    margin: 0;
  }
  .page-template-case section.case .case-boxs a.case-item .case-item-text p {
    margin: 10px 0 20px;
    font-size: 0.9rem;
    line-height: 1.5rem;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .page-template-case section.case .case-boxs a.case-item .case-item-text span {
    font-size: 0.9rem;
    margin-top: 0;
    position: relative;
  }
  .page-template-case section.case .case-boxs a.case-item .case-item-text span::after {
    width: 16px;
    height: 16px;
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -18px;
  }
  .page-template-case section.remarks {
    margin: 100px 0;
  }
  .page-template-case section.remarks h2 {
    font-size: 25px;
  }
  /* case end */
  /* case-detail start */
  .single-case section.banner {
    height: auto;
    background-size: cover;
  }
  .single-case section.banner img {
    width: 100%;
  }
  .single-case section.banner .content {
    height: 300px;
    padding: 0 20px;
  }
  .single-case section.banner .content .banner-box {
    padding-top: 200px;
    position: static;
  }
  .single-case section.banner .content .banner-box h1 {
    font-size: 1.75rem;
    left: 1.5;
    margin: 0 0 10px;
  }
  .single-case section.banner .content .banner-box a {
    padding: 10px 15px;
    font-size: 0.9rem;
  }
  .single-case .main {
    margin-top: 50px;
  }
  .single-case .main .main-content {
    width: 100%;
  }
  .single-case .main .main-content h2 {
    font-size: 1.5625rem;
  }
  .single-case .main .main-content p {
    width: 100%;
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .single-case .main .related {
    width: 100%;
    margin: 0;
  }
  .single-case .main .related h3 {
    font-size: 1.25rem;
  }
  .single-case .main .related a {
    padding: 0;
  }
  .single-case .main .related a img {
    width: 40%;
  }
  .single-case .main .related a &gt; div {
    box-sizing: border-box;
    width: 60%;
    padding-left: 10px;
  }
  .single-case .main .related a &gt; div .related-text {
    font-size: 0.9rem;
    line-height: 1.5rem;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .single-case .main .related a &gt; div span {
    font-size: 0.9rem;
  }
  .single-case section.remarks {
    margin: 100px 0;
  }
  .single-case section.remarks h2 {
    font-size: 1.5625rem;
  }
  /* case-detail end */
  /* blog start */
  .blog section.banner {
    padding-top: 80px;
    height: 1000px;
  }
  .blog section.banner span {
    margin: 0;
    font-size: 14px;
  }
  .blog section.banner .banner-title {
    font-size: 1.75rem;
    line-height: 1.5;
    margin-top: 10px;
  }
  .blog section.banner .banner-box a {
    width: 100%;
    height: auto;
  }
  .blog section.banner .banner-box a .banner-img {
    width: 100%;
    height: 200px;
  }
  .blog section.banner .banner-box a .banner-img &gt; div {
    height: 200px;
  }
  .blog section.banner .banner-box a .banner-item {
    width: 100%;
    padding: 20px;
  }
  .blog section.banner .banner-box a .banner-item div {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-top: 10px;
  }
  .blog section.banner .banner-box .banner-right {
    width: 100%;
    height: auto;
  }
  .blog section.banner .banner-box .banner-right a {
    padding: 20px;
    margin-top: 30px;
  }
  .blog section.banner .banner-box .banner-right a div {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 10px;
  }
  .blog section.boxin-news {
    padding: 80px 20px 80px;
  }
  .blog section.boxin-news h1 {
    font-size: 1.75rem;
    float: none;
  }
  .blog section.boxin-news .fr {
    float: none;
  }
  .blog section.boxin-news .fr a {
    margin: 0 20px 0 0;
    font-size: 1rem;
  }
  .blog section.boxin-news .news-container a {
    height: auto;
  }
  .blog section.boxin-news .news-container a .news-item-img {
    height: 180px;
  }
  .blog section.boxin-news .news-container a .news-item-img &gt; div {
    height: 180px;
  }
  .blog section.boxin-news .news-container a .news-item-text {
    padding: 20px;
  }
  .blog section.boxin-news .news-container a .news-item-text h3 {
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .blog section.boxin-news .news-container a .news-item-text p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-bottom: 0;
  }
  .blog section.boxin-news .news-container a .news-item-text span {
    display: none;
  }
  /* blog end */
  /* blog-detail start */
  .single-post section.banner {
    height: 300px;
    background-size: cover;
  }
  .single-post section.banner img {
    width: 100%;
  }
  .single-post section.banner .content {
    height: auto;
    padding-top: 160px;
  }
  .single-post section.banner .content .banner-box {
    position: static;
  }
  .single-post section.banner .content .banner-box h1 {
    font-size: 1.75rem;
    line-height: 1.5;
    margin: 0 0 10px;
  }
  .single-post section.banner .content .banner-box a {
    padding: 8px 15px;
  }
  .single-post section.main {
    margin-top: 80px;
  }
  .single-post section.main .main-content {
    width: 100%;
    padding-bottom: 30px;
  }
  .single-post section.main .main-content h2 {
    font-size: 1.25rem;
  }
  .single-post section.main .main-content p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    width: 100%;
  }
  .single-post section.main .classify {
    position: fixed;
    height: 100vh;
    width: 80%;
    top: 0;
    right: -100%;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 50px 20px 20px;
    box-sizing: border-box;
    transition: all 0.3s;
  }
  .single-post section.main .classify.active {
    right: 0;
  }
  .single-post section.main .classify h3 {
    font-size: 1.5625rem;
    margin-bottom: 50px;
  }
  .single-post section.main .classify a {
    font-size: 0.9rem;
    line-height: 20px;
  }
  .single-post section.main .last h3 {
    font-size: 1.125rem;
  }
  .single-post section.main .last h3 span {
    width: 27px;
    height: 27px;
    display: inline-block;
    background: url(../img/menu.svg) no-repeat center;
    background-size: cover;
    vertical-align: middle;
    float: right;
  }
  .single-post section.main .last h4 {
    font-size: 0.9rem;
  }
  .single-post section.share {
    margin-bottom: 100px;
  }
  /* blof-detail end */
  /* contact start */
  .page-template-contact section.banner {
    padding-top: 80px;
    height: 650px;
    box-sizing: border-box;
    background-size: 80%;
  }
  .page-template-contact section.banner span {
    font-size: 14px;
  }
  .page-template-contact section.banner strong {
    width: 100%;
    font-size: 1.5625rem;
    line-height: 1.5;
  }
  .page-template-contact section.banner p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  .page-template-contact section.banner .banner-phone {
    width: 60%;
    height: 70px;
    margin-top: 30px;
  }
  .page-template-contact section.banner .banner-phone .fl {
    margin: 10px;
    width: 50px;
    height: 50px;
  }
  .page-template-contact section.banner .banner-phone .fl img {
    width: 20px;
    height: 20px;
  }
  .page-template-contact section.banner .banner-phone h1.fl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: calc(100% - 70px);
    margin: 0;
    font-size: 0.8rem;
    padding: 0;
  }
  .page-template-contact section.banner .banner-phone h1.fl span {
    line-height: 1.5;
    font-size: 1.2rem;
  }
  .page-template-contact section.contact-boxs {
    overflow: scroll;
    height: auto;
    padding: 20px 0;
    margin-top: -250px;
  }
  .page-template-contact section.contact-boxs .contact-boxs-item {
    width: 80%;
    height: auto;
    padding: 20px;
    margin-right: 20px;
  }
  .page-template-contact section.contact-boxs .contact-boxs-item &gt; div {
    width: 150px;
    height: 150px;
  }
  .page-template-contact section.contact-boxs .contact-boxs-item span {
    font-size: 1rem;
  }
  .page-template-contact section.contact-boxs .contact-boxs-item p {
    font-size: 0.9rem;
  }
  .page-template-contact section.remarks {
    margin-top: 100px;
  }
  .page-template-contact section.map {
    margin: 100px 0;
    height: 200px;
  }
  /* contact end */
  body.search .boxin-news {
    padding-top: 30px;
  }
  body.search .news-title h1 {
    float: none;
    font-size: 1.8125rem;
    line-height: 1.5;
  }
  body.search .news-title .fr {
    float: none;
    margin-top: 10px;
  }
  body.search .news-title .fr a {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin: 0 10px 0 0;
  }
  body.search .news-container {
    padding-bottom: 100px;
  }
  .introduce-protect-bottom h2 {
    width: 100%;
  } 

  .furniture .furniture_swiper a {
    height: 300px;
  }
  .furniture .furniture_swiper a:hover div {
    bottom: -110px;
  }
  .furniture .furniture_swiper div {
    width: 90%;
    height: auto;
    padding: 1rem 0;
  }
  .furniture .furniture_swiper div h3 {
    font-size: 1rem;
    line-height: 1.5;
    margin: 0 auto;
  }
  .furniture .furniture_swiper div .button {
    margin-top: 1rem;
    font-size: 14px;
    padding: 9px 20px;
  }
  .furniture_main {
    padding: 50px 0;
  }
  .furniture_main h1 {
    font-size: 22px;
    line-height: 1.5;
  }
  .furniture_main p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin: 1rem 0 30px;
  }
  .furniture .furniture_swiper {
    padding-top: 30px;
  }

  header .header .header-right div &gt; ul &gt; li ul {
    position: static;
    visibility: visible;
    padding: 0 3.2rem;
    box-shadow: none;
    display: none;
    background-color: transparent;
  }
  header .header .header-right div &gt; ul.menu &gt; li ul li a {
    padding: 5px 0;
    padding-left: 0;
    color: var(--title_color);
    line-height: 1.5;
    height: 2rem;
  }
  header .header .header-right div &gt; ul.menu li.menu-item-has-children a {
    margin-right: 5rem;
    width: unset;
  }
  header .header .header-right div &gt; ul.menu li.menu-item-has-children {
    position: relative;
  }
  header .header .header-right div &gt; ul.menu li.menu-item-has-children.active::after {
    transform: rotate(135deg);
  }
  header .header .header-right div &gt; ul.menu li.menu-item-has-children::after {
    content: '';
    display: block;
    width: 1rem;
    height: 1rem;
    background: url(../img/plus.svg) no-repeat center/contain;
    position: absolute;
    right: 1.2rem;
    top: 1.6rem;
    transition: all .3s;
  }
}
</pre></body></html>