* {
  margin: 0;
  padding: 0;

}


body,
html {
  font-family: sans-serif;


}



.title{
  color: #319db3 !important;
  text-align: center!important;
  font-weight: bold!important;
  font-size: 20px!important;
}

::selection {
  background: #319db3;
  color: white;
}




.header-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #b8d8d2;

}


.affix {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030
}

.column_bar {
  display: flex;
  flex-direction: column;
}


.menu ul {
  list-style-type: none;
  padding: 0;
  background-image: url(images/menu_bg.gif);
  margin: 0 auto;
  display: flex;
}

.menu li {
  position: relative;
  text-align: center;
  height: 90px;
  margin: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;

}

.navbarbox {
  display: flex;
  justify-content: space-between;
  align-items: center;

}


.menu li a {
  text-align: center;
  color: white;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 20px;
  background-color: #319db3;
  border-radius: 50px;
  display: block;
  width: 135px;
  transition: .3s;
  border: solid 1px #319db3;
}

.flex a {
  font-size: 14px;
  color: #626262;
}

.flex {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
}

.font {
  font-size: 18px !important;
  letter-spacing: 1.4px !important;
  display: block;
  display: flex;
  justify-content: space-between;
  align-items: center;

}



.menu li a:hover {
  color: #319db3;
  background-color: white;
  border: solid 1px #319db3;
  background-position: left bottom;
}

.menu ul ul {
  position: absolute;
  left: -28px;
  top: 87px;
  z-index: 10;
  padding: 8px;
  border-radius: 13px;
  background-color: #cfe2de;
  display: none;
  box-shadow: 0px 0px 6px #52515183;
  /*先把下拉選單關掉*/
}



.menu ul ul.open {
  display: block;
}



.menu li li {
  display: block;
  width: 140px;
  height: auto;
  
}

.menu li li a {
  display: block;
  background: none;
  line-height: 30px;
  border-bottom: 1px dotted #77a199;
  border-top: none;
  border-left: none;
  border-right: none;
  color:  #77a199;

  margin: 0 auto;
 padding: 10px 0px;
  line-height: 1.5;
  border-radius: 0 !important;

}

.menu li li a:hover {
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  color: #5e8780;
  border-bottom: 1px dotted #77a199;
}

.menu li li:last-child a {
  border-bottom: none;
}


/* =========手機版======= */



.header-ph {
  position: fixed;
  display: none;
  width: 100%;
  z-index: 110;
  height: 70px;
  background-color: #b8d8d2;




}



.header-ph li a:hover {
  text-decoration: none;
  color: #139884;
}




.bgcp svg {
  fill: #878a8b;
  height: 24px;
  width: 24px;
  display: block;
}


.toggleBox {
  display: none;
}


svg.rotate1 {
  transform: rotate(180deg);
}




svg.rotate0 {
  transform: rotate(0);
}




#cloud {
  position: fixed;
  top: 0;
  left: 0px;
  z-index: -1;
  opacity: 0;
  height: 100%;
}




.side-menu {
  display: block;
  z-index: 100;
  width: 100%;

}






.menu-control {
  position: absolute;
  width: 50px;
  height: 50px;
  border: solid 2px white;
  border-radius: 10px;
  top: 10px;
 left: 10px;

}


.menu-control span {
  display: block;
  height: 3px;
  background-color: white;
  margin: 9px;
  transform-origin: 3px;

  transition: .3s;


}

.menu-control2 {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
}



.side-menu {
  box-sizing: border-box;
  background: #eef9f6;
  transition: all .3s;
  overflow: auto;
  position: fixed;
  width: 60%;
  top: 70px;
  height: 100vh;
  z-index: 95;
  transform: translateX(-100%);

}

.loginbtn {
  text-align: right;
}

.loginbtn a {
  background: #085e9c;
  color: #fff;
  border: 1px solid #085e9c;
  border-radius: 16px;
  font-size: 15px;
  padding: 3px 14px;
  transition: .5s;
  text-align: center;
  display: inline-block;
  margin: 0;
  text-decoration: none;
  transition: .5s;
}

.loginbtn a:hover {
  color: #77a199;
  background: white;
  text-decoration: none;
}


.loginbtn a:hover .st2 {
  fill: #77a199
}





#cloud:checked~.side-menu {
  transform: translateX(0%);
}





.side-menu {
  display: none;
}

.side-menu li {
  list-style: none;
  border-bottom: 1px solid #c5c4c480;
  color: #666;

}




.side-menu li a {
  text-decoration: none;
  color: #5c5c5cb8;
  font-size: 19px;
  padding: 11px 5px 10px 17px;
  font-weight: bold;
  width: 100%;
  display: flex;
  justify-content: space-between;


}



.side-menu li a:hover {
  color: #77a199
}

.record-title {
  background-color: #fff;
}

/* ------ */

.line1_rotate {
  width: 40px;

  transform: translate(0px, 0) rotate(45deg);
}

.line2_hide {
  opacity: 0;
}

.line3_rotate {
  width: 40px;

  transform: translate(0px, 0) rotate(-45deg);
}

/* ============= */


#B00 {
  cursor: pointer;
}

.bannerbigbox {
  width: 100%;
  background-image: url(../img//banner-pc.gif);
  background-size: cover;
  background-repeat: no-repeat;
  height: 600px;
  background-position: center top;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}


.bannerbox {
  width: 450px;

}


.bannerbox img {
  width: 100%;
}

.bannerbox-phone {
  padding-top: 70px;
  width: 100%;
  display: none;
}

.bannerbox-phone img {
  width: 100%;
}



/* =======index====== */


.search-bar {
  display: flex;
  justify-content: flex-end;
  padding: 12px 15px;

}

.search-bar input {
  color: #716d6c;
  padding-left: 5px;
  border: solid 1px #319db3;
  border-radius: 5px 0 0 5px;
  padding: 0 10px;
  background-color: #ffffff7d;
}


.search-bar input:focus {
  outline: none;
}

.search-barbox {
  width: 100%;

}

.search-img {
  width: 40px;
  background-color: #319db3;
  padding: 7px;
  border-radius: 0 5px 5px 0;

}


.search-img img {
  width: 100%;
}




.bgc {
  width: 100%;
  background-image: url(../img/background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;

  overflow: hidden;
  background-attachment: fixed;

}

.index-note {
  padding: 60px 60px 40px 60px;
  background-color: #bfe2f3;
  margin: -28px auto 0 auto;
  line-height: 1.8;
  width: 85%;
  position: relative;
  transform: rotate(4deg);
  z-index: 3;

}

.index-note::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
  top: 0;
  left: 0;
  transform: rotate(-4deg);
  z-index: -10;
}


.index-note p {
  color: #716d6c;
  text-align: justify;
  font-size: 18px;
  letter-spacing: 1px;
  transform: rotate(-4deg);
}

.index-arrow {
  width: 40px;
  margin: 0 auto;
  transform: rotate(-4deg);

}


.index-arrow img {
  width: 100%;
  margin-top: 20px;

}

.index-page {
  margin: 150px auto 50px auto;

}

.index-tape {
  width: 200px;
  margin: 0 auto;
  transform: rotate(-4deg);
  position: relative;
  z-index: 6;
}


.index-tape img {
  width: 100%;
}


.index-note::before {
  content: '';
  position: absolute;
  bottom: 40px;
  right: -35px;
  background-image: url(../img/index-flower.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 120px;
  height: 120px;
  z-index: 10;
  transform: rotate(-4deg);
}

.article-title {
  color: white;
  text-align: center;
  margin-top: 150px;
}

.article-title span {
  font-size: 22px;
}

.article-title h1 {
  font-size: 26px;
  display: inline-block;
  background-color: #319db3;
  padding: 12px 64px;
  letter-spacing: 12px;
  border-radius: 73px;
  line-height: 1.5;
  position: relative;
}

.article-title h1::after {
  content: '';
  position: absolute;
  top: 40px;
  left: -20px;
  background-image: url(../img/index-flower-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;

}

.article-content {
  display: flex;
  margin-top: 70px;
  align-items: center;
  padding-bottom: 130px;
}


.article-content-boximg {
  width: 50%;

}



.article-content-img {
  width: 75%;
  margin: 0 auto;
}


.article-content-img img {
  width: 100%;
}



.article-content-content {
  width: 50%;
  padding: 20px;
}

.article-content-content h1 {
  font-size: 24px;
  color: #319db3;
  letter-spacing: 2px;
}

.article-content-content p {
  color: #716d6c;
  margin-top: 10px;
  text-align: justify;
  font-size: 19px;
  letter-spacing: 3px;
}

.article-btn {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;

}


.article-btn a {
  padding: 10px 50px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
  letter-spacing: 3px;
  text-align: center;
  color: #fff;
  background-color: #319db3;
  border-color: #319db3;
  position: relative;
  box-shadow: 0 6px 0px 0px #207485;


}


.article-btn a:hover {
  top: 4px;
  text-decoration: none;
  color: #fff;
  background-color: #319db3;
  border-color: #319db3;
  box-shadow: 0 2px 0px 0px #207485;
}


/* ============認識疾病========= */


.knowbtn {
  display: flex;
  justify-content: space-between;
}

.knowbgcp svg {
  fill: #878a8b;
  height: 24px;
  width: 24px;
  display: block;
}



.bigtitle {
  margin: 15px 0 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bigtitle p {
  margin-bottom: 0;
  margin-top: 50px;
  color: #99cbc4;
  font-size: 26px;
  text-align: center;
  position: relative;
  letter-spacing: 2px;
  display: inline-block;
}





.uploadtable-toggle{
  margin-bottom: 30px;
      padding-bottom: 40px;
      border-bottom: solid 1px #aaaaaa6b;
}


.bigtitle p::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 28px;
  width: 50px;
  height: 2px;
  background-color: #99cbc4;
}

.knowbgcp a {
  color: #716d6c;
  padding: 10px;
  margin: 8px 15px 8px 5px;
  text-decoration: none;
  font-size: 18px;
  letter-spacing: 2px;
  width: 100%;
}


.knowbgcp {
  border-bottom: solid 1px #aaaaaa9c;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.knowbgcp a:hover {
  text-decoration: none;
}

.knowtree {
  width: 40px;
}

.knowtree img {
  width: 100%;
}


.cellsflex {
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
}

.cellsimg {
  width: 40%;
}

.cellsimg img {
  width: 100%;
}

.cellsword {
  width: 40%;
}

.cellsword span {
  color: #319db3;

}

.cellsword p {
  font-size: 18px;
  color: #716d6c;
  text-align: justify;
  line-height: 2;
  letter-spacing: 1px;
}

.cellsflex-introducebox {
  margin-top: 40px;
}


.cellsflex-introduce {
  display: flex;
  align-items: center;
}

.cellsflex-introducep p {
  font-size: 18px;
  color: #716d6c;
  text-align: justify;
  line-height: 2;
  letter-spacing: 2px;
}

.cellsflex-introduceimg {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

.cellsflex-introduceimg img {
  width: 100%;
}


.cellsflex-introducep span {
  color: #319db3;

}

.cellsendp {

  font-size: 20px;
  background-color: #319db378;
  color: #fff;
  margin-top: 16px;
  text-align: justify;
  line-height: 2;
  letter-spacing: 2px;
  border-radius: 5px;
}

.cellsendp p {
  text-align: center;
  padding: 10px;

}

.vicious {
  font-size: 18px;
  color: #716d6c;
  text-align: justify;
  line-height: 2;
  letter-spacing: 2px;
  margin-top: 30px;
}


.vicious span {
  color: #319db3;

}


.vicious-1{
  margin-top: 50px;
    font-size: 18px;
    color: #716d6c;
    text-align: justify;
    line-height: 2;
    letter-spacing: 2px;
}


.viciousnotebox{
  display: flex;
    justify-content: center;
}

.viciousimg{
  width: 44%;
padding: 25px 40px 25px 25px;
}


.viciousimg img {
  width: 100%;
}


.viciousimg-1{
  width: 60%;
  margin: 60px auto;
}

.viciousimg-1 img {
  width: 100%;
}


.viciousimg-form{
   width: 90%;
    margin: 0 auto;
 
}



.viciousimg-form img {
width: 100%;
margin: 0 auto;
border-radius: 13px;
    box-shadow: 0px 0px 10px #383e3f40;
}

.viciousnotebox-form{
  padding-bottom: 40px;
}

.six-symptombox{
    margin-top: 30px;
    background-color: #d3ecef;
    border-radius: 13px;
    padding: 20px;
    position: relative;
}

.six-symptombox h1{
     font-size: 30px;
     color: #319db3;
     margin: 0;
     letter-spacing: 2px;
     text-align: center;
     margin-bottom: 15px;
}

.six-symptombox p {
  font-size: 18px;
 color: #716d6c;
   letter-spacing: 2px;
   text-align: center;
   margin: 0;



}



.six-symptomboximg{
    display: flex;
        flex-wrap: wrap;
    justify-content:center;
        margin-bottom: 30px;
        margin-top: 30px;}


.six-symptomimg img{
width: 100%;
    border-radius: 50%;
    position: relative;
    top: 0;
    transition: .3s;
    margin-bottom: 20px;
}


.six-symptomimg{
    width: 23%;
     padding: 10px;
       margin: 0px 30px 35px 30px;
 
}

.six-symptomword{
  margin: 15px 0;
}


.six-symptomimg p{
  font-size: 20px;
      background-color: #319db3;
          border-radius: 0 30px 0 30px;
  color: white;
  border: solid 1px #319db3;
  letter-spacing: 2px;
  font-weight: bold;
  margin-top: 10px;
  transition: .3s;
padding: 12px 0;
  
}

.six-symptomimg:hover a{
text-decoration: none;
}



.six-symptomimg:hover p {
text-decoration: none;
  background-color: white;
  color: #319db3;

}


.six-symptomimg:hover img{
  box-shadow: 0 0 11px #aaaa;
  top: -10px;
}



.six-symptombox::after{
  content: '';
  position: absolute;
      bottom: -30px;
      left: -30px;
  background-image: url(../img/flower.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;

}

.swelling-header{
  background-color:#319db3;
  color: white;
  text-align: center;
}

.swelling-btn{
box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%),
7px 7px 20px 0px rgb(0 0 0 / 10%),
4px 4px 5px 0px rgb(0 0 0 / 10%);
  background-color:#319db3;
  border: none;

}

.influencebox-form{
  padding-bottom: 0!important;
}


.swelling-btn:hover{
    background-color:#319db3b4;
}

.swelling-btn:focus{
  outline: none;
}

.swelling-header button:focus{
  outline: none;
}



  .swelling-body{
    font-size: 18px;
    color: #716d6c;
    letter-spacing: 2px;
    min-height: 130px;
        padding: 20px;
  }

  .swelling-content{
    border: none!important;
  }


  .modal-dialog{
        padding: 15px !important;

  }

/* ============認識疾病========= */

/* ============積極治療========= */

.treat-h1 h1{
  margin-bottom: 3px;
  font-size: 23px;
color: #319db3;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 3px;

}


.treat-p{
  margin-top: 30px;
}

.treat-p p{
   margin-bottom: 0px;
   font-size: 18px;
   color: #716d6c;
   text-align: left;
   letter-spacing: 2px;
   line-height:2;
}

.treat-title h1{
   font-size: 22px;
   color: #319db3;
       border-radius: 80px;
   display: inline-block;
   border: solid 1px #319db3;
   padding: 20px;
      letter-spacing: 3px;
      width: 320px;
          line-height: 33px;
}

.treat-h1{
  margin-top: 50px;
}

.treat-title{
  text-align: center;
  margin: 50px auto 0 auto;
}

.treat-p span{
  color:#319db3;
}

.doctorsaypc{
width: 70%;
margin: 60px auto 0 auto;
}

.doctorsayworkpc{
  width: 80%;
  margin: 25px auto 0 auto;
}


.doctorsaypc  img{
  width: 100%;
  margin: 0 auto
}


.doctorsayworkpc img {
  width: 100%;

}

.doctorsayph {
  width: 90%;
  margin: 60px auto 0 auto;
}


.doctorsayph img {
  width: 100%;
  margin: 0 auto
}





/* ============積極治療========= */



/* ============醫師的話========= */


.onlinebigbox {
  margin-top: 50px;
 margin-bottom: 200px;
}


.onlinebox {
  width: 100%;
  padding: 15px;
  display: flex;
  justify-content: space-evenly;
  background-color: white;
     box-shadow: 0px 0px 10px #383e3f40;
  border-radius: 13px;
  margin-bottom: 30px;
}

.onlinebigimg {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 10px;
}

.onlineimg {
  width: 355px;
}

.onlinebox a {
  font-size: 25px;
  letter-spacing: 2px;
  color: rgb(95, 95, 95)!important;
  text-decoration: none;
  padding-bottom: 2px;
  margin-bottom: 7px;
}


.onlineimg img {
  width: 100%;
}


.onlinebigword {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.onlinelist {
  display: flex;
  font-size: 15px;
  color: #319db3;
  margin-top: 10px;
}


.word-color{
  color: #319db3!important; 
  font-size: 20px!important;
  margin-top: 20px;
  font-weight: bold;
  text-align: center!important;
  margin-bottom: 20px!important;
}

.onlinebox h6 {
  font-size: 14px;
  color: rgb(95, 95, 95);
  font-weight: normal;
  word-break: break-all;
  margin-bottom: 10px;
  min-height: 30px;
  text-align: justify;
  letter-spacing: 2px;
}


.allsee {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}



.allsee a {
  background-color: white;
  padding: 10px 20px;
  border: solid 1px #319db3;
  font-size: 18px;
  letter-spacing: 4px;
  color: #319db3!important;
  border-radius: 40px;
  display: flex;
  align-items: center;
  transition: .3s;
}


.allsee a:hover {
  color: white !important;
    border: solid 1px white;
  background-color: #319db3;
  text-decoration: none;
}


.article-nav{
  justify-content: center;
}




.article-nav button {
  border: none;
  background-color: #319db3ab;
  color: white;
  margin: 10px;
  border-radius: 130px !important;
}


.article-nav button:focus {
  outline: none;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link

.article-nav button:hover{
  background-color: #319db3;
}




.doctorsayh1{
  margin-bottom: 40px;
}


.doctorsayh1 h1{
  margin-bottom: 3px;
  font-size: 26px;
  color: #706d6c;
  text-align: center;
  letter-spacing: 3px;
}


.newsimg {
  width: 100%;
  margin: 100px auto 30px auto;
}

.newsimg img {
  width: 100%;
  box-shadow: 0px 0px 20px #319db371;
  border-radius: 13px;
}


.doctorsayimg::after{
content: '';
position: absolute;
top: -1px;
right: 0px;
background-image: url(../img/index-tape.png);
background-size: contain;
background-repeat: no-repeat;
width: 200px;
height: 200px;
transform: rotate(38deg);

}

.doctorsayimg {
  width: 100%;
  margin: 30px auto;
  position: relative;
}

.doctorsayimg img{
  width: 100%;
      box-shadow: 10px 10px 0 white;
}

.doctorsayp{
  margin-bottom: 30px;
}

.doctorsayp p{

    margin-bottom: 0px;
    font-size: 18px;
    color: #716d6c;
    text-align: justify;
    letter-spacing: 2px;
    line-height: 2;

}


.doctorsaynote{
  background-color: rgba(255, 255, 255, 0.759);
  padding: 20px;
  margin-bottom: 200px;
  margin-top: 80px;
  position: relative;
  border-radius: 13px;
}


.doctorsaynote::after {
   content: '';
   position: absolute;
   top: -5px;
  right: 0px;
   background-image: url(../img/clip.png);
   background-size: contain;
   background-repeat: no-repeat;
   width: 50px;
   height: 50px;


}

.doctorsaynote p{

    margin-bottom: 11px;
    font-size: 20px;
    color: #319db3;
    letter-spacing: 2px;
    font-weight: 600;
    }
 

.doctorsaynote a{
  color: #706d6c;
  text-decoration: none;
  display:inline-block ;
  margin-bottom: 8px;
}

.doctorsaynote a:hover{
  text-decoration: none;
  color: #706d6c96;
}


.doctorsaybox{
  width: 85%;
    margin: 50px auto 150px auto;
}

.newsh1{
  margin-bottom: 20px;
}


.newsh1 h1 {
  margin-bottom: 3px;
  font-size: 26px;
  color: #706d6c;
  text-align: center;
  letter-spacing: 3px;
}

/* ============醫師的話========= */


/* ============最新消息========= */


.joinbtn a {
  padding: 15px 50px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
  letter-spacing: 3px;
  text-align: center;
  color: #fff;
  background-color: #319db3;
  border-color: #319db3;
  position: relative;
  box-shadow: 0 6px 0px 0px #207485;
  width: 50%;
  margin: 0 auto;
}


.joinbtn a:hover {
  top: 4px;
  text-decoration: none;
  color: #fff;
  background-color: #319db3;
  border-color: #319db3;
  box-shadow: 0 2px 0px 0px #207485;
}



.joinbtn{
display: flex;
align-items: center;
justify-content: center;
margin: 50px 0 200px 0;
}



/* ============最新消息========= */


.footer-container {
  display: flex;
}


.footer-page {
  display: flex;
  justify-content: center;
  padding: 10px 10px 10px 10px;
  align-items: center;
}


.footer-img-pc {
  width: 100%;
  margin-top: -120px;
  background-color: #e8f3fd;


}

.footer-img-pc img {
  width: 100%;
}


.footer-img-ph {
  width: 100%;
  margin-top: -120px;


}

.footer-img-ph img {
  width: 100%;
}

.footer-img-ph {
  display: none;
}

.footer-container {
  background-color: #8dcabf;
}

.footerlogo-img img {
  width: 100%;
}

.footerlogo-img {
  width: 100%;
}

.footer-logo {
  width: 40%;
  padding: 20px 30px;

}

.footer-p {
  width: 50%;
  padding: 20px 60px;
}


.icons-img {
  width: 30px;
}

.icons-img img {
  width: 100%;
}

.footer-logo p {
  color: white;
  font-size: 13px;
  text-align: justify;
  letter-spacing: 2px;

}

.footer-p h1 {
  font-size: 18px;
  background-color: #319db3;
  color: white;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 50px;
  letter-spacing: 2px;
}

.icons {
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.icons p {
  margin: 0;
  padding-left: 10px;
  font-size: 14px;
  color: white;
  letter-spacing: 2px;

}

.article-content-content h1 {
  display: inline;
}

.ph{
  display: none;
}

.pc{
   display: block;

}

.weight span{
  display: inline;
}


.blue-card-h1 h1{
  margin: 0;
}


.examine{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 30px;
}

.blue-card-img{
  width: 45%;
margin: 15px auto;
}


.blue-card-img img {
  width: 100%;
}

.blue-card-h1{
  margin: 0 auto;
      text-align: center;
}

.blue-card-h1 h1{
 background-color: #319db3;
 color: white;
 padding: 10px 15px;
 display: inline-block;
 text-align: center;
font-size: 20px;
 border-radius: 25px;
 letter-spacing: 2px;
    width: 200px;

}

.blue-card-p p{
 font-size: 17px;
   color: #716d6c;
  text-align: justify;
      margin-top: 1rem;
      line-height: 2;
      letter-spacing: 2px;

}

.blue-card{
width: 45%;
padding: 20px;
margin: 20px 0;
background-color: #d3ecef;
border-radius: 25px;
min-height: 400px;
    }


.blue-card-none{
  width: 48%;
}



.influence {
  margin-top: 30px;
}

.influence p{
    font-size: 18px;
    color: #716d6c;
    text-align: justify;
    line-height: 2;
    letter-spacing: 1px;
}


.influence span {

  color: #319db3;
}


.vicious-installments{
  width: 90%;
  margin: 25px auto;
  border-radius: 13px;
      box-shadow: 0px 0px 10px #383e3f40;
}


.vicious-installments img{
width: 100%;
margin: 0 auto;
border-radius: 13px;
    box-shadow: 0px 0px 10px #383e3f40;
}

.leaficonbox{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 150px auto 140px auto;
}


.leaficon{
  width: 100px;
  padding: 10px;
}

.leaficon a{
  cursor: pointer;
}

.leaficon img {
  width: 100%;
}

.leaficonboxword{
  margin-bottom: 20px;
}

.leaficonboxword p{
  margin: 0;
  text-align: center;

    font-size: 17px;
    color: #716d6c;
    line-height: 1.5;
    letter-spacing: 1px;
}

.swelling-body span {
  color: #319db3;
}


.leaficon a{
   position: relative;
   top: 0px;
   transition: .5s;
}

.leaficon a:hover{
  top: -9px;
}

.marginbottom{
      margin: 10px auto 180px auto !important
}

.searchph-a{
  width: 40px !important;
  background-color: #319db3;
      padding: 10px !important;
          border-radius: 0px 5px 5px 0px;

  
}

.searchph-a img{
  width: 100%;
}

/* ============病友故事========= */



.video-left{
  width: 100%;
  display: flex;
  justify-content: center;
}

.video-right{
  padding: 20px;
}

.videobox{
  margin-bottom: 150px;
}



.video-left button{
margin: 10px 20px;
  padding: 15px;
  line-height: 1.7;
      border-radius: 9px !important;
    background-color: #319db3ab;
    color: white;
    letter-spacing: 2px;
    font-size: 18px;
    min-width: 350px;
}


.video-left button:hover{
  background-color: #319db3a2;
}

.video-left button{
border: none;
}


.video-left button:focus{
  outline: none;
}


.video-right {
  width: 100%;
}

.iframe-video iframe{
  width: 80%;
  height: 600px;
  margin: 0 auto;
  
}

.iframe-video{
  display: flex;
  justify-content: center;
  align-items: center;
}


.iframeh1{
  margin: 20px 0;
}

.iframeh1 h1{
    margin-bottom: 20px;
    font-size: 25px;
    color: #319db3;
    text-align: center;
    letter-spacing: 3px;
}

.iframe-word{
  margin: 30px 0 20px 0;
}

.iframe-word p{
      color: #716d6c;
      text-align: justify;
      font-size: 18px;
      letter-spacing: 3px;
      line-height: 2;
}


.iframe-word span{
      color: #319db3;
}




/* ===========0719 */

.trackbox{
display: flex;  
justify-content: center;
align-items: center;
}


.trackboximg{
  width: 60%;
  margin: 10px auto; 
}


.trackboximg img{
  width: 100%;
}

.trackboxs{
   width: 35%;
   margin: 35px 15px ;
   padding: 20px;
   background-color: #d3ecef;
   border-radius: 25px;
}

.trackboxword h1{
  font-size: 20px;
  color: #319db3;
  text-align: center;
  letter-spacing: 2px;

}


.trackboxword p{
    font-size: 16px;
    color: #716d6c;
      margin: 0 auto;
      letter-spacing: 2px;
}


.treat-titlenew h1{
  width: 450px!important;
}

.centermax{
  text-align: center!important;
}

.tal{
  text-align: left !important;
  width: 100%;
  margin: 0 auto;
}


.swiper {
  width: 80%;
  height: 100%;
    margin: 0 auto;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.swiper-slide img {
  display: block;
  width: 80%;
  margin: 0 auto;
  height: 100%;
  object-fit: cover;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
}


.swiper-button-next:after {
  color: white;
  background-color: #319db3;
  padding: 5px 10px;
  border-radius: 50%;
  font-size: 15px!important;
  width: 26px;
  height: 26px;
  text-align: center;
}

.swiper-button-prev:after {
  color: white;
  background-color: #319db3;
  padding: 5px 7px;
  border-radius: 50%;
  font-size: 15px!important;
  width: 26px;
  height: 26px;
}


.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0px !important;
}

.mtt{
  margin-top: 20px;
}

.pbb{
  margin-bottom: 150px;
}

.spanqa{
  color:#319db3;
  font-size: 17px!important;
}



@media screen and (max-width: 767px) {

.trackbox{
  flex-direction: column;
}


.trackboxs {
  margin: 15px;
  width: 90%;}

  .trackboximg {
    width: 90%;}

    .doctorsayph {
      width: 90%;
      margin: 40px auto 0 auto;
    }


    .treat-p {
      margin-top: 10px;
    }

    .treat-titlenew h1 {
      width: 300px !important;
    }

    .tal {
      text-align: left !important;
      width: 100%;}


      .swiper-slide img {
        width: 100%;}

        .swiper {
          width: 100%;
        }


}

/* ================ */

/* ============病友故事========= */


@media (min-width: 576px){
.leaf-dialog{
max-width: 1000px!important}

}

@media screen and (max-width: 767px) {


  .joinbtn a {
    width: 90%;
    padding: 20px 50px;
  }

  .iframe-video iframe {
    width: 100%;
    height: 300px;
  }



  .videobox {
    display: flex;
    flex-direction: column;
  }



  .doctorsayimg::after{
        width: 120px;
        height: 120px;
  }

.newsimg {
  margin: 40px auto 30px auto;
}

  .doctorsaybox {
    width: 93%;}


  .top{
    margin-top: -50px;

  }


  .onlineimg {
    width: 100%;
  }


  .allsee a {
  
    margin: 10px auto;
    display: flex;
    justify-content: center;
    align-items: center;
        width: 90%;
   
  }

  .allsee {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }


  .onlinebigword {
    width: 100%;
    margin-top: 10px;
  }

  .onlinebigimg {
    width: 100%;
    padding: 0;
  }


  .onlinebox {
    flex-direction: column;
    padding: 15px;
        width: 90%;
        margin: 30px auto;
  }


  .treat-p p{
    font-size: 16px;
     padding: 15px;
     text-align: justify;

  }



  .bgc {
    background-attachment: scroll;
  }


  .swelling-header {

    text-align:left;
  }

  .leaficonboxword{
    padding: 10px;
  }

  .leaficonboxword p{
    display: inline;
  }

  .leaficonboxword p{
    font-size: 16px;
  }

  .influence p{
    padding: 15px;
  }

.blue-card {
  width: 90%;
margin: 20px auto;
}

  .examine {
flex-direction: column;
  
  }


  .six-symptombox{
    padding: 15px;
  }




  .six-symptombox::after {

bottom: -10px;
left: -10px;
        width: 50px;
        height: 50px;
  }



  .six-symptomimg img{
        margin-bottom: 10px;
  }


  .weight span {
    display: block;
  }

  .six-symptomimg {
    width: 50%;
    padding: 15px;
    margin: 0;
  }

  .six-symptomimg p{
 width: 100%;
 display: block !important;
 text-align: center !important;
  }

.six-symptombox p {

  text-align: justify;
  display: inline;}
  


  .ph {
    display: block;
  }

  .pc{
    display: none;
  }

  .viciousimg {
    width: 100%;}


    .viciousimg-1 {
      width: 90%;
      margin: 30px auto;
    }


.vicious{
  padding: 15px;
}

.viciousnotebox{
  flex-direction: column;
}

  .cellsendp p {
    margin: 10px;
    text-align: left;
    font-size: 17px;
  }

  .cellsflex-introducep {
    width: 80%;

  }

  .cellsflex-introducep p {
    font-size: 16px;
  }

  .cellsflex-introducebox {
    margin-top: 10px;
        padding: 15px;
  }

  .knowbgcp a {
    font-size: 16px;
    margin: 15px 0px 8px 5px;
  }


  .cellsflex {
    flex-direction: column;
    padding: 15px;
  }

  .cellsimg {
    width: 100%;
    margin-bottom: 25px;
  }

  .cellsword {
    width: 100%;

  }

  .search-barpc input {
    color: #716d6c;
    padding-left: 5px;
    border: solid 1px #319db3;

    border-radius: 5px 0 0 5px;
    padding: 0 10px;
    width: 80%;
    background-color: #ffffff7d;
  }

  .search-barpc input:focus {
    outline: none;
  }


  .search-barpc {
    display: flex;
    margin: 15px;
  }

  .searchph-img {
    width: 40px;
    background-color: #319db3;
    padding: 5px;
    border-radius: 0 5px 5px 0;

  }

  .searchph-img img {
    width: 100%;
  }



  .article-content-content p {
    margin-top: 15px;
  }

  .article-content-content h1 {
    display: block;
    text-align: center;
  }

  .article-title span {
    font-size: 18px;
  }

  .article-title h1 {
    font-size: 21px;
  }


  .article-title h1::after {
    width: 60px;
    height: 60px;
    top: 43px;
    left: -20px;
  }

  .article-title h1 {
    padding: 12px 44px;
  }


  .footer-img-pc {
    display: none;
  }


  .footer-img-ph {
    display: inline-block;
  }


  .index-page {
    margin: 30px auto -60px auto;

  }

  .index-note {
    padding: 30px 30px 30px 30px;
  }

  .index-note p {
    font-size: 16px;
  }

  .index-note::before {
    bottom: 10px;
    width: 90px;
  }

  .article-content {
    flex-direction: column;
  }


  .article-content-boximg {
    width: 100%;
  }

  .article-content-content {
    width: 100%;
  }

  .footer-page {
    display: flex;
    flex-direction: column;
    padding: 20px 10px 60px 10px;
  }


  .footer-logo {
    margin-top: 30px;
    width: 80%;
    padding: 0;
  }

  .footer-p {
    width: 80%;
    text-align: center;
    padding: 0;
  }



  .icons p {
    width: 80%;
    text-align: left
  }

}

@media screen and (max-width: 1023px) {

  .header-pc {
    display: none;
  }

  .header-ph {
    display: block;
  }

  .side-menu {
    display: block;
  }

  #cloud:checked~.menu-control2 {
    display: block;
  }

  .bannerbox-phone {
    display: block;
  }
}

@media screen and (min-width: 1024px) {

  

}

@media screen and (min-width: 768px)and (max-width: 1199px) {

  .icons p {

       width: 80%;
  }
}


@media screen and (min-width: 1024px)and (max-width: 1199px) {}


@media screen and (min-width: 1500px) {


  .bannerbigbox {

    height: 700px;
  }
}