.join-nav{
    height: 5rem;
    background-color: #000;
}
.join-nav .row{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.join-nav .row .left{
  font-size: 1.1rem;
  color: #fff;
}
.join-nav .row .right{
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
.join-nav .row .right a{
    display: block;
    padding: 0 2rem;
    color: #fff;
  }
  .join-nav .row .right a:hover{
    color: #a51e35;
  }

  .group-cus .title{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 70px 0 42px 0;
  }
  .group-cus .title h1{
  font-weight: 600;
  }
  .group-cus .title .red-line{
   width: 40px;
   height: 3px;
   background-color: #a51f31;
  }
  .group-cus .title .eng{
   margin: 10px 0 18px 0;
   color: #999;
   }
   .my-container{
    width: 1200px;
    margin: 0 auto;
  }
   .group-cus .jituan-info p{
    color: #999999;
    margin-top: 2rem;
    margin-bottom: 7rem;
    padding: 0 1rem;
   }


   .house-custom .layui-tab {
    text-align: center!important;
   }
   .house-custom .layui-tab-title{
     height: 69px;
     margin-bottom: 20px;
   }
   .house-custom .layui-tab-title li{
     height: 69px;
     line-height: 69px;
     width: 197px;
     box-sizing: border-box;
     font-size: 1.02rem;
   }
   .house-custom .layui-tab-brief>.layui-tab-more li.layui-this:after,   .house-custom .layui-tab-brief> .layui-tab-title .layui-this:after {
    border: none;
    border-radius: 0;
    border-bottom: none;
   }
   .house-custom .layui-tab-brief>.layui-tab-title .layui-this {
    color: #a51f31;
    border-bottom: 4px solid #a51f31;
}
.house-custom .house-list{
  display: block;
}
.house-custom .house-list img{
    width: 353px;
    height: 240px;
}
.house-custom .house-list .txt{
  padding: 7% 0;
  border: 1px solid #e6e6e6;
  border-top: none;
  font-size: 1.02rem;
}
.house-custom .page-jump{
  width: 100%;
 display: flex;
 justify-content: center;
 align-items: center;
 margin: 3rem 0 5rem 0;
}
.house-custom .jump {
  font-size: 16px;
  color: #666;
  margin-left: 30px;
}
.house-custom .jump .pagenum{
  width: 50px;
  height: 32px;
  margin: 0 5px;
  padding: 0 5px;
  border: 1px solid #adadad;
}
.house-custom .page-jump .layui-laypage .layui-laypage-curr .layui-laypage-em {

  background-color: #a31e30;
}
.layui-laypage a{
  margin: 0 6px !important;
  background-color: #f1f1f1;
}
.layui-laypage span{
  margin: 0 6px !important;
}