.section {
  overflow: unset;
}
.section .wrap {
  padding: 120px 0 60px;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.section .wrap .l_box {
  width: 860px;
}
.section .wrap .l_box .l_box_top {
  border-radius: 8px;
  background: #FFF;
  padding: 24px;
  margin-bottom: 16px;
}
.section .wrap .l_box .l_box_top .up {
  display: flex;
  align-items: center;
  gap: 16px;
}
.section .wrap .l_box .l_box_top .up .img {
  width: 56px;
  height: 56px;
  border-radius: 4px;
  border: 1px solid #E4E7E7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section .wrap .l_box .l_box_top .up .img img {
  object-fit: contain;
}
.section .wrap .l_box .l_box_top .up .text .p1 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.section .wrap .l_box .l_box_top .up .text .p2 {
  margin: 10px 0 0;
  font-size: 14px;
  color: #666;
}
.section .wrap .l_box .l_box_top .bottom {
  margin: 36px 0 0 0;
}
.section .wrap .l_box .l_box_top .bottom .pick p {
  font-size: 14px;
  color: #333;
  line-height: 28px;
}
.section .wrap .l_box .l_box_top .bottom .label {
  margin: 22px 0 0;
  display: flex;
  gap: 18px;
}
.section .wrap .l_box .l_box_top .bottom .label .label_list {
  height: 32px;
  border-radius: 4px;
  padding: 0 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  background: #C8A96A;
}
.section .wrap .l_box .l_box_top .date {
  display: flex;
  align-items: center;
  gap: 4px;
}
.section .wrap .l_box .l_box_top .date img {
  display: block;
  width: 16px;
}
.section .wrap .l_box .l_box_top .date p {
  color: #999;
  font-size: 14px;
  font-weight: 400;
}
.section .wrap .l_box .l_box_bottom {
  width: 100%;
  border-radius: 8px;
  background: #FFF;
  padding: 20px 24px 30px;
}
.section .wrap .l_box .l_box_bottom .little_title {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  padding: 0 0 0 11px;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.section .wrap .l_box .l_box_bottom .little_title:after {
  content: "";
  width: 3px;
  height: 19px;
  background: var(--color);
  position: absolute;
  left: 0;
}
.section .wrap .l_box .l_box_bottom .content {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
}
.section .wrap .l_box .l_box_bottom .content .real_scene {
  margin: 73px 0 0;
}
.section .wrap .l_box .l_box_bottom .content .real_scene .realSwiper {
  margin: 20px 0 0 0;
}
.section .wrap .l_box .l_box_bottom .content .real_scene .realSwiper .swiper-slide img {
  width: 100%;
}
.section .wrap .l_box .l_box_bottom .content .real_scene .swiper-pagination {
  position: static;
  margin: 18px auto 0;
  width: fit-content;
}
.section .wrap .l_box .l_box_bottom .content .real_scene .swiper-pagination span {
  width: 30px;
  height: 4px;
  border-radius: 10px;
  opacity: 1 !important;
  margin: 0 10px 0 0 !important;
  background: #E4E7E7;
  transition: .6s ease;
}
.section .wrap .l_box .l_box_bottom .content .real_scene .swiper-pagination span:last-child {
  margin: 0 !important;
}
.section .wrap .l_box .l_box_bottom .content .real_scene .swiper-pagination span.swiper-pagination-bullet-active {
  width: 50px;
  background: var(--color);
}
.section .wrap .l_box .l_box_bottom .content table {
  width: 100%;
}
.section .wrap .l_box .l_box_bottom .content table tr th {
  width: 180px;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  padding: 19px 28px;
  border: 1px solid #E4E7E7;
  background: #F4F5F5;
  text-align: left;
  vertical-align: top;
}
.section .wrap .l_box .l_box_bottom .content table tr td {
  border: 1px solid #E4E7E7;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  padding: 19px 20px;
  vertical-align: top;
}
.section .wrap .l_box .l_box_bottom .content p img {
  display: block;
  height: unset !important;
}
.section .wrap .r_box {
  width: 320px;
  position: sticky;
  top: 120px;
}
.section .wrap .r_box .apply {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  border-radius: 8px;
  background: var(--color);
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  margin: 12px 0 0;
  transition: 0.6s;
}
.section .wrap .r_box .apply:hover {
  opacity: 0.8;
}
.section .wrap .r_box .r_box_part {
  border-radius: 8px;
  background: #FFF;
  padding: 22px 18px 23px;
}
.section .wrap .r_box .r_box_part .little_title {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  padding: 0 0 0 11px;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.section .wrap .r_box .r_box_part .little_title:after {
  content: "";
  width: 3px;
  height: 19px;
  background: var(--color);
  position: absolute;
  left: 0;
}
.section .wrap .r_box .r_box_part .more {
  display: flex;
  align-items: center;
  gap: 4px;
  width: fit-content;
  margin: 14px auto 0;
}
.section .wrap .r_box .r_box_part .more p {
  color: #999;
  font-size: 14px;
  font-weight: 400;
}
.section .wrap .r_box .r_box_part .more svg {
  display: block;
  width: 12px;
  height: 12px;
}
.section .wrap .r_box .r_box_part .more svg path {
  transition: 0.6s;
}
.section .wrap .r_box .r_box_part .more:hover p {
  color: var(--color);
}
.section .wrap .r_box .r_box_part .more:hover svg path {
  fill: var(--color);
}
.section .wrap .r_box .r_box_part .list .item {
  width: 100%;
  display: block;
  border-radius: 6px;
  background: #F4F5F5;
  padding: 17px 0 0;
}
.section .wrap .r_box .r_box_part .list .item:not(:last-child) {
  margin-bottom: 19px;
}
.section .wrap .r_box .r_box_part .list .item .item_title {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  padding: 0 18px;
  margin-bottom: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.6s;
}
.section .wrap .r_box .r_box_part .list .item .labels {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  padding: 0 18px;
  margin-bottom: 17px;
}
.section .wrap .r_box .r_box_part .list .item .labels .label {
  color: #999;
  font-size: 12px;
  font-weight: 400;
}
.section .wrap .r_box .r_box_part .list .item .item_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 18px 14px;
  border-top: 1px solid #FFF;
}
.section .wrap .r_box .r_box_part .list .item .item_bottom .company {
  color: #333;
  font-size: 12px;
  font-weight: 500;
  width: 110px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section .wrap .r_box .r_box_part .list .item .item_bottom .address {
  color: #999;
  font-size: 12px;
  font-weight: 400;
}
.section .wrap .r_box .r_box_part .list .item .item_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  margin-bottom: 24px;
}
.section .wrap .r_box .r_box_part .list .item .item_flex .price {
  color: #FF3737;
  font-size: 18px;
  font-weight: 600;
}
.section .wrap .r_box .r_box_part .list .item .item_flex .price span {
  color: #FF3737;
  font-size: 12px;
}
.section .wrap .r_box .r_box_part .list .item .item_flex .status {
  height: 24px;
  border-radius: 4px;
  background: #C8A96A;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
}
.section .wrap .r_box .r_box_part .list .item:hover .img img {
  transform: scale(1.1);
}
.section .wrap .r_box .r_box_part .list .item:hover .item_title {
  color: var(--color);
}
