@charset "UTF-8";
body {
  background: #ffffff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 0;
  color: #000;
}

a img {
  border: none;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

div {
  /* zoom:1; */
}

/*布局*/

#box {
  position: relative;
  width: 1070px;
  margin: 0 auto;
}

#middle_panle {
  position: relative;
  border: 1px dashed #ccc;
}

#main {
  position: relative;
  padding: 10px;
}

#main .main_box {
  border: 1px solid #b2b2b2;
}

#main_title {
  border-bottom: 1px solid #b2b2b2;
}

#main_title .title_box {
  height: 40px;
  background: #f1f1f1;
}

#main_title .content_title_con {
  float: left;
  color: #00436a;
  font-family: "微软雅黑", "黑体";
  font-weight: normal;
  line-height: 40px;
  font-size: 18px;
  padding-left: 45px;
  background: url("../images/main_title_icon.gif") no-repeat 20px 9px;
}

#main_content {
}

#main_content .content_box {
}

#signUp {
  padding: 10px;
}

#signUp .signUp_notice {
  padding: 5px 20px;
}

#signUp .signUp_progress {
}

#signUp .signUp_progress .progress_box {
  width: 900px;
  height: 100px;
  margin: 0 auto;
}

#signUp .signUp_progress .progress_box img {
  width: 900px;
  height: 100px;
}

#signUp .signUp_notice .notice_title {
  padding: 8px 0;
  border-bottom: 1px solid #00436a;
  font-size: 14px;
}

#signUp .signUp_notice .notice_textarea_title {
  padding-bottom: 5px;
}

#signUp .signUp_notice .notice_textarea_title .title_box {
  padding: 3px 0 2px 5px;
  color: #00436a;
  text-align: center;
  font-size: 20px;
  font-weight: bolder;
  letter-spacing: 10px;
}

#signUp .signUp_notice .signUp_notice_check {
  font-size: 14px;
  color: #00436a;
  padding: 5px;
  text-align: center;
}

#signUp .signUp_content {
  padding: 15px 15px 5px;
}

#signUp .signUp_content table {
  border: 0;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

#signUp .signUp_content td {
  border-bottom: 1px dashed #dddddd;
  color: #333333;
  font-size: 14px;
  height: 45px;
  padding: 10px;
  vertical-align: middle;
}

#signUp .signUp_content .label {
  font-size: 14px;
  padding-right: 10px;
  text-align: right;
  vertical-align: middle;
}

#signUp .signUp_content .star {
  font-size: 16px;
  color: red;
  padding-right: 4px;
}

#signUp .signUp_content .inputbox {
  /* background: url("../images/signUp_input_bg.png") repeat-x scroll center top
    transparent; */
  border: 1px solid #999999;
  border-radius: 5px;
  color: #333333;
  font-size: 16px;
  padding: 9px;
  width: 250px;
}

#signUp .signUp_content .inputbox_short {
  /* background: url("../images/signUp_input_bg.png") repeat-x scroll center top
    transparent; */
  border: 1px solid #999999;
  border-radius: 5px;
  color: #333333;
  font-size: 16px;
  padding: 9px;
  width: 100px;
}

#signUp .signUp_content .login_yanzheng {
  float: left;
  padding-left: 10px;
}

#signUp .signUp_content .login_yanzheng span {
  float: left;
  height: 45px;
  position: relative;
  width: 120px;
  border: 1px solid #ccc;
  background: url("../images/yanzhengma.png") no-repeat;
}

#signUp .signUp_content select {
  border: 1px solid #999999;
  border-radius: 5px;
  font-size: 14px;
  padding: 10px;
}

#signUp .signUp_content p {
  padding: 3px 0;
  margin: 0;
}

#signUp .signUp_content .signUp_worming {
  background: url("../images/onShow.gif") no-repeat scroll 8px 8px transparent;
  font-size: 12px;
  line-height: 16px;
  padding: 10px 10px 10px 35px;
  vertical-align: middle;
  color: red;
}

#signUp .signUp_content .signUp_worming p {
  margin: 0;
  padding: 2px 0;
}

#signUp .notice_textarea {
  border: 1px solid #999999;
  border-radius: 5px;
  padding: 5px;
}

#signUp .notice_textarea .textarea_box {
  height: 500px;
  overflow-y: scroll;
}

#signUp .notice_textarea .textarea_box .textarea_content {
  padding: 10px;
}

#signUp .notice_textarea .textarea_box .textarea_content p {
  font-size: 14px;
  text-indent: 2em;
  margin: 0;
  padding: 0px;
  line-height: 2em;
  text-align: left;
}

#signUp .notice_textarea .textarea_box .textarea_content .gg_title1 {
  font-size: 18px;
  padding-top: 10px;
  text-align: center;
  font-weight: bold;
  line-height: 1.5em;
}

#signUp .signUp_inputInfo_title {
  padding: 0 0 2px 5px;
  border-bottom: 1px solid #00436a;
  font-size: 14px;
  color: #00436a;
}

#signUp .signUp_inputInfo_view {
}

#signUp .signUp_inputInfo_view {
  padding: 10px;
}

#signUp .signUp_inputInfo_view table {
  width: 100%;
  border: 1px solid #ccc;
  border-spacing: 0;
  border-collapse: collapse;
}

#signUp .signUp_inputInfo_view td {
  border: 1px solid #ccc;
  padding: 6px;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
}

#signUp .signUp_inputInfo_view .label {
  font-size: 14px;
  padding-right: 10px;
  text-align: right;
  vertical-align: middle;
  font-weight: bold;
}

#signUp .signUp_inputInfo {
  padding: 10px 3px 0;
}

#signUp .signUp_inputInfo::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
#signUp .signUp_inputInfo::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #b5b5b5;
}
#signUp .signUp_inputInfo::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}

#signUp .signUp_inputInfo table {
  border: 0;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

#signUp .signUp_inputInfo td {
  border-bottom: 1px dashed #dddddd;
  color: #333333;
  font-size: 14px;
  padding: 6px 3px;
  vertical-align: middle;
}

#signUp .showtable table {
  border: 1px solid #ddd;
}

#signUp .showtable td {
  border: 1px solid #ddd;
}

#signUp .showtable .label {
  font-weight: bold;
}

#signUp .signUp_inputInfo .label {
  font-size: 14px;
  padding-right: 10px;
  text-align: right;
  vertical-align: middle;
  background: #f1f1f1;
}

#signUp .signUp_inputInfo .star {
  font-size: 16px;
  color: red;
  padding-right: 4px;
}

#signUp .signUp_inputInfo .inputbox {
  /*background: url("../images/signUp_input_bg.png") repeat-x scroll center top*/
  /*  transparent;*/
  border: 1px solid #999999;
  border-radius: 5px;
  color: #333333;
  font-size: 14px;
  padding: 5px;
  width: 250px;
  margin-left: 5px;
}

#signUp .signUp_inputInfo .textareabox {
  /*background: url("../images/signUp_input_bg.png") repeat-x scroll center top*/
  /*  transparent;*/
  border: 1px solid #999999;
  border-radius: 5px;
  color: #333333;
  font-size: 14px;
  padding: 4px;
  width: 250px;
}

#signUp .signUp_inputInfo .login_btn {
  background: url("../images/login_btn_bg.png") repeat-x scroll center top
    transparent;
  border: 1px solid #333333;
  color: #ffffff;
  padding: 7px 25px 7px 30px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  cursor: pointer;
  border-radius: 5px;
}

#signUp .signUp_inputInfo select {
  height: 29px;
  border: 1px solid #999999;
  border-radius: 5px;
  font-size: 14px;
  padding: 4px;
  width: 262px;
  background: #fff;
  margin-left: 5px;
}

#signUp .signUp_inputInfo .r_text {
  margin-left: 5px;
  font-weight: 600;
}

#signUp .signUp_inputInfo .inputDisable {
  background: #ccc;
}

#signUp .signUp_inputInfo .signUp_worming {
  background: url("../images/onShow.gif") no-repeat scroll 0px 0px transparent;
  font-size: 12px;
  line-height: 16px;
  padding: 3px 3px 3px 20px;
  vertical-align: middle;
  /* color: #222222; */
  color: red;
}

#signUp .signUp_inputInfo .signUp_worming p {
  margin: 0;
  padding: 2px 0;
}

#signUp .signUp_inputInfo .education_table {
  width: 100%;
  border: 1px solid #ccc;
}

#signUp .signUp_inputInfo .education_table th {
  border: 1px dashed #ccc;
  padding: 7px 2px;
  text-align: center;
}

#signUp .signUp_inputInfo .education_table td {
  border: 1px solid #ccc;
  padding: 4px;
}

#signUp .signUp_inputInfo .education_table select {
  border: 1px solid #999999;
  border-radius: 0;
  font-size: 14px;
  padding: 1px;
}

#signUp .signUp_inputInfo .education_table .input_text {
  border: 1px solid #999999;
  border-radius: 0;
  color: #333333;
  font-size: 14px;
  padding: 1px;
  width: 95%;
}

#signUp .signUp_inputInfo .education_table .inputDisable {
  background: #ccc;
}

#signUp .signUp_inputInfo .education_table .education_worming {
  padding: 5px 10px;
}

#signUp .signUp_inputInfo .education_table .education_worming p {
  font-size: 12px;
  line-height: 20px;
  color: #555;
  margin: 0;
}

#signUp .signUp_inputInfo .signUp_promise {
  line-height: 25px;
}

#signUp .signUp_inputInfo .regCounty {
  padding: 3px 0;
}

#signUp .signUp_inputInfo #regCountyLevel3 select {
  border: 1px solid #00436a;
}

#signUp .signUp_uploadPhoto {
  padding: 5px 15px;
}

#signUp .signUp_uploadPhoto .uploadPhoto_left_box {
  position: relative;
  float: left;
  width: 540px;
}

#signUp .signUp_uploadPhoto .uploadPhoto_right_box {
  position: relative;
  float: right;
  width: 370px;
}

#signUp .signUp_uploadPhoto .uploadPhoto_notice {
  /*background: url("../images/signUp_input_bg.png") repeat-x scroll center top*/
  /*  transparent;*/
  border: 1px solid #999999;
  border-radius: 5px;
  padding: 10px;
  font-size: 12px;
}

#signUp .signUp_uploadPhoto .uploadPhoto_notice .notice_box {
}

#signUp .signUp_uploadPhoto .uploadPhoto_notice .notice_box p {
  font-size: 18px;
  font-weight: bolder;
  padding: 10px;
  line-height: 22px;
  margin: 0;
}

#signUp .signUp_uploadPhoto .uploadPhoto_notice .notice_box .photo_notice {
  border: 1px solid #ddd;
  padding: 10px;
}

#signUp .signUp_uploadPhoto .uploadPhoto_notice .notice_box .photo_notice p {
  padding: 0;
  line-height: 22px;
  font-weight: normal;
  margin: 0;
  text-indent: 2em;
  font-size: 12px;
}

#signUp .signUp_uploadPhoto .uploadPhoto_content {
  position: relative;
  padding: 15px;
}

#signUp .signUp_uploadPhoto .uploadPhoto_content .content_left {
  float: left;
  width: 300px;
}

#signUp .signUp_uploadPhoto .uploadPhoto_content .content_left .content_box {
  padding-left: 15px;
}

#signUp
  .signUp_uploadPhoto
  .uploadPhoto_content
  .content_left
  .content_box
  table {
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
  border-spacing: 0;
}

#signUp .signUp_uploadPhoto .uploadPhoto_content .content_left .content_box th {
  border: 1px solid #ccc;
  padding: 5px;
  text-align: center;
  letter-spacing: 3px;
  font-size: 14px;
}

#signUp .signUp_uploadPhoto .uploadPhoto_content .content_left .content_box td {
  border: 1px solid #ccc;
  padding: 5px;
  text-align: center;
}

#signUp
  .signUp_uploadPhoto
  .uploadPhoto_content
  .content_left
  .content_box
  img {
  border: 1px solid #ccc;
}

#signUp .signUp_uploadPhoto .uploadPhoto_content .content_right {
  float: right;
  width: 560px;
}

#signUp .signUp_uploadPhoto .uploadPhoto_content .content_right .content_box {
  border-left: 1px dashed #00436a;
  padding: 10px;
}

#signUp .signUp_uploadPhoto .uploadPhoto_content .content_right .content_box p {
  margin: 0;
  font-size: 13px;
  line-height: 22px;
}

#signUp
  .signUp_uploadPhoto
  .uploadPhoto_content
  .content_right
  .content_box
  p
  strong {
  font-size: 14px;
  color: #00436a;
  padding: 5px 0 8px;
}

#signUp .signUp_uploadPhoto_info {
  padding: 2px 15px;
}

#signUp .signUp_uploadPhoto_info table {
  border: 0;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

#signUp .signUp_uploadPhoto_info td {
  border-bottom: 1px dashed #dddddd;
  color: #333333;
  font-size: 14px;
  padding: 6px 3px;
  vertical-align: middle;
}

#signUp .signUp_uploadPhoto_info .label {
  font-size: 14px;
  padding-right: 10px;
  text-align: right;
  vertical-align: middle;
}

#signUp .signUp_uploadPhoto_info .star {
  font-size: 16px;
  color: red;
  padding-right: 4px;
}

#signUp .signUp_uploadPhoto_info .inputUpload {
  /*background: url("../images/signUp_input_bg.png") repeat-x scroll center top*/
  /*  transparent;*/
  border: 1px solid #999999;
  border-radius: 5px;
  color: #333333;
  font-size: 14px;
  padding: 4px;
  width: 350px;
}

#signUp .signUp_uploadPhoto_info .login_btn {
  background: url("../images/login_btn_bg.png") repeat-x scroll center top
    transparent;
  border: 1px solid #333333;
  color: #ffffff;
  padding: 7px 25px 7px 30px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  cursor: pointer;
  border-radius: 5px;
}

#signUp .signUp_uploadPhoto_info .signUp_worming {
  background: url("../images/onShow.gif") no-repeat scroll 0px 0px transparent;
  font-size: 12px;
  line-height: 16px;
  padding: 3px 3px 3px 20px;
  vertical-align: middle;
  color: #555;
}

#signUp .signUp_pay {
  padding: 5px 15px;
}

#signUp .pay_notice {
  /*background: url("../images/signUp_input_bg.png") repeat-x scroll center top*/
  /*  transparent;*/
  border: 1px solid #999999;
  border-radius: 5px;
}

#signUp .pay_notice .textarea_box {
  /**
        height: 250px;
        overflow-y: scroll;
    */
}

#signUp .pay_notice .textarea_box .textarea_content {
  padding: 10px;
}

#signUp .pay_notice .textarea_box .textarea_content h2 {
  font-size: 14px;
  font-weight: bolder;
  line-height: 26px;
  margin: 0;
  text-align: center;
}

#signUp .pay_notice .textarea_box .textarea_content p {
  font-size: 13px;
  line-height: 20px;
  margin: 0;
}

#signUp .signUp_check {
  padding: 10px 10px 0;
}

#signUp .signUp_check .signUp_check_title {
  padding: 8px 0;
  border-bottom: 1px solid #00436a;
  font-size: 18px;
  color: #00436a;
}

#signUp .signUp_check .signUp_check_content {
  padding: 10px;
}

#signUp .signUp_check .signUp_check_content table {
  width: 100%;
  border: 1px solid #ccc;
  border-spacing: 0;
  border-collapse: collapse;
}

#signUp .signUp_check .signUp_check_content td {
  border: 1px solid #ccc;
  padding: 6px;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
}

#signUp .signUp_check .signUp_check_content .label {
  font-size: 14px;
  padding-right: 10px;
  text-align: right;
  vertical-align: middle;
  font-weight: bold;
}

#signUp .signUp_check_1200 {
  padding: 10px 10px 0;
}

#signUp .signUp_check_1200 .signUp_check_content {
  padding: 10px;
  border: 1px solid #ccc;
  font-size: 14px;
}

#signUp .signUp_check_1200 .signUp_check_content p {
  margin: 0;
  padding: 8px 0;
  line-height: 24px;
}

#signUp .signUp_check_1200 .content_table {
  padding: 5px 30px;
}

#signUp .signUp_check_1200 .signUp_check_content table {
  width: 100%;
  border: 1px solid #ccc;
  border-spacing: 0;
  border-collapse: collapse;
}

#signUp .signUp_check_1200 .signUp_check_content td {
  border: 1px solid #ccc;
  padding: 6px;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
}

#signUp .signUp_check_1200 .signUp_check_content .label {
  font-size: 14px;
  padding-right: 10px;
  text-align: right;
  vertical-align: middle;
  font-weight: bold;
}

#score_content {
  padding: 15px 10px 5px;
}

#score_content table {
  width: 100%;
  border: 1px solid #ccc;
  border-spacing: 0;
  border-collapse: collapse;
}

#score_content td {
  border: 1px solid #ccc;
  padding: 6px;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
}

#score_content th {
  border: 1px solid #ccc;
  padding: 6px;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
}

.search_dialog {
  width: 450px;
}

.search_dialog .dialog_title {
  padding: 3px 5px 5px;
  border-bottom: 1px solid #ccc;
}

.search_dialog .dialog_title span {
  padding: 3px 5px;
  font-size: 15px;
  font-weight: bold;
}

.search_dialog .dialog_title .dialog_title_input {
  /*background: url("../images/signUp_input_bg.png") repeat-x scroll center top*/
  /*  transparent;*/
  border: 1px solid #999999;
  border-radius: 5px;
  color: #333333;
  font-size: 14px;
  padding: 3px;
  width: 250px;
}

.search_dialog .dialog_content {
  padding: 5px;
  height: 300px;
  overflow: auto;
}

.search_dialog .dialog_content table {
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.search_dialog .dialog_content td {
  font-size: 13px;
  text-align: center;
  padding: 5px 0;
  border: 1px dashed #ccc;
  background: #ffffff;
}

.search_dialog .dialog_content th {
  font-size: 14px;
  text-align: center;
  border: 1px solid #ddd;
  line-height: 30px;
  height: 30px;
  background: #eaeaea;
}

.search_dialog .pay_box {
  padding: 10px;
  border: 1px dashed #ccc;
}

.search_dialog .pay_box p {
  text-align: center;
  margin: 0;
  padding: 5px 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
}

.search_dialog .pay_box .search_submit {
  padding: 10px 0;
  text-align: center;
}

.search_dialog .pay_box .search_submit .search_btn {
  background: url("../images/login_btn_bg.png") repeat-x scroll center top
    transparent;
  border-radius: 5px;
  border: 1px solid #333333;
  color: #ffffff;
  width: 120px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  outline: 0 none;
  padding: 0;
  text-align: center;
  vertical-align: baseline;
}

#signUp .signUp_check .signUp_pay_error {
  padding: 10px;
}

#signUp .signUp_check .signUp_pay_error p {
  padding: 10px 0;
  margin: 0;
}

#signUp .signUp_check .signUp_pay_error .title {
  font-size: 16px;
  font-weight: bolder;
  border-bottom: 1px dashed #ccc;
}

#signUp .signUp_check .signUp_pay_error .question {
  color: #00436a;
  font-size: 14px;
}

#signUp .signUp_check .signUp_pay_error .answer {
  text-indent: 2em;
  font-size: 14px;
  border-bottom: 1px dashed #ccc;
  line-height: 20px;
}

.clear {
  clear: both;
}

.loading p {
  margin: 0;
  padding: 3px 10px;
  font-size: 12px;
  color: #666;
}

#notice1200_dialog {
  width: 950px;
  height: 560px;
  background: url("../images/1200notice_bg.jpg") no-repeat -25px -10px;
}

#notice1200_dialog .search_submit {
  text-align: center;
}

#notice1200_dialog .search_btn {
  background: url("../images/login_btn_bg.png") repeat-x scroll center top
    transparent;
  border-radius: 5px;
  border: 1px solid #333333;
  color: #ffffff;
  width: 120px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  outline: 0 none;
  padding: 0;
  text-align: center;
  vertical-align: baseline;
  letter-spacing: 2px;
}

#promise1200_dialog {
  padding: 10px;
}

#promise1200_dialog .promise_box {
  height: 370px;
  border-bottom: 1px solid #ccc;
  overflow-y: auto;
}

#promise1200_dialog .promise_box p {
  margin: 0;
  padding: 3px 0;
  line-height: 18px;
  text-indent: 2em;
  font-size: 14px;
}

#promise1200_dialog .promise_box p span {
  padding: 0 8px;
  border-bottom: 1px solid #000;
}

#promise1200_dialog .search_submit {
  padding: 10px 0;
  margin: 0;
  text-align: center;
}

#promise1200_dialog .search_submit .search_btn {
  background: url("../images/login_btn_bg.png") repeat-x scroll center top
    transparent;
  border-radius: 5px;
  border: 1px solid #333333;
  color: #ffffff;
  width: 120px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  outline: 0 none;
  padding: 0;
  text-align: center;
  vertical-align: baseline;
}

#promise1200_input {
  padding: 10px;
}

#promise1200_input table {
  width: 100%;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

#promise1200_input td {
  border: 1px dashed #ccc;
  padding: 5px;
}

#promise1200_input .label {
  font-weight: bold;
  text-align: right;
}

#promise1200_input td input {
  width: 180px;
  border: 1px solid #666;
}

.signUp_viewPassword {
  border: 1px solid #ccc;
  padding: 30px 80px;
  font-size: 18px;
  font-weight: bolder;
  position: relative;
  background: #fafafa;
}

.signUp_viewPassword .signUp_passwordLock {
  float: left;
}

.signUp_viewPassword .signUp_passwordLock img {
  border: 5px solid #fff;
}

.signUp_viewPassword .signUp_passwordContent {
  float: left;
  padding: 40px;
}

.signUp_viewPassword p {
  margin: 0;
  padding: 15px 0;
}

.signUp_viewPassword .signUp_password {
  color: #00436a;
}

#bankList {
  width: 800px;
  background: #fff;
}

#bankList H2 {
  border-bottom: 1px solid #cccccc;
  font-size: 16px;
  padding-bottom: 5px;
  margin: 0px;
}

#bankList .signUp_submit {
  margin: 0;
  padding: 10px 0;
  text-align: center;
}

#bankList .signUp_submit .signUp_btn {
  background: url("../images/login_btn_bg.png") repeat-x scroll center top
    transparent;
  border-radius: 5px;
  border: 1px solid #333333;
  color: #ffffff;
  width: 120px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  outline: 0 none;
  padding: 0;
  text-align: center;
  vertical-align: baseline;
}

#bankList .signUp_submit .signUp_btn_disable {
  background: url("../images/login_btn_disable_bg.png") repeat-x scroll center
    top transparent;
  border-radius: 5px;
  border: 1px solid #333333;
  color: #ffffff;
  width: 120px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  outline: 0 none;
  padding: 0;
  text-align: center;
  vertical-align: baseline;
}

#bankList .bank_content {
  padding: 5px;
}

#bankList .bank_ul {
  list-style: none;
  display: block;
  float: left;
  padding: 5px 5px 5px 10px;
  margin: 0;
}

#bankList .bank_li {
  float: left;
  margin-bottom: 10px;
  margin-right: 20px;
}

#bankList .bank_li input {
  vertical-align: middle;
}

#bankList .bank_label {
  line-height: 36px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ddd;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

#bankList .bank_li .hover {
  border-color: #ff6600 !important;
}

#bankList .banl_icon {
  width: 126px;
  height: 36px;
  background-repeat: no-repeat;
  color: #fff;
  display: block;
  font-weight: bold;
  height: 36px;
  line-height: 30px;
  overflow: hidden;
  padding: 0 10px;
  background-image: url("../images/combo.png");
  text-indent: -9999px;
}

.ALIPAY {
  background-image: url("../images/alipay.png") !important;
}

.ABC {
  background-position: 0 0;
}

.BJBANK {
  background-position: 0 -36px;
}

.BJRCB {
  background-position: 0 -72px;
}

.BOC {
  background-position: 0 -108px;
}

.CCB {
  background-position: 0 -144px;
}

.CEB {
  background-position: 0 -180px;
}

.CIB {
  background-position: 0 -216px;
}

.CITIC {
  background-position: 0 -252px;
}

.CMB {
  background-position: 0 -288px;
}

.CMBC {
  background-position: 0 -324px;
}

.COMM {
  background-position: 0 -360px;
}

.FDB {
  background-position: 0 -396px;
}

.GDB {
  background-position: 0 -432px;
}

.HZCB {
  background-position: 0 -468px;
}

.ICBC {
  background-position: 0 -504px;
}

.NBBANK {
  background-position: 0 -540px;
}

.PSBC {
  background-position: 0 -576px;
}

.SDB {
  background-position: 0 -612px;
}

.SHBANK {
  background-position: 0 -648px;
}

.SHRCB {
  background-position: 0 -684px;
}

.SPABANK {
  background-position: 0 -720px;
}

.SPDB {
  background-position: 0 -756px;
}

.WZCB {
  background-position: 0 -792px;
}

.ICBCBTB {
  background-image: url(../images/ENV_ICBC_OUT.gif) !important;
}

.CCBBTB {
  background-image: url(../images/ENV_CCB_OUT.gif) !important;
}

.ABCBTB {
  background-image: url(../images/ENV_ABC_OUT.gif) !important;
}

.SPDBBTB {
  background-image: url(../images/ENV_SPDB_OUT.gif) !important;
}

.score_info {
  padding: 10px 30px;
}

.score_info table {
  border: 0;
  border-collapse: collapse;
  width: 100%;
}

.score_info td {
  border-bottom: 1px dashed #ccc;
  padding: 8px;
  font-size: 14px;
  text-align: left;
}

.score_info .label {
  text-align: right;
  font-weight: bold;
}

.score_box {
  padding: 10px 30px 80px;
}

.score_box table {
  border: border 1px solid #ccc;
  border-collapse: collapse;
  width: 100%;
}

.score_box th {
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 14px;
  text-align: left;
  padding-left: 15px;
}

.score_box td {
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 14px;
  text-align: center;
}

.score_box .label {
  background: #fee7d0;
}

.dialog_comfirm {
  padding: 10px 0;
}

.dialog_comfirm_title {
  padding: 5px;
  font-size: 14px;
  color: #00436a;
}

.dialog_comfirm table {
  border: 1px solid #ddd;
  border-collapse: collapse;
  width: 100%;
}

.dialog_comfirm td {
  border: 1px solid #ddd;
  padding: 5px 2px;
  font-size: 14px;
  text-align: center;
  line-height: 16px;
  vertical-align: middle;
  height: 24px;
}

.dialog_comfirm .label {
  font-size: 14px;
  background: #f1f1f1;
  text-align: right;
  height: 24px;
  vertical-align: middle;
}

.signUp_promise p {
  padding: 5px;
}

.signUp_promise p {
  margin: 0;
  font-size: 14px;
  line-height: 26px;
}

.signUp_jkpromise p {
  margin: 0;
  font-size: 14px;
  line-height: 26px;
}

.state_green {
  width: 290px;
  height: 70px;
  background: url("../images/state_green.png") no-repeat;
}

.state_red {
  width: 290px;
  height: 70px;
  background: url("../images/state_red.png") no-repeat;
}

.state_blue {
  width: 290px;
  height: 70px;
  background: url("../images/state_blue.png") no-repeat;
}

.state_bg {
  width: 290px;
  height: 70px;
  background: url("../images/state_bg.png") no-repeat;
}

.state_text {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: bolder;
  line-height: 60px;
  height: 70px;
  color: #ffffff;
}

.state_icon1 {
  width: 290px;
  height: 28px;
  background: url("../images/state_icon1.png") 130px 0 no-repeat;
}

.state_icon2 {
  width: 290px;
  height: 28px;
  background: url("../images/state_icon2.png") 130px 0 no-repeat;
}

.dialog_regCounty {
  padding: 10px;
  font-size: 14px;
}

.dialog_regCounty p {
  margin: 0;
  padding: 0;
  line-height: 2em;
  text-indent: 2em;
}

.dialog_learingVo02 {
  padding: 10px;
  font-size: 14px;
}

.dialog_learingVo02 p {
  margin: 0;
  padding: 0;
  line-height: 2em;
  text-indent: 2em;
}

.dialog_education {
  padding: 10px;
  font-size: 14px;
}

.dialog_education p {
  margin: 0;
  padding: 0;
  line-height: 2em;
  text-indent: 2em;
}

.progressBar {
  width: 216px;
  height: 41px;
  background: url(../images/bg_bar.gif) no-repeat 0 0;
  position: relative;
  margin: 0;
}

.progressBar span {
  position: absolute;
  display: block;
  width: 200px;
  height: 25px;
  background: url(../images/bar.gif) no-repeat 0 0;
  top: 8px;
  left: 8px;
  overflow: hidden;
  text-indent: -8000px;
}

.progressBar em {
  position: absolute;
  display: block;
  width: 200px;
  height: 25px;
  background: url(../images/bg_cover.gif) repeat-x 0 0;
  top: 0;
}

.progressBar_text {
  font-size: 12px;
  color: #00436a;
}

.proMenu_list {
  padding: 0px 25px !important;
}

.sign_checkbox {
  width: 25px;
  height: 25px;
  float: left;
}

.sign_checkboxText {
  line-height: 31px;
}

.clear {
  clear: both;
}

/*照片须知*/

.photot_explain p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  color: #333333;
}

/*输入框阴影*/

input:focus {
  -webkit-box-shadow: 0 0 5px #0c64eb;
  /*点击input 外阴影*/
  -moz-box-shadow: 0 0 5px #0c64eb;
  box-shadow: 0 0 5px #0c64eb;
  border-color: #0c64eb;
  /*黑色边框改为白色*/
  outline: 0;
  /*去掉默认谷歌点击input边框显示蓝色  */
  background: #ffffff;
  /*input内背景为白色*/
  border-color: #0c64eb !important;
}
