   *{ 
    margin:0;
    padding:0;
   }
   button, .login{
    width:120px; 
    height:42px; 
    background:#f40; 
    color:#fff; 
    border:none; 
    border-radius:6px;
    display: block;
    margin:20px auto; 
    cursor: pointer;
   }
   .popOutBg{
    width:100%;
    height:100%;
    position: fixed;
    left:0;
    top:0;
    background:rgba(0,0,0,.6);
    display: none;
    z-index:100;
   }
   .popOut{
    position:fixed;
    width:600px; 
    height:300px;
    top:50%;
    left:50%;
    margin-top:-150px;
    margin-left:-300px;
    background:#fff;
    border-radius:8px;
    overflow: hidden;
    display: none;
    z-index:100;
   }
   .popOut > span{
    position: absolute;
    right:10px;
    top:0; 
    height:42px;
    line-height:42px;
    color:#000;
    font-size:30px;
    cursor: pointer;
   }
   .popOut table{
    display: block;
    margin:42px auto 0;
    width:520px;
   }
   .popOut caption{
    width:520px;
    text-align: center;
    color:#f40;
    font-size:18px;
    line-height:42px;
   }
   .popOut table tr td{
    color:#666;
    padding:6px;
    font-size:14px;
   }
   .popOut table tr td:first-child{
    text-align: right;
   }
   .inp{
    width:280px;
    height:30px;
    line-height:30px;
    border:1px solid #999;
    padding:5px 10px;
    color:#000;
    font-size:14px;
    border-radius:6px;
   }
   .inp:focus{ 
    border-color:#000000;
   }
   @keyframes ani{
    from{
     transform:translateX(-100%) rotate(-60deg) scale(.5);
    }
    50%{
     transform:translateX(0) rotate(0) scale(1);
    }
    90%{
     transform:translateX(20px) rotate(0) scale(.8);
    }
    to{
     transform:translateX(0) rotate(0) scale(1);
    }
   }
   .ani{ animation:ani .5s ease-in-out;}

      *{ 
    margin:0;
    padding:0;
   }

    button
{
    margin: 10px 35px;
    background-color:red;
    height:55px;
    width:430px;
    font-size:25px;
    color:white; 
    border:2px solid #ffffff;
    border-radius:10px;
    float:left;
}
.btn-share {
  transition: all 0.3s;
    margin: 5px;
    background-color: #ff9b00;
    height:45px;
    width:95px;
    font-size:25px;
    color:white; 
    border:2px solid #ffffff;
    border-radius:10px;
    float:left;
}

.btn-share:hover {
  transform: scale(1.1);
}

   button, .login{
    width:160px; 
    height:42px; 
    background:#f40; 
    color:#fff; 
    border:none; 
    border-radius:6px;
    display: block;
    margin:20px auto; 
    cursor: pointer;
   }
   .popOutBgzc{
    width:100%;
    height:100%;
    position: fixed;
    left:0;
    top:0;
    background:rgba(0,0,0,.6);
    display: none;
   }
   .popOutzc{
    position:fixed;
    width:600px; 
    height:480px;
    top:50%;
    left:50%;
    margin-top:-250px;
    margin-left:-300px;
    background:#fff;
    border-radius:8px;
    overflow: hidden;
    display: none;
    z-index:100;
    text-align:center;
   }
    .popOutzc div{
    margin: auto;
    width:420px; 
    height:400px;
   }
   .popOutzc > span{
    position: absolute;
    right:10px;
    top:0; 
    height:42px;
    line-height:42px;
    color:#000;
    font-size:30px;
    cursor: pointer;
    z-index:100;
   }
   .popOutzc table{
    display: block;
    margin:42px auto 0;
    width:520px;
   }
   .popOutzc caption{
    width:520px;
    text-align: center;
    color:#f40;
    font-size:18px;
    line-height:42px;
   }
   .popOutzc table tr td{
    color:#666;
    padding:6px;
    font-size:14px;
   }
   .popOutzc table tr td:first-child{
    text-align: right;
   }
    input {
      display: inline-block;
      height: 30px;
      width: 280px;
      border-radius: 10px;
      line-height: 28px;
      padding-left: 10px;
      background-color: lightgray;
      border: 1px solid lightgray;
      font-size: 18px;
      color: rgb(0, 0, 0);
      border:1px solid #999;
    }
   input:focus{ 
    border-color:#000000;
   }
   @keyframes ani{
    from{
     transform:translateX(-100%) rotate(-60deg) scale(.5);
    }
    50%{
     transform:translateX(0) rotate(0) scale(1);
    }
    90%{
     transform:translateX(20px) rotate(0) scale(.8);
    }
    to{
     transform:translateX(0) rotate(0) scale(1);
    }
   }
   .ani{ animation:ani .5s ease-in-out;}