.relative {
    position: relative;
    display: flex;
}

.activitee figure {
    width: 150px;
    position: absolute;
    z-index: 1;
    cursor: pointer;
}
.activitee figure img {
    width: 100%;
    border: 10px solid #fff;
    box-shadow: 0 0 10px #000;
}
.activitee figure:hover img{
    box-shadow: 0 10px 10px #000;
}
.activitee .pic1{
    transform: rotate(5deg);
    left: -75px;
    top: -25px;
}
.activitee .pic2{
    transform: rotate(-2deg);
    right: -40px;
    top: -30px;
}
.activitee .pic3{
    transform: rotate(-7deg);
    left: -75px;
    top: -15px;
}
.activitee .pic4{
    transform: rotate(6deg);
    right: -30px;
    top: -50px;
}
.activitee .pic5{
    width:120px;
    transform: rotate(6deg);
    left: -50px;
    top: -50px;
}
.activitee .pic6{
    transform: rotate(-3deg);
    right: -40px;
    top: -70px;
}
.week{
      margin: 50px 0 0;
      padding: 0;
}
.week li{
      cursor: pointer;
      background: #bac5e5;
      float:left;
      padding:10px;
      margin:10px;
      list-style: none;
      border:1px solid rgba(0,0,0,1);
      border-radius: 4px;
      color:#5f453b;
}
.week li.active{
      box-shadow: 0 0 3px #fff;
      background: #d4cd85;
}
.week li:hover{
      background: #da5b2d;
      color: #fff;
}
.table{
      margin-top: 20px;
}
caption{
      color: #fff;
      text-align:left;
      margin: 0 0 20px 0;
      text-indent: 10px;
      color: #fff;
      font-size: 25px;
      font-weight: normal;
      font-family: catregular, arial, sans-serif;
}
.table{
      color: #5f453b;
      border-collapse: collapse;
      width:100%;
      background:rgba(250,250,250,0.6);
}
.table td{
      vertical-align: top;
      padding: 5px;
}
.table thead{
      text-align: left;
}
.table th{
      border-bottom: 1px solid #5f453b;
}
.table ul{
      padding: 0 0 0 5px;
      margin: 0;
}
.table li{
      position: relative;
      list-style-type: none;
      font-size: 14px;
}
.table li:before {
      content: '- ';
      position: absolute;
      left: -8px;
}

.table i{
      font-size: 12px;
      white-space: nowrap;
}
.table tr{
      border-bottom:1px solid #5f453b;
}

@media screen and (max-width: 660px) {
      .relative{
            display: block;
      }
      .block{
            margin: 5px 0;
            width:100%;
            box-sizing: border-box;
      }
      .activitee .pic1{transform: rotate(-2deg);}
      .activitee .pic2{transform: rotate(2deg);}
      .activitee .pic3{transform: rotate(-1deg);}
      .activitee .pic4{transform: rotate(-1deg);}
      .activitee .pic5{transform: rotate(-2deg);width:90%;}
      .activitee figure{
            position: static;
            width:90%;
            margin: 0 auto;
      }
      .activitee figure img{
            border: 5px solid #fff;
      }
}