body {
  background-color: #fff;
}
a {
  cursor: pointer;
}
.bodyer .section {
  margin-bottom: 20px !important;
}
.bodyer .iconimg {
  /*
		background-image:url("../image/icon.png");
		background-repeat:no-repeat;
		*/
  background: url("../images/icon.png") no-repeat;
}
.bodyer .header {
  background-color: #ffffff;
}
.bodyer .header .title {
  height: 28px;
  line-height: 28px;
  color: #f1f1f1;
  background-color: #423d3d;
  font-size: 12px;
}
.bodyer .header .title .title_content {
  width: 1200px;
  margin: 0px auto;
}
.bodyer .header .title p {
  float: left;
  margin: 0 auto;
  width: 300px;
}
.bodyer .header .title .title_right {
  float: right;
}
.bodyer .header .title .title_right div {
  display: inline-block;
}
.bodyer .header .title .title_right .login_regist,
.bodyer .header .title .title_right .user {
  padding-right: 10px;
}
.bodyer .header .title .title_right .login_regist a,
.bodyer .header .title .title_right .user a {
  color: #fff;
  font-size: 12px;
  display: inline-block;
  padding-left: 8px;
  height: 18px;
  line-height: 18px;
  vertical-align: baseline;
}
.bodyer .header .title .title_right .login_regist a:first-child,
.bodyer .header .title .title_right .user a:first-child {
  border-right: 1px solid #fff;
  padding-right: 12px;
}
.bodyer .header .title .title_right .wx_icon {
  position: relative;
  height: 28px;
  line-height: 28px;
  color: #fff;
  padding-left: 32px;
  background: url("../images/wx.png") no-repeat 0px 2px;
  cursor: default;
}
.bodyer .header .title .title_right .wx_icon .official_wx {
  position: absolute;
  left: -30px;
  width: 0px;
  height: 0px;
  z-index: 11;
}
.bodyer .header .title .title_right .wx_icon .official_wx.show {
  -webkit-animation: imgShow 1s;
          animation: imgShow 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@-webkit-keyframes imgShow {
  0% {
    width: 0px;
    height: 0px;
  }
  100% {
    width: 120px;
    height: 120px;
  }
}
@keyframes imgShow {
  0% {
    width: 0px;
    height: 0px;
  }
  100% {
    width: 120px;
    height: 120px;
  }
}
.bodyer .header .menus {
  width: 1200px;
  margin: 0 auto;
  height: 88px;
  background-color: #ffffff;
  border-bottom: 1px solid #E5E5E5;
}
.bodyer .header .menus div {
  height: 100%;
  width: 100%;
}
.bodyer .header .menus div span {
  display: inline-block;
}
.bodyer .header .menus div .logo {
  display: inline-block;
  width: 242px;
  height: 58px;
  background-position: -4px -148px;
  margin-top: 14px;
  float: left;
  margin-right: 100px;
}
.bodyer .header .menus div .header_r {
  height: 100%;
}
.bodyer .header .menus div .header_r .menu {
  margin-top: 28px;
  display: inline-block;
  position: relative;
  height: 60px;
}
.bodyer .header .menus div .header_r .menu .list-li {
  float: left;
  padding: 0 20px 9px;
  height: 100%;
  position: relative;
}
.bodyer .header .menus div .header_r .menu .list-li a {
  color: #333;
  font-weight: 700;
  font-size: 14px;
}
.bodyer .header .menus div .header_r .menu .list-li .menu_two {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  margin-top: 56px;
  width: 132px;
  text-align: center;
  /*
							    background-image:url("../image/bg_menu_two.png");
							    background-repeat: repeat-y;
							    */
  background: url("../images/bg_menu_two.png") repeat-y;
}
.bodyer .header .menus div .header_r .menu .list-li .menu_two .titles {
  height: 4px;
  background: #c8132d;
}
.bodyer .header .menus div .header_r .menu .list-li .menu_two li {
  line-height: 40px;
}
.bodyer .header .menus div .header_r .menu .list-li .menu_two li a {
  color: #fff;
}
.bodyer .header .menus div .header_r .menu .list-li .menu_two li:hover {
  background-color: #ffffff;
}
.bodyer .header .menus div .header_r .menu .list-li .menu_two li:hover a {
  color: #c8132d;
}
.bodyer .header .menus div .header_r .menu .list-li .menu_two li.active {
  background-color: #ffffff;
}
.bodyer .header .menus div .header_r .menu .list-li .menu_two li.active a {
  color: #c8132d;
}
.bodyer .header .menus div .header_r .menu .list-li:hover .menu_two {
  display: block;
}
.bodyer .header .menus div .header_r .menu .list-li.cur a {
  color: #c8132d;
}
.bodyer .header .menus div .header_r .menu li.list-bar {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #c8132d;
  width: 67px;
  height: 4px;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}
.bodyer .header .menus div .header_r .return {
  display: none;
  float: right;
  width: 108px;
  height: 50px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #FFFFFF;
  background: url("../images/prefecture/return.png") no-repeat;
  background-size: 100%;
  background-position: -1px -2px;
  border-radius: 12px;
  margin-top: 22px;
  cursor: pointer;
}
.footer {
  background-color: #423d3d;
  font-size: 12px;
  color: #fff;
}
.footer a {
  color: #fff;
}
.footer .mainer {
  width: 1200px;
  margin: 0 auto;
  padding: 15px 0;
  font-size: 12px;
  color: #fff;
}
.footer .mainer .f1 {
  height: 70px;
  line-height: 70px;
  border-bottom: 1px dashed #fff;
}
.footer .mainer .f1 span {
  border-right: 1px solid #fff;
  margin-right: 5px;
  padding-right: 5px;
}
.footer .mainer .f1 span:last-child {
  border-right: 0;
}
.footer .mainer .f2 {
  position: relative;
}
.footer .mainer .f2 .div1 {
  height: 54px;
  line-height: 54px;
}
.footer .mainer .f2 .div1 span {
  border-right: 1px solid #fff;
  margin-right: 5px;
  padding-right: 5px;
}
.footer .mainer .f2 .div1 span:last-child {
  border-right: 0;
}
.footer .mainer .f2 .icon_xin {
  background: url(../images/icon.png) no-repeat;
  display: none;
  background-position: -1444px -113px;
  width: 114px;
  height: 41px;
  position: absolute;
  top: 22px;
  right: 0;
}
.footer .font_bold {
  font-weight: bold;
}
.bodyer > .banner {
  height: 358px;
}
.bodyer > .menu_url {
  border-bottom: 1px solid #f1f1f1;
  height: 52px;
  line-height: 52px;
  margin-bottom: 60px;
}
.bodyer > .menu_url .active {
  color: #b02736;
}
.bodyer > .menu_url .main {
  width: 1200px;
  margin: 0 auto;
}
.bodyer > .menu_url .main span,
.bodyer > .menu_url .main a {
  margin: 0 5px;
}
.bodyer > .menu_url .main span {
  display: inline-block;
}
.bodyer > .menu_url .main .house_icon {
  background-position: -944px -52px;
  width: 12px;
  height: 11px;
  margin-left: 0;
}
.bodyer > .menu_url .main .right_arrows_icon {
  background-position: -923px -52px;
  width: 4px;
  height: 7px;
  margin: 0 5px;
}
.buttonStyle {
  height: 34px;
  line-height: 34px;
  width: 320px;
  text-align: center;
  margin: 0px auto;
  background-color: #c8132d;
  color: #fff;
}
.bodyer {
  background-color: #fff;
}
.bodyer .menu_url {
  background-color: #FFFFFF;
  margin-bottom: 0px;
  border-bottom: 0px;
  border-top: 1px solid #f1f1f1;
}
.bodyer .details {
  margin-top: 20px;
  background: #FAFAFA;
}
.bodyer .pageTitle {
  height: 40px;
  background: #FAFAFA;
  width: 1160px;
  margin: 20px auto 0;
  padding-left: 40px;
}
.bodyer .pageTitle span{
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  line-height: 14px;
  line-height: 40px;
}
.bodyer .mainer {
  width: 1200px;
  margin: 0px auto;
  padding-bottom: 20px;
  /*导航*/
  /*按钮*/
}
.bodyer .mainer .mainer_nav {
  width: 1200px;
  margin: 0px auto;
  margin-top: 10px;
}
.bodyer .mainer .details .main .term_bottom .bottom_content {
  height: 34px;
  line-height: 34px;
  width: 320px;
  text-align: center;
  margin: 0px auto;
  background-color: #c8132d;
  color: #fff;
}
table.form_data tr {
  font-size: 16px;
}
table.form_data tr .hint {
  font-size: 12px;
  color: #999999;
  height: 36px;
  line-height: 36px;
}
/* 步骤 */
.bodyer .mainer  .step{
  /* height: 32px; */
  background: white;
}
.bodyer .mainer .step .step-list{
  /* width: 227px; */
  height: 32px;
  line-height: 32px;
  padding: 30px 160px;
  display: flex;
  justify-content: space-between;
}
.bodyer .mainer .step .step-list li{
  /* width: 96px; */
  height: 32px;
  line-height: 32px;
  float: left;
}
.bodyer .mainer .step .step-list li img{
  width: 32px;
  height: 32px;
  float: left;
}
.bodyer .mainer .step .step-list .step-title {
  width: 64px;
  height: 32px;
  line-height: 32px;
  margin-left: 8px;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: rgba(0,0,0,0.85);
  text-align: left;
  float: left;
}
.bodyer .mainer .step .step-list .hr{
  display: block;
  width: 260px;
  height: 1px;
  margin-top: 15px;
  margin-left: 11px; 
  margin-right: 12px;
  float: left;
  background: #E9E9E9;
}

.bodyer .mainer .step .step-list .hr1{
  display: block;
  width: 260px;
  height: 1px;
  margin-top: 15px;
  margin-left: 11px; 
  margin-right: 12px;
  float: left;
  background: #C8132D;
}

.bodyer .mainer .step .step-list .hr2{
  display: block;
  width: 260px;
  height: 1px;
  margin-top: 15px;
  margin-left: 11px; 
  margin-right: 12px;
  float: left;
  background: #C8132D;
}
.bodyer .mainer .step .step-list .hr3{
  display: block;
  width: 100px;
  height: 1px;
  margin-top: 15px;
  margin-left: 11px;
  margin-right: 12px;
  float: left;
  background: #C8132D;
}
.bodyer .mainer .details .main .descrption{
  display: block;
  margin: 0 0 20px 380px;
}

table.form_data tr th {
  text-align: right;
  font-weight: normal;
}
table.form_data tr td {
  height: 50px;
  line-height: 50px;
  position: relative;
  display: flex;
}
table.form_data tr td input,
table.form_data tr td button,
table.form_data tr td select {
  height: 40px;
  line-height: 40px;
  padding-left: 5px;
  width: 320px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 13px;
  color: #333;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #999;
}
table.form_data tr td select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
table.form_data tr td img {
  vertical-align: middle;
  width: 120px;
  height: 40px;
  cursor: pointer;
}
table.form_data tr td .size5 {
  width: 185px;
  margin-right: 10px;
}
table.form_data tr td .size4 {
  width: 120px;
  background-color: #ff9600;
  border: 0px;
  color: #ffffff;
  cursor: pointer;
}
table.form_data tr td button:disabled {
  background-color: #ccc!important;
}
table.form_data tr td .btn_submit {
  color: #ffffff;
  background-color: #c8132d;
  border: 0px;
  cursor: pointer;
  font-size: 16px;
}
table.form_data tr td .icon {
  display: none;
  position: absolute;
  left: 105%;
}
table.form_data tr td .icon.yes {
  display: block;
  width: 24px;
  height: 24px;
  top: 13px;
  background: url("../images/module-account/yes.png") no-repeat;
  background-size: 100% 100%;
}
table.form_data tr td .icon.no {
  display: block;
  top: 0px;
  width: 100%;
  font-size: 14px;
  color: #e82128;
}
.regist_dialog {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.regist_dialog .dialog_layer {
  background: rgba(0, 0, 0, 0.75);
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.regist_dialog .dialog_box {
  background-color: #fff;
  width: 450px;
  min-height: 180px;
  left: 50%;
  top: 50%;
  border-top: 5px solid #c8132d;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  -webkit-animation: show 0.8s 0s ease forwards;
          animation: show 0.8s 0s ease forwards;
}
.regist_dialog .dialog_box .dialog_title {
  height: 0;
}
.regist_dialog .dialog_box .dialog_text {
  text-align: center;
  color: #000;
  font-size: 18px;
  padding: 45px 20px;
}
.regist_dialog .dialog_box .dialog_button{
  padding: 20px;
  padding-top: 0;
}
.regist_dialog .dialog_box .dialog_button .one {
  height: 34px;
  line-height: 34px;
  width: 320px;
  text-align: center;
  margin: 0px auto;
  background-color: #c8132d;
  color: #fff;
}
.regist_dialog .dialog_box .dialog_button .two {
  width: 320px;
  margin: 0px auto;
}
.regist_dialog .dialog_box .dialog_button .two div {
  width: 140px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}
.regist_dialog .dialog_box .dialog_button .two .left {
  float: left;
  background-color: #dcdcdc;
  color: #666;
}
.regist_dialog .dialog_box .dialog_button .two .right {
  float: right;
  background-color: #c8132d;
  color: #fff;
}
.regist_dialog .dialog_box .radioBox {
  margin-left: 65px;
  padding-top: 15px;
  padding-bottom: 10px;
  font-size: 13px;
}
.regist_dialog .dialog_box .radioBox input {
  vertical-align: bottom;
}
@-webkit-keyframes show {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes show {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.bodyer #mainer {
  background: #FAFAFA;
}
.bodyer .details .main {
  height: 400px;
  padding-top: 105px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bodyer .details .main .form_data {
  margin: 0px auto;
}
.bodyer .details .main .form_data .bg_gd {
  background-color: #999;
}
.bodyer .details .main .form_data #imgCode {
  cursor: pointer;
}

table.form_data tr td select.areaCode {
  width: 80px!important;
}
table.form_data tr td input.areaCode_input {
  width: 240px!important;
}
