.price-banner {
  width: 100%;
  height: 300px;
  background-image: url('/fe/www/img/function/banner.png');
  background-size: cover;
  overflow: hidden;
}
.banner__title {
  font-weight: Bold;
  font-size: 48px;
  text-align: center;
  color: #fff;
  margin-top: 60px;
}
.banner__subtitle {
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color: #fff;
  margin-top: 10px;
}
.banner__btn {
  width: 183.6px;
  height: 46.8px;
  border-radius: 3.6px 3.6px 3.6px 3.6px;
  background: rgba(255, 255, 255, 1);
  color: #3c55ff;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto 0;
  font-weight: 600;
  cursor: pointer;
}

.price-box {
  padding-bottom: 200px;
  width: 1300px;
  margin: 0 auto;
  display: flex;
}

.price-box > div {
  margin-left: 20px;
}
.category {
  margin-top: 50px;
  width: 100%;
}

.category__titile {
  position: relative;
  padding-left: 13px;
  font-size: 26px;
  font-weight: 400;
}

.category__titile:before {
  content: '';
  background-color: #5e73ff;
  width: 4px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.category__deputy {
  margin-top: 10px;
  margin-left: 10px;
  color: #666666;
  font-size: 14px;
}

.category__list {
  margin-top: 10px;
}

.movable {
  width: 190px;
  height: 170px;
  border-radius: 5px;
  display: inline-block;
  margin: 30px 30px 10px 0;
  box-shadow: 1px 2px 10px 0px rgba(104, 123, 251, 0.33);
  position: relative;
}

.movable__new,
.movable__hot {
  position: absolute;
  top: -5px;
  right: 10px;
  width: 40px;
}

.movable__header {
  height: 100px;
  width: 100%;
  background-color: #f4f6ff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.movable__header > .header__icon {
  display: block;
  height: 100%;
  margin: 0 auto;
  object-fit: cover;
}

.movable__header--combo {
  background: linear-gradient(360deg, #0075fa 0%, #68a5ff 80%);
}

.movable__info {
  box-sizing: border-box;
  padding: 10px;
}

.movable__info > .name {
  font-weight: 400;
  font-size: 15px;
  color: #333333;
}

.movable__info > .money {
  margin-top: 5px;
  display: flex;
  font-style: 12px;
  justify-content: space-between;
  align-items: flex-end;
  font-weight: 400;
  font-size: 12px;
  color: #b2b0b0;
}
.movable__info > .money > div > span {
  font-weight: Bold;
  font-size: 18px;
  color: red;
  margin-right: 4px;
}
.movable__info > .money > div:last-child {
  text-decoration: line-through;
}
/* 锚点 */

.fixed-tools {
  width: 122px;
  height: 200px;
  background: white;
  display: inline-block;
  /* box-shadow: 1px 2px 10px 0px rgba(104, 123, 251, 0.33); */
  border-radius: 6px;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  margin-top: 50px;
  z-index: 8;
}

.fixed-tools .tools-item a {
  display: block;
  width: 122px;
  height: 40px;
  box-sizing: border-box;
  color: #7a7a7a;
  font-size: 16px;
  position: relative;
  line-height: 1;
  cursor: pointer;
  position: relative;
  transition: 200ms;
  text-align: center;
  line-height: 40px;
  border-bottom: 1px solid #f3f5ff;
}

.fixed-tools .tools-item a:after {
  content: '';
  display: block;
  width: 122px;
  height: 0px;
  position: absolute;
  left: 0;
  bottom: -1px;
  border-bottom: 1px dashed rgba(94, 115, 255, 0);
  overflow: visible;
}

.fixed-tools .tools-item a.active {
  background: #566cff !important;
  color: white;
  overflow: hidden;
}

.fixed-tools .tools-item:hover a {
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 10%, rgba(60, 85, 255, 0.2) 100%);
  overflow: hidden;
}

.fixed-tools .tools-item:last-child a:after {
  display: none;
}
