@media (min-width: 1366px) {

  /* 自定义底边栏
-------------------------------------------------- */
  .footer {
    width: 100%;
  }
  .footer .footer-bottom {
    margin-left: auto;
    margin-right: auto;
    width: 63.059%;
    max-width: 1200px;
    min-width: 960px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1366px) {
  body {
    min-width: 960px!important;
  }

  /* 自定义底边栏
-------------------------------------------------- */
  .footer {
     min-width: 960px;
     width: 100%;
  }
  .footer .footer-bottom {
    margin-left: auto;
    margin-right: auto;
    width: 63.059%;
    max-width: 1200px;
    min-width: 960px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
    body {
        min-width: 100% !important;
    }
    /* 自定义底边栏
  -------------------------------------------------- */
    .footer {
        min-width: auto;
        width: 100%;
    }
    .footer .footer-bottom {
        width: 95%;
        min-width: auto;
        margin: auto;
    }
}

/* 导航相关样式已移动到 Content/components/navbar.css */

/* 自定义底边栏
-------------------------------------------------- */
.footer {
  position: absolute;
  /*right: 0;
  left: 0;*/
  background-color: #282828;
  z-index: 20;
}

.footer ul {
  margin-bottom: 0;
  padding: 0;
  display: block;
}

.footer li {
  height: 80px;
  line-height: 80px;
  display: inline-block;
}

.footer .copyright {
  padding: 10px 0;
  width: 100%;
  height: 94px;
  line-height: 94px;
}

.footer span {
  display: block;
  height: 25px;
  font-size: 12px;
  font-family: SimSun;
  color: #666;
  cursor: default;
}

.footer .copyright-top {
  margin-top: -30px;
}

.footer hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #343434;
}

.footer a {
  display: inline-block;
  margin-right: 36px;
  font-size: 12px;
  font-family: SimSun;
  color: #666;
  text-decoration: none;
}
.footer-moblie{
    display:none;
}
@media (max-width: 768px) {
    .footer-bottom{
        display:none;
    }
    .footer{
        width:100%;
    }
     .footer-moblie{
         background:#282828;
         display:block;
         width:100%;
     }
     .footer-moblie>ul{
         list-style:none;
         padding:0 20px;
         margin-top:40px;
         padding-bottom:40px;
         border-bottom:1px solid #343434;
     }
     .footer-moblie>ul>li{
         line-height:50px;
         font-size:28px;
         height:auto;
         margin-right:3%;
     }
    .footer-b{
        padding:0px 20px!important;
    }
    .footer-b>li{
        display:block;
    }
    .footer-moblie{
        color:#666666;
    }
    .footer a {
        line-height: 50px;
        font-size: 28px;
        font-family: "苹方";
        margin: 0px;
    }
}