.header_bj {
    min-width: 1200px;
    height: 60px;
    background-color: rgba(19, 90, 245, 1);
}

.header_content {
    width: 1200px;
    margin: 0 auto;
    padding-top: 8px;
    height: 60px;
    box-sizing: border-box;
    display: flex;
    position: relative;
    align-items: center;
    background-color: #135AF5;
}

.logo {
    width: 206px;
    height: 38px;
}

.logo>img {
    height: 100%;
}

.header_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 336px;
    width: 274px;
}

.header_nav li {
    height: 30px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
    line-height: 30px;
}

.active {
    width: 55px;
    border-bottom: 2px solid rgba(255, 255, 255, 1);
    border-radius: 1px;
    display: block;
    margin: 0 auto;
}

.registered {
    display: flex;
    align-items: center;
    margin-left: 153px;
}

.registered_login {
    font-size: 16px;
    width: 110px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border: 1px solid rgba(230, 230, 230, 1);
    border-radius: 16px;
    font-weight: 400;
    color: rgba(230, 230, 230, 1);
}

#registered_button {
    width: 110px;
    height: 32px;
    line-height: 32px;
    background: rgba(255, 255, 255, 1);
    border-radius: 16px;
    margin-left: 14px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: rgba(15, 70, 247, 1);
}


/*全球收款*/

#cpfw {
}

.service_payment {
    height: 58px;
    background: #135AF5;
    padding-top: 24px;
    box-sizing: border-box;
    display: none;
}

.service_payment_center {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}

.service_payment_center>ul {
    display: flex;
}

.service_payment_center li {
    height: 30px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
    line-height: 30px;
}

.service_payment_active {
    width: 55px;
    border-bottom: 2px solid rgba(255, 255, 255, 1);
    border-radius: 1px;
    display: block;
    margin: 0 auto;
}

.service_payment_one {
    margin-right: 43px;
}
