body {
    background: #f5f5f5;
    text-align: center;
}

.show-msg {
    width: 880px;
    /* min-height: 400px; */
    margin: 40px auto;
    border-radius: 16px;
    border: 1px solid #e5e5e5;
    box-shadow: 0px 0px 10px #bcbcbc;
    text-align: left;
}

.show-msg .show-msg-body { 
    padding: 50px 30px;
    font-size: large;
    line-height: 2;
}

.show-msg .show-msg-body a {
    text-decoration: none;
    color: rgb(2, 148, 210);
}

.show-msg .show-msg-body a:hover {
    color: rgb(36, 183, 85);
}

.show-msg .show-msg-body p.tip {
    color: #666;
    font-size: medium;
}