<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/**!
* 不动产专区
* date:2022-06-14
* author: zhoujie;
*/
body {
  min-width: 1200px;
}

.content {
  margin-top: -1px;
}

.banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 300px;
  background: url(../images/real_estate/bg-banner.jpg) center;
  padding-top: 0;
}

.banner .left {
  width: 80%;
  height: 100%;
  overflow: hidden;
}

.banner .left .subtitle {
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  line-height: 62px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.container {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main {
  width: 100%;
  background: #fff;
}

.main .container {
  padding-top: 20px;
  padding-bottom: 32px;
}

.main .container .module-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 52px;
  padding: 0 54px;
  font-size:28px;
  background: url(../images/real_estate/bg-module-head.png) bottom left no-repeat;
}

.main .container .module-head p {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 30px;
  color: #333333;
}

.main .container .module-content {
  width: 100%;
}

.related-matters .module-content .related-matters-tb {
  margin-top: 30px;
  margin-bottom: 12px;
  width: 100%;
  table-layout: fixed;
  background: #fff;
  -webkit-box-shadow: 0px 0px 45px 14px rgba(119, 119, 119, 0.07);
          box-shadow: 0px 0px 45px 14px rgba(119, 119, 119, 0.07);
  border-radius: 5px;
  overflow: hidden;
}

.related-matters .module-content .related-matters-tb tr:nth-child(even) {
  background: #f7f9ff;
}

.related-matters .module-content .related-matters-tb tr:hover {
  background: #fff3e8;
}

.related-matters .module-content .related-matters-tb tr:hover td {
  color: #2a68ad;
}

.related-matters .module-content .related-matters-tb th {
  height: 64px;
  background: #4474b4;
  text-align: center;
  font-weight: 500;
  color: #fff;
  font-size: 20px;
}

.related-matters .module-content .related-matters-tb th:nth-child(2) {
  padding: 0 20px;
  text-align: left;
}

.related-matters .module-content .related-matters-tb td {
  height: 56px;
  text-align: center;
  font-size: 16px;
  padding: 0 20px;
  overflow: hidden;
}

.related-matters .module-content .related-matters-tb .name {
  text-align: left;
  line-height: 30px;
}

.related-matters .module-content .related-matters-tb .handle-btn {
  display: inline-block;
  background-color: #2a68ad;
  width: 104px;
  height: 32px;
  line-height: 32px;
  border-radius: 16px;
  color: #fff;
  cursor: pointer;
}

.related-matters .module-content .related-matters-tb .handle-btn:hover {
  background: #ff8c16;
}



.progress .module-content {
  padding-top: 30px;
}

.progress .module-content .progress-tb {
  width: 100%;
  table-layout: fixed;
  background: #fff;
}

.progress .module-content .progress-tb tr:nth-child(even) {
  background: #f7f9ff;
}

.progress .module-content .progress-tb tr:hover td {
  color: #2a68ad;
}

.progress .module-content .progress-tb th {
  height: 64px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  background: #4474b4;
}

.progress .module-content .progress-tb th:nth-child(2) {
  padding: 0 20px;
  text-align: left;
}

.progress .module-content .progress-tb td {
  height: 56px;
  text-align: center;
  font-size: 16px;
}

.progress .module-content .progress-tb td a {
  height: 100%;
}

.progress .module-content .progress-tb td.name {
  text-align: left;
  padding: 0 20px;
}

.progress .module-content .progress-tb td.handle p {
  color: #feae24;
  background: rgba(254, 174, 36, 0.1);
  border: 1px solid rgba(254, 174, 36, 0.4);
}

.progress .module-content .progress-tb td.finish p {
  color: #94c628;
  background: #effcf2;
  border: 1px solid #c9ebd0;
}

.progress .module-content .progress-tb td.get p {
  color: #5d92f8;
  background: rgba(93, 146, 248, 0.1);
  border: 1px solid rgba(93, 146, 248, 0.4);
}

.progress .module-content .progress-tb td:nth-child(5) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.progress .module-content .progress-tb td:nth-child(5) p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 34px;
  padding: 0 21px;
  border-radius: 2px;
}

.progress .module-content .scroll-box {
  
}
.scroll-box{
	height: 456px;
	margin-bottom: 14px;
	border: 1px solid #e7e7e7;
	border-top: 0;
	overflow: hidden;
}


.title {
  font-size: 28px;
  font-weight: bold;
  color: #484e54;
}




.policy .container {
  padding-bottom: 55px;
}

.policy-list {
  width: 100%;
  min-height: 300px;
  padding: 10px 24px;
  margin-top: 33px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  background: linear-gradient(94.72deg, #F5FAFF 2.08%, #FFFFFF 86.64%);
  border: 1px solid #9EC7FF;
  -webkit-box-shadow: 0px 4px 20px rgba(17, 51, 83, 0.06);
          box-shadow: 0px 4px 20px rgba(17, 51, 83, 0.06);
  border-radius: 4px;
}

.policy-list li {
  position: relative;
  height: 74px;
  border-bottom: 1px dashed #C8D1E3;
}

.policy-list li:last-child {
  border: none;
}

.policy-list li::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: '';
  width: 8px;
  height: 8px;
  margin-right: 16px;
  border-radius: 50%;
  background: #2A68AD;
}

.policy-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding-left: 24px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}

.policy-list li a .name {
  width: 84%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.policy-list li:hover a, .policy-list li.active a {
  color: #2a68ad;
}

.pager {
  padding-bottom: 10px;
  text-align: center;
}



.benefit-enterprise {
  min-height: 346px;
}

.benefit-enterprise .container {
  padding: 54px 0 0 0;
}

.benefit-enterprise .see-more {
  top: 62px;
}
.see-more {
  position: absolute;
  right: 0;
  display: inline-block;
  font-size: 16px;
  color: #2868B1;
  padding-right: 25px;
  background: url("../images/zqsk/arrow.png") no-repeat right center;
}

.benefit-enterprise .swiper-container {
  padding-bottom: 24px;
  margin-top: 26px;
}

.benefit-enterprise .swiper-slide {
  width: 384px;
  height: 145px;
  border: 1px solid #d6e3f3;
  padding: 15px 16px 0 17px;
  background: url("../images/zqsk/list-bg.png") no-repeat center;
}

.benefit-enterprise .slide-title {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  height: 60px;
}

.benefit-enterprise .slide-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 16px;
}

.benefit-enterprise .slide-bottom .date {
  color: #666;
  line-height: 36px;
}

.benefit-enterprise .slide-bottom .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  width: 168px;
}

.benefit-enterprise .slide-bottom .btn a {
  display: inline-block;
  width: 80px;
  height: 36px;
  line-height: 34px;
  border: 1px solid #2868B1;
  border-radius: 18px;
  text-align: center;
  font-size: 16px;
}

.benefit-enterprise .slide-bottom .btn .check-btn {
  color: #2868b1;
}

.benefit-enterprise .slide-bottom .btn .declare-btn {
  background: #2868b1;
  color: #fff;
  margin-left: 8px;
}


body .swiper-pagination {
  bottom: 0 !important;
}

body .swiper-pagination .swiper-pagination-bullet-active {
  width: 34px !important;
}

body .swiper-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 4px;
  background: #2868b1;
  border-radius: 2px;
  margin: 0 3px !important;
}







</pre></body></html>