@charset "UTF-8";
/**
 * reset.css
 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5% !important;
  /*防止被微信样式weui改大字号*/
}

/* 去除iPhone中默认的input样式 */
input[type="submit"], input[type="reset"], input[type="button"], input[type="date"], input {
  -webkit-appearance: none;
  resize: none;
}

input[type="date"] {
  background-color: transparent;
}

/* 取消链接高亮  */
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  -webkit-tap-highlight-color: transparent;
}

/* 设置HTML5元素为块 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* 图片自适应 */
img {
  max-width: 100%;
  height: auto;
  width: auto \9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}

/* 初始化 */
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article,
aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff;
}

em, i {
  font-style: normal;
}

strong {
  font-weight: normal;
}

.clear-fix:after {
  content: "";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}

.clear-fix {
  zoom: 1;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

img {
  border: none;
}

.un-dis {
  display: none;
}

body {
  width: 100%;
  background: #F5F5F5;
  font-family: 'PingFang SC', "Hiragino Sans GB", "Hiragino Sans GB W3", "Noto Sans CJK SC", "Source Han Sans CN", "Microsoft YaHei", "WenQuanYi Microhei", "Heiti SC", "STHeiti", "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: #000;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  width: 100%;
}

table thead {
  display: table-header-group;
  vertical-align: middle;
}

table tr {
  display: table-row;
  vertical-align: inherit;
}

table tr th {
  display: table-cell;
}

/***单独样式***/
.bg-warpper {
  background: #fafafa;
}

.bg-white {
  background: #fff !important;
}

.html-h {
  height: 100% !important;
}

.body-flex {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.flex-1 {
  flex: 1 0 auto;
}

.flex-0 {
  flex: 0 0 auto;
}

/*水印*/
.watermark {
  display: none;
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  /*height: 1134px;*/
  height: 100%;
  background-repeat: repeat;
  background-position: 0 0;
  background-size: 300px 300px;
}

/*无水印*/
.watermark.water-no {
  display: none !important;
}

/*局部：暂无数据*/
.no-data {
  text-align: center;
  color: #333;
  font-size: 18px;
  line-height: 2em;
}

.no-data i {
  margin-right: 0.5em;
  color: #666;
  font-size: 1.1em;
}

.ajaxLoadings {
  width: 100%;
  height: 100%;
  position: fixed;
  _position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  z-index: 1;
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/***
弹窗
****
*/
#black_overlay {
  position: fixed;
  display: none;
  z-index: 1000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  filter: alpha(opacity=60);
  opacity: 0.6;
  overflow: hidden;
  background-color: #000;
}

.z-dialog {
  position: fixed;
  top: 50%;
  width: 100%;
  line-height: 5rem;
  display: none;
  z-index: 9999;
}

.z-dialog .z-width {
  z-index: 99;
  border-radius: 0.5rem;
  background: #fff;
  width: 50%;
  margin: 0 auto;
  font-weight: 500;
  text-align: center;
  color: #333;
}

.z-dialog .z-width span {
  font-size: 1.6rem;
}

.marker .bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  overflow: hidden;
  z-index: 1;
  background: #000;
  opacity: 0.7;
  filter: alpha(opacity=80);
}

.marker span {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 160px;
  margin-left: -80px;
  margin-top: -20px;
  background: #fff url(img/loading.gif) 10px center no-repeat;
  padding: 5px 5px 5px 30px;
  z-index: 99999;
  box-shadow: 0 0 10px #ccc;
}

.load-tip {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin-left: -35px;
  margin-top: -35px;
  background: url(img/load.gif) center no-repeat;
  z-index: 99999;
}

.opts-tip {
  position: fixed;
  max-width: 12em;
  top: 50%;
  left: 50%;
  margin-left: -11rem;
  padding: 0.5em 1em;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  border-radius: 0.5rem;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  background: url(img/txt-bg-ico.png) repeat;
  color: #fff;
  font-size: 1.6rem;
  z-index: 9999;
  font-weight: 500;
}

.success {
  margin: 0 auto;
  width: 5.4rem;
  height: 5.4rem;
  background: url("img/zb-icon-success.png") no-repeat center;
  background-size: cover;
  z-index: 1;
  display: block;
}

.fail {
  margin: 0 auto;
  width: 5.4rem;
  height: 5.4rem;
  background: url("img/zb-icon-fail.png") no-repeat center;
  background-size: cover;
  z-index: 1;
  display: block;
}

.loading {
  display: none;
  text-align: center;
  padding: 1rem 0;
}

.loading span {
  display: inline-block;
  width: 39px;
  height: 39px;
  background: url(img/load.gif) 0 center no-repeat;
  text-indent: -9999rem;
}

.top-txt {
  margin-top: 1rem;
}

.form-cust {
  box-sizing: border-box;
  width: 100%;
  background: #fff;
  color: #333;
  font-size: 1.6rem;
}

.form-cust .form-item {
  display: flex;
  align-items: flex-start;
  position: relative;
  margin: 0 1rem;
  border-bottom: 1px solid #dce0e7;
}

.form-cust .form-item.flex-y {
  flex-direction: column;
}

.form-cust .form-item .label.red {
  color: inherit;
}

.form-cust .form-item .label.red::after {
  content: '*';
  color: #f00;
}

.form-cust .form-item label {
  padding-right: 0.5em;
  min-width: 3em;
  height: 4.8rem;
  line-height: 4.8rem;
}

.form-cust .form-item label .icon {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background-size: 2rem;
}

.form-cust .form-item label.red {
  color: inherit;
}

.form-cust .form-item label.red::after {
  content: '*';
  color: #f00;
}

.form-cust .form-item label.full {
  width: 100%;
}

.form-cust .form-item label.w4 {
  width: 4em;
}

.form-cust .form-item label.w5 {
  width: 5em;
}

.form-cust .form-item label.w6 {
  width: 6em;
}

.form-cust .form-item label.w7 {
  width: 7em;
}

.form-cust .form-item label.w8 {
  width: 8em;
}

.form-cust .form-item label.w9 {
  width: 9em;
}

.form-cust .form-item label.w10 {
  width: 10em;
}

.form-cust .form-item label .desc {
  display: inline-block;
  padding-left: 1em;
  color: #d99d0d;
  font-size: 0.8em;
}

.form-cust .form-item .item-input {
  flex: 1;
}

.form-cust .form-item .item-input.cust-input {
  display: inline-flex;
  align-items: center;
  height: 4.8rem;
}

.form-cust .form-item .item-input.mult-input {
  flex-direction: row;
  align-items: center;
}

.form-cust .form-item .item-input.mult-input .txt {
  display: inline-block;
  padding-left: 0.5em;
}

.form-cust .form-item .item-input input,
.form-cust .form-item .item-input select,
.form-cust .form-item .item-input textarea,
.form-cust .form-item .item-input .mf-input {
  color: #333;
  font-size: 1.6rem;
}

.form-cust .form-item .item-input input {
  box-sizing: border-box;
  width: 100%;
  height: 4.8rem;
  line-height: 4.8rem;
  border: none;
  outline: none;
}

.form-cust .form-item .item-input select {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 4.8rem;
  appearance: none;
  border: none;
  background-color: #fff;
}

.form-cust .form-item .item-input textarea {
  margin: 1rem 0;
  padding: 0.5rem;
  width: 100%;
  height: 8rem;
  box-sizing: border-box;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
}

.form-cust .form-item .item-input .mf-input {
  display: inline-block;
  padding: 1.3rem 0;
  line-height: 1.4;
}

.form-cust .form-item .cust-chk {
  display: flex;
}

.form-cust .form-item .cust-chk .chk-item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 1rem;
}

.form-cust .form-item .cust-chk .chk-item::before {
  content: '';
  display: block;
  margin-right: 0.3rem;
  width: 1.4rem;
  height: 1.4rem;
  box-sizing: border-box;
  box-shadow: 0 0 0 1px #666;
  border: 0.3rem solid #fff;
  background: #fff;
  border-radius: 50%;
}

.form-cust .form-item .cust-chk .chk-item.on::before {
  content: '';
  box-shadow: 0 0 0 1px #0080ff;
  background: #0080ff;
}

.form-cust .form-item .yzm-wrap {
  width: 10rem;
  height: 4.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-cust .form-item .yzm-wrap .blue {
  color: #0083ff;
}

.form-cust .form-item .yzm-img-wrap {
  width: 8rem;
  height: 3.6rem;
}

.form-cust .form-item .yzm-img-wrap img {
  width: 8rem;
  height: 3.6rem;
}

.form-cust .form-item .item-append.arrow {
  position: relative;
  width: 2rem;
  height: 4.8rem;
}

.form-cust .form-item .item-append.arrow::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 1.2rem;
  height: 1.2rem;
  border: 2px solid #999;
  border-left: none;
  border-bottom: none;
  -webkit-transform: translate(-40%, -50%) rotate(45deg);
  transform: translate(-40%, -50%) rotate(45deg);
}

.form-cust .form-item .item-append.location {
  position: relative;
  width: 2rem;
  height: 4.8rem;
  background: url(img/icon-location.svg) no-repeat center;
  background-size: 1.6rem 2.4rem;
}

.form-cust .form-item .item-append.txt {
  display: inline-block;
  padding-left: 0.5em;
  color: #333;
  font-size: 1.6rem;
  line-height: 4.8rem;
}

.form-cust .form-item .item-imgs {
  padding-bottom: 2rem;
}

.form-cust .form-item .item-imgs .imgs-desc {
  color: #d99d0d;
  font-size: 1.4rem;
}

/******
查询服务列表
 */
.top-banner {
  width: 100%;
}

.top-banner img {
  width: 100%;
}

/******
查询服务提交
 */
.btn-bar {
  margin: 0 1.5rem;
}

.body-bottom-fixbtn {
  padding-bottom: 7.2rem;
}

.btn-bar-fixed {
  position: fixed;
  z-index: 999;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  padding: 1.5rem;
}

.btn-bar-fixed .btn {
  flex: 1;
  margin-left: 1.5rem;
  padding: 1rem 1.4rem;
  border-radius: 0.5rem;
  font-weight: 500;
  font-size: 1.7rem;
  text-align: center;
  color: white;
  box-shadow: 0.3rem 0.3rem 0.5rem #cbe2f8;
  background: linear-gradient(to right, #00a2ff, #008aff);
}

.btn-bar-fixed .btn:first-child {
  margin-left: 0;
}

.btn-bar-fixed .btn.blue {
  background: linear-gradient(to right, #00a2ff, #008aff);
}

.btn-bar-fixed .btn.orange {
  box-shadow: 0.3rem 0.3rem 0.5rem #e8cfae;
  background: linear-gradient(to right, #f59a23, #ef8d0c);
}

.btn-bar-fixed.tab-bar {
  padding: 0;
}

.btn-bar-fixed.tab-bar .btn {
  position: relative;
  margin: 0;
  border-radius: 0;
  padding: 1.2rem 0.5rem;
}

.btn-bar-fixed.tab-bar .btn.on::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0.3rem;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  width: 2em;
  border-bottom: 4px solid #fff;
}

.btn-bar-fixed.tab-bar .btn.blue {
  background: #3970ef;
}

.btn-bar-fixed.tab-bar .btn.blue2 {
  background: #02a7f0;
}

.btn-bar-fixed.tab-bar .btn.orange {
  background: #dba920;
}

.btn-blue {
  width: 100%;
  cursor: pointer;
  margin: 2rem auto 1rem;
  color: #fff;
  box-shadow: 0.3rem 0.3rem 0.5rem #cbe2f8;
  color: white;
  background: linear-gradient(to right, #00a2ff, #008aff);
  padding: 1rem 1.4rem;
  border-radius: 0.5rem;
  font-weight: 500;
  font-size: 1.7rem;
  text-align: center;
}

.btn-blue2 {
  display: inline-block;
  cursor: pointer;
  margin: 1rem auto;
  color: #fff;
  box-shadow: 0.3rem 0.3rem 0.5rem #cbe2f8;
  color: white;
  background: linear-gradient(to right, #00a2ff, #008aff);
  padding: 1rem 1.4rem;
  border-radius: 0.3rem;
  font-weight: 500;
  font-size: 1.7rem;
  text-align: center;
}

.btn-blue3 {
  display: inline-block;
  cursor: pointer;
  margin: 0rem 1.5rem 1rem;
  color: #fff;
  box-shadow: 0.3rem 0.3rem 0.5rem #cbe2f8;
  color: white;
  background: linear-gradient(to right, #00a2ff, #008aff);
  padding: 0.3rem 1rem;
  border-radius: 0.3rem;
  font-weight: 500;
  font-size: 1.4rem;
  text-align: center;
}

.txt-tips {
  line-height: 45px;
  font-size: 1.7rem;
  color: #999;
  margin: 0 auto;
  text-align: center;
}

.form {
  width: 100%;
  font-size: 1.7rem;
}

.form ::placeholder {
  color: rgba(153, 153, 153, 0.87);
  font-size: 1.7rem;
}

.form .error {
  border-bottom: 1px solid #f36458;
}

.form ul {
  background: #fafafa;
  margin-top: -1rem;
}

.form ul li {
  position: relative;
  background: #fff;
  border-bottom: 1px solid #dce0e7;
  height: 4.8rem;
  line-height: 4.8rem;
  padding-left: 1rem;
}

.form ul li label {
  display: inline;
  float: left;
  width: 28%;
  height: 4.8rem;
  line-height: 4.8rem;
}

.form ul li label.spe1 {
  width: 32%;
}

.form ul li label.short-t {
  display: inline;
  float: left;
  width: 10%;
  height: 4.8rem;
  line-height: 4.8rem;
}

.form ul li label.name {
  background: url(img/name-ico.png) left center no-repeat;
  background-size: 3rem 3rem;
  padding-left: 3rem;
}

.form ul li label.icon-person-type {
  background: url(img/person-type.png) left center no-repeat;
  background-size: 3rem 3rem;
  padding-left: 3rem;
}

.form ul li label.icon-card-type {
  background: url(img/icon-card-type.png) left center no-repeat;
  background-size: 3rem 3rem;
  padding-left: 3rem;
}
.form ul li label.ht {
  background: url(img/ht-ico.png) 0.2rem 50% no-repeat;
  background-size: 2.6rem 2.6rem;
  padding-left: 3rem;
}

.form ul li label.cyzt-name {
  background: url(img/cyzt-name-ico.png) left center no-repeat;
  background-size: 3rem 3rem;
  padding-left: 3rem;
}

.form ul li label.key {
  background: url(img/key-ico.png) left center no-repeat;
  background-size: 3rem 3rem;
  padding-left: 3rem;
}

.form ul li label.icon-share {
  background: url(img/icon-share.png) left center no-repeat;
  background-size: 2rem 2rem;
  padding-left: 2.2rem;
}

.form ul li label.icon-menu {
  background: url(img/icon-menu.png) left center no-repeat;
  background-size: 2rem 2rem;
  padding-left: 2.2rem;
}

.form ul li label.icon-tel {
  background: url(img/icon-tel.png) 0 50% no-repeat;
  background-size: 3rem 3rem;
  padding-left: 3rem;
}

.form ul li label.icon-yzm {
  background: url(img/icon-yzm.png) 0.2rem 50% no-repeat;
  background-size: 2.6rem 2.6rem;
  padding-left: 3rem;
}

.form ul li label.icon-id {
  background: url(img/icon-id.png) 0 50% no-repeat;
  background-size: 3rem 2.2rem;
  padding-left: 3rem;
}

.form ul li label.icon-type {
  background: url(img/icon-type.png) 0.4rem 50% no-repeat;
  background-size: 2.2rem 2.2rem;
  padding-left: 3rem;
}

.form ul li .input-txt {
  display: inline;
  float: left;
  width: 60%;
  height: 4.7rem;
  line-height: 4.8rem;
  font-size: 1.7rem;
  border: none;
  outline: none;
}

.form ul li .input-txt.spe1 {
  width: 56%;
  position: relative;
}

.form ul li .input-txt.select-custom {
  position: relative;
}

.form ul li .input-txt.font-reset {
  font-size: inherit;
}

.form ul li .input-txt-l {
  display: inline;
  float: left;
  width: 80%;
  height: 4.7rem;
  line-height: 4.8rem;
  font-size: 1.7rem;
  border: none;
  outline: none;
}

.form ul li .input-txt-s {
  display: inline;
  float: left;
  width: 33%;
  height: 4.7rem;
  line-height: 4.8rem;
  border: none;
  outline: none;
  font-size: 1.7rem;
}

.form ul li img {
  display: inline;
  float: left;
  width: 7rem;
  width: 7rem;
  height: 4rem;
  line-height: 4rem;
  vertical-align: middle;
  margin: 0.4rem 0rem 0 0;
}

.form ul li .btn-code {
  cursor: pointer;
  position: absolute;
  right: 1.5rem;
  bottom: 0;
  height: 4.8rem;
  text-align: right;
  color: #00a2ff;
  font-size: 1.7rem;
  line-height: 4.8rem;
  font-weight: 400;
}

.form ul li .btn-code.gray {
  color: #ccc;
}

.form ul li .select-custom {
  font-size: 1.4rem;
  line-height: 3.6rem;
  background: url(img/icon-select-arrow.png) no-repeat right center transparent;
  padding-right: 1.6rem;
  background-size: 1.4rem 0.8rem;
}

/******
查询信息
 */
.form-info {
  background: #fff;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e5e5e5;
}

.form-info .txt-bar-item {
  margin: 0 1.5rem;
  background: #fff;
  padding: 0.5rem 0;
  color: #333;
  line-height: 2.4rem;
  border-bottom: 1px solid #eee;
  font-family: "Microsoft YaHei", Arial, sans-serif;
}

.form-info .txt-bar-item em {
  color: rgba(0, 0, 0, 0.87);
  display: inline;
  float: left;
  width: 22%;
  padding-left: 1.5rem;
  font-size: 1.4rem;
}

.form-info .txt-bar-item span {
  float: left;
  width: 68%;
  display: inline-block;
  color: #666;
  text-align: left;
  font-size: 1.4rem;
}

.form-info .txt-bar-item span i {
  padding: 0 2rem;
}

.form-info .txt-bar-item span a {
  color: #008aff;
}

/******
新闻列表
 */
.news-bar {
  margin-bottom: 1rem;
  background: #fff;
}

.news-bar ul {
  display: flex;
  justify-content: space-around;
}

.news-bar li {
  display: inline;
  padding: 0.5rem 0;
  box-sizing: border-box;
  zoom: 1;
  text-align: center;
}

.news-bar li a {
  display: block;
}

.news-bar li a img {
  width: 54px;
}

.news-bar li a .img {
  display: block;
  margin: 0 auto;
  width: 54px;
  height: 54px;
  background: url(img/news-1.png) no-repeat center;
}

.news-bar li a .img.icon1 {
  background-image: url(img/news-1.svg);
}

.news-bar li a .img.icon2 {
  background-image: url(img/news-2.svg);
}

.news-bar li a .img.icon3 {
  background-image: url(img/news-3.png);
}

.news-bar li a .img.icon4 {
  background-image: url(img/news-4.png);
}

.news-bar li a .img.icon5 {
  background-image: url(img/news-5.svg);
}

.news-bar li a .img.icon6 {
  background-image: url(img/news-6.svg);
}

.news-bar li a span {
  display: block;
  font-size: 1.2rem;
  margin-top: -0.5rem;
  color: #000;
}

.new-wrap {
  font-size: 1.7rem;
}

.new-wrap ul {
  background: #fff;
}

.new-wrap li {
  border-bottom: 0.1rem solid #e5e5e5;
  padding: 1rem 1.5rem;
  line-height: 2rem;
}

.new-wrap li .head {
  font-size: 1.4rem;
  height: 2.2rem;
  line-height: 2.2rem;
}

.new-wrap li .head h5 {
  float: left;
  display: inline;
  color: #000;
  font-weight: 600;
}

.new-wrap li .head span {
  color: #999;
  float: right;
  padding-right: 0.2rem;
  font-family: Arial, Helvetica, sans-serif;
}

.new-wrap li .txt {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 1.4rem;
  font-family: " Microsoft Yahei ", " weir ";
  line-height: 2.4rem;
}

.show-more {
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding-bottom: 2rem;
  font-size: 1.2rem;
  color: #999;
}

.show-more a {
  border: none;
  border-radius: 5px;
  color: #ccc;
  text-align: center;
  cursor: pointer;
  padding: 0.7rem 4rem;
}

.show-more a.default {
  font-size: 1.2rem;
  cursor: default;
}

/******
新闻详情
 */
.news-detail {
  padding: 1.5rem;
}

.news-detail h1 {
  font-family: "Microsoft YaHei", Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #000;
  text-align: left;
  padding: 0.5rem;
}

.news-detail p {
  text-indent: 2rem;
  line-height: 2.6rem;
  color: #000;
  font-size: 1.6rem;
}

.news-detail img {
  display: block;
  margin: 0 auto;
}

.news-detail .sigma-content {
  margin: 0rem 0;
  text-align: center;
  background-color: #fff;
}

.news-detail .sigma-middle-line:before {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background-color: #f3f3f3;
  /*颜色需与主题大背景色一致*/
  position: relative;
  top: 1rem;
  /*调节线高*/
  left: 0;
}

.news-detail .sigma-line-text {
  display: inline-block;
  background: #fff;
  padding: 0 1.8rem 0 1.8rem;
  position: relative;
  top: -0.4rem;
  font-size: 1.2rem;
  font-weight: 500;
  color: #999;
}

/******
首页
 */
.flash {
  background: #dadfe2 center center no-repeat;
  width: 100%;
}

.flash .swiper-slide img {
  width: 100%;
}

.flash .txt {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.flash .txt .swiper-slide, .flash .txt .swiper-slide a, .flash .txt .swiper-slide img {
  width: 100%;
  height: 20rem;
}

.flash .txt .swiper-slide h2 {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(img/txt-bg-ico.png) repeat;
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 1.4rem;
}

.button-bar {
  margin: 1rem 1.5rem 2rem;
  background: #fff;
  box-shadow: 0.5rem 0.5rem 1rem #f0f1f9;
  font-family: "microsoft yahei";
  border-radius: 0.4rem;
}

.button-bar header {
  height: 3.4rem;
  line-height: 3.4rem;
  color: #000;
  font-size: 1.4rem;
  border-bottom: 1px solid #eee;
  background: url(img/title-ico.png) left center no-repeat;
  background-size: 0.5rem;
  padding-left: 1rem;
  font-weight: 600;
}

.button-bar .button-bar-item {
  display: inline;
  float: left;
  width: 33%;
}

.button-bar .button-bar-item a {
  margin: 1rem 1rem 0;
  display: block;
  text-align: center;
  font-size: 1.5rem;
}

.button-bar .button-bar-item a .img {
  margin: 0 auto 0.5rem;
  width: 4.8rem;
  height: 4.8rem;
  text-indent: -9999px;
}

.button-bar .button-bar-item a .img.lp {
  background: url(img/business-lp-1.png) center center no-repeat;
  background-size: 4.8rem 4.8rem;
}

.button-bar .button-bar-item a .img.spf {
  background: url(img/business-query-1.png) center center no-repeat;
  background-size: 4.8rem 4.8rem;
}

.button-bar .button-bar-item a .img.clf {
  background: url(img/business-query-2.png) center center no-repeat;
  background-size: 4.8rem 4.8rem;
}

.button-bar .button-bar-item a .img.zl {
  background: url(img/business-query-zl.png) center center no-repeat;
  background-size: 4.8rem 4.8rem;
}

.button-bar .button-bar-item a .img.ysz {
  background: url(img/business-query-3.png) center center no-repeat;
  background-size: 4.8rem 4.8rem;
}

.button-bar .button-bar-item a .img.cyzt {
  background: url(img/business-query-4.png) center center no-repeat;
  background-size: 4.8rem 4.8rem;
}

.button-bar .button-bar-item a .img.tfgg {
  background: url(img/business-query-5.png) center center no-repeat;
  background-size: 4.8rem 4.8rem;
}

.button-bar .button-bar-item a .img.fyhy {
  background: url(img/business-query-7.png) center center no-repeat;
  background-size: 4.8rem 4.8rem;
}

.button-bar .button-bar-item a .img.byhtksc {
  background: url(img/business-query-6.png) center center no-repeat;
  background-size: 3rem 3rem;
}

.button-bar .button-bar-item a .img.grgp {
  background: url(img/business-grgp.png) center center no-repeat;
  background-size: 4.8rem 4.8rem;
}

.button-bar .button-bar-item a .img.grfy {
  background: url(img/business-grgpfy.png) center center no-repeat;
  background-size: 4.8rem 4.8rem;
}

.button-bar .button-bar-item a .img.grwq {
  background: url(img/business-grwq.png) center center no-repeat;
  background-size: 4.8rem 4.8rem;
}

.button-bar .button-bar-item a .img.gpfy {
  background: url(img/business-gpList.png) center center no-repeat;
  background-size: 4.8rem 4.8rem;
}

.button-bar .button-bar-item a .img.hb-lp {
  background: url(img/hb-business-lp-1.png) center center no-repeat;
  background-size: 4.8rem 4.8rem;
}

.button-bar .button-bar-item a .img.hb-spf {
  background: url(img/hb-business-query-1.png) center center no-repeat;
  background-size: 4.8rem 4.8rem;
}

.button-bar .button-bar-item a .img.hb-clf {
  background: url(img/hb-business-query-2.png) center center no-repeat;
  background-size: 4.8rem 4.8rem;
}

.button-bar .button-bar-item a .img.hb-ysz {
  background: url(img/hb-business-query-3.png) center center no-repeat;
  background-size: 4.8rem 4.8rem;
}

.button-bar .button-bar-item a .img.hb-cyzt {
  background: url(img/hb-business-query-4.png) center center no-repeat;
  background-size: 4.8rem 4.8rem;
}

.button-bar .button-bar-item a .img.hb-tfgg {
  background: url(img/hb-business-query-5.png) center center no-repeat;
  background-size: 4.8rem 4.8rem;
}

.button-bar .button-bar-item a .img.hb-byhtksc {
  background: url(img/hb-business-query-6.png) center center no-repeat;
  background-size: 4.8rem 4.8rem;
}

.button-bar .button-bar-item a span {
  display: inline-block;
  font-size: 1.2rem;
  color: #000;
  line-height: 1.2rem;
  height: 2.4rem;
}

.search-wrap {
  background: #fff;
  height: 5rem;
  padding: 1rem 0 0;
}

.search-wrap .search-form {
  margin: 0 auto;
  width: 96%;
  background: #eee;
  border-radius: 0.4rem;
  height: 3.6rem;
  line-height: 3rem;
  font-size: 1.4rem;
}

.search-wrap .search-form .search-right.spe1 {
  display: flex;
}

.search-wrap .search-form .search-right .search-ico {
  display: block;
  float: left;
  width: 3.1rem;
  background: url(img/sou.png) 0.9rem 0.5rem no-repeat;
  background-size: 2.4rem;
  text-indent: -999px;
}

.search-wrap .search-form .search-right input {
  background: #eee;
  margin-left: 0.5rem;
  float: left;
  width: 85%;
  font-size: 1.4rem;
  height: 3.6rem;
  line-height: 3.6rem;
  zoom: 1;
  font-family: "microsoft yahei", " 宋 体 ", " arial ";
}

.search-wrap .search-form .sch-select-wrap {
  float: left;
  position: relative;
  width: 5em;
  padding-left: 0.5rem;
}

.search-wrap .search-form .sch-select-wrap select.select-custom {
  font-size: 1.4rem;
  line-height: 3.6rem;
  background: url(img/icon-select-arrow.png) no-repeat right center transparent;
  padding-right: 1.6rem;
  background-size: 1.4rem 0.8rem;
}

.border-bottom {
  border-bottom: 1px solid #eee;
}

/**
楼盘列表
 */
.lp-list {
  background: #fff;
  margin-top: -0.7rem;
}

.lp-list .item {
  border-top: 1px solid #eee;
  margin: 1rem 0;
  padding: 1rem 1rem 0rem;
}

.lp-list .item a {
  display: block;
  position: relative;
}

.lp-list .item a:before {
  content: attr(data-sets) "套";
  display: block;
  position: absolute;
  left: 1rem;
  top: 1rem;
  min-width: 2em;
  padding: 0.4rem 0.5rem;
  background: #fff;
  color: #ff0000;
  font-size: 1rem;
  line-height: 1;
  border-radius: 0.7rem;
}

.lp-list .item a .img {
  float: left;
  display: inline;
  width: 30%;
  height: 8.8rem;
  background: url(img/img-none.png) center center no-repeat;
  background-size: 10.7rem 8.8rem;
}

.lp-list .item a .txt {
  float: left;
  display: inline;
  width: 65%;
  margin-left: 2%;
}

.lp-list .item a .txt h5 {
  font-size: 1.6rem;
  line-height: 1;
  color: #000;
  margin-bottom: 0.5rem;
}

.lp-list .item a .txt p {
  padding: 0.3rem 0;
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #666;
}

/**
楼盘详情
 */
.m-top {
  margin-top: 1rem;
}

.lp-detail {
  background: #fff;
  padding-top: 1rem;
}

.lp-detail .title {
  margin: 0 1.5rem;
}

.lp-detail .title h1 {
  font-size: 1.8rem;
  color: #000;
  line-height: 2.2rem;
}

.lp-detail .title h1 .icon {
  float: right;
  margin-right: 0.5rem;
  padding: 0rem 1.1rem;
  font-size: 1.4rem;
  color: #fff;
  background: #f00;
  border-radius: 0.5rem;
}

.lp-detail .title h1 .icon.green {
  background: #00c200;
}

.lp-detail .title h1 .icon.red {
  background: #f00;
}

.lp-detail .title .sign {
  margin: 0.5rem 0;
}

.lp-detail .title .sign span {
  margin-right: 0.5rem;
  padding: 0rem 1.1rem;
  font-size: 1.4rem;
}

.lp-detail .title .sign span.blue {
  color: #008AFF;
  background-color: rgba(0, 138, 255, 0.1);
}

.lp-detail .title .sign span.orange {
  color: #FF7C00;
  background-color: rgba(255, 124, 0, 0.1);
}

.lp-detail-txt {
  background: #fff;
}

.lp-detail-txt .title {
  height: 3.4rem;
  line-height: 3.4rem;
  color: black;
  font-size: 1.4rem;
  border-bottom: 1px solid #eee;
}

.lp-detail-txt .title .all {
  float: right;
  display: inline;
  color: #008AFF;
  padding-right: 1rem;
  font-weight: 600;
}

.lp-detail-txt .title h4 {
  background: url(img/title-ico.png) left center no-repeat;
  background-size: 0.3rem;
  padding-left: 1.3rem;
  margin-left: 2rem;
  font-weight: 600;
}

.lp-detail-txt .map-wrap {
  margin: 1rem 1.5rem;
}

.lp-detail-txt .tbl-list {
  position: relative;
  margin-bottom: 1rem;
  padding: 0 1.5rem;
  border-bottom: 1px solid #eee;
  text-align: left;
}

.lp-detail-txt .tbl-list th, .lp-detail-txt .tbl-list td {
  background: #fff;
  padding: 0.8em 0.2em;
  color: #666;
  font-size: 1.4rem;
  line-height: 1.4;
  border-bottom: 1px solid #eee;
  font-family: "Microsoft YaHei", Arial, sans-serif;
}

.list-info {
  margin-bottom: 1rem;
  border-bottom: 1px solid #eee;
}

.list-info .txt-bar-item {
  margin: 0 1.5rem;
  background: #fff;
  padding: 0.5rem 0rem;
  color: #000;
  line-height: 2.4rem;
  border-bottom: 1px solid #eee;
  font-family: "Microsoft YaHei", Arial, sans-serif;
}

.list-info .txt-bar-item .link-blue {
  color: #008AFF;
}

.list-info .txt-bar-item em {
  color: #000;
  display: inline;
  float: left;
  width: 22%;
  font-size: 1.4rem;
}

.list-info .txt-bar-item span {
  float: left;
  width: 68%;
  display: inline-block;
  color: #666;
  text-align: left;
  font-size: 1.4rem;
}

.table-info {
  margin-bottom: 1rem;
  border-bottom: 1px solid #eee;
}

.table-info .info-bar-item {
  margin: 0 1.5rem;
  background: #fff;
  padding: 0.5rem 0rem;
  color: #666;
  line-height: 2.4rem;
  border-bottom: 1px solid #eee;
  font-family: "Microsoft YaHei", Arial, sans-serif;
}

.table-info .info-bar-item.th {
  font-weight: bold;
}

.table-info .info-bar-item.th-fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: calc(100% - 3rem);
}

.table-info .info-bar-item em {
  display: inline;
  float: left;
  width: 25%;
  font-size: 1.4rem;
}

.table-info .info-bar-item i {
  display: inline;
  float: left;
  width: 40%;
  font-size: 1.4rem;
}

.table-info .info-bar-item span {
  float: left;
  width: 35%;
  display: inline-block;
  text-align: left;
  font-size: 1.4rem;
}

.box-info {
  margin-bottom: 1rem;
  border-bottom: 1px solid #eee;
}

.box-info .box-bar-item {
  margin: 0 1.5rem;
  background: #fff;
  padding: 0.5rem 0rem;
  color: #666;
  line-height: 2.4rem;
  border-bottom: 1px solid #eee;
  font-family: "Microsoft YaHei", Arial, sans-serif;
}

.box-info .box-bar-item.th {
  font-weight: bold;
}

.box-info .box-bar-item.th-fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: calc(100% - 3rem);
}

.box-info .box-bar-item em {
  display: inline;
  float: left;
  width: 30%;
  font-size: 1.4rem;
}

.box-info .box-bar-item i {
  display: inline;
  float: left;
  width: 15%;
  font-size: 1.4rem;
  text-align: left;
}

.box-info .box-bar-item u {
  display: inline;
  float: left;
  width: 15%;
  font-size: 1.4rem;
  text-decoration: none;
  text-align: center;
}

.box-info .box-bar-item span {
  float: left;
  width: 20%;
  display: inline-block;
  text-align: right;
  font-size: 1.4rem;
}

.box-info .box-bar-item a {
  float: left;
  width: 20%;
  display: inline-block;
  text-align: right;
  font-size: 1.4rem;
  color: #666;
}

.box-info .box-bar-item a.blue {
  color: #008AFF;
}

/**
从业主体查询结果
 */
.cyzt-box {
  background: #fff;
  padding-top: 1rem;
}

.cyzt-box a {
  display: block;
}

.cyzt-box .title {
  margin: 0 1.5rem;
  border-bottom: 1px solid #eee;
}

.cyzt-box .title .txt-l {
  float: left;
  display: inline;
  width: 65%;
}

.cyzt-box .title .txt-l h2 {
  font-size: 1.6rem;
  color: rgba(0, 0, 0, 0.87);
  line-height: 2.2rem;
}

.cyzt-box .title .txt-l p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.2rem;
}

.cyzt-box .title .txt-r {
  float: right;
  display: inline;
  width: 33%;
  text-align: right;
}

.cyzt-box .title .txt-r span {
  margin-right: 0.5rem;
  padding: 0rem 1rem;
  font-size: 1.4rem;
  display: inline-block;
}

.cyzt-box .title .txt-r span.blue {
  color: #008AFF;
  background-color: rgba(0, 138, 255, 0.1);
}

.booking-history-more {
  padding: 0 1.5rem;
}

.booking-history-more a {
  display: block;
}

.sigma-content {
  text-align: center;
  background-color: #f1f1f5;
}

.sigma-middle-line:before {
  content: '';
  display: block;
  height: 0.1rem;
  width: 100%;
  background-color: #d3d3d3;
  /*颜色需与主题大背景色一致*/
  position: relative;
  top: 1.2rem;
  /*调节线高*/
  left: 0;
}

.sigma-line-text {
  display: inline-block;
  background: #f1f1f5;
  padding: 0 1rem 0 1rem;
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  color: #008aff;
}

.file-booking-useinfo::-webkit-scrollbar-track-piece {
  background-color: transparent;
  border-left: 1px solid transparent;
}

.file-booking-useinfo::-webkit-scrollbar {
  width: 6px;
  height: 13px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.file-booking-useinfo::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  min-height: 28px;
}

.file-booking-useinfo::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/***
楼市行情
 */
.ls-nav {
  margin: 0 auto;
  text-align: center;
}

.ls-nav .ls-title {
  letter-spacing: -0.5em;
  text-align: center;
  line-height: 3.2rem;
  height: 3.2rem;
  font-size: 1.4rem;
  margin: 1.5rem auto;
}

.ls-nav .ls-title a {
  display: inline-block;
  letter-spacing: normal;
  padding: 0rem 1rem;
  border: 1px solid #eee;
  color: rgba(0, 0, 0, 0.87);
}

.ls-nav .ls-title a:first-child {
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
}

.ls-nav .ls-title a:last-child {
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}

.ls-nav .ls-title a.on {
  color: #fff;
  background: #0083FF;
  border-color: #0083ff;
}

.ls-container {
  margin-top: -1rem;
}

.ls-container .nav-tab {
  border-bottom: 1px solid #eee;
}

.ls-container .swiper1 .swiper-slide {
  text-align: center;
  font-size: 1.4rem;
  height: 3.5rem;
  color: #666;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
}

.ls-container .swiper1 .selected {
  color: #008AFF;
  border-bottom: 2px solid #008AFF;
}

.ls-content {
  padding: 1.5rem 0.7rem;
}

.ls-content .table th, .ls-content .table td {
  border: 1px solid #eee;
}

.ls-content .table td {
  text-align: center;
  line-height: 4rem;
  color: rgba(0, 0, 0, 0.87);
}

.ls-content .table thead {
  background: #F5F5F5;
}

.ls-content .table thead th {
  text-align: center;
  font-size: 1.4rem;
  color: #666;
  line-height: 3.2rem;
}

.container-tips-box {
  position: relative;
  position: relative;
  width: 100%;
  height: 32rem;
}

.container-tips-box-item {
  position: absolute;
  width: 12rem;
  height: 12rem;
  line-height: 12rem;
  text-align: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.container-tips-box-item.bg-data {
  width: 12rem;
  height: 12rem;
  background: url(img/withoutData-ico.png) center center no-repeat;
  background-size: 12rem 12rem;
}

.container-tips-box-item.bg-lp {
  width: 12rem;
  height: 12rem;
  background: url(img/withoutLp-ico.png) center center no-repeat;
  background-size: 12rem 12rem;
}

.container-tips-box-txt {
  margin: 0 auto;
  width: 15rem;
  top: 23rem;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  color: rgba(0, 0, 0, 0.6);
  font-size: 1.2rem;
  text-align: center;
}

.page-tfgg-query .part-top-warp {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

.page-tfgg-query .search-area {
  padding: 0.4rem 0;
  border-bottom: 1px solid #eee;
  background: #fff;
}

.page-tfgg-query .search-wrap {
  padding: 0.4rem 0;
  background: #fff;
  height: 1.8rem;
  border-bottom: 1px solid #eee;
}

.page-tfgg-query .search-wrap .search-form {
  margin: 0 auto;
  width: 96%;
  background: #eee;
  border-radius: 0.2rem;
  height: 1.8rem;
  line-height: 1.5rem;
  font-size: 0.7rem;
}

.page-tfgg-query .search-wrap .search-form .search-right.spe1 {
  display: flex;
}

.page-tfgg-query .search-wrap .search-form .search-right .search-ico {
  display: block;
  float: left;
  width: 1.5rem;
  height: 1.8rem;
  background: url(img/sou.png) center no-repeat;
  background-size: 1.2rem;
  text-indent: -999px;
}

.page-tfgg-query .search-wrap .search-form .search-right input {
  background: #eee;
  margin-left: 0;
  float: left;
  width: 85%;
  font-size: 0.7rem;
  height: 1.8rem;
  line-height: 1.8rem;
  zoom: 1;
  font-family: "microsoft yahei", " 宋 体 ", " arial ";
}

.page-tfgg-query .date-wrap {
  display: flex;
  margin: 0 auto;
  width: 96%;
  justify-content: space-between;
}

.page-tfgg-query .date-wrap .date-bar {
  display: flex;
}

.page-tfgg-query .date-wrap .weui-input.custom-input {
  padding-left: 1.5rem;
  background: #eee url("img/icon-date.png") no-repeat 0.25rem 50%;
  background-size: 1.2rem 1.2rem;
  width: 4.6rem;
  height: 1.8rem;
  font-size: 0.7rem;
  line-height: 1.8rem;
  font-family: "microsoft yahei", " 宋 体 ", " arial ";
}

.page-tfgg-query .date-wrap .mid-line {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
}

.page-tfgg-query .date-wrap .btn-search {
  width: 4em;
  height: 1.8rem;
  background-color: #018ce2;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  font-size: 0.7rem;
  line-height: 1.8rem;
}

.page-tfgg-query .new-wrap {
  margin-top: 5.8rem;
  font-size: 0.85rem;
}

.page-tfgg-query .new-wrap ul {
  background: #fff;
}

.page-tfgg-query .new-wrap li {
  border-bottom: 1px solid #e5e5e5;
  padding: 0.5rem 0.75rem;
  line-height: 2rem;
}

.page-tfgg-query .new-wrap li .head {
  font-size: 0.7rem;
  height: 1.4rem;
  line-height: 1.4rem;
}

.page-tfgg-query .new-wrap li .head h5 {
  float: left;
  display: inline;
  font-size: 0.8rem;
  color: #000;
  font-weight: 600;
}

.page-tfgg-query .new-wrap li .head span {
  color: #999;
  float: right;
  padding-right: 0.2rem;
  font-size: 0.6rem;
  font-family: Arial, Helvetica, sans-serif;
}

.page-tfgg-query .new-wrap li .txt {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #999;
  font-size: 0.6rem;
  font-family: "Microsoft Yahei";
  line-height: 1.4;
}

.page-tfgg-query .show-more {
  padding-bottom: 1rem;
  font-size: 0.7rem;
}

.cyzt-portal-list {
  position: relative;
  padding: 2rem 1rem;
}

.cyzt-portal-list .portal-item {
  position: relative;
  margin-top: 1.5rem;
  padding: 3rem 4rem;
  display: flex;
  align-items: center;
  min-height: 3rem;
  border: 1px solid #f2f2f2;
  box-shadow: 5px 5px 5px rgba(242, 242, 242, 0.35);
  background: url(img/arrow-r.png) no-repeat right center;
  background-size: 3rem;
}

.cyzt-portal-list .portal-item:first-child {
  margin-top: 0;
}

.cyzt-portal-list .portal-item.org::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2rem;
  width: 4rem;
  height: 4rem;
  background: url(img/cyzt-icon-org.png) no-repeat center;
  background-size: 2.6rem;
}

.cyzt-portal-list .portal-item.person::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2rem;
  width: 4rem;
  height: 4rem;
  background: url(img/cyzt-icon-person.png) no-repeat center;
  background-size: 2.6rem;
}

.cyzt-person-list {
  position: relative;
  padding: 0 1rem;
}

.cyzt-person-list .person-item {
  background: #fff;
  position: relative;
  margin-top: 1.5rem;
  padding: 1rem 3rem 1rem 1rem;
  display: block;
  min-height: 3rem;
}

.cyzt-person-list .person-item::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1.5rem;
  width: 3rem;
  height: 3rem;
  background: url(img/arrow-r.png) no-repeat center;
  background-size: 3rem;
}

.cyzt-person-list .person-item:first-child {
  margin-top: none;
}

.cyzt-person-list .person-item .hd {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
}

.cyzt-person-list .person-item .line {
  width: 80%;
  border-bottom: 2px solid #f5f5f5;
}

.cyzt-person-list .person-item .con {
  padding-top: 0.5em;
}

.comment-list {
  position: relative;
  padding: 0 1rem;
}

.comment-list .comment-item {
  background: #fff;
  position: relative;
  margin-top: 1.5rem;
  padding: 1rem;
  display: block;
}

.comment-list .comment-item:first-child {
  margin-top: none;
}

.comment-list .comment-item .row {
  display: flex;
  color: #aaa;
  font-size: 1.4rem;
  line-height: 1.5;
}

.comment-list .comment-item .row .name {
  color: #333;
  min-width: 5em;
}

.page-sales-list {
  background: #fff;
}

.page-sales-list .flex-1 {
  flex: 1;
}

.page-sales-list .flex-2 {
  flex: 2;
}

.page-sales-list select.sec-list {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 4rem;
  appearance: none;
  border: none;
  background-color: #f2f2f2;
  border-radius: 0.5rem;
  padding-left: 40%;
}

.page-sales-list .tbl-container {
  position: relative;
}

.page-sales-list .tbl-container .tbl-hd {
  position: relative;
  padding: 1rem;
  background: #fff;
}

.page-sales-list .tbl-container .tbl-hd::after {
  content: '';
  position: absolute;
  right: 2.2rem;
  top: 50%;
  margin-top: -0.7rem;
  width: 0.8rem;
  height: 0.8rem;
  border: 2px solid #ababab;
  border-left: none;
  border-bottom: none;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.page-sales-list .tbl-container .tbl-con {
  position: relative;
}

.page-sales-list .list-tbl {
  position: relative;
}

.page-sales-list .list-tbl .list-tbl-item {
  position: relative;
  padding: 1rem;
  border-top: 1rem solid #f2f2f2;
}

.page-sales-list .list-tbl .list-tbl-item:first-child {
  border-top: 0;
}

.page-sales-list .list-tbl .list-tbl-item .hd {
  text-align: center;
  color: #333;
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: 400;
  border-bottom: 1px solid #f2f2f2;
}

.page-sales-list .list-tbl .list-tbl-item .row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0.5rem;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.4;
}

.page-sales-list .list-tbl .list-tbl-item .row .name {
  padding-right: 0.5em;
  min-width: 2em;
}

.page-sales-list .list-tbl .list-tbl-item .row .name.w3 {
  width: 3em;
}

.page-sales-list .list-tbl .list-tbl-item .row .name.w4 {
  width: 4em;
}

.page-sales-list .list-tbl .list-tbl-item .row .name.w5 {
  width: 5em;
}

.page-sales-list .list-tbl .list-tbl-item .row .name.w6 {
  width: 6em;
}

.page-sales-list .list-tbl .list-tbl-item .row .name.w7 {
  width: 7em;
}

.page-sales-list .list-tbl .list-tbl-item .row .name.w8 {
  width: 8em;
}

.page-sales-list .list-tbl .list-tbl-item .row .name.w9 {
  width: 9em;
}

.page-sales-list .list-tbl .list-tbl-item .row .name.w10 {
  width: 10em;
}

.page-sales-list .list-tbl .list-tbl-item .row .val {
  flex: 1;
  color: #aaa;
}

.page-sales-list .tbl-viewlpb {
  position: relative;
}

.page-sales-list .tbl-viewlpb .lpb-hd {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  padding: 1rem;
  color: #333;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: bold;
}

.page-sales-list .tbl-viewlpb .lpb-legend {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 4.6rem;
  padding: 1rem 1rem 2rem 1rem;
  color: #7F7F7F;
  font-size: 1.2rem;
  line-height: 2rem;
}

.page-sales-list .tbl-viewlpb .lpb-legend .icon {
  margin-right: 0.5rem;
}

.page-sales-list .tbl-viewlpb .lpb-legend .icon i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4rem;
  width: 1.2rem;
  height: 1.2rem;
  background: #6CE02A;
}

.page-sales-list .tbl-viewlpb .lpb-legend .icon.icon-green i {
  background: #4B59D9;
}

.page-sales-list .tbl-viewlpb .lpb-legend .icon.icon-orange i {
  background: #F1D723;
}

.page-sales-list .tbl-viewlpb .lpb-legend .icon.icon-yellow i {
  background: #ff8400;
}

.page-sales-list .tbl-viewlpb .lpb-legend .icon.icon-red i {
  background: #EB3D3D;
}

.page-sales-list .tbl-viewlpb .lpb-legend .icon.icon-gray i {
  background: #C6C6C6;
}

.page-sales-list .tbl-viewlpb .lpb-legend .icon.icon-fp i {
  background: #FFBD00;
}

.page-sales-list .tbl-viewlpb .lpb-legend .icon.icon-dy i {
  background: url("img/icon-house-dy.png") left center no-repeat;
  background-size: 12px 12px;
}

.page-sales-list .tbl-viewlpb .lpb-legend .icon.icon-cf i {
  background: url("img/icon-house-cf.png") left center no-repeat;
  background-size: 12px 12px;
}

.page-sales-list .tbl-viewlpb .lpb-legend .icon.icon-xs i {
  background: url("img/icon-house-xs.png") left center no-repeat;
  background-size: 12px 12px;
}

.page-sales-list .tbl-viewlpb .lpb-con {
  position: fixed;
  left: 0;
  right: 0;
  top: 4rem;
  bottom: 9.6rem;
  overflow: auto;
  box-sizing: border-box;
  padding: 0 1rem;
}

.page-sales-list .tbl-viewlpb .lpb-con .table-building {
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
}

.page-sales-list .tbl-viewlpb .lpb-con .table-building .tr {
  display: flex;
  flex-flow: wrap;
  padding-left: 5.6rem;
}

.page-sales-list .tbl-viewlpb .lpb-con .table-building .th,
.page-sales-list .tbl-viewlpb .lpb-con .table-building .td {
  display: inline-flex;
  border: 0.4rem solid #fff;
}

.page-sales-list .tbl-viewlpb .lpb-con .table-building .th > div,
.page-sales-list .tbl-viewlpb .lpb-con .table-building .td > div {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-width: 4.8rem;
  height: 4.8rem;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background: #E8EAEC;
}

.page-sales-list .tbl-viewlpb .lpb-con .table-building .th > div.nopop,
.page-sales-list .tbl-viewlpb .lpb-con .table-building .td > div.nopop {
  color: #666;
  background: #E8EAEC;
}

.page-sales-list .tbl-viewlpb .lpb-con .table-building .th > div.green,
.page-sales-list .tbl-viewlpb .lpb-con .table-building .td > div.green {
  background: #4B59D9;
}

.page-sales-list .tbl-viewlpb .lpb-con .table-building .th > div.yellow,
.page-sales-list .tbl-viewlpb .lpb-con .table-building .td > div.yellow {
  background: #ff8400;
}

.page-sales-list .tbl-viewlpb .lpb-con .table-building .th > div.orange,
.page-sales-list .tbl-viewlpb .lpb-con .table-building .td > div.orange {
  background: #F1D723;
}

.page-sales-list .tbl-viewlpb .lpb-con .table-building .th > div.red,
.page-sales-list .tbl-viewlpb .lpb-con .table-building .td > div.red {
  color: #fff;
  background: #EB3D3D;
}

.page-sales-list .tbl-viewlpb .lpb-con .table-building .th > div.gray,
.page-sales-list .tbl-viewlpb .lpb-con .table-building .td > div.gray {
  background: #C6C6C6;
}

.page-sales-list .tbl-viewlpb .lpb-con .table-building .th > div.fp,
.page-sales-list .tbl-viewlpb .lpb-con .table-building .td > div.fp {
  background: #FFBD00;
}

.page-sales-list .tbl-viewlpb .lpb-con .table-building .th > div .icon-wrap,
.page-sales-list .tbl-viewlpb .lpb-con .table-building .td > div .icon-wrap {
  display: block;
  letter-spacing: -0.5em;
  position: absolute;
  left: 0;
  top: 0;
}

.page-sales-list .tbl-viewlpb .lpb-con .table-building .th > div .icon-wrap i,
.page-sales-list .tbl-viewlpb .lpb-con .table-building .td > div .icon-wrap i {
  display: inline-block;
  letter-spacing: normal;
  width: 16px;
  height: 16px;
  background: url("img/icon-house-dy.png") center no-repeat;
  background-size: 16px 16px;
  overflow: hidden;
  text-indent: -9999px;
}

.page-sales-list .tbl-viewlpb .lpb-con .table-building .th > div .icon-wrap i.icon-dy,
.page-sales-list .tbl-viewlpb .lpb-con .table-building .td > div .icon-wrap i.icon-dy {
  background-image: url("img/icon-house-dy.png");
}

.page-sales-list .tbl-viewlpb .lpb-con .table-building .th > div .icon-wrap i.icon-cf,
.page-sales-list .tbl-viewlpb .lpb-con .table-building .td > div .icon-wrap i.icon-cf {
  background-image: url("img/icon-house-cf.png");
}

.page-sales-list .tbl-viewlpb .lpb-con .table-building .th > div .icon-wrap i.icon-xs,
.page-sales-list .tbl-viewlpb .lpb-con .table-building .td > div .icon-wrap i.icon-xs {
  background-image: url("img/icon-house-xs.png");
}

.page-sales-list .tbl-viewlpb .lpb-con .table-building .td:first-child > div {
  width: 4.8rem;
  white-space: pre-wrap;
  box-sizing: border-box;
  padding: 0 0.5rem;
  line-height: 1.5;
}

.page-sales-list .tbl-viewlpb .lpb-con .table-building .th {
  border-top-color: transparent;
}

.page-sales-list .tbl-viewlpb .lpb-con .table-building .th:first-child,
.page-sales-list .tbl-viewlpb .lpb-con .table-building .td:first-child {
  margin-left: -5.6rem;
  border-left-color: transparent;
}

.page-sales-list .list-ld {
  margin: 1rem;
  border: 1px solid #d7d7d7;
}

.page-sales-list .list-ld .list-ld-item {
  display: flex;
  position: relative;
  padding: 0.8rem 2.5rem 0.8rem 0.8rem;
  color: #555;
  font-size: 1.6rem;
  line-height: 1.5;
  border-bottom: 1px solid #d7d7d7;
}

.page-sales-list .list-ld .list-ld-item::after {
  content: '';
  position: absolute;
  right: 1.5rem;
  top: 50%;
  margin-top: -0.5rem;
  width: 0.8rem;
  height: 0.8rem;
  border: 2px solid #ababab;
  border-left: none;
  border-bottom: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.page-sales-list .dialog-roompice {
  display: none;
  position: fixed;
  z-index: 1001;
  left: 50%;
  top: 50%;
  min-width: 30rem;
  max-width: 80%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 0.8rem;
  overflow: hidden;
}

.page-sales-list .dialog-roompice .dialog-hd {
  height: 4rem;
  text-align: center;
  color: #333;
  font-size: 1.6rem;
  line-height: 4rem;
  background-color: #f2f2f2;
}

.page-sales-list .dialog-roompice .dialog-btn {
  height: 4rem;
  text-align: center;
  color: #D9001B;
  font-size: 1.6rem;
  line-height: 4rem;
  background-color: #fff;
}

.page-sales-list .dialog-roompice .row {
  display: flex;
  padding: 0.3rem 1.5rem;
  color: #333;
  font-size: 1.4rem;
  line-height: 2rem;
  border-bottom: 1px solid #f5f5f5;
}

.page-sales-list .dialog-roompice .row .name {
  padding-right: 0.5em;
  min-width: 2em;
}

.page-sales-list .dialog-roompice .row .name.w6 {
  width: 6em;
}

.page-sales-list .dialog-roompice .row .val {
  flex: 1;
  color: #aaa;
}

.page-sales-list .dialog-roompice .row .val.txt-red {
  color: #EB3D3D;
}

.page-sales-list .dialog-roompice .row .val.txt-dy {
  color: #ff94b4;
}

.page-sales-list .dialog-roompice .row .val.txt-cf {
  color: #EE26A4;
}

.page-sales-list .dialog-roompice .row .val.txt-xs {
  color: #BE228A;
}

.page-sales-list .dialog-roompice .ewm-wrap {
  padding: 1rem 0;
  width: 100%;
  box-sizing: border-box;
}

.page-sales-list .dialog-roompice .ewm-wrap .ewm-img {
  margin: 0 auto;
  width: 150px;
  height: 150px;
}

.page-sales-list .dialog-roompice .ewm-wrap .ewm-txt {
  padding-top: 0.5em;
  text-align: center;
  font-size: 14px;
}

.page-cyzt-detail {
  background: #fff;
}

.page-cyzt-detail .lp-detail {
  background: transparent;
}

.page-cyzt-detail .list-info .txt-bar-item {
  background: none;
}

.page-cyzt-detail .lp-detail-txt {
  background: none;
}

.page-index {
  width: 100vw;
  height: 100vh;
  background: #eee url(img/index-fullbg.png) no-repeat center;
  background-size: cover;
}

.page-index .con {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page-index .icon-city {
  margin: 0 auto;
  width: 184px;
  height: 58px;
  background: url(img/index-city.png) no-repeat center;
  background-size: cover;
}

.page-index .nav-list {
  margin: 10px auto 0;
  width: 300px;
}

.page-index .nav-list .nav-item {
  display: block;
  width: 300px;
  height: 60px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.page-index .nav-list .nav-item.icon1 {
  background-image: url(img/index-nav1.png);
}

.weui-photo-browser-modal {
  z-index: 9999;
}

.page-contract-list .con-list {
  padding: 2.5rem 1.5rem 0;
}

.page-contract-list .con-list .list-item {
  margin-bottom: 2.5rem;
  padding: 1.5rem;
  background: #fff;
  border-radius: 1rem;
  color: #666;
  font-size: 1.4rem;
  line-height: 1.5;
}

.page-contract-list .con-list .list-item .sinple-row {
  position: relative;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.page-contract-list .con-list .list-item .hd {
  color: #000;
  font-size: 1.3em;
  font-weight: bold;
}

.page-contract-list .con-list .list-item .row {
  display: flex;
}

.page-contract-list .con-list .list-item .row .row-name.w5 {
  min-width: 5em;
}

.page-contract-list .con-list .list-item .row .row-name::after {
  content: '：';
  display: inline;
  font-size: inherit;
}

.page-contract-list .con-list .list-item .row .row-val {
  flex: 1;
  position: relative;
  color: #000;
}

.page-contract-list .con-list .list-item .row .row-val.simple {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.page-comment-result {
  min-height: 100vh;
  background: #fff;
}

.page-comment-result .result-wrap {
  position: relative;
}

.page-comment-result .result-wrap .top-bg {
  margin-bottom: 8rem;
  width: 100%;
  height: 15.5rem;
  background: url(img/comment-bg.png) no-repeat center;
  background-size: cover;
}

.page-comment-result .result-wrap .icon {
  position: absolute;
  left: 50%;
  top: 9rem;
  margin-left: -7rem;
}

.page-comment-result .result-wrap .icon.icon-success {
  width: 14rem;
  height: 14rem;
  background: url(img/icon-comment-success.png) no-repeat center;
  background-size: cover;
}

.page-comment-result .result-wrap .result-desc {
  text-align: center;
}

.page-comment-result .result-wrap .result-desc .hd {
  font-size: 1.8rem;
  color: #21a4e6;
}

.page-comment-result .result-wrap .result-desc .txt {
  margin-top: 1rem;
  font-size: 1.4rem;
  color: #999999;
}

.cust-form-detail {
  margin-bottom: 1rem;
  border-bottom: 1px solid #eee;
}

.cust-form-detail .row-item {
  display: flex;
  background: #fff;
  padding: 0.5rem 1.5rem;
  color: #000;
  line-height: 2.4rem;
  border-bottom: 1px solid #eee;
  font-family: "Microsoft YaHei", Arial, sans-serif;
}

.cust-form-detail .row-item .link-blue {
  color: #008AFF;
}

.cust-form-detail .row-item .name {
  display: block;
  min-width: 2em;
  color: #000;
  font-size: 1.4rem;
}

.cust-form-detail .row-item .name.w4 {
  min-width: 4em;
}

.cust-form-detail .row-item .name.w5 {
  min-width: 5em;
}

.cust-form-detail .row-item .name.w6 {
  min-width: 6em;
}

.cust-form-detail .row-item .name.w7 {
  min-width: 7em;
}

.cust-form-detail .row-item .val {
  display: block;
  flex: 1;
  margin-left: 0.5em;
  color: #666;
  font-size: 1.4rem;
}
.contract-detail .mod-form {
  background: #fff;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e5e5e5;
}
.contract-detail .mod-form .row-item {
  display: flex;
  margin: 0 1rem;
  background: #fff;
  padding: 0.6rem 0;
  color: #333;
  line-height: 2rem;
  border-bottom: 1px solid #eee;
  font-family: "Microsoft YaHei", Arial, sans-serif;
}
.contract-detail .mod-form .row-item .txt-name {
  margin-left: 1rem;
  margin-right: 0.5rem;
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.4rem;
  min-width: 2em;
}
.contract-detail .mod-form .row-item .txt-name.w4 {
  min-width: 4em;
}
.contract-detail .mod-form .row-item .txt-name.w5 {
  min-width: 5em;
}
.contract-detail .mod-form .row-item .txt-name.w6 {
  min-width: 6em;
}
.contract-detail .mod-form .row-item .txt-val {
  flex: 1;
  color: #666;
  text-align: left;
  font-size: 1.4rem;
}