 * {
      margin: 0; padding: 0;
    }
    
@font-face {
  font-family:"douyin"; 
  src: url(../fonts/DouyinSansBold.otf) format('truetype');
}
    @font-face {
      font-family:"en"; 
      src: url(../fonts/DancingScript-Medium.ttf) format('truetype');
    }
.douyin{
   font-family: "douyin"!important;
}
    .en{
   font-family: "en"!important; 
}


    html, body {
      width: 100%;
      height: 100%;
      overflow: hidden;
      background: #000;
       text-align: center;
       color:#fff;
      
    }

    a{
      text-decoration: none;
      color:#fff;
    }

    .index-wap-logo{
   width: 150px;
    
}

  .colorjing{
     color:#CDB071!important;
  }
    #container {
      overflow: hidden;
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
    }

    #background_video {
      position: absolute;

      top: 50%; left: 50%;
      transform: translate(-50%, -50%);

      object-fit: cover;
      height: 100%; width: 100%;
    }

    #video_cover {
      position: absolute;

      width: 100%; height: 100%;

      background: url('01.webp') no-repeat;
      background-size: cover;
      background-position: center;
    }

    #video_controls {
      position: absolute;
      left: 50%;
      transform: translate(-50%, 0);
    }

    #play img {
      width: 100px;
    }
    #pause img {
      width: 90px;
    }
    #pause {
      display: none;
    }

    
  
    #container {
      height: 100%;
    }

    #overlay {
      position: absolute;
      top: 0; right: 0; left: 0; bottom: 0;
      background: rgba(0,0,0,0.5);
    }

    #main_content {
      z-index: 2;
      position:fixed;  
      bottom:50px;      
      right:50px;
      display: inline-block;
    }

    #main_content h1 {
      text-transform: uppercase;
      font-weight: 600; 
      color: #fff;
      font-size: 35px;
    }

    #main_content .sub_head {
      color: #fff;
      font-size: 24px;
      margin-bottom: 10px;
    }

    #main_content .info {
      color: rgba(255,255,255,0.5);
      font-size: 12px;
      margin-top: 10px;
    }

    #links {
      margin-top: 50px;
    }

    #links a {
      border: 2px solid rgba(255,255,255,0.20);
      border-radius: 61px;
      font-size: 12px;
      color: #FFFFFF;
      letter-spacing: 1px;
      text-decoration: none;
      text-transform: uppercase;
      padding: 10px 25px;
      display: inline-block;
      margin-right: 15px;
    }

    #footer {
      position: absolute;
      bottom: 0; left: 0; right: 0;
    }
    #footer a {
      color: rgba(255,255,255,0.5);
      text-decoration: none;
      margin: 10px;
      font-size: 12px;
    }
    #footer a:first-child {
      float: left;
    }
    #footer a:last-child {
      float: right;
    }

    .wap-container{
       display: none;
    }
    .index-logo{
       height: 50px;
       margin:15px 0;
    }

    .index-txt{
       font-size: 20px;
    }

    .lh-3{
        line-height: 40px;
    }


      .index-btn{
           margin-top: 100px;
           text-align: center;

        }

        .index-btn-a{
           padding:10px 30px;
           border-radius: 20px;
        }
       


    @-webkit-keyframes orangellowPulse {
      from { background-color: #683a1c; -webkit-box-shadow: 0 0 9px #683a1c; }
      50% { background-color: #895B1C; -webkit-box-shadow: 0 0 18px #895B1C; }
      to { background-color: #683a1c; -webkit-box-shadow: 0 0 9px #683a1c; }
    }

    a.button {
      -webkit-animation-duration: 2s;
      -webkit-animation-iteration-count: infinite; 
    }
 
    .orangellow.button { -webkit-animation-name: orangellowPulse; -webkit-animation-duration: 5s; }
 
    @media(max-width: 768px){
         #container{
           display: none;
         }
         .wap-container{
           display: flex; 
           justify-content:center;
           align-items: center;
         }
          h2{
             
             text-align: center;
             margin-bottom:30px; 

        }

      
    
   
    }