.payment_view {
    margin-top: 30px;
    padding-bottom: 100px;
}

.payment_view_nav {
    padding: 25px 0 24px 20px;
    font-size: 14px;
    font-family: Arial, sans-serif, Source Han Sans SC;
    font-weight: 400;
    color: #8A9197;
}

.payment_view_nav span {
    font-size: 14px;
    font-family: Arial, sans-serif, Source Han Sans SC;
    font-weight: bold;
    color: #292A2B;
}

.payment_view_content {
    display: flex;
}

.payment_view_content_list {
    padding-top: 30px;
    width: 490px;
    min-width: 210px;
    height: auto;
    min-height: 800px;
    background: #FFFFFF;
    box-shadow: 0 3px 10px 1px rgba(52, 74, 109, 0.16);
    border-radius: 8px;
    opacity: 1;
}

.payment_view_content_list_item {
    height: 24px;
    font-size: 12px;
    font-family: Arial, sans-serif, Source Han Sans SC;
    font-weight: 500;
    color: #292A2B;
    line-height: 24px;
    margin-bottom: 22px;
    padding-left: 30px;
    position: relative;
    display: block;
    cursor: pointer;
    text-decoration: none;
}

.payment_view_content_list_item:hover,
.payment_view_content_list_item.active {
    font-size: 12px;
    font-family: Arial, sans-serif, Source Han Sans SC;
    font-weight: bold;
    color: #DE3E46 !important;
    text-decoration: none;
}

.payment_view_content_list_item.active::before {
    content: '';
    width: 4px;
    height: 20px;
    background: #DE3E46;
    position: absolute;
    left: 0;
    top: 2px;
}


.payment_view_content_main {
    width: auto;
    height: auto;
    background: #FFFFFF;
    border-radius: 8px;
    opacity: 1;
    padding: 72px 100px 0 100px;
    margin-left: 22px;
}

.payment_view_content_main_title {
    height: 61px;
    font-size: 20px;
    font-family: Arial, sans-serif, Source Han Sans SC;
    font-weight: bold;
    color: #292A2B;
    line-height: 61px;
    text-align: center;
    margin-bottom: 43px;
}

.payment_view_content_main_subtitle {
    height: 29px;
    font-size: 18px;
    font-family: Arial, sans-serif, Source Han Sans SC;
    font-weight: 400;
    color: #8A9197;
    line-height: 29px;
    text-align: center;
    margin-bottom: 60px;
}

.payment_view_content_main_subtitle span {
    color: #53575A;
}

.payment_view_content_main_head_title {
    position: relative;
    padding-left: 30px;
    font-size: 20px;
    font-family: Arial, sans-serif, Source Han Sans SC;
    font-weight: bold;
    color: #292A2B;
    margin-bottom: 30px;
}

.payment_view_content_main_head_title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 100px;
    background: #ff0000;
}

.payment_view_content_main_desc {
    text-indent: 30px;
    font-size: 14px;
    font-family: Arial, sans-serif, Source Han Sans SC;
    font-weight: 400;
    color: #53575A;
    margin-bottom: 40px;
}

.payment_view_content_main_img {
    height: 60px;
    margin-right: 11px;
}

.payment_view_section {
    padding-bottom: 41px;
    border-bottom: 1px solid #C7CDD2;
    margin-bottom: 60px;
}

.payment_view_content_main_tip {
    height: 32px;
    font-size: 20px;
    font-family: Arial, sans-serif, Source Han Sans SC;
    font-weight: 400;
    color: #38D69B;
    line-height: 32px;
}
