﻿@charset "UTF-8";


html,
body {
    width: 100%;
    min-height: 100%;
    height: auto;
    padding: 0px;
    margin: 0px;
    text-align: left;
    overflow: visible;
    font-size: 15px;
    line-height: 1.6;
    color: #1F1F1F;
    background-color: #fff;
    font-family: Apple LiGothic Medium, "蘋果儷中黑", "微軟正黑體", "Arial","Verdana",  "Microsoft JhengHei", "Geneva", "sans-serif";
}
img {
    max-width: 100%;
    vertical-align: middle;
}
/*可利用*/
.img {
    position: relative;
    font-size: 0;
}
.img > span {
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
}
.img > span:before {
    content: ' ';
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}
.img > span > img, .img > span > iframe {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}
.img > span > iframe {
    width: 100%;
    height: 100%;
}
.clear:after{
    display: block;
    height: 0;
    clear: both;
    content: "";
    visibility: hidden;
}
#contact_form label.error{
    color: red;
}
.main-bg{
    width: 100%;
    display: block;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .5s ease;
}


/* --------------------------------- */
.page{
    margin: 60px 0;
      text-align: center;
  }
  .page .prev {
      padding-right: 10px;
  }
  .page .select {
      color:#FFF;
      background-color: #7e99bd;
  }
  .page a {
      width: 40px;
      max-width: 100%;
      height: 40px;
      border: 1px solid #7e99bd;
      font-size: 16px;
      margin: 0 10px;
      color: #000;
      transition: all .3s linear;
      vertical-align: middle;
      display: inline-block;
      box-sizing: border-box;
      line-height: 38px;
  }
  .page a.prev, .page a.next {
      font-size: 16px;
      color: #7e99bd;
      vertical-align: middle;
      border: 0;
      height: inherit;
      line-height: inherit;
  }
  .page a:hover{
    color:#FFF;
    background-color: #7e99bd;
  }
  .page a.prev:hover, 
  .page a.next:hover {
    color: #7e99bd;
    background-color: transparent;
  }
  .page .next {
      padding-left: 10px;
  }

select::-ms-expand{
    display: none;
}
.edit-box *{
    word-break: break-all;
}
.edit-box b,
.edit-box strong{
    font-weight: bold;
}

.edit-box ol,.edit-box ul{
    margin-left: 40px
}
.edit-box ol { list-style-type: decimal }
.edit-box ol ul,.edit-box ul ol,.edit-box ul ul,.edit-box ol ol {
    margin-top: 0; margin-bottom: 0 
}
.edit-box ul{
    list-style-type: circle;
}
.edit-box li { display: list-item }

input,
select,
textarea{
    outline: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}


.edit-box iframe{
    width: 100%;
    box-sizing: border-box;
}
.edit-box td,
.edit-box table{
    max-width: 100%!important;
    box-sizing: border-box;
}
:-webkit-autofill {
    -webkit-text-fill-color: #000 !important;
    transition: background-color 5000s ease-in-out 0s;
}
.edit-box sup{
    vertical-align: super;
}
.zoomWindowContainer> div{
    border-radius: 50%!important;
    overflow: hidden;
    margin: 0 20px;
}
.zoomLens{
    border-radius: 50%!important;
}
@media only screen and (max-width: 1000px){
    .edit-box *{
        width: initial;
    }
}
.noInformation{
    font-size: 22px;
    color: #888;
}
.displayNone{
    display: none;
}