.bigBoxList {
  margin: 0 auto;
  width: 1300px;
  padding: 20px 0;
}

.bigBox {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #c7c5c5;
  margin-bottom: 54px;
}

.othBox {
  width: 640px;
  height: 500px;
  padding: 0 20px;
}

.title {
  font-size: 32px;
  font-family: Arial;
  font-weight: bold;
  color: #727272;
  margin: 20px 0 43px 0;
  border: 0;
  padding: 0;
  min-height: 95px;
}

.introduce {
  font-size: 18px;
  font-family: Arial;
  font-weight: 400;
  color: #707070;
  margin: 0 0 10px 76px;
  position: relative;
}

.int_point {
  width: 11px;
  height: 11px;
  background: #727272;
  border-radius: 50%;

  position: absolute;
  top: 3px;
  left: -22px;
}

.btn {
  width: 240px;
  height: 43px;
  background: #dfc964;
  border-radius: 33px;
  font-size: 16px;
  font-family: ArialMT;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  margin: 39px 0 14px 0;
}

.buy {
  font-size: 16px;
  font-family: Arial;
  font-weight: 400;
  color: #727272;
  text-decoration: underline;
  margin-left: 53px;
}

.imgBox {
  width: 640px;
  height: 500px;

  position: relative;
}

.img {
  width: 640px;
  height: 500px;
}

.pointBox {
  width: 640px;
  height: 500px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.point {
  width: 11px;
  height: 11px;
  background: rgba(255, 255, 255, 1);
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  /* animation: fade 900ms infinite;
  -webkit-animation: fade 900ms infinite; */
}
@keyframes fade {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fade {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
/* 内容盒子 */
.pointTextBox {
  width: 160px;
  min-height: 71px;
  background: #ffffff;
  opacity: 0.81;
  border-radius: 8px;
  position: absolute;
}

.text {
  font-size: 14px;
  font-family: ArialMT;
  color: #000000;
  padding: 6px;
}

.priceBox {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.label {
  font-size: 12px;
  font-family: ArialMT;
  color: #999999;
  margin-left: 5px;
  margin-right: 5px;
}

.price {
  font-size: 18px;
  font-family: Arial-BoldMT;
  color: #212830;
}

/* 四个方向的内容 */
.TB-top {
  top: -130px;
  left: -80px;
}

.TB-bottom {
  top: 68px;
  left: -80px;
}

.TB-left {
  top: -30px;
  left: -220px;
}

.TB-right {
  top: -30px;
  left: 68px;
}

/* 四个方向的线 */
.line-top,
.line-bottom,
.line-left,
.line-right {
  border: 1px solid #ffffff;
  position: absolute;
}

.line-top,
.line-bottom {
  width: 0px;
  height: 62px;
}

.line-top {
  top: -60px;
  left: 5px;
}

.line-bottom {
  top: 5px;
  left: 5px;
}

.line-left,
.line-right {
  width: 62px;
  height: 0px;
}

.line-left {
  top: 5px;
  left: -60px;
}

.line-right {
  top: 5px;
  left: 5px;
}

.goodsListTitle {
  font-size: 32px;
  font-family: Arial;
  font-weight: bold;
  color: #474747;
}

.goodsList {
  width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-gap: 55px 19px;
  grid-template-columns: repeat(5, 1fr);
}