.fix {
  height: 100%;
  overflow: hidden;
}
/* start 导航 */
.header-wrapper {
  height: 48px;
  background-color: #fff;
  box-shadow: 0px 4px 36px 0px rgba(213, 213, 213, 0.4);
}
.header-wrapper .logo {
  float: left;
  line-height: 60px;
}
.header-wrapper .logo img {
  width: 115px;
  vertical-align: middle;
}
.header-wrapper .logo .title {
  display: inline-block;
}
.header-wrapper .logo .title span {
  vertical-align: text-bottom;
  font-size: 16px;
  display: inline-block;
  line-height: 26px;
}
.header-wrapper .logo .title:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 17px;
  overflow: hidden;
  margin-left: 10px;
  margin-right: 15px;
  background-color: #333;
}
.header-wrapper .nav-content {
  margin-left: 30px;
}
.header-wrapper .nav-content .item {
  float: left;
  position: relative;
  line-height: 60px;
  padding: 0 20px;
  margin-right: 15px;
}
.header-wrapper .nav-content .item:hover {
  color: #ff8400;
}
.header-wrapper .nav-content .item:hover .nav-down {
  display: block;
}
.header-wrapper .nav-content .item .active {
  color: #ff8400;
}
.header-wrapper .nav-content .nav-down {
  display: none;
  position: absolute;
  top: 48px;
  left: 0;
  z-index: 10;
  width: 384px;
  line-height: 30px;
  padding: 10px 20px 0;
  background-color: #fff;
  border-top: 1px solid #FF8400;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.2);
}
.header-wrapper .nav-content .nav-down li {
  margin-bottom: 9px;
}
.header-wrapper .nav-content .nav-down span {
  padding-right: 15px;
  margin-right: 20px;
  border-right: 1px solid #999;
  color: #999;
}
.header-wrapper .nav-content .nav-down a {
  margin-right: 30px;
}
.header-wrapper .user {
  position: relative;
  padding: 9px 15px;
  vertical-align: middle;
  cursor: pointer;
}
.header-wrapper .user img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  vertical-align: middle;
}
.header-wrapper .user .icon-down {
  margin-left: 6px;
  font-size: 12px;
  color: #D8D8D8;
}
.header-wrapper .user:hover .sign-out {
  display: block;
}
.header-wrapper .user .sign-out {
  display: none;
  position: absolute;
  top: 48px;
  right: 10px;
  z-index: 10;
  width: 130px;
  padding: 20px;
  background-color: #fff;
  border-top: 1px solid #FF8400;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.2);
}
.header-wrapper .user .sign-out .icon-signout {
  margin-right: 15px;
  color: #333;
}
/* end 导航 */
/* start 页脚 */
.footer-wrapper {
  position: fixed;
  bottom: 0;
  z-index: 20;
  width: auto;
  height: 40px;
  line-height: 40px;
  background-color: #eee;
  text-align: center;
  color: #999;
  font-size: 12px;
  left: 200px;
  right: 0;
}
.footer-wrapper .line {
  margin: 0 20px;
}
/* end 页脚 */
/* start 提示弹窗*/
@keyframes popupIn {
  0% {
    transform: translateY(-20%);
  }
  to {
    transform: translateY(0);
  }
}
@-ms-keyframes popupIn {
  0% {
    transform: translateY(-20%);
  }
  to {
    transform: translateY(0);
  }
}
@-moz-keyframes popupIn {
  0% {
    transform: translateY(-20%);
  }
  to {
    transform: translateY(0);
  }
}
@-webkit-keyframes popupIn {
  0% {
    transform: translateY(-20%);
  }
  to {
    transform: translateY(0);
  }
}
.dialog-wrapper {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
}
.dialog-wrapper .dialog-main {
  position: fixed;
  top: 50%;
  left: 50%;
  background: #fff;
  border-radius: 2px;
  z-index: 999;
  animation-name: popupIn;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  overflow: hidden;
}
.dialog-wrapper .dialog-main .title {
  padding-left: 20px;
  line-height: 50px;
  font-size: 16px;
  font-weight: bold;
  background-color: #eeeeee;
}
.dialog-wrapper .dialog-main .icon-close {
  position: absolute;
  top: 18px;
  right: 20px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
}
.dialog-wrapper .dialog-main .btn-group {
  text-align: center;
  margin-bottom: 10px;
}
.dialog-wrapper .dialog-main .btn-group .btn {
  display: inline-block;
  width: 90px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}
.dialog-wrapper .dialog-main .btn-group .btn.btn-sure, .dialog-wrapper .dialog-main .btn-group .btn.btn-suret {
  background-color: #FF8400;
  color: #ffffff;
}
.dialog-wrapper .dialog-main .btn-group .btn.btn-cancel {
  margin-left: 40px;
  background-color: #eee;
}
.dialog-wrapper .tip-popup {
  width: 360px;
  height: auto;
  margin-top: -100px;
  margin-left: -180px;
}
.dialog-wrapper .tip-popup .pop-content {
  min-height: 100px;
  padding: 30px;
  text-align: center;
}
/* end 提示弹窗*/
.navgo_div {
  margin-bottom: 10px;
}
.navgo_div span {
  color: #666;
  font-size: 12px;
}
.pagination-wrapper {
  margin-top: 20px;
  text-align: right;
}
.empty-wrapper {
  min-height: 419px;
  padding-top: 100px;
  text-align: center;
  background: #fff;
}
.empty-wrapper .text {
  color: #999;
}
.loading:after {
  content: '';
  display: inline-block;
  width: 200px;
  height: 177px;
  background: url("../../images/loading.gif") center no-repeat;
  background-size: 150px 150px;
}

/*2019-05-30 改版*/
.looknav{background: #21272F;position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    bottom: 0;
    width: 200px;}
.looknavhead{background: #191D21;}
.looknavhead img{display: block;}
.looknavdiv{    position: absolute;
    top: 80px;
    bottom: 10px;
    left: 0;
    width: 200px;}
.looknavdiv p{position: relative;color:rgba(187,187,187,1);line-height: 48px;cursor: pointer;}
.looknavdiv p.active{opacity: 1;background: #191D21;color: #fff;}
.looknavdiv p:hover, .looknavdiv p:hover .iconfont, .looknavdiv p.active .iconfont{color: #fff;}
.looknavdiv p i{padding: 0 20px;}
.looknavdiv p.looknavp:after{content: '';    position: absolute;
    height: 8px;
    width: 8px;
    border-color: rgba(187,187,187,1);
    border-width: 1px 1px 0 0;
    border-style: solid;
    top: 16px;
    right: 20px;
    transform: rotate(135deg);}
.looknavdiv p.looknavp.active:after{content: '';transform: rotate(-45deg);border-color:#fff;
    top: 19px;}
.looknavdiv div{display: none;}
.looknavdiv div a{display: block;color:rgba(187,187,187,1);line-height: 40px;cursor: pointer;padding-left: 56px;}
.looknavdiv div a:hover, .looknavdiv div a.active{background: #FF8400;color: #fff;}
#addHouseMask{
	max-height: 98% !important;
	left: 0 !important;
	right: 0 !important;
	top: 0 !important;
	bottom: 0 !important;
	margin: auto !important;
	overflow: auto !important;
}
/*2019-05-30 改版*/

/* 过渡弹窗开始 */
.authentication-box{
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background: rgba(59, 59, 59, 0.48);
}
.authentication-c{
  width: 1126px;
  height: 580px;
  background: #FFFFFF;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.auth-header{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 75px;
  border-bottom: 1px solid #EFEFEF;
  position: relative;
}
.auth-header div{
  font-weight: 500;
  color: #FF761E;
  font-size: 25px;
}
.auth-close{
  position: absolute;
  width: 30px;
  top: 25px;
  right: 34px;
  cursor: pointer;
}
.auth-container{
  padding: 20px 20px;
}
.auth-tips{
  font-size: 12px;
  font-weight: bold;
  color: #333333;
}
.auth-tip-label{
  font-size: 12px;
  font-weight: 400;
  color: #9E9E9E;
  line-height: 20px;
  margin-top: 10px;
}
.operating-explain{
  font-size: 15px;
  font-weight: bold;
  color: #FF611E;
  margin-top: 20px;
  margin-bottom: 20px;
}
.operating-process{
  display: flex;
  flex-direction: row;
}
.opera-p{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 18px;
}
.opera-t{
  margin-bottom: 10px;
  color: #373737;
  font-size: 15px;
  white-space: nowrap;
}
.opera-p img{
  width: 256px;
  height: 221px;
}
.hide {
  display: none !important;
}
/* 过渡弹窗结束 */