body {
  background-image: none !important;
}
.content {
    max-width: 1440px;
    padding: 0px 48px;
}

.common-w {
    width: 1200px;
}
.active-service::after {
  content: "";
  width: 100%;
  display: inline-block;
  border-bottom: 4px solid #3670ff;
  left: 0;
  bottom: 0;
  position: absolute;
}
.header-container {
    height: 480px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/assets/service/finance/main.png');
}

.header-content {
    position: absolute;
    bottom: 10rem;
}

.header-title {
    font-size: 48px;
    font-family: PingFangSC, PingFangSC-Semibold, SourceHanSansSC-Normal;
    font-weight: 600;
    color: #ffffff;
}

.header-explain {
    width: 500px;
    font-size: 16px;
    font-family: PingFangSC, PingFangSC-Regular, SourceHanSansSC-Normal;
    font-weight: 400;
    color: #ffffff;
    text-align: justify;
    line-height: 22px;
}

.znbl-container {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('/assets/service/finance/znbl.png');
}

.zn-title {
    font-size: 36px;
    font-family: PingFangSC, PingFangSC-Semibold, SourceHanSansSC-Normal;
    font-weight: 600;
    color: #1d2129;
    line-height: 50px;
}

.zn-line {
    width: 60px;
    height: 4px;
    background-color: #3670FF;
    transition: 0.5s;
}

.title-container:hover .zn-line {
    width: 80%;
}

.zn-en {
    font-size: 16px;
    font-family: PingFangSC, PingFangSC-Regular, SourceHanSansSC-Normal;
    font-weight: 400;
    color: #1d2129;
}

.zn-content {
    font-size: 20px;
    font-family: PingFangSC, PingFangSC-Regular, SourceHanSansSC-Normal;
    font-weight: 400;
    text-indent: 2em;
    text-align: justify;
    color: #4e5969;
    line-height: 32px;
}

.business-container {
    background-image: linear-gradient(0deg, #f7f9fd, #edf0f9);
}

.business-item {
    padding: 10rem 1.5rem 0rem;
    width: 32%;
    height: 450px;
    border-radius: 8px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    transition: 0.5s;
}

.business-item:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0px 5px 20px 10px rgba(0, 0, 0, 0.3);
}

.business-item h1 {
    margin-bottom: 24px;
    font-size: 24px;
    font-family: PingFangSC, PingFangSC-Semibold, SourceHanSansSC-Normal;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
}

.business-item p {
    font-size: 16px;
    font-family: PingFangSC, PingFangSC-Semibold, SourceHanSansSC-Normal;
    font-weight: 600;
    text-align: justify;
    color: #ffffff;
}

.business-item.abs {
    background-image: url('/assets/service/finance/abs.png');
}

.business-item.non-standard {
    background-image: url('/assets/service/finance/non-standard.png');
}

.business-item.innovate {
    background-image: url('/assets/service/finance/innovate.png');
}

.advantage-container {
    background-position: right 87%;
    background-repeat: no-repeat;
    background-image: url('/assets/service/finance/bjhw.png');
}

.menu-item {
    width: 384px;
    height: 104px;
    margin-bottom: 26px;
    padding: 30px;
    border-radius: 4px;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
    background-image: linear-gradient(180deg, #f1f3fc, #fafcfd);
}

.menu-item:last-child {
    margin-bottom: 0px;
}

.menu-item .num {
    margin-right: 20px;
    font-size: 48px;
    font-family: PingFangSC, PingFangSC-Semibold, SourceHanSansSC-Normal;
    font-weight: 600;
    color: #3670FF
}

.menu-item .msg {
    font-size: 24px;
    font-family: PingFangSC, PingFangSC-Semibold, SourceHanSansSC-Normal;
    font-weight: 600;
    color: #1D2129
}

.on-item {
    box-shadow: 0px 4px 20px 0px rgba(0, 70, 255, 0.40);
    background-image: linear-gradient(225deg, #a3cbff 0%, #3670ff 100%);
}

.on-item .num {
    color: #ffffff;
}

.on-item .msg {
    color: #ffffff;
}

.item {
    position: relative;
    flex: 1;
    padding: 50px;
    border-radius: 8px;
    background-color: #edf0f9;
    overflow: visible !important;
}

.item-content-01 {
    height: 455px;
}

.item-content-triangle-01 {
    position: absolute;
    left: 0px;
    transform: translate(-65%, -18px);
    width: 0px;
    height: 0px;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    border-right: 20px solid #edf0f9;
}

.item-content-subarea-01-top {
    padding-bottom: 40px;
    border-bottom: 1px solid #dcdfe6;
}

.item-content-subarea-02-bottom {
    padding-top: 40px;
}

.item-content-title {
    margin-bottom: 14px;
    font-size: 24px;
    font-family: PingFangSC, PingFangSC-Semibold, SourceHanSansSC-Normal;
    font-weight: 600;
    color: #1d2129;
}

.item-content-main {
    font-size: 16px;
    font-family: PingFangSC, PingFangSC-Regular, SourceHanSansSC-Normal;
    font-weight: 400;
    text-indent: 2em;
    text-align: justify;
    color: #1d2129;
}

.item-content-02 {
    display: flex;
    flex-wrap: wrap;
    height: 476px;
}

.item-content-triangle-02 {
    position: absolute;
    left: 0px;
    transform: translate(-65%, 110px);
    width: 0px;
    height: 0px;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    border-right: 20px solid #edf0f9;
}

.item-content-02-a {
    width: 50%;
    padding: 0px 50px 50px 0px;
    border-right: 1px solid #dcdfe6;
    border-bottom: 1px solid #dcdfe6;
}

.item-content-02-b {
    width: 50%;
    padding: 0px 0px 50px 50px;
    border-bottom: 1px solid #dcdfe6;
}

.item-content-02-c {
    width: 50%;
    padding: 50px 50px 0px 0px;
    border-right: 1px solid #dcdfe6;
}

.item-content-02-d {
    width: 50%;
    padding: 50px 0px 0px 50px;
}

.item-content-03 {
    top: 14rem;
    height: 177px;
}

.item-content-triangle-03 {
    position: absolute;
    left: 0px;
    transform: translate(-65%, 15px);
    width: 0px;
    height: 0px;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    border-right: 20px solid #edf0f9;
}
.black-background{
  background-color: transparent;
  backdrop-filter: blur(10px);/*毛玻璃属性 */
}
.item-content-04-a {
    padding-bottom: 12px;
    border-bottom: 1px solid #dcdfe6;
}

.item-content-04-b {
    padding: 12px 0px;
    border-bottom: 1px solid #dcdfe6;
}

.item-content-04-c {
    padding-top: 12px;
}

.item-content-triangle-04 {
    position: absolute;
    left: 0px;
    transform: translate(-65%, 23rem);
    width: 0px;
    height: 0px;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    border-right: 20px solid #edf0f9;
}

.item-content-05 {
    top: 372px;
    height: 254px;
}

.item-content-triangle-05 {
    position: absolute;
    left: 0px;
    transform: translate(-65%, 125px);
    width: 0px;
    height: 0px;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    border-right: 20px solid #edf0f9;
}

.case-item {
    padding: 0rem 1.5rem;
    width: 32%;
    height: 450px;
    border-radius: 8px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    transition: 0.5s;
    position: relative;
}

.case-item:hover {
    box-shadow: 0px 4px 20px 0px rgba(0, 70, 255, 0.40);
}

.case-item .case-content {
    width: 100%;
    /* height: 100%; */
    height: 0px;
    padding: 0rem 1.5rem;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-image: linear-gradient(180deg, rgba(102, 169, 255, 0.00), #3670ff);
}

.case-item .case-line {
    /* width: 100%; */
    width: 0px;
    height: 1px;
    margin-bottom: 24px;
    background-color: #ffffff;
}

.case-item h1 {
    position: absolute;
    bottom: 45px;
    z-index: 1;
    font-size: 24px;
    font-family: PingFangSC, PingFangSC-Semibold, SourceHanSansSC-Normal;
    font-weight: 600;
    color: #ffffff;
}

.case-item p {
    font-size: 16px;
    font-family: PingFangSC, PingFangSC-Semibold, SourceHanSansSC-Normal;
    font-weight: 400;
    text-align: justify;
    color: #ffffff;
}

.case-item .case-lp {
    display: none;
    position: absolute;
    left: 0px;
    bottom: 40px;
    padding: 0rem 1.5rem;
}

.case-item.abs {
    background-image: url('/assets/service/finance/case-abs.png')
}

.case-item.non-standard {
    background-image: url('/assets/service/finance/case-non-standard.png');
}

.case-item.innovate {
    background-image: url('/assets/service/finance/case-innovate.png');
}


