.register_btn {
	height: 60px;
	margin-top: 30px;
	background: #fff;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
	color: #208EFF;
	letter-spacing: 0;
}

.login_windows {
	background: #fff;
	height: 505px;
}

.database {
	font-size: 18px;
	color: #545766;
	letter-spacing: 0;
	text-align: center;
}


/*隐藏掉我们模型的checkbox*/

.my_protocol .input_agreement_protocol {
	appearance: none;
	-webkit-appearance: none;
	outline: none;
	display: none;
}


/*未选中时*/

.my_protocol .input_agreement_protocol {
	width: 16px;
	height: 16px;
	background-color: red;
	display: inline-block;
	background: url(../images/icon_checkbox.png) no-repeat;
	background-position-x: 0px;
	background-position-y: -25px;
	position: relative;
	top: 3px;
}


/*选中checkbox时,修改背景图片的位置*/

.my_protocol .input_agreement_protocol:checked {
	background-position: 0 0px
}

.my_protocol span {
	font-size: 14px;
	color: #8590A6;
	letter-spacing: 0;
}

.inquiry_login {
	position: absolute;
	bottom: 0;
	height: 60px;
	line-height: 60px;
	background: #f6f6f6;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
	margin-left: -40px;
	font-size: 14px;
	color: #000000;
	letter-spacing: 0;
	text-align: center;
}

.inquiry_login p {
	margin: 0 auto;
}


/*单选框样式*/

.demo--label {
	margin: 0px 20px 0 0;
	display: inline-block
}

.demo--radio {
	display: none
}

.demo--radioInput {
	background-color: #fff;
	border: 2px solid rgba(0, 0, 0, 0.15);
	border-radius: 100%;
	display: inline-block;
	height: 20px;
	margin-right: 10px;
	margin-top: -1px;
	vertical-align: middle;
	width: 20px;
	line-height: 1
}

.demo--radio:checked+.demo--radioInput:after {
	background-color: #00A1E9;
	border-radius: 100%;
	content: "";
	display: inline-block;
	height: 12px;
    margin-left: 2px;
    margin-top: 2px;
    width: 12px;
}

.demo--checkbox.demo--radioInput,
.demo--radio:checked+.demo--checkbox.demo--radioInput:after {
	border-radius: 0
}

.demo--radio:checked+.demo--radioInput {
	border: 2px solid #00A1E9;
}


/*-----------------------*/

@media only screen and (max-width: 768px) {
	.login_title h1 {
		font-size: 20px;
		text-align: center;
	}
	.login_title p {
		display: none;
	}
	.login_complimentary_title,
	.login_payitme_title,
	.register_btn {
		display: none;
	}
	.login_module {
		padding: 0px 10px !important;
	}
	.accountManage .nav-tabs li{
		margin-left: 25px !important;
	}
}

.personalSetting_active {
	background:rgba(98,175,255,100);
	color: #fff !important;
}
.personalSetting ul li a{
	color: #595959;
	height: 50px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
	width: 800px;
	line-height: 20px;
}
.personalManagement {
	background: #FFFFFF;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
	border-radius: 4px;
	text-align: center;
}

.account_portrait {
	width: 120px;
	height: 120px;
	border-radius: 100px!important;
}

.personalManagement ul li {
	font-size: 14px;
	color: #8590A6;
	height: 50px;
	line-height: 50px;
	border-top: 1px solid #F5F6F7;
}

.accountManage {
	background: #FFFFFF;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
	border-radius: 4px;
}

.account_manage_title {
	padding-left: 30px;
	font-size: 18px;
	color: #000000;
	letter-spacing: 0;
	height: 64px;
	line-height: 64px;
	border-bottom: 1px solid #F5F6F7;
}

.accountManage .nav-tabs {
	/*height: 45px;*/
	line-height: 45px;
}

.accountManage .nav-tabs li {
	margin-left: 30px;
}
.accountManage .nav-tabs li a{
	font-size: 15px;
	color: #8590A6;
}

.tab-content .form-group{
	margin-top: 20px;
}
.tab-content .form-group input{
	padding: 3px 12px;
}
.tab-content label{
	text-align: left;
	font-size: 14px;
	padding-left: 30px;
	margin-right: 10px;
}

.account_manage_title_active{
	color: #208EFF !important;
}
#accountSettings .select2-container {
	width: 80px !important;
}

#accountSettings .select2-container--default .select2-selection--single {
	border: 1px solid #ced4da !important;
}
/*收藏管理*/
#informationCollection table thead{
	text-align: center;
	font-size: 14px;
	color: #4A4A4A;
}
#informationCollection table tbody tr{
	text-align: center;
	line-height: 50px;
	font-size: 14px;
	color: #8590A6;
}
#reporterCollection table thead{
	text-align: center;
	font-size: 14px;
	color: #4A4A4A;
}
#reporterCollection table tbody tr{
	text-align: center;
	height: 40px;
	line-height: 50px;
	font-size: 14px;
	color: #8590A6;
}
#specialistCollection table thead{
	text-align: center;
	font-size: 14px;
	color: #4A4A4A;
}
#specialistCollection table tbody tr{
	text-align: center;
	height: 40px;
	line-height: 50px;
	font-size: 14px;
	color: #8590A6;
}
#caseCollection table thead,#lawCollection table thead,#foreignCollection table thead,#videoCollection table thead,#projectCollection table thead,#organizationCollection table thead{
	text-align: center;
	font-size: 14px;
	color: #4A4A4A;
}
#caseCollection table tbody tr,#lawCollection table tbody tr,#foreignCollection table tbody tr,#videoCollection table tbody tr,#projectCollection table tbody tr,#organizationCollection table tbody tr{
	text-align: center;
	height: 40px;
	line-height: 50px;
	font-size: 14px;
	color: #8590A6;
}
/*报告*/
#recycleBin table thead,#myreport table thead{
	text-align: center;
	font-size: 14px;
	color: #4A4A4A;
}
#recycleBin table tbody tr,#myreport table tbody tr{
	text-align: center;
	line-height: 50px;
	font-size: 14px;
	color: #8590A6;
}
.accountManage .nav-tabs{
	border-bottom: 1px solid #f4f5f6;
}
.tab-pane table tr:nth-child(2n){
	background-color: #F9F9FA;
}
@media only screen and (max-width: 768px) {
	.tab-content{
		padding: 0 !important;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.account_portrait{
		width: 70px;
		height: 70px;
	}

}
/*需求反馈*/
.demand_list .demand_card:nth-child(1){
	margin-top: 0 !important;
}
/*我的关注*/
.followedBtn{
	width:72px;
	height:32px;
	background:rgba(242,243,244,1);
	border-radius:22px;
}
/*我的评论*/
.comment_abstract{
	font-size:15px;
	font-weight:400;
	color:rgba(19,29,45,1);
	line-height:25px;
}

/* 个人中心 */
.ano-content-art{
	display: flex;
	align-items: center;
    padding-left: 15px;
}

.ano-content-art img{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	/*border: 1px solid #e4e2e2;*/
}
.form-group{
	align-items: center;
}
p{
	/* margin: 0 !important; */
}
.nano-content-art-img{
	width: 80px;
	height: 28px;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	background: #208EFF;
	color: white;
	margin-left: 20px;
	border-radius: 4px;
	margin-left: 12px;
}
.nano-lable{
	width: 98px;
}
label,input{
	font-size: 14px;
}
.card-main{
	padding: 0 !important;
}
.btn-darks:hover{
    color: #fff;
    background-color: #208EFF;
    border-color: #208EFF;
}
.myfont{
    font-size:14px;
    font-family:PingFangSC-Regular;
    font-weight:400;
    color:rgba(38,38,38,1);
    line-height:20px;
}
.btn-darks{
    background:rgba(0,0,0,1);
    border-color:rgba(0,0,0,1);
    margin-top: 20px;
    color: #fff;
    border: none;
}
@media (min-width: 500px)  {
    .accountManage .col-250 {
        width: 280px;
        flex: none;
    }

}
.bg-model{
    position:absolute;top:0%;left:0%;background:rgba(0,0,0,0.3);width:100%;height:100%;position:fixed;z-index:999
}
.maskContent{
    position: absolute;left: 0;height:530px;z-index:2000; min-height:200px; top: 0;bottom:0; right:0;margin:auto;border-radius: 8px;max-width: 470px;background-color: #fff;text-align: center;
}
.contentInner{
    width: 275px;
    margin: 0 auto;
}
.maskContent p{
    font-size:14px;
    font-family:PingFangSC-Regular;
    font-weight:400;
    margin-bottom: 0;
    color:rgba(51,51,51,1);
    margin:0 auto;
    text-align: left;
    line-height:19px;
}
.maskMid img{
    margin-top:18px;
}
.maskHeeard{
    border-bottom: 1px solid #F5F6F7;
    height: 65px;
    text-align: center;
}
.maskHeeard span{
    font-size:18px;
    font-family:PingFangSC-Medium;
    font-weight:500;
    color:rgba(0,0,0,1);
    line-height:65px;
}
#maskTT{
    height:21px;
    font-size:22px;
    font-family:PingFangSC-Semibold;
    font-weight:600;
    text-align: center;
    color:rgba(51,51,51,1);
    line-height:21px;
    margin: 38px auto 17px!important;
}
.maskHeeard span{
    height:25px;
    font-size:18px;
    font-family:PingFangSC-Medium;
    font-weight:500;
    color:rgba(0,0,0,1);
    line-height:65px;
}
.maskHeeard img{
    width: 16px;
    height: 16px;
    position: absolute;
    right: 24px;
    top: 24px;
}
.maskHeeard img:hover{
    cursor:pointer
}
.maskFoot p{
    margin-bottom: 26px!important;
    font-size:14px;
    font-family:PingFangSC-Regular;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:19px;
}
