.container{
	/* min-height: 75vh!important; */
	padding: 17px 0 157px 0;
	overflow: auto;
}
.footer{
/* 	position: fixed;
	left: 0;
	right: 0;
	bottom: ; */
	margin-top: 100px;
	width: 100vw;
	/* background: #FFF; */
}
.container-content{
	display: flex;
	flex-direction: column;
	padding-left: 360px;
	/* justify-content: center;
	padding: 0!important; */
	/* overflow: auto; */
	margin-bottom: 0!important;
	
	/* background: #F7F8FC; */
	height: auto;
	
}
.container-content-left{
	box-sizing: border-box;
	padding-top: 23px;
	width: 203px;
	height: 750px;
	background: #FCFCFC;
	border-radius: 6px 0px 0px 0px;
	font-size: 14px;
}
.container-content-right{
	margin-left: 9px;
	/* min-width: 500px; */
	background: #FCFCFC!important;
}
.container-content-right-help-warp-announcement-details{
	box-sizing: border-box;
	padding: 0 33px 60px 33px;
	margin: 29px 0;
	/* height: 560px; */
	font-size: 12px;
	color: #666;
	line-height: 20px;
	font-weight: 400;
	text-align: center;
}
.container-content-right-help-warp-announcement-details img{
	width: 100%;
	object-fit: initial;
}
.container-content-right-help-warp-announcement-details1{
	box-sizing: border-box;
	padding: 0 33px 60px 33px;
	margin: 29px 0;
	margin-bottom: 0;
	/* height: 600px; */
	font-size: 12px;
	color: #666;
	line-height: 20px;
	font-weight: 400;
	text-align: center;
}
.container-content-right-help-warp-announcement-details1 img{
	width: 100%;
	object-fit: initial;
}
.container-content-right-percenter-top{
	width: 982px;
	height: 128px;
	background: #FFFFFF;
	border-radius: 6px 6px 6px 6px;
}
.container-content-right-percenter-center{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 12px;
}
.container-content-right-percenter-center-li{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 320px;
	height: 98px;
	border-radius: 6px 6px 6px 6px;
	cursor: pointer;
}
.container-content-right-percenter-center-li span{
	margin-left: 12px;
	font-size: 22px;
	color: #fff;
	font-weight: bold;
}
.container-content-right-percenter-top{
	display: flex;
	align-items: center;
}
.container-content-right-percenter-top-img{
	display: flex;
	align-items: center;
	margin-left: 52px;
}
.container-content-right-percenter-top-authentication{
	margin-left: 63px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 121px;
	height: 44px;
	background: #FFF6EC;
	border-radius: 22px 22px 22px 22px;
}
.container-content-right-percenter-top-authentication span{
	font-size: 14px;
	font-weight: 400;
	color: #FEA900;
}
.container-content-right-percenter-bottom{
	box-sizing: border-box;
	padding: 0 55px;
	padding-top: 33px;
	margin-top: 12px;
	width: 982px;
	height: 469px;
	background: #FFFFFF;
	border-radius: 6px 6px 6px 6px;
}
.container-content-right-percenter-bottom-top{
	padding-bottom: 29px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #E5E5E5;
}
.container-content-right-percenter-bottom-top-li{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.container-content-right-percenter-bottom-top-li::before {
	position: absolute;
	right: -40px;
    display: inline-block;
    height: 30px;
    margin-top: 10px;
    vertical-align: middle;
    border-right: 1px solid #E5E5E5;
    content: '';
}
.container-content-right-percenter-bottom-top-li + .container-content-right-percenter-bottom-top-li{
	margin-left: 82px;
}
.container-content-right-percenter-bottom-top-li1{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-left: 82px;
}
.container-content-right-percenter-bottom-top-payment{
	display: flex;
	align-items: center;
	margin-left: 61px;
}
.container-content-right-percenter-bottom-top-payment div{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 86px;
	height: 32px;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #007BE5;
	color: #007BE5;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}
.container-content-right-percenter-bottom-top-payment div + div{
	margin-left: 18px;
}
.container-content-right-percenter-bottom-bottom{
	padding-top: 34px;
}
.ecrahs{
	margin-top: -13px;
}
.ecrahs div{
	font-size: 13px;
	color: #007BE5;
}
.ecrahs div + div{
	margin-top: 7px;
	font-size: 13px;
}
.container-content-left > ul > li{
	/* height: 48px; */
	display: flex;
	flex-direction: column;
	align-items: center;
	font-weight: bold;
	color: #333333;
	font-size: 16px;
}
.container-content-left > ul > li + li{
	margin-top: 15px;
}
.listactive{
	background: #007BE5;
	color: #FFF!important;
}
.container-content-left > ul > li > div > img{
	position: absolute;
	right: 48px;
}

.container-content-left > ul > li > div{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
}
.container-content-left > ul > li > div > span{
	margin: 0 auto;
}
.container-content-left > ul > li > ul{
	display: none;
	
}
.container-content-left > ul > li > ul > li{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #848484;
	font-size: 15px;
	font-weight: bold;
	width: 203px;
	height: 50px;
}
.zhifu input{
	padding: 0 18px;
	width: 309px;
	height: 44px;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #E4E4E4;
}
.okU{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	margin-top: 36px;
	display: flex;
	align-items: center;
	width: 257px;
	height: 40px;
	background: #007BE5;
	border-radius: 31px 31px 31px 31px;
	color: #FFF;
	cursor: pointer;
}
.container-content-right{
	width: 989px;
	background: #FFFFFF;
	border-radius: 0px 6px 0px 0px;
}
.container-content-right-help-warp{
	position: relative;
	width: 100%;
	height: 100%;
}
.container-content-right-help-warp-title{
	box-sizing: border-box;
	margin: 0 33px;
	display: flex;
	align-items: center;
	height: 58px;
	border-bottom: 1px solid #F3F3F3;
}
.container-content-right-help-warp-title-name{
	margin-left: 15px;
	font-size: 14px;
	font-weight: 600;
	color: #333333;
}
.container-content-right-help-content{
	height: 576px;
}
.container-content-right-help-content ul li{
	display: flex;
	align-items: center;
	margin: 0 33px;
	justify-content: space-between;
	height: 63px;
	border-bottom: 1px solid #F3F3F3;
}
.container-content-right-help-content-title{
	min-width: 119px;
	font-size: 13px;
	font-weight: 600;
	color: #666666;
}
.container-content-right-help-page{
	position: absolute;
	right: 30px;
	bottom: 27px;
}


.container-content-right-help-warp-announcement-details-toporbottom{
	display: flex;
	align-items: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 69px;
	border-top: 1px solid #F2F2F2;
}
.container-content-right-help-warp-announcement-details-toporbottom-li{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 50%;
	cursor: pointer;
}
.container-content-right-help-warp-announcement-details-toporbottom-li:first-child{
	border-right: 1px solid #F2F2F2;
}
.container-content-right-help-warp-announcement-details-toporbottom-li-1{
	font-size: 14px;
	color: #333333;
	font-weight: 400;
}
.container-content-right-help-warp-announcement-details-toporbottom-li-2{
	text-align: center;
	margin-top: 8px;
	width: 450px;
	font-size: 14px;
	color: #333333;
	font-weight: 400;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.container-content-right-help-warp-announcement-details1-img-bottom{
	width: 313px;
	height: 205px;
	background: #59ADF5;
}
.container-content-right-help-warp-announcement-details1-instructions{
	margin-left: 43px;
}
.container-content-right-help-warp-announcement-details1-corporation{
	display: flex;
	align-items: center;
	margin-left: 40px;
}
.container-content-right-help-warp-announcement-details1-img{
	position: relative;
	margin-top: 25px;
	margin-left: 25px;
}
.container-content-right-help-warp-announcement-details1-img-top img{
	position: absolute;
	left: -24px;
	top: -25px;
	width: 313px;
	height: 205px;
}