.page-main .panel {
    padding-bottom: 64px !important;
}

.module-title {
    line-height: 70px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    text-align: left;
    margin-bottom: 0;
}

.sent-email {
    width: 720px;
    font-size: 16px;
    color: #777;
    line-height: 32px;
    margin-bottom: 64px;
}

.small-title {
    font-size: 16px;
    color: #333;
    line-height: 1;
    padding-left: 16px;
    position: relative;
    margin-top: 64px;
}

.small-title:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: #2B85FB;
}

.code .box {
    border: 1px solid #ddd;
    font-size: 14px;
    color: #777;
    line-height: 24px;
    padding: 10px;
    border-radius: 4px;
    margin: 16px 0;
}

.code .space {
    padding-left: 2rem;
}

.link-list{
    margin-top: 16px;
}

.link-list a{
    margin: 4px;
}