/*
 * @Author: shu binqi 
 * @Date: 2019-07-05 21:44:59 
 * @Last Modified by: shu binqi
 * @Last Modified time: 2019-07-11 00:22:00
 */
@media (max-width: 1480px) {
  .container {
    width: 1300px;
  }
}
@media (max-width: 1366px) {
  .container {
    width: 1200px;
    padding: 0 15px;
  }
}
@media (max-width: 1200px) {
  .container {
    width: 960px;
  }
}
@media (max-width: 768px) {
  .container {
    width: 100%;
  }
  .docs .container .docs-sort .docs-left {
    width: 30%;
    padding: 0 2px 0 10px;
  }
  .docs .container .docs-sort .docs-right {
    width: 70%;
    padding: 0 10px 0 2px;
  }
  .docs .container .docs-sort .docs-left .document-ul li > a {
    padding: 0 5px;
  }
  .code-list ul li a i {
    width: 100%;
  }
  .reward-content img {
    width: 100% !important;
  }
  .totop {
    right: 10px;
  }
  .code-list ul > li a span {
    display: none;
  }
  .navbar-nav {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 998;
    display: none;
  }
  .navbar-nav li {
    float: none !important;
  }
  .navbar-nav li a {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
  }
  .menu {
    display: block;
    float: right;
    cursor: pointer;
    height: 40px;
    width: 35px;
    position: absolute;
    top: 5px;
    right: 20px;
  }
  .menu span {
    display: inline-block;
    width: 35px;
    height: 2px;
    background-color: #5e5ef2;
    position: absolute;
    top: 25px;
    left: 0px;
    transition: background-color 0.2s ease-out 0.1s;
  }
  .menu span:before {
    content: '';
    display: inline-block;
    width: 35px;
    height: 2px;
    background-color: #5e5ef2;
    position: absolute;
    top: -12px;
    left: 0px;
    transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
    transform: rotate(0deg);
  }
  .menu span:after {
    content: '';
    display: inline-block;
    width: 35px;
    height: 2px;
    background-color: #5e5ef2;
    position: absolute;
    top: 12px;
    left: 0px;
    transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
    transform: rotate(0deg);
  }
  .header.btn_click .menu span {
    background-color: transparent;
  }
  .header.btn_click .menu span:before {
    transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
    transform: rotate(45deg);
    top: 0px;
  }
  .header.btn_click .menu span:after {
    transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
    transform: rotate(-45deg);
    top: 0px;
  }
  .function .container .bq-row ul li {
    width: 50%;
  }
}
