@charset "utf-8";
/* 共用基本樣式 */
@import url("help/reset.css");
@import url("../fonts/font-awesome.min.css");
@import url("help/grid.css");
@import url("help/progress.css");
@import url("editor.css");
/********************************************************************************************* 
1.  Basic Style            
*********************************************************************************************/
* {
  box-sizing: border-box;
}
body {
  font-family: 'Montserrat', 'Microsoft JhengHei', sans-serif;
  color: #333;
  font-size: 0.95rem;
  overflow-x: hidden;
  line-height: 1.5;
}
input, textarea, select, option, button {
  font-family: 'Montserrat', 'Microsoft JhengHei', sans-serif;
  font-size: 0.9rem;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
a {
  cursor: pointer;
  color: #000;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:link {
  color: #000;
  text-decoration: none;
}
a:visited {
  color: #000;
  text-decoration: underline;
}
a:hover, a:active, a:focus {
  color: #000;
  text-decoration: none;
}
.container {
  width: 90%;
  max-width: 1280px;
  min-width: 320px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .header-fixed .container {
    width: 100%;
  }
}
/**----------------------------------------------header**/
header {
  margin: 0px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.4s ease;
}
#header .rightBox .reset:before {
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: auto;
  bottom: auto;
  left: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 60px 30px;
  border-color: transparent transparent #354d7d transparent;
}
@media(max-width: 1024px) {
  #header .rightBox .reset {
    display: none;
  }
}
#header .rightBox .reset {
  position: absolute;
  z-index: 11;
  top: 0;
  right: 0;
  padding-left: 10px;
  height: 60px;
  background-color: #354d7d;
  vertical-align: middle;
}
#header .rightBox .reset > div {
  float: left;
  position: relative;
  display: inline-block;
  margin-left: 10px;
  padding: 10px 2px 0 2px;
}
/*rightBox 會員資料*/
.rightBox .userBox {
  float: left;
  position: relative;
}
.rightBox .userBox .btnLan {
  display: block;
  padding: 0 10px;
  box-sizing: border-box;
}
/*rightBox 下方展開區塊*/
.reset ul.current {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.reset ul.current {
  overflow: hidden;
  visibility: visible;
  opacity: 1;
  z-index: 998;
  width: 180px;
  top: 60px;
  position: absolute;
  background: #fff;
  border: 1px solid #eee;
  right: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.reset .alertBox ul.current {
  width: 300px;
  top: 52px;
}
.reset ul li {
  width: 100%;
  text-align: left;
  line-height: 24px;
  margin: 0px;
}
.rightBox ul li.userId {
  font-size: 13px;
  padding: 6px 12px;
  color: #000;
  text-align: center;
  font-weight: bold;
}
.userBox a:active, .userBox a:focus {
  color: #000;
}
.reset ul li > a {
  display: block;
  font-size: 13px;
  padding: 6px 12px;
  color: #000;
  min-width: 70px;
  border-top: 1px solid #e8eaed;
}
.rightBox ul li a:hover {
  background: #f7f8f8;
}
/*rightBox 代辦事項提醒*/
.rightBox .alertBox li em {
  margin-right: 5px;
}
.reset .alertBox a i, .reset .searchBox a i, .reset .userBox a i {
  background: #fff;
  border-radius: 50px;
  padding: 7px 0 0 0px;
  width: 38px;
  height: 38px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
@media (max-width: 1024px) {
	.reset .alertBox a i, .reset .searchBox a i, .reset .userBox a i{
  padding: 5px 0 0 0px;
 
}
	
	
	
}
.rightBox .reset a i:hover {
  background: #b6ca5b;
}
.rightBox .reset a i:hover:before {
  color: #fff;
}
.rightBox .reset a i:before {
  color: #354d7d;
}
.alertBox a {
  position: relative;
}
.btnalert .badge {
  font-size: 12px;
  line-height: 13px;
  padding: 3px 6px;
  position: absolute;
  right: -12px;
  border-radius: 10px;
}
.bg-red {
  background: #f0ad4e !important;
  border: 1px solid #f0ad4e !important;
  color: #fff;
}
/**搜尋**/
.input-txt {
  position: relative;
  overflow: hidden;
  height: 45px;
  line-height: 45px;
}
.cd-search.is-visible {
  top: 60px;
}
.cd-search {
  z-index: 3;
  top: -90px;
  left: 0;
  padding: 20px 15px;
  width: 100%;
  background-color: #354d7d;
  -webkit-transition: top .3s 0s, visibility 0s 0s;
  -moz-transition: top .3s 0s, visibility 0s 0s;
  transition: top .3s 0s, visibility 0s 0s;
}
@media(min-width: 1025px) {
  .cd-search {
    padding: 30px 52px 20px 52px;
  }
}
.cd-search {
  position: fixed;
}
@media(min-width: 1025px) {
  .cd-search form {
    margin: 0 auto;
    max-width: 930px;
  }
}
.cd-search input {
  padding: 0 0 0 10px;
  width: 100%;
  height: 45px;
  color: #000;
  line-height: 45px;
  border: 1px solid #ececec;
  border-radius: 20px;
  box-shadow: none;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
@media(min-width: 1025px) {
  .cd-search input {
    display: block;
    font-size: 1.25rem;
    font-size: 15px;
  }
}
.cd-search .btn-search {
  display: block;
  top: 0;
  right: 0;
  position: absolute;
  width: 50px;
  height: 45px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  border: none;
  background: #f0ad4e;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-radius: 0px 20px 20px 0px;
}
@media(min-width: 1025px) {
  .cd-search .btn-search {
    width: 90px;
  }
}
#header {
  background: #fff;
  height: 60px;
}
.header-fixed .logo {
  float: left;
  width: 150px;
  z-index: 2;
  position: relative;
  transition: all 0.4s ease;
      margin-top: 6px;
}
.header-fixed .logo a {
  display: block;
  background: url(../images/logo.png)no-repeat left center;
  background-size: contain;
  height: 45px;
  text-indent: -9999px;
}
@media (max-width: 1024px) {
  .header-fixed .logo a {
    height: 50px;
    margin-left: 10px;
    margin-top: 5px;
  }
}
@media (max-width: 414px) {
  .header-fixed .logo a {
    height: 40px;
    margin-left: 10px;

  }
}
header.shrink {
  margin-top: -60px;
}
/**header-手機**/
.m_menu {
  display: none;
}
@media(max-width: 1024px) {
  .m_menu {
    display: block;
  }
  .masterIcon {
    position: absolute;
    right: 40px;
  }
  .masterIcon .search i:before, .masterIcon .btnalert i:before {
    color: #354d7d;
  }
  .masterIcon > li {
    float: left;
    position: relative;
    display: inline-block;
    margin-left: 10px;
    padding: 15px 2px 0 2px;
  }
}
.m_menu .user_name {
  background: #eee;
  line-height: 2em;
  padding: 10px;
  text-align: center;
}
.m_menu ul.mfun {
  background: #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 10px;
}
.m_menu ul.mfun li {
  padding: 0px 10px;
}
.m_menu ul.mfun li a {
  border-radius: 20px;
  border: 1px solid #ff5b37;
  padding: 10px;
  background: none;
  color: #ff5b37;
  text-align: center;
}
.m_menu ul.mfun li a:hover {
  background: #ff5b37;
  color: #fff;
}
}
/**儲值點數區**/
.myPoints {
  font-weight: normal;
}
.myPoints a {
  color: #ff5b37;
  font-size: 1.2em;
}
/**小管家提醒**/
.alert {
  padding: 15px;
  background: rgba(232, 232, 232, 0.8);
  color: #595757;
  font-size: 0.8rem;
}
.alert a {
  color: #ff604b;
  text-decoration: underline;
}
.closebtn {
  margin-left: 15px;
  color: #6d6d6d;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.closebtn:hover {
  color: #ff604b;
}
/**----------------------------------------------Banner**/
#bannerArea {
  margin-top: 60px;
}

#bannerArea img {
    width: 100%;
    display: block;
}
/**----------------------------------------------快速集點區 pointArea**/
.InMain #pointArea {
  margin-top: 40px;
}
.InMain #pointArea .box {
  text-align: center;
  line-height: 20px;
  position: relative;
  padding: 0px 50px;
  margin-bottom: 30px;
}
#pointArea .box .txt {}
.InMain #pointArea a.item {
  display: block;
  border-radius: 10px;
}
.InMain #pointArea .box h4 {
  margin-top: 20px;
  font-size: 18px;
  color: #ff5b37;
}
.InMain #pointArea .box h4:after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #ff5b37;
  margin: 10px auto;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.InMain #pointArea .box a:hover h4:after {
   width: 150px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.InMain #pointArea .box:not(:last-child) {
    border-right: 1px dashed #999;
}

.InMain #pointArea .box .pic img {
    width: 70%;
}

.InMain #pointArea .box .txt small{
	color:#333;
}


/*產品文字*/
.box h4 {
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.box .txt small {
  color: #354d7d;
  display: block;
  font-size: 0.9rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 5px 0px;
}
.txt p.name {
  font-weight: bold;
}
/**----------------------------------------------衛教專區**/
.knowdate {
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.knowdate .year {
  color: #645e58;
  font-size: 14px;
  font-weight: normal;
  line-height: 26px;
}
.knowcontect {
  margin-top: 20px;
}
.knowdate .date {
  font-size: 13px;
  letter-spacing: .05em;
}
.knowcontect .contect-title {
  color: #000;
  font-size: 16px;
  line-height: 20px;
  padding: 0 0 10px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 40px;
  overflow: hidden;
}
.knowcontect .brief {
  overflow: hidden;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 45px;
}
/**----------------------------------------------列表樣式**/
.ProList {
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.ProList .box {
  line-height: 20px;
  position: relative;
  padding: 0px 15px;
  margin-bottom: 30px;
}
/*衛教列表*/
.eduStyle {}
.eduStyle div.date {
  color: #aaa;
  padding-bottom: 2px;
  font-size: 0.75rem;
}
.eduStyle .item {
  background: #fff;
  position: relative;
}
.eduStyle .item:after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0px;
  width: 0;
  height: 4px;
  background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(10%, #ff5b37), color-stop(100%, #99ad40));
  background-image: -moz-linear-gradient(right, #ff5b37 10%, #99ad40 100%);
  background-image: -webkit-linear-gradient(right, #ff5b37 10%, #99ad40 100%);
  background-image: linear-gradient(to left, #ff5b37 10%, #99ad40 100%);
  -webkit-transition: all 0.6s cubic-bezier(1, 0.01, 0.04, 0.96);
  -o-transition: all 0.6s cubic-bezier(1, 0.01, 0.04, 0.96);
  transition: all 0.6s cubic-bezier(1, 0.01, 0.04, 0.96);
}
.eduStyle .item:hover:after {
  left: 0;
  right: auto;
  width: 100%;
}
.eduStyle .txt {
  padding: 10px;
}
.eduStyle .eduTag {
  padding: 5px 0px 10px 0px;
  display: inline-block;
  line-height: 1.2;
  margin-top: 10px;
}
/*白底圓匡_Ex.健檢*/
.PListStyle02 .box .item:hover {
  -webkit-box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
  box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
}
.PListStyle02 .box .pic {
  border-radius: 10px 10px 0px 0px;
}
.PListStyle02 .box .txt {
  padding: 4%;
  background: #fff;
  border-radius: 0px 0px 10px 10px;
}
.box .pic, .box .txt {
  overflow: hidden;
  position: relative;
}
.box .txt p {
  font-size: 0.8rem;
  line-height: 1.5;
  margin: 5px 0px 10px 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 55px;
}
.txt .price {
  font-size: 0.9rem;
  color: #000;
  padding-top: 10px;
}
.txt .price span {
  font-size: 20px;
  font-weight: 500;
}
.PListStyle02 a.item {
  display: block;
  border-radius: 10px;
}
.PListStyle02 .item .more-deco {
  position: absolute;
  z-index: 15;
  pointer-events: none;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: #b6ca5b;
  opacity: 0;
  -webkit-transform: translate(-50%, -55%) scale(0.98);
  -ms-transform: translate(-50%, -55%) scale(0.98);
  transform: translate(-50%, -55%) scale(0.98);
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, -webkit-transform .35s;
  -o-transition: transform .35s, opacity .35s;
  transition: transform .35s, opacity .35s;
  transition: transform .35s, opacity .35s, -webkit-transform .35s;
  white-space: nowrap;
}
.PListStyle02 .item .more-deco:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -65%);
  -ms-transform: translate(-50%, -65%);
  transform: translate(-50%, -65%);
}
.PListStyle02 .item:hover .more-deco {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.PListStyle02 .item .more-deco:before {
  content: 'READ MORE';
  font-size: 13px;
  color: #fff;
  display: block;
  letter-spacing: 0.1em;
}
.PListStyle02 .item .more-deco .ribbon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  -webkit-transform: translate(-50%, 65%);
  -ms-transform: translate(-50%, 65%);
  transform: translate(-50%, 65%);
  display: block;
  margin: 5px 0px;
  position: relative;
  height: 9px;
  overflow: hidden;
}
.PListStyle02 .item .more-deco .ribbon:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 200%;
  background: url(../images/ribbon.png) repeat-x 0 0;
  background-size: auto 100%;
}
.PListStyle02 .item:hover .more-deco .ribbon:after {
  -webkit-animation: ani_bg_axis_x 3s both linear infinite;
  animation: ani_bg_axis_x 3s both linear infinite;
}
.box .pic img {
  width: 100%;
}
.PListStyle02 .item img {
  width: 100%;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.PListStyle02 .item:hover .pic:before {
  opacity: 1;
}
.PListStyle02 .item .pic:before {
  content: '';
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 66.66%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity .25s;
  -o-transition: opacity .25s;
  transition: opacity .25s;
}
/**----------------------------------------------內頁資料區塊**/
.InMain {
  background: #f3f6fa;
  margin-top: 60px;
  padding: 30px 0px 30px 0px;
  position: relative;
  min-height: 600px;
}
.InMain .container {
  position: relative;
  z-index: 1;
}
.InMain:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/bg-dot.jpg) repeat;
  width: 50%;
  z-index: -1;
}
.InMain .title_b {
  color: #000;
  font-weight: normal;
}
.InBox {
  background: #fff;
  margin-top: 30px;
  min-height: 200px;
  line-height: 1.8;
  border-radius: 15px;
  min-height: 500px;
}
.Box-wrap {
  padding: 1.5em;
}
.InCon {
  margin-top: 20px;
}
div.tagsinput {
  border: 1px solid #CCC;
  border-radius: 4px;
  background: #FFF;
  padding: 5px;
  overflow-y: auto;
  min-height: 40px;
}
.Tag_G a:before {
  color: #fff;
  text-decoration: none;
  padding-left: 5px;
  margin-top: -3px;
}
.Tag_G a:hover:before {
  color: #157473;
}
.Update_time {
  color: #898989;
  text-align: right;
  margin-top: 20px;
}
/*健康檔案*/
.icon_no1:before, .icon_no2:before, .icon_no3:before, .icon_no4:before, .icon_no5:before {
  font-size: 1.2rem;
  padding-right: 5px;
  font-weight: bold;
}
.tabs-style-iconbox ul i.fa {
  text-align: center;
  font-size: 1.5rem;
  display: block;
  color: #33c3c2;
  line-height: 1.5;
}
.icon_no1:before {
  content: "1.";
}
.icon_no2:before {
  content: "2.";
}
.icon_no3:before {
  content: "3.";
}
.icon_no4:before {
  content: "4.";
}
.icon_no5:before {
  content: "5.";
}
/*商品介紹*/
.proIntro {
  margin-bottom: 30px;
}
.albumBox {
  padding: 0 2%;
}
.proBrand {
  color: #898989;
}
.proIntro .Txt {
  line-height: 2;
}
.proIntro .Txt .form-group {
  margin: 0px;
  display: table;
  width: 100%;
}
.proBrand a {
  color: #898989;
  text-decoration: underline;
}
.proBrand a:hover {
  color: #084e96;
  text-decoration: underline;
}
.price-wrapper {
  padding: 15px 0px 15px 0px;
  border-top: 1px solid #dee5e7;
  margin-top: 20px;
  text-align: right;
}
.price-wrapper .price {
  float: left;
}
.price {
  display: inline-block;
  padding: 0px 10px 0px 0px;
  vertical-align: sub;
  float: right;
}
.proIntro .introBox h3 {
  font-size: 20px;
}
.O-price {
  color: #aaa;
  font-size: 0.9em;
  padding-right: 10px;
  text-decoration: line-through;
}
.remarks-block {
  padding: 10px 16px;
  background: #fffbf8;
  border: 1px solid #f9ede5;
  color: #898989;
}
.proImg {
  border: 1px solid #EFF1F6;
  text-align: center;
  vertical-align: middle;
  background: #fff;
  display: inline-block;
  padding: 8px;
  width: 100%;
}
.proImg img {
  max-height: 100%;
  max-width: 100%;
  max-height: 300px;
  display: block;
  margin: auto;
}
.side_album li.item {
  border: #CCC solid 1px;
  float: left;
  width: 18%;
  margin: 10px 1%;
  height: 0;
  padding-bottom: 14%;
  background-color: #fff;
  overflow: hidden;
}
.side_album li img {
  max-width: 100%;
  max-height: 80px;
  display: block;
  margin: auto;
  padding: 2px;
}
.side_album a {
  max-height: 80px;
  display: block;
}
/*步驟進度Bar*/
.bubble .index {
  color: #fff;
  line-height: 30px;
  position: absolute;
  z-index: 99;
  display: block;
  width: 40px;
}
/*購物清單*/
.orderList img {
  max-width: 110px;
  height: auto;
  vertical-align: middle;
}
.shop-conclusion {
  background: #e8edef;
  min-height: 50px;
  padding: 10px 20px;
  text-align: right;
  MARGIN-BOTTOM: 20PX;
}
.shop-Discount {
  min-height: 50px;
  padding: 10px 20px;
  text-align: right;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.shop-Discount b {
  margin: 0px 3px 0px 3px;
}
.css-table.orderList .td {
  text-align: center;
  border-right: none;
  border-left: none;
}
@media (min-width: 769px) {
  .orderList td {
    text-align: center;
  }
}
.orderList .viewmore {
  font-size: 0.8rem;
  text-decoration: underline;
}
/*取消清單*/
#cancel_reason {
  background: #e8edef;
  min-height: 50px;
  padding: 10px 20px;
}
/*訂單完整資訊*/
.InfoBox {
  border: 8px solid #e8e8e8;
}
.InfoBox > ul > li:nth-of-type(even) {
  background-color: #f9f9f9;
}
.InfoBox li, .InfoBox dl {
  display: block;
  padding: 3px;
}
.InfoBox dt {
  float: left;
  color: #354d7d;
}
#orderInfo {}
/*醫院資訊*/
#hospitalInfo {
  line-height: 1.8;
}
#hospitalInfo h4 {
  font-size: 0.9rem;
  background: #354d7d;
  color: #fff;
  display: inline-block;
  padding: 2px 20px 2px 12px;
  border-radius: 0px 20px 20px 0px;
}
#hospitalInfo.InfoBox {
  border: 8px solid #fff;
  background: #fff;
}
#hospitalInfo.InfoBox li, #hospitalInfo.InfoBox dl {
  padding: 0px;
}
/*個人化商品推薦_左邊選單*/
#goodArea {
  left: 16%;
}
#goodArea h4.category {
  padding-left: 15px;
}
@media (max-width: 1100px) {
  #goodArea {
    left: 0;
  }
}
#wrapper {
  overflow: hidden;
  position: relative;
  padding-bottom: 1.5em;
}
#Left_sidebar {
  width: 180px;
  background: #fff;
  border: 1px solid #eee;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
}
#Left_sidebar ul.nav li {
  border: none;
  width: 100%;
  margin: 0px;
}
#Left_sidebar ul.nav > li:not( :last-child) {
  border-bottom: 1px solid #eee;
}
#Left_sidebar .nav > li:hover {
  background: #d8d8d8;
}
#Left_sidebar .nav li.current {
  background: #8ece70;
  border: none;
}
#Left_sidebar .dropdowns {
  margin: 10px 0px;
}
#Left_sidebar .nav li.current:after {
  content: " ";
  position: absolute;
  top: -0px;
  right: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 0 24px 20px;
  border-color: transparent transparent transparent #8ece70;
  line-height: 0px;
  _border-color: #000000 #000000 #000000 #007bff;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
@media (max-width: 1100px) {
  #Left_sidebar {
    width: 100%;
    position: relative;
  }
  #Left_sidebar .nav li.current:after {
    content: none;
  }
}
/* Portamento styles */
#portamento_container {
  position: absolute;
  left: 0;
  top: 10px;
}
#portamento_container #Left_sidebar {
  position: absolute;
  padding: 0px;
}
#portamento_container #Left_sidebar.fixed {
  position: fixed;
  left: auto;
  top: auto;
} /* become fixed position, but reset the top and right values */
/* ---------------------------------------------------------個人健康檔案 */
#ReportBox {
  padding: 0px 0px 30px 0px;
}
#ReportBox h4 {
  min-height: 20px;
  position: relative;
  color: #000;
  padding: 0 0 0 20px;
}
#HfilesBox h3 {}
#ScoreBox h4:before, #SteereBox h4:before {
  content: "";
  position: absolute;
  left: 0;
  top: 25%;
  display: block;
  height: 50%;
  width: 4px;
  background: #33c3c2;
  -moz-transform-origin: bottom;
  -moz-transform: skewX(-15deg);
  -webkit-transform-origin: bottom;
  -webkit-transform: skewX(-15deg);
  -o-transform-origin: bottom;
  -o-transform: skewX(-15deg);
  -ms-transform-origin: bottom;
  -ms-transform: skewX(-15deg);
  transform-origin: bottom;
  transform: skewX(-15deg);
}
/*總分*/
.HealthScore {
  font-family: Trebuchet MS, sans-serif;
  color: #5094da;
  font-size: 130px;
  margin-bottom: 10px;
  line-height: 210px;
}
/*預防建議*/
#SteereBox {
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 735px) {
  .tabs nav a.fa span {
    display: none;
  }
}
#SteereBox .tabs {
  margin-top: 40px;
}
#SteereBox .content-wrap {
  margin-top: 20px;
}
#ReportBox {
  position: relative;
}
#SteereBox .panel {
  display: block;
  padding: 0px;
  background: none;
}
/*完成度*/
#HfilesBox {
  z-index: 5;
  position: relative;
  text-align: center;
  background: #fff;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
  border-radius: 20px;
  padding: 40px 20px;
}
#HfilesBox h5 {
  line-height: 20px;
  color: #595757;
}
#HfilesBox ul {
  margin-top: 20px;
  overflow: hidden;
}
#HfilesBox li + li + li {
  margin-top: 10px;
}
#HfilesBox ul li a {
  display: inline-block;
  border: 1px solid #3971ab;
  line-height: 18px;
  padding: 10px 5px;
  width: 100%;
  color: #3971ab;
  font-style: normal;
  font-weight: normal;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 20px;
}
#HfilesBox ul li.red a {
  color: #ff604b;
  border: 1px solid #ff604b;
}
#HfilesBox ul li a:after {
  content: " \f105";
}
#HfilesBox ul li a:hover {
  letter-spacing: 1px;
  background: #3971ab;
  color: #fff;
}
#HfilesBox ul li.red a:hover {
  background: #ff604b;
}
.total {
  background: url(../images/factor_bg.png) no-repeat center;
  display: inline-block;
  width: 210px;
  height: 210px;
  background-size: cover;
  text-align: center;
  margin-top: 15px;
}
/*危險因子總數*/
#FactorBox {
  background: #ff7253;
  padding: 30px 0px;
}
#FactorBox .InCon {
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
#FactorBox .flip, #GroupBox .flip {
  margin-bottom: 15px;
}
#FactorBox .item, #GroupBox .item {
  padding: 15px;
  box-sizing: border-box;
  overflow: hidden;
  color: #333;
  line-height: 30px;
  position: relative;
  background: #fff;
}
#FactorBox .item > .txt, #GroupBox .item > .txt {
  margin-left: 70px;
}
#FactorBox .item::after, #FactorBox .item::before, #GroupBox .item::after, #GroupBox .item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #fff;
}
#FactorBox .item::after, #GroupBox .item::after {
  background: #373e42;
  transition: transform .5s cubic-bezier(.22, .61, .36, 1);
  transform: scaleX(0);
  transform-origin: right;
}
#GroupBox .item::after {
  background: #ff7253;
}
#FactorBox .flip:hover .item::after, #GroupBox .flip:hover .item::after {
  transform: scaleX(1);
  transform-origin: left;
}
#FactorBox .item .more, #GroupBox .item .more {
  position: absolute;
  right: 8px;
  top: 8px;
  opacity: 0;
  padding: 0px 20px;
  z-index: 100;
  font-size: 13px;
  color: rgba(55, 62, 66, .5);
  transition: all 0.4s ease;
  background: #ecf3f4;
  border-radius: 20px;
}
#FactorBox .item:hover .more, #GroupBox .item:hover .more {
  opacity: 1;
  margin-bottom: 0px;
  transition: all 0.4s ease;
}
#FactorBox .item b, #GroupBox .item b {
  font-size: 22px;
  margin-right: 13px;
  line-height: 1;
}
#FactorBox .item span, #GroupBox .item span {
  display: block;
}
#FactorBox .item span.reason, #GroupBox .item span.reason {
  color: #aeb4c0;
  line-height: 18px;
}
#FactorBox .flip, #GroupBox .flip {
  cursor: pointer;
}
.progress-text {
  position: relative;
  height: 55px;
  width: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
}
.progress-text.serious {
  background: #ff7253;
  color: #fff;
}
.progress-text.health {
  background: #99ad40;
  color: #fff;
}
.progress-text.warning {
  background: #ffa800;
  color: #fff;
}
.position {
  float: left;
}
/*符合診斷群*/
#GroupBox {
  background: url(../images/bg-white.jpg);
  padding: 30px 0px 30px 0px;
  margin-bottom: -30px;
}
#GroupBox .item {
  border: 1px solid #ff7253;
}
/*建議預防階段*/
#GroupBox .panel {
  background: #ff7253;
  color: #fff;
}
#GroupBox .panel ol a {
  color: #fff299;
  text-decoration: underline;
}
#GroupBox .panel ol a:hover {
  color: #fff;
}
#GroupBox .panel ol h5 {
  color: #fff299;
}
.panel {
  padding: 5px;
  background: #fff;
  display: none;
  color: #333;
  margin: -5px 0px 0px 0px;
  line-height: 2;
}
.panel ul {
  position: relative;
  margin: 0px 0px 0px 10px;
}
.panel ol a {
  color: #354d7d;
  text-decoration: underline;
}
.panel ol a:hover {
  color: #ff604b;
  text-decoration: underline;
}
.panel ol li {
  list-style-type: decimal-leading-zero;
  margin: 0px 0px 0px 25px;
}
.panel ol h5 {
  color: #ff7253;
  margin: 5px 0px 0px 0px;
  font-size: 15px;
}
.panel .icon {
  float: left;
  width: 70px;
  position: relative;
  z-index: 11;
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;
  margin-left: -15px;
}
.panel .icon i {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background: #ffae00;
  border-radius: 50%;
  color: #fff;
}
.panel .right {
  float: left;
  width: calc(100% - 70px);
}
@media (max-width: 768px) {
  #SteereBox {
    margin-top: 30px;
  }
}
/**----------------------------------------------量測記錄**/

#Measure #RightBox {
  background: #fff;
  padding: 10px 10px;
}

#Measure #RightBox .chart img{
	width: 100%;
}

#Measure #LeftBox {
  padding: 10px;
}


#Measure #LeftBox .chart {
  padding: 0px 10%;
}
#Measure [class^=col-] {
  padding: 0px 3px;
  margin: 0px;
}
#Measure .form-group {
  padding: 0px;
}
@media (max-width: 768px) {
  #Measure #RightBox {
    padding: 10px 10px;
  }
  #Measure #LeftBox .chart {
    padding: 0px;
  }
}
/*切換上下天*/
.date-header {
  position: relative;
}
.date-header .date {
    margin: 0 2.3em;
    text-align: center;
    font-size: 18px;
    color: #99ad40;
    margin:10px 0px 15px 0px;
}
.date-header .datebtn {
  float: left;
  width: 20px;
  height: 30px;
  position: absolute;
  color: transparent;
  cursor: pointer;
  background: #99ad40;
  margin: 0 1px;
  font-size: 12px;
  border-radius: 20px;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.2);
}
.date-header a:before {
  color: #fff;
  display: inline-block;
  text-align: center;
  width: 100%;
}
.date-header a:hover {
  background: #667523;
}
.date-header a#cutover-prev:before {
  content: '\f053';
    font-family: FontAwesome;
}
.date-header a#cutover-prev {}
.date-header a#cutover-next {
  right: 0px;
}
.date-header a#cutover-next:before {
  content: "\f054";
  font-family: FontAwesome;
}
/**----------------------------------------------門診預約**/
.doctorBox {
  overflow: hidden;
}
#doctor_date, #doctor_time {
  padding: 5px;
}
.doctorBox ul [class^=col-] + [class^=col-], .doctorBox ul [class^=col-]:first-of-type {
  padding: 5px;
}
.doctorBox .panel {
  margin: 0px;
  padding: 5px;
}
.doctorBox .content-wrap {
  padding: 5px;
}
#doctor_date .btn, #doctor_time .btn {
  width: 100%;
}
.edu_title {
  color: #000;
  text-align: left;
  margin: 1em 0px;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 1em;
}
.edu_title .date {
  color: #898989;
}
/**----------------------------------------------footer**/
footer {
  background: #354d7d;
  padding: 20px 0px;
  text-align: center;
}
footer ul {
  position: relative;
  color: #fff;
  font-size: 1rem;
  display: inline-block;
}
footer ul li {
  font-size: 0.9rem;
}
footer ul:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 12px;
  right: -1px;
  margin-top: -8px;
  width: 1px;
  height: 16px;
  background-color: #fff;
}
footer ul:last-child:before {
  display: none;
}
footer .downMenu ul li a {
  display: inline-block;
  position: relative;
  padding: 10px 28px;
  color: #fff;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
footer ul li a:hover {
  color: #fffbcf;
}
.copyright {
  overflow: hidden;
  font-weight: normal;
  color: #667daa;
  line-height: 2em;
}
/**----------------------------------------------標籤**/
.box .ribbon_point {
  /*快速集點_點數*/
  display: block;
  background: #354d7d;
  position: absolute;
  top: 10px;
  right: 12px;
  padding: 0px 10px;
  z-index: 9;
  color: #fff;
  background-size: cover;
  border-radius: 50px;
}
.box .ribbon_point:before {
  font-style: normal;
  content: "點數";
  font-size: 11px;
  line-height: 16px;
  font-weight: normal;
  margin-right: 5px;
}
.box .ribbon_new {
  /*NEW*/
  display: block;
  background: url(../images/ribbon_new.svg) no-repeat;
  width: 55px;
  height: 55px;
  position: absolute;
  top: 0px;
  z-index: 9;
  background-size: cover;
}
.box .ribbon_hot {
  /*HOT*/
  display: block;
  background: url(../images/ribbon_hot.svg) no-repeat;
  width: 55px;
  height: 55px;
  position: absolute;
  top: 0px;
  z-index: 9;
  background-size: cover;
}
.box .ribbon_forU {
  /*FOR YOU*/
  display: block;
  background: url(../images/ribbon_foru.svg) no-repeat;
  width: 55px;
  height: 55px;
  position: absolute;
  top: -12px;
  right: 10px;
  z-index: 9;
  background-size: cover;
}
.box .ribbon_soldout {
  /*已售完*/
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 35px;
  position: relative;
  margin-top: -35px;
  z-index: 9;
  color: #fff;
  text-align: center;
  line-height: 35px;
}
.box .ribbon_number {
  /*名次*/
  display: block;
  background: #084e96;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0px;
  z-index: 9;
  background-size: cover;
}
.box .ribbon_number font {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  line-height: 35px;
  display: block;
  font-style: italic;
  font-weight: bold;
}
.box .ribbon_number.Top_three {
  background: #f0ad4e;
}
/*產品_類別標籤*/
.ProTag {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  padding: 5px 8px;
  line-height: 1.2;
  border-radius: 15px;
  letter-spacing: .05em;
  margin-top: 10px;
}
/*衛教知識_類別標籤*/
.TagStyle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 83px;
  height: 23px;
  margin-left: 20px;
  font-size: 12px;
  letter-spacing: .05em;
  background: #ecf3f4;
  border-radius: 14px;
  color: rgba(55, 62, 66, .5);
}
.Tagblue {
  background: #354d7d;
}
.Taggreen {
  background: #b6ca5b;
}
.TagBG {
  background: #6bc5bc;
}
.Tagorange {
  background: #ff5b37;
}
.panel-body {
  margin-top: 20px;
}
.content-wrap {
  position: relative;
  padding: 1em;
}
/**----------------------------------------------跳窗提醒**/
ul.remindBox {
  list-style-type: disc;
  margin-left: 25px;
  line-height: 1.8;
}
ul.remindBox li {
  padding-left: 10px;
}
ul.remindBox li a {
  color: #005896;
  font-weight: bold;
}
ul.remindBox li a:hover {
  color: #ff604b;
  font-weight: bold;
}
/**-------------------------------------------------------------------gotop**/
#gotop {
  display: none;
  cursor: pointer;
  position: fixed;
  z-index: 999;
  bottom: 34px;
  right: 50px;
  width: 40px;
  height: 40px;
}
#gotop:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 40px;
  height: 40px;
  background-color: #f8b61f;
}
#gotop span {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  font-size: 0;
  z-index: 1;
}
#gotop span:before {
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: 0;
  top: 13px;
  right: auto;
  bottom: auto;
  left: 14px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#gotop span:after {
  pointer-events: none;
  content: "";
  position: absolute;
  z-index: 0;
  top: 15px;
  right: auto;
  bottom: auto;
  left: 19px;
  width: 2px;
  height: 12px;
  background-color: #fff;
}
/*問卷*/
.result-block {
  padding: 10px 20px;
  background: #f7f8fa;
  border-bottom: 1px solid #d4d9de;
  border-top: 1px dashed #d4d9de;
  line-height: 1.8;
  position: relative;
}
.result-block [class^=col-] {
  line-height: 1.8;
}
.result-block h5 {
  padding: 5px 0px;
}
.result-block h4.font-DarkBlue {
  padding-left: 5px;
}
.result-block img {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 50px;
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg)
}
/*表單日期*/
.week-alias-cell-parent {
  background: #d6d6d6;
  overflow: hidden;
}
@media (min-width: 768px) {
  .input-parent {
    display: inline-block;
  }
}
/********************************************************************************************* 
2.  Font Style            
*********************************************************************************************/
/**區塊標題**/
h4.dslogan {
  text-align: center;
  font-size: 0.9rem;
  font-weight: 500;
}
h2.title_b {
  /*藍色*/
  text-transform: uppercase;
  position: relative;
  font-size: 1.8rem;
  text-align: center;
  color: #005896;
  margin: 0;
  line-height: 40px;
  z-index: 1;
}
h2.title_b span {
  color: #ff5b37;
}
h2.title_b span, h2.title_w span {
  margin-left: 10px;
}
h2.title_w {
  /*白色*/
  position: relative;
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
  margin: 0;
  line-height: 40px;
  text-transform: uppercase;
}
h4.dslogan_y {
  /*黃色*/
  text-align: center;
  font-size: 0.9rem;
  color: #fff889;
  font-weight: normal;
}
.fontStyle01 {
  position: relative;
  padding-left: 16px;
}
.fontStyle01:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 15px;
  top: 8px;
  width: 5px;
  background: #ff5b37;
  -moz-transform-origin: bottom;
  -moz-transform: skewX(-20deg);
  -webkit-transform-origin: bottom;
  -webkit-transform: skewX(-20deg);
  -o-transform-origin: bottom;
  -o-transform: skewX(-20deg);
  -ms-transform-origin: bottom;
  -ms-transform: skewX(-20deg);
  transform-origin: bottom;
  transform: skewX(-20deg);
}
/********************************************************************************************* 
3.  Btn Style            
*********************************************************************************************/
.btn-wrap .btn {
  margin: 2px 0px;
}
.btn-wrap {
  text-align: center;
}
.btn-wrap .left {
  padding: 0px 7.5px 0px 0px;
  float: left;
  width: 50%;
  margin: 0;
}
.btn-wrap .right {
  padding: 0px 0px 0px 7.5px;
  float: left;
  width: 50%;
  margin: 0;
}
.btn-group {
  margin: 10px 0px;
  text-align: right;
}
.btn-group a {
  display: inline-block;
  margin: 0 5px;
}
/********************************************************************************************* 
4.  label X Form           
*********************************************************************************************/
/*日曆顯示*/
.input-group label {
  margin-right: 5px;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group-addon {
  border-radius: 0px !important;
  background-color: #ffff !important;
}
.input-group-addon {
  cursor: pointer;
}
.input-group-addon:last-child {
  border-left: 0;
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.input-group-addon {
  padding: 7px 8px 8px 5px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 0px 4px 4px 0px;
  margin: 0px 0px 0px -4px\9\0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .input-group-addon {
    margin: 0px 0px 0px -4px;
  }
}
@media screen and (min-width: 640px), screen\9 {
  .input-group-addon {}
}
.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group.date .form-control {
  border-radius: 4px 0px 0px 4px;
}
/*.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    border-radius: 4px 0px 0px 4px;
}*/
@media (max-width: 768px) {
  .input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
  }
  .input-group label {
    display: table-caption;
  }
  .input-group-addon {
    padding: 8px;
  }
}
/*提醒訊息*/
.remindInfo {
  text-align: center;
  line-height: 1.8;
}
.remindInfo p {
  font-size: 0.9rem;
  color: #898989;
}
/*驗證碼*/
.code input {
  width: 120px;
  float: left;
  margin-right: 5px;
  height: 34px;
}
.code-img button {
  display: inline-block;
  width: 34px;
  height: 34px;
  vertical-align: middle;
  cursor: pointer;
  border: 0;
  background: none;
}
.code-img img {
  float: left;
}
/*間格線*/
.line-b {
  border-bottom: 1px dashed #dee5e7;
  width: 100%;
  height: 2px;
}
.line-bc {
  margin-top: 10px;
  margin-bottom: 10px;
}
.line-lg {
  margin-top: 15px;
  margin-bottom: 15px;
}
/********************************************************************************************* 
6.  適應性            
*********************************************************************************************/
@media (max-width: 1150px) {
  ul.menu li.item a {
    margin: 0px 20px;
  }
}
@media (max-width: 1024px) {
  #bannerArea, .InMain {
    margin-top: 50px;
  }
  .cd-dropdown-content, .cd-dropdown-content ul {
    background-color: #111433;
  }
  .rightBox .alertBox {
    margin: 0px 10px 0px 0px;
  }
  .rightBox .userBox a i {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #FFF;
    text-align: center;
    border-radius: 100%;
    background: #33c3c2;
    padding: 0px;
    margin-right: 5px;
  }
  .rightBox ul.current, .rightBox .alertBox ul.current {
    top: 45px;
  }
}
@media (max-width: 991px) {
  .box .ribbon_new, .box .ribbon_hot, .box .ribbon_forU {
    width: 65px;
    height: 65px;
  }
}
}
@media (max-width: 769px) {
  .btn-group {
    text-align: center;
  }
}
@media (max-width: 415px) {
  #pointArea .col-xs-6 {
    width: 50%;
  }
}





