* {
  webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 1px;
}

/*  */
.navbar_fix {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

.navbar_top {
  padding: 10px 0 0 0;
}

.navbar_top_right {
  float: right;
}

.navbar_top .navbar_top_list {
  list-style: none;
  margin: 0;
  display: inline-block;
}

.navbar_top .navbar_top_list li {
  display: inline-block;
}

.navbar_top_list li a {
  padding: 0 10px;
}

.navbar_top_list li a span {
  color: #ec5588;
  font-weight: bold;
}

.navbar_top_list li a img {
  display: inline-block;
  vertical-align: middle;
}

.navbar_top_list li a div {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
  color: #484848;
}

.navbar_top_search {
  display: inline-block;
  vertical-align: middle;
}

.item_img {
  width: 100%;
}

.item_img img {
  width: 100%;
}

.header_carousel {
  padding: 140px 0 0;
}

.header_carousel .carousel-control {
  position: relative;
  top: initial;
  bottom: initial;
  left: initial;
  width: 55px;
  font-size: 40px;
  color: #fff;
  text-align: center;
  text-shadow: initial;
  background-color: initial;
  filter: initial;
  opacity: initial;
  background-color: rgba(0, 160, 65, 0.8);
  display: inline-block;
}

.header_carousel .carousel_btn {
  position: absolute;
  right: 0;
  bottom: 0;
}

.carousel-control.left {
}

.carousel-control.right {
  right: initial;
  left: initial;
}

.index_news_row {
  padding: 20px 0;
  overflow-x: hidden;
}

.index_news_row .container {
  /* font-size: 0; */
  display: flex;
}

.index_news_tel {
  flex: 0 0;
  flex-basis: 335px;
  padding: 5px 0 0;
}

.index_news_carousel {
  flex-grow: 1;
}

.index_news_tel .tel {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #484848;
}

.index_news_tel .tel span {
  font-size: 24px;
  color: #009f42;
  font-weight: bold;
}

.index_news_tel img {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px 0 0;
}

.index_fix {
  display: flex;
}

.index_news_title {
  flex: 0 0;
  flex-basis: 88px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 10px;
  background-color: #00a041;
}

.index_news_text {
  flex-grow: 1;
  background-color: #f5f5f5;
}

.text_carousel {
  padding: 5px 0 0;
}

.text_carousel_date {
  padding: 0 10px;
}

.index_activity {
  background-image: url("../images/index_activity_bg.png");
  background-position: top center;
  background-repeat: no-repeat;
  font-size: 0;
  padding: 60px 0 120px;
}

.index_activity .container {
  font-size: 0;
  letter-spacing: 0px;
}

.index_activity_left {
  display: inline-block;
  width: 58%;
  vertical-align: text-top;
  padding: 0 20px 0 0px;
}

.index_activity_left img {
  width: 100%;
}

.index_activity_right {
  display: inline-block;
  width: 42%;
  vertical-align: text-top;
}

.index_activity_right img {
  width: 100%;
}

.index_activity_right_bottom {
}

.index_activity_right_bottom ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
  letter-spacing: 0px;
  padding: 20px 0 0;
}

.index_activity_right_bottom ul li {
  display: inline-block;
  width: 50%;
}

.index_activity_right_bottom ul li a {
  display: block;
  width: 100%;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.index_activity_right_text {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

.index_activity_right_text span {
  position: absolute;
  transform: translateY(-50%) translateX(-50%);
  top: 50%;
  left: 50%;
  text-align: center;
  width: 100%;
  display: block;
}

.index_activity_right_bottom ul li a:hover > .index_activity_right_text {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.index_activity_right_bottom ul li:nth-child(1) {
  padding: 0 10px 0 0px;
}

.index_activity_right_bottom ul li:nth-child(2) {
  padding: 0 0 0px 10px;
}

.index_activity_right_bottom ul li a img {
  width: 100%;
}

.inedx_title_row {
  position: relative;
  z-index: 1;
}

.inedx_title {
  text-align: center;
  position: relative;
  max-width: 200px;
  margin: 0 auto;
  color: #484848;
}

.robe {
  position: absolute;
  top: -10px;
  right: 10px;
}

.jp_text {
  font-size: 16px;
}

.recommend_item {
  /* border: 1px solid #E1E1E1; */
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.recommend_img {
  width: 100%;
}

.recommend_img img {
  width: 100%;
}

.recommend_text {
  /* background-color: #ececec; */
  background-color: #fff;
  padding: 10px 15px;
}

.recommend_text h3 {
  color: #484848;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  height: 72px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* -webkit-box-orient: vertical; */
  overflow: hidden;
  text-overflow: ellipsis;
}

.recommend_text h4 {
  color: #ec5588;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.8;
  margin: 0;
  padding: 5px 0 0;
}

.recommend {
  padding-bottom: 30px;
}

.index_recommend_row {
  padding: 30px 0;
}

/* .recommend a:hover>.recommend_item {
    border: 1px solid #00a041;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
} */

.index_more {
  text-align: center;
}

.index_more a {
  display: inline-block;
  color: #00a041;
  font-size: 24px;
  font-weight: bold;
  border-top: 1px solid #00a041;
  border-bottom: 3px solid #00a041;
  border-left: 1px solid #00a041;
  border-right: 3px solid #00a041;
  padding: 10px 30px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.index_more a:hover {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #fff;
  background-color: #00a041;
}

.index_recommend {
  padding: 40px 0 50px;
  position: relative;
}

.index_recommend::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../images/leaf_r.png");
  background-repeat: no-repeat;
  background-position: top right;
  left: 0;
  top: 0;
  z-index: -1;
}

.index_recommend::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../images/leaf_l.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  left: 0;
  top: 0;
  z-index: -1;
}

.index_share {
  padding: 40px 0;
  background-image: url("../images/index_share.png");
}

.index_share_row {
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
  padding: 0;
  margin: 0;
}

.index_share_row li {
  width: 40%;
  display: inline-block;
  width: 40%;
  display: inline-block;
  margin: 0 80px 0 0;
}

.index_share_row li a {
  width: 100%;
  display: block;
  cursor: pointer;
}

.index_share_item {
  position: relative;
  border: 1px solid #00a041;
  background-color: #fff;
  padding: 40px 15px 25px 211px;
}

.index_share_top {
  font-size: 0;
  letter-spacing: normal;
  position: absolute;
  top: -80px;
  left: -40px;
}

.index_share_img {
  display: inline-block;
  max-width: 240px;
}

.index_share_img img {
  width: 100%;
}

.index_share_top h3 {
  padding: 15px 20px;
  display: inline-block;
  background-color: #00a041;
  font-size: 24px;
  color: #fff;
}

.index_share_item h4 {
  color: #484848;
  font-size: 16px;
  line-height: 1.5;
  height: 46px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index_share .container {
  padding: 100px 50px 50px;
}

.index_share_align {
  vertical-align: text-top;
}

.index_share_bottom {
  padding: 60px 0 0 60px;
}

.index_about {
  padding: 40px 0;
  position: relative;
}

.index_about::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../images/leaf_r.png");
  background-repeat: no-repeat;
  background-position: right center;
  left: 0;
  top: 0;
  z-index: -1;
}

.index_about::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../images/leaf_l.png");
  background-repeat: no-repeat;
  background-position: left center;
  left: 0;
  top: 0;
  z-index: -1;
}

.index_share .carousel-inner .item {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 100px 0 0;
}

.index_about .item {
  padding: 10px 20px;
}

.index_about_item {
  cursor: pointer;
}

.index_about_img {
  width: 100%;
  border-radius: 100%;
  overflow: hidden;
  -moz-box-shadow: 0px 0px 10px #d8d8d8;
  -webkit-box-shadow: 0px 0px 10px #d8d8d8;
  box-shadow: 0px 0px 10px #d8d8d8;
}

.index_about_item .index_about_row:hover > .index_about_img {
  -moz-box-shadow: 0px 0px 10px #a7a7a7;
  -webkit-box-shadow: 0px 0px 10px #a7a7a7;
  box-shadow: 0px 0px 10px #a7a7a7;
}

.index_about_img img {
  width: 100%;
  display: block;
}

.index_about_row h3 {
  text-align: center;
  margin: 0;
  color: #00a041;
  font-size: 24px;
  padding: 15px 0;
  font-weight: bold;
}

.index_about_list {
  list-style-type: square;
  color: #b0de69;
  padding: 0px 0px 0 45px;
}

.index_about_list li span {
  font-size: 18px;
  color: #484848;
}

.index_about .container_rec {
  padding: 40px 0;
}

.new_footer {
  padding: 40px 0 0;
  background-color: #00a041;
}

.new_footer_left_img {
  width: 66px;
  float: left;
}

.new_footer_left_img img {
  width: 100%;
}

.new_footer_left_text {
  color: #fff;
  font-size: 16px;
  padding: 15px 0 0 76px;
}

.new_footer_left_text a {
  color: #fff;
  cursor: pointer;
}

.new_footer_left_pd {
  padding: 20px 0 0 76px;
}

.new_footer_left_item {
  margin-bottom: 30px;
}

.new_footer_right_link {
}

.new_footer_right_link a {
  display: inline-block;
  padding: 0 5px;
  color: #fff;
  font-size: 16px;
}

.new_footer_right_link {
  padding: 5px 0;
}

.new_footer_right_item {
  border-left: 3px solid #b0de69;
  padding: 0px 10px;
  margin-bottom: 30px;
}

.new_footer_bottom {
  color: #fff;
  margin: 0;
}

.international {
  border-top: 1px solid #7cce82;
  padding: 10px 0;
  color: #7cce82;
  text-align: center;
}

.search_mo {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 99;

  display: none;
}

.search_mo_row {
  display: flex;
}

.search_mo_input {
  padding: 5px;
  position: relative;
}

.search_mo_input {
  flex-grow: 1;
}

.search_mo_input input {
  width: 100%;
  height: 40px;
  border: 0;
  background-color: #efefef;
  padding: 5px;
  font-size: 16px;
}

.input_btn {
  position: absolute;
  width: 45px;
  padding: 5px 0;
  background-color: #009f42;
  top: 5px;
  right: 5px;
  text-align: center;
  color: #fff;
  font-size: 21px;
}

.input_times {
  padding: 10px 0;
  background-color: #ffffff;
  text-align: center;
  color: #009f42;
  font-size: 21px;
  display: block;
  flex: 0 0;
  flex-basis: 45px;
}

.carousel-control.left {
  position: absolute;
  /* transform: translateY(-50%)translateX(-50%); */
  bottom: 0%;
  left: 0px;
}

.carousel-control.right {
  position: absolute;
  /* transform: translateY(-50%)translateX(-50%); */
  bottom: 0%;
  left: 65px;
}

.right_fix {
  position: fixed;
  /* transform: translateY(-50%)translateX(-50%); */
  top: 55%;
  right: 0%;
  z-index: 99;
}

.right_fix ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.right_fix ul li {
  text-align: center;
  margin: 0 0 15px;
}

.r_sh {
  padding: 10px 20px;
  background-color: #f25e90;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.r_sh a {
  color: #fff;
}

.r_sh_img {
  position: relative;
  padding: 0 0 10px;
}

.r_sh_nb {
  position: absolute;
  transform: translateY(-50%) translateX(-50%);
  top: 50%;
  left: 50%;
  color: #f25e90;
  font-weight: bold;
  font-size: 19px;
}

.r_sh_text {
}

.r_ch {
  padding: 10px 20px;
  background-color: #00a041;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.r_ch a {
  color: #fff;
}

.r_ch_img {
  position: relative;
  padding: 0 0 10px;
}


.r_gif {
  cursor: pointer;
  padding: 10px 20px;
  background-color: #fff;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.r_gif a {
  color: #00a041;
}

.r_gif_img {
  position: relative;
  padding: 0 0 10px;
}
.r_gif_text span{
  color: #ff0000;
  margin: 0 2px;
}

.nivo-prevNav {
  cursor: pointer;
  background-color: transparent;
  display: inline-block;
  width: 55px;
  font-size: 60px;
  color: #39a042;
  text-align: center;
  position: absolute;
  z-index: 9;
  bottom: 0%;
  left: 0px;
  border: 0;
  height: 100%;
}

.nivo-prevNav:hover {
  cursor: pointer;
  background-color: transparent;
  display: inline-block;
  width: 55px;
  font-size: 60px;
  color: #39a042;
  text-align: center;
  position: absolute;
  z-index: 9;
  bottom: 0%;
  left: 0px;
  border: 0;
  height: 100%;
}

.nivo-nextNav {
  cursor: pointer;
  background-color: transparent;
  display: inline-block;
  width: 55px;
  font-size: 60px;
  color: #39a042;
  text-align: center;
  position: absolute;
  bottom: 0%;
  right: 0;
  z-index: 9;
  border: 0;
  height: 100%;
}

.owl-head .item {
  width: 100%;
}

.header_carousel .owl-head .owl-item {
  width: 100%;
}

.owl-head .owl-item img {
  width: 100%;
  margin: 0 auto;
}

.owl-dots {
  position: absolute;
  left: 50%;
  bottom: 2.5%;
  transform: translateY(-50%) translateX(-50%);
}

.owl-dot {
  background: none;
  color: inherit;
  border: none;
  /* padding: 0 !important; */
  font: inherit;
  color: #fff;
  font-size: 0;
  padding: 0;
  border: 1px #39a040 solid;
  border-radius: 100%;
  background-color: #fff;
  width: 12px;
  height: 12px;
  margin: 2px;
}

.owl-dots .active {
  background-color: #39a040;
}

.healthyschool_pd {
  padding: 40px 0 0;
}

.healthyschool_row {
  padding: 30px 0;
  background-color: #f0f9ea;
  position: relative;
}

.healthyschool_item_img {
  width: 100%;
}

.healthyschool_item_img img {
  width: 100%;
}

.healthyschool_item_content {
  background-color: #fff;
  padding: 10px 15px;
}

.healthyschool_item_content h3 {
  color: #00a041;
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 0 0px;
  margin: 0 0 10px;
  overflow: hidden;
  white-space: nowrap;
  /* text-overflow: ellipsis; */
}

.healthyschool_item_content p {
  color: #484848;
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 0 0px;
  margin: 0 0 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* -webkit-box-orient: vertical; */
  white-space: normal;
  line-height: 1.5;
  height: 72px;
  overflow: hidden;
}

.healthyschool_item_btn {
  position: relative;
}

.healthyschool_item_btn span {
  display: block;
  float: right;
  padding: 5px 15px;
  color: #8f8f8f;
  font-size: 16px;
  border: 1px solid #39a040;
  background-color: #fff;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.healthyschool_item_btn::after {
  content: " ";
  border-top: 1px solid #39a040;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 0;
}

.healthyschool_item {
  cursor: pointer;
  position: relative;
  display: block;
}

.healthyschool_item:before {
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 1px solid #009f42;
  border-left: 1px solid #009f42;
}

.healthyschool_item:after {
  position: absolute;
  top: 0;
  right: 0;
  border-bottom: 1px solid #009f42;
  border-right: 1px solid #009f42;
}

.healthyschool_item:after,
.healthyschool_item:before {
  content: "";
  width: 0;
  height: 0%;

  /* z-index: 10; */
  -webkit-transition: width 0.4s cubic-bezier(0.32, 0, 0.67, 0),
    height 0.3s cubic-bezier(0.33, 1, 0.68, 1) 0.4s, opacity 0s 0.65s;
  -o-transition: width 0.4s cubic-bezier(0.32, 0, 0.67, 0),
    height 0.3s 0.4s cubic-bezier(0.33, 1, 0.68, 1), opacity 0s 0.65s;
  transition: width 0.4s cubic-bezier(0.32, 0, 0.67, 0),
    height 0.3s cubic-bezier(0.33, 1, 0.68, 1) 0.4s, opacity 0s 0.65s;
  opacity: 0;
  pointer-events: none;
}

.healthyschool_item:hover::before,
.healthyschool_item:hover::after {
  opacity: 1;
  height: 100%;
  width: 100%;
  transition: height 0.6s cubic-bezier(0.32, 0, 0.67, 0),
    width 0.3s 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.healthyschool_col {
  margin: 0 0 30px;
}

.healthyschool_item:hover
  > .healthyschool_item_content
  .healthyschool_item_btn
  span {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #39a040;
}

.healthyschool_row::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/leaf_l.png);
  background-repeat: no-repeat;
  background-position: left 88%;
  left: 0px;
  top: 0px;
  z-index: 0;
}

.healthyschool_row::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/leaf_r.png);
  background-repeat: no-repeat;
  background-position: right 60px;
  left: 0;
  top: 0;
  z-index: 0;
}

.lottery_pd {
  padding: 40px 0 0;
}

.lottery_row {
  padding: 30px 0;
  background-color: #f0f9ea;
  position: relative;
  margin: 20px 0 0;
}

.lottery_item_img {
  width: 100%;
}

.lottery_item_img img {
  width: 100%;
}

.lottery_item_content {
  background-color: #fff;
  padding: 10px 15px;
}

.lottery_item_content h3 {
  color: #00a041;
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 0 0px;
  margin: 0 0 10px;
  overflow: hidden;
  white-space: nowrap;
  /* text-overflow: ellipsis; */
}

.lottery_item_content p {
  color: #484848;
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 0 0px;
  margin: 0 0 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
  line-height: 1.5;
  height: 72px;
}

.lottery_item_btn {
  position: relative;
}

.lottery_item_btn span {
  display: block;
  float: right;
  padding: 5px 15px;
  color: #8f8f8f;
  font-size: 16px;
  border: 1px solid #39a040;
  background-color: #fff;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.lottery_item_btn::after {
  content: " ";
  border-top: 1px solid #39a040;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 0;
}

.lottery_item {
  cursor: pointer;
  position: relative;
  display: block;
}

.lottery_item:before {
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 1px solid #009f42;
  border-left: 1px solid #009f42;
}

.lottery_item:after {
  position: absolute;
  top: 0;
  right: 0;
  border-bottom: 1px solid #009f42;
  border-right: 1px solid #009f42;
}

.lottery_item:after,
.lottery_item:before {
  content: "";
  width: 0;
  height: 0%;

  /* z-index: 10; */
  -webkit-transition: width 0.4s cubic-bezier(0.32, 0, 0.67, 0),
    height 0.3s cubic-bezier(0.33, 1, 0.68, 1) 0.4s, opacity 0s 0.65s;
  -o-transition: width 0.4s cubic-bezier(0.32, 0, 0.67, 0),
    height 0.3s 0.4s cubic-bezier(0.33, 1, 0.68, 1), opacity 0s 0.65s;
  transition: width 0.4s cubic-bezier(0.32, 0, 0.67, 0),
    height 0.3s cubic-bezier(0.33, 1, 0.68, 1) 0.4s, opacity 0s 0.65s;
  opacity: 0;
  pointer-events: none;
}

.lottery_item:hover::before,
.lottery_item:hover::after {
  opacity: 1;
  height: 100%;
  width: 100%;
  transition: height 0.6s cubic-bezier(0.32, 0, 0.67, 0),
    width 0.3s 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.lottery_col {
  margin: 0 0 30px;
}

.lottery_item:hover > .lottery_item_content .lottery_item_btn span {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #39a040;
}

.lottery_row::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/leaf_l.png);
  background-repeat: no-repeat;
  background-position: left 88%;
  left: 0px;
  top: 0px;
  z-index: 0;
}

.lottery_row::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/leaf_r.png);
  background-repeat: no-repeat;
  background-position: right 60px;
  left: 0;
  top: 0;
  z-index: 0;
}

.lottery_path {
  color: #484848;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.lottery_date {
  color: #484848;
  font-size: 16px;

  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.article_bg {
  background-image: url(../images/index_share.png);
}

.article_title_row {
  position: relative;
  z-index: 1;
}

.article_title {
  position: relative;
  display: inline-block;
  margin: 40px auto;
  color: #484848;
}

.article_title .robe {
  position: absolute;
  top: -20px;
  right: 0px;
}

.jp_text {
  font-size: 16px;
}

.article_title_img {
  padding: 10px 0 0;
}

.article_title_img img {
  display: block;
}

.article_row {
  background-color: #fff;
}

.article_row .breadcrumb {
  margin: 0;
  padding: 15px 0;
}

.article_edit {
  padding: 0 0 30px;
}

.article_edit img {
  max-width: 100%;
}

.lottery_article_bg .breadcrumb {
  margin: 0;
}

.lottery_top {
  padding: 20px 0 30px;
  border-bottom: 1px #b0de69 dashed;
  margin-bottom: 20px;
}

.lottery_top_row {
  display: flex;
  padding: 0px 0 20px;
}

.lottery_top_left {
  flex: 0 0;
  flex-basis: 400px;
}

.lottery_top_right {
  padding-left: 30px;
  flex-grow: 1;
}

.lottery_top_right h2 {
  font-size: 36px;
  margin: 0;
  font-weight: bold;
  padding: 0 0 20px;
}

.lottery_top_text {
  display: flex;
}

.lottery_top_text h3 {
  font-size: 16px;
  color: #00a041;
  margin: 0;
  flex: 0 0;
  flex-basis: 80px;
}

.lottery_top_text p {
  flex-grow: 1;
  font-size: 16px;
  color: #484848;
  margin: 0;
}

.lottery_top_btn {
  text-align: center;
}

.lottery_top_btn a {
  text-align: center;
  padding: 5px 25px;
  display: inline-block;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  background-color: #009f42;
  cursor: pointer;
}

.lottery_edit {
  font-size: 16px;
  color: #484848;
  line-height: 1.5;
  padding: 20px 0;
}

.lottery_edit ul {
  padding: 0 0 0 20px;
}

.lottery_edit ul li {
  line-height: 1.6;
  text-align: justify;
  word-break: break-all;
}

.swiper_tab {
  width: 100%;
  padding: 15px;
}

.swiper_tab .swiper-slide {
  color: #00a041;
  border-top: 1px solid #00a041;
  border-bottom: 3px solid #00a041;
  border-left: 1px solid #00a041;
  border-right: 3px solid #00a041;
  text-align: center;
  font-size: 16px;
  height: 50px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  width: 170px;
}

.swiper_row {
  width: 100%;
}

.swiper_row .swiper-slide {
  /* text-align: center; */
  box-sizing: border-box !important;
  overflow-x: hidden !important;
}

.swiper_tab .selected {
  color: #fff;
  background-color: #00a041;
}

.owl-prev {
  border: 0;
  background-color: transparent;
  color: #00a041;
  font-size: 100px;
  width: 60px;
}

/* .owl-prev img {
    width: 100%;
} */

.owl-prev {
  position: absolute;
  top: 30%;
  left: -75px;
}

.owl-next {
  border: 0;
  background-color: transparent;
  color: #00a041;
  font-size: 100px;
  width: 60px;
}

.owl-nextimg {
  width: 100%;
}

.owl-next {
  position: absolute;
  top: 30%;
  right: -75px;
}

/*  */

.pagination_nav {
  text-align: center;
}

.audit_blue {
  color: #286fdc;
}

.audit_green {
  color: #3ac88e;
}

.gift_voucher_info {
  padding: 10px;
}

.gift_voucher_r {
  width: 70px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #dedede;
  position: fixed;
  right: 10px;
  top: 45%;
  text-align: center;
  padding: 10px 5px;
  z-index: 999;
}

.gift_voucher_r a {
  color: #fff;
  font-size: 14px;
  display: block;
  text-align: center;
}

.gift_voucher_r a i {
  display: block;
}

.gift_voucher_text {
  color: #ff5722;
  font-weight: bold;
  line-height: 1.5;
}

.gift_voucher_logo {
  z-index: 999;
  width: 70px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #dedede;
  position: fixed;
  right: 10px;
  top: 45%;
  text-align: center;
  padding: 10px 5px;
}

.gift_voucher_logo a {
  color: #fff;
  font-size: 13px;
  display: block;
  text-align: center;
}

.gift_voucher_logo a i {
  display: block;
  font-size: 25px;
  color: #ff5722;
  line-height: 1.5;
}

.gift_voucher_quantity {
  color: #666666;
}

.gift_voucher_total {
  color: #ff5722;
  font-weight: bold;
  line-height: 1.5;
}

.gift_voucher_icon {
  padding: 5px 15px;
  width: 100%;
}

.gift_voucher_icon img {
  width: 100%;
  display: block;
}

header {
  padding: 5px 0 0;
}

.res {
  font-size: 19px;
  padding: 0px 0 15px;
}

.verification_btn {
  background-color: #00a041;
  color: #fff;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 99;
  cursor: pointer;
}

.verification_btn_un {
  background-color: #dcdcdc;
  color: #696969;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 98;
  font-weight: bold;
  cursor: not-allowed;
}

.tel {
  color: #009f42;
}

.input_row p {
  color: #636363;
  font-size: 17px;
}

.slider-wrapper {
  position: relative;
}

.de {
  display: block;
}

.mo {
  display: none;
}

.container_padding {
  padding: 15px 0;
}

.login_top {
  padding: 20px 0 0;
  text-align: right;
}

.login_top a {
  color: #666;
  margin-left: 5px;
}

.login_top span {
  color: #009f42;
}

.login_top a:hover {
  color: #009f42;
}

.marketing {
  padding: 5px 0 10px;
}

.phone_numeral {
  font-size: 13px;
  color: #666;
  float: left;
  padding-top: 3px;
}

.phone_numeral i {
  color: #009f42;
  font-size: 15px;
  margin: 0 5px;
}

.phone_numeral span {
  color: #009f42;
  font-size: 21px;
  margin-right: 5px;
}

.line_row {
  float: left;
  padding-top: 6px;
  margin: 0 5px;
}

.fb_row {
  float: left;
}

.fb_row a {
  color: #4468b0;
  font-size: 23px;
}

.title {
  position: relative;
}

.title h2 {
  border-left: 5px solid #009f42;
  padding: 5px 10px;
  color: #666666;
  font-size: 21px;
}

.hot_row {
  width: 100%;
  padding: 5px 25px;
  background: #ececec;
  margin: 0 0 15px;
}

.hot_box {
  margin: 25px 0;
  width: 100%;
  border: 10px solid #fff;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(200, 200, 200, 0.9);
  -moz-box-shadow: 0px 0px 10px rgba(200, 200, 200, 0.9);
  box-shadow: 0px 0px 10px rgba(200, 200, 200, 0.9);
}

.hot_box img {
  width: 100%;
}

.new_right {
  padding: 5px 10px;
  background: #ececec;
  margin: 0 0 15px;
}

.new_right_row {
  padding: 10px;
  background: #fff;
  margin: 5px 0;
}

.new_right_row a {
  display: block;
}

.new_right_row_img {
  width: 100px;
  float: left;
  border: 1px solid #ececec;
}

.new_right_row_img img {
  width: 100%;
}

.new_right_row_word {
  margin-left: 110px;
  height: 100px;
  position: relative;
}

.new_right_row_word .text {
  height: 80px;
  color: #666666;
  line-height: 1.8;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: justify;
}

.new_right_row_more {
  color: #666666;
}

.new_right_row_more i {
  font-size: 19px;
}

.ranking_right {
  padding: 5px 10px;
  background: #ececec;
}

.ranking_right_row {
  padding: 10px;
  background: #fff;
  margin: 10px 0;
  position: relative;
}

.ranking_right_row a {
  display: block;
}

.ranking_right_row_img {
  width: 100px;
  float: left;
  border: 1px solid #ececec;
}

.ranking_right_row_img img {
  width: 100%;
}

.ranking_right_row_word {
  margin-left: 110px;
  height: 100px;
  position: relative;
}

.ranking_right_row_word .text {
  height: 78px;
  color: #666666;
  line-height: 1.8;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: justify;
}

.ranking_right_row_more {
  color: #666666;
}

.ranking_right_row_more i {
  font-size: 19px;
}

.top_icon {
  position: absolute;
  top: 0;
}

.ranking_right_row h3 {
  padding-left: 30px;
  font-size: 19px;
  margin: 5px 0 10px;
}

.top_1 {
  color: #c80000;
}

.top_2 {
  color: #019f42;
}

.top_3 {
  color: #2767aa;
}

.ranking_right_row_price {
  color: #c80000;
  font-size: 17px;
}

.footer {
  padding: 25px 0;
  background: #ececec;
}

/* 這個元素內嵌在 iframes 裡，有可能造成部分 layout 變形，所以請把它隱藏 */

#fb-root {
  display: none;
}

.fb_f_box {
  text-align: center;
  display: inline-block;
  width: 40%;
}

.footer_data {
  width: 57%;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  float: right;
  position: relative;
}

.msg {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #787878;
}

.msg li {
  display: inline-block;
  width: 30%;
  margin: 0 1%;
  background: #fff;
}

.msg_img {
  width: 40px;
  text-align: center;
  margin: 15px auto;
}

.line_img {
  width: 70px;
  text-align: center;
  margin: 0px auto;
}

.line_img img {
  width: 100%;
}

.msg li img {
  width: 100%;
}

.msg_text {
  text-align: center;
  line-height: 1.5;
  font-size: 15px;
  padding: 0px 0 10px;
}

.mail {
  cursor: pointer;
  color: #009f42;
  font-weight: bold;
}

.msg_text span {
  font-weight: bold;
  font-size: 17px;
}

.footer_map {
  padding: 15px 0;
}

.footer_map a {
  color: #666;
}

.footer_ltd {
  position: relative;
  color: #666;
  line-height: 50px;
}

.shopping_cart {
  width: 70px;
  background: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #dedede;
  background: #fff;
  position: fixed;
  right: 10px;
  top: 25%;
  text-align: center;
  padding: 10px 5px;
}

.shopping_cart i {
  font-size: 25px;
  color: #01a043;
  line-height: 1.5;
}

.shopping_cart a {
  display: block;
}

.shopping_cart_quantity {
  color: #666666;
}

.shopping_total {
  color: #c80000;
  font-weight: bold;
  line-height: 1.5;
}

.shopping_total_check {
  background: #c80000;
  padding: 5px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 5px 0;
  color: #fff;
}

.list_item {
  margin: 10px 0;
  /* height: 308px; */
}

.commodity_row {
  display: block;
  background: #ececec;
  padding: 10px;
}

.commodity_box {
  background: #fff;
}

.commodity_row_img {
  /* width: 150px; */
  width: 100%;
  text-align: center;
  margin: 5px auto;
}

.commodity_row_img img {
  width: 100%;

  text-align: center;
}

.commodity_row_text {
  padding: 5px;
  color: #666666;
  font-size: 16px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: justify;
  height: 46px;
}

.commodity_row_price {
  padding: 5px;
  color: #c80000;
  line-height: 1.5;
  font-size: 17px;
  font-weight: bold;
}

.commodity_row_subtitle {
  padding: 0 5px;
  color: #e91e63;
  line-height: 1.5;
  font-size: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 23px;
}

.product_title {
}

.product_title h2 {
  color: #666666;
  font-size: 21px;
  padding-bottom: 15px;
  margin: 0;
}

.product_title p {
  padding: 5px 0;
  color: #e91e63;
  line-height: 1.5;
  font-size: 17px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0;
}

.product_content {
  margin: 0 0 15px 0;
}

.product_left {
  width: 35%;
  float: left;
}

.product_content_img {
  max-width: 320px;
  border: 1px solid #dcdcdc;
}

.product_content_img img {
  width: 100%;
}

.numbering {
  color: #666666;
  padding: 10px 0;
}

.fb_share {
  padding: 0px 0 10px;
}

.product_right {
  width: 60%;
  float: right;
}

.product_edit {
  font-size: 15px;
  color: #666666;
  text-align: justify;
}

.product_pice {
}

.product_pice_box {
  position: relative;
}

.product_pice {
  padding: 10px 0;
}

.market {
  color: #666666;
  display: inline-block;
}

.market span {
  text-decoration: line-through;
}

.special {
  color: #c80000;
  display: inline-block;
}

.special span {
  font-size: 23px;
  font-weight: bold;
}

.pice_input_text {
  color: #666666;
  width: 40px;
  height: 30px;
  float: left;
  line-height: 30px;
}

.pice_input {
  color: #666666;
  width: 70px;
  float: left;
}

.shopping_btn_row {
  display: block;
  position: absolute;
  right: 0;
  bottom: -15px;
}

.shopping_btn {
  display: inline-block;
  right: 0;
  bottom: 0;
  background: #01a043;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 15px;
  color: #fff;
  font-size: 23px;
}

.shopping_btn i {
  margin: 3px;
  font-size: 21px;
}

.edit {
  line-height: 1.8;
  color: #666;
  text-align: justify;
  width: 100%;
  margin: 15px 0 40px;
}

.edit img {
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
}

.new_more {
}

.new_more a {
  display: block;
  float: right;
  color: #666666;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 10px;
}

.bs-example-tabs .edit {
}

.billing {
  margin: 15px 0;
  width: 100%;
}

.billing img {
  width: 100%;
}

#fixedTop {
  padding: 10px 15px;
  right: 10px;
  bottom: 10px;
  color: #ffffff;
  text-align: center;
  display: none;
  position: fixed;
  z-index: 999;
  border: 1px solid #f0f9ea;
  background: #b0de69;
}

.register_title {
  text-align: center;
  font-size: 23px;
  padding: 10px;
  color: #666666;
}

.register_row {
  background: #f5f5f5;
  padding: 20px 0;
  margin-bottom: 20px;
}

.register_box {
  max-width: 500px;
  margin: 20px auto;
}

.input_title {
  color: #01a043;
  padding: 10px 0;
  font-size: 17px;
}

.input_row {
  margin-bottom: 10px;
  position: relative;
}

.input_row input {
  height: 40px;
}

.select_address .form-control:nth-child(1) {
  width: 49%;
  float: left;
  margin-bottom: 5px;
}

.select_address .form-control:nth-child(2) {
  width: 49%;
  float: right;
  margin-bottom: 10px;
}

.select_birthday .form-control {
  float: left;
  width: 32%;
}

.select_birthday .form-control:nth-child(2) {
  float: left;
  width: 33%;
  margin: 0 1%;
}

.checkbox_text {
  font-size: 15px;
  padding: 15px 0;
}

.checkbox_text a {
  color: #01a043;
}

.send_btn {
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 0;
  background: #01a043;
  color: #fff;
  font-size: 21px;
  text-align: center;
  margin: 25px 0;
}

.info_btn {
  max-width: 800px;
}

.info_btn ul {
  list-style: none;
  padding: 20px 0;
  font-size: 0;
}

.info_btn ul li {
  list-style: none;
  display: inline-block;
  margin-right: 1%;
  width: 23%;
  font-size: 18px;
}

.info_btn ul li a {
  display: block;
  text-align: center;
  padding: 10px 5px;
  color: #666666;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #dcdcdc;
}

.info_btn ul li .active {
  display: block;
  text-align: center;
  padding: 10px 5px;
  background: #01a043;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #01a043;
}

.info_btn ul li a:hover {
  display: block;
  text-align: center;
  padding: 10px 5px;
  background: #01a043;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #01a043;
}

.verification input {
  width: 50%;
  float: left;
}

.verification_box {
  width: 49%;
  float: right;
}

.repeat_btn {
  cursor: pointer;
  height: 50px;
  font-size: 25px;
  padding: 0 10px;
  float: left;
  color: #01a043;
}

.verification_code {
  float: left;
}

.register_margin {
  margin-bottom: 60px;
}

.forget {
  color: #666666;
  padding: 10px 0;
  line-height: 1.5;
}

.terms_edit {
  max-width: 1100px;
  margin: 20px auto;
  color: #666666;
  line-height: 1.8;
  text-align: justify;
}

.terms_edit p {
  line-height: 2;
}

.logo_left {
  width: 49%;
  float: left;
}

.logo_right {
  width: 49%;
  float: right;
}

.logo_row {
  background: #f5f5f5;
  padding: 20px 0;
  margin: 10px;
}

.logo_box {
  max-width: 400px;
  margin: 20px auto;
}

.logo_bottom {
  text-align: center;
}

.logo_bottom a {
  color: #666666;
}

.logo_line {
  border: 1px solid #dcdcdc;

  margin: 10px;
  padding: 15px 0;
}

.logo_line img {
  width: 100%;
}

.logo_text {
  color: #666666;
  text-align: center;
  line-height: 2;
  font-size: 16px;
  padding: 45px 0;
}

.logo_text_a {
  color: #00a041;
  padding: 0 0 80px;
  text-align: center;
  font-size: 19px;
  display: block;
}

.logo_text_a i {
  margin: 0 5px;
}

.new_row {
  background: #f5f5f5;
  padding: 10px 15px;
  margin-bottom: 100px;
}

.new_list {
  width: 49%;
  background: #fff;
  padding: 15px;
  margin: 5px 0;
}

.new_list:nth-child(odd) {
  float: left;
}

.new_list:nth-child(even) {
  float: right;
}

.new_list a {
  display: block;
}

.new_list_img {
  width: 150px;
  float: left;
  border: 1px solid #dcdcdc;
}

.new_list_img img {
  width: 100%;
}

.new_list_text {
  margin-left: 160px;
  position: relative;
}

.new_list_text h3 {
  color: #009944;
  font-weight: normal;
  padding: 0;
  font-size: 16px;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.8;
}

.new_list_text h4 {
  color: #666666;
  font-weight: normal;
  padding: 0;
  font-size: 16px;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.8;
}

.new_list_text .word {
  color: #666666;
  font-size: 15px;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-align: justify;
  height: 88px;
}

.new_list_text .time {
  color: #666666;
  padding: 5px 0 0;
}

.new_list_text .more {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #666666;
}

.new_list_text .more i {
  font-size: 17px;
  margin-left: 3px;
}

.title .time {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #666666;
  font-size: 15px;
}

.order_row {
  padding: 15px 0 100px;
}

.order_table {
  width: 100%;
  font-size: 15px;
  margin: 15px 0;
}

.order_table th {
  line-height: 1.5;
  text-align: center;
  background: #969696;
  color: #fff;
  padding: 10px 5px;
  font-weight: normal;
}

.order_table td {
  line-height: 1.5;
  text-align: center;
  background: #f5f5f5;
  color: #666666;
  padding: 10px 5px;
}

.order_table td a {
  color: #00a041;
}

.ordet_total {
  border: 1px solid #dcdcdc;
  width: 100%;
  padding: 20px;
  margin: 15px 0;
}

.ordet_total_table {
  width: 40%;
  font-size: 16px;
}

.ordet_total_table th {
  text-align: right;
  color: #666666;
  font-weight: normal;
}

.ordet_total_table th span {
  color: #009944;
  margin: 0 5px;
}

.ordet_total_table td {
  text-align: right;
  color: #009944;
}

.ordet_total_table td span {
  text-align: right;
  color: #c80000;
  font-size: 21px;
  font-weight: bold;
}

.step_row {
  border: 1px solid #dcdcdc;
  position: relative;
  margin: 20px 0;
}

.step_row h2 {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 0;
  font-size: 19px;
  color: #009944;
  top: -40px;
}

.step_row h2 span {
  padding: 10px;
  background: #fff;
  display: block;
  max-width: 300px;
  margin: 0 auto;
}

.step_row ul {
  padding: 50px 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.step_row ul li {
  display: inline-block;
  color: #969696;
  padding: 0 10px;
  font-size: 16px;
}

.step_row ul li span {
  padding: 10px;
  background: #969696;
  color: #fff;
  margin: 0 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.step_row ul .active {
  display: inline-block;
  color: #009944;
  padding: 0 10px;
  font-size: 16px;
}

.step_row ul .active span {
  padding: 10px;
  background: #009944;
  color: #fff;
  margin: 0 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.cart_table {
  width: 100%;
  font-size: 15px;
  width: 100%;
  font-size: 15px;
  margin: 20px 0 50px;
}

.cart_table th {
  line-height: 1.5;
  text-align: center;
  background: #969696;
  color: #fff;
  padding: 10px 5px;
  font-weight: normal;
}

.cart_table td {
  font-size: 17px;
  line-height: 1.5;
  text-align: center;
  background: #f5f5f5;
  color: #666666;
  padding: 10px;
  width: 20%;
}

.cart_table td img {
  width: 70px;
  border: 1px solid #dcdcdc;
}

.cart_table td .trash {
  color: #00a041;
  font-size: 21px;
}

.cart_total_table {
  width: 40%;
  font-size: 16px;
}

.cart_total_table th {
  text-align: right;
  color: #666666;
  font-weight: normal;
}

.cart_total_table th span {
  color: #c80000;
  margin: 0 5px;
}

.cart_total_table td {
  text-align: right;
  color: #c80000;
  font-size: 21px;
  font-weight: bold;
}

.cart_back {
  display: block;
  float: left;
  padding: 10px;
  background: #969696;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 17px;
  text-align: center;
}

.cart_back i {
  margin: 0 5px;
}

.cart_next {
  display: block;
  float: right;
  padding: 10px;
  background: #00a041;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 17px;
  text-align: center;
}

.cart_next i {
  margin: 0 5px;
}

.cart_data {
  width: 50%;
  float: left;
}

.data_table {
  width: 100%;
  font-size: 15px;
  width: 100%;
  font-size: 15px;
}

.data_table th {
  line-height: 1.5;
  text-align: left;
  background: #969696;
  color: #fff;
  padding: 10px 15px;
  font-weight: normal;
}

.data_table td {
  line-height: 1.5;
  text-align: left;
  background: #f5f5f5;
  color: #666666;
  padding: 5px 15px;
  font-size: 17px;
}

.data_table td img {
  width: 70px;
  border: 1px solid #dcdcdc;
}

.data_table td .trash {
  color: #00a041;
  font-size: 21px;
}

.data_table .input_title {
  color: #666666;
}

.data_table .input_row {
  max-width: 450px;
}

.data_cart {
  background: #f5f5f5;
  margin: 20px 0 50px;
  padding-bottom: 20px;
}

.data_table_title {
  color: #00a041;
  padding: 10px 20px;
  font-size: 17px;
}

.data_table_text {
  padding: 0px 20px;
  font-size: 17px;
}

.dividend {
  color: #c80000;
  margin: 0 3px;
}

.dividend_input {
  width: 100px;
  margin: 0 auto;
}

.OrderNumber {
  color: #666666;
  font-size: 16px;
}

.OrderNumber span {
  color: #00a041;
  margin: 0 5px;
}

.point_text {
  color: #666666;
  font-size: 16px;
}

.point_text span {
  color: #c80000;
  font-size: 21px;
  margin: 0 3px;
  font-weight: bold;
}

.complete {
  text-align: center;
  color: #00a041;
  font-size: 25px;
}

.commodity_row_market {
  color: #666666;
  padding: 5px 5px 0;
}

.commodity_row_market span {
  text-decoration: line-through;
}

.quantity {
  width: 130px;
  margin: 0 auto;
}

.quantity_input {
  width: 60px;
  float: left;
}

.quantity_btn {
  float: left;
  padding: 5px 10px;
  cursor: pointer;
}

.quantity_btn:hover {
  float: left;
  padding: 5px 10px;
  cursor: pointer;
  color: #00a041;
}

.order_table_m td .returns {
  background-color: #00a041;
  color: #fff;
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.order_table td .returns {
  background-color: #00a041;
  color: #fff;
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.header-right {
  position: relative;
  z-index: 9999;
}

.twca {
  width: 50px;
  position: absolute;
  right: 145px;
  top: 0;
}

.twca img {
  width: 100%;
}

.invoice {
  padding: 10px 0 5px;
  display: block;
}

.invoice_box {
  padding: 0;
  display: block;
}

.data_table .invoice_checkbox {
  margin: 0 5px;
}

.invoice_row {
}

.company_row {
  display: none;
}

.donation_row {
  display: none;
}

.vehicle_1,
.vehicle_2,
.vehicle_3 {
  display: none;
}

.register_br {
  width: 100%;
}

.register_br img {
  width: 100%;
}

.visitor_search .search {
  width: 100%;
}

.visitor_cart_ds {
  padding: 50px 0;
}

.visitor_cart_btn {
}

.visitor_cart_btn .cart_next {
  display: block;
  float: initial;
  padding: 10px;
  background: #00a041;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 17px;
  text-align: center;
  margin: 0 auto;
}

.visitor_cart_btn .cart_back {
  display: block;
  float: initial;
  padding: 10px;
  background: #969696;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 17px;
  text-align: center;
  margin: 0 auto;
}

.visitor_cart_btn p {
  height: 130px;
  font-size: 18px;
  text-align: left;
  background: #f5f5f5;
  color: #666666;
  padding: 20px;
  line-height: 1.8;
}

.visitor_ordet {
  font-size: 17px;
  line-height: 1.8;
  color: #666666;
  padding: 10px 0;
}

.visitor_cart_next {
  display: block;
  float: initial;
  padding: 10px;
  background: #8bc34a;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 17px;
  text-align: center;
  margin: 0 auto;
}

.order_table td .green_btn {
  display: block;
  background-color: #00a041;
  padding: 5px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
}

.order_table td .gray_btn {
  display: block;
  background-color: #c7c7c7;
  padding: 5px;
  text-align: center;
  color: #fff;
  cursor: not-allowed;
  border-radius: 5px;
}

.order_table_m td .green_btn {
  display: block;
  background-color: #00a041;
  padding: 5px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
}

.order_table_m td .gray_btn {
  display: block;
  background-color: #c7c7c7;
  padding: 5px;
  text-align: center;
  color: #fff;
  cursor: not-allowed;
  border-radius: 5px;
}

.up_fix {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgb(0 0 0 / 21%);
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
}

.up_row {
  width: 450px;
  background-color: #fff;
  transform: translateY(-50%) translateX(-50%);
  border-radius: 10px;
  position: absolute;
  top: 30%;
  left: 50%;
}

.up_form {
  padding: 20px 20px;
}

.up_form_row {
  padding: 10px 0;
}

.up_form_input {
  width: 100%;
}

.up_form_input input[type="text"] {
  width: 100%;
  height: 45px;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 5px;
}
.up_form_input input[type="file"] {
  width: 100%;
  height: 45px;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 5px;
}

.up_form_row h3 {
  color: #01a043;
  padding: 10px 0;
  font-size: 17px;
  margin: 0;
}

.up_form .up_close {
  width: 15px;
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.up_form .up_close img {
  width: 100%;
}

.up_form .lottery_top_btn {
  margin: 20px 0 0;
}
.alert_fix {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgb(0 0 0 / 21%);
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
}
.alert_fix_text {
  padding: 20px 50px;
  color: #01a043;
  font-size: 21px;
  margin: 0;
  text-align: center;
  font-weight: bold;
}
.add_product {
  padding: 10px 0;
}
.add_product_top {
  text-align: right;
  padding: 15px 0;
}

.add_product_top span {
  color: #c80000;
  padding: 0 10px;
  font-weight: bold;
}
.add_product_list {
  background: #ececec;
}
.add_product_item_img {
  width: 100px;
  float: left;
  border: 1px solid #ececec;
  
}
.add_product_item_img img{
    width: 100%;
}
.add_product_item_word {
  margin-left: 110px;
  /* height: 100px; */
  position: relative;
}
.add_product_item_word .text{
    height: 65px;
    color: #666666;
    line-height: 1.5;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: justify;
    font-weight: bold;
    cursor: pointer;
}
.add_product_item{
  padding: 10px;
  background: #fff;
  margin: 10px 0;
  position: relative;
  min-height: 210px;
}
.add_product_item_price{
  font-size: 13px;
  font-weight: bold;
  display: flex;
  width: 100%;
}
.add_product_item_price .price_left{
    flex: 0 0;
    flex-basis: 60px;
}
.add_product_item_price .price_right{
   text-align: right;
    flex-grow: 2;
    color: #c80000;
}
.add_product_bottom{
    display: flex;
    width: 100%;
    margin: 5px 0 0;
}
.add_product_bottom .quantity{
    flex: 0 0;
    flex-basis: 96px;
    width: 100%;
    border: 1px solid #eee;
    
}
.add_product_bottom .quantity  .quantity_input{
    width: 30px;
}
.add_product_bottom .quantity .form-control{
    border: 0;
    box-shadow:initial;
    -webkit-box-shadow:initial;
    text-align: center;
    padding: 0;
    height: 30px;
}
.add_product_btn{
    flex-grow: 2;
    margin: 0 0px 0 10px;
}
.add_product_btn a{
    display: block;
    width: 100%;
    background-color: #b9b9b9;
    color: #fff;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}
.add_product_btn a:hover{
    background-color: #01a043;
}
.add_product_btn .active{
    background-color: #01a043;
}
.add_product_modal{
    height:500px;
    overflow-x: hidden;
}
.add_product_difference{
    font-size: 13px;
    padding: 10px 0 0 ;
    color: #c80000;
    text-align: center;
    font-weight: bold;
}
.cart_table_img{
  width: 100px;
}
.cart_table .cart_table_gift img{
  border: 0;
}
.cart_table .cart_table_title{
  text-align: left;
}
.cart_table_add{
  background-color: #c80000;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
  margin: 0 5px;
}
.cart_table_m_border{
  border-bottom: 1px solid #b5b5b5;
}
.add_product_item_word a p{
  font-size: 11px;
}
.item_icon {
  color: #f5f5f5;
  float: left;
  height: 20px;
  margin-right: 5px;
  position: relative;
  padding: 0 10px 0 15px;
  transition: .2s;
}
.item_icon:after {
  border-bottom: 10px solid;
  border-left: 10px solid;
  border-top: 10px solid;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}
.item_icon:before {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: inset 0 1px #00000040;
  content: "";
  height: 5px;
  left: 5px;
  position: absolute;
  top: 7px;
  width: 5px;
}

.standard .item_icon {
  background-color: #ffa726;
}
.standard .item_icon:after {
  border-left-color: #ffa726;
}
.item_icon>span {
  display: block;
  font-size: 12px;
  line-height: 20px;
}
 .standard .item_sale {
  color: #ffa726;
  font-size: 14px;
}
.standard .item_sale:hover{
  text-decoration: underline;
}
.quantity_title{
  padding: 5px 0 0;
}
.birthday_fix{
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.6);
}
.birthday_fix_row{
  border-radius: 5px;
  overflow: hidden;
  background-color: #f0f9ea;
  width: 600px;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  padding: 15px 25px;
  text-align: center;
}
.birthday_fix_row::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/leaf_l.png);
  background-repeat: no-repeat;
  background-position: left 88%;
  left: 0px;
  top: 0px;
  z-index: 0;
}

.birthday_fix_row::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/leaf_r.png);
  background-repeat: no-repeat;
  background-position: right 60px;
  left: 0;
  top: 0;
  z-index: 0;
}
.birthday_fix_main{
  position: relative;
  z-index: 1;
}
.birthday_icon{
  width: 60px;
  margin: 0 auto;
}
.birthday_icon img{
  width: 100%;
}
.birthday_title{
  text-align: center;
  font-size: 29px;
  font-weight: bold;
  color: #00a041;
  padding: 5px 0 5px;
}
.birthday_sub{
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  padding: 0px 0 5px
}
.birthday_text{
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  padding: 0px 0 5px
}
.birthday_text span{
  color: #ff0000;
  font-size: 26px;
  margin: 0 5px;
}
.birthday_img{
  width: 100%;
}
.birthday_img img{
  width: 100%;
}
.birthday_btn{
  display: inline-block;
  font-size: 21px;
  font-weight: bold;
  padding: 10px 25px;
  background-color: #009944;
  border-radius: 50px;
  color: #fff;
  margin: 25px auto;
  cursor: pointer;
}
.birthday_circle{
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 23px;
  color: #009944;
  cursor: pointer;
  z-index: 99;
}

.radio_sl input[type="radio"] {
  display: none;
}
.radio_sl input[type="radio"] + label {
  display: inline-block;
  background-color: #fff;
  cursor: pointer;
  padding: 5px 25px;
  border-radius: 5px;
  
  margin-right: 15px;
  font-size: 14px;
  font-weight: bold;
}
.radio_sl input[type="radio"]:checked + label {
  background-color: #009944;
  color: #fff;
}
@media (min-width: 992px) {
  .invoice {
    padding: 10px 0 5px;
    display: block;
  }

  .invoice_box {
    padding: 0;
    display: block;
  }

  .data_table .invoice_checkbox {
    margin: 0 5px;
  }

  .invoice_row {
  }

  .company_row {
    display: none;
  }

  .donation_row {
    display: none;
  }

  .vehicle_1,
  .vehicle_2,
  .vehicle_3 {
    display: none;
  }

  .search_row {
    position: fixed;
    top: 10px;
    z-index: 9900;
  }

  .search_box {
    margin: 0 auto;
    width: 970px;
  }

  .order_search .search {
    width: 100%;
    position: relative;
    right: initial;
    float: initial;
  }

  .search {
    width: 210px;
    position: relative;
    right: 200px;
    float: right;
  }

  .search .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 36px 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s,
      -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  }

  .search_btn {
    cursor: pointer;

    display: block;
    width: 34px;
    height: 34px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    text-align: center;
    line-height: 32px;
    border: 1px solid #ccc;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #009f41;
  }

  .search_btn .fa-search {
    line-height: 33px;
  }
}

@media (max-width: 1200px) {
  .twca {
    width: 50px;
    position: absolute;
    right: 70px;
    top: 0;
  }
}

@media (min-width: 1200px) {
  .search_row {
    position: fixed;
    top: 10px;
    z-index: 9999;
  }

  .search_box {
    margin: 0 auto;
    width: 1000px;
  }

  .search {
    width: 210px;
    position: relative;
    right: 0px;
    float: right;
  }

  .search .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 36px 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s,
      -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  }

  .search_btn {
    cursor: pointer;

    display: block;
    width: 34px;
    height: 34px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    text-align: center;
    line-height: 32px;
    border: 1px solid #ccc;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #009f41;
  }
}

@media (max-width: 1024px) {
  .twca {
    width: 50px;
    position: absolute;
    right: 0px;
    top: 0;
  }

  .shopping_btn_row {
    display: block;
    position: relative;
    right: 0;
    bottom: 0;
    margin-top: 10px;
  }

  .search_row {
    position: relative;
    top: 0px;

    z-index: 9;
  }

  .search_box {
    margin: 0 auto;
    width: 100%;
    padding: 10px;
  }

  .search {
    width: 100%;
    position: relative;
    right: initial;
    float: initial;
  }

  .search .form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: 6px 36px 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s,
      -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  }

  .search_btn {
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    text-align: center;
    line-height: 32px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 1px solid #ccc;
    color: #009f41;
    z-index: 999;
    -webkit-appearance: none;
    /* Safari 和 Chrome，常用於iOS下移除內建樣式 */
    -moz-appearance: none;
    /* FireFox */
    appearance: none;
  }

  .search_btn .fa-search {
    line-height: 43px;
  }

  .cart_next {
    display: block;
    float: right;
    padding: 15px;
    background: #00a041;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 17px;
    width: 100%;
    text-align: center;
    margin: 10px 0;
  }

  .cart_back {
    display: block;
    float: left;
    padding: 15px;
    background: #969696;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 17px;
    width: 100%;
    text-align: center;
    margin: 10px 0;
  }

  .cart_data {
    width: 100%;
    float: left;
  }

  .cart_total_table {
    width: 100%;
    font-size: 16px;
  }

  .step_row ul {
    padding: 25px 0;
    margin: 0;
    list-style: none;
    text-align: center;
  }

  .step_row ul .active {
    display: inline-block;
    color: #009944;
    font-size: 16px;
    padding: 10px 0;
  }

  .step_row ul li {
    display: inline-block;
    color: #969696;
    padding: 10px 0;
    font-size: 16px;
  }

  .info_btn ul {
    list-style: none;
    padding: 20px 10px;
  }

  .ordet_total_table {
    width: 100%;
    font-size: 16px;
  }

  .order_table_m {
    width: 100%;
    font-size: 15px;
    margin: 10px 0;
  }

  .order_table_m th {
    line-height: 1.5;
    text-align: center;
    background: #969696;
    color: #fff;
    padding: 10px 5px;
    font-weight: normal;
  }

  .order_table_m td {
    line-height: 1.5;
    text-align: center;
    background: #f5f5f5;
    color: #666666;
    padding: 10px 5px;
  }

  .order_table_m td a {
    color: #00a041;
  }

  .cart_table_m {
    width: 100%;
    font-size: 15px;
    margin: 10px 0;
  }

  .cart_table_m th {
    line-height: 1.5;
    text-align: center;
    background: #969696;
    color: #fff;
    padding: 10px 5px;
    font-weight: normal;
    width: 95px;
  }

  .cart_table_m td {
    line-height: 1.5;
    text-align: center;
    background: #f5f5f5;
    color: #666666;
    padding: 10px 5px;
  }

  .cart_table_m td a {
    color: #00a041;
  }

  .cart_table_m td img {
    width: 60px;
  }

  .de {
    display: none;
  }

  .mo {
    display: block;
  }
}

@media (max-height: 700px) {

  .gift_voucher_r {
    width: 70px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #dedede;
    position: fixed;
    right: 10px;
    top: 55%;
    text-align: center;
    padding: 10px 5px;
    z-index: 999;
  }

  .gift_voucher_logo {
    z-index: 999;
    width: 70px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #dedede;
    position: fixed;
    right: 10px;
    top: 55%;
    text-align: center;
    padding: 10px 5px;
  }
}

@media (max-width: 768px) {
  .add_product_btn a:hover{
    background-color: #b9b9b9;
  }
.add_product_btn .active {
  background-color: #01a043;
  }

  .add_product_btn .active:hover {
    background-color: #01a043;
    }
  .standard {
   text-align: left;
  }

  .close {
    float: right;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    color: #4CAF50;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity = 20);
    opacity: 1;
}
  .swiper_tab .swiper-slide {
    color: #00a041;
    border-top: 1px solid #00a041;
    border-bottom: 3px solid #00a041;
    border-left: 1px solid #00a041;
    border-right: 3px solid #00a041;
    text-align: center;
    font-size: 16px;
    height: 50px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    width: 140px;
  }
  .swiper_tab .selected {
    color: #fff;
    background-color: #00a041;
  }
  .list_item {
    margin: 10px 0;
    height: auto;
  }

  .title .time {
    position: relative;
    right: initial;
    bottom: initial;
    color: #666666;
    font-size: 15px;
    /* text-align: right; */
    padding-top: 10px;
  }

  .data_table {
    margin-bottom: 20px;
  }

  .input_row {
    margin-bottom: 0px;
  }

  .step_row {
    border: 1px solid #dcdcdc;
    position: relative;
    margin: 10px 0;
  }

  .breadcrumb {
    padding: 10px 15px;
    margin: 0;
    list-style: none;
    /* border-bottom: 1px solid #dcdcdc; */
  }

  .order_row {
    padding: 10px 0px;
  }

  .visitor_cart_next {
    display: block;
    float: initial;
    padding: 10px;
    background: #8bc34a;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 17px;
    text-align: center;
    margin: 0 auto;
  }

  .visitor_cart_ds {
    padding: 0px 0;
  }

  .visitor_cart_btn {
    margin: 10px -15px 20px;
  }

  .visitor_cart_btn p {
    height: auto;
    font-size: 18px;
    text-align: left;
    background: #f5f5f5;
    color: #666666;
    padding: 10px 20px;
    line-height: 1.8;
  }

  .invoice {
    padding: 10px 0 5px;
    display: block;
  }

  .invoice_box {
    padding: 0;
    display: block;
  }

  .data_table .invoice_checkbox {
    margin: 0 5px;
  }

  .invoice_row {
  }

  .company_row {
    display: none;
  }

  .donation_row {
    display: none;
  }

  .vehicle_1,
  .vehicle_2,
  .vehicle_3 {
    display: none;
  }

  .twca {
    width: 50px;
    position: relative;
    right: inherit;
    top: 0;
    margin: 0 auto;
  }

  .shopping_btn_row {
    display: block;
    position: relative;
    right: 0;
    bottom: 0;
  }

  .point_text {
    color: #666666;
    font-size: 16px;
    padding: 0 10px;
  }

  .pice_input {
    color: #666666;
    width: 45%;
    float: left;
  }

  .product_pice_input {
    margin: 10px 0;
  }

  .cart_next i {
    margin: 0 5px;
    display: none;
  }

  .cart_back i {
    margin: 0 5px;
    display: none;
  }

  .product_explanation {
    margin-top: 10px;
  }

  .line_row {
    float: right;
    padding-top: 6px;
    margin: 0 5px;
  }

  .fb_row {
    float: right;
  }

  .new_list_text {
    margin-left: 0;
    position: relative;
  }

  .new_list_img {
    width: 100%;
    float: inherit;
    border: 1px solid #dcdcdc;
    margin-bottom: 10px;
  }

  .new_list {
    width: 100%;
    background: #fff;
    padding: 15px;
    margin: 5px 0;
  }

  .OrderNumber {
    color: #666666;
    font-size: 16px;
  }

  .OrderNumber span {
    color: #00a041;
    margin: 5px 0;
    display: block;
  }

  .cart_container {
    padding: 0 15px;
  }

  .cart_next {
    display: block;
    float: right;
    padding: 15px;
    background: #00a041;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 17px;
    width: 100%;
    text-align: center;
    margin: 10px 0;
  }

  .cart_back {
    display: block;
    float: left;
    padding: 15px;
    background: #969696;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 17px;
    width: 100%;
    text-align: center;
    margin: 10px 0;
  }

  .cart_data {
    width: 100%;
    float: left;
  }

  .cart_total_table {
    width: 100%;
    font-size: 16px;
  }

  .step_row ul {
    padding: 25px 0;
    margin: 0;
    list-style: none;
    text-align: left;
  }

  .step_row ul .active {
    display: block;
    color: #009944;
    font-size: 16px;
    padding: 10px 0;
  }

  .step_row ul li {
    display: block;
    color: #969696;
    padding: 10px 0;
    font-size: 16px;
  }

  .info_btn ul {
    list-style: none;
    padding: 20px 10px;
  }

  .ordet_total_table {
    width: 100%;
    font-size: 16px;
  }

  .order_table_m {
    width: 100%;
    font-size: 15px;
    margin: 10px 0;
  }

  .order_table_m th {
    line-height: 1.5;
    text-align: center;
    background: #969696;
    color: #fff;
    padding: 10px 5px;
    font-weight: normal;
  }

  .order_table_m td {
    line-height: 1.5;
    text-align: center;
    background: #f5f5f5;
    color: #666666;
    padding: 10px 5px;
  }

  .order_table_m td a {
    color: #00a041;
  }

  .cart_table_m {
    width: 100%;
    font-size: 15px;
    margin: 10px 0;
  }

  .cart_table_m th {
    line-height: 1.5;
    text-align: center;
    background: #969696;
    color: #fff;
    padding: 10px 5px;
    font-weight: normal;
    width: 95px;
  }

  .cart_table_m td {
    line-height: 1.5;
    text-align: center;
    background: #f5f5f5;
    color: #666666;
    padding: 10px 5px;
  }

  .cart_table_m td a {
    color: #00a041;
  }

  .cart_table_m td img {
    width: 60px;
  }

  .logo_box {
    max-width: 400px;
    margin: 20px auto;
    padding: 0 15px;
  }

  .logo_left {
    width: 100%;
    float: left;
  }

  .logo_right {
    width: 100%;
    float: right;
  }

  .terms_edit {
    max-width: 1100px;
    margin: 20px auto;
    color: #666666;
    line-height: 1.8;
    text-align: justify;
    padding: 10px;
  }

  .register_box {
    padding: 15px;
  }

  .commodity_row_text {
    padding: 5px;
    color: #666666;
    font-size: 16px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify;
    height: 50px;
  }

  .commodity_row_img {
    width: 100%;
    text-align: center;
    margin: 5px auto;
  }

  .hot_row {
    width: 100%;
    padding: 05px 10px;
    background: #ececec;
    margin: 0 0 15px;
  }

  .hot_box {
    margin: 5px 0;
    width: 100%;
    border: 5px solid #fff;
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px rgba(200, 200, 200, 0.9);
    -moz-box-shadow: 0px 0px 10px rgba(200, 200, 200, 0.9);
    box-shadow: 0px 0px 10px rgba(200, 200, 200, 0.9);
  }

  .edit {
    line-height: 1.8;
    color: #666;
    text-align: justify;
    width: 100%;
    padding: 0 15px;
  }

  .bs-example-tabs .edit {
    line-height: 1.8;
    color: #666;
    text-align: justify;
    width: 100%;
    padding: 0px;
  }

  .shopping_btn {
    display: block;
    position: relative;
    right: 0;
    bottom: 0;
    background: #01a043;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 15px;
    color: #fff;
    font-size: 23px;
    text-align: center;
    margin: 20px 0 0;
  }

  .product_right {
    width: 100%;
    float: right;
  }

  .product_left {
    width: 100%;
    float: left;
  }

  .product_content_img {
    max-width: 320px;
    border: 1px solid #dcdcdc;
    margin: 0 auto;
  }

  .nav_left_m {
    display: none;
  }

  .row {
    margin-right: 0px;
    margin-left: 0px;
  }

  .de {
    display: none;
  }

  .mo {
    display: block;
  }

  .fb_f_box {
    text-align: center;
    display: inline-block;
    width: 100%;
  }

  .footer_data {
    width: 100%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    float: right;
  }

  .msg li {
    display: inline-block;
    width: 100%;
    margin: 10px 0;
    padding: 15px;
  }

  .msg_img {
    width: 70px;
    text-align: center;
    margin: 15px auto;
    /*float: left;
        padding-left: 20px;*/
  }

  .msg_text {
    text-align: center;
    line-height: 1.5;
    font-size: 15px;
    /*padding: 15px 0px 10px 100px;*/
  }
}

@media (max-width: 500px) {
  .fb_f_box {
    padding: 15px;
  }

  /* 讓所有容器的寬度都變成 100% */
  .fb_iframe_widget,
  .fb_iframe_widget span,
  .fb_iframe_widget span iframe[style] {
    width: 100% !important;
  }
}

@media screen and (max-width: 479px) {
  .info_btn ul {
    list-style: none;
    padding: 20px 10px;
    text-align: center;
  }

  .info_btn ul li {
    list-style: none;
    display: inline-block;
    margin: 1%;
    width: 45%;
    font-size: 15px;
  }

  .nav-tabs-responsive > li {
    display: none;
    width: 23%;
  }

  .nav-tabs-responsive > li > a {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    width: 100%;
    width: 100%;
    text-align: center;
    vertical-align: top;
  }

  .nav-tabs-responsive > li.active {
    width: 54%;
  }

  .nav-tabs-responsive > li.active:first-child {
    margin-left: 23%;
  }

  .nav-tabs-responsive > li.active,
  .nav-tabs-responsive > li.prev,
  .nav-tabs-responsive > li.next {
    display: block;
  }

  .nav-tabs-responsive > li.prev,
  .nav-tabs-responsive > li.next {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  .nav-tabs-responsive > li.next > a,
  .nav-tabs-responsive > li.prev > a {
    -webkit-transition: none;
    transition: none;
  }

  .nav-tabs-responsive > li.next > a .text,
  .nav-tabs-responsive > li.prev > a .text {
    display: none;
  }

  .nav-tabs-responsive > li.next > a:after,
  .nav-tabs-responsive > li.next > a:after,
  .nav-tabs-responsive > li.prev > a:after,
  .nav-tabs-responsive > li.prev > a:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: Arial, "Microsoft JhengHei", 微軟正黑體, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .nav-tabs-responsive > li.prev > a:after {
    content: "\f104";
    font-size: 30px;
    font-weight: bold;
    font: normal normal normal 23px FontAwesome;
    color: #666;
  }

  .nav-tabs-responsive > li.next > a:after {
    content: "\f105";
    font-size: 30px;
    font-weight: bold;
    font: normal normal normal 23px FontAwesome;
    color: #666;
  }

  .nav-tabs-responsive > li.dropdown > a > .caret {
    display: none;
  }

  .nav-tabs-responsive > li.dropdown > a:after {
    content: "\e114";
  }

  .nav-tabs-responsive > li.dropdown.active > a:after {
    display: none;
  }

  .nav-tabs-responsive > li.dropdown.active > a > .caret {
    display: inline-block;
  }

  .nav-tabs-responsive > li.dropdown .dropdown-menu.pull-xs-left {
    left: 0;
    right: auto;
  }

  .nav-tabs-responsive > li.dropdown .dropdown-menu.pull-xs-center {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .nav-tabs-responsive > li.dropdown .dropdown-menu.pull-xs-right {
    left: auto;
    right: 0;
  }
}

/**
 * Demo Styles
 */

.bs-example-tabs .nav-tabs {
  margin-bottom: 15px;
}

@media (max-width: 479px) {
  #narrow-browser-alert {
    display: none;
  }
}

.search {
  width: inherit;
  position: inherit;
  right: inherit;
  float: inherit;
}

@media (max-width: 1000px) {
  .navbar_top {
    display: none;
  }

  .header_carousel {
    padding: 55px 0 0;
  }

  .index_news_carousel {
    flex-grow: initial;
    width: 100%;
  }

  .index_news_tel {
    flex: initial;
    flex-basis: initial;
    padding: 5px 0 10px;
    text-align: center;
  }

  .index_news_row .container {
    /* font-size: 0; */
    display: block;
  }
}

@media (max-width: 768px) {
  .r_gif_img {
    position: relative;
    padding: 0 0 10px;
    width: 50px;
    margin: 0 auto;
}
.r_gif {
  cursor: pointer;
  padding: 10px 10px;
  background-color: #fff;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
  .birthday_fix {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.6);
  
}
  .birthday_fix_row{
    border-radius: 5px;
    overflow: hidden;
    background-color: #f0f9ea;
    width: 95%;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    padding: 15px 25px;
    text-align: center;
  }
  .owl-prev {
    position: absolute;
    top: 30%;
    left: 0px;
    width: 55px;
  }

  .owl-next {
    position: absolute;
    top: 30%;
    right: 0px;
    width: 55px;
  }

  .index_activity_left {
    display: inline-block;
    width: 100%;
    vertical-align: text-top;
    padding: 15px;
  }

  .index_activity_right {
    display: inline-block;
    width: 100%;
    vertical-align: text-top;
    padding: 0 15px;
  }

  .index_activity_right_bottom ul li {
    display: inline-block;
    width: 50%;
    padding: 15px 0;
  }

  .index_activity_right_text {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 1;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
  }

  .index_activity_right_bottom ul li:nth-child(1) {
    padding: 0 5px 0 0;
  }

  .index_activity_right_bottom ul li:nth-child(2) {
    padding: 0 0 0 5px;
  }

  .index_activity_right_bottom ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 0;
    letter-spacing: 0px;
    padding: 10px 0 0;
  }

  .index_activity {
    background-image: url("../images/index_share.png");
    background-position: top center;
    background-repeat: no-repeat;
    font-size: 0;
    padding: 0px 0 40px;
  }

  .index_share_row li {
    width: 100%;
    display: inline-block;
    margin: 0 80px 0 0;
  }

  .index_share_top {
    font-size: 0;
    letter-spacing: normal;
    position: inherit;
    top: inherit;
    left: inherit;
  }

  .index_share .container {
    padding: 20px 0px;
  }

  .index_share_row {
    font-size: 0;
    letter-spacing: 0;
    text-align: center;
    margin: 0;
    padding: 0 15px;
  }

  .index_share_item {
    position: relative;
    border: 1px solid #00a041;
    background-color: #fff;
    padding: 15px;
  }

  .index_share_row li {
    width: 100%;
    display: inline-block;
    margin: 0 0 20px;
  }

  .index_about .item {
    padding: 10px 60px;
  }

  .index_fix {
    display: inherit;
  }

  .index_news_title {
    flex: inherit;
    flex-basis: inherit;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 10px;
    background-color: #00a041;
    text-align: center;
    width: 150px;
    margin: 0 auto 10px;
  }

  .text_carousel {
    padding: 10px 0;
  }

  nav.navbar.bootsnav .navbar-toggle {
    display: inline-block;
    float: right;
    margin-left: -200px;
    margin-top: 5px;
    z-index: 90;
  }

  .attr-nav > ul > li > a {
    padding: initial;
    font-size: 23px;
    color: #009f42;
    position: relative;
  }

  .attr-nav > ul > li > a span.badge {
    position: absolute;
    transform: translateY(26%) translateX(-50%);
    top: 50%;
    left: 50%;
    font-size: 10px;
    width: 20px;
    height: 20px;
    padding-top: 5px;
    line-height: 20px;
  }

  .badge {
    background-color: inherit;
    color: #ec5588;
  }

  .attr-nav > ul > li {
    float: left;
    display: block;
    padding: 10px 15px 0 0;
  }

  .index_recommend {
    padding: 20px 0px;
    background-image: ;
  }

  .header_carousel .carousel-control {
    position: relative;
    top: initial;
    bottom: initial;
    left: initial;
    width: 30px;
    font-size: 25px;
    color: #fff;
    text-align: center;
    text-shadow: initial;
    background-color: initial;
    filter: initial;
    opacity: initial;
    background-color: rgba(0, 160, 65, 0.8);
    display: inline-block;
  }

  .carousel-control.left {
    position: absolute;
    transform: translateY(-50%);
    bottom: 25%;
    left: 0;
  }

  .carousel-control.right {
    position: absolute;
    transform: translateY(-50%);
    bottom: 25%;
    right: 0%;
  }

  .newsticker .newsticker-list {
    position: absolute;
    top: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
    left: 0;
    width: 100%;
  }

  .right_fix {
    position: fixed;
    /* transform: translateY(-50%)translateX(-50%); */
    top: inherit;
    right: 0%;
    /* display: none; */
    bottom: 10%;
  }

  .recommend_text h3 {
    color: #484848;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* -webkit-box-orient: vertical; */
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0;
  }

  .recommend_text {
    /* background-color: #F5F5F5; */
    background-color: #fff;
    padding: 10px 10px;
  }

  .index_about::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/leaf_r.png);
    background-repeat: no-repeat;
    background-position: right top;
    left: 0;
    top: 0;
    z-index: -1;
    background-size: 100px;
  }

  .index_about::after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/leaf_l.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    left: 0;
    top: 0;
    z-index: -1;
    background-size: 100px;
  }

  .index_recommend::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/leaf_l.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    left: 0;
    top: 0;
    z-index: -1;
    background-size: 100px;
  }

  .index_recommend::after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/leaf_r.png);
    background-repeat: no-repeat;
    background-position: top right;
    left: 0;
    top: 0;
    z-index: -1;
    background-size: 100px;
  }

  .nivo-directionNav a {
    cursor: pointer;
    background-color: rgba(0, 160, 65, 0.8);
    display: inline-block;
    width: 40px;
    font-size: 30px;
    color: #fff;
    text-align: center;
  }

  .nivo-prevNav {
    position: absolute;
    z-index: 9;
    top: 0%;
    bottom: inherit;
    left: 0px;
  }

  .nivo-nextNav {
    position: absolute;
    top: 0%;
    bottom: inherit;
    left: inherit;
    right: 0px;
    z-index: 9;
  }

  .article_edit {
    padding: 0 15px;
  }

  .lottery_top_row {
    display: block;
    padding: 0px 0;
  }

  .lottery_top_left {
    flex: inherit;
    flex-basis: inherit;
    width: 100%;
  }

  .lottery_top_left img {
    width: 100%;
  }

  .lottery_top_right {
    padding: 15px 0;
    width: 100%;
    flex-grow: inherit;
  }

  .lottery_top_right h2 {
    font-size: 25px;
    margin: 0;
    font-weight: bold;
    padding: 0 0 20px;
  }

  .lottery_top {
    padding: 0px 15px 30px;
    border-bottom: 1px #b0de69 dashed;
    margin-bottom: 20px;
  }

  .lottery_edit {
    font-size: 16px;
    color: #484848;
    line-height: 1.5;
    padding: 20px 15px;
  }

  .article_row .breadcrumb {
    margin: 0;
    padding: 15px;
  }

  .lottery_top_text {
    display: block;
  }

  .lottery_top_text p {
    flex-grow: 1;
    font-size: 16px;
    color: #484848;
    margin: 0;
    padding: 5px 0;
  }

  .article_title {
    position: relative;
    display: inline-block;
    margin: 40px auto;
    color: #484848;
    padding: 0 15px;
  }

  .r_sh_nb {
    position: absolute;
    transform: translateY(-50%) translateX(-50%);
    top: 50%;
    left: 50%;
    color: #f25e90;
    font-weight: bold;
    font-size: 13px;
  }

  .r_sh_img img {
    width: 50%;
  }

  .r_sh {
    display: none;
    padding: 10px 5px;
    background-color: rgb(250 16 95 / 65%);
    -webkit-border-top-left-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }

  .r_ch {
    padding: 10px 5px;
    background-color: rgb(125 125 125 / 65%);
    -webkit-border-top-left-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }

  .r_ch_text {
    font-size: 16px;
    text-align: center;
    display: inline-block;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  }

  .r_ch_img img {
    width: 50%;
  }
}

@media (max-width: 500px) {
  .up_fix {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 21%);
    width: 100%;
    height: 100%;
    z-index: 999;
    padding: 15px;
  }

  .up_row {
    width: 95%;

    background-color: #fff;
    transform: translateY(-50%) translateX(-50%);
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
  }
}
