body {
  background-color: #fff;
}
.hover_line {
  background-image: linear-gradient(to right, #9B8251, #66451E);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 0% 0.02rem;
  transition: background-size 0.35s;
}
.hover_line:hover {
  background-position: left bottom;
  background-size: 100% 1px;
  color: #9B8251;
}
.container {
  padding: 0 13%;
}
.innerBanner {
  width: 100%;
  height: 4.8rem;
  padding-top: 1rem;
  box-sizing: border-box;
  position: relative;
  z-index: 9;
}
.innerBanner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.G_navlist {
  width: 100vw;
  height: 1rem;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  background: linear-gradient(to bottom, #000000, #ffffff);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 2px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.G_navlist.inner {
  background: #fff;
}
.G_navlist.inner .content .navlist a {
  color: #9B8251;
}
.G_navlist.inner .content .navlist a.on {
  font-weight: bold;
  color: #66451E;
  border-bottom: 0.02rem solid #66451E;
}
.G_navlist .content {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.G_navlist .content .left {
  height: 0.7rem;
}
.G_navlist .content .left img {
  height: 100%;
}
.G_navlist .content .navlist a {
  font-size: 0.16rem;
  color: #fff;
  margin-right: 0.38rem;
  padding: 0.1rem 0;
}
.G_navlist .content .navlist a.on {
  border-bottom: 0.02rem solid #fff;
}
.G_navlist .content .navlist a:last-of-type {
  margin-right: unset;
}
.G_navlist .content .navlist a.link {
  background-color: #9B8251;
  color: #fff;
  padding: 0.05rem 0.1rem;
  border-radius: 0.08rem;
}
.G_navlist .search {
  background-color: #9B8251;
  width: 0.4rem;
  height: 0.4rem;
  padding: 0.1rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.G_navlist .search img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.G_product_mask {
  position: fixed;
  left: 0;
  top: 1rem;
  width: 100vw;
  height: calc(100vh - 1rem);
  transform-origin: 0px 0px;
  transform: scale(0, 0);
  opacity: 0;
  z-index: 9999;
}
.G_product_mask .mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.G_product_mask .content {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #fff;
  left: 0;
  top: 0;
  z-index: 3;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 0.8rem;
  box-sizing: border-box;
}
.G_product_mask .content .list {
  width: calc((100% - 1.2rem) / 2);
  margin-right: 0.6rem;
}
.G_product_mask .content .list:last-of-type {
  margin-right: unset;
}
.G_product_mask .content .list .h2 {
  font-size: 0.3rem;
  padding-bottom: 0.1rem;
  border-bottom: 0.02rem solid #fff;
  margin-bottom: 0.36rem;
}
.G_product_mask .content .list .li {
  margin-top: 0.24rem;
}
.G_product_mask .content .list .li a {
  display: block;
  width: min-content;
  white-space: nowrap;
  padding: 0.05rem 0;
  font-size: 0.18rem;
}
.G_product_mask .close {
  width: 0.32rem;
  height: 0.32rem;
  position: absolute;
  right: 10%;
  top: 0.5rem;
  z-index: 9;
  cursor: pointer;
}
.G_product_mask .close img {
  width: 100%;
  height: 100%;
}
.G_sideNavigation {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -1.42rem;
  z-index: 999;
}
.G_sideNavigation .item {
  width: 0.88rem;
  height: 0.88rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 0.08rem;
  margin-bottom: 0.1rem;
  cursor: pointer;
  box-shadow: 0 0 0.04rem 0 rgba(0, 0, 0, 0.15);
}
.G_sideNavigation .item:last-of-type {
  margin-bottom: 0.1rem;
}
.G_sideNavigation .item .img {
  width: 0.32rem;
  height: 0.32rem;
}
.G_sideNavigation .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.G_sideNavigation .item .txt {
  font-size: 0.16rem;
  margin-top: 0.1rem;
}
.G_pages {
  margin-top: 0.8rem;
}
.G_pages .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.G_pages .pagination .page-item,
.G_pages .pagination .page-num {
  width: 0.28rem;
  height: 0.28rem;
  background: #fff;
  border-radius: 0.04rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #303434;
  margin: 0 0.05rem;
  font-size: 0.12rem;
  line-height: 1;
  transition: all 0.3s linear;
}
.G_pages .pagination .page-item:hover,
.G_pages .pagination .page-num:hover {
  background: #9B8251;
  color: #fff;
}
.G_pages .pagination .page-item img,
.G_pages .pagination .page-num img {
  width: 0.16rem;
  height: 0.16rem;
  object-fit: cover;
}
.G_pages .pagination .page-num.page-num-current {
  background-color: #9B8251;
  color: #fff;
}
.G_footer {
  width: 12rem;
  margin: 0 auto;
  padding-top: 0.8rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.G_footer .navlist {
  display: flex;
}
.G_footer .navlist .list {
  margin-right: 0.55rem;
}
.G_footer .navlist .list .h2 {
  font-size: 0.2rem;
  color: #66451E;
  line-height: 0.4rem;
}
.G_footer .navlist .list .li {
  display: block;
  font-size: 0.16rem;
  color: #66451E;
  line-height: 0.4rem;
  width: min-content;
  white-space: nowrap;
}
.G_footer .wechat{
    margin-right: .2rem;
}
.G_footer .wechat img {
  width: 1.2rem;
  height: 1.2rem;
}
.G_footer .wechat .p {
  text-align: center;
  margin-top: 0.16rem;
  font-size: .16rem;
}
.G_footer .wechat:last-of-type{
    margin-right: unset;
}
.G-foot_tips {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 0.72rem;
  background-color: #FFFBF5;
  border-top: 0.01rem solid #d5c19b;
}
.G-foot_tips .li {
  margin-right: 0.5rem;
  display: block;
  font-size: 0.14rem;
  color: #66451E;
}
.G-foot_tips .li:last-of-type {
  margin-right: unset;
}
.G_position {
    position: relative;
    z-index: 99;
    width: 12rem;
    margin: 0 auto;
    padding-top: .6rem;
    font-size: .14rem;
}
.G_position a{
    margin: 0 .1rem;

}
.G_position a:hover{
    color:#9B8251 ;
}
.pop-search {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 99999;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  display: none;
}
.pop-search .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  z-index: 1;
}
.pop-search .content {
  z-index: 2;
  width: 4rem;
  height: 2rem;
  background-color: rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.075);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  padding: 0.2rem 0.3rem;
  background: #fff;
  border-radius: 0.1rem;
  box-sizing: border-box;
  position: relative;
}
.pop-search .content input {
  width: 100%;
  height: 0.5rem;
  font-size: 0.16rem;
  padding-left: 0.1rem;
  font-weight: 400;
  border-radius: 0.05rem;
  border: 0.01rem solid #777;
  background-color: unset;
}
.pop-search .content button {
  width: 100%;
  height: 0.5rem;
  color: #0045A8;
  border: 0.01rem solid #0045A8;
  border-radius: 0.05rem;
  background-color: unset;
}
.pop-search .content .close {
  width: 0.28rem;
  height: 0.28rem;
  display: block;
  position: absolute;
  right: 0;
  top: -0.3rem;
  cursor: pointer;
  transform-origin: center top;
  transition: all 0.5s ease-in-out;
}
.pop-search .content .close::before,
.pop-search .content .close::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 0.03rem;
  background-color: #fff;
  right: 0%;
  top: 0%;
  transform-origin: center center;
}
.pop-search .content .close::before {
  transform: rotate(-45deg);
}
.pop-search .content .close::after {
  transform: rotate(45deg);
}
.G_m_header{
    display: none;
}

@media screen and (max-width:768px){
    .G_footer{
        width: 100%;
    }
    .G_pages .pagination .page-item, .G_pages .pagination .page-num{
        width: 30px;
        height: 30px;
    }
    .G_pages .pagination .page-item img, .G_pages .pagination .page-num img{
        width: 16px;
        height: 16px;
    }
    .G_pages .pagination .page-item, .G_pages .pagination .page-num{
        font-size: 14px;
    }
    
     .G_m_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    padding: 0 5%;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: #fff;
    border-bottom: 0.01rem solid #7b7b7b;
  }

  .G_m_header .logo {
    height: 32px;
    position: relative;
    z-index: 12;
  }

  .G_m_header .logo img {
    width: auto;
    height: 32px;
  }

  .G_m_header .header_nav {
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: #fff;
    z-index: 9;
    top: 0;
    left: 0;
    padding: 0 5%;
    padding-top: 80px;
    transform: translateY(-100%);
    transition: all 0.5s ease;
  }

  .G_m_header .header_nav .item {
    display: block;
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0.01rem solid #ebebeb;
    font-size: 16px;
    transition: all 0.2s linear;
    opacity: 0;
  }

  .G_m_header .header_nav .item img {
    width: 12px;
    height: 12px;
  }

  .G_m_header .header_menu {
    width: 24px;
    height: 24px;
    position: relative;
    z-index: 12;
  }

  .G_m_header .header_menu .lump {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
  }

  .G_m_header .header_menu .lump span {
    width: 100%;
    height: 2px;
    background-color: #000;
    position: absolute;
    right: 0;
    transition: all 0.3s linear;
  }

  .G_m_header .header_menu .lump span:nth-of-type(1) {
    top: 3px;
  }

  .G_m_header .header_menu .lump span:nth-of-type(2) {
    width: 50%;
    top: 50%;
    margin-top: -1px;
  }

  .G_m_header .header_menu .lump span:nth-of-type(3) {
    right: 0;
    bottom: 3px;
  }

  .G_m_header.on .header_nav {
    transform: translateY(0);
  }

  .G_m_header.on .header_menu .lump span:nth-of-type(1) {
    transform: rotate(-45deg);
    top: 11px;
  }

  .G_m_header.on .header_menu .lump span:nth-of-type(2) {
    width: 0;
  }

  .G_m_header.on .header_menu .lump span:nth-of-type(3) {
    transform: rotate(45deg);
    bottom: 11px;
  }
  
  .G_navlist{
      display: none;
  }
  
  .G_footer{
      display: block;
  }
  .G_footer .navlist{
      display: block;
  }
  .G_footer .navlist .list{
      margin-right: unset;
      display: flex;
      padding: 0 5vw;
      margin-top: 10px;
  }
  .G_footer .navlist .list .h2{
      font-size: 14px;
      width: 20%;
      flex-shrink: 0;
  }
  .G_footer .navlist .list .li{
      font-size: 12px;
      margin-left: 10px;
  }
  .G_footer .navlist .list .blockArea{
      display: flex;
      flex-wrap: wrap;
  }
  .G_footer .wechat{
      margin-top: 20px;
  }
  .G_footer .wechat img{
      margin: 0 auto;
      display: block;
  }
  .G_footer .wechat .p{
      font-size: 12px;
  }
  .G-foot_tips{
      flex-wrap: wrap;
      padding: 10px 0;
      height: unset;
  }
  .G-foot_tips .li{
      font-size: 12px;
      line-height: 1.5;
  }
  
  .pop-search .content{
      width: 80%;
      height: 180px;
  }
  .pop-search .content input{
      height: 50px;
      font-size: 14px;
  }
  .pop-search .content button{
      height: 50px;
      font-size: 14px;
  }
  
  .pop-search .content .close{
      width: 28px;
      height: 28px;
      top: -30px;
  }
  
}


































