@media screen and (max-width: 760px) {
 html, body {
  width: 100vw;
  overflow-x: hidden !important;
  overflow-y: auto !important;
 }


 body {
  min-width: 0;
 }
 .head > div:nth-child(1) {
  display: none;
 }

 .head .content{
  width: 100%;
 }

 body > div.foot {

 }
 body > div.foot > div.content > div:nth-child(2) {
  display: none !important;
 }

 .nav-right {
  display: none !important;
 }

 body > div.foot {
  height: auto !important;
 }
 body > div.foot > div.content {
  width: 100% !important;
   height: auto !important;
 }
 body > div.foot > div.content > div:nth-child(1) {
  width: 100% !important;
  position: static !important;
  padding: 0 !important;
 }

 body > div.foot > div.content > div:nth-child(1) > div:nth-child(5) {
  display: none !important;
 }
 body > div.foot > div.content > div:nth-child(1) {
  background: #323232 !important;
 }

 body > div.foot > div.content > div:nth-child(1) > div:nth-child(6) {
  color: #ADADAD !important;
  background: #222222 !important;
  width: 100% !important;
height: 61px !important;
line-height: 61px !important;

 }
 body > div.foot > div.content > div:nth-child(1) > div:nth-child(2) > svg {
  display: none !important;
 }
 body > div.foot > div.content > div:nth-child(1) > div:nth-child(2) {
  padding-left: 50px !important;
 }
 body > div.foot > div.content > div:nth-child(1) > div:nth-child(2) > div {
  margin: 0 !important;
color:#ADADAD !important;
 }
 body > div.foot > div.content > div:nth-child(1) > div:nth-child(3) , body > div.foot > div.content > div:nth-child(1) > div:nth-child(4) {
color:#ADADAD !important;
 }
 body > div.foot > div.content > div:nth-child(1) > img {
  display: none !important;
 }
 body > div.foot > div.content > div:nth-child(1)::before{
  content : '大智興邦，大品傳芒';
  width: 206px ;
  height: 151px ;
display: block;
  background: url("/static/image/8f41e98babe18fe05ad70fd61581853d.png");
  background-repeat: no-repeat;
  background-size: 50% 30%;
  background-position-x: 50px ;
  background-position-y: 47px ;
  padding-top: 110px;
  box-sizing: border-box;
  text-align: center;
margin: 0px auto;
font-family: Microsoft YaHei;
font-size: 18px;
font-weight: 400;
line-height: 23.76px;
color: #ADADAD;

border-bottom: 1px solid #6B6B6B;
 }


 body > div.foot > div.content > div:nth-child(1) > div:nth-child(2) {
  margin-top: 30px !important;
  position: relative !important;
 }

 body > div.foot > div.content > div:nth-child(1) > div:nth-child(2)::after {
  content:  '';
  display: block;
  width: 120px ;
  height: 120px;
  position: absolute;
  right: 20px; 
  top: -16px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("/static/image/0d19f84df5d1622cb3857bdb31b1d4c3.jpg");
 }
 body > div.head > a {
  position: absolute;
  right: 20px; 
  top: 20px;
  display: block !important;
  width: 20px;
  height: 20px;
  z-index: 12;
 }
 body > div.head > div.content {
  
  position: fixed !important;
  top: 0;
  right: -100%;
  bottom: 0;
  background: #313131;
  transition: right 0.35s ease-in-out;
  display: flex !important;
  flex-direction: column;
  z-index: 33;
  
 }
 body > div.head > div.content> img{ 
  display: none !important;
 }
 body > div.head > div.content.active {
  right: 0 !important;
 }
 body > div.head > div.content > div {
  flex: 1;
}
 body > div.head > div.content > div>div {
  display: block !important;
  
 }
 body > div.head > div.content::before {
  content: '';
  display: block;
  width: 156px;
  height: 61px;
  background: url("/static/image/bm-logo.svg");
  background-size: 100% 100%;
  margin: 30px auto;
 }

 body > div.head > div.content .nav .item > a  {
  display: block !important;
  width: 100% !important;
  background: transparent !important;
  color: #D4A87B !important;
  padding: 0 !important;
  text-align: center;
  line-height: 55px !important;
 }
 body > div.head > div.content .nav .item {
  border-bottom: 0.6px solid #FFFFFF4D;
  padding: 0 !important;
  margin: 0 !important;
 }

}