body{
	font-family: "-apple-system","system-ui","BlinkMacSystemFont","SF Pro Text","Roboto","sans-serif";
	background-color: #FAFAFA;	
	font-size: 14px;

}
.footer{
	margin: 0 0.64rem;
	padding-bottom: 1rem;
}
.showContent{
display: block !important;

}

header{
margin: 12px 0 0;
background-color: #fff;
padding: 18px 17px 12px 17px;

}
.flexCenter{
	display: flex;
	justify-content: space-around;
}
.icon{
height: 22px;
width: 22px;
margin-right: 4px;
}
.bannerBox{
position: relative;

}
.shadow1{
	box-shadow: 0px 4px 4px 0px #00000012;

}
.titleBig{
position: absolute;
left:33px;
top:26px;
}
.titleBig::before{
content: "";
position: absolute;
height: 1rem;
width: 1rem;
background-image:url(../img/new/tri1.svg);
background-repeat: no-repeat;
left:-22.5px;
top:-7.5px;

}
.titleBig::after{
	content: "";
	position: absolute;
	height: 1rem;
	width: 1rem;
	background-image:url(../img/new/tri2.svg);
	background-repeat: no-repeat;
    right: -38.5px;
    top: 23.5px;
	
	}
.titleBig div{
	font-weight: 700;
	font-size: 0.8rem;
	color:#1D3570;
	
}
.titleBig span{
	display: block;
	font-weight: 400;
	font-size:0.64rem;
	color:#1D3570;
	margin-top: 9px;
}
.titleSmall div{
font-size: 0.48rem;
color: #000000;
font-weight: 700;
}
.titleSmall span{
	display: block;;
	font-size: 0.32rem;
	color: #767676;
	font-weight: 400;
}
.limitWords{
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
 -webkit-box-orient: vertical;

}
.noLimit{
display: block !important;

}
.mt_18px{
	margin-top: 18px;
}
.videoContent{
position: absolute;
bottom:0;
}
.box{
background-color: #fff;

}
.content{
	display: none;
	padding:0 0 0 0 ;
	animation: show  1s  both;;
	height: 100%;
	width: 100%;
	z-index: 5;
}
@keyframes show {
	0%{
	
	transform: translateY(-30%)
	
	}
	100%{
		transform: translateY(0%)
	}
	
}
.box h5{
	font-size: 16px;
	color: #333333;
	letter-spacing: -0.32px;
	line-height: 20px;
	font-weight: 600;

}
.box h6{
	font-size:0.3733333333333333rem;
	color: #D14054;
	font-weight: 400;
	border:1px solid;
	width: fit-content;
	margin-left: 11px;
	padding: 1px 4px;
	border-radius: 4px;
	/*display: flex;
	flex-wrap: wrap;
	flex: 1;*/
}

.box p {
	background: #FAFAFA;
	border-radius: 8px;
    margin: 16px;
    padding:16px ;
}

.compay_list .compay_box {
	display: flex;
	margin-bottom: 16px;
	align-items: center;
}

.compay_list .compay {
	font-size: 22px;
	color: #000000;
	letter-spacing: 0.32px;
	line-height: 26px;
	font-weight: 600;
	margin-bottom: 24px;
}

.compay_box .compay_icon {
	border: 1px solid #EAEBEC;
	width: 64px;
	height: 64px;
	min-width: 64px;
	border-radius: 9px;
	margin-right: 16px;
}

.compay_iconPic {
	background: url("../img/Icon-64px-Company-BNP-Paribas@3x.png") no-repeat center;
	background-size: 100%;
}

.compay_iconPic2 {
	background: url("../img/Icon-64px-Company-Franklin-Templeton@3x.png") no-repeat center;
	background-size: 100%;
}

.compay_iconPic3 {
	background: url("../img/Icon-64px-Company-CUAM@3x.png") no-repeat center;
	background-size: 100%;
}

.compay_iconPic4 {
	background: url("../img/Icon-64px-Company-JPM@3x.png") no-repeat center;
	background-size: 100%;
}

.compay_iconPic5 {
	background: url("../img/Icon-64px-Company-Schroders@3x.png") no-repeat center;
	background-size: 100%;
}

.compay_iconPic6 {
	background: url("../img/Icon-64px-Company-Allianz@3x.png") no-repeat center;
	background-size: 100%;
}

.compay_iconPic7 {
	background: url("../img/Icon-64px-Company-CIFM@3x.png") no-repeat center;
	background-size: 100%;
}

.compay_iconPic8 {
	background: url("../img/Icon-64px-Company-Fidelity@3x.png") no-repeat center;
	background-size: 100%;
}

.compay_iconPic9 {
    background: url("../img/Icon-64px-Company-BlackRock@3x.png") no-repeat center;
    background-size: 100%;
}

.compay_iconPic10 {
	background: url("../img/Icon-64px-Company-Da-Cheng-International@3x.jpg") no-repeat center;
    background-size: 100%;
}

.compay_iconPic11 {
    background: url("../img/Icon-64px-Company-UBS@3x.jpg") no-repeat center;
    background-size: 100%;
}

.compay_iconPic12 {
    background: url("../img/Icon-64px-Company-CMBWLB-International@3x.jpg") no-repeat center;
    background-size: 100%;
}

/* .compay_box .compay_icon img {
	width: 100%;
	height: auto;
} */
.compay_box .compay_name {
	font-size: 16px;
	color: #333333;
	letter-spacing: -0.32px;
	line-height: 20px;
	font-weight: 600;
}

.compay_box .compay_des {
	font-size: 12px;
	color: #767676;
	letter-spacing: 0;
	line-height: 16px;
	font-weight: 400;
	margin-top: 4px;
}

.colorbutton span{
	border: 1px solid #EAEBEC;
	border-radius: 9px;
	font-size: 0.2666666666666667rem;
	color: #565656;
	font-weight: 400;
	padding:0.1066666666666667rem 0.2133333333333333rem;
	margin-right: 0.2133333333333333rem;
}
.flex{
display: flex;
}
.flexC{
display: flex;
align-items:center;
}
.flexbox {
	display: flex;
	justify-content: space-between;
}
.ultitle{
	display: flex;
	align-items: center;
	position: relative;
}
.ultitle li{
	width: 35%;
	font-size: 0.373rem;
	color: #fff;
	font-weight: 400;
	/* margin-right: 0.8533333333333333rem; */
	background: #467DE4;
	padding:0.32rem;
	border-radius: 8px;
	margin-right:5px;
	text-align: center;
	display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}
.ultitle li:last-child{
	margin-right: 0
}
.ultitle li.active{
	background: #1D3570;
	font-size: 0.373rem;
	color: #fff;
	border-radius: 8px;

}
.rotate{
	transform: rotateX(180deg);
	transition: all 0.3s ;
	animation-direction: alternate;
}
.fundBox{
position: relative;
border-top: 1px solid #DFDFDF;
/*border-bottom: 1px solid #DFDFDF;*/
display: flex;
align-items: center;
background-color: #fff;
z-index: 999;
}
.border-bottom{
border-bottom: 1px solid #DFDFDF;
}
.moreInfo{
	background: #D14054;
	box-shadow: 0px 1px 12px 0px #701D1D36;
	padding:8px 16px;
	color:#FFFFFF;
	border-radius: 8px;
	width: fit-content;
	display: block;
	margin:12px auto 0px auto;
	font-size: 14px;
	
}
.ultitle li.active::before{
	content:'';
	position: absolute;
	background-image: url(../img/new/active.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	top: 100%;
	height: 4px;
	width: 12px;

}
.color_3{
	color: #323232;
}
.color5{
	color: #1D3570;
}
.mb_16px{
	margin-bottom: 0.4266666666666667rem;
}
.arrow{
width: 24px;
height: 12px;
margin-top: 8px;
}
.arrow2{
	position: absolute;
	width: 24px;
	height: 12px;
	margin-top: 8px;
	right: 0.427rem;
	transform: rotateX('90deg') !important;
	}
.modal{
background-color: #fff;
padding:26px 13px 12px 13px;
margin: 12px 0 24px 0;
}

.list{
	margin: 12px 0;
	/*border-top: 1px solid #EAEBEC;*/
	font-size: 0.373rem;
	font-weight: 400;	
	position:relative;
	color: #1D3570;
	padding:0.48rem   0.4266666666666667rem ;
	vertical-align: middle;
	box-shadow: 0px 3px 9px 0px #1D35701C;
	border-radius: 8px;

}
.list:last-child, .moons{
	border-bottom: 1px solid #EAEBEC;
}

.listfrist{
	border-top:0px !important;
}

.list:after{
	content: '';
	background: url("../img/new/h-arrow.svg") no-repeat;
	background-size:contain;
	position: absolute;
	right: 0rem;
	top: 34%;
	width:0.32rem;
	height: 0.64rem;
	margin-right: 16px;
}
.list img{
	width:0.8533333333333333rem;
	height:0.8533333333333333rem ;
	margin-right:0.5333333333333333rem;
	vertical-align:middle;
}
.titleS{
	font-size: 0.48rem;
	color: #000000;
	font-weight: 600;
}
.text1{
	display: inline-block;
    vertical-align: middle;
    width: 83%;
}

.dllast{
	margin-right: 0rem !important;
}
.topnav{
	box-shadow: 2px 3px 14px 0px #0000001C;
	border-radius: 8px;
	margin:0.32rem;
	background: #fff;

}
.topnav dl{	
	width: 23.9%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding:12px;
	
}
.topnav dl dt{
	width: 0.64rem;
	margin: 0px auto;

}
.topnav dl dd{
	font-size: 0.3466666666666667rem;
	color: #333333;
	font-weight: 500;
	/*margin-top:0.2133333333333333rem;*/
}
.data dl{
	width: 1.92rem;
	display: inline-block;
	vertical-align: top;
	margin-right:0.4266666666666667rem;
	margin-bottom: 0.4266666666666667rem;
}
.data dl dt{
	margin-right: 0.30rem;
	font-size: 0.48rem;
	font-weight: 500;
	color: #0F866E;
}
.data dl dt span{
	font-size:0.32rem; 
}

.data dl dt.red{
color: #CC2B41;
}


.green dl dt{
color: #CC2B41;
}

.green dl dt.red{
color: #0F866E;
}

.data dl dt.noneData {
	color: #767676;
}

.data dl dd{
	font-size: 0.32rem;
	color: #767676;
	font-weight: 400;
}

.redup dl dt{
	color: #CC2B41!important;
	}
	
.redup dl dt.red{
	color: #0F866E!important;
}


.greenup dl dt{
	color: #0F866E!important;
}
	
.greenup dl dt.red{
	color: #CC2B41!important;
}

.mt_48px{
	margin-top: 1.28rem;
}
.mt_32px{
	margin-top: 0.8533333333333333rem;
}
.swiper-slide{	
	width: 89% !important;
}
.swiper-slide img , .br_9px{
	border-radius: 0.24rem;
	/*width: 80%;*/
}

.stpe1{
	transform:translate3d(-3.733333333333333rem , 0px, 0px)!important;
	
}
.mb_48px{
	margin-bottom: 1.28rem;
}
.mr_12px{
	margin-right: 12px; 
}
.mt_46px{
	margin-top: 1.226666666666667rem;
}
.divhr{
	border-bottom:1px solid #EAEBEC;;
}
figure{
	margin: 0px;
	margin-right:0.32rem;
	width: 0.8533333333333333rem;
	vertical-align: middle;
	display: inline-block;
}

.video_box{
	font-size: 0;
	margin-top: 24px;
	margin-bottom: 12px;
}

.fund_bo_text {
	text-align: center;
    font-size: 12px;
    color: #7D7D7D;
    letter-spacing: 0;
    line-height: 16px;
    font-weight: 400;
    padding:  12px 0 16px 0;
	background:#fff;
}
.padding181624{
padding:18px 16px;
}
.padding2402416{
padding:24px 52px 24px 16px ;	
}
.descBg{
background: linear-gradient(180deg, #E2EAFF 0%, #FFFFFF 99.95%);
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
border-radius: 8px 8px 0 0 ;
}
@keyframes opacity {
	0%{
		opacity: 0%;
	}
	100%{
		opacity:100%;
	}
}

@keyframes typing {
	from { width: 0 }
	to { width: 100% }
  }