
body{
    margin: 0;
    padding: 0;
}
#id{
    width: 100%;
    height: 100%;
}
.el-container{
    background: url(/tzbg.jpg) center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    /* -webkit-filter: brightness(50%); 
filter: brightness(50%);  */
    /* padding-top: 138px; */
}
.title {
    width: 220px;
    height: 130px;
    margin: 0 auto 10px;
    text-align: center;
    color: #fff;
}
.title i {
    display: block;
    width: 60px;
    height: 60px;
    background: url(/icon-lineSearch.png) center no-repeat;
    margin: 0 auto 14px;
}
.title span {
    font-size: 28px;
    line-height: 34px;
    height: 34px;
}
.search-input{
    margin: 15px auto;
    text-align: center;
}
.search-input .el-input{
    max-width: 600px;
}
.search-button{
    margin: 15px auto;
    text-align: center;
}
.zgh-box{
    margin: 15px auto;
    text-align: center;
}
.zgh-box .inb{
    display: inline-block;
}
.eimg{
   
}
.eimg img{
    width: 100%;
}
.etext{
 
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.inb{
    margin-top: 15px;
}
.getCode{
    text-align: center;
}
.getCode a{
    font-size: 12px;
    color: #fff;
    text-decoration: underline;
    

}
.time {
    font-size: 13px;
    color: #999;
  }
  .image {
    width: 100%;
    display: block;
  }

  .rightCode i{
        font-size: 24px;
        color:#67C23A;
     
        margin-right: 10px;
  }
  .rightCode span{
    font-size: 20px;
    
    
}