.goods-content-24-10-1 {
  padding: 0.64rem 0 0.76rem;
}
.goods-content-24-10-1 .content-box {
  margin: 0.23rem auto 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.goods-content-24-10-1 .content-box .list-item {
  background-color: rgb(255, 255, 255);
  width: 6.56rem;
  height: 1.84rem;
  margin: 0 0.15rem 0.3rem;
  padding: 0.38rem 0.52rem 0;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.goods-content-24-10-1 .content-box .list-item .cir {
  border-radius: 50%;
  background-color: rgba(204, 204, 204, 0.302);
  width: 0.66rem;
  height: 0.66rem;
  position: relative;
}
.goods-content-24-10-1 .content-box .list-item .cir .point {
  border-radius: 50%;
  background-color: rgb(204, 204, 204);
  opacity: 0.502;
  position: absolute;
  width: 0.43rem;
  height: 0.43rem;
  position: absolute;
}
.goods-content-24-10-1 .content-box .list-item .cir .point.place-1 {
  left: 0.31rem;
  top: 0.33rem;
}
.goods-content-24-10-1 .content-box .list-item .cir .point.place-2 {
  left: 0.22rem;
  top: 0.05rem;
}
.goods-content-24-10-1 .content-box .list-item .cir .point.place-3 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.goods-content-24-10-1 .content-box .list-item .cir .point.place-4 {
  left: 0.11rem;
  top: -0.16rem;
}
.goods-content-24-10-1 .content-box .list-item .info {
  width: 4.4rem;
}
.goods-content-24-10-1 .content-box .list-item .info .title {
  font-size: 0.2rem;
  font-family: "Microsoft YaHei";
  color: rgb(34, 34, 34);
  line-height: 1;
  text-align: left;
}
.goods-content-24-10-1 .content-box .list-item .info .desc {
  margin-top: 0.1rem;
  font-size: 0.16rem;
  font-family: "Microsoft YaHei";
  color: rgb(102, 102, 102);
  line-height: 1.625;
  text-align: justifyLeft;
}
.goods-content-24-10-1 .content-box .list-item:hover {
  background: #ff5e06;
}
.goods-content-24-10-1 .content-box .list-item:hover .cir {
  background-color: rgba(255, 255, 255, 0.3);
}
.goods-content-24-10-1 .content-box .list-item:hover .cir .point {
  background-color: rgba(255, 255, 255, 0.5);
}
.goods-content-24-10-1 .content-box .list-item:hover .info .title,
.goods-content-24-10-1 .content-box .list-item:hover .info .desc {
  color: #fff;
}

.goods-content-24-10-2 {
  padding: 0.6rem 0 0.58rem;
}
.goods-content-24-10-2 .content-box {
  display: flex;
  justify-content: space-between;
}
.goods-content-24-10-2 .content-box .info {
  margin-left: 0.9rem;
  width: 7.15rem;
}
.goods-content-24-10-2 .content-box .info .title {
  font-size: 0.4rem;
  font-family: "Microsoft YaHei";
  color: rgb(34, 34, 34);
  line-height: 1.5;
  text-align: left;
  margin-top: 0.17rem;
}
.goods-content-24-10-2 .content-box .info .line {
  border-width: 0.02rem;
  border-color: rgb(255, 94, 6);
  border-style: solid;
  background-color: rgb(255, 255, 255);
  width: 0.79rem;
  height: 0;
  margin-top: 0.24rem;
}
.goods-content-24-10-2 .content-box .info .desc {
  font-size: 0.16rem;
  font-family: "Microsoft YaHei";
  color: rgb(102, 102, 102);
  line-height: 1.625;
  text-align: left;
  margin-top: 0.39rem;
}
.goods-content-24-10-2 .content-box .info .icons {
  margin-top: 0.75rem;
  width: 6rem;
  display: flex;
  justify-content: space-between;
}
.goods-content-24-10-2 .content-box .info .icons .icon-item .img {
  width: 0.46rem;
  height: 0.46rem;
  margin: 0 auto;
}
.goods-content-24-10-2 .content-box .info .icons .icon-item .img img {
  width: 100%;
  height: 100%;
}
.goods-content-24-10-2 .content-box .info .icons .icon-item .img img:nth-child(2) {
  display: none;
}
.goods-content-24-10-2 .content-box .info .icons .icon-item:hover .img img:nth-child(1) {
  display: none;
}
.goods-content-24-10-2 .content-box .info .icons .icon-item:hover .img img:nth-child(2) {
  display: block;
}
.goods-content-24-10-2 .content-box .info .icons .icon-item p {
  font-size: 0.22rem;
  font-family: "Microsoft YaHei";
  color: rgb(34, 34, 34);
  line-height: 1.833;
  text-align: left;
  margin-top: 0.05rem;
}
.goods-content-24-10-2 .content-box .img {
  width: 3.74rem;
  height: 4.48rem;
}

.goods-content-24-10-3 {
  background: #1e1e1e;
  padding: 0.4rem 0 0.6rem;
}
.goods-content-24-10-3 .box .content-box {
  display: flex;
  justify-content: space-between;
}
.goods-content-24-10-3 .box .content-box .img {
  margin-right: 0.23rem;
  width: 5.35rem;
  height: 5.03rem;
}
.goods-content-24-10-3 .box .content-box .info {
  margin-left: 0.9rem;
  width: 8.5rem;
}
.goods-content-24-10-3 .box .content-box .info .img-title {
  margin-top: 0.43rem;
  width: 3.42rem;
  height: 0.57rem;
}
.goods-content-24-10-3 .box .content-box .info .title {
  margin-top: -0.24rem;
  font-size: 0.32rem;
  font-family: "Microsoft YaHei";
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 0.45rem;
}
.goods-content-24-10-3 .box .content-box .info .desc {
  font-size: 0.16rem;
  font-family: "Microsoft YaHei";
  color: rgb(255, 255, 255);
  line-height: 2;
  text-align: justify;
  width: 100%;
  margin: 0.4rem 0 0.44rem;
}
.goods-content-24-10-3 .box .content-box .info .counts {
  display: flex;
}
.goods-content-24-10-3 .box .content-box .info .counts .count-item {
  height: 0.9rem;
  border-right: 1px solid rgba(102, 102, 102, 0.2);
  padding: 0 0.6rem;
}
.goods-content-24-10-3 .box .content-box .info .counts .count-item h1 {
  margin-top: 0.2rem;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.4rem;
  color: rgb(255, 255, 255);
}
.goods-content-24-10-3 .box .content-box .info .counts .count-item h1 span {
  font-size: 0.4rem;
}
.goods-content-24-10-3 .box .content-box .info .counts .count-item p {
  font-size: 0.16rem;
  font-family: "Microsoft YaHei";
  color: rgb(255, 255, 255);
  line-height: 1.625;
  margin-top: 0.05rem;
}
.goods-content-24-10-3 .box .content-box .info .counts .count-item:first-child {
  padding-left: 0;
}
.goods-content-24-10-3 .box .content-box .info .counts .count-item:last-child {
  border-right: 0;
}

.goods-content-24-10-4 {
  padding: 0.8rem 0;
}
.goods-content-24-10-4 .content-box {
  display: flex;
  justify-content: space-between;
}
.goods-content-24-10-4 .content-box .slide-left {
  width: 5.62rem;
  height: 4.66rem;
  margin-left: 0.9rem;
}
.goods-content-24-10-4 .content-box .slide-left img {
  width: 100%;
  height: 100%;
}
.goods-content-24-10-4 .content-box .slide-left p:nth-child(2) {
  font-size: 0.16rem;
  font-family: "Microsoft YaHei";
  color: rgb(255, 255, 255);
  line-height: 2;
  text-align: center;
  position: absolute;
  left: 0;
  top: 1.2rem;
  width: 100%;
}
.goods-content-24-10-4 .content-box .slide-left p:nth-child(3) {
  font-size: 0.52rem;
  font-family: "Microsoft YaHei";
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 0.64rem;
  text-align: center;
  position: absolute;
  left: 0;
  top: 1.57rem;
  width: 100%;
}
.goods-content-24-10-4 .content-box .slide-left p:nth-child(4) {
  font-size: 0.32rem;
  font-family: "Microsoft YaHei";
  color: rgb(255, 255, 255);
  line-height: 0.42rem;
  text-align: center;
  position: absolute;
  left: 0;
  top: 2.52rem;
  width: 100%;
}
.goods-content-24-10-4 .content-box .slide-left p:nth-child(5) {
  font-size: 0.16rem;
  font-family: "Microsoft YaHei";
  color: rgb(255, 255, 255);
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 3.56rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 0.32rem;
}
.goods-content-24-10-4 .content-box .slide-left p:nth-child(5) img {
  width: 0.16rem;
  height: 0.15rem;
  margin-left: 0.12rem;
  margin-right: 0.05rem;
}
.goods-content-24-10-4 .content-box .slide-left .btn {
  background-color: rgb(255, 255, 255);
  position: absolute;
  left: 1.49rem;
  top: 3.96rem;
  width: 2.65rem;
  height: 0.34rem;
  font-size: 0.2rem;
  font-family: "Microsoft YaHei";
  color: rgb(30, 30, 30);
  line-height: 1;
  text-align: center;
  border-radius: 0.17rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.goods-content-24-10-4 .content-box .slide-right {
  margin-right: 1rem;
  width: 6.7rem;
}
.goods-content-24-10-4 .content-box .slide-right .fake-title {
  font-size: 0.4rem;
  font-family: "Microsoft YaHei";
  color: rgba(102, 102, 102, 0.102);
  font-weight: bold;
  line-height: 1;
  text-align: justifyLeft;
}
.goods-content-24-10-4 .content-box .slide-right .title {
  font-size: 0.32rem;
  font-family: "Microsoft YaHei";
  color: rgb(17, 17, 17);
  line-height: 0.5rem;
  text-align: justifyLeft;
  margin-top: -0.12rem;
}
.goods-content-24-10-4 .content-box .slide-right .se-title {
  font-size: 0.18rem;
  font-family: "Microsoft YaHei";
  color: rgb(34, 34, 34);
  line-height: 0.35rem;
  text-align: justifyLeft;
}
.goods-content-24-10-4 .content-box .slide-right .line {
  background-color: rgb(255, 94, 6);
  width: 0.26rem;
  height: 0.02rem;
  margin: 0.3rem 0 0;
}
.goods-content-24-10-4 .content-box .slide-right .desc {
  font-size: 0.16rem;
  font-family: "Microsoft YaHei";
  color: rgb(102, 102, 102);
  line-height: 2.5;
  text-align: justifyLeft;
  margin: 0.27rem 0 0;
}
.goods-content-24-10-4 .content-box .slide-right .btn {
  margin: 0.7rem 0 0;
  background-color: rgb(255, 94, 6);
  width: 2.02rem;
  height: 0.46rem;
  font-size: 0.18rem;
  font-family: "Microsoft YaHei";
  color: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
}

.goods-content-24-10-5 {
  position: relative;
  height: 5.43rem;
}
.goods-content-24-10-5 > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.goods-content-24-10-5 .box {
  position: relative;
  overflow: hidden;
}
.goods-content-24-10-5 .box .title {
  margin-top: 0.88rem;
  font-size: 0.4rem;
  font-family: "Microsoft YaHei";
  color: rgb(255, 255, 255);
  line-height: 0.66rem;
  text-align: center;
}
.goods-content-24-10-5 .box .se-title {
  margin-top: 0.17rem;
  font-size: 0.3rem;
  font-family: "Microsoft YaHei";
  color: rgb(255, 255, 255);
  line-height: 0.52rem;
  text-align: center;
}
.goods-content-24-10-5 .box .list {
  margin-top: 1.26rem;
  display: flex;
  justify-content: space-between;
}
.goods-content-24-10-5 .box .list .list-item {
  width: 3.4rem;
}
.goods-content-24-10-5 .box .list .list-item h1 {
  font-size: 0.24rem;
  font-family: "Microsoft YaHei";
  color: rgb(255, 255, 255);
  line-height: 0.4rem;
  text-align: center;
}
.goods-content-24-10-5 .box .list .list-item h1 img {
  width: 0.31rem;
  height: 0.27rem;
  object-fit: contain;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.15rem 0 -0.001rem;
}
.goods-content-24-10-5 .box .list .list-item p {
  font-size: 0.16rem;
  font-family: "Microsoft YaHei";
  color: rgb(255, 255, 255);
  line-height: 1.625;
  text-align: justify;
  margin-top: 0.06rem;
}

.goods-content-24-10-6 {
  padding: 0.75rem 0 0.8rem;
}
.goods-content-24-10-6 .content-box {
  display: flex;
  justify-content: center;
  margin-top: 0.6rem;
}
.goods-content-24-10-6 .content-box .center {
  width: 3.97rem;
  height: 3.97rem;
  margin: 0 0.55rem 0;
}
.goods-content-24-10-6 .content-box .slide-item {
  width: 4.1rem;
  height: 0.92rem;
  margin-bottom: 0.56rem;
}
.goods-content-24-10-6 .content-box .slide-item .title {
  font-size: 0.24rem;
  font-family: "Microsoft YaHei";
  color: rgb(34, 34, 34);
  line-height: 0.35rem;
}
.goods-content-24-10-6 .content-box .slide-item p {
  margin-top: 0.05rem;
  font-size: 0.16rem;
  font-family: "Microsoft YaHei";
  color: rgb(102, 102, 102);
  line-height: 1.625;
  text-align: justifyRight;
}
.goods-content-24-10-6 .content-box .slide-left {
  text-align: right;
}
.goods-content-24-10-6 .content-box .slide-left .slide-item:nth-child(2) {
  margin-left: -0.4rem;
}
.goods-content-24-10-6 .content-box .slide-right {
  text-align: left;
}
.goods-content-24-10-6 .content-box .slide-right .slide-item:nth-child(2) {
  margin-left: 0.4rem;
}

/*# sourceMappingURL=24_11goods.css.map */
