html, body {
    position: relative;
    height: 100%;
  }
  body {
    background: #fff;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color:#000;
    margin: 0;
    padding: 0;
  }
  .swiper-container {
    width: 100%;
    height: 100%;
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
  }
  .swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1);
  }
  .progress{
    width: 100%;
    /* height: 100%; */
      margin-top: 80px;
      position: relative;
      margin-bottom: 60px;
  }
  .progress img{
    width: 100%;
    margin-top: -16px;
  }
  .content{
      color: #948160;
      text-align: left;
  margin: 50px 0px;
  }
  .content p{
      line-height: 48px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
  }
  .picwall .left1 .item{
    max-width: 50%;
  }
  .picwall .left1  img{
      width: 100%;
      height: 100%;
  }
.picwall .left1{
  display: flex;
  flex-wrap: wrap;
  }
  .picwall .left2{
      margin-top: 20px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
  }
  .picwall .left2 .item{
    max-width:32.5%;
  }
  .picwall .left2 .item img{
    width: 100%;
    height: 100%;
  }


  @media screen and (max-width:834px){
    .picwall .left1 .item{
      max-width:none;
      min-width: 50% !important;
    }
    .picwall .left2 .item{
      max-width:none;
      min-width:32.5% !important;
      margin-top: 10px;
    }
  
  }
  .progress ul {
    list-style: none;
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .progress ul li{
    width: 80px;
    height: 80px;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
  }
  .cricle{
    width: 10px ;
    height: 10px ;
    background-color: #948160;
    border-radius: 5px;
    margin-top: 15px;
    margin-left: 18px;
    cursor: pointer;
    margin-bottom: 20px;
  }
  .active .cricle{
   
    box-shadow:0 0 10px 2px  #948160;
  }
  .active  {
    color: #948160;
  }
  .progress .line{
    position: absolute;
    left: 50px;
    top: 20px;
    width: 95%;
    height: 3px;
    background-color: #948160;
  
  }
  .prev,.next{
    margin-top:13px;
  }
  .prev{
    margin-left: 5px;
  }
  .prev,.next img{
    width: 50px;
    height: 50px;
    vertical-align: middle;
  }