.mobile-hide {
  display: block;
}
.mobile-show {
  display: none;
}
@media  (max-width:750px){
  .bg-white{
    background: #ffffff;
  }
  :root {
    --font-size-18: 16px;
    --font-size-16: 14px;
    --font-size-14: 12px;
  }
  body {
    height: 100%;
    background: #f4f6f8;
    font-size: 14px;
    color: #555;
  }
  .banner {
    height: 180px;
  }
  .department {
    margin-top: 0px;
  }
  .department li i {
    width: 48px;
    height: 48px;
    margin: 4px auto 10px;
  }
  .department li span {
    color: #767676;
  }
  .department li:nth-child(1) i {
    background-image: url(https://www.cureroads.com/assets/index_img/index/mobile/kind_1.png);
  }
  
  .department li:nth-child(2) i {
    background-image: url(https://www.cureroads.com/assets/index_img/index/mobile/kind_2.png);
  }
  
  
  .department li:nth-child(3) i {
    background-image: url(https://www.cureroads.com/assets/index_img/index/mobile/kind_3.png);
  }
  
  
  .department li:nth-child(4) i {
    background-image: url(https://www.cureroads.com/assets/index_img/index/mobile/kind_4.png);
  }
  
  
  .department li:nth-child(5) i {
    background-image: url(https://www.cureroads.com/assets/index_img/index/mobile/kind_5.png);
  }
  
  
  .department li:nth-child(6) i {
    background-image: url(https://www.cureroads.com/assets/index_img/index/mobile/kind_6.png);
  }
  
  .department li:nth-child(7) i {
    background-image: url(https://www.cureroads.com/assets/index_img/index/mobile/kind_7.png);
  }
  
  .department li:nth-child(8) i {
    background-image: url(https://www.cureroads.com/assets/index_img/index/mobile/kind_8.png);
  }
  .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
  }
  .inner, .inner-cont ,.proton-zixun img:first-child, .proton-zixun img:last-child{
    width: 100%;
  }
  .proton-zixun img:first-child {
    padding: 0 10px;
  }
  .header-tel, .header-search, .fixed-shortcut, .mobile-hide  {
    display: none!important;
  }
  .mobile-show {
    display: block!important;
  }
  .search-box {
    margin-top: 0px;
    padding: 10px 16px;
    width: 100%;
  }
  .search-box > div, .search-box input {
    width: 100%;
  }
  .search-box>div i {
    left: 10px;
  }
  .search-box input {
    padding: 0px 10px 0px 35px;
    border: none;
  }
  .navbar-bg {
    background: transparent;
    box-shadow: 0 1px 8px rgb(0 0 0 / 5%);
  }
  .navbar-fixed-top {
    background: #ffffff;
  }
  .navbar-toggle {
    border-color: #ddd;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .navbar-toggle .icon-bar {
    background-color: #888;
  }
  .mobile-navbar-brand {
    float: left;
    margin-top: 8px;
    margin-left: 10px;
  }
  .mobile-navbar-brand img {
    width: 100px;
    margin-top: -5px;
  }
  .mobile-navbar-brand .tel {
    margin-left: 10px;
    margin-right: 0px;
  }
  .mobile-navbar-brand .tel strong{
    font-size: 20px;
    font-weight: normal;
  }
  .navbar .navbar-collapse {
    position: fixed;
    top: 0;
    overflow: auto;
    z-index: 9999;
    background: #fff;
    box-shadow: 10px 0 10px rgba(0, 0, 0, 0.06);
    max-height: inherit;
    height: 100vh !important;
    transition: .5s;
    width: 250px;
    margin-left: -280px;
    margin-right: 0;
    display: block;
    border-color: #e7e7e7;
  }
  .navbar .navbar-collapse.in {
    display: block;
    margin-left: 0px;
  }
  .nav li a, .dropdown-menu li a:hover{
    color: #777;
    font-size: 14px;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .nav li.current, .nav li.active, .nav li a:visited, .nav li a:hover, .nav li a:active, .nav .open>a:focus{
    color: #555;
    background-color: #e7e7e7;
    text-align: left;
  }
  .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #fdfdfd!important;
  }
  .navbar .navbar-collapse > ul.navbar-nav {
    margin: 15px 0;
  }
  .navbar .navbar-collapse-bg {
    position: fixed;
    top: 0;
    overflow: hidden;
    z-index: 9998;
    background: transparent;
    height: 100vh;
    width: 100%;
    display: block;
  }
  .department {
    display: block;
    overflow: hidden;
    box-shadow: none;
  }
  .department li {
    float: left;
    width: 25%;
  }
  .department li:nth-child(5) {
    clear: both;
  }
  .artile-heading {
    padding: 15px 0;
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
  }
  .artile-heading h3 {
    color: #000000;
    font-size: 16px;
    display: inline-block;
  }
  .artile-heading a {
    float: right;
    color: #999999;
  }
  .artile-heading i {
    display: inline-block;
    position: relative;
    width: 6px;
    height: 11px;
    background-image: url(https://www.cureroads.com/assets/img/arrow.png);
    background-position: left center;
    background-size: 100%;
    margin-left: 4px;
    top: 1px;
  }
  .footer {
    margin-top: 10px;
    padding-top: 10px;
  }
  .footer ul {
    display: block;
  }
  .footer .copyright {
    padding-top: 0px;
    margin: 15px auto;
  }
  .footer ul li a {
    padding: 0 10px;
  }
  .footer-info {
    padding: 5px;
    height: auto;
    line-height: 20px;
  }
  .banner-static {
    height: 180px;
  }
  .banner-static > div {
    top: 10px;
  }
  .advantages-vs {
    left: 40%;
    top: 36%;
  }
  .curable-right {
    margin-left: 10px;
  }
  .curable div:first-child {
    margin-right: 0px;
    margin-left: 10px;
  }
  .remote-consultation-banner > div {
    top: 25%;
    left: 3%;
  }
  .banner-static > div p {
    font-size: 18px;
    line-height: 20px;
  }
  .remote-list li {
    margin-right: 0px;
    width: 50%;
  }
  .remote-list li > div:first-child {
    width: 100%;
    height: 108px;
  }
  .introduce_text {
    margin: 20px auto 30px;
    padding: 0 10px;
  }
  .medical-cont a>div:last-child div {
    margin-top: 5px;
  }
  .medical-cont div:last-child h3 {
    padding-bottom: 10px;
  }
  .medical-cont div:first-child, .medical-cont a>div:last-child, .banner-static > div img {
    width: 100%;
  }
  .medical-cont a>div:last-child {
    height: auto;
  }
  .introduce_hd>div h2 {
    font-size: 18px;
    padding-top: 20px;
  }
  .introduce_hd>div span {
    font-size: 16px;
  }

  .article-metas .img-zoom {
    width: 45% !important  
  }


  .mobile-banner-show {
    width: 100%;
    background: url(https://www.cureroads.com/assets/index_img/index/mobile/banner_bg.png) no-repeat left center;
    background-size: 100% 100%;
  }

  .mobile-common-bg {
    background: #ffffff;
    padding: 0 16px 20px;
    margin-top: 10px;
  }
  .overseas .overseas-hd {
    margin-top: 12px;
  }
  .overseas-cont {
    margin-top: -10px;
  }
  .overseas-cont ul li {
    width: 48%;
    margin-right: 10px;
  }
  .overseas-cont ul li>div:nth-child(2) {
    background: linear-gradient(316deg, #4FBCB9 0%, #31BFB3 100%);
    opacity: 1!important;
    position: absolute;
    left: 0px;
    bottom: 0px;
    border-radius: 0px;
  }
  .overseas-cont ul li:nth-child(2) div:nth-child(2) {
    background: linear-gradient(316deg, #C06C37 0%, #FF8A2B 100%);
  }
  .overseas-cont ul li:nth-child(3) div:nth-child(2) {
    background: linear-gradient(316deg, #C14866 0%, #FF70C6 100%);
  }
  .overseas-cont ul li:nth-child(4) div:nth-child(2) {
    background: linear-gradient(316deg, #28AAC4 0%, #41DCF4 100%);
  }
  .overseas-cont ul li:nth-child(5) div:nth-child(2) {
    background: linear-gradient(316deg, #4F70BC 0%, #358FD9 100%);
  }

  .overseas-cont ul li:nth-child(even) {
    margin-right: 0px;
  }
  .overseas-cont li div:first-child {
    width: 100%;
  }
  .overseas-cont li>div:nth-child(2) {
    padding: 23px 16px 0px;
  }
  .overseas-cont li>div:nth-child(2) >div{
    display: block;
  }
  .overseas-cont li>div:nth-child(2) h3 {
    font-size: 15px;
    line-height: 22px;
  }
  .overseas-hd h2 {
    font-size: 18px;
  }
  
  .service-flow-cont li img:first-child {
    display: block;
    width: 70px;
    height: 70px;
  }

  .service-flow-cont li {
    margin-top: 20px;
    margin-right: 15%;
  }
  .service-flow-cont li h4 {
    color: #666666;
  }
  .service-flow-cont li img:nth-child(2) {
    width: 63px;
    height: 13px;
    margin-top: 5px;
  }
  .service-flow-cont li:nth-child(3),.service-flow-cont li:nth-child(6){
    margin-right: 0px;
  }
  .service-flow {
    margin: 12px auto 0px;
  }
  .service-flow-cont li:after {
    top: 16%;
    right: -66%;
  }
  .service-flow-cont li:nth-child(4) {
    clear: both;
  }
  .service-flow-cont li:nth-child(3n):after{
    display: none;
  }

  .mobile-cont {
    padding: 0 16px;
    background: #ffffff;
    overflow: hidden;
    height: auto;
  }
  .remote-introduce_text {
    width: 100%;
    font-size: 12px;
    color: #767676;
    line-height: 20px;
  }
  .remote-cont li {
    width: 48%;
    margin-right: 10px;
    margin-bottom: 12px;
    padding: 20px 6px 18px;
    height: 235px;
  }
  .remote-cont li:nth-child(2n),.choose-us-cont li:nth-child(2n) {
    margin-right: 0px;
  }
  .remote-cont li>div h3 {
    font-size: 16px;
    margin: 17px auto 7px;
  }
  .remote-cont li img {
    width: 35px;
    height: 35px;
  }
  .remote-cont li>div p{
    font-size: 12px;
    line-height: 19px;
    transform: scale(.9);
  }
  .remote-cont {
    margin-bottom: 20px;
  }
  .choose-us-bg {
    margin-top: 10px;
  }
  .choose-us-cont{
    background: none;
    height: auto;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .choose-us-cont li img {
    margin: 0 auto;
  }

  .choose-us-cont li {
    margin-top: 20px;
    color: #333333;
    width: 42%;
    float: left;
    margin-right: 50px;
    text-align: center;
  }
  .choose-us-cont li>div h3 {
    font-size: 15px;
    line-height: 22px;
    margin: 10px auto 7px;
  }
  .choose-us-cont li>div p {
    text-align: left;
    font-size: 13px;
    color: #999999;
  }
  .china-tab-bg {
    padding: 0 16px;
  }
  .china-tab-bg ,.disease-cont{
    background: transparent;
  }
  .disease-info-l > div:first-child {
    margin-bottom: 0px;
  }
  .disease-hd {
    padding-top: 13px;
  }
  .disease-info {
    margin-top: 28px;
    padding: 16px;
    background: #ffffff;
    box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.1);
    border-radius: 8px;
  }
  .disease-cont {
    box-shadow: none;
    margin: 22px 16px 28px;
    padding: 0;
  }
  .disease-cont > ul{
    display: flex;
    justify-content: space-between;
  }
  .disease-cont > ul li{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 11px;
  }
  .disease-cont > ul li:nth-child(2) {
    margin: 0;
  }
  .disease-cont > ul li img {
    margin: 0 auto;
  }
  .disease-cont > ul li h3 {
    margin-top: 8px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
  .disease-cont > ul li >div span {
    line-height: 17px;
  }
  .disease-info > div, .disease-info-l> div{
    width: 100%;
    height: auto!important;
  }
  .disease-info-l > div {
    padding: 15px;
  }
  .disease-info h3 {
    padding: 0px 0px 10px;
    font-size: 15px;
  }
  .disease-info p {
    font-size: 12px;
  }
  .disease-info-r >div:nth-child(1) {
    padding: 15px;
  }
  .disease-info-r > div {
    height: auto!important;
    display: flex;
    flex-direction: column;
  }
  .disease-info-r >div:nth-child(2) {
    margin: 0px;
    padding: 15px;
  }
  .disease-info-r >div:nth-child(3) > div {
    width: 100%!important;
    height: auto!important;
  }
  .disease-info-r >div:nth-child(3)>div:first-child {
    margin-right: 0px;
    padding: 15px;
  }
  .disease-info-r >div:nth-child(3)>div:last-child {
    padding: 15px;
  }

  .health-hd {
    margin-top: 18px;
    margin-bottom: 18px;
    display: flex;
    flex-direction: column;
  }
  .health-cont {
    flex-direction: column;
  }
  .health-cont ul {
    margin-top: 17px;
    margin-bottom: 50px;
  }
  .health-cont li h3 {
    font-size: 15px;
    margin: 0 0 9px;
    line-height: 22px;
  }
  .health-cont li p {
    font-size: 12px;
  }
  .health-cont> div {
    width: 100%!important;
    height: auto!important;
    flex: 1;
  }
  .health-cont > div:first-child {
    padding: 28px 16px 0;
  }
  .health-cont > div:first-child p {
    padding: 0;
  }
  .health-cont > div:first-child img {
    position: initial;
  }
  .health-cont li {
    padding: 14px 19px;
    margin-bottom: 10px;
  }
  .health-cont li i {
    width: 3px;
  }
  .japan-service-bg {
    height: auto;
    margin: 0;
    padding: 0 16px 29px;
  }
  .japan-service-hd {
    margin-top: 22px;
  }
  .japan-service-hd >div:first-child >div h3 {
    font-size: 18px;
  }
  .japan-service-hd >div:first-child p {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
  }
  .japan-service-hd >div:first-child,.japan-service-hd ul {
    width: 100%;
  }
  .japan-service-hd ul {
    clear: both;
  }
  .japan-service-hd ul li {
    height: auto;
    line-height: 20px;
    padding: 10px 15px;
    display: flex;
  }
  .japan-service-hd ul li p{
    width: 215px;
    font-size: 14px;
    line-height: 20px;
  }
  .japan-service-hd ul li span {
    padding: 0 14px 0 8px;
    font-size: 14px;
  }
  .precision-bg {
    padding: 0 16px 30px;
  }
  .precision-hd {
    padding-top: 13px;
  }
  .precision-bg-cont {
    margin-top: 8px;
  }
  .precision-bg-cont-title {
    width: 136px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    border-radius: 8px 16px 2px 0px;
  }
  .precision-bg-cont-list {
    flex-direction: column;
  }
  .precision-bg-cont>div:last-child {
    padding: 35px 16px;
  }
  .precision-bg-cont-list> div:first-child {
    margin-right: 0;
  }
  .precision-bg-cont-list> div h4 {
    font-size: 14px;
    margin-bottom: 3px;
  }
  .precision-bg-cont-list> div p {
    font-size: 13px;
  }
  .precision-bg-cont-list>div:last-child{
    margin-top: 22px;
  }
  .precision-list-cont-info {
    width: 100%;
  }
  .precision-list-cont-info h5,.precision-list-cont-info p{
    font-size: 12px;
    transform: scale(.9);
  }
  .precision-cont-second .precision-bg-cont-title {
    width: 219px;
    height: 40px;
    border-radius: 8px 16px 2px 0px;
  }
  .precision-cont-second>div>div img ,.japan-advantages-list li{
    width: 100%;
  }
  .japan-advantages-list {
    padding: 0 16px;
  }
  .japan-advantages-list li {
    margin-right: 0;
    height: auto;
    padding: 16px;
    margin-bottom: 10px;
  }
  .japan-advantages-list li h3 {
    font-size: 14px;
  }
  .japan-advantages-list li p {
    font-size: 13px;
  }
  .japan-advantages-list {
    margin: 0;
  }
  .treatment-flow-cont li img:first-child {
    width: 40px;
    height: 40px;
  }
  .treatment-flow-cont li ,.treatment-flow-cont li:nth-child(3), .treatment-flow-cont li:nth-child(6){
    margin-right: 14%;
  }
  .treatment-flow-cont li:nth-child(4n) {
    clear: none;
    margin-right: 0;
  }
  .treatment-flow-cont li h4 {
    font-size: 12px;
  }
  .treatment-flow-cont li:after {
    background: url(https://www.cureroads.com/assets/img/japan_physical/mobile/arrow.jpg) no-repeat left center;
    top: 4%;
    right: -75%;
  }
  .treatment-flow-cont li:nth-child(3n):after{
    display: block;
  }
  .treatment-flow-cont li:nth-child(4n):after {
    display: none;
  }
  .convenient-list {
    margin-top: 0;
    font-size: 12px;
    flex-direction: column;
    padding: 0 16px;
    background: #ffffff;
  }
  .convenient-list> div:last-child {
    width: 100%;
    margin: 10px 0 30px;
  }
  .convenient-list > div:first-child h4 {
    font-size: 12px;
    margin: 5px 0 5px 10px;
  }
  .convenient-list > div:first-child {
    width: 100%;
    margin: 0;
  }
  .convenient-list > div:first-child ul li:nth-child(2) {
    margin: 20px 0;
  }
  .convenient-list > div:first-child img {
    margin: 0 24px 0 0;
  }
  .convenient-list > div:first-child ul li {
    display: flex;
  }
  .convenient-list > div:first-child h3,.convenient-list> div:last-child h3 {
    font-size: 15px;
  }
  .convenient-list> div:last-child h3  {
    margin-bottom: 0px;
  }
  .convenient-mb-title {
    background: #ffffff;
    padding: 18px 16px;
    margin-top: 10px;
  }
  .convenient-mb-title h2 {
    width: 237px;
  }
  .proton-therapy-bg {
    padding: 0 16px;
  }
  .proton-therapy-cont {
    flex-wrap: wrap;
  }
  .proton-therapy-cont > div:first-child {
    padding: 20px 26px;
    width: 100%;
  }
  .proton-therapy-cont > div:first-child img {
    width: 100%;
    margin: 0;
  }
  .proton-therapy-cont > div:first-child p {
    font-size: 12px;
  }
  .proton-therapy-cont > div.proton-therapy-mb-l {
    width: 174px;
    padding: 26px 16px 20px;
    margin-left: 0px;
    margin-top: 10px;
  }
  .proton-therapy-cont > div.proton-therapy-mb-r {
    width: 169px;
  }
  .proton-therapy-cont > div:nth-child(2) img {
    margin: 24px auto 18px;
    width: 129px;
  }
  .proton-therapy-cont > div:nth-child(2) h3,.proton-therapy-cont > div:nth-child(3) h3 {
    font-size: 13px;
  }
  .proton-therapy-cont > div:nth-child(2) >div p,.proton-therapy-cont > div:nth-child(3) >div p {
    margin-left: 0px;
    font-size: 12px;
  }
  .proton-therapy-cont > div:nth-child(2) >div p i, .proton-therapy-cont > div:nth-child(3) >div p i {
    width: 12px;
    height: 12px;
    top: 1px;
  }
  .proton-therapy-cont > div:nth-child(3) img {
    width: 100%;
    margin: 10px auto 16px;
  }
  .cureRoads-cont {
    margin-top: 16px;
    margin-bottom: 25px;
    flex-direction: column;
  }
  .indication-mb {
    background: #ffffff;
    padding: 0 16px;
  }
  .cureRoads-cont > div > div {
    padding-left: 21px;
    padding-top: 16px;
    padding-bottom: 20px;
  }
  .cureRoads-cont > div {
    width: 100%;
    height: auto;
  }
  .cureRoads-cont > div:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .cureRoads-cont > div > div h3 {
    font-size: 15px;
  }
  .cureRoads-cont > div > div span {
    margin: 0;
  }
  .cureRoads-cont > div > div span ,.cureRoads-cont > div > div p{
    font-size: 13px;
  }
  .cureRoads-cont > div:first-child:after {
    width: 83px;
    height: 92px;
    background-size: 100%;
  }
  .cureRoads-cont > div:last-child:after {
    width: 68px;
    height: 93px;
    right: 0;
    background-size: 100%;
  }
  .proton-advant-bg {
    padding: 0 16px;
  }
  .proton-advant-cont {
    flex-wrap: wrap;
  }
  .proton-advant-cont li {
    padding: 18px 22px;
    margin-right: 0px;
    height: auto;
  }
  .proton-advant-cont li:nth-child(1) {
    width: 48%;
    margin-right: 5px;
  }
  .proton-advant-cont li:nth-child(2) {
    width: 50%;
  }
  .proton-advant-cont li:nth-child(3) {
    margin-top: 5px;
    padding: 18px 22px;
  }
  .proton-advant-cont img {
    display: inline-block;
    width: 24px;
    height: 24px;
  }
  .proton-advant-cont h3 {
    font-size: 14px;
    width: 100px;
    height: 22px;
    line-height: 22px;
    background: linear-gradient(90deg, rgba(13, 188, 167, .2) 0%, rgba(13,187,166,0) 98%);
    border-radius: 25px;
    color: #0DBCA7;
    margin-bottom: 14px;
    padding-left: 29px;
    margin-left: -24px;
  }
  .proton-advant-cont p{
    font-size: 12px;
  }
  .proton-therapy-hospital li {
    width: 100%;
    margin-top: 10px;
    margin-right: 0px;
    height: 490px;
  }
  .hospital-cont ul {
    width: auto;
    padding: 0;
  }
  .indication-cont {
    flex-direction: column;
  }
  .indication-mb-hd {
    padding: 0 16px;
    background: #ffffff;
    overflow: hidden;
  }
  .indication-cont>div:first-child img {
    margin-top: 12px;
    padding: 16px 16px 0;
    width: 100%;
  }
  .indication-cont>div:last-child {
    padding: 0;
    box-shadow: none;
  }
  .indication-cont>div:last-child>div:first-child p, .indication-cont>div:last-child>div:nth-child(2) p {
    font-size: 13px;
  }
  .indication-hd-info > div {
    width: 100%!important;
    font-size: 14px;
  }
  .indication-hd-info h3 {
    margin-bottom: 15px;
  }
  .indication-hd-info > div:nth-child(3) {
    margin: 15px 0;
  }
  .indication-hd-info h3,.indication-hd-info h4 {
    font-size: 14px;
    padding-left: 8px;
  }
  .proton-vs-therapy-cont {
    flex-direction: column;
    margin: 20px 0;
  }
  .proton-vs-therapy-bg{
    margin-top: 10px;
    padding: 0 16px;
    background: #ffffff;
  }
  .proton-vs-therapy-bg h3{
    font-size: 18px;
    color: #000000;
  }
  .proton-vs-therapy-cont > div{
    width: 100%!important;
  }
  .proton-vs-therapy-list {
    padding: 20px 24px;
    display: flex;
  }
  .proton-vs-therapy-list h5 {
    width: 43px;
    margin-right: 16px;
  }
  .proton-vs-therapy-list p {
    font-size: 14px;
  }
  .proton-vs-therapy-cont > div > div:last-child {
    height: auto;
  }
  .proton-vs-therapy-title h4 {
    font-size: 16px;
  }
  .proton-vs-therapy-cont > div:nth-child(2),.proton-vs-therapy-cont > div:nth-child(3) {
    margin-left: 0;
    margin-top: 10px;
  }
  .proton-vs-therapy-title {
    padding: 17px 0 0;
  }
  /* 可愈赴日体检服务流程 */
  .service-new-cont ul {
    display: flex;
    flex-direction: column;
    margin: 0;
  }
  .service-new-cont li img:first-child {
    display: block;
    width: 35px;
    height: 35px;
  }

  .service-new-cont li {
    display: flex;
    flex-direction: row;
    padding: 18px 13px;
    background: linear-gradient(180deg, rgba(239,255,253,0) 0%, #F0FCFA 100%);
    border-radius: 8px;
    font-size: 12px;
  }
  .service-new-cont li>p {
    width: 174px;
  }
  .service-new-cont li p {
    font-size: 12px;
  }
  .service-new-cont li h4 {
    text-align: left;
    width: 60px;
    color: #333333;
    font-size: 15px;
    margin: 0 20px 0 25px;
  }
  .service-new-cont li > div {
    display: flex;
  }
  .service-new-cont li > div p:first-child{
    margin-right: 10px;
  }
  .service-new-cont li:after {
    display: none;
  }
}
.indication-mb {
  margin-top: 10px;
  padding: 10px 16px 20px;
  background: #ffffff;
}
.indication-mb h2{
  font-size: 18px;
  color: #000000;
  margin-bottom: 13px;
}
.indication-mb img{
  width: 100%;
}
/* 国内看病移动端 */
.physical-mb {
  padding: 18px 10px;
  background: #FFFFFF;
  margin-bottom: 10px;
}
.physical-mb h3{
  font-size: 18px;
  margin-bottom: 34px;
}
.physical-mb > div {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.physical-mb > div img{
  display: block;
  width: 156px;
  height: 163px;
  margin-top: 18px;
}
.physical-mb ul li{
  width: 150px;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.1);
  border-radius: 30px;
  padding: 6px 23px;
  color: #666666;
  line-height: 19px;
  margin-bottom: 17px;
  font-size: 13px;
}
.physical-mb ul li {
  font-size: 13px;
}
.physical-mb ul li:nth-child(1){
  position: relative;
  right: 85px;
}
.physical-mb ul li:nth-child(2){
  position: relative;
  right: 27px;
}
.physical-mb ul li:nth-child(3){
  position: relative;
  right: 10px;
}
.physical-mb ul li:nth-child(4){
  position: relative;
  right: 27px;
}
.physical-mb ul li:nth-child(5){
  position: relative;
  right: 85px;
}

/* 远程咨询移动端 */
.diseases-mb {
  background: #FFFFFF;
  margin-top: 10px;
  margin-bottom: 10px;
}
.diseases-mb h3{
  font-size: 18px;
  margin-left: 16px;
  padding-top: 12px;
  margin-bottom: 18px;
}
.diseases-mb > div {
  padding-left: 4px;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 30px;
  overflow: hidden;
}
.diseases-mb-l {
  width: 163px;
  height: 200px;
  position: relative;
  top: 20px;
}
.diseases-mb > div ul li img{
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.diseases-mb > div ul li span{
  display: inline-block;
  width: 134px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
.diseases-mb > div ul li {
  position: relative;
  height: 40px;
  width: 180px;
  margin-bottom: 10px;
}
.diseases-mb > div ul li > div {
  position: absolute;
  display: flex;
  align-items: center;
}
.diseases-mb > div ul li:nth-child(1) > div {
  left: -80px;
}
.diseases-mb > div ul li:nth-child(2) > div {
  left: -40px;
}
.diseases-mb > div ul li:nth-child(3) > div {
  left: -10px;
}
.diseases-mb > div ul li:nth-child(4) > div {
  left: -20px;
}
.diseases-mb > div ul li:nth-child(5) > div {
  left: -50px;
}
.process-mb {
  padding: 0 16px 20px;
  margin-top: 10px;
  background: #ffffff;
}
.process-mb-cont {
  margin: 0 -16px;
}
.process-mb-cont img {
  width: 100%;
  margin-top: 13px;
}
.process-mb-hd {
  padding-top: 16px;
}
.consulting-mb-cont {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  margin-top: 17px;
  
}
.consulting-mb-cont li {
  text-align: center;
}
.consulting-mb-cont li img {
  display: block;
  width: 90px;
  height: 90px;
  margin-bottom: 8px;
}
.consulting-mb-cont li span{
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}
.precision-mb {
  padding: 23px 16px 30px;
  background: #ffffff;
  margin-top: -22px;
}
.precision-mb>div p{
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 17px;
  margin: 19px 0 16px;
}
.precision-mb>div p strong{
  font-size: 14px;
  font-weight: 500;
  color: #0DBCA7;
  line-height: 20px;
}
.precision-mb>div img {
  width: 100%;
}
.japan-advantages-mb > div img {
  margin-left: 18px;
  width: 181px;
  height: 222px;
}
.japan-advantages-mb ul{
  margin-top: 30px;
}
.japan-advantages-mb ul li{
  width: 90px;
  height: 30px;
  padding: 6px 19px;
}
.japan-advantages-mb h3{
  margin-bottom: 0;
}
.japan-advantages-mb ul li:nth-child(1) {
  right: 77px;
}
.japan-advantages-mb ul li:nth-child(2) {
  right: 43px;
}
.japan-advantages-mb ul li:nth-child(3) {
  right: 26px;
}
.japan-advantages-mb ul li:nth-child(4) {
  right: 43px;
}
.japan-advantages-mb ul li:nth-child(5) {
  right: 77px;
}
.japan-advantages-mb {
  padding: 18px 16px;
  margin-bottom: 0px;
}
.therapy-ad-mb {
  padding: 0 16px;
  background: #ffffff;
  overflow: hidden;
}
.therapy-ad-mb h3{
  margin-top: 20px;
  font-size: 18px;
  margin-bottom: 34px;
  color: #000000;
}
.therapy-ad-mb > div {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 40px;
}
.therapy-ad-mb li {
  background: #FFFFFF;
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.1);
  border-radius: 30px;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  position: absolute;
}
.therapy-ad-mb li:nth-child(1){
  top: -15px;
  left: 70px;
  width: 184px;
}
.therapy-ad-mb li:nth-child(2){
  top: 23px;
  left: 178px;
}
.therapy-ad-mb li:nth-child(3){
  width: 148px;
  top: 68px;
  left: 198px;
}
.therapy-ad-mb li:nth-child(4){
  width: 140px;
  top: 110px;
  left: 210px;
}
.therapy-ad-mb li:nth-child(5){
  width: 163px;
  top: 157px;
  left: 181px;
}
.therapy-ad-mb li:nth-child(6){
  width: 201px;
  top: 209px;
  left: 139px;
}
.therapy-ad-mb  > div img {
  display: block;
  width: 194px;
  margin-top: 26px;
}



/* .process-mb-cont ul {
  display: flex;
  justify-content: space-between;
  border-radius: 24px;
}
.process-mb-cont ul:first-child{
  margin-top: 13px;
  background: linear-gradient(270deg, #0DBCA7 0%, rgba(13,188,167,0) 100%);
  opacity: 0.1;
}
.process-mb-cont ul:last-child{
  margin-top: 20px;
  background: linear-gradient(90deg, #0DBCA7 0%, rgba(13,188,167,0) 100%);
}
.process-mb-cont img{
  margin: 0 auto 5px;
  display: block;
  width: 40px;
  height: 40px;
}
.process-mb-cont h4{
  font-size: 13px;
  font-weight: 400;
  color: #767676;
  line-height: 19px;
} */


.panel-default {
  margin-top: 10px;
  margin-bottom: 10px;
  border: none;
  padding: 0 15px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}

.panel-img img{
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}
.article-list li{
  padding: 20px 0;
  border-bottom: 1px solid #efefef;
  overflow: hidden;
}
.article-list li div:first-child {
  float: left;
  width: 100px;
  height: 100px;
}
.article-list li div:first-child img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.article-standard li div:first-child {
  width: 75px;
  height: 75px;
}
.article-standard li div:first-child img {
  border-radius: 50%;
}
.article-list li div:last-child {
  width: 66%;
  float: left;
  padding-left: 15px;
  line-height: 25px;
}
.article-standard li div:last-child {
  width: 71%;
}
.article-list li div:last-child h4 {
  margin-bottom: 5px;
  font-size: 15px;
  color: #333333;
  height: 44px;
  line-height: 22px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
.article-standard li div:last-child h4 {
  height: auto;
}
.article-list li div:last-child p {
  font-size: 12px;
  line-height: 17px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}