@charset "utf-8";
.msgCode{
    width: 324px;
    height: auto;
    background: #fff;
    padding: 20px 12px;
    border-radius: 6px;
    margin-bottom: 10px;
}
.msgCode h3{
    font-size: 18px;
    color: #333333;
    margin-bottom: 16px;
    text-align: center;
    margin-top: 0;
    font-weight: 500;
}
#imgCode{
    width: 160px;
    margin: 0 auto;
    margin-bottom: 18px;
    
}
.msgInfoMain{
    font-size: 12px;
    color: #333333;
    text-align: center;
    overflow: hidden;
}
.msgInfoMain p{
    width: 50px;
    float: left;
    text-align: center;
    margin: 0;
    margin-right: 41px;
}
.msgInfoMain p img{
    text-align: center;
    margin: 0 auto;
    width: 26px;
    margin-bottom: 8px;
    display: block;
}