


body{
      background-color: #ebebeb;
      font-family: -apple-system;
      margin: 0;
      padding: 0;
      font-family: "-apple-system", "Helvetica Neue", "Roboto", "Segoe UI", sans-serif;
    }
   

    .mobil_iphone{
      position: absolute;
      /* display: none; */
      z-index: -1;
      background-image: url("img/mobil_desktop.jpg");
      background-size: 100% 100%;
      background-repeat: no-repeat;
      display: none;
    }
    .mobil_iphone .email_show{
      width: 100%;
      height: 50%;
      position: absolute;
      z-index: 3;
      /* animation: fadeInRight; */
      animation-duration: 1.5s;
      text-align: center;
      transform: translateY(62%);
    }
    .email_show img{
      width: 60%;
      /* transform: translateY(162%); */
    }
    .email_show p{
      color: #ebebeb;
      font-size: 1rem;
    }
    .mobil_iphone .iphone_top{
      height: 20px;
      width: 100%;
      display: flex;
    }
    .iphone_top div{
      justify-content:space-between;
    }
    .iphone_top .top_1{
      width: 25%;
      height: 100%;
      
    }
    .iphone_top .top_2{
      width: 50%;
      height: 100%;
      color: azure;
      text-align: center;
    }
    .iphone_top .top_3{
      width: 25%;
      height: 100%;
      text-align: right;
    }
    .top_1 img{
      padding-left: 10px;
    }
    .top_3 img{
      padding-right: 10px;
    }
    .mobil_iphone .iphone_content{
      position: relative;
      top:3px;
    }
    .mobil_iphone .iphone_bottom{
      position: absolute;
      bottom:0px;
      height: 100px;
      display: flex;
      width: 100%;
  

    }
    .iphone_bottom .bm{
      width: 100%;
      height: 100px;
      background-color: burlywood;
     filter: blur(0px);
     z-index: -1;
     position: absolute;
     box-sizing: border-box;
    }
    .iphoneicon_first{
      position: absolute;
     
      height: 100px;
      display: flex;
      width: 100%;
    }
    .iphoneicon_first div{
      justify-content: space-around;
      width:25%;
      text-align: center;
      padding: 20px 0;
    }
    .iphoneicon_sec{
      top:100px;
      position: absolute;
     
      height: 100px;
      display: flex;
      width: 100%;
    }
    .iphoneicon_sec div{
      justify-content: space-around;
      width:25%;
      text-align: center;
      padding: 20px 0;
    }
    .iphone_bottom div{
      justify-content: space-around;
      width: 33.333%;
      text-align: center;
      padding: 20px 0;
    }
    .weixin_videocall{
      /* width: 100%;
      height: 100%; */
      position: absolute;
   
      
    }
    .audio_imgstyle{
      width: 100px;
      height: 100px;
      position: absolute;
      z-index: 2;
      bottom: 30%;
      right: 10%;
  
    }
    .reject_video_style{
      width: 70px;height: 70px;
      position: absolute;
      z-index: 2;
      bottom: 15%;
      left: 13%;
    }
    .call_bottomdiv{
      width: 80%;height: 70px;
      position: absolute;
      z-index: 222;bottom: 15%;
      display: none;
      left: 50%;
      transform: translateX(-50%);
    }
    .video_inviter{
      width: 300px;
      height: 100px;
      position: absolute;
      top:10%;
      display: flex;
      left: 13%
       /* justify-content:space-around; */
    }
   
    .video_inviter_name div:nth-child(1){
      width: 100%;
      height: 75px;
      font-size: 22px;
      color: aliceblue;
      text-align: left;
      line-height: 75px;
      padding-left: 20px;
      font-weight: 700;
    }
    .video_inviter_name div:nth-child(2){
      width: 100%;
      height: 25px;
      font-size: 15px;
      color: aliceblue;
      text-align: left;
      padding-left: 20px;
    }
    .video_inviter .video_inviter_img{
      width: 100px;
      height: 100px;
      /* justify-content:space-around; */
    }
    .video_inviter .video_inviter_name{
      width: 200px;
      height: 100px;
      /* justify-content:space-around; */
    }
    .video_reject{
      width: 80%;height: 70px;
      position: absolute;
      z-index: 222;bottom: 15%;
      display: none;
      left: 50%;
      transform: translateX(-50%);
    }
    .video_reject .imgdiv{
      /* display: flex; */
      /* align-items: flex-start; */
      display: flex;
      justify-content:space-around;
      width: 100%;
      height:100%;
      
    }
    .imgdiv div img{
      width: 70px;
      height: 70px;
      justify-content: space-around;
    }
    .play_video_style{
      width: 70px;height: 70px;
      position: absolute;
      z-index: 2;
      bottom: 15%;
      right: 13%;
    }
    .chat_content{
      position: relative;
      /* top:50px; */
      /* bottom: 50px; */
      width: 100%;
      /* height:300px; */
      overflow-y: auto;
      display: none;
     
      
    }
  