.flex {
	display: flex;
	justify-content: space-between;
}
.yellow {
	color: #FA8701;
}
.blue {
	color: rgba(3,140,212,1);/*038CD4*/
}
.btn-blue {
	background-color: rgba(3,140,212,1);/*038CD4*/
	color: #fff;
}
.btn-blue:hover {
	/* background-color: rgba(2,189,255,1);/*02BDFF*/ 
	background-color: rgba(3,140,212,0.9);/*038CD4*/
	color: #fff;
}
/*分页*/
.pager {
	width: 100%;
	text-align: right;
}
.pager a,.pager span {
	display: inline-block;
	margin-right: 10px;
	padding: 4px 12px;
	background-color: #eee;
	border-radius: 4px;
}
.pager a:hover,.pager span {
	background-color: rgba(3,140,212,1);
	color: #fff;
}
/*搜索*/
.search_float {
	position: absolute;
	top: 16px;
	right: 20px;
}
.form-btn {
	position: absolute;
	top: 1px;
	right: 1px;
	
}
.form-btn button {
	padding: 3px 12px;
	background-color: transparent;
}
.form-btn button:focus,.form-btn button:active {
	background-color: transparent;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.form-btn button .iconfont {
	color: #999;
}
.search_float .form-control {
	padding-right: 40px;
	border: 1px solid #eaeaea;
	font-size: 12px;
}

/**/
.page {
    width: 100%;
    background-color: #F8F9FF;
}

.weizhi_c {
    width: 100%;
    height: 40px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    font-size: 14px;
	color: #616161;
}

.weizhi_c .iconfont {
	margin-right: 6px;
    width: 14px;
	color: #616161;
}

.weizhi_c .weizhi_n {
    color: #007AFF;
}

a {
    text-decoration: none;
}

.content {
	display: flex;
	justify-content: space-between;
    width: 1200px;
    margin: 0px auto;
	padding-top: 16px;
}

.content .left {
    width: 280px;
    min-height: 780px;
    background-color: #002150;
}

.content .left .user {
    height: 70px;
    border-bottom: 1px solid rgba(44, 107, 225, 0.2);
}

.content .left .user div{
    line-height: 70px;
    text-align: center;
    color: #FFFFFF;
	font-size: 22px;
	letter-spacing: 1px;
}
/*左侧导航*/
.member_nav {
	width: 280px;
	height: calc(100vh - 90px);
	min-height: 780px;
}
.left_nav {
	width: 280px;
}
.left_nav ul li {
	padding-top: 6px;
	width: 100%;
}
.left_nav ul li a {
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 28px;
	height: 70px;
	color: #fff;
	background-color: rgba(255, 255, 255, 0.08);
	font-size: 16px;
}
.left_nav ul li a:hover,.left_nav ul li.open a:first-child {
	background: rgba(3,140,212,1);
}
.left_nav ul li a .iconfont:first-child {
	margin-right: 16px;
	font-size: 22px;
}
.left_nav ul li a .iconfont:last-child {
	font-size: 14px;
}
.left_nav ul li a p {
	width: 150px;
}
.left_nav ul li  ul {
	display: none;
}
.left_nav ul li  ul li a {
	padding-left: 80px;
	height: 44px;
	background: none;
	font-size: 14px;
}
.left_nav ul li  ul li a .iconfont:first-child {
	font-size: 12px;
}
.left_nav ul li.open ul li a:first-child {
	background:none;
}
.left_nav ul li  ul li a:hover,.left_nav ul li.open ul li.open a {
	background-color: rgba(3,140,212,1);
}



/*右侧*/
.content .right {
    width: 890px;
    min-height:800px;
}
.box_bg {
	position: relative;
	margin-bottom: 16px;
	padding: 16px 20px;
	background-color: #fff;
}
.title {
	position: relative;
	height: 44px;
	line-height: 44px;
	border-bottom: 1px solid rgba(3,140,212,0.2);
}
.title span {
	padding-left: 0px;
	font-size: 16px;
	font-weight: 700;
}
.title span::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 12px;
	left: -20px;
	width: 3px;
	height: 20px;
	background-color: rgba(3,140,212,1);
}
.title a {
	font-size: 14px;
	color: rgba(3,140,212,1);
}
.title a:hover {
	color: rgba(3,140,212,0.8);
}
.title a .iconfont {
	font-size: 12px;
}
/*编辑基本信息*/
.box_info {
	padding-top: 20px;
	justify-content: flex-start;
}
.box_info .photo {
	width: 160px;
	text-align: center;
}
.box_info .photo span {
	display: inline-block;
	width: 90px;
	text-align: center;
	height: 90px;
	line-height: 90px;
	background-color: rgba(3,140,212,0.1);
	border-radius: 100%;
}
.info_list ul li {
	display: flex;
	padding: 8px 0;
}
.info_list ul li p {
	display: inline-block;
	width: 120px;
	color: #14325E;
	
}
.info_list ul li .info_btn button {
	margin-right: 10px;
	padding: 6px 14px;
	border-radius: 6px;
	border: none;
	background-color: #0DC958;
	color: #fff;
}
.info_list ul li .info_btn button.no {
	background-color:#9E9E9E;
}
.info_list ul li .info_btn a {
	color: rgba(3,140,212,1);
}
.info_list ul li .info_btn a:hover {
	color: rgba(3,140,212,0.8);
}
/*实名认证*/
.box_certification {
	padding: 20px;
	justify-content: space-around;
}
.box_certification .card_list {
	position: relative;
	padding-top: 16px;
	width: 240px;
	height: 140px;
	text-align: center;
	border-radius: 6px;
	background-color: rgba(0,33,80,0.3);/*002150*/
	cursor: pointer;
}
.box_certification .card_list .state {
	display: flex;
	align-items:center;
	position: absolute;
	top: 4px;
	right: 4px;
	padding: 2px 8px;
	border-radius: 6px;
	background-color: #959595;
	font-size: 12px;
	color: rgba(255,255,255,0.8);
}
.box_certification .card_list .state .iconfont {
	margin-right: 4px;
	font-size: 16px;
}
.box_certification .card_list .iconfont {
	font-size: 58px;
	color: #fff;
}
.box_certification .card_list h4 {
	color: #fff;
}
.box_certification .card_list.yes {
	background: linear-gradient(75deg, rgba(2,189,255,1) 0%, rgba(3,140,212,1) 100%);
}
.box_certification .card_list.yes .state {
	background-color: #0DC958;
}
/*页签*/
.title_tabs {
	margin: 10px auto;
	justify-content:center;
	
}
.title_tabs a {
	display: block;
	padding: 10px 0px;
	width: 130px;
	text-align: center;
	border: 1px solid #eaeaea;
}
.title_tabs a:first-child {
	border-right-color: transparent;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.title_tabs a:last-child {
	border-left-color: transparent;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
    
.title_tabs a.active {
	background-color: rgba(3,140,212,1);
	color: #fff;
}

.page_content {
	padding: 16px;
	height: calc(100vh - 220px - 90px);
	min-height: 600px;
}
.page_tab .nav-tabs li {
	margin-right: 30px;
}
.page_tab .nav-tabs li a {
	border: solid transparent;
	border-bottom-width:2px ;
}
.page_tab .nav-tabs .active a,.page_tab .nav-tabs .active a:hover {
	border: solid transparent;
	border-bottom-width: 3px;
	border-bottom-color: rgba(3,140,212,1);
	color: rgba(3,140,212,1);
	font-weight: 700;
}
.page_tab .nav-tabs li a:hover,.page_tab .nav-tabs li a:focus {
	color: rgba(3,140,212,1);
	background-color: transparent;
	border: solid transparent;
	border-bottom-width:3px ;
	border-bottom-color: rgba(3,140,212,1);
	font-weight: 700;
}

.tab-pane {
	margin-top: 16px;
}
.tab-pane .form {
	margin-top: 40px;
}
.control-label {
	font-weight: normal;
	color: #616161;
}
.btn-lg {
	font-size: 14px;
}
/*表格--悬停*/
.table_hover>thead>tr>th {
	background-color: #F2F3F4;
	border: none;
	padding: 12px;
}
.table_hover>tbody>tr>td {
	border: 0;
	padding-top: 20px;
    padding-bottom: 20px;
}
.table_hover tr:nth-child(even){
	background-color: rgba(0,120,255,0.06);
}
.table_hover>tbody>tr:hover{
	background-color: rgba(0,120,255,0.1);
}

.table_hover>tbody>tr a {
	margin-right: 6px;
	color:rgba(3,140,212,1);
}
.table_hover>tbody>tr a:hover {
	color:rgba(3,140,212,0.8);
}
.table_hover p {
	
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*表格-两列展示*/
/*表格*/
.table_bg_two .table {
	margin: 0 auto;
	border: 1px solid #eaeaea;
}
.table_bg_two .table tr td {
	height: 50px;
	border-right: 1px solid #eaeaea;
	vertical-align: middle!important;
}
.table_bg_two .table tr:nth-child(odd){
	background-color: rgba(0,120,255,0.04);
}
.table_bg_two .table tr td:nth-child(odd){
	text-align: right;
	color: #616161;
}
.table_bg_two .table tr td:nth-child(even) {
	font-weight: 700;
}
/*表格--背景*/
.box_sixin .table {
	margin-top: 16px;
	border: 1px solid #eaeaea;
}
.box_sixin .table.table_bg tr {
	background-color: rgba(0,120,255,0.04);
}
.box_sixin .table>tbody>tr>td {
	padding: 16px 10px;
	border-right: 1px solid #eaeaea;
}



/* 个人认证弹框 */
.allintwo{
    width: 100%;
    height: 100%;
    background-color:rgba(0, 0, 0, 0.5) ;
    position: fixed;
    display: none;
    top: 0;
  	z-index: 9999;
}
.allintwo .cont{
    width: 720px;
    height: 449px;
    background: #ffffff;
    margin: 0 auto;
    margin-top: 190px;
	position: relative;
}
.allintwo .zhuyi {
    color: rgba(255,0,0,1);
    font-size: 14px;
    font-weight: 400;
    font-family: "Microsoft YaHei";
    text-align: left;
    line-height: 32px;
    letter-spacing: 1.4px;
    margin-left: 35px;
}
.allintwo .cont .rzz .sbtime{
    /* width: 1100px; */
    height: 33px;
    display: flex;
}
.allintwo .cont .xing{
    color: red;
    margin-left: 147px;
}
.allintwo .cont .zhmc{
    margin-top: 24px;
}
.allintwo .zhmc .zh{
    margin-left: 27px;
}
.gb {
    top: 175px;
}
.tijiao{
    width: 295px;
    line-height: 48px;
    text-align: center;
    border-radius: 6px;
    opacity: 0.800000011920929;
    background: rgba(3,140,212,1);
    margin-left: 233px;
    margin-top: 28px;
    color: #ffffff;
    cursor: pointer;
}
.gb,.guan{
	width: 19px;
	height: 19px;
    cursor: pointer;
	position: absolute;
	right: 10px;
	top: 10px;
	border-radius:50%;
	border:1px  solid #222;
	text-align: center;
	line-height: 15px;
}

/* 企业认证 */
.allin{
    width: 100%;
    height: 154%;
    background-color:rgba(0, 0, 0, 0.5) ;
    position: absolute;
  	display: none;
    top: 0;
  	
  	z-index: 9999;
}
.allin .cont{
    width: 720px;
    height: auto;
    background: #ffffff;
    margin: 0 auto;
     margin-top: -10px;
    /* margin-left: 661px;  */
	position: relative;
}
.cont .sbti{
    /* width: 1100px; */
    height: 50px;
    margin-top: 32px;
    display: flex;
}
.sbti .line{
    width: 2px;
    height: 22px;
    opacity: 1;
    background: rgba(44,107,225,1);
    margin-top: 19px;
    margin-left: 20px;
    /* display: inline-block; */
    
}
.sbti span{
    padding-left: 11px;
    color: #222222;
    line-height: 60px;
    font-size: 18px;
    font-weight: 700;
    font-family: "Microsoft YaHei";
}
.allin .zhuyi {
    color: rgba(255,0,0,1);
    font-size: 14px;
    font-weight: 400;
    font-family: "Microsoft YaHei";
    text-align: left;
    line-height: 32px;
    letter-spacing: 1.4px;
    margin-left: 35px;
}
.cont .rz{
    width: 494px;
    margin-left: 40px;
}
.allin .cont .rzz .sbtime{
    /* width: 1100px; */
    height: 33px;
    display: flex;
}
.sbtime .line{
    width: 2px;
    height: 22px;
    opacity: 1;
    background: rgba(44,107,225,1);
    margin-top: 6px;
    margin-left: 20px;
    /* display: inline-block; */
    
}
.sbtime span{
    padding-left: 11px;
    color: #222222;
    line-height: 33px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Microsoft YaHei";
}
.rz .biaoti .leix{
    display: inline-block;
    font-size: 14px;
    color: rgba(81,81,81,1);
    font-size: 14px;
    font-weight: 400;
    font-family: "Microsoft YaHei";
    margin-left: 36px;
}
.rz .biaoti{
    width: 1140px;
    height: 57px;
    line-height: 57px;
    color: rgba(51,51,51,1);
    line-height: 57px;
    /* position: relative; */
    margin: 0 auto;
}
.rz .biaoti .sz{
    width: 94px;
    height: 38px;
    border-radius: 6px;
    opacity: 1;
    background:#0D8EFF;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    font-family: "PingFang SC";
    line-height: 38px;
    display: inline-block;
    border: 1px solid #0D8EFF;
    cursor: pointer;
}
.rz .biaoti .time{
    color:#919191;
    font-size: 14px;
    font-weight: 400;
    font-family: "PingFang SC";
    margin-left: 257px;
    margin-top: -55px;
}
.cont .iinput{
    width: 259px;
    height: 38px;
	border: 1px solid rgba(238,238,238,1);
	padding-left: 10px;
}
.cont .xing{
    color: red;
}
.cont .mc{
    opacity: 1;
    color: rgba(81,81,81,1);
    font-size: 14px;
    font-weight: 400;
    font-family: "Microsoft YaHei";
}
.cont .rz .nr{
    height: 57px;
    line-height: 57px;
}
.cont .rz .dower{
    height: 114px;
}
.cont .mc_a{
    margin-left: 67px;
}
.cont .mc_b{
    margin-left: 55px;
}
.cont .mc_c{
    margin-left: 70px;
}
.cont .mc_d{
    margin-left: 14px;
}
.cont .mc_e{
    margin-left: 39px;
}
.cont .mc_f{
    margin-left: 67px;
}
.cont .adress{
    margin-left: 139px;
}
.cont .mc_g{
    margin-left: 64px;
}
.cont .mc_g{
    margin-left: 64px;
    color: rgba(81,81,81,1);
    font-size: 14px;
    font-weight: 400;
    font-family: "Microsoft YaHei";
}
.cont .mc_z{
    margin-left: 36px;
    color: rgba(81,81,81,1);
    font-size: 14px;
    font-weight: 400;
    font-family: "Microsoft YaHei";
}
.cont .kg_a{
    margin-left: 0px;
    margin-top: 20px;
}
.cont .kg_b{
    margin-left: 139px;
    margin-top: 15px;
}
.cont .kg_c{
    margin-left: 20px;
}
.cont .kg{
    color: rgba(81,81,81,1);
    font-size: 14px;
    font-weight: 400;
    font-family: "Microsoft YaHei";
}
.cont .mc_i{
    margin-left: 3px;
}
.cont .mc_j{
    margin-left: 12px;
}
.cont .mc_y{
    margin-left: 150px;
}
.cont .mc_h{
    color: rgba(81,81,81,1);
    font-size: 14px;
    font-weight: 400;
    font-family: "Microsoft YaHei";
}
.rz .flexed{
    display: flex;
}
.rz .rending{
    display: block;
    margin-top: 14px;
}
.rz .rendinf{
    display: block;
    margin-top: 34px;
    margin-left: -90px;
}
.rz .qiye{
    margin-top: 20px;
    display: flex;
}
.qiye .rending{
    margin-left: 40px;
    margin-top: -1px;
}
.qiye .rendinf{
    margin-left: 35px;
    margin-top: 5px;
}
.rz .rendinq{
    display: block;
    margin-top: 14px;
    margin-left: -90px;
}
.qiye .rendinq{
    margin-left: 14px;
    margin-top: -1px;
}
.qiye .rendinq{
    margin-left: 15px;
    margin-right: 5px;
    margin-top: 5px;
}
.tj{
    width: 295px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 6px;
    opacity: 0.800000011920929;
    background: rgba(3,140,212,1);
    margin-left: 220px;
    margin-bottom:100px;
    color: #ffffff;
    cursor: pointer;
}
/*bootstrasp弹窗*/
.modal-title {
	padding-left: 12px;
	border-left: 3px solid rgba(3,140,212,1);
}
.steps {
	position: relative;
	padding:0 20px;
}
.steps_icon {
	position: absolute;
	left: 20px;
	top: 0px;
	text-align: center;
	width: 40px;
	height: calc(100%);
	z-index: 1;
}
.steps_icon::after {
    content: '';
	position: absolute;
	left: 50%;
	top: 0px;
	width: 2px;
	height: 100%;
	z-index: -1;
	margin-left: -1px;
	background-color: rgba(3,140,212,1);
}

.steps_icon .iconfont {
	font-size: 24px;
	color: #fff;
	display: block;
	text-align: center;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 100%;
	background-color: rgba(3,140,212,1);
}
.steps.no .steps_icon::after {
	background-color: #dadada;
}
.steps.no .iconfont {
	background-color: #dadada;
}
.steps.no .steps_cont h3 {
	color: #333;
}
.steps_cont {
	padding-left: 70px;
	padding-bottom: 40px;
}
.steps_cont h3 {
	line-height: 40px;
	font-size: 16px;
	color: rgba(3,140,212,1);
}
.steps_list {
	margin-top: 10px;
}
.steps_list .steps_list_cont {
	color: #666;
}
.steps_list .steps_list_cont span {
	color: #000;
}