@charset "utf-8";
.nyxwnr {
    margin-top: 50px;
}

.nyxwnrbt {
    text-align: center;
    font-size: 24px;
    color: #333;
    font-weight: 700;
}

.nyxwnrbt_qt {
    margin-top: 20px;
    padding-bottom: 10px;
}

.nyxwnrbt_qt hr {
    margin: 20px 0;
    border: none;
    border-top: 1px dotted rgba(170, 170, 170, .2);
}

.nyxwnrbt_qtl span {
    font-size: 14px;
    color: #ddd;
    padding-right: 10px;
}

.nyxwnrbt_qtl a {
    font-size: 14px;
    color: #cc0000;
}

.nyxwnrbt_ct {
    padding: 10px 0;
    margin-top: 10px;
}

.nyxwnrbt_ct h3 {
    font-size: 16px;
    line-height: 28px;
    color: #333;
}

.nyxwnrbt_ct div {
    font-size: 14px;
    line-height: 26px;
    color: #666;
}

.nyxwnrbt_ct h4 {
    font-size: 16px;
    line-height: 28px;
    color: #333;
}

.nyxwnrbt_ct p {
    line-height: 26px;
}

@media screen and (max-width: 768px){
    .nyxwnr{
        margin-top: 25px;
    }
    .nyxwnrbt{
        font-size: 16px;
    }
    .nyxwnrbt_qtr{
        display: none !important;
    }
    .nyxwnrbt_qt{
        margin-top: 8px;
    }
    .nyxwnrbt_ct p{
        font-size: 12px;
        line-height: 20px;
    }
    .foot{
        margin-top: 50px;
    }
}