/* LESS Document */
/*--------------通用函数----------------------*/
/*弹性布局*/
/*清除浮动*/
/*--------font------------*/
/*--------color------------*/
/*主色*/
/*辅助色*/
/*主的文字颜色灰（40）*/
/*辅助的文字颜色灰(20)*/
/*辅助的文字颜色灰(60)*/
/*辅助的文字颜色灰(80)(输入框提示文字)*/
/*辅助的文字颜色灰(右侧运行监控表格文字)*/
/*主的边框颜色*/
/*辅助边框颜色1（搜索下边框）*/
/*辅助边框颜色2(搜索条件的下边框)*/
/*辅助边框颜色3（表格）*/
/*辅助边框颜色4（右侧运行监控表格）*/
/*主背景颜色*/
/*-------------默认效果-----------------*/
body {
  font-size: 12px;
  font-family: "瀹嬩綋", Verdana, Geneva, sans-serif;
  color: #676767;
}
a {
  color: #417df2;
  text-decoration: none;
}
a:hover {
  color: #417df2;
}
input[type='radio'] {
  position: relative;
  top: 2px;
  margin-right: 3px;
}
/*上传图片*/
.fw_it_upload {
  float: left;
  text-align: center;
  margin-bottom: 20px;
}
 .fw_it_upload ul:after,
 .fw_it_upload ul:before {
  display: table;
  content: '';
}
 .fw_it_upload ul:after {
  clear: both;
}
.fw_it_upload li {
  float: left;
  margin-right: 10px;
  width: 202px;
  height: 151px;
  position: relative;
}
 .fw_it_upload input[type='file'] {
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}

.fw_it_upload .up_pic img {
  width: 100%;
  height: 100%;
}

/*基本信息*/
.zdui_fw_baseInfor table {
  width: 100%;
  border: 1px solid #dedede;
}
.zdui_fw_baseInfor td {
  padding: 10px;
  border: 1px solid #dedede;
}
.zdui_fw_baseInfor td.name {
  text-align: right;
  color: #808080;
  width: 95px;
}
.zdui_fw_baseInfor td.con {
  color: #333;
}
.zdui_fw_baseInfor td.con img{
	width:202px;
	height:134px;
}
.zdui_fw_baseInfor td textarea {
  width: 100%;
  height: 60px;
  border: 1px solid #dedede;
}

.zdui_fw_baseInfor td input[type='text'],
.zdui_fw_baseInfor td input[type='password'] {
box-sizing:border-box;
  width: 150px;
  height: 30px;
  float:left;
  line-height: 30px;
  border: 1px solid #dedede;
  padding-left: 5px;  
}
.zdui_fw_baseInfor td input.adress_input{
	width:462px;
	height:30px;
}
.zdui_fw_baseInfor td.con .select_box{
  box-sizing:border-box;
  width:150px;
  height: 30px;
  margin-right: 5px;
}
.zdui_fw_baseInfor td.con .pre{
 box-sizing:border-box;
  width:150px;
  height: 30px;
  margin-right: 5px;
  float:left;
}
.zdui_fw_baseInfor td.con .city{
 box-sizing:border-box;
  width:150px;
  height: 30px;
  margin-right: 5px;
  float:left;
}
.zdui_fw_baseInfor td.con .area{
 box-sizing:border-box;
  width:150px;
  height: 30px;
  margin-right: 5px;
  float:left;
}
.zdui_fw_baseInfor td.con  select{
	box-sizing:border-box;
	width:150px;
	height:30px;
	border: 1px solid #dedede;
	float: left;
}
.zdui_fw_baseInfor .btn_wrap {
  text-align: center;
  padding: 20px 0px;
}



/*驳回*/
.zdui_reject .textarea {
  margin-top: 5px;
}
.zdui_reject .textarea textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #dedede;
}
/*密码初始化*/
.fw_password_initialize {
  width: 600px;
  margin-left: 30px;
  margin-top: 20px;
}
.fw_password_initialize .fw_pas_title {
  font-size: 16px;
  padding: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dedede;
  font-family: "Microsoft YaHei";
  position: relative;
}
.fw_password_initialize .fw_item {
  margin-bottom: 15px;
  height: 30px;
  line-height: 30px;
}
.fw_password_initialize .fw_item:after,
.fw_password_initialize .fw_item:before {
  display: table;
  content: '';
}
.fw_password_initialize .fw_item:after {
  clear: both;
}
.fw_password_initialize .fw_item .fw_item_title {
  box-sizing: border-box;
  font-size: 12px;
  width: 100px;
  height: inherit;
  float: left;
  text-align: right;
}
.fw_password_initialize .fw_item .fw_item_title em {
  color: #f04a46;
  padding-right: 5px;
}
.fw_password_initialize .fw_item .fw_item_inputbox {
  float: left;
  box-sizing: border-box;
  width: 480px;
  height: 30px;
}
.fw_password_initialize .fw_item .fw_item_inputbox input[type='text'],
.fw_password_initialize .fw_item .fw_item_inputbox input[type='password'] {
  box-sizing: border-box;
  width: 100%;
  height: inherit;
  line-height: inherit;
  background: #fff;
  border: 1px solid #dedede;
  padding: 0px 5px;
}
.fw_password_initialize .fw_item .fw_item_textbox {
  float: left;
  box-sizing: border-box;
  width: 480px;
  height: 30px;
  padding-left: 5px;
}
.fw_password_initialize .fw_item .fw_pas_type label {
  padding-right: 20px;
}
.fw_password_initialize .fw_make_type {
  margin-left: 90px;
  background: #f8f9fb;
  border: 1px solid #ebeff3;
  padding: 10px;
}
.fw_password_initialize .fw_make_type h3 {
  margin-bottom: 10px;
}
.fw_password_initialize .fw_make_type li {
  margin-bottom: 5px;
}
.fw_password_initialize .btn_wrap {
  padding: 20px 0px 20px 90px;
}
/*开户*/
.fw_openAcc {
  padding: 0px 60px;
  margin-top: 20px;
}
.fw_openAcc .btn_wrap {
  padding-left: 130px;
  padding-bottom: 30px;
}
.fw_account_list h3 {
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  background: #f8f9fb;
  margin-bottom: 10px;
  font-size: 12px;
}
.fw_account_list .fw_item {
  margin-bottom: 20px;
}
.fw_account_list .fw_item:after,
.fw_account_list .fw_item:before {
  display: table;
  content: '';
}
.fw_account_list .fw_item:after {
  clear: both;
}
.fw_account_list .fw_item .fw_it_title {
  width: 140px;
  height: 30px;
  float: left;
  line-height: 30px;
  text-align: right;
  margin-right:10px;
}
.fw_account_list .fw_item .fw_it_title em {
  color: #f04a46;
  padding-right: 5px;
}
.fw_account_list .fw_item .fw_it_inputbox {
  width: 404px;
  height: 30px;
  float: left;
}
.fw_account_list .fw_item .fw_it_inputbox input {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 1px solid #ebeff3;
  padding-left: 5px;
}
.fw_account_list .fw_item .fw_it_inputbox select {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 1px solid #ebeff3;
  padding-left: 5px;
}
.fw_account_list .fw_item .fw_it_selectbox {
  width: 411px;
  height: 30px;
  float: left;
  margin-left: 10px;
}
.city_select_box{
	float:left;
	height:30px;
}
.city_select_box .pre{
width:132px;
height:inherit;
	margin-right:5px;
	float:left;	
}
.city{
	width:132px;
	height:inherit;
	margin-right:5px;
	float:left;
}
.area{
	width:130px;
	height:inherit;
	float:left;
}
.fw_account_list .fw_item .city_select_box select {
  height: 100%;
  height:inherit;
  border: 1px solid #ebeff3;
  padding-left: 5px;
  box-sizing:border-box;
}
.fw_account_list .fw_code {
  margin-bottom: 20px;
}
.fw_account_list .fw_code:after,
.fw_account_list .fw_code:before {
  display: table;
  content: '';
}
.fw_account_list .fw_code:after {
  clear: both;
}
.fw_account_list .fw_code .fw_it_title {
  width: 140px;
  height: 30px;
  float: left;
  line-height: 30px;
  text-align: right;
  margin-right:10px;
}
.fw_account_list .fw_code .fw_it_title em {
  color: #f04a46;
  padding-right: 5px;
}
.fw_account_list .fw_code .fw_it_inputbox {
  width: 300px;
  height: 30px;
  float: left;
  margin-right: 4px;
}
.fw_account_list .fw_code .fw_it_inputbox input {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 1px solid #ebeff3;
  padding-left: 5px;
}
.fw_account_list .fw_code .fw_it_btn {
  float: left;
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
  width: 100px;
  border: 1px solid #ebeff3;
  text-align: center;
  cursor:pointer;
}
.fw_account_list .fw_code .id_code_invalbtn {
  box-sizing: border-box;
  width: 100px;
  height: 30px;
  float: left;
  text-align: center;
  line-height: 30px;
  border: 1px solid #d9d9d9;
  color: #808080;
}
.fw_account_list .fw_code .fw_it_btn:hover {
  border: 1px solid #417df2;
  color: #417df2;
}
.fw_account_list .fw_code .fw_it_btn:active {
  background: #e8ebf2;
}

/*总览*/
.fw_summary {
  margin: 30px;
}
.fw_summary:after,
.fw_summary:before {
  display: table;
  content: '';
}
.fw_summary:after {
  clear: both;
}
.fw_summary .fw_item {
  width: 380px;
  height: 260px;
  float: left;
  margin-right: 15px;
  background: #f8f9fb;
  border: 1px solid #ebeff3;
}
.fw_summary .fw_item .fw_title {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-family: "Microsoft YaHei", Verdana, Geneva, sans-serif;
  padding-left: 20px;
  border-bottom: 1px solid #ebeff3;
}
.fw_summary .fw_item .fw_con {
  display: block;
  width: 180px;
  height: 180px;
  margin: 20px auto;
  border-radius: 100%;
  text-align: center;
  position: relative;
}
.fw_summary .fw_item .fw_con span {
  position: absolute;
  top: 40px;
  left: 68px;
  z-index: 20;
  font-size: 14px;
  font-family: "Microsoft YaHei", Verdana, Geneva, sans-serif;
  color: #999999;
}
.fw_summary .fw_item .fw_con .fw_num {
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  top: 55px;
  left: 0px;
  z-index: 20;
  font-size: 62px;
  font-family: "Microsoft YaHei", Verdana, Geneva, sans-serif;
  text-align: center;
  color: #f04a46;
}
.fw_summary .fw_item .fw_con .fw_con_bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 180px;
  height: 180px;
  background: url(../images/fw_pic4.png) no-repeat;
  transition: all 0.3s;
}
.fw_summary .fw_item .fw_con .fw_con_bg.roate {
  transform: rotate(90deg);
}

.id_file {
  width: 202px;
  height: 125px;
  margin-bottom: 6px;
  box-sizing: border-box;
  position: relative;
}
.id_file input[type="file"] {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
}
.fw_it_upload img {
  width: 200px;
  height: 130px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9;
}

/*对话框中的图片上传*/
.dilaog_upload_pic{

}

.dilaog_upload_pic{
  float: left;
  text-align: center;
  margin-left: 10px;
  margin-bottom: 20px;
}
.dilaog_upload_pic ul:after,
.dilaog_upload_pic ul:before {
  display: table;
  content: '';
}
.dilaog_upload_pic ul:after {
  clear: both;
}
.dilaog_upload_pic li {
  float: left;
  margin-right: 10px;
  width: 100px;
  height: 151px;
  position: relative;
}
.dilaog_upload_pic .up_pic_none {
  width: inherit;
  height: inherit;
  background: url(../images/fw_pic3.png) no-repeat;
  position: relative;
  margin-bottom: 5px;
}
.dilaog_upload_pic .up_pic_none input[type='file'] {
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}
.dilaog_upload_pic .up_pic {
  width: 100px;
  height: 151px;
  box-sizing: border-box;
  padding: 4px;
  border: 1px solid #ebeff3;
  background: #fff;
  margin-bottom: 5px;
}
.dilaog_upload_pic .up_pic img {
  width: 100%;
  height: 100%;
}