<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner {
  background-image: url("/images/shop-banner.jpg");
  background-repeat: no-repeat;
  background-position: center;
  height: 623px;
}
.shop-nav {
  width: 100%;
  background-color: #fafafa;
  border-bottom: 1px solid #e6e6e6;
}
.shop-nav ul li {
  width: 374px;
  height: 90px;
  padding-top: 40px;
  text-align: center;
}
.shop-nav ul li.mid {
  width: 450px;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
.shop-nav ul li .share-list-img {
  display: inline-block;
  vertical-align: top;
  width: 62px;
  height: 62px;
}
.shop-nav ul li .share-list-img img {
  max-height: 62px;
}
.shop-nav ul li .share-list-word {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-left: 5px;
  margin-top: 10px;
}
.shop-nav ul li .share-list-word h3 {
  color: #333;
  font-size: 22px;
  margin: 0;
  font-weight: normal;
}
.shop-nav ul li .share-list-word p {
  color: #666;
}
.shop-map {
  margin-top: 50px;
  /*shopshow*/
}
.shop-map .local {
  border-right: 1px solid #d4d4d4;
}
.shop-map .local-form {
  width: 280px;
  padding: 0 40px;
}
.shop-map .local-form p {
  color: #333;
  font-size: 18px;
}
.shop-map .local-form form select {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  background: #19afe8;
  color: #fff;
  padding-left: 5%;
  margin-top: 10px;
}
.shop-map .local-form form input {
  width: 95%;
  height: 45px;
  border-radius: 5px;
  border: 1px solid #dadada;
  padding-left: 5%;
  margin: 15px 0;
}
.shop-map .local-form form .submit {
  border: 1px solid #dadada;
  width: 100%;
  height: 45px;
  border-radius: 5px;
  font-size: 18px;
  text-align: center;
  line-height: 52px;
  color: #999;
  cursor: pointer;
}
.shop-map .local-form form .submit:hover {
  background: #19afe8;
  border: 1px solid #19afe8;
  color: #fff;
}
.shop-map .local-list {
  padding-left: 40px;
  padding-right: 5px;
}
.shop-map .local-list .local-list-title {
  font-size: 18px;
  color: #333;
  margin: 30px 0;
}
.shop-map .local-list .local-list-title span {
  color: #19afe8;
}
.shop-map .local-list ul {
  width: 310px;
  height: 380px;
  overflow-y: auto;
}
.shop-map .local-list ul::-webkit-scrollbar {
  width: 3px;
}
.shop-map .local-list ul::-webkit-scrollbar-track {
  background-color: #bcbcbc;
}
.shop-map .local-list ul::-webkit-scrollbar-thumb {
  background-color: #666;
}
.shop-map .local-list ul::-webkit-scrollbar-thumb:hover {
  background-color: #666;
}
.shop-map .local-list ul::-webkit-scrollbar-thumb:active {
  background-color: #666;
}
.shop-map .local-list ul li {
  padding-left: 25px;
  font-size: 16px;
  margin-bottom: 10px;
}
.shop-map .local-list ul li a {
  color: #333;
}
.shop-map .local-list ul li:hover a {
  color: #19afe8;
}
.shop-map .map {
  width: 800px;
  height: 672px;
  margin-left: 35px;
}
.shop-map .shop-con {
  width: 832px;
  text-align: center;
}
.shop-map .shop-con .shop-con-title {
  color: #1e1e1e;
  margin-bottom: 10px;
}
.shop-map .shop-con .shop-con-title h3 {
  font-weight: normal;
  margin: 0;
  font-size: 30px;
}
.shop-map .shop-con .shop-con-title p {
  margin-top: 5px;
  margin-bottom: 20px;
}
.shop-map .shop-con .shop-con-title span {
  display: block;
  margin: 0 auto;
  background: #d4d4d4;
  width: 374px;
  height: 1px;
}
.shop-map .shop-con .shop-content {
  padding: 0 10px;
}
.shop-map .shop-con .shop-content img {
  margin-top: 10px;
}
.shop-map .shop-con .shop-content .comback {
  width: 150px;
  height: 45px;
  background: #19afe8;
  font-size: 18px;
  text-align: center;
  line-height: 47px;
  margin: 20px auto 50px;
}
.shop-map .shop-con .shop-content .comback a {
  color: #fff;
}
.shop-list {
  width: 1200px;
  margin: 50px auto 0;
}
.shop-list ul {
  width: 1212px;
}
.shop-list li {
  width: 394px;
  height: 337px;
  margin-right: 10px;
  margin-bottom: 10px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.shop-list li:hover {
  background: #19afe8;
}
.shop-list li:hover p {
  color: #fff;
}
.shop-list li img {
  width: 394px;
  height: 267px;
}
.shop-list li p {
  text-align: center;
  height: 70px;
  line-height: 70px;
  color: #333;
  font-size: 18px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
</pre></body></html>