* {
  padding: 0;
  margin: 0;
}
html,
body {
  width: 100%;
  background: #f6f6f6;
}
a {
  text-decoration: none;
}
.floatBox {
  position: fixed;
  top: 114px;
  left: 179px;
}
.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;
}
.floatBox .floatBox_list .active {
  border-left: 2px solid #000;
  background-color: #fff;
}
.main {
  width: 100%;
  min-height: 100vh;
  padding: 0 360px 104px;
  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: 1200px;
  height: 644px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.main .content #container {
  width: 100%;
  height: 100%;
}
@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) {
  .floatBox {
    left: 10px;
  }
  .main {
    padding: 0 20px 39px 190px;
  }
}
@media screen and (max-width: 800px) {
  .main {
    padding: 0 20px 39px 190px;
  }
  .floatBox {
    position: fixed;
  }
}
@media screen and (max-width: 575.8px) {
  .main {
    padding: 0 20px 39px 102px;
  }
  .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: relative;
    top: 100px;
    left: 20px;
  }
  .floatBox .floatBox_title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 13px;
  }
 
  .floatBox .floatBox_list .floatBox_item {
    padding-left: 8px;
    width: 80px;
    height: 23px;
    font-size: 13px;
  }
}
@media screen and (min-width: 576px) {
  .main .content {
    width: 550px;
    height: 450px;
  }
}
@media screen and (max-width: 992px) {
  .floatBox {
    position: fixed;
  }
}
@media screen and (max-width: 768px) {
  .main .content {
    width: 550px;
    height: 450px;
    position: absolute;
    left: 50%;
    top: 480px;
  }
  .floatBox {
    position: relative;
  }
}
@media screen and (max-width: 575.8px) {
  .main .content {
    width: 370px;
    height: 350px;
    position: absolute;
    left: 50%;
    top: 340px;
  }
  .floatBox {
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .main .content {
    width: 550px;
    height: 270px;
  }
}
@media screen and (min-width: 992px) {
  .main .content {
    width: 780px;
    height: 380px;
  }
}
@media screen and (min-width: 1200px) {
  .main .content {
    width: 900px;
    height: 544px;
  }
}
@media screen and (min-width: 1400px) {
  .main .content {
    width: 1000px;
    height: 644px;
  }
}
@media screen and (min-width: 1800px) {
  .main .content {
    width: 1200px;
    height: 644px;
  }
}
.actBox {
  width: 100%;
  height: 23px;
  position: fixed;
  top: 61px;
  z-index: 999;
  padding: 0 360px;
  box-sizing: border-box;
  display: flex;
  justify-content: right;
}

@media screen and (max-width: 1800px) {
  .navbar_white,
  .page-container {
    width: 1200px;
    margin: 0 auto;
  }
  .detail-container {
    margin: 0 310px;
  }
  .actBox {
    padding: 0 310px;
  }
}
@media screen and (max-width: 1700px) {
  .actBox {
    padding: 0 260px;
  }
}
@media screen and (max-width: 1600px) {
  .actBox {
    padding: 0 210px;
  }
}
@media screen and (max-width: 1520px) {
  .actBox {
    padding: 0 160px;
  }
}
@media screen and (max-width: 1360px) {
  .actBox {
    padding: 0 110px;
  }
}
@media screen and (max-width: 1250px) {
  .actBox {
    padding: 0 60px;
  }
}
@media screen and (max-width: 1200px) {
  .actBox {
    display: none;
  }
}
/*# sourceMappingURL=./lxwm.css.map */