@charset "utf-8";
.peson_main
{
	/*width:62.5%;*/
	width:1200px;
	min-height:1066px;
	background-color: #ffffff;
	margin:0 auto;
	border-top:1px solid #d2d2d2;
}
/*中心主体*/
.peson_all_contetn
{
	width:90%;
	margin:0 auto;
	padding-top: 40px;
}
/*左侧列表*/
.person_left_list
{
	width: 95px;
	height:265px;
	float: left;

}
/*左侧列表菜单*/
.person_left_list li
{
	height: 17px;
	margin-bottom:40px;
	font-family: STHeitiSC-Light;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #23a9ff;
}
.person_left_list ul li a:hover
{
	color: #23a9ff;
	border-left: 2px solid #23a9ff;
	padding-left: 15px;
}
.person_left_list ul li a
{
	text-decoration: none;
}
.person_left_list .personal_list_sel a
{
	color: #23a9ff;
	border-left: 2px solid #23a9ff;
	padding-left: 15px;
}
.person_left_list li a
{
	font-family: STHeitiSC-Light;
	font-size: 100%;
	font-weight: normal;
	font-stretch: normal;
	color: #212121;
}
/*中间空白*/
.person_content_clear
{
	width:9%;
	height:265px;
	float:left;
}
/*右侧内容*/
.person_right_content
{
	width: 75%;
	/*height:265px;*/
	float:left;
	margin-bottom:50px;
}
/*导航栏*/
.personal_nav
{
	width: 494px;
	height: 17px;
	font-family: STHeitiSC-Light;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	margin-bottom: 80px;
}
.personal_nav_one
{
	color:#23a9ff;
	float:left;
}
.personal_nav_two
{
	color:#000000;
	float:left;
}
.personal_sel
{
	margin-top: -20px;
	margin-bottom: 20px;
	font-size:17px;
}
.personal_select
{
	height:32px;
	width:148px;
}

/*右侧表单*/
.personal_menu
{
	width:100%;
	height:180px;
}
/*右侧表单列表项*/
.personal_menu_list
{
	width:100%;
	height: 22px;
	margin-bottom: 40px;
}
.personal_menu_list_key
{
	width:21%;
	height:100%;
	margin-bottom: 36px;
	float:left;
	font-family: STHeitiSC-Light;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #bfbfbf;
}
.personal_menu_list_key img
{
	margin-right: 13px;
}
.personal_menu_list_value
{
	width:45%;
	height:100%;
	float:left;
	font-family: STHeitiSC-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #212121;
}
.personal_menu_list_value_btn
{
	width: 15%;
	height: 40px;
	float:left;
	margin-left: 15%;
	background-color: #23a9ff;
	border-radius: 4px;
	line-height: 40px;
	text-align: center;

	font-family: STHeitiSC-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
}
/*弹窗内容*/
.person_pop
{
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	margin: -210px 0 0 -170px;
	width: 435px;
	height: 427px;
	background-color: #ffffff;
	border-radius: 12px;
	top: 50% !important;
	left: 50% !important;
	z-index: 1900;
	opacity: 1;
	pointer-events: auto;
	color: #e75854;
	overflow: hidden;
	position: fixed;
	box-sizing: border-box;
	text-align: center;
	font-size: 100%;
	line-height: 1.25;
	font-weight: 300;
	font-family: 'Lato', Arial, sans-serif;
	display:none;
}
.person_main_all_modps
{
	display:none;
}
.person_main_all_modps,.person_main_all_email
{
	margin:50px;
	height:70%;
	display:none;
}
/*弹窗标题*/
.person_title
{
	width: 140px;
	height: 19px;
	font-family: STHeitiSC-Light;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #23a9ff;
}
.person_title_modps
{
	float:left;
	margin-right: 30px;
	cursor:pointer;
	border-bottom: 2px solid #23a9ff;
}
/*修改密码input*/
.person_input
{
	width: 330px;
	height: 44px;
	border-radius: 4px;
	border: solid 1px #e5e5e5;
	margin:20px 0 0 0;
	font-family: STHeitiSC-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #bfbfbf;
}
/*验证码输入框*/
.person_input_yzm
{
	width: 202px;
	height: 44px;
	border-radius: 4px;
	border: solid 1px #e5e5e5;
	font-family: STHeitiSC-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #bfbfbf;
	margin:20px 0 0 0;
	float: left;
}
/*发送验证码按钮*/
.send_yzm
{
	width: 116px;
	height: 42px;
	background-color: #23a9ff;
	border-radius: 4px;
	font-family: STHeitiSC-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	float:left;
	margin:20px 0 0 11px;	
	line-height: 42px;
	border:0px;
}
/*错误提示框*/
.person_ts
{
	width: 260px;
	height: 14px;
	font-family: STHeitiSC-Light;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #f74545;
}

/*修改按钮*/
.person_button_login
{
	line-height: 44px;
	width: 331px;
	height: 44px;
	background-color: #23a9ff;
	border-radius: 4px;
	font-family: STHeitiSC-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	margin-top: 10px;
	float:left;
	cursor:pointer;	
}
.personal_menu_list_value_btn 
{
	cursor:pointer;
}
/*弹窗提示*/
.pop_ts
{
	width: 322px;
	height: 14px;
	font-family: STHeitiSC-Light;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #f74545;
}
/*错误样式*/
.error_input
{
	border:1px solid red;
}

.person_main_email
{
	height:300px;
}

.table-striped > thead > tr>th
{
	border: solid 1px #bfbfbf;
	background-color: #2f89cd;
}
.table-striped > thead > tr>th >div
{
	color:white;
	vertical-align: middle;
	text-align: center;
}
.table-striped > tbody > tr>td
{
	vertical-align: middle;
	text-align: center;
}

.apply_btn_repair
{
	width: 102px;
	height: 40px;
	background-color: #23a9ff;
	border-radius: 4px;
	margin: -35px 0 20px 0;
	text-align: center;
	line-height: 38px;
	font-family: STHeitiSC-Light;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
}
.fixed-table-pagination
{
	/*float: right;*/
}
.dropdown-menu
{
        min-width:100%;
}


