.infoAlert {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 12;
}
.infoAlertZoom{
	z-index: 20;
}
.infoShadow {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.infoTitle {
    text-align: center;
    position: relative;
    padding: 20px 0px 12px 0px;
    color: #303030;
    font-size: 0.9375rem;
    font-family: moduelZhRe;
    letter-spacing: 1px;
}
.infoClose {
    position: absolute;
    top: 50%;
    right: 1.041666rem;
    transform: translate(0%, -50%);
    width: 0.78125rem;
    height: 0.78125rem;
    cursor: pointer;
}
.infoHr {
    display: block;
    width: 94%;
    margin: 0 auto;
}

/* 信息中心 */
.infoCenterContent {
    width: 62.5rem;
    height: 46.875rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #FFFFFF;
    border-radius: 4px;
    font-size: 0.729166rem;
}
.infoContentMid{
    width: 94%;
    margin: 0 auto;
}
.infoUlTitBox{
    margin-top: 10px;
    font-family: moduelZhRe;
}
.infoUlTit{
    float: left;
}
.infoUlTitLi{
    float: left;
    width: 5.104166rem;
    height: 2.083333rem;
    line-height: 2.083333rem;
    text-align: center;
    border-radius: 3px;
	position: relative;
	margin: 0px 10px;
}
.infoUlTitLi a{
    color: #666666;
}
.infoUlTitLiActive{
    background: #F5F5F5;
}
.infoUlTitLiActive a{
    color: #9f5248;
    padding: 6px 0px;
    border-bottom: 1px solid #9f5248;
}
.infoUlTitLi_span{
	position: absolute;
	top: -6px;
	right: -8px;
	color: #ffffff;
	background: #9f5248;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	z-index: 3;
}
.infoUlSubBox{
    background: #E3F2FD;
    margin: 10px 0px;
    height: 38px;
    line-height: 38px;
    font-family: moduelZhRe;
}
.infoUlSub{
    float: left;
    padding-left: 20px;
}
.infoUlSubLi{
    float: left;
    margin: 0px 20px;
}
.infoUlSubLi a{
    color: #666666;
}
.infoUlSubLiActive a{
    color: #9f5248;
    padding: 6px 0px;
    border-bottom: 1px solid #9f5248;
}
.infoTableTit{
    background: #F5F5F5;
    height: 38px;
    line-height: 38px;
    color: #303030;
}
.infoTableTit_part1{
    display: inline-block;
    text-align: center;
    width: 30%;
    vertical-align: middle;
}
.infoTableCon_part1{
    display: inline-block;
    width: 30%;
    vertical-align: middle;
    position: relative;
}
.infoTableTit_part2{
    display: inline-block;
    text-align: center;
    width: 15%;
    vertical-align: middle;
    position: relative;
}
.infoTableTit_part3{
    display: inline-block;
    text-align: center;
    width: 10%;
    vertical-align: middle;
    position: relative;
    align-self: center;
}
.infoTableTit_part4{
    display: inline-block;
    text-align: center;
    width:15%;
    vertical-align: middle;
    position: relative;
    align-self: center;
}
.infoTableTit_part5{
    display: inline-block;
    text-align: center;
    width: 10%;
    vertical-align: middle;
    position: relative;
    align-self: center;
}
.infoTableTit_part6{
    display: inline-block;
    text-align: center;
    width: 15%;
    vertical-align: middle;
    position: relative;
    align-self: center;
}
.infoTCBox{
    display: inline-block;
    width: 4.6875rem;
    height: 6.5625rem;
    position: relative;
}
.infoTCBoxImg{
    display: block;
    min-height: 100%;
    max-height: 100%;
    max-width: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}
.infoTCBoxRight{
    display: inline-block;
    margin-left: 15px;
    position: relative;
    width: 60%;
    min-height: 116px;
}
.infoTCBoxRightMid{
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(0%,-50%);
    color: #000000;
}
.infoTableHr{
    width: 100%;
    height: 1px;
    background: #000000;
    opacity: 0.1;
}
.infoTableContent{
    margin: 4px 0px;
}
.infoTCBoxP{
    margin: 2px 0px;
}
.infoTCStatus{
    background: #3D3D3D;
    color: #FFFFFF;
    padding: 5px 9px;
    border-radius: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 46%;
}
.infoTCNum{
    font-family: moduelEn;
}
.infoTCBoxBtn{
    width: 2.604166rem;
    height: 1.302083rem;
    line-height: 1.302083rem;
    background: #940000;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    margin: 2px 0px;
    border-radius: 5px;
}
.infoTCBoxBtn:hover{opacity: 0.8;}
.infoTablepage{
    text-align: center;
    margin: 1.302083rem auto;
}
.infoTableScroll{
    height: 29rem;
    overflow: auto;
}
.infoTableScroll::-webkit-scrollbar {
    width: 4px;
}

.infoTableScroll::-webkit-scrollbar-track {
    background-color: #e2e2e2;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.infoTableScroll::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}
/* 信息中心-交易记录 */
.infoRecodLine{
    display: flex;
    justify-content: center;
    margin: 8px 0px;
}
.infoRecodLineLeft{
    text-align: right;
    display: inline-block;
    width: 100px;
}
.infoRecodLineP{
    margin: 8px 0px;
}
.infoRedColor{
    color: #9f5248;
    font-family: moduelMyriadProRegular;
}
.infoRecodSpan{
    color: #3D3D3D;
    font-family: moduelMyriadProRegular;
}
.infoRecodThTit{
    color: #3D3D3D;
    font-size: 0.833333rem;
    padding: 10px 30px;
    font-family: moduelZhRe;
}
.infoRecodTh{
    font-family: moduelZhRe;
    background: #EBECF0;
    height: 38px;
    line-height: 38px;
}
.infoRecodTh_part1{
    display: inline-block;
    width: 30%;
    text-align: center;
}
.infoRecodTd_part1{
    display: inline-block;
    width: 30%;
}
.infoRecodTh_part2{
    display: inline-block;
    width: 15%;
    text-align: center;
}
.infoRecodTh_part3{
    display: inline-block;
    width: 15%;
    text-align: center;
}
.infoRecodTh_part4{
    display: inline-block;
    width: 15%;
    text-align: center;
}
.infoRecodTh_part5{
    display: inline-block;
    width: 15%;
    text-align: center;
}
.infoRecodTd{
    background: #F2F3F7;
    height: 38px;
    line-height: 38px;
}
.infoCenterDown{
    margin: 0px 30px;
    cursor: pointer;
}
.infoCenterDown:hover{opacity: 0.8;}
.infoRecodTdSpan{
    margin-left: 25px;
}
.infoRecodPartChild{
    margin-left: 106px;
}
.infoRecodTdChild{
    height: 38px;
    line-height: 38px;
}
.infoRecodColor{
    color: #3D3D3D;
    font-family: moduelMyriadProRegular;
}
/* 活动推送 */
.infoPushFlex{
    display: flex;
    flex-wrap: wrap;
}
.infoPushItem{
    width: 30%;
    margin: 0.520833rem 1.6%;
}
.infoPushImgBox{
    width: 100%;
    height:150px;
    position: relative;
}
.infoPushImg{
    display: block;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}
.infoPushTitBox{
    position: relative;
}
.infoPushTit{
    width: 75%;
    font-family: moduelZhRe;
    color: #3D3D3D;
    font-size: 0.729166rem;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 10px 0px;
}
.infoPushTitPo{
    font-family: moduelEn;
    color: #3D3D3D;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(0%,-50%);
}
.infoPushCon{
    position: relative;
}
.infoPushConSpan{
    color: #707070;
    font-family: moduelEn;
    font-size: 0.625rem;
}
.infoPushMore{
    color: #3D3D3D;
    font-family: moduelEn;
    position: absolute;
    bottom: 0px;
    right: 0px;
    border-bottom: 1px solid #3d3d3d;
    padding: 2px 0px;
}
.infoPushMore:hover{opacity: 0.8;}
.infoPushDetailTit{
	color: #000000;
	font-size: 1.55rem;
	font-family: moduelEn;
	margin-top: 1.5625rem;
	text-align: center;
}
.infoPushDetailSub{
    color: #707070;
    font-family: moduelZhRe;
    font-size: 0.833333rem;
}
.infoPushDetailSub2{
    color: #707070;
    font-family: moduelEn;
    font-size: 12px;
}
.infoPushDetailCon{
    margin-top: 3.125rem;
    color: #707070;
    font-size: 0.729166rem;
    letter-spacing: 3px;
}
.infoContentMidImg{
    width: 36.458333rem;
    margin-top: 1.5625rem;
}
.infoPushDetailScroll{
    height: 38.6rem;
    overflow: auto;
    width: 94%;
    margin: 0 auto;
}
.infoPushDetailScroll img{
	max-width: 98%;
}
.infoPushDetailScroll::-webkit-scrollbar {
	width: 4px;
}

.infoPushDetailScroll::-webkit-scrollbar-track {
	background-color: #e2e2e2;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}

.infoPushDetailScroll::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.6);
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.infoPushDetailFooter{
    width: 94%;
    margin: 10px auto 20px auto;
    position: relative;
}
.iPDF_left{
    float: left;
}
.iPDF_rightBox{
    float: right;
}
.iPDF_right1{

}
.iPDF_right2{
    margin: 0px 26px;
}
.iPDF_rightNum{
    font-family: moduelEn;
    margin-left: 10px;
    color: #000000;
}
.infoPushDetailTit2{
    margin-top: 10px;
	text-align: center;
}

/* 平台通知 */
.platNewsMid{
	width:96%;
	height: 33rem;
	margin: 0 auto;
	overflow: auto;
}
.platNewsMid::-webkit-scrollbar {
	width: 4px;
}

.platNewsMid::-webkit-scrollbar-track {
	background-color: #e2e2e2;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}

.platNewsMid::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.6);
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.platNewsToggle{
	width: 97%;
	margin: 5px auto;
}
.platNewsItem{
	width: 100%;
	height: 2.760416rem;
	line-height: 2.760416rem;
	background: #E9E9E9;
	position: relative;
	cursor: pointer;
}
.platNewsItem:hover{opacity: 0.8;}
.platNewsPoint{
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #9f5248;
	border-radius: 50%;
	margin-left: 10px;
	vertical-align: 19px;
}
.platNewsCon{
	width: 91%;
	display: inline-block;
	color: #3D3D3D;
	font-family: moduelZhRe;
	margin-left: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.platNewsDown{
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate(0%,-50%);
	cursor: pointer;
}
.platNewsChild{
	display: none;
	padding: 15px 25px;
	font-family: moduelZhRe;
	font-size: 14px;
	color: #3D3D3D;
	border: 1px solid #f5f5f5;
}
.platNewsBtn{
	float: right;
	width: 10.302083rem;
	height: 2.5rem;
	line-height: 2.5rem;
	text-align: center;
	background: #3D3D3D;
	color: #FFFFFF;
	border-radius: 3px;
	cursor: pointer;
	margin-right: 1.927083rem;
	margin-top: 1.927083rem;
	letter-spacing: 1px;
}
.platNewsBtn:hover{opacity: 0.8;}
.platNewsContent{
	width: 60.5rem;
	height: 42.875rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #FFFFFF;
	border-radius: 4px;
	font-size: 0.729166rem;
}

