html,
body {
    position: relative;
    height: 100%;
}

.bank_page .container-fluid {
    margin: 0;
    padding: 0;
}

.bank_page .BoxDiv {
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    background: white;
}

.bank_page .BoxDiv2 {
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    background: white;
}

/*       第一个有logo的div       */
.bank_page .LogoDiv {
    height: auto;
}

.bank_page .home-solution-item {
    display: flex;
    align-content: center;
    justify-content: space-around;
    background: white;
}

.bank_page .PaymentsDiv {
    margin: 5% 0%;
}

.bank_page .main_l {
    display: flex;
    align-content: center;
}

.bank_page .main_r {
    display: flex;
    align-content: center;
}

.bank_page .row {
    display: flex;
    align-content: center;
}

.bank_page .main_l_pay p {
    font-family: PingFangSC-Medium;
    font-size: 1rem;
    color: #333333;
}

.bank_page .main_l_pay .project-menu-detail {
    font-family: PingFangSC-Regular;
    color: #666666;
}

.bank_page .BoxDiv {
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

/*     第二个 支付领域的div      */
.bank_page .BoxDiv .PaymentsDiv {
    padding: 0px 10%;
}

.bank_page .PaymentsDiv2 {
    padding: 40px 10%;
}

.bank_page .container-fluid {

    padding: 0;
}

.bank_page p {
    font-family: PingFangSC-Medium;
    font-size: 1rem;
    color: #333333;
}

.bank_page .project-menu-detail {
    font-family: PingFangSC-Regular;
    font-size: 0.75rem;
    color: #666666;
}

.bank_page .main_l_pay2 {
    padding: 15px 5px;
}



.bank_page .mt10 {
    margin-top: 10px;
}

.bank_page .mt55 {
    margin-top: 55px;
}

.bank_page .mt60 {
    margin-top: 60px;
}

.bank_page .mt110 {
    margin-top: 110px;
}

.bank_page .ml238 {
    margin-left: 238px;
}

.bank_page .mb60 {
    margin-bottom: 60px;
}

.bank_page .card-bank {
	padding-left: 0;
    text-align: left;
}
.bank_page .card-bank p {
	line-height: 22px;
	margin: 7px 0 0 0;
	padding-bottom: 0;
	font-size: 16px;
	font-weight: 500;
	color: #333;
}
.bank_page .card-bank div {
	line-height: 15px;
	margin: 5px 0 0 0;
	font-size: 11px;
	color: #666;
}
