@charset "UTF-8";
.product-list.view-square ul {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  padding: 0;
}
.product-list.view-square ul li {
  width: 33.33%;
  margin-bottom: 20px;
  padding: 10px;
}
@media (max-width: 991px) {
  .product-list.view-square ul li {
    width: 50%;
  }
}
@media (max-width: 520px) {
  .product-list.view-square ul li {
    width: 100%;
  }
}
.product-list.view-square ul li .item {
  padding: 20px;
  border-radius: 3px;
  background-color: #fcfcfc;
  transition: all 0.3s;
}
.product-list.view-square ul li .item:hover {
  background: #f5f5f5;
}
.product-list.view-square ul li .item:hover .figure img {
  transform: scale(1.05);
}
.product-list.view-square ul li .item .figure {
  margin: 20px auto;
  overflow: hidden;
}
.product-list.view-square ul li .item img {
  width: 100%;
  transition: all 0.5s;
}
.product-list.view-square ul li .item .name {
  border-bottom: 1px #f2f2f2 solid;
  padding: 10px 0;
  margin: 0;
}
.product-list.view-square ul li .item p {
  padding: 10px 0;
  border-bottom: 1px #f2f2f2 solid;
}
.product-list.view-square ul li .item ul.list-text {
  display: none;
  padding: 12px 15px 0 15px;
}
.product-list.view-square ul li .item ul.list-text li {
  width: 100%;
  margin: 0 0 8px 0;
  color: #666;
  padding: 0;
  list-style-type: disc;
}
.product-list.view-square ul li .item .add-btn {
  margin: 20px auto;
  border-radius: 2px;
}
.product-list.view-list.view4 ul li .price {
  position: relative;
  right: auto;
  top: auto;
  width: 100%;
  margin-bottom: 20px;
}
.product-list.view-list.view4 ul li .add-btn {
  top: 50px;
}
@media (max-width: 767px) {
  .product-list.view-list.view4 ul li .add-btn {
    top: auto;
  }
}
.product-list.view-list ul {
  list-style: none;
  padding: 0;
}
.product-list.view-list ul li {
  margin-bottom: 10px;
  padding: 10px;
}
.product-list.view-list ul li .item {
  padding: 20px 200px 20px 250px;
  border-radius: 4px;
  position: relative;
  min-height: 200px;
}
@media (max-width: 767px) {
  .product-list.view-list ul li .item {
    padding-left: 150px;
    padding-right: 20px;
  }
}
.product-list.view-list ul li .item:hover {
  background: #f2f2f2;
}
.product-list.view-list ul li .item:hover .figure img {
  transform: scale(1.05);
}
.product-list.view-list ul li .item .figure {
  width: 200px;
  height: calc(100% - 40px);
  position: absolute;
  left: 20px;
  top: 20px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .product-list.view-list ul li .item .figure {
    width: 100px;
  }
}
.product-list.view-list ul li .item .figure img {
  position: absolute;
  left: 0px;
  top: 0px;
  -o-object-position: top;
     object-position: top;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.product-list.view-list ul li .item .name {
  padding: 10px 0;
  margin: 0;
}
.product-list.view-list ul li .item p {
  padding: 10px 0;
}
.product-list.view-list ul li .item .add-btn {
  position: absolute;
  right: 20px;
  top: 35px;
  width: 150px;
}
@media (max-width: 767px) {
  .product-list.view-list ul li .item .add-btn {
    position: relative;
    right: auto;
    top: auto;
    margin-left: auto;
    margin-right: 0;
  }
}
.product-list.view-list ul li .item .price {
  position: absolute;
  right: 20px;
  top: 30px;
  width: 150px;
  margin: 0;
}
@media (max-width: 767px) {
  .product-list.view-list ul li .item .price {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    margin-bottom: 20px;
  }
}
.product-list.no-text ul p {
  display: none;
}
.product-list a {
  text-decoration: none;
  display: block;
}
.product-list .category {
  color: #666;
  font-size: 16px;
}
.product-list .name {
  color: #000;
  font-size: 20px;
}
.product-list p {
  color: #888988;
  font-size: 14px;
}
.product-list .price {
  color: #e60012;
  font-size: 20px;
  margin: 20px 0;
}
.product-list img {
  width: 100%;
  display: block;
}
.product-list ul.list-text {
  display: block;
  padding: 12px 15px 0 15px;
}
.product-list ul.list-text li {
  width: 100%;
  margin: 0 0 8px 0;
  color: #666;
  padding: 0;
  list-style-type: disc;
}
@media (max-width: 768px) {
  .product-list ul.list-text {
    display: none;
  }
}
.product-list .add-btn {
  display: block;
  width: 120px;
  border: 1px #666 solid;
  color: #666;
  background: transparent;
}
.product-list .add-btn:hover {
  background: #666;
  color: #fff;
}

.product-list-box .view-num {
  background: #f5f5f5;
  justify-content: flex-end;
  flex: 1 0;
  margin-right: 20px;
  align-items: center;
  display: flex;
  padding: 10px;
}
.product-list-box .view-num [type=radio] {
  opacity: 0;
  position: absolute;
}
.product-list-box .view-num [type=radio]:checked + label {
  color: #e60012;
}
.product-list-box .view-num [type=radio]:hover + label {
  color: #e60012;
}
.product-list-box .view-num label {
  margin: 0 10px;
  cursor: pointer;
}
@media (max-width: 576px) {
  .product-list-box .view-num {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.product-list-box .compare {
  background: #000;
  color: #eee;
  padding: 20px;
  border: none;
  transition: all 0.3s;
  letter-spacing: 0.05em;
}
.product-list-box .compare:hover {
  background: #333;
  color: #fff;
}
@media (max-width: 576px) {
  .product-list-box .compare {
    padding: 10px 15px;
    font-size: 14px;
    width: 100%;
    display: block;
  }
}

.technology-list {
  padding-left: 0;
  display: flex;
  list-style: none;
  -moz-column-gap: 20px;
       column-gap: 20px;
  flex-wrap: wrap;
}
.technology-list li {
  flex: 0 0 calc(33.33% - 20px);
  border: 2px #ddd solid;
  padding: 0 30px;
  border-radius: 10px;
}
@media (max-width: 520px) {
  .technology-list li {
    flex: none;
    width: 100%;
    margin-bottom: 30px;
  }
}
.technology-list li:hover {
  border-color: #e60012;
}
.technology-list li > div {
  color: #000;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.technology-list li > div figure {
  width: 100px;
  height: 100px;
  margin: 30px auto;
}
.technology-list li > div figure img {
  max-width: 100%;
}
.technology-list li > div h4 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}
.technology-list li > div p {
  flex: 1 0 0%;
}
.technology-list li > div a {
  display: block;
  border-top: 2px solid #ddd;
  padding: 20px 0;
  text-align: center;
  color: #2d5ba9;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}
.technology-list li > div a:hover {
  color: #000;
  text-decoration: none;
}

.qa-box {
  margin-top: 50px;
  padding: 0 20px;
}
.qa-box .qa-list {
  margin-bottom: 20px;
}
.qa-box .qa-list .qa-title {
  font-size: 16px;
  padding: 15px 60px 15px 30px;
  border-bottom: 1px #ddd solid;
  position: relative;
  cursor: pointer;
}
.qa-box .qa-list .qa-title:before {
  content: "\f067"; /* fa-plus 的代碼 */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  font-size: 1.2em;
  top: 12px;
  right: 30px;
}
.qa-box .qa-list .qa-title.active {
  border-bottom: 0;
}
.qa-box .qa-list .qa-title.active:before {
  content: "\f068";
}
.qa-box .qa-list .qa-nas {
  background: #e7e7e6;
  border-radius: 15px;
  padding: 20px 30px;
  display: none;
}
.qa-box .qa-list .qa-nas.active {
  display: block;
}

.square-list {
  padding-left: 0;
  list-style: none;
  display: inline-block;
  flex-wrap: wrap;
}
.square-list > li {
  padding: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  margin-bottom: 30px;
}
.square-list > li .square-thumb {
  margin: 0;
  overflow: hidden;
  line-height: 0;
}
.square-list > li .square-thumb img {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: auto;
  transition: transform 0.5s ease;
}
.square-list > li:hover .square-thumb img {
  transform: scale(1.08);
}
.square-list.store-list > li h3 a {
  transition: color 0.3s ease;
}
.square-list.store-list > li:hover h3 a {
  color: #3970d0;
}
.square-list.award-list > li h3 {
  transition: color 0.3s ease;
}
.square-list.award-list > li:hover h3 {
  color: #3970d0;
}
.square-list.store-list {
  width: 100%;
  padding: 30px;
}
.square-list.store-list > li {
  position: relative;
  border-radius: 5px;
  text-align: center;
  width: calc(25% - 23px);
  display: inline-block;
}
@media (max-width: 1200px) {
  .square-list.store-list > li {
    width: calc(50% - 15px);
  }
}
@media (max-width: 520px) {
  .square-list.store-list > li {
    width: 100%;
  }
}
.square-list.store-list > li img {
  display: block;
  margin: auto;
  max-width: 100%;
}
.square-list.store-list > li h3 {
  font-size: 20px;
  padding: 5px 0;
  margin-bottom: 0;
  margin-top: 10px;
  font-weight: 400;
}
.square-list.store-list > li h3 a {
  text-decoration: none;
  color: #333;
}
.square-list.store-list > li h3 a:hover {
  color: #666;
}
.square-list.store-list > li ol {
  padding: 0;
  list-style: none;
  min-height: 90px;
  font-size: 14px;
}
.square-list.store-list > li ol li {
  color: #aaa;
  position: relative;
  padding: 2px 5px 2px 5px;
}
.square-list.store-list > li ol li i {
  position: absolute;
  top: 10px;
  left: 0;
}
.square-list.store-list > li ol li > a,
.square-list.store-list > li ol li > span {
  display: block;
  color: #aaa;
  text-decoration: none;
  word-break: break-all;
}
.square-list.store-list > li .visit-btn {
  position: absolute;
  bottom: 15px;
  left: 0;
  text-align: center;
  width: 100%;
}
.square-list.store-list > li .visit-btn a {
  color: #aaa;
  text-decoration: none;
}
.square-list.award-list {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.square-list.award-list > li {
  width: calc(25% - 23px);
}
@media (max-width: 1200px) {
  .square-list.award-list > li {
    width: calc(50% - 15px);
  }
}
@media (max-width: 520px) {
  .square-list.award-list > li {
    width: 100%;
  }
}
.square-list.award-list > li img {
  display: block;
  margin: auto;
  max-width: 100%;
}
.square-list.award-list > li h3 {
  font-size: 16px;
  padding: 15px 0;
}
.square-list.award-list > li .award-card-cover {
  display: block;
  color: inherit;
  text-decoration: none;
}
.square-list.award-list > li .link {
  text-align: right;
}
.square-list.award-list > li .link a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 27px;
  height: 27px;
  border: 2px #727171 solid;
  color: #727171;
  text-decoration: none;
  border-radius: 100%;
  margin-left: auto;
}
.square-list.award-list > li .link a i {
  font-size: 0.81em;
}
.square-list.award-list > li .link a:hover {
  color: #fff;
  background: #727171;
}
.square-list.award-list > li ol {
  padding: 0 10px;
  list-style: none;
}
.square-list.award-list > li ol li {
  font-size: 14px;
  margin: 5px 0;
  color: #3970d0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.square-list.award-list > li ol li a {
  width: 100%;
  text-decoration: none;
}

.news-list {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.news-list li {
  width: calc(50% - 15px);
  border-bottom: 1px #ddd solid;
  margin-bottom: 30px;
}
@media (max-width: 520px) {
  .news-list li {
    width: 100%;
  }
}
.news-list li a {
  display: block;
  text-decoration: none;
  padding: 0 0 10px 0;
}
.news-list li a:hover figure img {
  transform: scale(1.1);
}
.news-list li a figure {
  overflow: hidden;
}
.news-list li a img {
  width: 100%;
  transition: all 0.5s;
}
.news-list li a h3 {
  font-size: 18px;
  color: #000;
  margin: 15px 0;
}
.news-list li a time {
  color: #5a5858;
  font-size: 14px;
}

.exhibition-list {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.exhibition-list li {
  width: calc(33% - 30px);
  border-bottom: 2px #ddd solid;
  background: #e7e7e6;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
  transition: 0.3s all;
}
.exhibition-list li:hover {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}
@media (max-width: 520px) {
  .exhibition-list li {
    width: 100%;
  }
}
.exhibition-list li a {
  display: block;
  color: #000;
  text-decoration: none;
}
.exhibition-list li a:hover figure img {
  transform: scale(1.1);
}
.exhibition-list li a figure {
  overflow: hidden;
  margin: 0;
}
.exhibition-list li a figure img {
  width: 100%;
  transition: all 0.5s;
}
.exhibition-list li a h3 {
  font-size: 20px;
  padding: 15px 20px;
  margin-bottom: 0;
}

.media-list {
  padding-left: 0;
  list-style: none;
}
.media-list li {
  border-bottom: 1px #ddd solid;
  margin-bottom: 30px;
}
.media-list li a {
  display: flex;
  text-decoration: none;
  flex-wrap: wrap;
  padding: 0 0 20px 0;
}
.media-list li a:hover figure img {
  transform: scale(1.1);
}
.media-list li a figure {
  width: 25%;
  height: auto;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 578px) {
  .media-list li a figure {
    width: 100%;
  }
}
.media-list li a figure img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.5s;
}
.media-list li a .text {
  width: 70%;
  padding: 5px 20px;
  position: relative;
}
@media (max-width: 578px) {
  .media-list li a .text {
    width: 100%;
  }
}
.media-list li a .text h3 {
  font-size: 20px;
  color: #231815;
  text-align: justify;
}
.media-list li a .text p {
  color: #333;
  font-size: 14px;
  text-align: justify;
}
.media-list li a .text time {
  color: #5a5858;
  font-size: 14px;
  position: absolute;
  bottom: 0px;
  left: 20px;
}
@media (max-width: 578px) {
  .media-list li a .text time {
    position: relative;
    left: auto;
    display: block;
    margin-top: 10px;
  }
}

.download-list {
  padding: 0;
  list-style: none;
}
.download-list li a {
  display: block;
  color: #231815;
  border-bottom: 1px #ddd solid;
  padding: 15px 60px;
  text-decoration: none;
  position: relative;
}
.download-list li a:hover {
  text-decoration: underline;
}
.download-list li a:before {
  content: "\f15c";
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  font-size: 1.5em;
  position: absolute;
  top: 10px;
  left: 20px;
  color: #ddd;
}
.download-list li a:after {
  content: "\f019";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 1.2em;
}

.download-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 15px;
  margin: 20px 0 10px 0;
}
.download-filters .filter-group {
  display: flex;
  flex-direction: column;
  flex: 1 1 180px;
  min-width: 160px;
}
.download-filters .filter-group label {
  font-size: 14px;
  color: #333;
  margin-bottom: 6px;
}
.download-filters .filter-input {
  position: relative;
  width: 100%;
}
.download-filters .filter-select {
  width: 100%;
  height: 42px;
  padding: 8px 32px 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23666'%3e%3cpath d='M7 10l5 5 5-5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 18px 18px;
  font-size: 14px;
  color: #333;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  transition: border-color 0.2s;
}
.download-filters .filter-select:focus {
  outline: none;
  border-color: #666;
}
.download-filters .filter-group-keyword {
  flex: 2 1 260px;
}
.download-filters .filter-input-keyword .filter-keyword-icon {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  color: #999;
  font-size: 14px;
  pointer-events: none;
}
.download-filters .filter-input-keyword .filter-keyword {
  width: 100%;
  height: 42px;
  padding: 8px 12px 8px 36px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  font-size: 14px;
  color: #333;
  transition: border-color 0.2s;
}
.download-filters .filter-input-keyword .filter-keyword:focus {
  outline: none;
  border-color: #666;
}
.download-filters .filter-group-submit {
  flex: 0 0 auto;
  min-width: auto;
}
.download-filters .filter-submit {
  height: 42px;
  padding: 0 22px;
  border: none;
  border-radius: 4px;
  background-color: #231815;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: background-color 0.2s;
}
.download-filters .filter-submit:hover {
  background-color: #444;
}
.download-filters .filter-submit i {
  font-size: 14px;
}
@media (max-width: 767px) {
  .download-filters .filter-group,
  .download-filters .filter-group-keyword,
  .download-filters .filter-group-submit {
    flex: 1 1 100%;
  }
  .download-filters .filter-submit {
    width: 100%;
    justify-content: center;
  }
}

.support-list {
  padding: 0;
  list-style: none;
}
.support-list li a {
  display: block;
  color: #231815;
  border-bottom: 1px #ddd solid;
  padding: 15px 60px;
  text-decoration: none;
  position: relative;
}
.support-list li a:hover {
  text-decoration: underline;
}
.support-list li a:before {
  content: "\f15c";
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  font-size: 1.5em;
  position: absolute;
  top: 10px;
  left: 20px;
  color: #ddd;
}

.investor-number-list li a {
  padding-left: 70px;
}
.investor-number-list li a:before {
  content: none;
}
.investor-number-list .investor-list-number {
  position: absolute;
  top: 15px;
  left: 45px;
  min-width: 30px;
  color: #777;
}

.investor-tabs .nav-link {
  color: #000;
}
.investor-tabs .nav-link.active {
  color: #e60012;
}

.location-banner {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #000;
}
.location-banner .location-banner-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -100%);
}
@media (max-width: 1600px) {
  .location-banner .location-banner-box {
    transform: translate(-50%, -80%);
  }
}
@media (max-width: 992px) {
  .location-banner .location-banner-box {
    transform: translate(-50%, -55%);
  }
}
@media (max-width: 768px) {
  .location-banner .location-banner-box {
    transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.location-banner .location-banner-title {
  font-size: 65px;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 900;
  text-align: center;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.4);
}
@media (max-width: 992px) {
  .location-banner .location-banner-title {
    font-size: 52px;
  }
}
@media (max-width: 768px) {
  .location-banner .location-banner-title {
    font-size: 28px;
  }
}
.location-banner .search_location {
  max-width: 300px;
  width: 90%;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  border: none;
  display: block;
  margin: 0 auto;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0 36px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' d='M1 1.5l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 12px 8px;
}
.location-banner .search_location::-ms-expand {
  display: none;
}
.location-banner .location-banner-search {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  width: min(90vw, 650px);
  margin: 0 auto;
}
.location-banner .location-banner-search.has-state {
  width: min(96vw, 960px);
}
@media (max-width: 768px) {
  .location-banner .location-banner-search {
    flex-direction: column;
    gap: 8px;
    width: min(90vw, 300px);
  }
  .location-banner .location-banner-search.has-state {
    width: min(90vw, 300px);
  }
}
.location-banner .select2-container {
  max-width: 300px;
  width: 300px !important;
  display: block;
  height: 40px;
  line-height: 40px;
}
@media (max-width: 768px) {
  .location-banner .select2-container {
    width: 100% !important;
  }
}
.location-banner .select2-container--default .select2-selection--single {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.9);
  border: none;
  border-radius: 0;
  outline: none;
}
.location-banner .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  color: #fff;
  padding: 0 36px;
}
.location-banner .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  right: 10px;
}
.location-banner .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent;
}
.location-banner .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #fff transparent;
}
.location-banner .select2-dropdown {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.88);
  border: none;
  border-radius: 0;
}
.location-banner .select2-search--dropdown {
  position: relative;
  padding: 8px;
}
.location-banner .select2-search--dropdown::after {
  content: "\f002";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.75);
  font-family: "Font Awesome 6 Free";
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
}
.location-banner .select2-container--default .select2-search--dropdown .select2-search__field {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.45);
  outline: none;
  padding-right: 34px;
}
.location-banner .select2-results__option {
  text-align: center;
}
.location-banner .select2-container--default .select2-results__option[aria-selected=true] {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.18);
}
.location-banner .select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.28);
}
.location-banner .location-keyword-form {
  display: flex;
  width: 300px;
  height: 40px;
  margin: 0;
}
@media (max-width: 768px) {
  .location-banner .location-keyword-form {
    width: 100%;
  }
}
.location-banner .location-keyword-input {
  min-width: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.9);
  border: none;
  border-radius: 0;
  outline: none;
  padding: 0 12px;
}
.location-banner .location-keyword-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.location-banner .location-keyword-input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.location-banner .location-keyword-button {
  flex: 0 0 46px;
  width: 46px;
  height: 40px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.9);
  border: none;
  border-left: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.location-bg-black {
  width: 100%;
  padding: 30px;
  max-width: 1600px;
  margin: 0 auto;
}

.location-list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.location-list li a .square-thumb {
  padding-top: 66.9172932331%;
  position: relative;
}
.location-list li a .square-thumb img {
  position: absolute;
  top: 10%;
  left: 10%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 80%;
  height: auto;
}
.location-list li:hover .square-thumb img {
  transform: none;
}/*# sourceMappingURL=list.css.map */