.point_content {
  display: flex;
  gap: 20px;
}
.point_content .lt_box {
  width: 300px;
  border-radius: 8px 8px 0px 0px;
  padding: 30px 20px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: 100% 0px;
}
.point_content .lt_box .point_title {
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  margin-bottom: 18px;
}
.point_content .lt_box .point_info_box {
  background: #fff;
  padding: 30px 20px;
  gap: 30px;
  border-radius: 8px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.point_content .lt_box .point_info_box .point_info {
  gap: 12px;
}
.point_content .lt_box .point_info_box .point_info .point_info_item {
  gap: 7px;
}
.point_content .lt_box .point_info_box .point_info .point_info_item:nth-child(odd) {
  border-right: 1px solid #e2e2e2;
}
.point_content .lt_box .point_info_box .point_info .point_info_item .info_title {
  font-weight: 500;
  font-size: 14px;
  color: #666666;
}
.point_content .lt_box .point_info_box .point_info .point_info_item .points_num {
  font-weight: 600;
  font-size: 24px;
  color: #333333;
}
.point_content .lt_box .point_info_box .point_info_btn_box {
  gap: 16px;
}
.point_content .lt_box .point_info_box .point_info_btn_box .point_info_btn {
  background: linear-gradient(270deg, #f7853f 0%, #fcbb73 100%);
  border-radius: 20px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  gap: 4px;
  cursor: pointer;
}
.point_content .lt_box .point_info_box .point_info_btn_box .point_info_btn.line_btn {
  border: 1px solid #999999;
  background: none;
  color: #333333;
}
.point_content .lt_box .point_info_box .point_info_btn_box .point_info_btn .img_box {
  width: 12px;
  height: 13px;
  margin-left: -12px;
}
.point_content .lt_box .advertisement_box {
  gap: 20px;
}
.point_content .lt_box .advertisement_box .advertisement_item {
  border-radius: 8px;
  width: 100%;
  height: 120px;
  overflow: hidden;
}
.point_content .lt_box .advertisement_box .advertisement_item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.point_content .rt_box {
  flex: 1 1 0;
  min-width: 0;
  background: #ffffff;
  border-radius: 8px;
  padding: 30px;
}
.point_content .rt_box .title_large {
  font-weight: 600;
  font-size: 24px;
  color: #333333;
  margin-bottom: 38px;
}
.point_content .rt_box .goods_box {
  gap: 18px;
}
.point_content .rt_box .goods_box .goods_item {
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  height: 300px;
  box-sizing: border-box;
  min-width: 0;
  overflow: hidden;
}
.point_content .rt_box .goods_box .goods_item .goods_img_box {
  height: 164px;
  box-sizing: border-box;
}
.point_content .rt_box .goods_box .goods_item .goods_info_box {
  padding: 10px 15px;
  gap: 12px;
  border-top: 1px solid #e2e2e2;
}
.point_content .rt_box .goods_box .goods_item .goods_info_box .goods_info {
  gap: 4px;
}
.point_content .rt_box .goods_box .goods_item .goods_info_box .goods_info .goods_name {
  font-weight: 500;
  font-size: 14px;
  height: 20px;
  color: #333333;
}
.point_content .rt_box .goods_box .goods_item .goods_info_box .goods_info .price {
  font-weight: 500;
  font-size: 14px;
  color: #3f84f7;
}
.point_content .rt_box .goods_box .goods_item .goods_info_box .goods_btn {
  background: #3f84f7;
  height: 28px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
}
.point_content .rt_box .goods_box .goods_item .goods_info_box .goods_btn.grey_btn {
  background: #999;
}
.point_content .rt_box .page_box {
  display: flex;
  justify-content: center;
  margin: 20px 0 0;
}/*# sourceMappingURL=exchangeZone.css.map */