body {
  background-color: #f5f5f5;
}
.content-box {
  padding-top: 0.6076rem;
  padding-bottom: 1.0633rem;
  max-width: 17.7215rem;
  margin: 0 auto;
}
.content-box h1 {
  padding-bottom: 0.3165rem;
  padding-left: 0.2532rem;
  font-size: 0.2785rem;
  color: #333333;
  border-bottom: 0.0127rem solid #d2d2d2;
  position: relative;
}
.content-box h1::after {
  position: absolute;
  left: 0;
  content: '';
  width: 0.0759rem;
  height: 0.3418rem;
  background-color: #c5082c;
  border-radius: 0.038rem;
}
.content-box .type-box {
  margin: 0.3797rem 0;
  max-width: 17.7215rem;
  height: 0.4051rem;
  border-radius: 0.1266rem;
  background-image: url('/static/img/yuan-bj.png');
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.content-box .type-box .type-item {
  width: 32%;
  font-size: 0.2025rem;
  color: #ffffff;
  text-align: center;
  line-height: 0.4051rem;
}
.content-box .type-box .type-active {
  color: #000;
}
.content-box .info-box {
  width: 100%;
  background-color: #ffffff;
  border-radius: 0.1266rem;
  overflow: hidden;
}
.content-box .info-box .info-top {
  width: 100%;
  height: 0.7595rem;
  background-color: #eeeeee;
  display: flex;
  align-items: center;
}
.content-box .info-box .info-top span {
  width: 33.3%;
  text-align: center;
  font-size: 0.2278rem;
}
.content-box .info-box .info-bottom {
  width: 100%;
  height: 2.5rem;
  display: flex;
  align-items: center;
  padding: 0.5063rem 0;
}
.content-box .info-box .info-bottom .info-item {
  width: 33.3%;
  text-align: center;
}
.content-box .info-box .info-bottom .info-item h2 {
  text-align: center;
  font-size: 0.2278rem;
}
.content-box .info-box .info-bottom .info-item .btn-box {
  margin: 0 auto;
  width: 1.7342rem;
  height: 0.6076rem;
  background-color: #eeeeee;
  border-radius: 0.3038rem;
  box-sizing: border-box;
  padding: 0 0.1013rem;
  padding-top: 0.0506rem;
  overflow: hidden;
  transition: all 0.5s;
}
.content-box .info-box .info-bottom .info-item .btn-box .btn-one {
  display: flex;
  align-items: center;
  margin-bottom: 0.0633rem;
}
.content-box .info-box .info-bottom .info-item .btn-box .btn-one span {
  flex: 1;
  text-align: center;
  font-size: 0.2278rem;
}
.content-box .info-box .info-bottom .info-item .btn-box .btn-one button {
  width: 0.5063rem;
  height: 0.5063rem;
  background-image: url('/static/img/yuan-jian.png');
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all 0.5s;
  transform: rotate(-90deg);
}
.content-box .info-box .info-bottom .info-item .btn-box .btn-item {
  box-sizing: border-box;
  height: 2.7848rem;
  padding-bottom: 0.7595rem;
  overflow-y: scroll;
}
.content-box .info-box .info-bottom .info-item .btn-box .btn-item span {
  box-sizing: border-box;
  display: inline-block;
  font-size: 0.2278rem;
  height: 0.5063rem;
  line-height: 0.5063rem;
  width: 100%;
  cursor: pointer;
  border-radius: 0.1266rem;
}
.content-box .info-box .info-bottom .info-item .btn-box .btn-item span:hover {
  background-color: #fff;
}
.content-box .info-box .info-bottom .info-item .jiage {
  font-size: 0.2278rem;
  color: #e72e0d;
}
.content-box .info-box .info-bottom .info-item .jiage span {
  font-size: 0.3038rem;
}
.content-box .foot-box {
  margin-top: 0.8861rem;
  width: 100%;
  height: 0.8861rem;
  display: flex;
  align-items: flex-end;
}
.content-box .foot-box .kong {
  flex: 1;
}
.content-box .foot-box .jiaqian {
  color: #e72e0d;
  font-size: 0.2025rem;
}
.content-box .foot-box .fukuan {
  margin-left: 0.3797rem;
  width: 2.6329rem;
  height: 0.6962rem;
  background-color: #c5082c;
  box-shadow: 0rem 0.1899rem 0.3291rem 0.0253rem rgba(197, 8, 44, 0.15);
  border-radius: 0.3544rem;
  font-size: 0.3038rem;
  color: #f5f5f5;
  text-align: center;
  line-height: 0.6962rem;
  cursor: pointer;
}
