.content {
  width: 100%;
  height: 858rem;
  background: linear-gradient(180deg, #e4efff 0%, rgba(255, 255, 255, 0) 100%);
  overflow: hidden;
}
.content .title {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 56rem;
  color: #111312;
  margin-top: 77rem;
  justify-content: center;
  margin-bottom: 11rem;
}
.content .tags {
  width: 970rem;
  height: 90rem;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 100%);
  border-radius: 45rem 45rem 45rem 45rem;
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: space-around;
}
.content .tags li {
  display: flex;
  font-size: 22rem;
  color: #000000;
  align-items: center;
}
.content .tags li img {
  height: 28rem;
  margin-right: 20rem;
}
.content .title img {
  width: 330rem;
  margin-left: 27rem;
}
.content .list {
  height: 420rem;
  width: 1320rem;
  margin: 42rem auto 24rem;
  background: url("/template/images/bj8.png") no-repeat center;
  background-size: 100%;
  /* display: flex; */
  justify-content: flex-start; /* 改为左对齐，避免自动居中 */
  flex-wrap: nowrap;     /* 禁止换行 */
  overflow-x: auto;      /* 横向滚动 */
  padding: 0 28rem;
  overflow: auto;
  /* box-sizing: border-box; */
}
.content .list li {
  display: inline-block;
  margin-right: 30rem;
  width: 298rem;
  height: 230rem;
  background:url("/template/images/bj7.png") no-repeat center;
  background-size: 100%;
  margin-top: 124rem;
  color: #373a50;
}
.content .list li .name {
  font-weight: bold;
  font-size: 24rem;
  margin-left: 70rem;

  margin-top: 40rem;
}
.content .list li .price {
  font-size: 28rem;
  margin-left: 50%;

  transform: translate(-50%, 0);
  margin-top: 50rem;
}
.content .list li .price span {
  font-weight: bold;
  font-size: 30rem;
}
.content .list .cur {
  background: url("/template/images/bj6.png") no-repeat center;
  background-size: 100%;
  color: #fff;
}
.content .caoz {
  display: flex;
  width: 1320rem;
  margin: 0 auto 24rem;
}
.content .caoz .num {
  display: flex;
  align-items: center;
  font-size: 22rem;
  color: #111312;
  width: 644rem;
  height: 86rem;
  background: #f6f7f9;
  border-radius: 12rem 12rem 12rem 12rem;
}
.caoz .num > span {
  margin-left: 71rem;
}
.caoz .num > div {
  margin-left: auto;
  margin-right: 60rem;
  display: flex;
  align-items: center;
}
.caoz .num > div input {
  width: 100rem;
  height: 34rem;
  background: #ffffff;
  border-radius: 20rem;
  text-align: center;
  margin: 0 7rem;
  font-size: 16rem;
  font-weight: bold;
}
.caoz .num > div i {
  display: block;
  width: 34rem;
  height: 34rem;
  background: #ffffff;
  border-radius: 50%;
  font-size: 30rem;
  text-align: center;
  line-height: 30rem;
  color: #999;
  cursor: pointer;
}
.caoz .choose {
  display: flex;
  margin-left: auto;
}
.caoz .choose > div {
  cursor: pointer;
  width: 312rem;
  height: 86rem;
  background: linear-gradient(270deg, #48c2ff 0%, #4689ff 100%);
  border-radius: 12rem 12rem 12rem 12rem;
  display: flex;
  align-items: center;
  font-size: 22rem;
  color: #ffffff;
  padding-left: 46rem;
  box-sizing: border-box;
}
.caoz .choose > div img {
  width: 36rem;
  height: 36rem;
  margin-left: auto;
  margin-right: 35rem;
}
.content2 {
  width: 1320rem;
  height: 411rem;
  margin: 0 auto 121rem;
  background: url("/template/images/bj9.png") no-repeat center;
  background-size: 100%;
  overflow: hidden;
}
.content2 h6 {
  font-weight: bold;
  font-size: 28rem;
  color: #0b325d;
  transform: skewX(-15deg);
  margin-left: 48rem;
  margin-top: 27rem;
}
.content2 .product {
  width: 1204rem;
  height: 114rem;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 12rem 12rem 12rem 12rem;
  margin: 17rem auto 47rem;
  display: flex;
  align-items: center;
}
.content2 .product > span {
  font-size: 20rem;
  color: #6d6d6d;
  margin-left: 75rem;
}
.content2 .product > div {
  margin-left: auto;
  margin-right: 40rem;
  font-size: 20rem;
  color: #6d6d6d;
}
.content2 .product > div span {
  font-size: 28rem;
  color: #ffa34e;
}
.content2 .product > div span i {
  font-weight: bold;
  font-size: 50rem;
  color: #ffa34e;
}

.content2 .buy-list {
  display: flex;
}
.content2 .buy-list .buy {
  width: 352rem;
   cursor: pointer;
  height: 86rem;
  background: #ffffff;
  border-radius: 10rem 10rem 10rem 10rem;
  border: 1rem solid #e5ddd6;
  display: flex;
  align-items: center;
}
.content2 .buy-list .buy .img {
  width: 32rem;
  height: 32rem;
  margin-left: 47rem;
  margin-right: 26rem;
}
.content2 .buy-list .buy span {
  font-size: 22rem;
  color: #111312;
}
.content2 .buy-list .buy .icon {
  width: 32rem;
  height: 32rem;
  margin-left: auto;
  margin-right: 50rem;
}
.content2 .buy-list .buy-btn {
  width: 223rem;
  height: 86rem;
  background: #ffa34e;
  border-radius: 12rem 12rem 12rem 12rem;
  font-weight: bold;
  font-size: 30rem;
  color: #ffffff;
  text-align: center;
  line-height: 86rem;
  margin-left: auto;
  margin-right: 64rem;
  cursor: pointer;
}
.content2 .buy-list .cur{
    border: 1rem solid #FFA34E;
}
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

.modal {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.5);
  display: flex;
  justify-content: center;
  z-index: 99;
  align-items: center;
}

.modal-content {
  background: white;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}

.modal-content span {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;

}