* {
  padding: 0;
  margin: 0;
}
html,
body {
  width: 100%;
  background: #f6f6f6;
}
a {
  text-decoration: none;
}
.floatBox {
  position: fixed;
  top: 114px;
  left: 358px;
}
.floatBox .floatBox_title {
  font-size: 30px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  color: #333333;
  margin-bottom: 20px;
}

.floatBox .floatBox_list .floatBox_item {
  display: flex;
  align-items: center;
  padding-left: 22px;
  box-sizing: border-box;
  width: 177px;
  height: 40px;
  font-size: 17px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  color: #333333;
}

.main {
  width: 100%;
  min-height: 100vh;
  padding: 0 360px 39px 539px;
  box-sizing: border-box;
  transition: all 0.3s;
  margin-top: 84px;
}
.main .crumb {
  width: 100%;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 15px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  transition: all 0.3s;
  color: #333333;
}
.main .content {
  width: 100%;
}
.main .content .back {
  width: 100%;
}
.main .content .text {
  margin-top: 32px;
}
.main .content .text .txt {
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  color: #333333;
  line-height: 28px;
}
.main .content .time-axis {
  margin: 32px 0 0 225px;
}
.main .content .time-axis .top {
  display: flex;
  margin-left: 100px;
}
.main .content .time-axis .top .img-clock {
  width: 38px;
  height: 38px;
  margin-right: 26px;
}
.main .content .time-axis .top .txt-clock {
  height: 28px;
  font-size: 20px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  color: #333333;
  line-height: 28px;
  margin-top: 5px;
}
.main .content .time-axis .time {
  display: flex;
}
.main .content .time-axis .time .titleBox {
  display: flex;
  margin-right: 25.5px;
  margin-top: 17.5px;
}
.main .content .time-axis .time .titleBox .ul {
  width: 80px;
  height: 20px;
  font-size: 20px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  text-align: right;
  color: #333333;
  line-height: 20px;
  cursor: pointer;
}
.main .content .time-axis .time .titleBox img {
  width: 8px !important;
  height: 4px !important;
  margin-top: 16px;
  margin-left: 6px;
  cursor: pointer;
}
.main .content .time-axis .time .titleBox .rotate {
  transform: rotate(-90deg);
}
.main .content .time-axis .time .listBox {
  width: 100%;
}
.main .content .time-axis .time .listBox .li {
  width: 100%;
  height: 45px;
  border-left: 1px solid #2ca6e1;
  position: relative;
}
.main .content .time-axis .time .listBox .li span {
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  color: #666666;
  line-height: 16px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 35.5px;
}
.main .content .time-axis .time .listBox .li::before {
  content: "";
  width: 14px;
  height: 14px;
  background: #2ca6e1;
  border: 1px solid #2ca6e1;
  border-radius: 50%;
  position: absolute;
  left: -8px;
  bottom: 0;
}
@media screen and (max-width: 1600px) {
  .floatBox {
    left: 30px;
  }
  .main {
    padding: 0 210px 39px;
  }
}
@media screen and (max-width: 1300px) {
  .floatBox {
    left: 10px;
  }
  .main {
    padding: 0 190px 39px;
  }
}
@media screen and (min-width: 1200px) {
  .floatBox .floatBox_list .active {
    border-left: 2px solid #000;
    background-color: #fff;
  }

}
@media screen and (max-width: 800px) {
  .main {
    padding: 0 20px 39px 190px;
  }
  .time-axis {
    margin: 32px 0 0 50px !important;
  }
}
@media screen and (max-width: 500px) {
  .main {
    padding: 0 20px 39px 20px;
  }
  .time-axis {
    margin: 32px 0 0 20px !important;
  }
  .main .content .time-axis .time .titleBox .ul {
    font-size: 15px;
  }
  .main .content .time-axis .time .listBox .li span {
    font-size: 10px;
    left: 15px;
  }
  .floatBox {
    position: fixed;
    top: 100px;
    left: 20px;
  }
  .floatBox .floatBox_title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 13px;
  }
  .floatBox .floatBox_list .floatBox_item {
    white-space: nowrap;
    padding-left: 8px;
    width: 80px;
    height: 23px;
    font-size: 13px;
  }
}
@media screen and (max-width: 1200px) {
  .floatBox {
    background: #fff;
    width: 100%;
  }


  .floatBox_list {
    width: 100%;
    justify-content: center;
    margin-bottom: 5px;
    /* overflow-x: scroll; */
    display: flex;
    flex-wrap: wrap;
  }

  .crumb {
    display: none !important;
  }

  .content {
    padding-top: 130px;
  }

  .floatBox {
    left: 10px;
  }

}
@media screen and (max-width: 500px) {
  .invite {
    padding: 0 20px 39px 20px;
  }

  .floatBox .floatBox_list .active {
    border-bottom: 2px solid #000;
    background-color: #fff;
  }

  .main .content .text .txt {
    font-size: 10px;
    line-height: 20px;
  }

  .main .content .text .txt:last-of-type {
    margin-top: 10px;
  }

  .main .content .text .tip {
    margin: 14px 0 8px;
    font-size: 10px;
    line-height: 20px;
  }

  .floatBox {
    position: fixed;
    top: 85px;
    left: 0;
  }

  .floatBox .floatBox_title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 13px;
  }

  .floatBox_list {
    width: 100%;
    overflow-x: scroll;
  }

  .floatBox_title {
    margin-top: 10px;
    padding: 0 24px;
  }

  .floatBox .floatBox_list .floatBox_item {
    
    padding-left: 8px;
    width: 100px;
    height: 23px;
    font-size: 13px;
   justify-content: center;
   margin-bottom: 10px;
   padding-bottom: 10px;
  }
}