* {
  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 104px 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 .tip {
  height: 26px;
  font-size: 19px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  color: #333333;
  margin: 29px 0 16px;
}

.main .content .text .txt {
  font-size: 20px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #333333;
  line-height: 41px;
  text-indent: 2em;
}

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

@media screen and(min-width:1300) {
  .floatBox .floatBox_list .active {
    border-left: 2px solid #000;
    background-color: #fff;
  }

  .floatBox .floatBox_list {
    border-left: 2px solid #000;
  }

}

@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 (max-width: 1200px) {
  .main {
    padding: 0 20px 39px 20px;
  }

  .floatBox {
    background: #fff;
    width: 100%;
  }

  .floatBox_list {
    display: flex;
    background: #fff;
    overflow-x: scroll;
  }

  .crumb {
    display: none !important;
  }

  .content {
    padding-top: 130px;
  }

  .floatBox {
    left: 10px;
  }

}

@media screen and (max-width: 500px) {
  .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%;
    justify-content: center;
    margin-bottom: 5px;
    /* overflow-x: scroll; */
    display: flex;
    flex-wrap: wrap;
  }

  .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;
  }
}