.owner-container{
  padding-top: .2rem;
  padding-bottom: .65rem;
  background: #f0f7ff;
}
.mg-title{
  font-size: 36px;
  color: #333;
}
.mg-sub-title{
  font-size: 18px;
  padding-bottom: 1.2rem;
  text-align: center;
  color: #333;
}
.rcx-content{
  max-width: 1200px;
  height: 5.35rem;
  margin: 0 auto;
}
.rcx-content .top{
  margin-bottom: 15px;
}
.rcx-content .top,.rcx-content .bottom{
  justify-content: space-between;
}
.rcx-content .list-item{
  width: 300px;
  height: 200px;
  margin-top: 30px;
  align-items: center;
  background: #fff;
  border-radius: 20px;
  transition: .2s;
}
.rcx-content .list-item:hover{
  margin-top: 20px;
}
.rcx-content .list-item img{
  width: 80px;
  height: 80px;
  margin-top: 30px;
  margin-bottom: 5px;
}
.rcx-content .list-item p{
  line-height: 28px;
  font-size: 18px;
  color: #333;
}
.rcx-content .img{
  margin-top: -30px;
}
.ljb-container{
  padding-bottom: .4rem;
  background: #fff;
}
.ljb-container .mg-sub-title{
  padding-bottom: .85rem;
}
.ljb-container .list-content{
  max-width: 1200px;
  margin: 0 auto;
}
.ljb-container .list-content li{
  position: relative;
  height: 450px;
  align-items: center;
  justify-content: space-between;
}
.mobile-show{
  display: none !important;
}
.mobile-hide{
  display: block !important;
}
.cartext{
  margin-top: .8rem;
}
.ljb-container .list-content li img{
  position: absolute;
  opacity: 0;
}
.ljb-container .list-content li:nth-child(2) .text,.ljb-container .list-content li:nth-child(4) .text{
  position: absolute;
  right: 0px;
}
.ljb-container .list-content li:nth-child(1) img{
  right: -20%;
}
.ljb-container .list-content li:nth-child(2) img{
  left: -20%;
}
.ljb-container .list-content li:nth-child(3) img{
  right: -20%;
}
.ljb-container .list-content li:nth-child(4) img{
  left: -20%;
}
.ljb-container .list-content li:nth-child(5) img{
  right: -20%;
}
.ljb-container .list-content .title{
  margin-bottom: 30px;
  font-size: 36px;
  color: #333;
}
.ljb-container .list-content .desc{
  line-height: 28px;
  font-size: 18px;
  color: #666;
}


@media screen and (max-width: 800px){
  .mg-title{
    font-size: 30px;
  }
  .mg-sub-title{
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .rcx-content{
    position: static;
    height: auto;
  }
  .rcx-content .list-item{
    position: static;
    width: 90%;
    height: 3.5rem;
    margin: 0 auto;
    margin-bottom: .4rem;
  }
  .mobile-show{
    display: block !important;
  }
  .mobile-hide{
    display: none !important;
  }
  .rcx-content .list-item:nth-child(4){
    transform: translateX(0);
  }
  .rcx-content .img{
    display: block;
    position: static;
    width: 90%;
    margin: 0 auto;
    margin-bottom: .4rem;
    transform: translateX(0);
  }
  .ljb-container .list-content li{
    flex-direction: column;
    margin-bottom: 30px;
    height: 7.5rem;
  }
  .ljb-container .list-content li:nth-child(4){
    height: 8.5rem;
  }
  .ljb-container .list-content .title{
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
  }
  .ljb-container .list-content .desc{
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .ljb-container .list-content li img{
    width: 100%;
    bottom: 0 !important;
  }
  .rcx-content .top,.rcx-content .bottom{
    flex-direction: column;
  }
  .ljb-container{
    padding-bottom: 0;
  }
}