body {
    width: 100%;
    height: 100%;
    min-width: 1343px;
    border: none;
    margin: 0px;
    padding: 0px;
 
  }
  
  #top_home {
    /* display: flex; */
    height: 960px;
    width: 100%;
    position: relative;
    /* background-image: url(./image/home_toptips.png); */
    /* background: #06091a; */

  }

  .navbar_titele {
    padding-top: 22px;
    display: none;
    color: #fff;
    color: rgba(0, 0, 0, 0.85);
    background: #FFFFFF;
    display: flex;
    position: relative;
  }

  .navbar_none {
    padding-top: 22px;
    display: flex;
    color: #fff;
    position: relative;
  }

  .produc_tbd {
    display: none;
    width: 100%;
    /* width: 801px; */
    /* margin-left: 40%; */
    padding-top: 50px;
    height: 300px;
    background: #FFFFFF;
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.07);
    backdrop-filter: blur(10px);
    /* position: fixed; */
    position: absolute;
    z-index: 9999;
  }

  .produc_bdyc {

    /* align-items: flex-start; */
     display: flex;
   /* flex: 1; */
    /* flex: 1 1 0%; */
    /* width: 18%; */
    /* margin: auto; */
    /* flex-direction: column; */
    text-align: center;
    cursor: pointer;
  }

  .robotStyle {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.65);
    line-height: 32px;
  }

  .produ_rbt {
    text-align: left;
    width: 100%;
    margin-left: 20px;
  }

  .produc_tbd {
    width: 100%;
    justify-content: space-between;
    /* width: 801px; */
    /* margin-left: 40%; */
    padding-top: 50px;
    height: 330px;
    background: #FFFFFF;
    box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.07);
    backdrop-filter: blur(10px);
    display: flex;
  }
  .top_log {
    /* margin-left: 20%; */
    margin-left: 200px;
    flex: 4;
    height: 44px;
    margin-top: -6px;
    position: relative;
  }

  .top_tips {
    /* flex: 4; */
    display: flex;
    position: relative;
    line-height: 30px;
    margin-right: 200px;
  }

  .top_tip {
    margin-left: 40px;
    cursor: pointer;
    font-size: 16px;
  }
  .footer__logo {
    height: 36px;
    margin-bottom: 25px;
    margin-top: 0px;
    width: 130px;
    cursor: pointer;

  }
  .btnborder {
    display: block;
    transition: all 0.2s ease-out 0s;
    
  }

  .btnborder::after {
    border-bottom: 2px solid #0089FF;
    content: "";
    display: block;
    margin-top: 20px;
    transform: scale(0);
    transition: all 0.2s ease-out 0s;
  }

  .btnborder::before {
    content: "";
    display: block;
    transform: scale(0);
    transform-origin: center top;
    transition: all 0.2s ease-out 0s;
  }

  .btnborder:hover::after,
  .btnborder:hover::before {
    transform: scale(1);
  }

 
