.message-box__content {
    position: relative;
    color: #606266;
    font-size: 14px;
    padding: 10px 20px;
    font-family: 'Noto Sans SC';
}

.message-box__content a {
    color: #337ab7;
    cursor: pointer;
    background-color: transparent;
}

.message-box__content a:hover {
    color: #22527b;
}

.message-box__content a, button {
    transition: all .25s ease-in-out;
    text-decoration: none;
}

.message-box__message {
    margin: 0;
}

.message-box__message p {
    margin: 0;
    line-height: 24px;
}

.rapid-link-help-content {
    color: #26323e;
}

.rapid-link-help-content h1 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
}

.badge {
    display: inline-block;
    padding: .4em .65em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

.rapid-link-help-content h1 .badge a {
    color: #fff;
}

.rapid-link-help-content .section {
    margin-bottom: 16px;
}

.section a.btn-miaochuan:hover {
    color: #fff;
}

.rapid-link-help-content h2 {
    font-size: 14px;
    font-weight: 100;
    margin-bottom: 15px;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,opacity .15s ease-in-out;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-md {
    padding: .4rem 1rem;
    font-size: 1.1rem;
    line-height: 1.5;
    border-radius: .3rem;
}

.btn-sm {
    padding: .2rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

a.btn {
    margin-right: 10px;
}

a.btn, a.btn span {
    color: #212529;
    text-decoration: none;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn:hover, a.btn:hover {
    text-decoration: none;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.copy-container {
    position: relative;
}

.copy-container .copy-btn {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    font-size: 12px;
    padding: 0 8px;
    line-height: 24px;
    color: hsla(0,0%,87%,.7);
}

.copy-container .copy-btn:hover {
    color: hsla(0,0%,87%,.9);
}

.copy-container div {
    display: block;
    border-radius: 3px;
    background: #282c34;
    color: #ccc;
    word-wrap: break-word;
    word-break: break-all;
    box-shadow: 0 8px 24px 0 rgba(0,0,0,.1);
    position: relative;
    padding: 19px 23px 16px;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    margin: 1em 0px;
}

.copy-container div p {
    white-space: pre-line;
    font-size: 87.5%;
    color: inherit;
    word-break: normal;
}