.main {
    margin: auto;
    width: 1200px;
    position: relative;
    padding-top: 13px;
    padding-bottom: 72px;
}
.main>div {
    width: 787px;
    --font-color: #377CF7;
}
.w_1200>div {
    width: 1200px !important;
}
.fs12 p {
    font-size: 12px;
    color: #666;
    line-height: 28px;
    text-indent: 2em;
}
.breadcrumb {
    padding: 0;
    display: flex;
    gap: 8px;
    margin-bottom: 24px;
    color: #888;
    background-color: #fff;
}
.breadcrumb a:hover {
    color: var(--font-color);
}
.breadcrumb a:last-child {
    color: #333;
}
.text1 h5 {
    position: relative;
    border-bottom: none;
    color: var(--font-color);
    font-size: 20px;
}
.text1 h5::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -11px;
    width: 20px;
    height: 2px;
    background-color: #EEEEEE;
}
.currencys h4 {
    margin: 30px 0;
    padding: 10px 0;
    font-size: 14px;
    color: #3C424C;
    line-height: 1.5;
    border-bottom: none;
    background-color: #f3f3f3;
    text-indent: 1em;
}
.currencys h4::before {
    display: inline-block;
    margin-right: 7px;
    content: '';
    width: 0;
    height: 0;
    border: 10px solid var(--font-color);
    border-right: none; 
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}
.main .ngb-section {
    position: fixed;
    top: 140px;
    right: 18%;
    padding: 20px 34px;
    width: 368px;
    box-sizing: border-box;
    background-image: linear-gradient(to bottom right, #F4F9FF 21%, #DAE3FF);
    border-radius: 10px;
}
.ngb-section h3.pat {
    padding: 0;
    margin: 0;
    font-family: 'HONOR Sans CN';
    font-weight: 500;
    font-size: 18px;
    color: #5E6571;
    border: none;
    text-align: left;
}
.ngb-content {
    width: 100%;
}
.ngb-gyhts ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    counter-reset: item;
}
.ngb-gyhts ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    float: none;
    margin: 0;
    padding: 9px 10px;
    width: 100%;
    background-color: #fafcff;
    border-radius: 2px;
    text-align: left;
    line-height: 1;
    counter-increment: item;
}
.ngb-gyhts ul li::before {
    display: inline-block;
    vertical-align: middle;
}
.ngb-gyhts ul li:nth-child(1)::before {
    content: url('./article_icon1.png')
}
.ngb-gyhts ul li:nth-child(2)::before {
    content: url('./article_icon2.png')
}
.ngb-gyhts ul li:nth-child(3)::before {
    content: url('./article_icon3.png')
}
.ngb-gyhts ul li:nth-child(4)::before {
    content: url('./article_icon4.png')
}
.ngb-gyhts ul li:nth-child(5)::before {
    content: url('./article_icon5.png')
}
.ngb-gyhts ul li:nth-child(6)::before {
    content: url('./article_icon6.png')
}
.ngb-sprite {
    display: none;
    width: 100%;
    height: unset;
    background: none;
}
.ngb-section h6 {
    margin: 0;
    padding: 17px 0 8px;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    color: #5B5F66;
}
.ngb-section h6::before {
    margin-right: 8px;
    content: url('./tick_icon.png');
    vertical-align: middle;
}
.ngb-gyhts {
    width: 100%;
}
.ngb-gyhts .gyhts-content > a {
    display: block;
    margin: 0;
    padding: 12px 0;
    height: auto;
    width: 100%;
    font-size: 14px;
    line-height: 1;
    background-color: var(--font-color);
    color: #fff;
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
}
.divright {
    padding: 0;
    width: unset;
}
.divright > h1 {
    position: relative;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: none;
    color: var(--font-color);
    font-size: 20px;
}
.business4 {
    border-bottom: none;
}
.business4 p {
    padding: 7px 9px;
    margin: 0;
    color: #3C424C;
    line-height: 1.5;
}
.business4 p::before {
    display: inline-block;
    content: '';
    margin-right: 7px;
    border: 10px solid var(--font-color);
    border-right: none; 
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}
.ngb-gyhts #icp_btn {
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 28px;
    margin: 20px auto;
    clear: left;
    /* margin: 0;
    padding: 12px 0;
    height: auto;
    width: 100%;
    font-size: 14px;
    line-height: 1; */
    background-color: #377CF7;
    cursor: pointer;
    text-align: center;
    color: #fff;
}
@media screen and (max-width: 980px) {
    .main {
        padding: 18px 20px 58px;
        width: 100%;
    }
    .main .ngb-section {
        position: static;
    }
    .main>div {
        width: 100%;
    }
    .w_1200>div {
        width: 100% !important;
    }
    .main .ngb-section {
        margin-top: 56px;
        width: 100%;
    }
    .divright {
        padding: 0;
        width: 100%;
    }
}