.contect {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.putCenter {
  text-align: center;
}

/* youtube輪播 */
.youtubeDiv {
  padding: 30px 0 10px 0;
  background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.85),
      rgba(0, 0, 0, 0.5)
    ),
    url(../images/goldDealer/bg.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: center center, right;
  background-size: cover, cover;
}
.youtubeDiv .contect {
  max-width: 1200px;
}
.theWord {
  color: #fff;
  font-size: 16px;
}
.theWord p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}
.theWord h3 {
  margin: 5px 0 20px 0;
}
.theWord h3 b {
  margin-top: 15px;
  display: block;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .theWord {
    padding-left: 20px;
  }
}

.theVideo .swiper-container {
  padding: 0 0 25px 0;
  margin: 0 auto;
}
.theVideo .swiper-pagination {
  display: block;
  z-index: 15;
  left: 0;
  bottom: 0;
}
.theVideo .swiper-pagination-bullet {
  background: #fff;
}
.theVideo .swiper-pagination-bullet-active {
  background: #c00;
}
/*
.theVideo .swiper-button-prev,.theVideo .swiper-button-next{ width: 50px; height: 50px; margin: 10px 5px;
  display: block; box-sizing: border-box; line-height: 47px;
  background: rgba(255,255,255,0.75); border-radius: 50%; text-align: center;}
*/
.theVideo .videoList .thePic {
  background-size: cover;
  background-position: center center;
}
.theVideo .videoList .thePic a {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  display: block;
  -webkit-transition: all 200ms ease-out;
  -mozilla-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.theVideo .videoList .thePic a:hover {
  background: rgba(0, 0, 0, 0.5);
}
.theVideo .videoList .thePic a img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -34px;
}
.theVideo .videoList {
  text-align: left;
}
.theVideo .videoList h6 {
  margin-top: -10px;
  z-index: 10;
  position: relative;
}
.theVideo .videoList h6 b {
  padding: 5px 30px 5px 10px;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  background: #c00;
  background: linear-gradient(-65deg, transparent 20px, #c00 0);
}
.theVideo .videoList h4 {
  margin: 15px 10px 10px 11px;
  overflow: hidden;
  font-size: 17px;
  color: #000;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.theVideo .videoList p {
  height: 4em;
  margin: 10px 10px 15px 11px;
  overflow: hidden;
  font-size: 15px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.theVideo .videoList > a {
  padding: 8px;
  display: block;
  text-align: center;
  font-size: 16px;
  color: #000;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f49306+0,feae02+20 */
  background: rgb(244, 147, 6); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(244, 147, 6, 1) 0%,
    rgba(254, 174, 2, 1) 20%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(244, 147, 6, 1) 0%,
    rgba(254, 174, 2, 1) 20%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(244, 147, 6, 1) 0%,
    rgba(254, 174, 2, 1) 20%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f49306', endColorstr='#feae02',GradientType=0 ); /* IE6-9 */
  -webkit-transition: all 200ms ease-out;
  -mozilla-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.theVideo .videoList > a:hover {
  font-weight: bold;
}

/* Bootstrap Modal  置中 */
.modal {
  text-align: center;
  padding: 0 !important;
}
.modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal-content {
  border-radius: 0;
  overflow: hidden;
}
.embed-responsive {
  min-width: 300px;
}

.searchBar {
  padding: 15px 0;
  display: block;
  background: #ededed;
}
.searchBar .contect p {
  margin-right: 20px;
  color: #585858;
  font-size: 16px;
  display: inline-block;
}
.searchBar select {
  width: 180px;
  height: 33px;
  padding: 0 5px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #58595b;
  box-shadow: 0 0 0 1px #58595b inset;
  border: none;
}

/* 金質車商 */
.goldDealerList {
  width: 100%;
  max-width: 1000px;
  margin: 10px auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.goldDealerList [class="col-"] {
  display: flex;
  flex-direction: column;
}

.wrapMaintenanceLocationSearch2 .Title,
.wrapMaintenanceLocationSearch2Result .Title {
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .wrapMaintenanceLocationSearch2 .Title,
  .wrapMaintenanceLocationSearch2Result .Title {
    margin-bottom: 10px;
  }
}
.wrapBuyLocationSearchResultImg,
.wrapBuyLocationSearchResultText {
  width: 100%;
  height: auto;
}
.wrapMaintenanceLocationSearch2ResultImg img {
  width: 100%;
  height: auto;
  position: relative;
}

.storeTitle {
  padding: 5px 0 10px 0;
}
.storeTitle h6 {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #900;
  font-size: 15px;
  font-weight: bolder;
}
.storeTitle > a {
  padding-bottom: 3px;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: #282828;
  font-weight: bold;
}

.seeAll {
  width: 100%;
  max-width: 1000px;
  margin: 30px auto 10px auto;
  text-align: center;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.15+0,0+25 */
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0) 25%,
    rgba(0, 0, 0, 0) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0) 25%,
    rgba(0, 0, 0, 0) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0) 25%,
    rgba(0, 0, 0, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.seeAll a {
  padding-top: 15px;
  display: inline-block;
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
.seeAll a:hover {
  color: #df0e0d;
}
.seeAll img {
  width: 20px;
  margin-bottom: 5px;
  margin-left: 10px;
  vertical-align: middle;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
