/* LESS Document */
body.show a,
body.show .transition,
body.show :before,
body.show :after,
body.show img {
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.flex,
.g-nav2 .btn-list .language .name {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
}
.itemsCenter,
.g-nav2 .btn-list .language .name {
  align-items: center;
  -webkit-align-items: center;
}
.justifyCenter,
.p-layer {
  justify-content: center;
  -webkit-justify-content: center;
}
.flexWrap,
.g-nav2 .btn-list ul,
.g-nav2 .scroll li .list dl,
.g-nav2 .scroll ul {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.p-layer {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
}
.p-layer.show {
  opacity: 1;
  visibility: visible;
}
.pageTips {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000 url("https://www.hiddenlakeswinery.com/image/bg.png");
}
.pageTips .container {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 630px;
  margin-left: -315px;
  margin-top: -160px;
}
.pageTips .container a.close {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 1;
  left: auto;
  right: -15px;
  top: 40px;
  bottom: auto;
  background: url("https://www.hiddenlakeswinery.com/image/close.png") center no-repeat;
}
.pageTips .container .img {
  text-align: center;
}
.pageTips .container .msg {
  font-size: 18px;
  line-height: 36px;
  padding-top: 30px;
}
.pageTips .container a {
  color: #fff;
  text-decoration: underline;
}
.wal {
  max-width: 800px;
  margin: 0 0.5rem;
}
.g-head:before {
  height: 1.45rem;
}
.g-head .wal {
  min-height: 0.8rem;
  margin: 0 0.2rem;
}
.g-head a.logo {
  width: 3.7rem;
}
.g-head .btn-list {
  display: none;
}
.g-head a.navA {
  right: -0.5rem;
  width: 1.23rem;
  height: 1.02rem;
}
.g-head a.navA:after {
  background-size: 0.4rem;
}
.g-nav {
  display: none;
}
.g-nav2 {
  background: #ffffff;
  overflow-y: auto;
}
.g-nav2 .scroll {
  position: static;
  padding-top: 0.7rem;
}
.g-nav2 .scroll li {
  width: 100%;
  text-align: left;
  padding-top: 0;
  border-bottom: rgba(255, 255, 255, 0.13) solid 1px;
}
.g-nav2 .scroll li h2 {
  font-size: 0.36rem;
  line-height: 1rem;
  padding-left: 0.5rem;
  position: relative;
}
.g-nav2 .scroll li h2.h2:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0.5rem;
  font-size: 0.3rem;
  font-family: "icon";
  content: "\eaed";
  color: #fff;
}
.g-nav2 .scroll li.on h2.h2:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.g-nav2 .scroll li .list {
  padding: 0 0 0 0.5rem;
  display: none;
}
.g-nav2 .scroll li .list h3 {
  font-size: 0.3rem;
  line-height: 0.96rem;
  border-top: rgba(255, 255, 255, 0.13) solid 1px;
}
.g-nav2 .scroll li .list h3:nth-child(1) {
  border: 0;
}
.g-nav2 .scroll li .list dl {
  margin-left: -0.5rem;
  padding: 0 0.2rem 0.3rem 0;
  margin-top: -0.1rem;
}
.g-nav2 .scroll li .list dd {
  font-size: 0.24rem;
  line-height: 0.6rem;
  min-width: 25%;
  padding-left: 0.5rem;
}
.g-nav2 .scroll li .list dd a {
  display: block;
  height: 0.6rem;
}
.g-nav2 .btn-list {
  display: none;
}
.g-nav2 .btn-list a {
  color: #fff;
}
.g-nav2 .btn-list ul {
  border-bottom: rgba(255, 255, 255, 0.13) solid 1px;
  padding: 0.25rem 0 0.25rem 0.5rem;
}
.g-nav2 .btn-list ul li {
  width: 25%;
}
.g-nav2 .btn-list ul a {
  display: block;
  font-size: 0.24rem;
  line-height: 0.64rem;
}
.g-nav2 .btn-list .language {
  border-bottom: rgba(255, 255, 255, 0.13) solid 1px;
}
.g-nav2 .btn-list .language .name {
  height: 1rem;
  padding-left: 0.5rem;
  font-size: 0.24rem;
}
.g-nav2 .btn-list .language .name i {
  flex-shrink: 0;
  font-size: 0.24rem;
  margin-right: 0.1rem;
  font-style: normal;
}
.g-nav2 .btn-list .search {
  position: relative;
  padding: 0.4rem 0.5rem;
}
.g-nav2 .btn-list .search .btn {
  font-size: 0.36rem;
  color: #6510AD;
  position: absolute;
  top: 0.4rem;
  right: 0.5rem;
  bottom: 0.4rem;
  z-index: 5;
  line-height: 0.9rem;
  width: 1rem;
  text-align: center;
}
.g-nav2 .btn-list .search .btn input {
  width: 100%;
  height: 0.9rem;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
}
.g-nav2 .btn-list .search .input {
  height: 0.9rem;
  background: #fff;
}
.g-nav2 .btn-list .search .input input {
  width: 100%;
  height: 0.9rem;
  line-height: 0.9rem;
  font-size: 0.24rem;
  padding: 0 0.2rem;
}
.menu-content {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.2rem;
}
.menu-content .menu-column ._tit {
  margin-bottom: 0.4rem;
  display: flex;
}
.menu-content .menu-column ._tit .font {
  display: block;
  font-size: 0.3rem;
  font-weight: bold;
  color: #000;
  position: relative;
}
.menu-content .menu-column ._tit .font font {
  position: relative;
  z-index: 22;
}
.menu-content .menu-column ._tit .font ._line {
  width: calc(100%);
  height: 8px;
  border-radius: 4px;
  background: #c5dfff;
  display: block;
  position: absolute;
  z-index: 0;
  bottom: -4px;
  left: 0;
}
.menu-content .menu-column ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 12px;
  column-gap: 25px;
  margin-bottom: 0.3rem;
}
.menu-content .menu-column ul li {
  display: flex;
  align-items: center;
  padding: 5px 0;
  height: 50px;
  background: linear-gradient(175deg, #ffffff 0%, #e7f2ff 100%);
  border-radius: 3px;
  border: 1px solid #e8f2ff;
  box-shadow: 0 2px 8px rgba(0, 102, 204, 0.1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  cursor: pointer;
}
.menu-content .menu-column ul li:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 0 12px rgba(102, 163, 255, 0.5);
  background-color: #e6f2ff;
}
.menu-content .menu-column ul li a {
  width: calc(100%);
  display: block;
  text-align: center;
  cursor: pointer;
  font-size: 0.2rem;
  font-weight: bold;
  color: #003586;
}
.menu-content2 {
  border-bottom: 1px solid #c5dfff;
  margin-bottom: 0.4rem;
}
.menu-content2 .menu-column2 ul li {
  font-size: 0.2rem;
  opacity: 0.9;
  transition: opacity 0.2s ease;
  color: #000000;
}
.menu-content2 .menu-column2 ul li:hover {
  opacity: 1;
  text-decoration: underline;
}
.menu-content2 .menu-column2 ul li a {
  font-size: 0.2rem;
  color: #000000;
}
.menu-content2 .jgdh {
  max-width: 100%;
}
.menu-content2 .jgdh .jgdh_title {
  margin-bottom: 0.4rem;
  display: flex;
  margin-top: 0.4rem;
}
.menu-content2 .jgdh .jgdh_title .font {
  display: block;
  font-size: 0.3rem;
  font-weight: bold;
  color: #000;
  position: relative;
}
.menu-content2 .jgdh .jgdh_title .font font {
  position: relative;
  z-index: 22;
}
.menu-content2 .jgdh .jgdh_title .font ._line {
  width: calc(100%);
  height: 8px;
  border-radius: 4px;
  background: #c5dfff;
  display: block;
  position: absolute;
  z-index: 0;
  bottom: -4px;
  left: 0;
}
.menu-content2 .jgdh ._grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 25px;
  column-gap: 25px;
  margin-bottom: 30px;
}
.menu-content2 .jgdh ._grid ._card {
  display: flex;
  align-items: center;
  padding: 5px 0;
  height: 50px;
  background: linear-gradient(175deg, #ffffff 0%, #e7f2ff 100%);
  border-radius: 3px;
  border: 1px solid #e8f2ff;
  box-shadow: 0 2px 8px rgba(0, 102, 204, 0.1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  cursor: pointer;
}
.menu-content2 .jgdh ._grid ._card:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 0 12px rgba(102, 163, 255, 0.5);
  background-color: #e6f2ff;
  text-decoration: none;
}
.menu-content2 .jgdh ._grid ._card a {
  width: calc(100%);
  display: flex;
  align-items: center;
  cursor: pointer;
}
.menu-content2 .jgdh ._grid ._card ._icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  color: #0066cc;
  display: none;
}
.menu-content2 .jgdh ._grid ._card ._text {
  font-size: 0.2rem;
  font-weight: bold;
  color: #003586;
  text-align: center;
  flex: 1;
  line-height: 1.2;
}
.menu-content2 .jgdh ._grid li .uu {
  position: absolute;
  float: left;
  display: none;
  width: calc(100%);
  z-index: 999;
  left: 0;
  top: 52px;
  border-radius: 0 0 5px 5px;
  border: 1px solid #e8f2ff;
  box-shadow: 0 2px 8px rgba(0, 102, 204, 0.1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  background: linear-gradient(175deg, #ffffff 0%, #e7f2ff 100%);
}
.menu-content2 .jgdh ._grid li .uu li {
  width: 100%;
  float: left;
  margin-left: 0;
  background: linear-gradient(175deg, #ffffff 0%, #e7f2ff 100%);
  height: 45px;
  line-height: 45px;
  margin-bottom: 0;
  font-size: 0.2rem;
  font-weight: bold;
  color: #000000;
  text-align: center;
}
.menu-content2 .jgdh ._grid li .uu li a {
  display: block;
  text-decoration: none;
  color: #000000;
  font-size: 0.2rem;
}
.menu-content2 .jgdh ._grid li .uu li a:hover {
  font-size: 0.2rem;
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 0 12px rgba(102, 163, 255, 0.5);
}
.menu-content2 .jgdh ._grid li .uu ul {
  top: 0;
  left: 150px;
}
@media screen and (max-width: 550px) {
  .wal {
    margin: 0 0.5rem;
  }
}
