@charset "UTF-8";
/* @import url('https://fonts.googleapis.com/css?family=Lato|Roboto'); */
* {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  /*自動換行*/
  word-break: normal;
  box-sizing: border-box;
  /*border/padding為內含*/
  text-decoration: none;
  list-style: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* font-family: Helvetica, Arial, '微軟正黑體','新細明體', sans-serif; */
  font-family: 'Century Gothic','Roboto', 'Arial','微軟正黑體','新細明體', sans-serif;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
fieldset, form, label, legend,
caption, tbody, tfoot, thead,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, li, ul, i {
  margin: 0;
  padding: 0;
  border: 0 none;
  font: inherit;
  font-family: 'Century Gothic','Arial','微軟正黑體','新細明體', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

strong, th {
  font-weight: bold;
}

em {
  font-style: normal;
}

ul, li, img {
  border: 0 none;
  list-style-type: none;
}

a {
  text-decoration: none;
  /*無底線*/
  outline: none;
  /*隱藏連結虛線*/
}

a:hover, a:visited, a:active, a:link {
  text-decoration: none;
  /*無底線*/
  outline: none;
  /*隱藏連結虛線*/
}

img, input, select {
  vertical-align: middle;
}

/*讓圖片跟文字垂直置中對齊*/
input[type="radio"] {
  vertical-align: baseline;
}

input[type="checkbox"] {
  vertical-align: middle;
}

.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

label, input[type="button"], input[type="submit"], input[type="image"], button {
  cursor: pointer;
}

input[type=radio]:checked, input[type=radio] {
  outline: none;
}

input[type=checkbox], input[type=radio] {
  margin: 0;
}

textarea {
  overflow-x: hidden;
  overflow-y: auto;
}

button {
  width: auto;
  overflow: visible;
}

img {
  max-width: 100%;
  height: auto;
}

.ie7 img {
  -ms-interpolation-mode: bicubic;
}

/* table */
table {
  border-spacing: 0px;
  /*cellspacing*/
  border: 0px none;
  /*border*/
}

table tr td, table tr th {
  padding: 0px;
  /*cellpadding*/
  border: 0px none;
  /*border*/
}

div, p, a, ul, li {
  zoom: 1;
}

table, th, td {
  zoom: 1;
}

body {
  background-color: #ffffff;
}

header {
  width: 100%;
}

/* bootstrap修正 */
@media (max-width: 990px) {
  .container {
    width: 100%;
  }
}

a:focus, a:hover {
  -webkit-transition: .3s;
  transition: .3s;
  color: #306ea3;
}

@media screen and (max-width: 768px) {
  .col-xs-12 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .logo-center {
    padding-top: 12px;
  }
  .logo-center img {
    width: 180px;
  }
  .modal-body p {
    padding: 0px 0px;
  }
  .modal-content {
    width: 100%;
  }
}

img {
  display: block;
}

.clearfix, .clearfix::before, .clearfix::after {
  display: table;
  clear: both;
}

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

h1, h2, h3, h4, h5 {
  color: #373737;
  line-height: 1.4;
  letter-spacing: .5px;
  word-break: break-word;
}

h1, .h1 {
  font-size: 32px;
  margin-bottom: 0.6em;
  margin-top: 0.6em;
}

h2, .h2 {
  font-size: 28px;
}

h3, .h3 {
  font-size: 21px;
}

h4, .h4 {
  font-size: 17px;
}

p {
  font-size: 17px;
  margin: 5px 0;
}

.summary {
  color: #e85298;
}

.bg-gray {
  background-color: #f8f8f8;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

/* ==========================================================================
button
========================================================================== */
.btn {
  outline: none;
  padding: 4px 12px;
  border: 0 none;
  letter-spacing: 1px;
  font-weight: normal;
  margin-bottom: 5px;
  white-space: inherit;
  border-radius: 0;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 15px;
}

.btn:hover, .btn:focus, .btn:active:focus, .btn.active:focus {
  outline: 0 none;
}

.btn:hover, .btn:focus, .btn.focus {
  color: inherit;
  text-decoration: none;
}

.btn.outline {
  background: none;
}

.btn.outline:hover, .btn.outline:focus, .btn.outline:active:focus, .btn.outline.active:focus .btn.outline.focus {
  background: none;
}

.btn-square {
  width: 45px;
  height: 45px;
  padding: 0;
  line-height: 47px;
  font-size: 28px;
  margin: 0 5px;
}

.btn-pink {
  background-color: #E9546B;
  color: #ffffff;
  border: 1px solid #E9546B;
}

.btn-pink:hover, .btn-pink:active, .btn-pink:focus {
  color: #ffffff;
  background-color: #ec6b7f;
  border: 1px solid #E9546B;
}

.btn-pink.outline {
  border: 1px solid #e85298;
  color: #e85298;
}

.btn-pink.outline:hover, .btn-pink.outline:focus, .btn-pink.outline:active:focus, .btn-pink.outline.active:focus .btn-pink.outline.focus {
  border: 1px solid #ea60a0;
  color: #ea60a0;
}

.btn-black {
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #000000;
}

.btn-black:hover, .btn-black:active, .btn-black:focus {
  color: #ffffff;
  background-color: #000000;
  border: 1px solid #000000;
}

.btn-black.outline {
  border: 1px solid #000000;
  color: #000000;
}

.btn-black.outline:hover, .btn-black.outline:focus, .btn-black.outline:active:focus, .btn-black.outline.active:focus .btn-black.outline.focus {
  border: 1px solid #000000;
  color: #000000;
}

.btn-main {
  font-size: 21px;
  background-color: #232088;
  color: #ffffff;
  border: 1px solid #232088;
  border-radius: 30px;
}

.btn-main:hover, .btn-main:active, .btn-main:focus {
  color: #ffffff;
  background-color: #28259d;
  border: 1px solid #232088;
}

.btn-main.outline {
  border: 1px solid #232088;
  color: #232088;
}

.btn-main.outline:hover, .btn-main.outline:focus, .btn-main.outline:active:focus, .btn-main.outline.active:focus .btn-main.outline.focus {
  border: 1px solid #232088;
  color: #232088;
}

.link-btn {
  color: #e85298;
  cursor: pointer;
}

.link-btn:hover, .link-btn:focus, .link-btn.focus {
  color: #e85298;
  text-decoration: underline !important;
}

.text-btn {
  color: #373737;
  cursor: pointer;
}

.btn-fb {
  font-size: 13px;
  border-radius: 30px;
  padding: 2px 8px;
  background-color: #3c5b9b;
  color: #ffffff;
  border: 1px solid #3c5b9b;
}

.btn-fb:hover, .btn-fb:active, .btn-fb:focus {
  color: #ffffff;
  background-color: #4467B0;
  border: 1px solid #3c5b9b;
}

.btn-line {
  font-size: 13px;
  border-radius: 30px;
  padding: 2px 8px;
  background-color: #00c300;
  color: #ffffff;
  border: 1px solid #00c300;
}

.btn-line:hover, .btn-line:active, .btn-line:focus {
  color: #ffffff;
  background-color: #00DB00;
  border: 1px solid #00c300;
}

input[type=checkbox], input[type=radio] {
  margin-top: 0;
}

input[type=radio]:checked, input[type=radio] {
  outline: none;
}

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

input[type=radio]:checked {
  outline: none;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  background-color: #F5F5F5;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #023a8e;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 10;
}

.FilterWrap {
  margin: 15px 0;
}

@media (max-width: 769px) {
  .FilterWrap {
    margin: 10px 0;
  }
}

@media (max-width: 465px) {
  .FilterWrap {
    margin: 10px -5px 5px -5px;
  }
}

.FilterWrap .FilterList {
  display: block;
}

.FilterWrap .FilterList ul li {
  height: 35px;
  margin-right: 10px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #232088;
  background: #ffffff;
  border-radius: 18px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  line-height: 35px;
  color: #232088;
  -webkit-transition: none;
  transition: none;
}

@media (max-width: 769px) {
  .FilterWrap .FilterList ul li {
    font-size: 16px;
    margin-bottom: 5px;
  }
}

@media (max-width: 465px) {
  .FilterWrap .FilterList ul li {
    font-size: 15px;
  }
}

@media (max-width: 375px) {
  .FilterWrap .FilterList ul li {
    padding: 0 15px;
    margin-right: 3px;
    height: 32px;
    line-height: 30px;
  }
}

@media (max-width: 320px) {
  .FilterWrap .FilterList ul li {
    font-size: 13px;
    margin-right: 2px;
    padding: 0 12px;
  }
}

.FilterWrap .FilterList ul li:hover, .FilterWrap .FilterList ul li:active, .FilterWrap .FilterList ul li.actived {
  background: #232088;
  color: #ffffff;
  border: 1px solid #232088;
  font-weight: 500;
}

.ProductList {
  padding-top: 70px;
  padding-bottom: 15px;
}

@media (max-width: 465px) {
  .ProductList {
    padding-top: 95px;
  }
}

.ProductList .FilterText {
  font-size: 16px;
  color: #757575;
}

.ProductList .ProductCard {
  overflow: hidden;
  position: relative;
  margin: 5px 0 15px 0;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.ProductList .ProductCard .Pic {
  position: relative;
  overflow: hidden;
}

.ProductList .ProductCard .Pic img {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.ProductList .ProductCard .Pic img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media (max-width: 769px) {
  .ProductList .ProductCard .Pic img {
    width: 100%;
  }
}

.ProductList .ProductCard a:hover h2 b {
  color: #E9546B;
}

.ProductList .ProductCard a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.ProductList .ProductCard a:hover .btn i {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

.ProductList .ProductCard .Caption {
  padding: 10px;
  width: 100%;
  max-width: 100%;
  position: relative;
  min-height: 145px;
}

.ProductList .ProductCard .Caption h2 {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 8px;
  color: #757575;
  height: 25px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.ProductList .ProductCard .Caption h2 b {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  margin-right: 10px;
  color: #232088;
  overflow: hidden;
}

.ProductList .ProductCard .Caption p {
  font-size: 16px;
  line-height: 1.6;
  color: #373737;
  text-align: justify;
  height: 80px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.ProductList .ProductCard .Caption .btn {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 0;
}

.ProductList .ProductCard .Caption .btn i {
  top: 1px;
  position: relative;
  -webkit-transform: translate(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  display: inline-block;
}

.ReviewDetail {
  padding: 30px 0;
}

.ReviewDetail .btn-main {
  width: 25%;
  padding: 10px 25px;
}

@media (max-width: 769px) {
  .ReviewDetail .btn-main {
    width: 48%;
  }
}

@media (max-width: 375px) {
  .ReviewDetail .btn-main {
    font-size: 17px;
    padding: 10px 15px;
  }
}

.reviewrap {
  position: relative;
  margin-bottom: 30px;
  display: inline-block;
}

.reviewrap .pic img {
  text-align: center;
  border: solid 1px #D2D2DD;
  border-radius: 10px;
}

.reviewrap .pic h2 {
  font-size: 17px;
  line-height: 1.4;
  font-weight: 400;
  margin: 10px 0 5px;
  color: #838383;
}

.reviewrap .pic h2 b {
  font-size: 21px;
  line-height: 1.4;
  font-weight: 600;
  margin-right: 10px;
  overflow: hidden;
  color: #373737;
}

.reviewrap .caption h3 {
  font-size: 27px;
  line-height: 1.3;
  font-weight: 600;
  color: #232088;
}

@media (max-width: 465px) {
  .reviewrap .caption h3 {
    font-size: 24px;
    line-height: 1.3;
  }
}

.reviewrap .caption p {
  font-size: 17px;
  line-height: 1.6;
  color: #373737;
  margin: 15px 0;
  text-align: justify;
}

.R_fb {
  display: block;
  text-align: right;
  margin-top: 15px;
}

.pageheader h3 {
  font-size: 24px;
  line-height: 1.6;
  font-weight: 600;
  padding-bottom: 5px;
  margin: 10px 0 10px 0;
  color: #232088;
  border-bottom: solid 1px #232088;
}

@media (max-width: 465px) {
  .pageheader h3 {
    font-size: 21px;
  }
}

.eduMore {
  margin-bottom: 20px;
}

.eduMore ul {
  margin-left: 10px;
  color: #E9546B;
}

.eduMore ul li {
  font-size: 17px;
  margin-bottom: 15px;
  -webkit-transition: .3s;
  transition: .3s;
  list-style: square;
  margin-left: 15px;
}

.eduMore ul li a {
  color: #232088;
}

.eduMore ul li a:hover {
  color: #E9546B;
}
/*# sourceMappingURL=all.css.map */