
.tipsInfo{
    width: 100%;
    background-color: #fff;
    border-radius: 4px;
}
.tipsInfo .tipsTop{
    text-align:center;
    color:#4b82d4;
    font-weight:700;
    width:100%;
    margin:40px auto 20px;
    font-size:18px;
}
.tipsInfo .tipsBottom{
    margin:10px auto;
    width: 90%;
}
.tipsCenter input{
    width: 85%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #4b82d4;
    margin-left: 5%;
    padding-left: 10px;
    border-radius: 4px;
}
.tipsCenter textarea{
    width: 85%;
    height:100px;
    line-height: 30px;
    border: 1px solid #4b82d4;
    margin-left: 5%;
    padding-left: 10px;
    margin-top: 20px;
    border-radius: 4px;
}
.tipsCenter .lyBtn{
    color:#fff;
    text-align: center;
    width:88%;
    margin-top: 20px;margin-left: 5%;
    background-color:#4b82d4;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    border-radius: 4px;
}
