/* 初始样式 */
/* head */
.header {
  clear: both;
  position: relative;
}
/*index*/
body.show a,
body.show .transition,
body.show .g-nav2,
body.show .g-nav,
body.show .g-head .btn-list .search .input,
body.show .g-head .btn-list,
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;
}
.flex,
.g-nav ul,
.g-head .btn-list .language .name,
.g-head .btn-list ul,
.g-head .btn-list {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
}
.itemsCenter,
.g-head .btn-list .language .name,
.g-head .btn-list {
  align-items: center;
  -webkit-align-items: center;
}
body.hidden {
  overflow: hidden;
}
.wal {
  max-width: 13.2rem;
  margin: 0 auto;
}
.g-head {
  position: fixed;
  z-index: 50;
  left: 0;
  top: 0;
  width: calc(100%);
  border-top: 4px solid #006cff;
  background: linear-gradient(to bottom, rgba(0, 61, 143, 0.8) 0%, rgba(0, 61, 143, 0) 100%);
}
.g-head:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -0.05rem;
  right: 0;
  height: 1rem;
}
.g-head:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -0.05rem;
  right: 0;
  height: 0.05rem;
  background-size: 100% 100%;
}
.g-head .wal {
  min-height: 0.8rem;
  position: relative;
  max-width: calc(1400px);
  margin: 0 auto;
}
.g-head a.logo {
  display: block;
  background: url("https://www.hiddenlakeswinery.com/images/header/logo.svg") center no-repeat;
  background-size: 100%;
  width: 3.8rem;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
}
.g-head a.list_logo {
  display: block;
  background: url("https://www.hiddenlakeswinery.com/images/header/list_logo.svg") center no-repeat;
  background-size: 100%;
  width: 3.8rem;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
}
.g-head .btn-list {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  height: 0.45rem;
  font-size: 0.12rem;
  color: #fff;
}
.g-head .btn-list a {
  color: #fff;
  font-size: 0.12rem;
}
.g-head .btn-list ul {
  margin-right: 0.2rem;
}
.g-head .btn-list ul li {
  padding-left: 0.14rem;
}
.g-head .btn-list ul a {
  display: block;
  opacity: 1;
}
.g-head .btn-list ul a:hover {
  opacity: 1;
}
.list-head {
  background: transparent;
  position: absolute;
}
.list-head .wal .btn-list ul li {
  color: #5f5f5f;
}
.list-head .wal .btn-list ul li a {
  color: #5f5f5f;
}
.list-head .wal .g-nav ul li a.name {
  color: #000;
}
.list-head .wal .g-nav ul li a.name.on {
  color: #000;
}
a.navA {
  position: fixed;
  z-index: 9999;
  right: 0;
  top: 0.2rem;
  background-color: #006cff;
  background-size: 100% 100%;
  border-radius: 50px 0 0 50px;
  width: 0.8rem;
  height: 0.5rem;
}
a.navA:after {
  content: "";
  display: block;
  position: absolute;
  left: 0.1rem;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("https://www.hiddenlakeswinery.com/images/header/navA.png") center no-repeat;
  background-size: 0.31rem;
}
.g-nav {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0.35rem;
}
.g-nav li {
  position: relative;
  margin-left: 0.1rem;
}
.g-nav li:hover a.name {
  color: #ffffff;
}
.g-nav li:hover .list {
  opacity: 1;
  visibility: visible;
  top: 100%;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
}
.g-nav a.name {
  display: block;
  height: 0.3rem;
  line-height: 0.3rem;
  font-size: 0.22rem;
  color: #fff;
  font-weight: bold;
  padding-right: 0.2rem;
  position: relative;
}
.g-nav a.name em {
  display: block;
  margin-right: -0.2rem;
  padding-right: 0.2rem;
  position: relative;
  font-style: normal;
}
.g-nav a.name.on {
  color: #ffffff;
}
.g-nav .list {
  position: absolute;
  z-index: 1;
  left: 70.1%;
  top: -100vh;
  background: #0c3383;
  width: 1.5rem;
  margin-left: -1rem;
  box-shadow: 0 0 0.38rem 0 rgba(0, 0, 0, 0.19);
  opacity: 0;
  visibility: hidden;
}
.g-nav .list a {
  display: block;
  text-align: center;
  font-size: 0.18rem;
  line-height: 0.48rem;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.g-nav .list a:hover {
  background: rgba(0, 0, 0, 0.3);
}
.g-nav2 {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  overflow: hidden;
  overflow-y: auto;
}
.g-nav2 .scroll {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0.8rem;
  bottom: 0;
  overflow-y: auto;
}
.g-nav2 .nav2_head {
  width: calc(1400px);
  margin: 0 auto;
  position: relative;
}
.g-nav2 .nav2_head a.logo {
  display: block;
  background: url("https://www.hiddenlakeswinery.com/images/header/list_logo.svg") center top no-repeat;
  background-size: 100%;
  width: 3.8rem;
  height: 0.5rem;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 20px;
  bottom: 0;
}
.menu-content .menu-column ul li a {
  font-size: 0.5rem;
}
.menu-content {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 24px;
  width: calc(1400px);
  margin: 0 auto;
}
.menu-content .menu-column ._tit {
  margin-bottom: 30px;
  display: flex;
}
.menu-content .menu-column ._tit .font {
  display: block;
  font-size: 24px;
  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(1, 1fr);
  row-gap: 12px;
  column-gap: 25px;
  margin-bottom: 30px;
}
.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: 16px;
  font-weight: bold;
  color: #003586;
}
.menu-content2 {
  border-bottom: 1px solid #c5dfff;
  width: calc(1400px);
  margin: 0 auto 30px;
}
.menu-content2 .menu-column2 ul li {
  font-size: 16px;
  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: 16px;
  color: #000000;
}
.menu-content2 .jgdh {
  max-width: 100%;
}
.menu-content2 .jgdh .jgdh_title {
  margin-bottom: 30px;
  display: flex;
  margin-top: 30px;
}
.menu-content2 .jgdh .jgdh_title .font {
  display: block;
  font-size: 24px;
  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(7, 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: 16px;
  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: 1009;
  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: 14px;
  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: 15px;
}
.menu-content2 .jgdh ._grid li .uu li a:hover {
  font-size: 14px;
  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;
}
body.navShow {
  overflow: hidden;
}
body.navShow .g-head .btn-list {
  height: 1.1rem;
}
body.navShow a.navA:after {
  background-image: url("https://www.hiddenlakeswinery.com/images/header/img31.png");
}
body.navShow .g-nav {
  opacity: 0;
  visibility: hidden;
}
body.navShow .g-nav2 {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 800px) {
  .g-head .btn-list {
    display: none;
    right: 0.6rem;
  }
  .g-nav {
    display: none;
  }
  .g-nav2 {
    width: 100%;
    overflow-y: auto;
  }
  .g-nav2 .scroll li {
    width: 100%;
    padding-top: 0.2rem;
  }
  .g-nav2 .btn-list {
    display: none;
  }
  .menu-content {
    width: 100%;
  }
  .menu-content .menu-column ._tit {
    margin-bottom: 0.2rem;
  }
  .menu-content .menu-column ._tit .font {
    font-size: 0.3rem;
  }
  .menu-content .menu-column ul li {
    max-height: 0.8rem;
    padding: 0.05rem 0;
  }
  .menu-content .menu-column ul li a {
    font-size: 0.2rem;
  }
  .menu-content2 {
    width: 100%;
  }
  .menu-content2 .jgdh .jgdh_title .font {
    font-size: 0.3rem;
  }
  .menu-content2 .jgdh ._grid ._card {
    padding: 0.05rem 0;
  }
  .menu-content2 .jgdh ._grid ._card ._text {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 1400px) {
  .g-head .btn-list {
    right: 0.6rem;
  }
  .g-nav {
    right: 0.6rem;
  }
  .g-nav2 {
    width: 100%;
    overflow-y: auto;
  }
  .g-nav2 .scroll li {
    width: 100%;
    padding-top: 0.2rem;
  }
  .g-nav2 .btn-list {
    display: none;
  }
  .menu-content {
    width: 100%;
  }
  .menu-content .menu-column ._tit {
    margin-bottom: 0.2rem;
  }
  .menu-content .menu-column ._tit .font {
    font-size: 0.3rem;
  }
  .menu-content .menu-column ul li {
    max-height: 0.8rem;
    padding: 0.05rem 0;
  }
  .menu-content .menu-column ul li a {
    font-size: 0.2rem;
  }
  .menu-content2 {
    width: 100%;
  }
  .menu-content2 .jgdh .jgdh_title .font {
    font-size: 0.3rem;
  }
  .menu-content2 .jgdh ._grid ._card {
    padding: 0.05rem 0;
  }
  .menu-content2 .jgdh ._grid ._card ._text {
    font-size: 0.2rem;
  }
}
/*list header*/
.list_header {
  width: 100%;
  height: 90px;
  position: absolute;
  z-index: 100;
  border-top: 4px solid #006cff;
}
.list_banner {
  width: 100%;
  min-width: 1400px;
  box-sizing: border-box;
  height: 375px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_banner .font {
  width: 780px;
  height: 141px;
}
.list_banner .font_bg {
  position: absolute;
  z-index: -99999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.list_banner .font_bg img {
  position: relative;
  width: 100%;
  height: 100%;
}
.list_header_bg {
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}
/*END*/
.bottom {
  background: #c6cfd7;
  width: 100%;
  height: 240px;
  line-height: 30px;
  color: #576576;
  font-size: 1.5rem;
  font-family: "微软雅黑";
  clear: both;
  position: relative;
  display: table;
}
.bottom ul {
  width: calc(1400px);
  margin: 0 auto;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bottom ul ._copyright {
  float: left;
  width: 1000px;
}
.bottom ul ._copyright .b_up {
  width: calc(100%);
  display: flex;
  align-items: center;
}
.bottom ul ._copyright .logo {
  width: 324px;
  height: 57px;
  display: inline-block;
  background: url("https://www.hiddenlakeswinery.com/images/header/b_logo.svg") no-repeat;
  margin-right: 50px;
}
.bottom ul ._copyright .text {
  width: calc(100% - 324px - 50px);
  display: inline-block;
  color: #576576;
  font-size: 14px;
  line-height: 24px;
}
.bottom ul ._copyright .text ol {
  margin-right: 25px;
  display: inline-flex;
  align-items: center;
}
.bottom ul ._copyright .text ol::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-position: 0px 2px;
}
.bottom ul ._copyright .text ol:nth-child(1)::before {
  background-image: url("https://www.hiddenlakeswinery.com/images/header/b_icon1.png");
}
.bottom ul ._copyright .text ol:nth-child(2)::before {
  background-image: url("https://www.hiddenlakeswinery.com/images/header/b_icon1.png");
}
.bottom ul ._copyright .text ol:nth-child(3)::before {
  background-image: url("https://www.hiddenlakeswinery.com/images/header/b_icon2.png");
}
.bottom ul ._copyright .b_down {
  width: calc(100%);
  display: flex;
}
.bottom ul ._copyright .b_down .text {
  width: calc(100%);
  margin-top: 20px;
}
.bottom ul ._copyright .b_down .text ol {
  margin-right: 20px;
}
.bottom ul ._copyright .b_down .text ol font {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  padding: 0 10px;
}
.bottom ul ._copyright .b_down .text ol::before {
  display: none!important;
}
.bottom ul ._icon {
  float: right;
  display: block;
  margin-top: 18px;
}
