@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: ptcfont;
  src: url('fonts/ptc_font/ptc_font.woff2') format('woff2'),
    url('fonts/ptc_font/ptc_font.woff') format('woff'),
    url('fonts/ptc_font/ptc_font.ttf') format('truetype'),
    url('fonts/ptc_font/ptc_font.eot') format('embedded-opentype'),
    url('fonts/ptc_font/ptc_font.svg') format('svg');
}

input:focus,
textarea:focus,
select:focus,
button:focus {
  outline: none;
}

html {
  height: 100%;
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
  color: #495c5e;
  position: relative;
  font-size: 14px;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  font-family: ptcfont, 'Arial';
  line-height: 1.6;
  background: transparent linear-gradient(0deg, #e1f2fa 0%, #a3dbfa 60%) 0% 0% no-repeat padding-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  line-height: inherit;
}

ul li {
  list-style: none;
}

input {
  -webkit-appearance: none;
}

textarea {
  -webkit-appearance: none;
  resize: none;
}

select {
  -webkit-appearance: none;
}

img {
  max-width: 100%;
  border: none;
  vertical-align: middle;
  text-decoration: none;
}

a {
  cursor: pointer;
}

a,
a img {
  border: none;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  background: none;
}

span:focus {
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
  outline: none;
}

a:hover {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

select,
select:focus,
select:active {
  outline: none;
}

input:focus {
  outline: none;
}

.form-control::-moz-placeholder {
  color: #a3dbfa;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #a3dbfa;
}

.form-control::-webkit-input-placeholder {
  color: #a3dbfa;
}

/**/
.container {
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0px 5%;
  background: transparent linear-gradient(0deg, #e1f2fa 0%, #a3dbfa 60%) 0% 0% no-repeat padding-box;
}

.container:before {
  content: '';
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  background: url(../images/top_pc_bg.png) center top no-repeat;
  background-size: 100% auto;
  z-index: 1;
}

.part_top {
  height: 26%;
  width: 100%;
  padding: 20px 20px;
  position: relative;
  z-index: 2;
}

.user_detail {
  float: left;
  width: 62%;
  color: #fff;
  max-width: 500px;
}

.user_detail .level {
  font-size: 66px;
  line-height: 60px;
  margin-bottom: 12px;
}

.user_detail .level sup {
  font-size: 24px;
  line-height: 26px;
  top: -1em;
  margin-left: 0;
}

.user_detail .name {
  font-size: 18px;
  margin-bottom: 6px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.user_detail .name span {
  font-size: 14px;
  margin-left: 10px;
  font-weight: 100;
  position: absolute;
  top: 3px;
  right: 10px;
  font-weight: bold;
}

.scroll_bar {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 9px;
  height: 9px;
  margin-bottom: 10px;
}

.scroll_bar span {
  width: 40%;
  background: #fff;
  border-radius: 9px;
  height: 100%;
  display: block;
  opacity: 1;
  position: relative;
}

.scroll_bar_tub {
  position: absolute;
  right: -15px;
  width: 30px;
  height: 30px;
  background: #fff;
  font-size: 12px;
  margin-top: -11px;
  top: 0px;
  line-height: 30px;
  text-align: center;
  border-radius: 100%;
  font-size: 7px !important;
  -webkit-transform: scale(0.75) !important;
  color: #a5d05a;
}

.user_img {
  float: right;
  text-align: center;
  max-width: 100px;
}

.user_img img {
  width: 70px;
}

.user_img span {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding-top: 5px;
  text-align: center;
  display: block;
}

.detail_fruit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 15px;
  width: 100%;
}

.detail_fruit_1 {
  color: #5fd6cb;
  margin-right: 10px;
  padding: 2px 8px;
  padding-right: 15px;
  border-radius: 10px;
  background: #fff;
}

.detail_fruit_1 img {
  height: 18px;
  margin-right: 5px;
  margin-top: -5px;
}

.detail_fruit_2 {
  float: left;
  color: #a5d05a;
  width: 70px;
  padding: 2px 8px;
  border-radius: 10px;
  background: #fff;
}

.detail_fruit_2 img {
  height: 15px;
  margin-right: 8px;
  margin-top: -3px;
}

.part_bottom {
  height: 70%;
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
  padding: 0 10% 70px;
  display: inline-block;
  position: relative;
  z-index: 2;
}

.part_bottom_img {
  height: 100%;
  position: relative;
  z-index: 98;
  -webkit-animation: move_img 3s infinite alternate;
  animation: move_img 3s infinite alternate;
  max-width: 500px;
  display: block;
  margin: 0 auto;
  height: 100%;
  padding: 0px 5%;
}

.plant_stage {
  position: relative;
  display: inline-block;
}

.plant_stage>img {
  display: block;
}

.info_button {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, 60%);
  width: 52px;
  height: 52px;
  z-index: 120;
  display: inline-block;
}

.floating {
  animation-name: floating;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.info_button_float {
  display: block;
  width: 100%;
  height: 100%;
  will-change: transform;
}
.info_button_float img {
  animation-name: floating;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes floating {
  from {
    transform: translate(0, 0px);
  }

  50% {
    transform: translate(0, 10px);
  }

  to {
    transform: translate(0, -0px);
  }
}

.info_button img {
  width: 100%;
  height: auto;
  display: block;
}

@-webkit-keyframes move_img {
  0% {
    top: 30px;
  }

  100% {
    top: 10px;
  }
}

@keyframes move_img {
  0% {
    top: 30px;
  }

  100% {
    top: 10px;
  }
}

.part_bottom_bg1 {
  position: absolute;
  left: 10%;
  top: 10%;
  z-index: 97;
  width: 8%;
}

.part_bottom_bg2 {
  position: absolute;
  right: 6%;
  top: 3%;
  z-index: 97;
  width: 30%;
}

.part_bottom_bg3 {
  position: absolute;
  left: 3%;
  top: 50%;
  z-index: 99;
  width: 25%;
}

.part_bottom_bg4 {
  position: absolute;
  left: 25%;
  top: 67%;
  z-index: 99;
  width: 8%;
}

.part_bottom_bg5 {
  position: absolute;
  left: -47%;
  top: 75%;
  z-index: 99;
  width: 70%;
}

.part_bottom_bg6 {
  position: absolute;
  right: -47%;
  top: 67%;
  z-index: 97;
  width: 70%;
}

.part_images_box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  animation: animateStar 100s linear infinite;
}

.part_images_box2 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: -100%;
  animation: animateStar 100s linear infinite;
}

@keyframes animateStar {
  0% {
    margin-left: 0%;
  }

  100% {
    margin-left: 100%;
  }
}

@keyframes animateStar2 {
  0% {
    margin-left: -100%;
  }

  100% {
    margin-left: 0%;
  }
}

.footer {
  background: #fff;
  display: inline-block;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  padding: 15px 15px 15px;
  border-radius: 40px 40px 0 0;
  box-shadow: 0 -1px 6px -2px #19423766;
  max-width: 640px;
  right: 0px;
  margin: 0 auto;
}

.footer ul li {
  list-style: none;
  float: left;
  width: 18%;
  text-align: center;
}

.footer ul li a {
  padding: 8px;
  display: inline-block;
  position: relative;
}

.footer ul li a .nav_icon {
  position: absolute;
  right: 3px;
  top: 2px;
  height: 5px;
  width: 5px;
  border-radius: 100%;
  display: block;
  background: #fbae17;
}

.footer ul li a img {
  max-width: 20px;
}

.footer ul li.f_center {
  width: 28%;
  margin-top: -48px;
}

.footer ul li.f_center a {
  padding: 0;
  box-shadow: none;
  border-radius: 0;
}

.footer ul li.f_center a img {
  max-width: 97px;
}

.footer ul li.active a {
  box-shadow: 0px 0px 3px #19423780;
  border-radius: 50px;
}

.login {
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 30px 110px;
  z-index: 888;
  width: 100%;
  border-radius: 40px 40px 0 0;
  max-width: 640px;
  right: 0px;
  margin: 0 auto;
}

.login_title {
  color: #466162;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
}

.login_title img {
  width: 18px;
  margin-right: 6px;
  margin-top: -6px;
}

.login_txt {
  color: #466162;
  margin-bottom: 20px;
  font-size: 16px;
}

.login_img {
  text-align: center;
  margin-bottom: 15px;
}

.login_img img {
  max-width: 160px;
}

.login_point {
  text-align: center;
  margin-bottom: 10px;
  color: #425d5e;
  font-size: 16px;
  font-weight: bold;
}

.TC_detail_centent .login_point {
  font-size: 24px;
}

.level_img {
  text-align: center;
  margin-bottom: 15px;
}

.level_img img {
  max-width: 80px;
  margin: 5px;
}

.login .login_point {
  color: #308092;
}

.login_txt_1 {
  text-align: center;
  font-size: 16px;
  color: #425d5e;
  margin-bottom: 15px;
}

.detail_fruit_level {
  color: #fff;
  margin-left: 10px;
  text-align: center;
  padding: 2px 10px;
  border-radius: 10px;
  background: #fbae17;
  position: relative;
}

.daily_d_txt_level .detail_fruit_level {
  animation: changeImg 2s;
  opacity: 0;
  top: 0px;
}

@keyframes changeImg {
  0% {
    top: 80px;
    opacity: 1;
  }

  50% {
    opacity: 0.7;
  }

  100% {
    top: 0px;
    opacity: 0;
  }
}

.detail_fruit_level img {
  height: 13px;
  margin-right: 5px;
  margin-top: -3px;
}

.facebook_share {
  text-align: center;
  margin-top: 15px;
}

.facebook_share a {
  background: #fbae17;
  color: #fff;
  padding: 5px 20px;
  border-radius: 10px;
  min-width: 120px;
  display: inline-block;
  text-align: center;
}

.facebook_share a img {
  max-width: 15px;
  margin-left: 5px;
}

.menu {
  background: #fff;
  position: absolute;
  bottom: -100%;
  right: 0;
  padding: 20px 10px 110px;
  z-index: 889;
  width: 70%;
  border-radius: 40px 40px 0 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  max-width: 350px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  margin-left: 48%;
}

.menu.active {
  bottom: 0;
}

.menu .menu_logo {
  padding: 0 15px;
  margin-bottom: 15px;
}

.menu ul li {
  list-style: none;
  padding: 5px 0;
  position: relative;
}

.menu ul li a {
  color: #959595;
  padding: 7px 15px;
  font-size: 16px;
  display: block;
  border-radius: 5px;
}

.menu ul li a img {
  width: 17px;
  margin-right: 15px;
  position: relative;
  z-index: 2;
}

.menu ul li a:hover {
  background: #eee;
}

.menu ul li.active a {
  background: #eee;
}

.contact {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding: 0 7%;
  z-index: 2;
  bottom: 100px;
}

.plant_info {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3000;
  display: none;
}

.plant_info_backdrop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  transition: opacity 220ms ease;
}

.plant_info_card {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 78vw;
  max-width: 360px;
  aspect-ratio: 458 / 742;
  background: url(../images/information_modal.png) center/contain no-repeat;
  padding: 0;
  transform: translate(-50%, -52%) scale(0.96);
  opacity: 0;
  transition: transform 220ms ease, opacity 220ms ease;
}

.plant_info_content {
  position: absolute;
  left: 12%;
  right: 12%;
  top: 22%;
  bottom: 10%;
  background: url(../images/information_modal_bg.png) center/100% 100% no-repeat;
  padding: 20px 18px;
  display: flex;
  flex-direction: column;
}

.plant_info_title {
  position: absolute;
  left: 50%;
  top: 12%;
  transform: translate(-50%, -50%);
  text-align: center;
  margin: 0;
  width: 160px;
  height: 56px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  font-family: Noto Sans TC;
  font-weight: 700;
  font-style: Bold;
  background: url(../images/information_modal_title.png) center/100% 100% no-repeat;
  z-index: 2;
}

.plant_info_body {
  color: #833B22;
  font-size: 18px;
  line-height: 150%;
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  word-break: normal;
  overflow-wrap: break-word;
  hyphens: none;
  box-sizing: border-box;
  padding-right: 6px;
  font-family: Noto Sans TC;
  font-weight: 400;
  font-style: Regular;
}

.plant_info_body p {
  margin: 0 0 12px;
}
.plant_info_name {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
  margin: 6px 0 14px;
}
.plant_info_line {
  margin: 0 0 10px;
}
.plant_info_label {
  font-weight: 700;
}
.plant_info_divider {
  height: 14px;
}
.plant_info_body {
  scrollbar-width: thin;
  scrollbar-color: #d7904d transparent;
}
.plant_info_body::-webkit-scrollbar {
  width: 8px;
}
.plant_info_body::-webkit-scrollbar-track {
  background: transparent;
}
.plant_info_body::-webkit-scrollbar-thumb {
  background-color: #d7904d;
  border-radius: 8px;
}
.plant_info_body::-webkit-scrollbar-button:single-button {
  width: 8px;
  height: 8px;
  background-color: transparent;
}
.plant_info_body::-webkit-scrollbar-button:single-button:vertical:decrement {
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 6px solid #d7904d;
}
.plant_info_body::-webkit-scrollbar-button:single-button:vertical:increment {
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 6px solid #d7904d;
}

.plant_info_close {
  position: absolute;
  right: 4%;
  top: 2%;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  box-shadow: none;
}

.plant_info_title,
.plant_info_content,
.plant_info_close {
  pointer-events: auto;
}

.plant_info.is_open .plant_info_backdrop {
  opacity: 1;
}

.plant_info.is_open .plant_info_card {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.contact .title {
  padding: 20px 20px;
  color: #fff;
  font-size: 24px;
}

.contact .title img {
  height: 25px;
  margin-right: 7px;
  margin-top: -4px;
}

.contact_c {
  background: #fff;
  border-radius: 40px;
  width: 100%;
  padding: 30px;
  height: 85%;
  max-width: 640px;
  margin: 0 auto;
}

.contact_c_yes {
  position: relative;
  color: #308396;
  font-size: 16px;
  display: block;
  text-align: center;
  transform: translate(0%, -50%);
  top: 50%;
}

.Not_available_centent {
  position: relative;
  transform: translate(0%, -50%);
  top: 50%;
  text-align: center;
  padding-bottom: 30px;
}

.Not_available_centent .daily_title {
  font-size: 30px;
  padding-top: 10px;
  padding-left: 0px !important;
  padding-right: 0px;
}

.Not_available_centent .ie_daily_title {
  padding: 0px 12% !important;
}

.Not_available_centent .ie_daily_title span {
  font-size: 24px;
}

.Not_available_centent .login_input_but {
  padding-top: 10%;
}

.Not_available_centent img {
  width: 28%;
}

.contact_c_yes img {
  width: 50px;
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 10px;
}

.contact_c h2 {
  color: #308396;
  font-size: 12px;
  margin: 0 0 10px;
}

.contact_c h2 a {
  text-decoration: underline;
  color: #a5d05a;
}

.form-control {
  height: 40px;
  background: none;
  z-index: 9;
  position: relative;
  font-size: 14px;
  border: none;
  border-bottom: 1px solid #4b8194;
  border-radius: 0;
  padding: 0;
  color: #a3dbfa;
}

.code_img {
  max-width: 150px;
  margin: 0 auto;
}

.select {
  position: relative;
}

.select i {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
}

.submit {
  text-align: center;
  margin-top: 20px;
}

.submit button {
  border: none;
  display: inline-block;
  background: #fbae17;
  padding: 6px 20px;
  border-radius: 5px;
  color: #000;
}

.settiing {
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 15px 20px;
  z-index: 888;
  width: 100%;
  border-radius: 40px 40px 0 0;
  margin: 0 auto;
  max-width: 640px;
  right: 0px;
}

.portrait {
  width: 80px;
  position: relative;
  margin: 0 auto;
  margin-top: -50px;
  margin-bottom: 5px;
  background: #fff;
  border-radius: 100%;
}

.portrait .circle {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 80px;
  cursor: pointer;
}

.portrait i {
  position: absolute;
  width: 22px;
  right: 0;
  bottom: 0;
}

.portrait_name {
  text-align: center;
  position: relative;
  margin-bottom: 15px;
}

.portrait_name .back {
  color: #308092;
  font-size: 22px;
  position: absolute;
  left: 20px;
  top: 3px;
}

.portrait_name .name {
  color: #308092;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 3px;
}

.portrait_name .name img {
  height: 12px;
  margin-left: 5px;
}

.portrait_name .n_level span {
  display: inline-block;
  background: #308092;
  color: #fff;
  padding: 2px 15px;
  font-size: 10px;
  border-radius: 50px;
}

.portrait_name .n_level a {
  width: 12px;
  margin-left: 5px;
  display: inline-block;
}

.setting_c {
  background: #eeeeee;
  color: #425d5e;
  width: 100%;
  padding: 20px 30px;
  border-radius: 40px 40px 0 0;
  padding-bottom: 90px;
}

.setting_c h3 {
  font-size: 16px;
  margin: 0 0 10px;
  font-weight: bold;
}

.setting_li {
  display: table;
  width: 100%;
  margin-bottom: 15px;
}

.setting_li .left {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}

.setting_li .left .a_facebook {
  width: 20px;
  display: inline-block;
}

.setting_li .right {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}

.setting_li .s_button {
  background: #d1d1d1;
  font-size: 13px;
  color: #425d5e;
  min-width: 90px;
  display: inline-block;
  text-align: center;
  padding: 7px 20px;
  border-radius: 50px;
  line-height: 1.5;
}

.setting_li .s_button.active {
  background: #fbae17;
  color: #fff;
}

.setting_li a.s_button {
  color: #425d5e;
}

.radio-inline {
  display: none;
}

.radio-inline+label {
  background: #d1d1d1;
  font-size: 13px;
  max-width: auto !important;
  margin-bottom: 0;
  font-weight: normal;
  color: #425d5e;
  min-width: 110px;
  text-align: center;
  padding: 7px 20px;
  border-radius: 50px;
  cursor: pointer;
}

.radio-inline:checked+label {
  background: #fbae17;
  color: #fff;
}

.daily_c {
  background: #fff;
  height: 80%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  z-index: 888;
  width: 100%;
  border-radius: 40px 40px 0 0;
  margin: 0 auto;
  max-width: 640px;
  right: 0px;
}

.daily_c_centent {
  padding-bottom: 80px;
  position: relative;
  min-height: 90%;
}

.daily_c_bg {
  position: absolute;
  background: #308396;
  border-radius: 40px 40px 0 0;
  bottom: 0;
  display: block;
  left: 0px;
  right: 0px;
  top: -5px;
}

.daily_d_txt_icon {
  position: absolute;
  right: 40px;
  top: -50px;
  background: #fff;
  border-radius: 100%;
  overflow: hidden;
  padding: 5px;
}

.daily_d_txt_icon img {
  height: 60px;
}

.daily_c_auto {
  height: 100%;
  overflow-y: auto;
}

.daily_title {
  color: #466162;
  font-size: 20px;
  padding: 0;
  padding-right: 30px;
  font-weight: bold;
}

.daily_title img {
  height: 20px;
  margin-right: 6px;
  margin-top: -4px;
}

.daily_txt {
  color: #466162;
  margin-bottom: 20px;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 600;
  padding-right: 20px;
}

.daily_list {
  display: table;
  margin-bottom: 10px;
  width: 100%;
  padding: 10px 15px;
  background: #f2f2f2;
  border-radius: 20px;
}

.daily_list .img {
  display: inline-block;
  width: 50px;
  vertical-align: middle;
}

.daily_list .detail {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
  font-size: 14px;
  font-weight: 600;
  color: #425d5e;
}

.daily_list .detail p {
  margin-bottom: 5px;
}

.daily_list .detail div {
  position: relative;
  min-height: 23px;
}

.daily_list .detail .saving_life {
  color: #25a0c1;
  display: inline-block;
  padding-top: 2px;
  word-break: break-all;
  word-wrap: break-word;
}

.daily_list .detail .detail_fruit_level {
  float: right;
}

.daily_d_txt {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #000;
  padding-top: 12%;
}

.daily_d_txt_title {
  padding: 0px 30px;
  padding-top: 40px;
  font-size: 16px;
  line-height: 2;
}

.daily_d_txt_title span {
  font-size: 12px;
}

.daily_d_txt_level {
  padding: 20px;
  min-height: 50px;
}

.daily_d_txt_but {
  display: block;
  padding-top: 30px;
  z-index: 2;
  position: relative;
}

.daily_d_txt_but a {
  display: inline-block;
  font-size: 16px;
  min-width: 120px;
  padding: 8px 30px;
  background: #fbae17;
  color: #000;
  letter-spacing: 2px;
  border-radius: 10px;
}

.payment_radio {
  padding: 3px 20px;
  font-size: 16px;
}

.payment_radio .checkbox-payment+label {
  background: #a3dbfa;
  color: #000;
  display: block;
  margin: 0px;
  padding: 10px 20px;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  border-radius: 20px;
  border: #308396 solid 3px;
}

.payment_radio .checkbox-payment+label b {
  padding-right: 10px;
}

.payment_radio .checkbox-payment:checked+label {
  border: #000 solid 3px;
}

.payment_radio_title {
  display: block;
  color: #000;
  text-align: left;
  font-size: 16px;
  padding: 0px 20px;
}

.payment_radio_level {
  padding: 10px 20px;
  text-align: left;
  font-size: 12px;
}

.payment_radio_level .detail_fruit_level {
  margin: 0px;
}

.news_width {
  padding-top: 18px;
}

.news_li {
  display: block;
  padding: 5px 0px;
}

.news_li_top {
  display: block;
  overflow: hidden;
  color: #999999;
}

.news_li_top span {
  padding: 4px 10px 2px;
  background: #fbae17;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 1.3;
  float: left;
  margin-right: 10px;
}

.news_li_top .color_l {
  background: #308396;
}

.news_li_title {
  display: block;
  padding: 8px 0px;
  font-size: 14px;
  color: #425d5e;
}

.news_li_date {
  text-align: right;
  color: #999;
  font-size: 12px;
  padding-right: 5%;
  display: block;
}

.news_img {
  text-align: center;
  padding: 30px 15%;
  height: 280px;
  display: table-cell;
  vertical-align: bottom;
  width: 100%;
  position: relative;
}

.news_img_sou {
  position: absolute;
  padding-left: 11%;
  left: 0px;
  top: 50%;
  text-align: center;
  width: 100%;
  transform: translateY(-50%);
}

.news_img_sou img {
  width: 20%;
}

.news_container .contact {
  overflow-y: auto;
  height: 100%;
  padding-bottom: 110px;
}

.news_show_ct {
  background: #fff;
  border-radius: 10px;
  width: 100%;
  padding: 30px 7%;
}

.news_show_but {
  display: block;
  text-align: center;
  padding-top: 25px;
}

.news_show_title {
  display: block;
  text-align: center;
  font-size: 24px;
  color: #425d5e;
  font-weight: bold;
  padding-bottom: 10px;
  letter-spacing: 5px;
}

.news_but_class {
  display: inline-block;
  font-size: 16px;
  min-width: 130px;
  padding: 6px 30px;
  background: #fbae17;
  border: #fbae17 solid 2px;
  color: #000 !important;
  letter-spacing: 2px;
  border-radius: 10px;
}

.news_but_class_z {
  background: #fbae17;
  color: #000 !important;
}

.portrait_img {
  display: inline-block;
  padding: 4%;
}

.user_portrait {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 99999;
  margin: 0 auto;
  background: #000;
  background: rgba(0, 0, 0, 0.1) !important;
  filter: Alpha(opacity=10);
  display: none;
}

.user_portrait_radio_box {
  position: relative;
  padding: 20px;
  padding-bottom: 10px;
  overflow: hidden;
  width: 80%;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  transform: translate(0%, -50%);
  top: 50%;
  max-width: 450px;
  margin: 0 auto;
}

.user_portrait_radio_box_title {
  font-size: 16px;
  color: #495c5e;
  text-align: center;
  font-weight: bold;
  padding-bottom: 5px;
}

.user_portrait_radio_box_li {
  display: table;
  width: 100%;
  padding: 15px 0px;
  cursor: pointer;
}

.user_portrait_radio_box_li_img {
  display: table-cell;
  width: 70px;
  vertical-align: middle;
}

.user_portrait_radio_box_li_title {
  font-size: 12px;
  display: table-cell;
  padding-left: 15px;
  vertical-align: middle;
}

.user_portrait_radio_box_li_title b {
  font-size: 14px;
  display: block;
}

.user_portrait_radio_box_li img {
  width: 100%;
}

.user_portrait_radio_box_li span {
  position: relative;
  padding: 5%;
  display: block;
  border-radius: 100%;
  overflow: hidden;
  cursor: pointer;
}

.user_portrait_radio_box_li span:before {
  display: block;
  background: url(../images/Group%20931.png) center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  content: ' ';
}

.faq_c {
  height: 98%;
}

.faq_c .panel-group {
  margin: 0px 5px;
  margin-bottom: 90px;
  margin-top: 10px;
}

.faq_c .panel-default>.panel-heading {
  background: none;
  border: none;
  border-radius: 0px;
  padding: 0px;
}

.faq_c .panel-group .panel+.panel {
  margin: 0px;
}

.faq_c .panel-default>.panel-heading a {
  display: block;
  padding: 15px 10px;
}

.faq_c .panel {
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  border: none;
  border-bottom: #ddd solid 1px;
}

.faq_c .panel-group .panel-heading+.panel-collapse>.list-group,
.faq_c .panel-group .panel-heading+.panel-collapse>.panel-body {
  border: none;
}

.faq_c .panel-title {
  font-size: 14px;
}

.faq_c .panel-body {
  padding: 0px 20px 15px;
  font-size: 12px;
}

.news_show_nuk {
  position: absolute;
  right: 0px;
  padding: 10px 15px;
  top: 50%;
  color: #000;
  border-radius: 20px;
  font-size: 14px;
  width: 42%;
  text-align: center;
  margin: 0px 10%;
  margin-top: -120px;
}

.news_show_nuk_li {
  padding: 2px 0px;
  display: inline-block;
  font-size: 16px;
  padding: 0px 30px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}

.news_show_nuk_li img {
  height: 20px;
}

.news_show_nuk span {
  padding-right: 10px;
  overflow: hidden;
  float: left;
}

.swiper-button-next,
.swiper-button-prev {
  width: 20px;
  height: 46px;
  text-align: center;
  margin-top: -23px;
  font-size: 36px;
  color: #fff;
  background: none;
  top: 30%;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 0px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 0px;
}

.input_width {
  padding-top: 35px;
}

.login_input_but {
  padding: 10px;
  text-align: center;
}

.login_input {
  padding: 20px 10%;
}

.login_radio {
  padding: 10px 0px;
}

.input_class {
  display: block;
  border: #4b8194 solid 1px;
  border-radius: 10px;
  padding: 10px 15px;
  line-height: 1.5;
  color: #425d5e;
  font-weight: bold;
  font-size: 14px;
  width: 100%;
}

.login_radio .payment_radio {
  display: block;
  padding: 5px 0px;
}

.login_radio .payment_radio img {
  height: 35px;
  margin-right: 20px;
}

.login_radio .payment_radio .checkbox-payment+label {
  background: #f2f2f2;
  color: #25a0c1;
  border: #f2f2f2 solid 3px;
}

.login_radio .payment_radio .checkbox-payment:checked+label {
  border: #eeb142 solid 3px;
}

.news_level_title {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #425d5e;
  font-weight: bold;
  padding-bottom: 15px;
}

.tc_centent {
  height: 96%;
}

.tc_centent .daily_title {
  padding-left: 30px;
}

.tc_centent .daily_c_bg {
  background: #eeeeee;
}

.tc_centent .daily_d_txt {
  padding-top: 0px;
}

.tc_txt {
  color: #425d5e;
  padding: 20px 10px;
  text-align: left;
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0px;
  bottom: 140px;
  overflow-y: auto;
}

.tc_txt_but {
  position: absolute;
  left: 0px;
  bottom: 70px;
  width: 100%;
  text-align: center;
}

.tc_txt_but_class {
  display: inline-block;
  font-size: 16px;
  min-width: 120px;
  padding: 8px 30px;
  background: #fbae17;
  border: none;
  color: #fff;
  letter-spacing: 2px;
  border-radius: 10px;
}

.tc_txt_but_class[disabled] {
  background: #ccc;
}

.footer_tc_img {
  text-align: center;
  padding: 5px;
}

.footer_tc_img img {
  width: 80%;
}

.tc_radio {
  display: block;
  text-align: center;
  color: #425d5e;
  padding-top: 20px;
}

.tc_radio a {
  color: #2aa6d3;
  text-decoration: underline;
}

.tc_radio .payment_radio .checkbox-payment+label {
  background: none;
  padding: 0px;
  display: inline-block;
  border: none;
  color: #425d5e;
  font-weight: normal;
}

.tc_radio .payment_radio .checkbox-payment+label i {
  height: 20px;
  width: 20px;
  float: left;
  margin-right: 8px;
  margin-top: 1px;
  border: #425d5e solid 1px;
  border-radius: 3px;
  background: #fff;
  display: inline-block;
}

.tc_radio .payment_radio .checkbox-payment:checked+label i {
  background: url(../images/g.jpg) center center no-repeat #fff;
  background-size: 80% auto;
}

.tc_radio .payment_radio .checkbox-payment+label a {
  color: #a5d05a;
  text-decoration: underline;
}

.TC_detail_centent {
  position: relative;
  text-align: center;
  transform: translate(0%, -50%);
  top: 50%;
}

.TC_detail_centent .level_img {
  padding: 10px 0px;
}

.TC_detail_centent .level_img img {
  height: 120px;
  max-width: 120px;
}

.teaching_centent {
  display: block;
  text-align: center;
  padding-bottom: 70px;
}

.TC_detail_img {
  width: 85%;
  margin: 0 auto;
  padding: 40px 10px;
}

.teaching_txt {
  font-size: 14px;
  line-height: 1.5;
  color: #425d5e;
  min-height: 68px;
  font-weight: bold;
}

.teaching_txt img {
  height: 23px;
  margin: 0px 3px;
}

.daily_title_bq {
  float: right;
  font-size: 16px;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  padding-top: 4px;
}

.teaching_but {
  display: block;
  padding-top: 10px;
}

.swiper-pagination {
  position: relative;
  margin-top: 40px;
}

.swiper-pagination-bullet {
  border-radius: 100%;
  opacity: 0.1;
}

.swiper-pagination-bullet-active {
  background: #466162;
  opacity: 1;
}

.news_show {
  display: block;
}

.news_show_img {
  display: block;
  padding: 30px;
  padding-bottom: 25px;
}

.news_show_txt {
  font-size: 14px;
  color: #425d5e;
}

.TC_detail_img_M {
  display: none;
}

.TC_detail_img_pc {
  display: none;
}

.news_but_class_z_12 {
  padding: 9px 10px;
  overflow: hidden;
  width: 136px;
}

.news_but_class_z_12 span {
  letter-spacing: 0px;
  font-size: 10px !important;
  -webkit-transform: scale(0.85) !important;
  margin: 0px -10%;
  display: inline-block;
}

.daily_close {
  position: absolute;
  right: 25px;
  top: 25px;
}

.switch {
  position: relative;
  margin: 0px !important;
  display: inline-block;
  width: 66px;
  height: 33px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d1d1d1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: '';
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked+.slider {
  background-color: #fbae17;
}

input:focus+.slider {
  box-shadow: 0 0 1px #fbae17;
}

input:checked+.slider:before {
  -webkit-transform: translateX(33px);
  -ms-transform: translateX(33px);
  transform: translateX(33px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.daily_d_txt_but_dian {
  display: block;
  text-align: center;
  padding: 30px 0px 20px;
}

.daily_d_txt_but_dian span {
  width: 6px;
  height: 6px;
  margin: 0px 5px;
  display: inline-block;
  border-radius: 100%;
  background: #eee;
}

.daily_d_txt_but_dian span.active {
  background: #466162;
}

.daily_txt_pading {
  padding: 5px 0px;
}

@media only screen and (max-width: 1000px) {
  .news_show_nuk_li {
    padding: 0px 20px;
  }
}

@media only screen and (max-width: 700px) {
  .news_show_nuk_li {
    padding: 0px 10px;
  }
}

@media only screen and (max-width: 640px) {
  .container {
    padding: 0px;
  }

  .container:before {
    background: url(../images/top_bg.png) center top no-repeat;
    background-size: 100% auto;
    height: 80%;
  }

  .menu {
    margin: 0px auto;
    left: auto;
    right: 0px;
  }

  .part_bottom_img .plant_stage {
    height: 100%;
  }

  .part_bottom_img .plant_stage>img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }

  .info_button {
    top: 20%;
    right: 0;
    transform: translate(50%, 60%);
    width: 48px;
    height: 48px;
  }

  .news_show_nuk {
    width: 100%;
    top: 80px;
    margin: 0px;
  }

  .news-swiper-container {
    padding-top: 50px;
  }

  .news_show_nuk_li {
    padding: 0px 20px;
  }

  .TC_detail_img_M {
    display: block;
  }

  .TC_detail_img_PC {
    display: none;
  }

  .news_img_sou {
    padding-left: 0px;
  }

  .Not_available_centent .ie_daily_title {
    padding: 0px 5% !important;
  }

  .Not_available_centent .ie_daily_title {
    font-size: 24px;
  }

  .Not_available_centent .ie_daily_title span {
    font-size: 16px;
  }
}

@media only screen and (min-width: 640px) {
  .news-swiper-container {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }

  .news_centent_ct {
    overflow: hidden;
    position: relative;
    height: 100%;
    min-height: 660px;
    display: table;
    width: 100%;
  }

  .news_img {
    margin: 0 auto;
    height: auto;
    width: 45%;
    padding: 10px 10%;
    padding-right: 5%;
    display: table-cell;
    vertical-align: middle;
  }

  .news_show_ct {
    float: right;
    width: 35%;
    margin: 0px 10%;
    position: absolute;
    top: 50%;
    display: inline-block;
    transform: translateY(-50%);
  }

  .swiper-button-next,
  .swiper-button-prev {
    top: 50%;
  }

  .contact .title {
    padding: 20px 0px;
  }

  .part_bottom_img {
    padding: 0px;
  }

  .info_button {
    width: 70px;
    height: 70px;
  }

  .plant_info_card {
    width: 86vw;
    max-width: 420px;
  }

  .plant_info_close {
    width: 60px;
    height: 60px;
  }

  .plant_info_title {
    width: 160px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
  }

  .tc_txt {
    bottom: 150px;
  }

  .tc_txt_but {
    bottom: 80px;
  }

  .contact .title {
    font-weight: bold;
  }

  .TC_detail_img_pc {
    display: block;
  }
}

/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  /* Stay in place */
  z-index: 999;
  /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  /* Black w/opacity */
  overflow-x: hidden;
  /* Disable horizontal scroll */
  transition: 0.5s;
  /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

.overlay.active {
  display: block;
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 10%;
  /* 25% from the top */
  width: 100%;
  /* 100% width */
  text-align: center;
  /* Centered text/links */
  margin-top: 30px;
  /*30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  /* Display block instead of inline */
  transition: 0.3s;
  /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover,
.overlay a:focus {
  color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px;
  }

  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

#crazyAdImg {
  width: 100%;
  max-width: 500px;
}

#crazyAdLink {
  margin: auto;
  width: 100%;
  max-width: 500px;
}
