body{
    font-size:75%; 
}
#container{
	width: 100%;
	margin: 0 auto;
  background-image: url(/imgs/bg.png); 
  font-family: 'Prata', serif;
}



#datetime{
    color: #fff;
    font-size: 1em;
    margin: 0px 0px 0px 3%;

}
@media screen and (max-width: 768px) {
  #datetime{
   display: none;
}

}/* 手机(max-width: 768px) */

.header{
   padding:20px 0px 30px; 
   background-image: url(/imgs/headerbg.png);
   background-repeat: no-repeat;
   background-position: center center;
   background-size:cover;
}



.logo{
    text-align: center;
}


.gnavi__pc-style {
    width: 50%;
    margin: 60px auto 0px;
    font-size: 1.4em;
  }
  .gnavi__pc-style ul {
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    color:#696031;/*下划线颜色 可能需要改*/
  }

  .gnavi__pc-style ul li{
    padding-bottom: 5px;
    background: 
    linear-gradient(currentColor 0 0) 
    bottom /var(--d, 0) 1px 
    no-repeat;
    transition:0.5s;
  }
  .gnavi__pc-style ul li:hover {
    --d: 100%;
  }

  .gnavi__pc-style ul li:not(:last-of-type) {
    margin-right: 10px;
  }
  .gnavi__pc-style a {
      text-decoration: none;
       color: #fff;
  }

  /*以下是汉堡menucss*/
  .gnavi__sp-style{
    display: none;
  }
  @media screen and (max-width: 768px) {
  .gnavi__pc-style {
    display: none;    
  }

.gnavi__sp-style{
  display:block; 
}
  
/*展开后*/
.NavMenu{
  position: fixed;
  z-index: 12;
  top: 0;
  left: 0;
  background-color: rgba(5, 5, 5, 0.93);
  text-align: center;
  width: 100%;
  height: 100%;
  display: none;
  }
  
.NavMenu ul{
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  }
  
.NavMenu ul li{
  font-size: 24px;
  list-style-type: none;
  width: 100%;
  padding-bottom: 0px;
  }
  
.NavMenu ul li:last-child{
  padding-bottom: 0;
  }
.NavMenu ul li a{
  display: block;
  color: #fff;
  padding: 30px 0;
  font-weight: bold;
  font-size: 1em;
  text-decoration: none;
  }
  .NavMenu ul li a:hover{
    background :#696031;
  }
  
  /*汉堡包菜单*/
.Toggle {
  position: fixed;
  right:10px;
  top: 10px;
  width: 48px;
  height: 45px;
  cursor: pointer;
  z-index: 13;
  display: block;
  background-color: #696031;
  }
  
  .Toggle span {
  display: block;
  position: absolute;
  width: 35px;
  border-bottom: solid 3px #fff;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  left: 6px;
  }
  
  .Toggle span:nth-child(1) {
  top: 9px;
  }
  
  .Toggle span:nth-child(2) {
  top: 20px;
  }
  
  .Toggle span:nth-child(3) {
  top: 31px;
  }
  
  .Toggle.active span:nth-child(1) {
  top: 20px;
  left: 8px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: solid 3px #fff;
  }
  .Toggle.active span:nth-child(2),
  .Toggle.active span:nth-child(3) {
  top: 20px;
  left:8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: solid 3px #fff;
  }

  }/* 手机(max-width: 768px) */

  
.aboutus-tittle{
  display: block;
  width: 90%;
  margin:0 auto;
  border-top: 1px  solid #696031 ;
  border-bottom: 1px  solid #696031 ;
  text-align: center;
  padding: 20px 0;
  color: #aaa381;
  font-size: 1.6em;
}
@media screen and (max-width: 768px) {

  .aboutus-tittle{
    width: 98%;
    font-size: 1.2em;
  } 
  }/* 手机(max-width: 768px) */
  

.aboutus{
  width: 90%;
  margin:5px auto 60px;
  padding-bottom: 30px;
  display: grid;
  grid-template-columns:1fr 1fr;
  background-color:rgba(0,3,5,0.4);
}
.aboutus-left{
    width: 96%;
    height: 700px;
    margin-bottom: 10px;
    background-image: url(/imgs/shop_bg.png);
    background-size: cover;
}
.aboutus-right ul{
  width: 80%;
  margin: 20px auto 0;
  color: #fff;
  list-style: none;
  line-height: 2em;
}
.aboutus ul li:first-child{
  font-size: 1.4em;
  padding: 20px 0px;
  border-bottom: 1px solid #696031 ;
  margin-bottom: 20px;
}


@media screen and (max-width: 768px) {

  .aboutus{
    width: 100%;
    grid-template-columns:1fr;
  }

 
.aboutus-left{
    width: 100%;
    margin:0 auto;
    height: 300px;
    background-size: cover;
}
.aboutus-right ul{
  width: 90%;
  margin: 0 auto;
  color: #fff;
  list-style: none;
}


}/* 手机(max-width: 768px) */




.btn{
  width: 230px;
  margin: 0 auto;
}

.btn-moreinfo{
  display: flex;
  align-items: center;
  margin: 30px auto;
  padding: 10px 20px;
  border: 1px solid #696031;
  text-decoration: none;
  color: #aaa381;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  overflow:hidden;
}
.btn-moreinfo::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #aaa381;
  border-right: 3px solid #adadad;
  transform: rotate(45deg);
}


.btn-moreinfo:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #696031;
  opacity: 0.7;
  transition: all 300ms linear;
}

.btn-moreinfo:hover:before {
  left: 0;
}
/* btn在这里*/



.footer{
  background-color: #111;
  color: #fff;
  padding: 30px 0 0;
}
.footer p{
  margin: 20px auto 0;
  text-align: center;
  line-height: 30px;
}
.footer a{
display: block;
background-color: #111;
color: #fff;
text-decoration: none;
}
.gnavi__pc-style_down{
  padding: 20px 0;
}
.gnavi__pc-style_down a{
  color: #fff;
}
.copyright{
  font-size:0.8em;
  padding: 5px 0;
  color: #696031;
  border-top:1px solid #696031;
}




