* {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      background: #302626;
    }


    .container {
      width: 100%;
      background: url(https://shuming-official-file.markyin.com/img/realtime/page-bg.png);
      background-size: 100% 100%;
      height: 100vh;
    }

    button {
      padding: 10px 30px;
      font-size: 16px;
      margin: 0 10px;
      cursor: pointer;
    }


    .avatar-box {
      display: flex;
      flex-direction: column;
      align-items: center;
      top: 3.52rem;
      position: relative;
      left: 50%;
      transform: translateX(-50%);
      font-weight: 500;
      font-size: 0.32rem;
      color: #FFFFFF;
    }

    .avatar-box img {
      width: 1.8rem;
      height: 1.8rem;
      margin-bottom: 0.32rem;
    }

    .status {
      font-size: 0.32rem;
      color: #999999;
      text-align: center;
      position: absolute;
      width: 100%;
      bottom: 6rem;
      text-align: center;
    }
    .inp-box{
      padding: 0.32rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 0.32rem;
      position: absolute;
      width: 100%;
      bottom: 7rem;
    }
    .inp-box input{
      flex: 1;
      height: 0.32rem;
      height: 0.6rem;
      padding: 0 0.12rem;
    }
    .inp-box button{
      padding: 0;
      padding: 0.1rem 0.24rem;
      background: #0bec65;
      border: none;
      border-radius: 0.08rem;
      color: #fff;
    }

    .camera-box{
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      font-size: 0.24rem;
      color: #fff;
      position: absolute;
      /* top: 0.2rem; */
      bottom: 6.8rem;
    }
    .camera-box img{
      width: 30%;
      max-height: 3rem;
      object-fit: cover;
      /* margin-bottom: 10px; */
    }
    .camera-btn { 
      max-width: 30%;
      max-height: 0.9rem;
      padding: 0.2rem 0.32rem;
      font-size: 16px; 
      background: #007bff; 
      color: white; 
      border-radius: 8px; 
      cursor: pointer;
     }
    #fileInput { display: none; }

    .btn-box {
      width: 100%;
      padding: 0 1.42rem;
      display: flex;
      /* display: none; */
      justify-content: space-between;
      position: absolute;
      bottom: 1.62rem;
    }

    .action-btn {
      display: flex;
      flex-direction: column;
      align-items: center;
      font-size: 0.28rem;
      color: #FFFFFF;
    }

    .action-btn img {
      width: 1.44rem;
      height: 1.44rem;
      margin-bottom: 0.32rem;
    }
    .camera-icon-box{
      width: 0.44rem;
      height: 0.44rem;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.1);
      margin-bottom: 0.24rem;
      position: absolute;
      top: .32rem;
      right: .32rem;
    }
    .camera-icon-box img{ 
      width: 0.44rem;
      height: 0.44rem;
      margin-bottom: 0;
    }

    .connected-btns {
      width: 100%;
      padding: 0 0.6rem;
      display: flex;
      justify-content: space-between;
      position: absolute;
      bottom: 1.62rem;
      display: none;
      /* display: flex; */
    }
    .connected-btns .action-btn img{
      width: 1.16rem;
      height: 1.16rem;
      margin-bottom: 0;
    }

    .connection-status {
      width: 100%;
      font-size: 0.28rem;
      color: #999999;
      display: none;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      position: absolute;
      bottom: 5rem;

    }

    .connection-status .recording {
      width: 1rem;
      height: 0.52rem;
      margin-bottom: 0.2rem;
      display: block;
    }

    .connection-status .thinking {
      width: 1rem;
      height: 0.28rem;
      margin-bottom: 0.32rem;
      display: none;
    }

    .connection-status .speaking {
      width: 0.32rem;
      height: 0.32rem;
      border-radius: 0.08rem;
      background-color: #fff;
      margin-bottom: 0.26rem;
      display: none;
    }