@charset "UTF-8";
@import url(frame.css);
.site-content-wrapper, .site-content {
  zoom: 1; }

.site-content-wrapper:after, .site-content:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden; }

body {
  margin: 0;
  background: #f5f5f5; }
   
.site-header {
  /*position: fixed;
	left: 0;
	top: 0;*/ }

a {
  color: #2c893a; }

.green {
  color: #2c893a; }

/*-- 主內容區塊 START ------------------- */
.site-main-wrapper {
  width: 100%;
  min-width: 1170px;
  position: relative;
  z-index: 4;
  overflow: hidden;
  background: #a3c4f9;
  margin-bottom: 25px; }
  .site-main-wrapper img {
    vertical-align: top; }
  .site-main-wrapper .site-main {
    width: 100%;
    margin: 0 auto;
    position: relative; }
  .site-main-wrapper .sm-content {
    width: 100%;
    max-width: 1170px;
    height: 100%;
    margin: 0 auto;
    position: relative; }
  .site-main-wrapper .sm-pic-box {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative; }
    .site-main-wrapper .sm-pic-box img {
      width: 100%;
      display: inline-block; }
    .site-main-wrapper .sm-pic-box.spb-mb {
      display: none; }
  @media (max-width: 768px) {
    .site-main-wrapper {
      min-width: 0;
      padding-top: 50px; }
      .site-main-wrapper .sm-pic-box.spb-pc {
        display: none; }
      .site-main-wrapper .sm-pic-box.spb-mb {
        display: block; } }

/*-- 主內容區塊 END --*/
.site-body {
  width: 100%;
  min-width: 1170px;
  padding: 0px;
  min-height: 0;
  margin-bottom: 25px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  @media (max-width: 768px) {
    .site-body {
      min-width: 0; } }
  @media (max-width: 1170px) {
    .site-body {
      padding: 0 15px; } }

.site-content-wrapper {
  width: 100%;
  margin: 0;
  position: relative;
  z-index: 11; }
  @media (max-width: 768px) {
    .site-content-wrapper {
      margin: 0; } }

.site-content {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  position: relative; }

.sc-store {
  float: left;
  width: calc(100% - 225px); }
  .sc-store .scs-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .sc-store .scs-list li {
      width: calc(50% - 12px);
      height: auto;
      margin: 0 16px 15px 0;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .sc-store .scs-list li:nth-child(2n) {
        margin-right: 0px; }
    .sc-store .scs-list .ssl-box {
      width: 100%;
      height: 100%;
      color: #fff;
      font-size: 14px;
      line-height: 1.5;
      text-align: center;
      padding: 14px 13px 10px;
      background: rgba(255, 255, 255, 0.5);
      display: block;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      -webkit-box-shadow: 0 0 3px 0px rgba(50, 50, 50, 0.3);
      -moz-box-shadow: 0 0 3px 0px rgba(50, 50, 50, 0.3);
      box-shadow: 0 0 3px 0px rgba(50, 50, 50, 0.3); }
      /* .sc-store .scs-list .ssl-box:hover {
        -webkit-box-shadow: 0 0 5px 0px rgba(50, 50, 50, 0.6);
        -moz-box-shadow: 0 0 5px 0px rgba(50, 50, 50, 0.6);
        box-shadow: 0 0 5px 0px rgba(50, 50, 50, 0.6);
        background: rgba(255, 255, 255, 0.7); }
        .sc-store .scs-list .ssl-box:hover .ssl-name {
          color: #2c893a; } */
      .sc-store .scs-list .ssl-box .ssl-img {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-top: 66.3%;
        position: relative; }
        .sc-store .scs-list .ssl-box .ssl-img img {
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
          right: 0;
          margin: auto;
         /* max-width: 100%; */
          max-height: 100%; }
      .sc-store .scs-list .ssl-box .ssl-name {
        width: 100%;
        height: 46px;
        color: #333;
        font-size: 15px;
        text-align: left;
        overflow: hidden;
        margin-top: 10px;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
  @media (max-width: 768px) {
    .sc-store {
      float: none;
      width: 100%;
      padding: 0 15px; }
      .sc-store .scs-list li {
        width: calc(33.33% - 10px);
        margin: 0 15px 15px 0; }
        .sc-store .scs-list li:nth-child(4n) {
          margin-right: 15px; }
        .sc-store .scs-list li:nth-child(3n) {
          margin-right: 0px; }
      .sc-store .scs-list .ssl-box .ssl-name {
        font-size: 14px; } }
  @media (max-width: 568px) {
    .sc-store .scs-list li {
      width: calc(50% - 8px);
      margin: 0 16px 15px 0; }
      .sc-store .scs-list li:nth-child(3n), .sc-store .scs-list li:nth-child(4n) {
        margin-right: 16px; }
      .sc-store .scs-list li:nth-child(2n) {
        margin-right: 0px; } }

.sc-ad {
  float: right;
  width: 200px;
  margin-left: 25px; }
  .sc-ad .sa-box {
    width: 100%;
    margin-bottom: 12px;
    display: block; }
    .sc-ad .sa-box:last-child {
      margin-bottom: 0; }
    .sc-ad .sa-box img {
      width: 100%; }
  @media (max-width: 768px) {
    .sc-ad {
      display: none; } }
