/*选择版本*/
.select-version{
  position: relative;
}
.version-btn-personal {
  position: absolute;
  height: 5.2vw;
  width:19.2vw;
  cursor: pointer;
  top: 30vw;
  left: 26.8%;
}
.version-btn-enterprise{
  position: absolute;
  height: 5.2vw;
  width: 19.2vw;
  cursor: pointer;
  top: 30vw;
  left: 54%;
}


.lease-title{
  font-size: 36px;
  text-align: center;
  width: 1200px;
  margin: 0 auto;
  position: relative;
  margin-top: 120px;
  margin-bottom: 80px;
  height: 68px;
}

.pc-content .lease-title img{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 668px;
}
.lease-title span{
  z-index: 4;
  position: absolute;
  top: 0;
  left:0;
  width: 100%;
  color: #fff;
  height: 68px;
  display: flex;
  align-items: center;
  padding-left: 120px;
}
.show-industry {
  padding-top: 54px;
}

/*全屏轮播*/
html::-webkit-scrollbar {
  width: 0;
}

.img-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.pc-content img{
  width: 100%;
  max-height:100%;
}
.my-srent .show-industry{
  background: #fff;
  padding-top: 0;
}

.pc-content .my-srent .lease-title img{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 215px;
}
.pc-content .my-srent .lease-title:after{
  content: '行业资讯';
  z-index: 4;
  position: absolute;
  top: 0;
  left: 10px;
  width: 100%;
  color: #333;
  height: 45px;
  font-size: 30px;
}
.my-srent .item-box-job{
  box-shadow:0 3px 7px 0 rgba(0, 0, 0, 0.2);
  border-radius:8px;
}
.my-srent .item-box-job img {
  border-radius:8px 8px 0 0;
}

.lease-meta{
  left: 60px;
  display: flex;
  flex-flow: column;
  position: fixed;
  top: 300px;
  color: #171616;
  font-size: 16px;
  z-index: 108;
  padding: 20px;
  background: rgba(255,255,255,0.87);
}
.lease-meta a:hover{
  color: #ff6003;
}
.lease-meta a:focus{
  color: #b3b3b3;
}
.meta-line.active{
  height: 12px;
  display: flex;
  align-items: center;
  background: url("../../assets/slease/shape.png") no-repeat;
}
.meta-line{
  height: 21px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.meta-line.active:before{
  display: none;
}
.meta-line:before{
  content: '';
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 14px;
  background: #b3b3b3;
  top: 2px;
  left: 4px;
  border-radius: 50%;
}
.meta-line.active .meta-text{
  color: #ff5f03;
  font-size: 20px;
}
.meta-text{
  padding-left: 50px;
  font-size: 16px;
  color: #b3b3b3;
  width: 100%;
}
.lease-meta-line{
  width: 2px;
  height: 36px;
  background: #b3b3b3;
  margin: 2px 0;
  margin-left: 10px;
}

.img-content-one{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  /*background:#e8eaee;*/
}

.img-content-two{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background:#fff;
}

.pc-content .img-content-one img,.pc-content .img-content-two img{
  height: 100%;
  width: auto;
}

.img-content-switch{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.img-content-switch .switch-bg{
   position: absolute;
   z-index: 10;
   width: 100%;
   height: calc(100% - 40px);
   left: 0;
   top: 40px;
}
.swtich-content{
  position: relative;
  z-index: 11;
}
.swtich-content .btn-persional{
   position: absolute;
   width: 370px;
   height: 100px;
    left: 150px;
    top: 170px;
    z-index: 20;
   cursor: pointer;
}
.swtich-content .btn-enterprise{
  position: absolute;
  width: 370px;
  height: 100px;
  left: 674px;
  top: 170px;
  z-index: 20;
  cursor: pointer;
}

.pc-content{
  display: flex;
  flex-flow: column;
}

.mobile-content{
  display: none;
}

@media (max-width: 1300px) {
  body {
    overflow-x: scroll;
    width: 1300px;
  }
.version-btn-personal {
    position: absolute;
    height: 68px;
    width:250px;
    cursor: pointer;
    top: 382px;
    left: 26.8%;
  }
.version-btn-enterprise{
    position: absolute;
    height: 68px;
    width:250px;
    cursor: pointer;
    top: 382px;
    left: 54%;
  }
}
@media (max-width: 767px) {

  body{
    overflow-x:hidden;
    width: 100%;
  }
.pc-content{
    display: none;
  }
.mobile-content{
    display: flex;
    flex-flow: column;
  }
.mobile-content img{
    width: 100%;
  }

  /*全屏播放*/
.iScrollIndicator{
    opacity: 0 !important;
  }
.mobile-srent-nav{
    position: fixed;
    z-index: 99;
    width: 100vw;
  }
.sernt-mobile-content{
    display: flex;
    height: 100%;
    flex-flow: column;
    /*padding-top: 0.2rem;*/
    align-items: center;
  }
.sernt-mobile-content .srent-image-show-one{
    width: 6.46rem;
    margin-top: 0.4rem;
  }
.sernt-mobile-content .srent-image-show-two{
    width: 6.3rem;
    margin-top: 0.2rem;
  }
.sernt-mobile-content .srent-image-show-three{
    width: 5.54rem;
    margin-top: 0.2rem;
  }
.sernt-mobile-content .srent-image-show-four{
    width: 6.23rem;
    margin-top: 0.2rem;
  }
.sernt-mobile-content .srent-image-five{
    width: 4.64rem;
    margin-top: 0.4rem;
    margin-right: 0.8rem;
  }
.sernt-mobile-content .srent-image-six{
    width: 6.1rem;
    margin-top: 0.2rem;
  }
.sernt-mobile-content .srent-image-sevent{
    width: 6.1rem;
    margin-top: 0.2rem;
  }
.sernt-mobile-content .srent-image-eight{
    width: 5.72rem;
    margin-top: 0.2rem;
  }
.sernt-mobile-content .srent-image-nine{
    width: 4.54rem;
    margin-top: 0.4rem;
  }
.sernt-mobile-content .srent-image-ten{
    width: 4.38rem;
    margin-top: 0.4rem;
    margin-right: 0.4rem;
  }
.sernt-mobile-content .next-page{
    position: absolute;
    z-index: 99;
    left: 50%;
    bottom: 5vh;
    color: #ff7900;
    font-size: 30px;
    transform: translateX(-50%);
  }
.sernt-mobile-content.my-mobile-srent{
    align-items: center;
    justify-content: center;
    padding: 0;
  }
.sernt-mobile-content img{
    width: 100%;
  }
.sernt-mobile-content .mobile-lease-title{
    margin: 0 0.52rem;
    margin-bottom: 0.3rem;
    width: calc(100vw - 1.04rem);
  }

  /*选择版本*/
.select-btn-group{
    position: relative;
  }
.select-group-list{
    position: absolute;
    top: 0;
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 100%;
  }
.mobile-group-img{
    height: 4.8rem;
  }
.mobile-personal{
    padding: 0 0.58rem;
    display: flex;
    flex-flow: column;
    align-items: center;
  }
.mobile-enterprise{
    padding: 0 0.58rem;
    display: flex;
    flex-flow: column;
    align-items: center;
  }
.select-group-list .mobile-select-btn{
    width: 3.7rem;
    height: 1rem;
  }
.mobile-personal-desc,.mobile-enterprise-desc{
    display: none;
  }
.mobile-select-icon{
    padding: 0.3rem ;
    font-size: 0.26rem;
    color: rgb(255,145,0);
    display: flex;
    align-items: center;
  }
.mobile-select-icon i{
    font-size: 0.44rem;
  }

.mobile-lease-title{
    margin: 0 0.52rem;
    margin-top: 1.2rem;
    margin-bottom: 0.3rem;
    position: relative;
    height: 0.48rem;
  }
.mobile-lease-title img{
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }
.mobile-lease-title .mobile-lease-title-desc{
    position: absolute;
    left: 0.14rem;
    top: 0;
    z-index: 11;
    height: 0.48rem;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 0.24rem;
  }

  /*行业动态*/
.mobile-lease-job{
    margin-top: 0.3rem;
    width: 100%;
  }
.mobie-container-job{
    padding: 0 0.3rem;
    padding-bottom: 0.4rem;
  }
.item-box-job{
    display: flex;
    padding:0.3rem 0.2rem;
    padding-bottom: 0.31rem;
    margin: 0;
    margin-bottom: 0.2rem;
    border: 1px solid #e1e1e1;
  }
.job-left img{
    width: 2.4rem;
    height: 1.48rem;
  }
.job-content{
    padding: 0;
    padding-left: 0.3rem;
  }
.job-content .job-title{
    padding: 0;
    font-size: 0.26rem;
    color: #404040;
    padding-bottom: 0.15rem;
    width: 3.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
.job-content .job-time{
    font-size: 0.2rem;
    color: #808080;
    padding-bottom: 0.25rem;
  }
.job-content .job-desc{
    font-size: 0.2rem;
    padding: 0;
    color: #808080;
    width: 3.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

.more-btn{
    display: flex;
    justify-content: center;
  }
.list-more{
    width: 1.6rem;
    height: 0.48rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.22rem;
    color: #808080;
    margin-top: 0.6rem;
    border: 1px solid #808080;
  }

  /*选择版本*/
  .mobile-select-version{
    display: flex;
    flex-flow: column;
    align-items: center;
    padding-top: 0.8rem;
  }
  .select-btn-group{
    position: relative;
  }
  .select-group-list{
    position: absolute;
    top: 0;
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 100%;
  }
  .mobile-group-img{
    height: 4.8rem;
  }
  .mobile-personal{
    padding: 0 0.58rem;
    padding-top: 0.5rem;
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  .mobile-enterprise{
    padding: 0 0.58rem;
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  .select-group-list .mobile-select-btn{
    width: 3.7rem;
    height: 1rem;
  }
  .mobile-personal-desc,.mobile-enterprise-desc{
    display: none;
  }
  .mobile-select-icon{
    padding: 0.3rem ;
    font-size: 0.26rem;
    color: rgb(255,145,0);
    display: flex;
    align-items: center;
  }
  .mobile-select-icon i{
    font-size: 0.44rem;
  }
}
