h3 {
         
        padding: 10px; 
      }

      .full-screen {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
      }
      .verify-btn{
        position: absolute;
        right: 0;
        top: 57%;
        z-index: 9;
      }
      .verify-btn .btn{
        background: #ad1e1e;
        border-radius: 0;
        font-size: 32px;
        text-decoration: none;
        font-weight: 600;
        color: #fff;
        padding: 8px 25px;
      }
      .footer{
        background: #ad1e1ebd;
        color: #fff;
        /**position: absolute;**/
        bottom: 0;
        width: 100%;
        padding: 10px 0;
        font-size: 22px;
        z-index: 9;
      }
      .footer-inner{
        background: #ad1e1ebd;
        color: #fff;  
        width: 100%;
        padding: 10px 0;
        font-size: 22px;
        z-index: 9;
      }
      .carousel-indicators {
        position: absolute;
        bottom: 99px;
      } 

      .navbar-default {
          background-color: #f8f8f800;
          border: none;
          border-color: transparent;
          position: relative;
          z-index: 9;
          width: 100%;
      }
      .navbar-default .navbar-brand {
        color: #fff;
    }
    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
          color: #fff;
          background-color: #831e1e;
      }
    .navbar-default .navbar-nav>li>a {
         color: #000;
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 600;
      }
      .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{ color: #831e1e; }
      .nav>li {
          position: relative;
          display: block;
          margin: 0;
      }

      #feedback .btn{
          background: #831e1e;
          color: #fff;
          text-transform: uppercase;
          font-size: 20px;
      }
      .box-title{
        color: #294a1b;
        font-size: 18px;
        font-weight: bold;
        margin: 29px 0 5px 5px;
      }
      /* 新增防伪码输入提示 */
      #anti_fake_code::placeholder {
          color: #666;
          font-size: 0.9em;
      }

      @media screen and (min-width: 768px){ 
      .carousel-indicators {
          bottom: 61px;
      }
    }