﻿/* 页面公共部分 */

/* tab */
.wt-tab-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  /*float: left;*/
}
.wt-tab .wt-tab-nav li {
  padding: 0 5px 10px 5px;
  margin-right: 56px;
  cursor: pointer;
}
.wt-tab .wt-tab-nav li:hover{
  color: #457EFF;
}
.wt-tab .wt-tab-nav li.active {
  border-bottom: 4px solid #457EFF;
}
.wt-tab .wt-tab-nav li.active a{
  color: #457EFF;
  font-family:Microsoft YaHei;
}
.wt-tab-content .wt-tab-item.hide {
  display: none !important;
}
.wt-tab-content .wt-tab-item{
	text-align:justify;
}
/* header start */
header{
  background-color: #ffffff;
}
.wt-header-tab {
  width: 100%;
  background: #fff;
  box-shadow:0px 7px 13px 0px rgba(59,97,183,0.1);
  min-height: 3px;
}
.wt-header-nav, .wt-header-tab .wt-tab-nav {
  width: 1200px;
  background: #ffffff;
  margin: auto;
}
.wt-tab{
  position: relative;
}
.search-base{
  width: 185px;
  height: 30px;
  display: inline-block;
  margin-top: 14px;
  position: absolute;
  right: 50%;
  top: 0;
  margin-right: -600px;
}
.search-base-input{
  width: inherit;
  height: 30px;
  background: #f1f2f3;
  border: 1px solid transparent;
  padding-left: 10px;
}
.search-base-btn{
  width: 30px;
  height: 30px;
  border: none;
  background: url("../../images/icon/search.png") no-repeat center center;
  background-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.header-logo{
  margin: 20px 0;
  float: left;
  font-size: 18px;
  font-weight: bold;
}
.header-logo .logo {
  padding: 10px 18px;;
  text-decoration: none;
  background: url(../../images/icon/logo2x.png) no-repeat left center transparent;
  background-size: contain;
}
.header-logo .logo-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0 20px 0 10px;
  display: inline-block;
}
.wt-title {
  border-left: 1px solid #CBCBCB;
  padding-left: 20px;
  font-size: 24px;
}
.go-login {
  float: right;
  color: #727475;
  font-size: 14px;
}
.go-login a.wt-header-enterprise{
  padding: 25px .75rem;
  display: inline-block;
}
.wt-header-tab .wt-tab-nav li {
  margin-right: 90px;
  padding-top: 20px;
  font-size: 16px;
  color: #0D1C28;
}
/* 新增企业退出 */
.user-name{
  display: inline-block;
  float: right;
  position: relative;
}
.user-name .user-popup{
  display: none;
  position: absolute;
  right: 15px;
  top: 60px;
  z-index: 2;
  background: #ffffff;
  padding: 8px 0;
  box-shadow: 0 4px 16px 0 rgba(14, 49, 88, 0.12);
}
.user-popup li{
  padding: 0 20px;
  line-height: 40px;
  text-align: right;
}
.user-exit{
  border-top: 1px solid #eee;
}

.banner-img {
  width: 100%;
  background: url(../../images/index/xtopbg.png) no-repeat center center;
  height: 300px;
  background-size: cover;
}
#agencyIndex .banner-img {
  width: 1315px;
  /*background: url(../../images/index/agencyMain5.png) no-repeat center center;*/
  background: none;

  height: 400px;
  background-size: cover;
  margin:0 auto;
  /*margin-left: 7%;*/
  /*margin-right: 8%;*/
}

.banner-img .wt-search {
  width: 1200px;
  margin: auto;
  color: #fff;
  padding-top: 211px;
  text-align: center;
}
.banner-img .banner-title {
  font-size: 36px;
}
.banner-img .banner-label {
  font-size: 24px;
  padding-left: 50px;
}
.banner-img .search-input {
  margin-top: 0px;
}
.banner-img .search-input input {
  width: 460px;
  border: none;
  padding: 0px 10px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  color: #666;
  box-shadow: 0px 2px 10px 0px rgba(12,88,143,0.51);
}

.banner-img .search-input .search-btn {
  width:100px;
  height:48px;
  background:#f13939;
  border: none;
  color: #fff;
  vertical-align: bottom;
  margin-left: 15px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  outline:0;
}
.banner-img .search-input .search-btn:hover,.banner-img .search-input .search-btn:active{
	background-color: #e60000;
}
/* header end */
/* content start */
.wt-content {
  width: 1200px;
  margin: auto;
}

/* content end */
/* footer start */
footer {
  width: 100%;
  height:59px;
  background:rgba(223,225,226,1);
  font-size: 14px;
  color: #727475;
  text-align: center;
  line-height: 59px;
  position: absolute;
  bottom: -59px;
}

/* footer end */

/* 面包屑导航 */
.bread-nav {
  padding: 20px 0;
  margin-top: 10px;
  font-size:14px;
  font-family:Microsoft YaHei;
  font-weight:400;
  color:rgba(127,133,144,1);
}
.bread-nav .right-arrow {
  color: #727475;
  padding: 0 5px;
}
.bread-nav .nav-tip {
  padding-left: 5px;
}
.bread-nav .icon-map {
  padding: 2px 10px;
  background: url(../../images/icon/icon_local.png) no-repeat;
}

/* table 样式 */
.wt-table {
  width: 100%;
  text-align: center;
}
.wt-table th {
  color: #727475;
  background: #f5f5f5;
  text-align: center;
}
.wt-table th, .wt-table td {
  padding: 15px 12px;
  word-break: break-all;
  font-size: 14px;
  text-align: left;
  font-family:Microsoft YaHei;
  font-weight:400;
  color:rgba(63,64,71,1);
  border-bottom: 1px solid #EBEEF5;
}
.wt-table th:last-child, .wt-table td:last-child{
  text-align: center;
}
/* 分页 start */
.pagination {
  text-align: right;
  margin-top: 20px;
}
.prev, .next {
  display: inline-block;
  height: 38px;
  width: 38px;
  text-align: center;
  line-height: 38px;
  color: #0D1C28;
  background: #F1F2F3;
  cursor: pointer;
}
.prev.disabled, .next.disabled {
  color: #9B9B9B;
}
.prev:hover, .next:hover {
  color: #fff;
  background: #3E97DF;
}
.page-input {
  height: 38px;
  width: 70px;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  margin: 0 10px;
}
.total-page {
  font-size: 14px;
  color: #727475;
}
.go-page {
  height: 38px;
  width: 70px;
  text-align: center;
  background: #3E97DF;
  color: #fff;
  border: none;
  margin: 0 10px;
  cursor: pointer;
}
/* 分页 end */


/* 新增 */
/* 表格相关 */
/*.wt-table tr:hover{*/
  /*color: #3E97DF;*/
/*}*/
.p-header {
  padding-left: 16px;
  /* border-left: 4px solid #3e97df; */
  margin-bottom:20px;
  position: relative;
  color: #3e97df;
  line-height: 31px;
  font-size:24px;
  font-family:Microsoft YaHei;
  font-weight:bold;
  color:rgba(63,64,71,1);
  letter-spacing: 1px;
}
.p-header:before{
  content: '';
  display: inline-block;
  position: absolute;
  width: 4px;
  height: 20px;
  background:rgba(69,126,255,1);
  border-radius:2px;
  left: 0;
  top: 7px;
}
.wt-table {
  font-size: 14px;
}
/*.wt-table tr:hover{*/
  /*color: #3E97DF;*/
  /*cursor: pointer;*/
/*}*/
.wt-table tr td .blue-succ:hover{
  color: #3694df;
}
.wt-table tbody tr:hover{
  background: #f8f8f8;
}

/* 取消和下一步按钮 */
.block-btn {
  margin-top: 30px;
}
.block-btn button {
  width:170px;
  height:48px;
  border: none;
  background: #EBF4FB;
  color: #3E97DF;
  margin-right: 15px;
  cursor: pointer;
  font-size: 16px;
}
.block-btn .save-next {
  color: #fff;
  background: #3E97DF;
}
.blue-succ{
  color: #3E97DF;
  cursor: pointer;
}
.red-succ {
  color: #F13939;
  cursor: pointer;
}
.green-succ {
  color: #3be185;
  cursor: pointer;
}
.blue-succ:hover,.option-btn:hover {
  color: #1062df !important;
}



/* 单选框 */
.radiobox{
  position: relative;
  cursor: pointer;
  margin-right: 20px;
}
.radiobox:before{
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #bbbbbb;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  top: -1px;
  left: -5px;
  box-sizing: border-box;
}
input[type=radio] ~ span{
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: -1px;
  left: -5px;
}
input[type=radio]:checked ~ span{
  border: 6px solid #3E97DF;
}
input[type=radio]{
  margin-right: 6px;
}



/* checkbox复选框样式 */
.checkbox {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  position: relative;
  font-size: 100%;
  margin-right: 20px;
}
label.checkbox {
  cursor: pointer;
}
input[type=checkbox]{
  margin-right: 12px;
}
input[type=checkbox]:before{
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 1.35em;
  height: 1.35em;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 6px;
  content: '';
  border: 1px solid #bbb;
  background: #fff;
}
input[type=checkbox]:checked:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 1.35em;
  height: 1.35em;
  content: '';
  border: 1px solid #C0CCDA;
  border: #3E97DF;
  background: #3E97DF;
  animation-name: none;
  box-sizing: border-box;
}
input[type=checkbox]:checked:after {
  position: absolute;
  top: 0.16em;
  left: 0.46em;
  box-sizing: border-box;
  width: 0.47em;
  height: 0.78em;
  transform: rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  content: '';
  box-sizing: border-box;
  display: block;
}
/* 单选框复选框结束 */
.margin-top-40{
  margin-top: 40px;
}
.margin-top-60{
  margin-top: 60px;
}
.margin-top-20{
  margin-top: 20px;
}
.red-waring {
  color: #F13939;
  margin-left: 6px;
}
/* 材料表格 */
.materials-table{
  border: 1px solid #E2E2E2;
  border-bottom: none;
}
.materials-table thead tr{
  background: #F2F2F2;
  border-bottom: 1px solid #E2E2E2;
}
.materials-table th, .materials-table td{
  padding: 15px 12px;
}
td .option-btn {
  color: #457EFF;
  cursor: pointer;
  padding-left: 10px;
}

.demand-box{
  padding: 14px 0;
}
/* 大字号tab栏 */
.floor {
  /*margin-top: 20px;*/
}
.floor .wt-tab-nav li {
  font-size: 24px;
  font-weight: bold;
  position: relative;
}
.floor .wt-tab-nav li:after{
  content: '';
  width: 1px;
  height: 20px;
  background: #D4D4D4;
  position: absolute;
  right: -26px;
  top: 7px;
}
.floor .wt-tab-nav li:last-child:after{
  display: none;
}
.floor  .wt-tab-nav li.active {
  border-bottom: 4px solid #457EFF;
  margin-bottom: -4px;
  color: #457EFF;
}
/* 小字号tab栏 */
.floor .tab-nav3 li{
  font-size: 18px;
}

.search-pag{
  text-align: left;
  margin-top: 40px;
}


/* 定义滚动条样式 */
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar
{
  width: 6px;
  background-color: #F5F5F5;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track
{
  border-radius: 10px;
  background-color: #fff;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  background-color: #ddd;
}

/* 表格基础属性 */

table{
  border-collapse:collapse;
  border-spacing:0;
}

/*table th,table td {*/
  /*padding:15px 4px!important;*/
/*}*/

/* 超出省略号 */
.line-limit-length{
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  display: -webkit-inline-box;
  margin-right: 10px;
}
/* 限制宽度加省略号 */
.line-limit-length2{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 268px;
}
/*wt-modal*/
.wt-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background: rgba(0,0,0,.6);
}
.wt-modal-dialog {
  position: relative;
  width: 600px;
  margin: 30px auto;
}
.wt-modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}
.wt-modal-header {
  height: 48px;
  border-bottom: 1px solid #eee;
}
.wt-modal-close {
  float: right;
  font-size: 40px;
  line-height: 1;
  height: 48px;
  width: 48px;
  color: #fff;
  background: #3E97DF;
  border: none;
  cursor: pointer;
}
.wt-modal-body {
  position: relative;
  padding: 30px;
}
.wt-modal-footer {
  padding: 30px;
  text-align: left;
}
.modal-cfm {
  background: #3E97DF;
  border-radius: 1px;
  color: #fff;
  height: 48px;
  font-size: 16px;
  border: none;
  padding: 0 68px;
  margin-right: 20px;
  cursor: pointer;
}
.modal-cancel {
  background: #EBF4FB;
  border-radius: 1px;
  color: #3E97DF;
  height: 48px;
  font-size: 16px;
  border: none;
  padding: 0 68px;
  cursor: pointer;
}
.wt-alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.wt-alert .wt-modal-dialog {
  width:480px;
}
.wt-alert .wt-modal-body {
  text-align: center;
  font-size: 18px;
  padding: 40px 30px 10px 30px;
}
.wt-alert .wt-modal-footer {
  text-align: center;
  padding: 40px 30px;
}
.wt-alert .wt-modal-footer button {
  padding: 0 48px;
}
/*loading*/
@keyframes wt-modal-loading-rotate
{
  to {
    transform: rotate(360deg); }
}

@-moz-keyframes wt-modal-loading-rotate /* Firefox */
{
  to {
    transform: rotate(360deg); }
}

@-webkit-keyframes wt-modal-loading-rotate /* Safari 和 Chrome */
{
  to {
    transform: rotate(360deg); }
}

@-o-keyframes wt-modal-loading-rotate /* Opera */
{
  to {
    transform: rotate(360deg); }
}
.wt-loading {
  z-index: 1011;
  position: fixed;
  padding: 0px;
  margin: 0px;
  width: auto;
  top: 50%;
  left: 50%;
  text-align: center;
  color: rgb(0, 0, 0);
  border: 0px;
  cursor: wait;
}
.wt-modal-loading {
  position: relative;
}
.wt-modal-loading:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border-top-width: 3px;
  border-right-width: 3px;
  border-top: 2px solid #07d;
  border-right: 2px solid transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: wt-modal-loading-rotate 0.6s linear infinite;
  -moz-animation: wt-modal-loading-rotate 0.6s linear infinite;
  -ms-animation: wt-modal-loading-rotate 0.6s linear infinite;
  -o-animation: wt-modal-loading-rotate 0.6s linear infinite;
  animation: wt-modal-loading-rotate 0.6s linear infinite;
}
/*wt-modal*/


/* 共用部分--阶段 */

.stage-icon-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 25px 0;
}
.stage-icon-row > div {
  flex: 1;
  -ms-flex: 1;
  text-align: center;
  font-size: 15px;
  cursor: pointer;
  position: relative;
}
.stage-icon-row .stage-icon  {
  display: inline-block;
  width: 83px;
  height: 83px;
  z-index: 100;
  position: relative;
}
.stage-icon-row > div:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 60%;
  right: -40%;
  top: 46px;
  border-top: 1px dashed #D0EAFF;
}
.stage-icon-row > div:last-child:after{
  display: none;
}
.stage-icon-row .end-stage:after, .stage-icon-row .last-stage:after {
  height: 0;
}
.approved-success .stage-icon:after {
  background: #34BFA3;
}
.stage-icon-row p {
  font-weight: bold;
  margin-top: 10px;
  color: #adadad;
}
.stage-icon-row .active p {
  color: #3E97DF;
}
.pro-approving p {
  color: #3E97DF;
}
.approved-success p {
  color: #34BFA3;
}
.stage-icon-row .active .stage-icon{
  background: linear-gradient(0deg,#097de0,#14d1d6);
}
.stage-icon-row .stage-icon{
  display: inline-block;
  width: 86px;
  height: 86px;
  background:linear-gradient(0deg,#01AAC9,#00D6D9);
  border-radius:30px;
  text-align: center;
  padding-top: 24px;
}
.stage-icon-row .stage-icon .stage-icon0{
  display: inline-block;
  width: 42px;
  height: 44px;
  background: url(../../images/icon/phase01.png) no-repeat center center;
}
.planning-approval .stage-icon{
  background: linear-gradient(0deg,#854bf5,#be9ffb);
}
.planning-approval .stage-icon .stage-icon0{
  background: url(../../images/icon/phase01.png) no-repeat center center;
}
.bulid-permit .stage-icon{
  background:linear-gradient(0deg,#FC951C,#FFB45B);
}
.bulid-permit .stage-icon .stage-icon0{
  background: url(../../images/icon/phase02.png) no-repeat center center;
}
.work-permit .stage-icon{
  background:linear-gradient(0deg,#fc6e6c,#fb91b5);
}
.work-permit .stage-icon .stage-icon0{
  background: url(../../images/icon/phase03.png) no-repeat center center;
}
.end-stage .stage-icon{
  background:linear-gradient(0deg,#26B677,#52EFAB);
}
.end-stage .stage-icon .stage-icon0{
  background: url(../../images/icon/phase04.png) no-repeat center center;
}
.project-stage5 .stage-icon{
  background:linear-gradient(0deg,#26B677,#52EFAB);
}
.project-stage5 .stage-icon .stage-icon0{
  background: url(../../images/icon/phase05.png) no-repeat center center;
}
.project-stage6 .stage-icon{
  background:linear-gradient(0deg,#3D70F5,#789DFC);
}
.project-stage6 .stage-icon .stage-icon0{
  background: url(../../images/icon/phase06.png) no-repeat center center;
}


/* 共用部分--事项列表 */
.items-dot{
  display: inline-block;
  width:5px;
  height:5px;
  background:rgba(63,151,221,1);
  border-radius:50%;
  margin-right: 6px;
}
.decaration-title{
  margin-left: 20px;
}
.guide-icon{
  display: inline-block;
  width: 54px;
  height: 22px;
  background: url(../../images/icon/guide.png) no-repeat center center;
  cursor: pointer;
}
.decaration-icon{
  display: inline-block;
  width: 50px;
  height: 22px;
  background: url(../../images/icon/declare.png) no-repeat center center;
  cursor: pointer;
  margin-left: 20px;
}


/* 特殊按钮 */
@font-face {
  font-family: 'iconfont';
  src: url('iconfont/iconfont.eot');
  src: url('iconfont/iconfont.eot?#iefix') format('embedded-opentype'),
  url('iconfont/iconfont.woff2') format('woff2'),
  url('iconfont/iconfont.woff') format('woff'),
  url('iconfont/iconfont.ttf') format('truetype'),
  url('iconfont/iconfont.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wt-btn{
  display: inline-block;
  background: #3e97df;
  border: none;
  width: 45px;
  height: 48px;
  cursor: pointer;
}
.wt-btn span{
  font-size: 20px;
  color: #ffffff;
}

/* 数字提醒 */

.warning{
  background: #f13939;
  border-radius: 25px;
  text-align: center;
  line-height: 16px;
  color: #ffffff;
  font-size: 12px;
  vertical-align: text-bottom;
  padding: 3px 5px;
}
#descidApproval .publicity-table{
  table-layout: fixed;
}
#descidApproval .publicity-table tbody tr td:nth-child(3){
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: keep-all;
}
/*element*/
.el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: #457EFF;
  color: #FFF;
}
.el-button--primary {
  background-color: #457EFF;
  border-color: #457EFF;
}
.el-radio__input.is-checked .el-radio__inner {
  border-color: #457EFF;
  background: #457EFF;
}
.el-radio__input.is-checked+.el-radio__label{
  color: #457EFF;
}
.el-form--inline .el-form-item__content {
  display: inline-block;
  vertical-align: middle;
}
.el-table .cell {
  font-size: 14px;
}
.el-table__empty-block {
  height: auto;
}

.wt-custom_table{
  border-collapse:collapse;
}
.wt-custom_table th, .wt-custom_table td{
  border:1px solid rgba(230,234,244,1);
  padding-left: 15px;
  padding-right: 15px;
}
.wt-custom_table .left-td-custom_bg{
  background:rgba(249,251,253,1);
  font-size:14px;
  font-family:Microsoft YaHei;
  color:rgba(63,64,71,1);
  padding-top: 10px;
  padding-bottom: 10px;
}
.wt-custom_table .right-td-custom{
  font-size:14px;
  font-family:Microsoft YaHei;
  color:rgba(63,64,71,1);
  padding-top: 10px;
  padding-bottom: 10px;
}
.return-list .el-button{
  width:74px;
  height:32px;
  line-height: 32px;
  border:1px solid rgba(227,230,237,1);
  border-radius:4px;
  padding: 0;
}
.return-list .el-button span{
  font-size:14px;
  font-family:Microsoft YaHei;
  font-weight:400;
  color:rgba(127,133,144,1);
}
/*全局修改 table hovery 颜色 str*/
.el-table__body tr.hover-row > td{
  background-color: #eceff8!important;
}
/*全局修改 table hovery 颜色 end*/