@charset "UTF-8";
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
span {
  font-family: '微軟正黑體' !important; }

h1,
h2,
h3,
h4 {
  font-weight: bold; }

h5 {
  font-size: 92.85714%; }

h5 {
  font-size: 100%;
  color: #ddd; }

h4 {
  font-size: 107.14286%; }

h3 {
  font-size: 128.57143%; }

h2 {
  font-size: 157.14286%; }

legend {
  font-size: 114.28571%;
  margin: 0; }

em {
  font-size: 71.42857%; }

a {
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  text-decoration: none;
  cursor: pointer;
  font-size: 100%; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style-type: none; }

p {
  font-size: 1rem; }

.line-height-normal {
  line-height: normal; }

.text-orange {
  color: #FF8249; }

.text-blue {
  color: #005e98; }

.text-green {
  color: #009a4c; }

.text-red {
  color: red; }

.text-gray {
  color: #777; }

.text-purple {
  color: #8c2da3; }

.text-green2 {
  color: #7BC032; }

.text-bold {
  font-weight: bold; }

.text100 {
  font-size: 428.57143%; }

.line-h38 {
  line-height: 38px; }

.w-100 {
  width: 100% !important; }

.w-80 {
  width: 80% !important; }

.w-70 {
  width: 70% !important; }

.w-60 {
  width: 60% !important; }

.w-50 {
  width: 50% !important; }

.w-25 {
  width: 25% !important; }

.w-20 {
  width: 20% !important; }

.w-min-50px {
  min-width: 50px !important; }

.w-80px {
  width: 80px !important; }

.w-120px {
  width: 120px !important; }

.w-175px {
  width: 175px !important;
  line-height: 30px !important; }

.w-222px {
  width: 222px !important;
  text-align: left; }

.w-320px {
  width: 320px !important;
  height: 64px; }

.w-400px {
  width: 400px !important; }

.w-100-img img {
  width: 100% !important; }

.h-100 {
  height: 100% !important; }

.h-80 {
  height: 80% !important; }

.h-75 {
  height: 75% !important; }

.h-60 {
  height: 60% !important; }

.h-50 {
  height: 50% !important; }

.h-25 {
  height: 25% !important; }

.h-72px {
  height: 72px !important; }

.h-120px {
  min-height: 120px !important; }

.h-138px {
  min-height: 138px !important; }

.h-170px {
  min-height: 170px !important; }

.h-175px {
  min-height: 175px !important; }

.h-195px {
  min-height: 195px; }

.h-214px {
  min-height: 214px; }

.h-240px {
  min-height: 240px !important; }

.h-320px {
  min-height: 320px !important; }

.h-400px {
  min-height: 400px !important; }

.over-text {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }

.over-2 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.over-3 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

.over-4 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 96px; }

.over-5 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 110px; }

.over-6 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical; }

ul.circle {
  padding-left: 20px; }
  ul.circle > li {
    list-style-type: circle;
    margin-bottom: 10px; }

ul.decimal {
  padding-left: 20px; }
  ul.decimal > li {
    list-style-type: decimal;
    margin-bottom: 10px; }

ul.disc {
  padding-left: 20px; }
  ul.disc > li {
    list-style-type: disc;
    margin-bottom: 10px; }
    ul.disc > li a {
      display: block; }
      ul.disc > li a:hover {
        color: #dd5500;
        -webkit-text-decoration-line: underline;
        text-decoration-line: underline; }

ul.cjk {
  padding-left: 20px; }
  ul.cjk > li {
    list-style-type: cjk-ideographic;
    margin-bottom: 10px; }

.border-n {
  border: none !important; }

.border-tb {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000; }

.border-t-g {
  border-top: 1px solid #ddd; }

.border-r {
  border-right: 1px solid #ededed; }

.border-b {
  border-bottom: 1px solid #ddd; }

.border-b-g {
  border-bottom: 1px solid #ededed; }

.border-b-2b {
  border-bottom: 2px solid #0f51a3; }

.border-t-w {
  border-top: 1px solid #fff; }

.border-md-r {
  border-bottom: 1px solid #000; }

@media (min-width: 992px) {
  .border-md-r {
    border-right: 1px solid #000;
    border-bottom: none; } }

.border-back {
  position: relative; }
  .border-back span {
    background: #fff;
    padding: 0 10px; }
  .border-back:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    top: 10px;
    left: 0;
    z-index: -1; }

.underline {
  text-decoration: underline; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media (max-width: 768px) {
  .btn-sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media (min-width: 1200px) {
  .w-md-100 {
    width: 100% !important; }
  .w-md-80 {
    width: 80% !important; }
  .w-md-60 {
    width: 60% !important; }
  .w-md-50 {
    width: 50% !important; }
  .w-md-25 {
    width: 25% !important; }
  .w-md-80px {
    width: 80px !important; }
  .w-md-120px {
    width: 120px !important; }
  .w-md-175px {
    width: 175px !important;
    line-height: 40px !important; }
  .w-md-240px {
    width: 240px !important; }
  .w-md-320px {
    width: 320px !important;
    height: 64px; }
  .w-md-400px {
    width: 400px !important; } }

@media (max-width: 768px) {
  .w-sm-100 {
    width: 100% !important; }
  .w-sm-88 {
    width: 88% !important; }
  .w-sm-80 {
    width: 80% !important; }
  .w-sm-60 {
    width: 60% !important; }
  .w-sm-50 {
    width: 50% !important; }
  .w-sm-25 {
    width: 25% !important; }
  .w-sm-80px {
    width: 80px !important; }
  .w-sm-120px {
    width: 120px !important; }
  .w-sm-175px {
    width: 175px !important;
    line-height: 40px !important; }
  .w-sm-240px {
    width: 240px !important; }
  .w-sm-320px {
    width: 320px !important;
    height: 64px; }
  .w-sm-400px {
    width: 400px !important; } }

.custom-btn-line {
  border: 1px solid #000;
  border-radius: 0;
  padding: 10px 20px;
  min-width: 150px; }
  .custom-btn-line:hover {
    background: #000;
    color: #fff; }

.custom-btn-line2 {
  border: 1px solid #009a4c;
  border-radius: 0;
  padding: 10px 20px;
  min-width: 150px;
  color: #009a4c; }
  .custom-btn-line2:hover {
    background: #009a4c;
    color: #fff; }

.btn-custom01 {
  background: #009a4c;
  color: #fff;
  opacity: .8;
  border-radius: 25px;
  padding: 7.5px 25px; }
  .btn-custom01:hover {
    opacity: 1;
    color: #fff; }

.return-customer-btn {
  background: #222222; }
  .return-customer-btn:hover {
    background: #E62E04;
    color: #fff; }

.blue-btn {
  background: #4bc4fb; }
  .blue-btn:hover {
    background: #0f51a3;
    color: #fff; }

.gray-btn {
  background: #bbb;
  color: #fff; }
  .gray-btn:hover {
    background: #FF9900;
    color: #fff; }

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
span {
  font-family: '微軟正黑體' !important; }

h1,
h2,
h3,
h4 {
  font-weight: bold; }

h5 {
  font-size: 92.85714%; }

h5 {
  font-size: 100%;
  color: #ddd; }

h4 {
  font-size: 107.14286%; }

h3 {
  font-size: 128.57143%; }

h2 {
  font-size: 157.14286%; }

legend {
  font-size: 114.28571%;
  margin: 0; }

em {
  font-size: 71.42857%; }

a {
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  text-decoration: none;
  cursor: pointer;
  font-size: 100%; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style-type: none; }

p {
  font-size: 1rem; }

.line-height-normal {
  line-height: normal; }

.text-orange {
  color: #FF8249; }

.text-blue {
  color: #005e98; }

.text-green {
  color: #009a4c; }

.text-red {
  color: red; }

.text-gray {
  color: #777; }

.text-purple {
  color: #8c2da3; }

.text-green2 {
  color: #7BC032; }

.text-bold {
  font-weight: bold; }

.text100 {
  font-size: 428.57143%; }

.line-h38 {
  line-height: 38px; }

.w-100 {
  width: 100% !important; }

.w-80 {
  width: 80% !important; }

.w-70 {
  width: 70% !important; }

.w-60 {
  width: 60% !important; }

.w-50 {
  width: 50% !important; }

.w-25 {
  width: 25% !important; }

.w-20 {
  width: 20% !important; }

.w-min-50px {
  min-width: 50px !important; }

.w-80px {
  width: 80px !important; }

.w-120px {
  width: 120px !important; }

.w-175px {
  width: 175px !important;
  line-height: 30px !important; }

.w-222px {
  width: 222px !important;
  text-align: left; }

.w-320px {
  width: 320px !important;
  height: 64px; }

.w-400px {
  width: 400px !important; }

.w-100-img img {
  width: 100% !important; }

.h-100 {
  height: 100% !important; }

.h-80 {
  height: 80% !important; }

.h-75 {
  height: 75% !important; }

.h-60 {
  height: 60% !important; }

.h-50 {
  height: 50% !important; }

.h-25 {
  height: 25% !important; }

.h-72px {
  height: 72px !important; }

.h-120px {
  min-height: 120px !important; }

.h-138px {
  min-height: 138px !important; }

.h-170px {
  min-height: 170px !important; }

.h-175px {
  min-height: 175px !important; }

.h-195px {
  min-height: 195px; }

.h-214px {
  min-height: 214px; }

.h-240px {
  min-height: 240px !important; }

.h-320px {
  min-height: 320px !important; }

.h-400px {
  min-height: 400px !important; }

.over-text {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }

.over-2 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.over-3 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

.over-4 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 96px; }

.over-5 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 110px; }

.over-6 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical; }

ul.circle {
  padding-left: 20px; }
  ul.circle > li {
    list-style-type: circle;
    margin-bottom: 10px; }

ul.decimal {
  padding-left: 20px; }
  ul.decimal > li {
    list-style-type: decimal;
    margin-bottom: 10px; }

ul.disc {
  padding-left: 20px; }
  ul.disc > li {
    list-style-type: disc;
    margin-bottom: 10px; }
    ul.disc > li a {
      display: block; }
      ul.disc > li a:hover {
        color: #dd5500;
        -webkit-text-decoration-line: underline;
        text-decoration-line: underline; }

ul.cjk {
  padding-left: 20px; }
  ul.cjk > li {
    list-style-type: cjk-ideographic;
    margin-bottom: 10px; }

.border-n {
  border: none !important; }

.border-tb {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000; }

.border-t-g {
  border-top: 1px solid #ddd; }

.border-r {
  border-right: 1px solid #ededed; }

.border-b {
  border-bottom: 1px solid #ddd; }

.border-b-g {
  border-bottom: 1px solid #ededed; }

.border-b-2b {
  border-bottom: 2px solid #0f51a3; }

.border-t-w {
  border-top: 1px solid #fff; }

.border-md-r {
  border-bottom: 1px solid #000; }

@media (min-width: 992px) {
  .border-md-r {
    border-right: 1px solid #000;
    border-bottom: none; } }

.border-back {
  position: relative; }
  .border-back span {
    background: #fff;
    padding: 0 10px; }
  .border-back:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    top: 10px;
    left: 0;
    z-index: -1; }

.underline {
  text-decoration: underline; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media (max-width: 768px) {
  .btn-sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media (min-width: 1200px) {
  .w-md-100 {
    width: 100% !important; }
  .w-md-80 {
    width: 80% !important; }
  .w-md-60 {
    width: 60% !important; }
  .w-md-50 {
    width: 50% !important; }
  .w-md-25 {
    width: 25% !important; }
  .w-md-80px {
    width: 80px !important; }
  .w-md-120px {
    width: 120px !important; }
  .w-md-175px {
    width: 175px !important;
    line-height: 40px !important; }
  .w-md-240px {
    width: 240px !important; }
  .w-md-320px {
    width: 320px !important;
    height: 64px; }
  .w-md-400px {
    width: 400px !important; } }

@media (max-width: 768px) {
  .w-sm-100 {
    width: 100% !important; }
  .w-sm-88 {
    width: 88% !important; }
  .w-sm-80 {
    width: 80% !important; }
  .w-sm-60 {
    width: 60% !important; }
  .w-sm-50 {
    width: 50% !important; }
  .w-sm-25 {
    width: 25% !important; }
  .w-sm-80px {
    width: 80px !important; }
  .w-sm-120px {
    width: 120px !important; }
  .w-sm-175px {
    width: 175px !important;
    line-height: 40px !important; }
  .w-sm-240px {
    width: 240px !important; }
  .w-sm-320px {
    width: 320px !important;
    height: 64px; }
  .w-sm-400px {
    width: 400px !important; } }

.header_top .header .header-top_list ul li a {
  color: #000; }

.header_top .header .header-bottom {
  position: relative;
  padding: 0; }
  @media (min-width: 991px) {
    .header_top .header .header-bottom .navbar {
      padding: 0 1rem; } }
  @media (max-width: 990px) {
    .header_top .header .header-bottom .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .header_top .header .header-bottom .navbar-nav .nav-item {
    text-align: center; }
    .header_top .header .header-bottom .navbar-nav .nav-item .nav_mb_ul {
      position: absolute;
      padding-top: 10px;
      margin-bottom: 0;
      list-style: none;
      width: 100%;
      float: none;
      background: rgba(255, 255, 255, 0.9);
      top: 80px;
      left: 0;
      z-index: 1;
      display: none; }
      .header_top .header .header-bottom .navbar-nav .nav-item .nav_mb_ul .nav {
        border-top: #009a4c 3px solid; }
        .header_top .header .header-bottom .navbar-nav .nav-item .nav_mb_ul .nav li {
          padding: 0 5px; }
          .header_top .header .header-bottom .navbar-nav .nav-item .nav_mb_ul .nav li a {
            color: #333;
            padding: 10px;
            display: block;
            font-size: 92.85714%; }
            .header_top .header .header-bottom .navbar-nav .nav-item .nav_mb_ul .nav li a:hover {
              color: #009a4c; }
          .header_top .header .header-bottom .navbar-nav .nav-item .nav_mb_ul .nav li:last-child a {
            border: none; }
    .header_top .header .header-bottom .navbar-nav .nav-item .nav-link {
      font-weight: bolder;
      padding: 15px .5rem;
      font-size: 92.85714%; }
      .header_top .header .header-bottom .navbar-nav .nav-item .nav-link img {
        display: block;
        margin: 0 auto 10px; }
      @media (max-width: 990px) {
        .header_top .header .header-bottom .navbar-nav .nav-item .nav-link {
          color: #fff; } }
    .header_top .header .header-bottom .navbar-nav .nav-item.have_nav_ul .nav-link {
      position: relative; }
      .header_top .header .header-bottom .navbar-nav .nav-item.have_nav_ul .nav-link::after {
        display: none;
        bottom: -1px;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-bottom-color: #009a4c;
        border-width: 10px;
        margin-left: -10px;
        z-index: 2; }
    .header_top .header .header-bottom .navbar-nav .nav-item:hover .nav-link {
      color: #009a4c; }
    .header_top .header .header-bottom .navbar-nav .nav-item:hover.have_nav_ul .nav-link::after {
      display: block; }
    .header_top .header .header-bottom .navbar-nav .nav-item:hover .nav_mb_ul {
      display: block; }
    @media (max-width: 990px) {
      .header_top .header .header-bottom .navbar-nav .nav-item {
        width: 50%;
        padding: 0; } }
  @media (max-width: 990px) {
    .header_top .header .header-bottom .search_wp {
      margin: 20px auto; } }
  .header_top .header .header-bottom .font-size-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px; }
    .header_top .header .header-bottom .font-size-list label {
      font-size: 85.71429%;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin: 0;
      text-align: right; }
    .header_top .header .header-bottom .font-size-list .nav {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      .header_top .header .header-bottom .font-size-list .nav li a {
        border-radius: 50%;
        display: block;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px; }
      .header_top .header .header-bottom .font-size-list .nav li:hover a, .header_top .header .header-bottom .font-size-list .nav li.active a {
        color: #fff;
        background: #009a4c; }
    @media (max-width: 990px) {
      .header_top .header .header-bottom .font-size-list {
        background: #f4f4f4;
        padding: 5px 0; }
        .header_top .header .header-bottom .font-size-list label {
          text-align: center; }
        .header_top .header .header-bottom .font-size-list .nav {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }

footer .footer-top {
  background: #f8f8f8;
  padding: 30px 0; }
  @media (min-width: 768px) {
    footer .footer-top img {
      width: 100%; } }

footer .footer-bottom {
  text-align: center;
  background: #655f5e;
  padding: 10px 0; }
  footer .footer-bottom a {
    color: #bbb;
    margin: 0 5px; }
    footer .footer-bottom a:hover {
      color: #fff; }
  footer .footer-bottom p {
    color: #e2e2e2;
    margin: 0; }

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
span {
  font-family: '微軟正黑體' !important; }

h1,
h2,
h3,
h4 {
  font-weight: bold; }

h5 {
  font-size: 92.85714%; }

h5 {
  font-size: 100%;
  color: #ddd; }

h4 {
  font-size: 107.14286%; }

h3 {
  font-size: 128.57143%; }

h2 {
  font-size: 157.14286%; }

legend {
  font-size: 114.28571%;
  margin: 0; }

em {
  font-size: 71.42857%; }

a {
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  text-decoration: none;
  cursor: pointer;
  font-size: 100%; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style-type: none; }

p {
  font-size: 1rem; }

.line-height-normal {
  line-height: normal; }

.text-orange {
  color: #FF8249; }

.text-blue {
  color: #005e98; }

.text-green {
  color: #009a4c; }

.text-red {
  color: red; }

.text-gray {
  color: #777; }

.text-purple {
  color: #8c2da3; }

.text-green2 {
  color: #7BC032; }

.text-bold {
  font-weight: bold; }

.text100 {
  font-size: 428.57143%; }

.line-h38 {
  line-height: 38px; }

.w-100 {
  width: 100% !important; }

.w-80 {
  width: 80% !important; }

.w-70 {
  width: 70% !important; }

.w-60 {
  width: 60% !important; }

.w-50 {
  width: 50% !important; }

.w-25 {
  width: 25% !important; }

.w-20 {
  width: 20% !important; }

.w-min-50px {
  min-width: 50px !important; }

.w-80px {
  width: 80px !important; }

.w-120px {
  width: 120px !important; }

.w-175px {
  width: 175px !important;
  line-height: 30px !important; }

.w-222px {
  width: 222px !important;
  text-align: left; }

.w-320px {
  width: 320px !important;
  height: 64px; }

.w-400px {
  width: 400px !important; }

.w-100-img img {
  width: 100% !important; }

.h-100 {
  height: 100% !important; }

.h-80 {
  height: 80% !important; }

.h-75 {
  height: 75% !important; }

.h-60 {
  height: 60% !important; }

.h-50 {
  height: 50% !important; }

.h-25 {
  height: 25% !important; }

.h-72px {
  height: 72px !important; }

.h-120px {
  min-height: 120px !important; }

.h-138px {
  min-height: 138px !important; }

.h-170px {
  min-height: 170px !important; }

.h-175px {
  min-height: 175px !important; }

.h-195px {
  min-height: 195px; }

.h-214px {
  min-height: 214px; }

.h-240px {
  min-height: 240px !important; }

.h-320px {
  min-height: 320px !important; }

.h-400px {
  min-height: 400px !important; }

.over-text {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }

.over-2 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.over-3 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

.over-4 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 96px; }

.over-5 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 110px; }

.over-6 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical; }

ul.circle {
  padding-left: 20px; }
  ul.circle > li {
    list-style-type: circle;
    margin-bottom: 10px; }

ul.decimal {
  padding-left: 20px; }
  ul.decimal > li {
    list-style-type: decimal;
    margin-bottom: 10px; }

ul.disc {
  padding-left: 20px; }
  ul.disc > li {
    list-style-type: disc;
    margin-bottom: 10px; }
    ul.disc > li a {
      display: block; }
      ul.disc > li a:hover {
        color: #dd5500;
        -webkit-text-decoration-line: underline;
        text-decoration-line: underline; }

ul.cjk {
  padding-left: 20px; }
  ul.cjk > li {
    list-style-type: cjk-ideographic;
    margin-bottom: 10px; }

.border-n {
  border: none !important; }

.border-tb {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000; }

.border-t-g {
  border-top: 1px solid #ddd; }

.border-r {
  border-right: 1px solid #ededed; }

.border-b {
  border-bottom: 1px solid #ddd; }

.border-b-g {
  border-bottom: 1px solid #ededed; }

.border-b-2b {
  border-bottom: 2px solid #0f51a3; }

.border-t-w {
  border-top: 1px solid #fff; }

.border-md-r {
  border-bottom: 1px solid #000; }

@media (min-width: 992px) {
  .border-md-r {
    border-right: 1px solid #000;
    border-bottom: none; } }

.border-back {
  position: relative; }
  .border-back span {
    background: #fff;
    padding: 0 10px; }
  .border-back:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    top: 10px;
    left: 0;
    z-index: -1; }

.underline {
  text-decoration: underline; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media (max-width: 768px) {
  .btn-sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media (min-width: 1200px) {
  .w-md-100 {
    width: 100% !important; }
  .w-md-80 {
    width: 80% !important; }
  .w-md-60 {
    width: 60% !important; }
  .w-md-50 {
    width: 50% !important; }
  .w-md-25 {
    width: 25% !important; }
  .w-md-80px {
    width: 80px !important; }
  .w-md-120px {
    width: 120px !important; }
  .w-md-175px {
    width: 175px !important;
    line-height: 40px !important; }
  .w-md-240px {
    width: 240px !important; }
  .w-md-320px {
    width: 320px !important;
    height: 64px; }
  .w-md-400px {
    width: 400px !important; } }

@media (max-width: 768px) {
  .w-sm-100 {
    width: 100% !important; }
  .w-sm-88 {
    width: 88% !important; }
  .w-sm-80 {
    width: 80% !important; }
  .w-sm-60 {
    width: 60% !important; }
  .w-sm-50 {
    width: 50% !important; }
  .w-sm-25 {
    width: 25% !important; }
  .w-sm-80px {
    width: 80px !important; }
  .w-sm-120px {
    width: 120px !important; }
  .w-sm-175px {
    width: 175px !important;
    line-height: 40px !important; }
  .w-sm-240px {
    width: 240px !important; }
  .w-sm-320px {
    width: 320px !important;
    height: 64px; }
  .w-sm-400px {
    width: 400px !important; } }

.ml-0 {
  margin-left: 0px !important; }

.ml-10 {
  margin-left: 10px !important; }

.ml-15 {
  margin-left: 15px !important; }

.ml-20 {
  margin-left: 20px !important; }

.ml-30 {
  margin-left: 30px !important; }

.ml-40 {
  margin-left: 40px !important; }

.ml-48 {
  margin-left: 48px !important; }

.ml-50 {
  margin-left: 50px !important; }

.ml-60 {
  margin-left: 60px !important; }

.ml-70 {
  margin-left: 70px !important; }

.ml-80 {
  margin-left: 80px !important; }

.ml-90 {
  margin-left: 90px !important; }

.ml-100 {
  margin-left: 100px !important; }

/*------Margin right-------*/
.mr-0 {
  margin-right: 0px !important; }

.mr-10 {
  margin-right: 10px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mr-20 {
  margin-right: 20px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mr-40 {
  margin-right: 40px !important; }

.mr-50 {
  margin-right: 50px !important; }

.mr-60 {
  margin-right: 60px !important; }

.mr-70 {
  margin-right: 70px !important; }

.mr-80 {
  margin-right: 80px !important; }

.mr-90 {
  margin-right: 90px !important; }

.mr-100 {
  margin-right: 100px !important; }

/*------Margin Top-------*/
.mt-0 {
  margin-top: 0px !important; }

.mt-7 {
  margin-top: 7px !important; }

.mt-10 {
  margin-top: 10px !important; }

.mt-15 {
  margin-top: 15px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-35 {
  margin-top: 35px !important; }

.mt-40 {
  margin-top: 40px !important; }

.mt-45 {
  margin-top: 45px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-52 {
  margin-top: 52px !important; }

.mt-60 {
  margin-top: 60px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mt-80 {
  margin-top: 80px !important; }

.mt-90 {
  margin-top: 90px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mt-110 {
  margin-top: 110px !important; }

.mt-180 {
  margin-top: 180px !important; }

/*------Margin Bottom-------*/
.mb-0 {
  margin-bottom: 0px !important; }

.mb-5 {
  margin-bottom: 5px !important; }

.mb-7-5 {
  margin-bottom: 7.5px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-25 {
  margin-bottom: 25px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-35 {
  margin-bottom: 35px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-58 {
  margin-bottom: 58px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.mb-83 {
  margin-bottom: 83px !important; }

.mb-85 {
  margin-bottom: 85px !important; }

.mb-90 {
  margin-bottom: 90px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.mtb-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important; }

/*------Padding all-------*/
.p-60 {
  padding: 60px !important; }

/*------Padding left-------*/
.pl-0 {
  padding-left: 0px !important; }

.pl-10 {
  padding-left: 10px !important; }

.pl-15 {
  padding-left: 15px !important; }

.pl-20 {
  padding-left: 20px !important; }

.pl-30 {
  padding-left: 30px !important; }

.pl-40 {
  padding-left: 40px !important; }

.pl-50 {
  padding-left: 50px !important; }

.pl-60 {
  padding-left: 60px !important; }

.pl-70 {
  padding-left: 70px !important; }

.pl-80 {
  padding-left: 80px !important; }

.pl-90 {
  padding-left: 90px !important; }

.pl-100 {
  padding-left: 100px !important; }

/*------Padding right-------*/
.pr-0 {
  padding-right: 0px !important; }

.pr-10 {
  padding-right: 10px !important; }

.pr-15 {
  padding-right: 15px !important; }

.pr-20 {
  padding-right: 20px !important; }

.pr-30 {
  padding-right: 30px !important; }

.pr-40 {
  padding-right: 40px !important; }

.pr-50 {
  padding-right: 50px !important; }

.pr-60 {
  padding-right: 60px !important; }

.pr-70 {
  padding-right: 70px !important; }

.pr-80 {
  padding-right: 80px !important; }

.pr-90 {
  padding-right: 90px !important; }

.pr-100 {
  padding-right: 100px !important; }

/*------Padding Left Right-------*/
.plr-0 {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.plr-15 {
  padding-left: 15px !important;
  padding-right: 15px !important; }

.plr-25 {
  padding-left: 25px !important;
  padding-right: 25px !important; }

.plr-35 {
  padding-left: 35px !important;
  padding-right: 35px !important; }

.plr-40 {
  padding-left: 40px !important;
  padding-right: 40px !important; }

.plr-45 {
  padding-left: 45px !important;
  padding-right: 45px !important; }

.plr-50 {
  padding-left: 50px !important;
  padding-right: 50px !important; }

.plr-80 {
  padding-left: 80px !important;
  padding-right: 80px !important; }

.plr-100 {
  padding-left: 100px !important;
  padding-right: 100px !important; }

/*------Padding Top-------*/
.pt-0 {
  padding-top: 0px !important; }

.pt-10 {
  padding-top: 10px !important; }

.pt-15 {
  padding-top: 15px !important; }

.pt-20 {
  padding-top: 20px !important; }

.pt-25 {
  padding-top: 25px !important; }

.pt-30 {
  padding-top: 30px !important; }

.pt-40 {
  padding-top: 40px !important; }

.pt-45 {
  padding-top: 45px !important; }

.pt-50 {
  padding-top: 50px !important; }

.pt-60 {
  padding-top: 60px !important; }

.pt-70 {
  padding-top: 70px !important; }

.pt-75 {
  padding-top: 75px !important; }

.pt-80 {
  padding-top: 80px !important; }

.pt-90 {
  padding-top: 90px !important; }

.pt-94 {
  padding-top: 94px !important; }

.pt-95 {
  padding-top: 95px !important; }

.pt-100 {
  padding-top: 100px !important; }

.pt-110 {
  padding-top: 110px !important; }

.pt-140 {
  padding-top: 140px !important; }

/*------Padding-------*/
.p-50 {
  padding: 50px !important; }

.p-48 {
  padding: 48px !important; }

.p-40 {
  padding: 40px !important; }

.p-38 {
  padding: 38px !important; }

/*------Padding Bottom-------*/
.pb-0 {
  padding-bottom: 0px !important; }

.pb-10 {
  padding-bottom: 10px !important; }

.pb-15 {
  padding-bottom: 15px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.pb-25 {
  padding-bottom: 25px !important; }

.pb-30 {
  padding-bottom: 30px !important; }

.pb-40 {
  padding-bottom: 40px !important; }

.pb-45 {
  padding-bottom: 45px !important; }

.pb-50 {
  padding-bottom: 50px !important; }

.pb-55 {
  padding-bottom: 55px !important; }

.pb-58 {
  padding-bottom: 58px !important; }

.pb-60 {
  padding-bottom: 60px !important; }

.pb-65 {
  padding-bottom: 65px !important; }

.pb-70 {
  padding-bottom: 70px !important; }

.pb-75 {
  padding-bottom: 75px !important; }

.pb-80 {
  padding-bottom: 80px !important; }

.pb-90 {
  padding-bottom: 90px !important; }

.pb-95 {
  padding-bottom: 95px !important; }

.pb-100 {
  padding-bottom: 100px !important; }

.pb-110 {
  padding-bottom: 110px !important; }

.pb-120 {
  padding-bottom: 120px !important; }

.pb-130 {
  padding-bottom: 130px !important; }

.pb-140 {
  padding-bottom: 140px !important; }

/*------Padding  Top Bottom-------*/
.ptb-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

.ptb-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

.ptb-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.ptb-11 {
  padding-top: 11px !important;
  padding-bottom: 11px !important; }

.ptb-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important; }

.ptb-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important; }

.ptb-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.ptb-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important; }

.ptb-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

.ptb-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important; }

.ptb-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important; }

.ptb-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important; }

.ptb-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important; }

.ptb-58 {
  padding-top: 58px !important;
  padding-bottom: 58px !important; }

.ptb-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important; }

.ptb-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important; }

.ptb-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important; }

.ptb-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important; }

.ptb-92 {
  padding-top: 92px !important;
  padding-bottom: 92px !important; }

.ptb-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important; }

.ptb-110 {
  padding-top: 110px !important;
  padding-bottom: 110px !important; }

.ptb-118 {
  padding-top: 118px !important;
  padding-bottom: 118px !important; }

.ptb-120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important; }

.ptb-130 {
  padding-top: 130px !important;
  padding-bottom: 130px !important; }

.ptb-132 {
  padding-top: 132px !important;
  padding-bottom: 132px !important; }

.ptb-140 {
  padding-top: 140px !important;
  padding-bottom: 140px !important; }

.ptb-150 {
  padding-top: 150px !important;
  padding-bottom: 150px !important; }

.ptb-160 {
  padding-top: 160px !important;
  padding-bottom: 160px !important; }

.ptb-180 {
  padding-top: 180px !important;
  padding-bottom: 180px !important; }

.ptb-200 {
  padding-top: 200px !important;
  padding-bottom: 200px !important; }

.ptb-240 {
  padding-top: 240px !important;
  padding-bottom: 240px !important; }

@media (min-width: 768px) {
  .pl-md-0 {
    padding-left: 0 !important; }
  .pr-md-0 {
    padding-right: 0 !important; }
  .pl-md-30 {
    padding-left: 30px !important; }
  .mb-md-30 {
    margin-bottom: 30px; } }

@media (max-width: 768px) {
  .mb-md-30 {
    margin-bottom: 15px; }
  .mb-sm-30 {
    margin-bottom: 30px; } }

:focus {
  outline: 2px solid #009a4c; }

body.lange {
  font-size: 1.25rem; }

body.medium {
  font-size: 1rem; }

body.small {
  font-size: .75rem; }

.bg-blue {
  background: #4ac4fa; }

.cus-int {
  border: 2px solid #4ac4fa;
  padding: 7.5px 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -wbkit-border-radius: 3px; }

.cus-btn {
  background: #4ac4fa;
  color: #fff;
  border: 2px solid #4ac4fa;
  padding: 7.5px 10px; }
  .cus-btn:hover {
    background: #339bc9;
    border: 2px solid #339bc9;
    color: #fff; }

.form-group label {
  font-size: 92.85714%; }

.form-group .form-check-label {
  font-size: 78.57143%; }

.form-custom {
  padding: 10px 0px;
  outline: none;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0; }
  @media (min-width: 768px) {
    .form-custom {
      min-width: 200px; } }

.form-check-input {
  margin-top: .4rem; }

.img-wrap .img-item {
  position: relative;
  padding-top: 100%;
  overflow: hidden; }
  .img-wrap .img-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }

.slick-dots {
  list-style: none;
  padding-right: 0px;
  z-index: 5;
  bottom: -20px; }
  .slick-dots li.slick-active button:before {
    border: 2px solid #000;
    background: #000; }

.inside-kv .img-wrap .img-item {
  padding-top: 21%; }
  @media (max-width: 767px) {
    .inside-kv .img-wrap .img-item {
      padding-top: 30%; } }
  .inside-kv .img-wrap .img-item img {
    width: 100%; }

.breadcrumb {
  background: #dfdfdf;
  margin: 0; }
  .breadcrumb li a {
    color: #000;
    display: block;
    margin-right: 20px;
    position: relative; }
    .breadcrumb li a:before {
      content: '>';
      position: absolute;
      display: block;
      top: 0;
      right: -15px;
      color: #000 !important; }
    .breadcrumb li a:hover {
      color: #e6801e; }
  .breadcrumb li.active a {
    color: #e6801e; }

.index-title {
  text-align: center;
  font-size: 128.57143%;
  position: relative;
  margin-bottom: 30px;
  padding: 30px; }
  .index-title::before {
    position: absolute;
    display: block;
    content: '';
    width: 30px;
    height: 5px;
    background: #009a4c;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%); }
  .index-title span {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #009a4c;
    display: inline-block;
    position: relative;
    top: -5px;
    margin: 0 7.5px; }

.kv .slick-slider .slick-next, .kv .slick-slider .slick-prev {
  width: 20px;
  height: 36px;
  background-size: cover; }

.share-list {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .share-list li {
    margin: 0 10px; }
    .share-list li a {
      border: 1px solid #d6d6d6;
      border-radius: 50%;
      display: block;
      width: 30px;
      line-height: 28px;
      text-align: center;
      height: 30px; }
      .share-list li a i {
        color: #d6d6d6;
        -o-transition: all .4s ease;
        transition: all .4s ease;
        -moz-transition: all .4s ease;
        -webkit-transition: all .4s ease; }
      .share-list li a:hover {
        border: 1px solid #4c6ef5; }
        .share-list li a:hover i {
          color: #4c6ef5; }

.index-product-items {
  display: block;
  padding: 15px;
  color: #000; }
  .index-product-items .product-hover {
    opacity: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.6);
    z-index: 2; }
    .index-product-items .product-hover .more {
      width: 100%;
      background: #93b781;
      text-align: center;
      color: #fff;
      padding: 10px 0;
      position: absolute;
      bottom: 0; }
  .index-product-items:hover {
    background: #f7f7f7; }
    .index-product-items:hover .product-hover {
      opacity: 1; }
  .index-product-items img {
    width: 100%;
    display: block;
    -o-object-fit: none;
    object-fit: none; }
  .index-product-items .shop-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .index-product-items .shop-name .shop-logo {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      overflow: hidden;
      border: 1px solid #ddd;
      margin-right: 10px; }
      .index-product-items .shop-name .shop-logo img {
        -o-object-fit: cover;
        object-fit: cover; }
    .index-product-items .shop-name h4 {
      font-size: 107.14286%;
      color: #bbb;
      margin-bottom: 0; }

.video-items {
  display: block;
  padding: 15px;
  color: #000; }
  .video-items .product-hover {
    opacity: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.6);
    z-index: 2; }
    .video-items .product-hover .more {
      width: 100%;
      background: #93b781;
      text-align: center;
      color: #fff;
      padding: 10px 0;
      position: absolute;
      bottom: 0; }
  .video-items:hover {
    background: #f7f7f7; }
    .video-items:hover .product-hover {
      opacity: 1; }
  .video-items img {
    width: 100%;
    display: block;
    -o-object-fit: none;
    object-fit: none; }
  .video-items h4 {
    font-size: 107.14286%;
    background: #fff;
    color: #bbb;
    border: 1px solid #009a4c;
    border-radius: 30px;
    display: inline-block;
    padding: 5px 15px;
    text-align: center;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    text-decoration: none; }
  .video-items p {
    font-size: 100%;
    font-style: initial;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    text-decoration: none;
    color: #bbb; }
  .video-items:hover {
    background: #f2f2f2;
    color: #000; }
    .video-items:hover p {
      color: #000; }
    .video-items:hover h4 {
      background: #009a4c;
      color: #fff;
      border: 1px solid #ddd; }

.index-news-items {
  border: 1px solid #ddd;
  display: block;
  padding: 15px;
  color: #bbb; }
  .index-news-items h4 {
    font-size: 107.14286%;
    background: #fff;
    color: #bbb;
    border: 1px solid #009a4c;
    border-radius: 30px;
    display: inline-block;
    padding: 5px 15px;
    text-align: center;
    margin-bottom: 0;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    text-decoration: none; }
  .index-news-items em {
    font-size: 100%;
    font-style: initial;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    text-decoration: none;
    color: #bbb; }
  .index-news-items:hover {
    background: #f2f2f2;
    color: #000; }
    .index-news-items:hover em {
      color: #000; }
    .index-news-items:hover h4 {
      background: #009a4c;
      color: #fff;
      border: 1px solid #ddd; }

.information-items {
  display: block;
  color: #000; }
  .information-items .product-hover {
    opacity: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.6);
    z-index: 2; }
    .information-items .product-hover .more {
      width: 100%;
      background: #93b781;
      text-align: center;
      color: #fff;
      padding: 10px 0;
      position: absolute;
      bottom: 0; }
  .information-items:hover {
    background: #f7f7f7; }
    .information-items:hover .product-hover {
      opacity: 1; }
  .information-items img {
    width: 100%;
    display: block;
    -o-object-fit: none;
    object-fit: none; }
  .information-items .shop-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .information-items .shop-name .shop-logo {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      overflow: hidden;
      border: 1px solid #ddd;
      margin-right: 10px; }
      .information-items .shop-name .shop-logo img {
        -o-object-fit: cover;
        object-fit: cover; }
    .information-items .shop-name h4 {
      font-size: 107.14286%;
      color: #bbb;
      margin-bottom: 0; }

.news-report-items {
  display: block;
  padding: 15px;
  color: #bbb; }
  .news-report-items .img-wrap .img-item {
    padding-top: 75%; }
  .news-report-items .product-hover {
    opacity: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.6);
    z-index: 2; }
    .news-report-items .product-hover .more {
      width: 100%;
      background: #93b781;
      text-align: center;
      color: #fff;
      padding: 10px 0;
      position: absolute;
      bottom: 0; }
  .news-report-items:hover {
    background: #f7f7f7; }
    .news-report-items:hover .product-hover {
      opacity: 1; }
  .news-report-items h4 {
    font-size: 107.14286%;
    background: #fff;
    color: #bbb;
    border: 1px solid #009a4c;
    border-radius: 30px;
    display: inline-block;
    padding: 5px 15px;
    text-align: center;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    text-decoration: none; }
  .news-report-items h3 {
    font-size: 128.57143%; }
  .news-report-items em {
    font-size: 100%;
    font-style: initial;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    text-decoration: none;
    color: #bbb; }
  .news-report-items:hover {
    background: #f2f2f2;
    color: #000; }
    .news-report-items:hover em {
      color: #000; }
    .news-report-items:hover h4 {
      background: #009a4c;
      color: #fff;
      border: 1px solid #ddd; }

.news-list > ul {
  padding-left: 0; }
  .news-list > ul > li {
    padding-left: 20px;
    border-bottom: 1px solid #ddd;
    position: relative; }
    .news-list > ul > li a {
      display: block;
      padding: 15px 0;
      position: relative;
      color: #000;
      font-size: 100%; }
      .news-list > ul > li a::before {
        display: block;
        position: absolute;
        content: '‧';
        font-size: 257.14286%;
        left: -20px;
        top: 20px;
        width: 15px;
        height: 15px;
        text-align: center;
        line-height: 8px; }
    .news-list > ul > li.active a, .news-list > ul > li:hover a {
      color: #009a4c;
      font-weight: bold; }
    .news-list > ul > li .news-list-nav {
      display: none;
      position: absolute;
      right: -100%;
      top: 0;
      background: rgba(255, 255, 255, 0.7);
      -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=0, Color=#000000)";
      -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.3);
      box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.3);
      filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#000000);
      width: 100%;
      z-index: 9; }
      .news-list > ul > li .news-list-nav li {
        width: 33.33%; }
        .news-list > ul > li .news-list-nav li a {
          display: block;
          padding: 10px;
          font-size: 100%; }
          .news-list > ul > li .news-list-nav li a::before {
            display: none; }
          .news-list > ul > li .news-list-nav li a:hover {
            color: #009a4c;
            background: #fff; }
    .news-list > ul > li:hover .news-list-nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }

.left-check-item {
  border-bottom: 1px solid #ddd; }
  .left-check-item .left-sidebar-title {
    font-weight: bold;
    font-size: 128.57143%;
    padding: 5px;
    display: block;
    line-height: 22px;
    border-bottom: 1px solid #ddd; }
    .left-check-item .left-sidebar-title:hover {
      color: #fff; }
  .left-check-item ul li a {
    font-size: 100%;
    padding: 5px 5px 5px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .left-check-item ul li .form-group {
    margin-top: .5rem;
    margin-bottom: .5rem; }
  .left-check-item ul li.left-sidebar_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none; }
    .left-check-item ul li.left-sidebar_cont .left-sidebar_item_top.more {
      border: none;
      padding: 15px 0px;
      color: #000; }
      .left-check-item ul li.left-sidebar_cont .left-sidebar_item_top.more:hover {
        color: #009a4c; }
    .left-check-item ul li.left-sidebar_cont.active_top {
      display: block; }
      .left-check-item ul li.left-sidebar_cont.active_top .left-sidebar_item_top {
        display: none; }
    .left-check-item ul li.left-sidebar_cont .left-sidebar_item_bottom {
      display: none; }
  .left-check-item ul li.left-sidebar-link {
    padding: 15px 0; }
    .left-check-item ul li.left-sidebar-link .left-sidebar-link_nav_ul {
      display: none;
      opacity: 0; }
      .left-check-item ul li.left-sidebar-link .left-sidebar-link_nav_ul li a {
        padding-left: 30px;
        background: #fff;
        color: #333;
        position: relative; }
        .left-check-item ul li.left-sidebar-link .left-sidebar-link_nav_ul li a:before {
          content: '-';
          display: block;
          position: absolute;
          width: 10px;
          height: 10px;
          top: 5px;
          left: 15px; }
        .left-check-item ul li.left-sidebar-link .left-sidebar-link_nav_ul li a:hover {
          background: #f7f7f7;
          font-weight: bolder; }
      .left-check-item ul li.left-sidebar-link .left-sidebar-link_nav_ul li.active a {
        background: #f7f7f7;
        font-weight: bolder; }
    .left-check-item ul li.left-sidebar-link:hover a, .left-check-item ul li.left-sidebar-link.active a {
      color: #fff; }
    .left-check-item ul li.left-sidebar-link:hover .left-sidebar-link_nav_ul, .left-check-item ul li.left-sidebar-link.active .left-sidebar-link_nav_ul {
      display: block;
      opacity: 1; }
  .left-check-item .square-item {
    margin-right: -5px;
    margin-left: -5px;
    padding: 5px; }
    .left-check-item .square-item .col-2 {
      padding-right: 5px;
      padding-left: 5px;
      height: 30.5px; }
      .left-check-item .square-item .col-2 .square-item-color {
        display: inline-block;
        width: 100%;
        height: 30.5px;
        border: 2px solid #fff;
        cursor: pointer; }
        .left-check-item .square-item .col-2 .square-item-color:hover {
          border: 2px solid #000; }
        .left-check-item .square-item .col-2 .square-item-color01 {
          background: #cf5d5d; }
        .left-check-item .square-item .col-2 .square-item-color02 {
          background: #c9459f; }
        .left-check-item .square-item .col-2 .square-item-color03 {
          background: #689dd4; }
        .left-check-item .square-item .col-2 .square-item-color04 {
          background: #68d4aa; }
        .left-check-item .square-item .col-2 .square-item-color05 {
          background: #a8d468; }
        .left-check-item .square-item .col-2 .square-item-color06 {
          background: #d4c368; }
      .left-check-item .square-item .col-2 .square-item-size {
        display: inline-block;
        width: 100%;
        height: 30.5px;
        line-height: 26px;
        text-align: center;
        border: 2px solid #ddd;
        cursor: pointer; }
        .left-check-item .square-item .col-2 .square-item-size:hover {
          border: 2px solid #000; }
      .left-check-item .square-item .col-2.active .square-item-size, .left-check-item .square-item .col-2.active .square-item-color {
        border: 2px solid #000; }
  .left-check-item .range-item {
    margin: 10px 0; }
  .left-check-item.filter-item h4 {
    position: relative; }
    .left-check-item.filter-item h4:before {
      position: absolute;
      content: '\f068';
      color: #333;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      top: 5px;
      right: 5px; }
  .left-check-item.filter-item.active h4:before {
    content: '\f067'; }
  .left-check-item.filter-item.active ul {
    display: block;
    opacity: 1; }

.rule-item {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 100%;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  height: 400px;
  overflow-y: auto; }

.information_cont.information_cont_edit {
  border-radius: 10px;
  border: 1px solid #ddd;
  padding: 15px 20px; }
  .information_cont.information_cont_edit.active {
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=0, Color=#000000)";
    /*IE 8*/
    -moz-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    /*FF 3.5+*/
    -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#000000);
    /*IE 5.5-7*/ }

.information_cont .information_top {
  position: relative;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 5px;
  color: #009a4c;
  cursor: pointer; }
  .information_cont .information_top:before {
    position: absolute;
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    top: 10px;
    right: 0; }
  .information_cont .information_top:hover {
    color: #009a4c; }
  .information_cont .information_top.collapsed {
    color: #000; }
    .information_cont .information_top.collapsed:before {
      content: '\f054'; }
  .information_cont .information_top.information_top_edit {
    border-bottom: none;
    margin-bottom: 0px; }
    .information_cont .information_top.information_top_edit:before {
      content: '\f303';
      right: 40px; }
    .information_cont .information_top.information_top_edit:after {
      position: absolute;
      display: inline-block;
      content: '修改';
      top: 7px;
      right: 0; }

.information_cont.information_cont_edit .information_bottom {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  margin-top: 10px; }

.section02 .index-brand-items {
  display: block;
  padding: 15px;
  color: #bbb; }
  .section02 .index-brand-items:hover {
    background: #f2f2f2;
    color: #000; }
  .section02 .index-brand-items img {
    width: 100%;
    display: block;
    -o-object-fit: none;
    object-fit: none; }

.section02 .slick-slider .slick-next, .section02 .slick-slider .slick-prev {
  width: 10px;
  height: 18px;
  z-index: 6;
  background-size: cover; }

.section02 .slick-slider .slick-prev {
  left: 30%;
  bottom: -30px;
  top: initial; }

.section02 .slick-slider .slick-next {
  right: 30%;
  bottom: -30px;
  top: initial; }

.section03 .slick-slider .slick-next, .section03 .slick-slider .slick-prev {
  width: 10px;
  height: 18px;
  z-index: 6;
  background-size: cover; }

.section03 .slick-slider .slick-prev {
  left: 30%;
  bottom: -30px;
  top: initial; }

.section03 .slick-slider .slick-next {
  right: 30%;
  bottom: -30px;
  top: initial; }

.about-section01, .add-section01 {
  padding-top: 30px; }

.news-section01 .main_tb-body {
  margin-bottom: 40px;
  text-align: center;
  counter-reset: num; }
  .news-section01 .main_tb-body .row {
    padding: 10px 0px;
    color: #666; }
    .news-section01 .main_tb-body .row:nth-child(even) {
      background: #f8f8f8; }
    .news-section01 .main_tb-body .row:hover {
      color: #000;
      background: #ddd; }
    .news-section01 .main_tb-body .row [class^=col] {
      padding: 5px; }
      .news-section01 .main_tb-body .row [class^=col]:nth-child(3) {
        text-align: left; }
    .news-section01 .main_tb-body .row.news-list-items {
      color: #bbb;
      border-bottom: 1px solid #ddd;
      padding: 15px 0; }
      .news-section01 .main_tb-body .row.news-list-items:last-child {
        border: none; }
      .news-section01 .main_tb-body .row.news-list-items h4 {
        font-size: 107.14286%;
        background: #fff;
        color: #bbb;
        border: 1px solid #009a4c;
        border-radius: 30px;
        display: inline-block;
        padding: 5px 15px;
        text-align: center;
        margin-bottom: 0;
        -o-transition: all .4s ease;
        transition: all .4s ease;
        -moz-transition: all .4s ease;
        -webkit-transition: all .4s ease;
        text-decoration: none; }
      .news-section01 .main_tb-body .row.news-list-items em {
        font-size: 107.14286%;
        font-style: initial;
        -o-transition: all .4s ease;
        transition: all .4s ease;
        -moz-transition: all .4s ease;
        -webkit-transition: all .4s ease;
        text-decoration: none;
        color: #bbb; }
      .news-section01 .main_tb-body .row.news-list-items p {
        margin: 0; }
      .news-section01 .main_tb-body .row.news-list-items:hover {
        background: #f2f2f2;
        color: #000; }
        .news-section01 .main_tb-body .row.news-list-items:hover em {
          color: #000; }
        .news-section01 .main_tb-body .row.news-list-items:hover h4 {
          background: #009a4c;
          color: #fff;
          border: 1px solid #ddd; }
    @media (max-width: 767px) {
      .news-section01 .main_tb-body .row {
        margin-bottom: 15px; }
        .news-section01 .main_tb-body .row [class^=col] {
          display: -ms-flexbox;
          display: -webkit-box;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: nowrap;
          padding: 0 15px;
          margin-bottom: 5px;
          text-align: left;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .news-section01 .main_tb-body .row [class^=col]:before {
            content: attr(data-title) " ";
            color: #000;
            font-weight: 700;
            white-space: nowrap;
            padding: 5px 15px;
            background: #009a4c;
            color: #fff;
            margin: 0 10px 0px 0;
            width: 100px; } }

.news-section02 {
  padding-top: 50px; }
  .news-section02 .news-detail-title {
    color: #000;
    border-bottom: 1px solid #ddd;
    padding: 15px 0; }
    .news-section02 .news-detail-title h4 {
      font-size: 107.14286%;
      background: #009a4c;
      color: #fff;
      border: 1px solid #009a4c;
      border-radius: 30px;
      display: inline-block;
      padding: 5px 15px;
      text-align: center;
      margin-bottom: 0; }
    .news-section02 .news-detail-title em {
      font-size: 107.14286%;
      font-style: initial;
      -o-transition: all .4s ease;
      transition: all .4s ease;
      -moz-transition: all .4s ease;
      -webkit-transition: all .4s ease;
      text-decoration: none;
      color: #bbb; }
    .news-section02 .news-detail-title p {
      margin: 0; }

.brand-section02 {
  padding-top: 50px; }
  .brand-section02 .brand-list li {
    padding: 10px 0;
    border-bottom: 1px solid #ddd; }

.product-section02 {
  padding-top: 50px; }
  .product-section02 .detail-img {
    padding: 0 30px; }
    .product-section02 .detail-img .slick-next, .product-section02 .detail-img .slick-prev {
      width: 15px;
      height: 28px;
      background-size: contain !important;
      background-repeat: no-repeat; }
    .product-section02 .detail-img .product_detail_img-item {
      margin-bottom: 15px; }
      .product-section02 .detail-img .product_detail_img-item img {
        -o-object-fit: cover;
        object-fit: cover; }
    .product-section02 .detail-img .product_detail_img-nav .product_detail_img-nav-item {
      margin: 7px;
      border: 3px solid #fff;
      border-radius: 5px; }
      .product-section02 .detail-img .product_detail_img-nav .product_detail_img-nav-item.slick-current {
        border: 3px solid #009a4c; }
  .product-section02 .shop-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .product-section02 .shop-name .shop-logo {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      overflow: hidden;
      border: 1px solid #ddd;
      margin-right: 10px; }
      .product-section02 .shop-name .shop-logo img {
        -o-object-fit: cover;
        object-fit: cover; }
    .product-section02 .shop-name h4 {
      font-size: 107.14286%;
      color: #bbb;
      margin-bottom: 0; }
  .product-section02 .product_slider_inside.slick-slider .slick-next, .product-section02 .product_slider_inside.slick-slider .slick-prev {
    width: 10px;
    height: 18px;
    z-index: 6;
    background-size: cover; }
  .product-section02 .product_slider_inside.slick-slider .slick-prev {
    left: 30%;
    bottom: -30px;
    top: initial; }
  .product-section02 .product_slider_inside.slick-slider .slick-next {
    right: 30%;
    bottom: -30px;
    top: initial; }

.pagination_wp .page-item .page-link {
  border: none;
  font-weight: bolder;
  background: #fff;
  color: #ddd;
  margin: 0 5px;
  font-size: 85.71429%; }

.pagination_wp .page-item:hover .page-link, .pagination_wp .page-item.active .page-link {
  border: none;
  color: #009a4c; }

.pagination_wp .page-item:first-child:hover .page-link, .pagination_wp .page-item:last-child:hover .page-link {
  background: #fff;
  font-weight: bolder;
  color: #009a4c; }

@media (max-width: 767px) {
  img {
    max-width: 100% !important; } }
