.chinese-title::after {
	content: "";
	display: block;
	width: 30%;
	border-bottom: 0.03rem solid #d13225;
	padding-bottom: 0.2rem;
}

/* 存款业务 */
.depositServeLeftText {
    line-height: 0.5rem;
    font-size: 0.18rem;
    height: 1rem;
}
.depositServeLeft a{
    transition: all 0.5s;
    display: block;
    color: #191919;
    font-size: 0.20rem;
    float: left;
    margin: 0;
    padding-left: 0.2rem;
    position: relative;
    margin-top: 0.3rem;
    margin-right:0.2rem;
}
.depositServeLeft a span {
    position: absolute;
    left: 2%;
    top: 50%;
    transform: translateY(-50%);
    width: 0.06rem;
    height: 0.06rem;
    background-color: #da251d;
    border-radius: 50%;
    content: '';
}
.depositServeLeft a:hover {
    font-weight: bold;
    color: #da251d;
}
.depositServeLeftPort {
    font-size: 0.20rem;
    color: #da241c;
    display: block;
    float: left;
    margin-top: 0.2rem;
    display: block;
    width: 1.6rem;
    height: 0.4rem;
    line-height: 0.4rem;
    text-align: center;
    margin-left: 0.175rem;
    font-weight: 700;
    border: 0.02rem solid;
    transition: font-size 0.2s ease;
    border-radius: 0.2rem;
}
.depositServeLeftPort:hover{font-size:0.25rem;}
.depositServeright img{
    transition: all 1s;
    float: left;
    width: 7.3rem;
    margin-bottom: 0.2rem;
    border-radius: 0.2rem;
    margin-right: 0.2rem;
    margin-top: 0.2rem;

}
.depositServeLeft{
	float: left;
	width: 7.4rem;
	margin-top: 0.7rem;
}
.depositServe{
	overflow: hidden;
	margin-top: 0.2rem;
}
.depositServeright{
	float: right;
}
/* 贷款业务 */
.loanServe{
	overflow: hidden;
	margin-top: 0.2rem;
}
.loanServeLeft{
	float: left;
	margin-top: 0.2rem;
}
.loanServeLeft img{
    transition: all 1s;
	float: left;
	width: 7.3rem;
    border-radius: 0.2rem;
    margin-bottom: 0.2rem;
    margin-left: 0.2rem;
    margin-top: 0.2rem;
}
.loanServeright{
	float: left;
    width: 6rem;
    overflow: hidden;
    margin-top: 0.6rem;
    margin-left: 1.5rem;
}
.loanServeright a {
    transition: all 0.5s;
    display: block;
    color: #191919;
    font-size: 0.20rem;
    width: 46%;
    float: left;
    margin: 0;
    padding-left: 0.2rem;
    position: relative;
    margin-top: 0.3rem;
}
.loanServeright a:hover{font-weight:bold;
    color:#da251d;
}
.loanServeright a span {
    position: absolute;
    left: 2%;
    top: 50%;
    transform: translateY(-50%);
    width: 0.06rem;
    height: 0.06rem;
    background-color: #da251d;
    border-radius: 50%;
    content: '';
}
.w_lccp{ overflow:hidden;}
/* 投行业务 */
.h_line {
	width: 0.626rem;
	height: 0.033rem;
	background-color: #ffffff;
	margin: 0.1rem auto;
}
.thywImg{
       transition: all 1s;
	background: url(/uiFramework/commonResource/img/gsyw-3.png) center center no-repeat;
        background-size:cover;
	width: 7.8rem;
    height: 3.07rem;
     border-radius: 0.15rem;
	float: left;
}
.pjywImg{
       transition: all 1s;
	float: right;
	width: 7.8rem;
    border-radius: 0.15rem;
    height: 3.07rem;
	background: url(/uiFramework/commonResource/img/gsyw-4.png) center center no-repeat;
        background-size:cover;
}
.thywImg a, .pjywImg a {
    width: 1.3rem;
	display: block;
    font-weight: bold;
    font-size: 0.308rem;
    margin: 0 auto;
    text-align: center;
    margin-top: 17%;
    margin-bottom: 0;
    /* line-height: 3.07rem; */
    color: #fff;
    /* border-bottom: 0.03rem solid #da241c; */
    /* padding-bottom: 0.2rem; */
}
.thyw{
	float: left;
}
.thyw>a{    
    margin-bottom: 0.3rem;
    font-size: 0.32rem;
    color: black;
    font-weight: bold;
}

.thyw>a::after {
    content: "";
    display: block;
    width: 0.75rem;
    height: 0.03rem;
    margin-top: 0.2rem;
    margin-bottom:0.3rem;
    background-color: #da251d;
}
.pjyw{
	float: right;
}
.pjyw>a{
    margin-bottom: 0.3rem;
    font-size: 0.32rem;
    color: black;
    font-weight: bold;
}

.pjyw>a::after {
    content: "";
    display: block;
    width: 0.75rem;
    height: 0.03rem;
    margin-top: 0.2rem;
    margin-bottom:0.3rem;
    background-color: #da251d;
}

.pjywPort,
.thywPort{
        background: #f7f8fa;
	text-align: center;
        width: 100%;
        height: 0.9rem;
        overflow:hidden;
        box-sizing: border-box;
}
.thywPort a{position: relative;    transition: all 0.5s;
	width: 33.3%;
	font-weight: bold;
	float: left;
	color: #000;
    font-size: 0.20rem;
	text-align: center;
	line-height: 0.9rem;
}
.thywPort a:hover,.pjywPort a:hover{  color:#da251d;}

.thywPort a span{
position: absolute;
    left: 30%;
    top: 50%;
    transform: translateY(-50%);
    width: 0.06rem;
    height: 0.06rem;
    background-color: #da251d;
    border-radius: 50%;
    content: '';
}
.thywPort a:last-child span{ left:22%;}


.pjywPort a span{
position: absolute;
    left: 26%;
    top: 50%;
    transform: translateY(-50%);
    width: 0.06rem;
    height: 0.06rem;
    background-color: #da251d;
    border-radius: 50%;
    content: '';
}
.pjywPort a{position: relative;transition: all 0.5s;
	width: 50%;
	float: left;
	color: #000;
    font-size: 0.20rem;
	text-align: center;
	line-height: 0.9rem;
	font-weight: bold;
}
.thywPort p{
	width: 19%;
	font-weight: bold;
	float: left;
	color: #000;
    font-size: 0.20rem;
	text-align: center;
	line-height: 0.9rem;
}
.pjywPort p{
	width: 33%;
	float: left;
    font-size: 0.20rem;
	text-align: center;
	line-height: 0.9rem;
	font-weight: bold;
}
/* 最后一部分 */
.lastContentTab{
	width: 59%;
	margin: auto;
	height: 1rem;
}
.lastContentTabTitle{
	text-align: center;
	float: left;
	cursor: pointer;
	width: 33%;
	line-height: 0.5rem;
        font-size: 0.32rem;
        color: black;
        font-weight: bold;
} 
.lastContent img{
       transition: all 1s;
    width: 7.8rem;
    height: 4.5rem;
    float: left;
    background-image: center center no-repeat;
    border-radius: 0.2rem;
    margin-left: 0.2rem;

}
.lastContent p{
    width: 7.2rem;
    max-height: 2.7rem;
    height: 2.7rem;
    text-align: left;
    float: left;
    font-size: 0.18rem;
    margin-top: 0.4rem;
    margin-left: 0.5rem;
    line-height:0.4rem;

}
.lastContent{
	width: 100%;
	height: 4.6rem;
	margin-top: 0.5rem;
}
.lastContentTab .lastContentTabTitle.active::after {
    content: "";
    display: block;
    margin: auto;
    width: 0.5rem;
    border-bottom: 0.03rem solid #da241c;
    padding-bottom: 0.2rem;
}
.lastContent{
	width: 100%;
}
.lastContent {
    display: none;
}

.lastContent.active {
    display: block;
}
.checkContent {    transition: all 0.5s;
    width: 1.6rem;
    height: 0.4rem;
    float: left;
    line-height: 0.4rem;
    /* margin-top: 1.2rem; */
    margin-left: 0.5rem;
    border-radius: 0.5rem;
    background: #da251d;
    font-size: 0.18rem;
    /* margin: 0 auto; */
    color: #fff;
    text-align: center;
}







/* 公司理财 */
.financingBg{
	width: 100%;
	overflow: hidden;
	background-color: #f4f4f4;
}
.financing {
	width: 83%;
    margin: auto;
    margin-top: 0.3rem;
    overflow: hidden;
}

.financingUp {
	width: 100%;
	line-height: 0.5rem;

	overflow: hidden;
}

.financingUpTit {
	font-size: 0.32rem;
	color: black;
	font-weight: bold;
	float: left;
}

.financingUpTit::after {
	content: "";
	display: block;
	width: 0.75rem;
	height: 0.03rem;
	margin-top: 0.2rem;
	background-color: #da251d;
}

.financingUpTab {
	overflow: hidden;
	float: right;
	font-size: 0.18rem;
	color: #da251d;
	margin-top: 0.2rem;
}

.financingUpTab>span,
.financingUpTab>a {
	font-size: 0.24rem;
	color: #333333;
	float: left;
	margin-left: 0.27rem;
}

.financingUpTab>a {
	margin-left: 0.4rem;
	display: none;
}
/* 鼠标放上去效果 */
.wealthFl:hover .product,
.wealthFr:hover .product,
.wealthFl:hover .productRisk,
.wealthFr:hover .productRisk,
.wealthFl:hover .percentage,
.wealthFr:hover .percentage,
.wealthFl:hover .percentageT,
.wealthFr:hover .percentageT {
	color: white;
}
.wealthFl:hover .percentageBut,
.wealthFr:hover .percentageBut {
	color: #da251d;
	background: #fff;
}


/* 原来效果 */
.product {
        width:2.5rem;
	font-size: 0.24rem;
	color: #333;
	font-weight: bold;
    float: left;
    margin-top: 0.5rem;
    margin-left: 0.5rem;
    margin-right: 0.3rem;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.productRisk{
    width:0.8rem;
    font-size: 0.16rem;
    float: left;
    line-height:0.22rem;
    height:0.22rem;
    text-align:center;
    margin-top: 0.6rem;
    margin-right:0.2rem;
    color: grey;
}
.percentageBox {
	width: 3.7rem;
    float: left;
    margin-left: 0.5rem;
    margin-top: 0.3rem;
    overflow: hidden;
}

.kffs{
    color: deepskyblue;

}
.lcfs{
    color: green;

}
.percentageFl {
	float: left;
}

.percentageFr {
	float: right;
	margin-top: 0.1rem;
}

.percentage {
	font-size: 0.41rem;
	color: #da251d;
	font-weight: 700;
}

.percentageT {
	font-size: 0.20rem;
	color: #333;
	font-weight: bold;
	line-height: 2;
}

.percentageBut {
	width: 1.6rem;
    height: 0.4rem;
    float: right;
    line-height: 0.4rem;
    margin-top: 0.5rem;
    margin-right: 0.5rem;
    border-radius: 0.5rem;
    background: #da251d;
    font-size: 0.18rem;
    /* margin: 0 auto; */
    color: #fff;
    text-align: center;
}

.wealth {
	width: 100%;
	overflow: hidden;
	margin: 0.7rem auto;
}

.wealthFl,
.wealthFr {
	width: 7.6rem;
	height: 2.8rem;
	border-radius: 0.2rem;
}
.wealthFl:hover,
.wealthFr:hover {
	border-radius: 0.2rem;
	background: url(/uiFramework/commonResource/img/finance.png)center center no-repeat;
	color: white !important;
        background-size:cover;
}
.wealthFl:hover span,
.wealthFr:hover span { color:#fff;}
.wealthFl {
	float: left;
	background-color: white;
	background-size: cover;
}

.wealthFr {
	float: right;
	background-color: white;
	background-size: cover;
}

.depositAndLoan {
	width: 100%;
	overflow: hidden;
	background: #fff;
}
.personalDeposits{
	height:6rem;
	background: url(/uiFramework/commonResource/img/grck-banner.png) center center no-repeat;
	margin-top: 0.3rem;
}
.nomalDeposits{
	float: left;
	height: 50%;
	width: 33%;
}
.nomalDepositsOne{
	float: left;
	margin-left: 33%;
	height: 50%;
	width: 33%;
}
.depositsTitle{
	font-size: 0.28rem;
    color: #da251d;
    font-weight: 700;
    margin-left: 1rem;
    margin-top: 0.8rem;
}
.depositsText{
    font-size: 0.18rem;
    color: #191919;
    margin-left: 1rem;
    margin-top: 0.3rem;
    width: 50%;
}
/* 个人贷款 */
.personlLoans{
	margin-top: 0.5rem;
}
.loans{
	width: 5rem;
    height: 2rem;
    margin-left: 0.25rem;
	margin-bottom: 0.1rem;
    float: left;
    box-shadow: 0 0 0.04rem rgba(0, 0, 0, 0.3);
    border-radius: 0.2rem;
}
.loans:nth-child(1) {
    background-image: url('/uiFramework/commonResource/img/grdk-2.png'); /* 替换 'icon.png' 为你的图标文件路径 */
    background-repeat: no-repeat; /* 防止图标重复 */
    background-position: right center; /* 图标位置：靠左居中 */
}

.loans:nth-child(2) {
    background-image: url('/uiFramework/commonResource/img/grdk-3.png'); /* 替换 'icon.png' 为你的图标文件路径 */
    background-repeat: no-repeat; /* 防止图标重复 */
    background-position: right center; /* 图标位置：靠左、有居中 */
}

.loans:nth-child(3) {
    background-image: url('/uiFramework/commonResource/img/grdk-4.png'); /* 替换 'icon.png' 为你的图标文件路径 */
    background-repeat: no-repeat; /* 防止图标重复 */
    background-position: right center; /* 图标位置：靠左居中 */
}
.loans:hover .loansTitle,
.loans:hover .loansText {
	color: #fff;
}
.loans:hover {
	background-image: linear-gradient(-22deg,
			#da251d 0%,
			#fc8354 100%),
		linear-gradient(#f4f4f4,
			#f4f4f4);
	background-blend-mode: normal,
		normal;
}
.loansTitle{
	font-size: 0.24rem;
    color: #333;
    font-weight: bold;
    /* float: left; */
    margin-left: 0.5rem;
    margin-top: 0.5rem;
    /* text-align: center; */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.loansText{
	font-size: 0.18rem;
	color: #333;
    float: left;
    margin-top: 0.2rem;
    margin-left: 0.5rem;
    margin-right: 0.1rem;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
/* 信用卡 */
.wid83 {
	width: 83%;
	overflow: hidden;
	margin: 0.7rem auto;
}
.cardTab{
	float: left;
    /* margin-right: 0.3rem; */
    margin-left: 6rem;
    margin-top: 0.2rem;
    font-size: 0.20rem;
}
.cardName{
	font-size: 0.20rem;
    float: left;
    color: #333;
    margin-right: 0.5rem;
}
.cardContentRight{
	float: left;
    margin-top: 1.2rem;
    margin-left: 1.4rem;
}
.cardContentTitle{
	font-size: 0.24rem;
	font-weight: 700;
}
.cardContentText{
	font-size: 0.18rem;
    /* margin-left: 0.4rem; */
    margin-top: 0.5rem;
    width: 7.7rem;
}
.cardContentbutton{
	font-size: 0.18rem;
	float: left;
	width: 1.6rem;
	height: 0.4rem;
	line-height: 0.4rem;
	margin-top: 0.5rem;
	border-radius: 0.5rem;
	background: #da251d;
	font-size: 0.18rem;
	color: #fff;
	text-align: center;
}
.cardContentLeftImg{
    width: 5rem;
    float: left;
    margin-top: 0.7rem;
    margin-left: 0.6rem;
}

/* .cardTab a.active {
    border-bottom: 0.02rem solid red;
} */
.cardTab a.active::after {
	content: "";
    display: block;
	margin: auto;
    width: 0.5rem;
    border-bottom: 0.03rem solid #da241c;
    padding-bottom: 0.2rem;
}
.cardPort {
    display: none;
}

.cardPort.active {
    display: block;
}
/* 财富服务 */
.businessServe{
	width: 100%;
}
.businessServeLeft{
	height: 4.3rem;
    width: 100%;
    background: url(/uiFramework/commonResource/img/cffw-1.png) left center no-repeat;
    float: left;
    margin-top: 0.5rem;
}
.businessServeBox{
	width: 1.8rem;
    float: left;
    /* margin: auto; */
    margin-left: 0.5rem;
    margin-top: 1.3rem;
}
.businessServeBox img{
	display: block;
    outline: 0;
    border: 0;
    /* text-align: center; */
    margin: auto;
}
.businessServeRight{
	background: url(/uiFramework/commonResource/img/cffw-2.png) right center no-repeat;
    height: 5.5rem;
}
.businessServeText{
	font-size: 0.20rem;
    text-align: center;
    margin-top: 0.2rem;
	font-weight: 700;
	color: #191919;
}
/* 借记卡 */
.debitcardPort{
	height: 5rem;
}
.debitCardT {
	overflow: hidden;
}
.debitcardTab{
	float: left;
    /* margin-right: 0.3rem; */
    margin-left: 5.5rem;
    margin-top: 0.2rem;
    font-size: 0.20rem;
}
.debitcardName{
	font-size: 0.20rem;
    float: left;
    color: #333;
    margin-right: 0.5rem;
}
.debitcardContentRight{
	float: left;
    margin-top: 1.2rem;
    margin-left: 1.4rem;
}
.debitcardContentTitle{
	font-size: 0.24rem;
	font-weight: 700;
}
.debitcardContentText{
	font-size: 0.18rem;
    /* margin-left: 0.4rem; */
    margin-top: 0.5rem;
    width: 7.7rem;
    line-height:0.4rem;
}
.debitcardContentbutton{
	font-size: 0.18rem;
	float: left;
	width: 1.6rem;
	height: 0.4rem;
	line-height: 0.4rem;
	margin-top: 0.5rem;
	border-radius: 0.5rem;
	background: #da251d;
	font-size: 0.18rem;
	color: #fff;
	text-align: center;
}
.debitcardContentLeftImg{
    width: 5rem;
    float: left;
    margin-top: 0.7rem;
    margin-left: 0.6rem;
}

.debitcardTab a.active::after {
	content: "";
    display: block;
	margin: auto;
    width: 0.5rem;
    border-bottom: 0.03rem solid #da241c;
    padding-bottom: 0.2rem;
}
.debitcardPort {
    display: none;
}

.debitcardPort.active {
    display: block;
}
/* 小微金融 */
.xwjr{
	float: left;
    /* margin-left: 0.6rem; */
    width: 5rem;
    margin-right: 0.25rem;
    margin-top: 0.5rem;
    line-height: 1;
}
.xwjr img{
	width: 100%;
}

.xwjr a{
	font-size: 0.24rem;
	color: #191919;
    /* text-align: left; */
	font-weight: 700;
    margin-left: 0.1rem;
    margin-top: 0.5rem;
}
.xwjr p{
    font-size: 0.18rem;
    /* width: 4.5rem; */
    margin-top: 0.3rem;
    margin-left: 0.1rem;
	line-height: 1.5;
}
.show{
     display:block;
}
@media only screen and (min-width:768px) and (max-width: 1200px) {
         .pjywPort p{
           width: 19%;
         }
         .pjywPort a{
           width: 50%;    font-size: 0.35rem;
         }
        .thywPort a {
            width: 31.5%;    font-size: 0.35rem;
         }
        .thywPort p {
            width: 4%;
         }
	.financing {
		margin: 0.7rem auto;
	}

	.massive>a {
		height: 2.35rem;
		width: 4.7rem;
		padding: 0.2rem;
		margin-left: 0.2rem;
	}

	/* .percentageBox {
		width: 100%;
	} */

	.percentageFr {
		margin-top: 0rem;
	}

	.percentage,
	.percentageT {
		line-height: 0.48rem;
	}

	.deposit,
	.loan {
		height: auto;
		padding: 0.4rem 0 0.4rem 0.6rem;
	}

	.creditCardAbstract {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
	}

	.wealthBusinessC>p {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}

.financingUpTit {
    font-size: 0.4rem;
}
.financingUpTab {
    font-size: 0.35rem;
}
.depositServeLeft {
    margin-top: 0.2rem;
}
.depositServeLeftText {
    line-height: 0.5rem;
    font-size: 0.35rem;
    height: 2rem;
}
.loanServeright {
    width: 6.9rem;
}
.depositServeLeftPort{
    width: 2.2rem;
    height: 0.5rem;
    line-height: 0.5rem;
}
.loanServeright a {
    font-size: 0.35rem;
}
.thyw>a {
    font-size: 0.4rem;
}
.pjywPort, .thywPort {
    padding-left: 0.6rem;

}
.pjyw>a {
    font-size: 0.4rem;
}
.lastContentTabTitle {
    font-size: 0.4rem;
}
.lastContent p {
    max-height: 3.7rem;
    height: 3.7rem;
    font-size: 0.35rem;
    line-height: 0.6rem;
}
.checkContent {
    width: 2rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.35rem;
}

}

@media only screen and (max-width:767px) {
.depositServeLeft a{
   font-size: 0.26rem;
}
.depositServeright img{
    transition: all 1s;
    float: left;
    width: 6.9rem;
    margin-bottom: 0.2rem;
    border-radius: 0.2rem;
    margin-right: 0rem;
     margin-top: 0rem; 
    margin-left: 0rem; 
}
           .loanServeLeft{
             width:100%;
}
          .loanServeLeft img{
           width:100%;
           margin-bottom: 0rem; 
           margin-left: 0rem; 
}
         .pjywPort p {
             width: 22%;
           }
          .pjywPort a { font-size:0.26rem;
             width: 50%;
           }
        .wid83 {
                 width: 90%;
               }

.depositServeLeftText {
    line-height: 0.5rem;
    font-size: 0.26rem;
    height: auto;
}

.product {
		margin-top: 0.5rem;
		margin-left: 0.4rem;
		margin-right: 0.1rem;
	}
	.percentageBut {
		width: 1.6rem;
		height: 0.4rem;
		float: right;
		line-height: 0.4rem;
		margin-top: 0.5rem;
		margin-right: 0.5rem;
		border-radius: 0.5rem;
		background: #da251d;
		font-size: 0.24rem;
		/* margin: 0 auto; */
		color: #fff;
		text-align: center;
	}
	.thywImg{ transition: all 1s;
		background: url(/uiFramework/commonResource/img/gsyw-3.png) center center no-repeat;
		width: 100%;
		height: 3.07rem;
		float: left;
                border-radius:0.2rem;
	}
	.lastContent img{
		width: 100%;
		float: left;
		margin-left: 0rem; 
	
	}
	.thywPort a { font-size:0.26rem; }
        .thywPort a span { left: 20%;}
        .thywPort a:last-child span { left: 10%;}
	.thywPort p {
        width: 8%;
        font-weight: bold;
        float: left;
        font-size: 0.20rem;
        text-align: center;
        line-height: 0.9rem;
    }
       .pjywPort a span { left: 15%;}
	.pjywPort, .thywPort {
    text-align: center;
    width: 100%;
    height: 0.9rem;
    overflow: hidden;
    padding: 0;
    box-sizing: border-box;
    border-radius: 0 0 0.2rem 0.2rem;
	}
	.thyw{ width:100%;}
	.pjyw { 
               margin-top:0.5rem; 
               width: 100%;
               }
	.pjywImg {
                transition: all 1s;
		float: right;
		width: 100%;
		height: 3.07rem;
		background: url(/uiFramework/commonResource/img/gsyw-4.png) center center no-repeat;
                border-radius:0.2rem;
	}
	.depositServeLeft {
		float: left;
		width: 100%;
		margin-top: 0.2rem;
                margin-bottom:0.2rem;
	}
	.depositServeLeftPort {
    font-size: 0.18rem;
    color: #da241c;
    display: block;
    float: left;
    margin-top: 0.2rem;
    margin-left: 0.35rem;
    width: 1.9rem;
    height: 0.5rem;
    line-height: 0.5rem;
    /* align-items: center; */
    font-weight: 700;
    margin-bottom: 0.2rem;
    border: 0.02rem solid;
	}
	.loanServeright a {
		font-size: 0.26rem;
		width: 46%;
		float: left;
		color: #191919;
		margin: 0;
		padding-left: 0.2rem;
		position: relative;
		margin-top: 0.4rem;
                font-family: "思源黑体";
	}
	.loanServeright {
		float: left;
		width: 6rem;
		overflow: hidden;
		/* margin-top: 0.6rem; */
		margin-left: 0.5rem;
	}
	.checkContent {
		width: 1.6rem;
		height: 0.4rem;
		float: right;
		line-height: 0.4rem;
		border-radius: 0.5rem;
		background: #da251d;
		font-size: 0.24rem;
		/* margin: 0 auto; */
		color: #fff;
		text-align: center;
	}
	.lastContent p {
		width: 100%;
		max-height: 2rem;
		text-align: left;
                line-height: 0.55rem;
		float: left;
		font-size: 0.26rem;
		margin-top: 0.4rem;
		margin-left: 0rem;
	}
	.lastContentTab {
		width: 90%;
		margin: auto;
		height: 1rem;
	}
	.lastContentTabTitle {
		text-align: center;
		font-size: 0.28rem;
		float: left;
		cursor: pointer;
		width: 33%;
		line-height: 0.5rem;
	}
	.financing {width:90%;
		margin: 0.7rem auto 0;
	}
.wealth {
    margin: 0.4rem auto;
}
.productRisk { 
    font-size:0.24rem;
    width:1rem

}

	.financingUpTab { font-size:0.26rem;
		margin-top: 0.3rem;
	}


	.massive>a {
		width: 5.95rem;
		height: 2.35rem;
		padding: 0.2rem;
		margin-left: 0;
		margin-top: 0.4rem;
	}

	.percentageBox {
		width: 3.1rem;
                margin-left: 0.3rem;
                margin-top: 0.3rem;

	}

	.percentageFr {
		margin-top: 0rem;
	}

	.percentage,
	.percentageT {font-size:0.26rem;
		line-height: 0.48rem;
	}

	.depositBox,
	.loanBox {
		width: 100%;
	}

	.loanBox{
		margin-top: 0.4rem;
	}

	.deposit,
	.loan {
		width: 5.77rem;
		height: auto;
		padding: 0.4rem 0 0.4rem 0.6rem;
	}
	
	.debitCardC{
		height: 2.5rem;
	}
	
	.swiper-wrapper-Card {
		height: 1.95rem !important;
	}
	
	.swiper-slide-Card,
	.swiper-slide-Card>img {
		width: 1.93rem;
		height: 1.16rem;
		margin: 0 auto;
	}
	
	.swiper-slide-title {
		width: 1.93rem;
		margin: 0 auto;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	
	.pagination-card {
		left: 25%;
	}
	
	.creditCardC{
		margin-bottom: 0;
	}
	
	.creditCardTxt{
		width: 100%;
	}
	
	.creditCardDevice {
		width: 100%;
		height: 3.8rem;
		margin-top: 0.4rem;
	}

	.swiperDevice {
		height: 3.8rem !important;
		overflow: hidden;
	}
	
	.wealthBusiness,
	.privateBank {
		width: 100%;
	}
	
	.privateBank {
		margin-top: 0.4rem;
	}
	
	.creditCardAbstract {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
	}
        .wealthFl,
        .wealthFr {
	   width: 100%;
        }
        .wealthFr{
          margin-top:0.4rem;
        }
	.wealthBusinessC>p {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}
	
	.platform{
		float: none;
		width: 100%;
		margin-top: 0.4rem;
		margin-left: 0;
	}
	
	.platform:first-child{
		margin-top: 0;
	}
	
	.platform:nth-child(2){
		margin-left: 0;
		margin-right: 0;
		margin-top: 0.4rem;
	}
	
	.backgroundLink{
		width: 100%;
		height: 2.75rem;
		margin-top: 0.4rem;
	}
    
         .depositBox, .loanBox {
              width: 100%;
      }
 
}