a{
    text-decoration: none;
    
  }

a:hover{
  text-decoration: none;
}
  li {list-style-type:none;}
  
  body{
      background: #F6F6F6;
  }
  
  .active {
      padding: 35px;
      width: 420px;
      height: 555px;
      background: #fff;
      border-radius: 15px;
      box-shadow: 0px 0px 15px #dcdcdc;
  }
  
  .login_box{
    width: 490px;
    height: 800px;
    margin: 0 auto;
  }
  
  input{
    border: none;
  }
  
  .rewlo {
      width: 490px;
      height: 55px;
      margin: 50px 0;
  }
  
  .logininput{
    width: 390px;
    height: 70px;
    background: #fff;
    border-radius: 50px;
    margin: 20px 0;
    box-shadow: 0px 0px 15px #dcdcdc;
    padding-left: 20px;
    font-size: 18px;
  }
  
  .button2 {
      background: #4ec1dd;
      border-radius: 50px;
      width: 410px;
      height: 70px;
      font-size: 22px;
      padding-left: 20px;
      color: #fff;
      letter-spacing: 20px;
      text-align: center;
      margin-top: 30px;
  }
  
  input::placeholder{
    font-size: 18px;
    padding-top: 10px;
  }
  
  .lg_box h1{
  margin: 0;
  font-size: 30px;}
  
  .lgp{
    color: #8b8b8b;
  }
  
  .li_active{
    float: left;
      font-size: 22px;
      letter-spacing: 20px;
      position: relative;
  }
  
  .border{
    position: absolute;
      height: 5px;
      width: 65px;
      top: 40px;
      color: #000;
      background-color: #4ec1dd;
      border-radius: 100px;
  }
  
  
  .border2{
    position: absolute;
      height: 23px;
      width: 2px;
      top: 5px;
      left: 165px;
      background-color: #b5b5b5;
      border-radius: 100px;
  }
  
  
  .li_active a{
    float: left;
      font-size: 22px;
      letter-spacing: 20px;
      color: #8b8b8b;
      
  }
  
  .clearfix li{
    margin-left: 55px;
    margin-right: 75px;
  }
  
  .rewbottom{
  
  }
  .rewbottom .newrew{
    color: #4ec1dd;
    float: right;
    margin-top: 20px;
    margin-right: 5px;
  }
  
  .rewbottom p{
    float: left;
    margin-top: 20px;
    color: #8b8b8b;
  }
  .rewbottom .yhxy{
    color: #000;
  }