[v-cloak] {
  display: none;
}
.boar-details-page * {
  box-sizing: border-box;
}
.boar-details-page .module-title {
  text-align: center;
  margin-bottom: 40px;
}
.boar-details-page .module-title .title {
  font-size: 32px;
  color: #333333;
  line-height: 45px;
  font-weight: bold;
}
.boar-details-page .module-title .des {
  font-size: 16px;
  line-height: 22px;
  color: #666666;
  margin-top: 8px;
}
.boar-details-page .gap {
  padding: 60px 0 80px;
}
.boar-details-page .banner-module {
  background: url("../images/boardDetails/banner-bg.jpg") no-repeat center;
  width: 100%;
  height: 320px;
  min-width: 1400px;
  background-size: cover;
  position: relative;
}
.boar-details-page .banner-module .iso-jump {
  background: url("../images/boardDetails/iso-ion.png") no-repeat center;
  width: 114px;
  height: 36px;
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 1;
}
.boar-details-page .banner-module .banner-title {
  padding-top: 66px;
  color: #EEEEFB;
  font-weight: bold;
  font-size: 40px;
  line-height: 56px;
  margin-bottom: 16px;
  text-align: center;
}
.boar-details-page .banner-module .banner-des {
  color: #F6F6FA;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 42px;
}
.boar-details-page .banner-module .banner-btn {
  display: flex;
  gap: 24px;
  justify-content: center;
}
.boar-details-page .banner-module .banner-btn a {
  font-size: 20px;
  font-weight: bold;
  border-radius: 4px;
  height: 52px;
  display: inline-block;
  padding: 0 40px;
  line-height: 52px;
  transition: all 0.3s ease-in-out;
}
.boar-details-page .banner-module .banner-btn .must-jump {
  color: #333333;
  background: #F6F6FA;
}
.boar-details-page .banner-module .banner-btn .quote-jump {
  color: #F6F6FA;
  background: #5BC000;
}
.boar-details-page .banner-module .banner-btn .quote-jump:hover {
  background: #70d614;
}
.boar-details-page .fac-remit {
  display: flex;
  gap: 28px;
}
.boar-details-page .fac-remit .fac-item {
  background: url("../images/boardDetails/fac-bg.png") no-repeat center;
  width: 448px;
  height: 186px;
  border-radius: 6px;
  padding: 24px 36px 36px;
  transition: all 0.3s ease-in-out;
}
.boar-details-page .fac-remit .fac-item:hover {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
}
.boar-details-page .fac-remit .fac-item dl {
  color: #333333;
  margin-top: 6px;
}
.boar-details-page .fac-remit .fac-item dl dt {
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 12px;
}
.boar-details-page .fac-remit .fac-item dl dd {
  font-size: 14px;
  line-height: 20px;
}
.boar-details-page .table-module {
  background: url("../images/boardDetails/table-bg.jpg") no-repeat center;
  width: 100%;
  min-width: 1400px;
  height: 927px;
  background-size: cover;
}
.boar-details-page .table-module .table-remit {
  margin-bottom: 35px;
  border-radius: 6px;
  border: 1px solid #FFFFFF;
  position: relative;
}
.boar-details-page .table-module .table-remit:after {
  background: url("../images/boardDetails/table-line-bg.png") no-repeat center;
  width: 460px;
  height: 658px;
  content: '';
  display: block;
  position: absolute;
  top: -41px;
  right: 410px;
  z-index: 1;
}
.boar-details-page .table-module .table-remit table {
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
  border-collapse: collapse;
}
.boar-details-page .table-module .table-remit table thead tr {
  background: #F5F6F6 !important;
}
.boar-details-page .table-module .table-remit table tr:nth-child(odd) {
  background: #FFFFFF;
}
.boar-details-page .table-module .table-remit table tr:nth-child(even) {
  background: #F5F6F6;
}
.boar-details-page .table-module .table-remit table th {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  text-align: center;
  height: 64px;
  padding: 0 40px;
  position: relative;
  z-index: 2;
}
.boar-details-page .table-module .table-remit table th:first-child {
  width: 240px;
}
.boar-details-page .table-module .table-remit table th:nth-of-type(2) {
  width: 320px;
}
.boar-details-page .table-module .table-remit table th:nth-of-type(3) {
  width: 400px;
  color: #6C571F;
}
.boar-details-page .table-module .table-remit table th:nth-of-type(4) {
  width: 440px;
}
.boar-details-page .table-module .table-remit table td {
  font-size: 14px;
  line-height: 20px;
  height: 64px;
  padding: 0 40px;
  text-align: center;
  color: #333333;
  position: relative;
  z-index: 2;
}
.boar-details-page .table-module .table-remit table td:nth-child(3) {
  padding: 0 20px;
}
.boar-details-page .table-module .table-remit table .tag {
  font-size: 14px;
  color: #FFFFFF;
  height: 24px;
  line-height: 24px;
  padding: 0 6px;
  display: inline-block;
  border-radius: 4px;
  background: #FF4444;
}
.boar-details-page .table-module .table-tips {
  font-weight: bold;
  font-size: 16px;
  color: #F6F6FA;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background: linear-gradient(270deg, rgba(1, 174, 1, 0) 0%, #01AE01 46.36%, rgba(1, 174, 1, 0) 100%);
}
.boar-details-page .scene-remit {
  display: flex;
  gap: 24px;
}
.boar-details-page .scene-remit .scene-item {
  width: 332px;
  height: 442px;
  overflow: hidden;
  border-radius: 6px;
  position: relative;
}
.boar-details-page .scene-remit .scene-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.boar-details-page .scene-remit .scene-item:hover img {
  transform: scale(1.1);
}
.boar-details-page .scene-remit .scene-item .scene-info {
  position: absolute;
  left: 36px;
  bottom: 36px;
  z-index: 1;
  color: #FFFFFF;
}
.boar-details-page .scene-remit .scene-item .scene-info .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 33px;
  margin-bottom: 12px;
}
.boar-details-page .scene-remit .scene-item .scene-info ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}
.boar-details-page .scene-remit .scene-item .scene-info ul li {
  font-size: 14px;
  height: 24px;
  padding: 0 6px;
  line-height: 24px;
  display: inline-block;
  border-radius: 4px;
}
.boar-details-page .scene-remit .scene-item .scene-info ul .tag1 {
  background: #5BC000;
}
.boar-details-page .scene-remit .scene-item .scene-info ul .tag2 {
  background: #FD6021;
}
.boar-details-page .scene-remit .scene-item .scene-info ul .tag3 {
  background: #B78B3B;
}
.boar-details-page .scene-remit .scene-item .scene-info .des {
  font-size: 16px;
  line-height: 22px;
}
.boar-details-page .project-module {
  background: #F3F3F3;
}
.boar-details-page .project-module .card-box {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.boar-details-page .project-module .card-box .card-list {
  width: 332px;
  height: 340px;
  padding: 12px;
  background: #FFFFFF;
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
}
.boar-details-page .project-module .card-box .card-list:hover {
  box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.1);
}
.boar-details-page .project-module .card-box .card-list .pic {
  width: 100%;
  height: 214px;
  background: linear-gradient(136deg, #F7F7F7 0%, #F3F3F3 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 16px;
}
.boar-details-page .project-module .card-box .card-list .pic img {
  max-width: 100%;
  max-height: 100%;
}
.boar-details-page .project-module .card-box .card-list .head-title {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  padding: 0 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
}
.boar-details-page .project-module .card-box .card-list .val-row {
  padding: 0 4px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.boar-details-page .project-module .card-box .card-list .val-row li {
  display: flex;
  gap: 16px;
}
.boar-details-page .project-module .card-box .card-list .val-row li span {
  width: 50%;
  display: block;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
/*# sourceMappingURL=boardDetails.css.map */