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 .companyAccess {
  width: 98px;
  position: relative;
}

.bodyer .header .title .title_right .companyAccess div {
  position: absolute;
  background: #C8132D;
  border-radius: 4px;
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
  text-align: center;
  width: 98px;
  height: 16px;
  top: -11px;
}

.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;
}

.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: 16px;
  color: #333333;
  margin-top: 32px;
  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;
}

.mainer .iconimg {
  /*
    background-image:url("../image/icon.png");
    background-repeat:no-repeat;
    */
  background: url("../images/icon.png") no-repeat;
}

.mainer .left_menu {
  float: left;
}

.mainer #leftMenus {
  width: 300px;
}

.mainer #leftMenus .top {
  width: 300px;
  height: 120px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 8px;
  border: 1px solid #dddddd;
  background-color: #eeeeee;
}

.mainer #leftMenus .top>div {
  height: 100%;
  float: left;
}

.mainer #leftMenus .top .left {
  padding-left: 28px;
  padding-right: 20px;
}

.mainer #leftMenus .top .left img {
  width: 60px;
  height: 60px;
  margin-top: 30px;
}

.mainer #leftMenus .top .right {
  color: #333333;
  position: relative;
  width: 182px;
  float: none;
  margin: 0 auto;
}

.mainer #leftMenus .top .right .rightBox {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mainer #leftMenus .top .right .rightBox div {
  font-size: 16px;
  font-family: 'PingFangSC-Semibold';
  font-weight: 600;
  text-align: center;
}

.mainer #leftMenus .top .right .rightBox div .telNum {
  color: #c8132d;
}

.mainer #leftMenus .top .right .rightBox p a {
  /* font-size: 14px; */
  font-weight: 600;
  font-size: 16px;
  color: #151515;
  line-height: 22px;
}

.mainer #leftMenus .bottom {
  width: 300px;
  height: 390px;
  background-color: #FBFBFB;
  overflow: hidden;
}

.mainer #leftMenus .bottom img {
  width: 160px;
  height: 180px;
  display: block;
  margin: 105px auto;
}

.mainer #leftMenus .head_menu_t {
  line-height: 50px;
  text-align: center;
  background-color: #c8132d;
  height: 50px;
  color: #fff;
  font-size: 16px;
  border-bottom: 1px solid #fff;
}

.mainer #leftMenus .head_menu_t a {
  color: #fff;
}

.mainer #leftMenus .head_menu_t .icons_btn_nochoice {
  padding: 0 80px;
}

.mainer #leftMenus .icons_btn {
  width: 100%;
  height: 100%;
  display: inline-block;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.mainer #leftMenus .icons_btn_nochoice {
  width: 100%;
  height: 100%;
  display: inline-block;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mainer #leftMenus .menuIcon {
  width: 13px;
  height: 5px;
  display: inline-block;
  margin-right: 8px;
  position: absolute;
  left: 100px;
  top: 46%;
}

.mainer #leftMenus .openMenuIconT {
  background-position: -920px -35px;
}

.mainer #leftMenus .closeMenuIconT {
  background-position: -920px -21px;
}

.mainer #leftMenus .openMenuIconD {
  background-position: -943px -21px;
}

.mainer #leftMenus .closeMenuIconD {
  background-position: -943px -35px;
}

.mainer #leftMenus ul li {
  text-align: center;
  text-indent: -6px;
  line-height: 55px;
  background-color: #eeeeee;
  border-bottom: 1px solid #fff;
  font-size: 14px;
  color: #333333;
}

.mainer #leftMenus ul li a.active {
  color: #c8132d;
}

.mainer #leftMenus ul li.active {
  color: #c8132d;
}

/* 菜单二级 */

.mainer #leftMenus.left_menus ul>ul>li {
  padding-left: 90px;
}

.bodyer .mainer .step .step-list {
  height: 32px;
  line-height: 32px;
  text-align: center;
}

.bodyer .mainer .step .step-list li {
  height: 32px;
  line-height: 32px;
  display: inline-block;
}

.bodyer .mainer .step .step-list li img {
  width: 32px;
  height: 32px;
  float: left;
}

.bodyer .mainer .step .step-list .step-title {
  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: 210px;
  height: 1px;
  margin-top: 15px;
  margin-left: 11px;
  margin-right: 12px;
  float: left;
  background: #E9E9E9;
}

.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: 40px;
  line-height: 40px;
  width: 320px;
  text-align: center;
  margin: 0px auto;
  background-color: #c8132d;
  color: #fff;
  cursor: pointer;
}

.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);
  }
}

.buttonStyle {
  height: 40px;
  line-height: 40px;
  width: 320px;
  text-align: center;
  margin: 0px auto;
  background-color: #c8132d;
  color: #fff;
  cursor: pointer;
}

.bodyer {
  background-color: #EEEEEE;
}

.bodyer .menu_url {
  background-color: #FFFFFF;
  margin-bottom: 0px;
  border-bottom: 0px;
  border-top: 1px solid #f1f1f1;
}

.bodyer .details {
  background-color: #FFFFFF;
  margin-top: 20px;
}

.bodyer .mainer {
  width: 1200px;
  margin: 0px auto;
  padding-bottom: 20px;
}

.bodyer .mainer .mainer_nav {
  width: 1200px;
  margin: 0px auto;
  margin-top: 10px;
}

.bodyer .mainer .mainer_nav li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 25%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  color: #595959;
  background-color: #fff;
  position: relative;
}

.bodyer .mainer .mainer_nav li.active {
  border-bottom: 4px solid #c8132d;
}

.bodyer .mainer .mainer_nav li span {
  float: right;
  font-size: 25px;
}

.header {
  border: 1px solid #eeeeee;
}

.bodyer {
  background-color: #fff;
}

.bodyer .main {
  float: left;
  margin-left: 30px;
  width: 870px;
}

.bodyer .main .top {
  height: 45px;
  line-height: 45px;
  background-color: #eeeeee;
  color: #333;
  font-size: 16px;
  padding-left: 42px;
}

.welcome {
  height: 600px;
  margin-top: 15px;
  padding-top: 170px;
  padding-left: 70px;
  background: url("../images/prefecture/bg_main.png") no-repeat;
  background-size: 100%;
}

.welcome h1 {
  color: #c8132d;
  font-size: 28px;
}

.welcome .text {
  padding-left: 42px;
  padding-top: 40px;
  font-size: 14px;
}

.welcome .text p {
  margin-bottom: 5px;
}

.welcome .text a {
  color: #c8132d;
  font-size: 16px;
  border-bottom: 1px solid #c8132d;
  font-weight: bold;
}

.bodyer .main .top-title {
  height: 40px;
  line-height: 40px;
  background-color: #FAFAFA;
  ;
  color: #333;
  font-size: 16px;
  padding-left: 20px;
  font-family: PingFangSC-Regular;
  letter-spacing: 0;
  margin-left: 25px;
}

table.form_data tr {
  font-size: 16px;
}

table.form_data tr .hint {
  font-size: 12px;
  color: #999999;
  height: 36px;
  line-height: 36px;
}

table.form_data tr th {
  text-align: right;
  font-weight: normal;
}

table.form_data tr td {
  height: 50px;
  line-height: 50px;
  position: relative;
}

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;
  margin-top: 27px;
  border-radius: 4px;
}

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);
  }
}
.mainbox{
  position: relative;
}
/* 分页器 */
#laypage{
  position: absolute;
  bottom: -80px;
  right: 50px;
}
#laypage .layui-laypage a{
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
  height: 32px;;
  line-height: 32px;
  margin: 0 -1px 5px 8px;
  background-color: #fff;
  color: #333;
  font-size: 12px;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 4px;
}
#laypage .layui-laypage span {
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
  height: 32px;;
  line-height: 32px;
  margin: 0 -1px 5px 8px;
  background-color: #fff;
  color: #333;
  font-size: 12px;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 4px;
}