#scqy.scqy {
  position: relative;
  width: 100%;
  min-width: 1366px;
  background: #fff;
  font-family: 'Microsoft YaHei-Regular';
  overflow: hidden;
  padding-top: 122px;
  padding-bottom: 24px;
}
#scqy .breadcrumb {
  padding: 20px 0;
}
#scqy .breadcrumb-item {
  background: url(/assets/images/common/icon-slash.png) no-repeat left center;
  background-size: 16px;
  padding-left: 24px;
  line-height: 20px;
  font-size: 14px;
  color: #77798E;
}
#scqy .breadcrumb-item:hover {
  color: #1259F0;
}
#scqy .breadcrumb-item:first-child {
  background-image: url(/assets/images/common/icon-home.png);
  padding-left: 20px;
}
#scqy .breadcrumb-item:first-child:hover {
  color: #1259F0;
}
#scqy .breadcrumb-item:last-child {
  color: #39435A;
}
#scqy .breadcrumb-item:last-child:hover {
  color: #39435A;
}
#scqy .container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
}
#scqy .container1 {
  padding-top: 4px;
}
#scqy .container1 .left {
  width: 976px;
}
#scqy .container1 .left .banner {
  height: 488px;
  margin-bottom: 30px;
  border-radius: 4px;
  overflow: hidden;
}
#scqy .container1 .left .banner .banner-list {
  width: 100%;
  height: 100%;
}
#scqy .container1 .left .banner .banner-list img {
  width: 100%;
}
#scqy .container1 .left .banner .swiper-pagination-bullets {
  width: 80px;
  height: 6px;
  background: rgba(255, 255, 255, 0.2);
  left: 50%;
  transform: translateX(-50%);
  border-radius: 3px;
  bottom: 20px;
  display: flex;
}
#scqy .container1 .left .banner .swiper-pagination-bullet {
  flex: 1;
  height: 6px;
  background: #fff;
  border-radius: 3px;
  opacity: 0;
  margin: 0;
}
#scqy .container1 .left .banner .swiper-pagination-bullet-active {
  opacity: 0.8;
}
#scqy .container1 .left .filter {
  display: flex;
  margin-bottom: 24px;
}
#scqy .container1 .left .filter-name {
  width: 56px;
  line-height: 31px;
  font-size: 16px;
  color: #777E8E;
}
#scqy .container1 .left .filter .filter-content {
  flex: 1;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out;
}
#scqy .container1 .left .filter .filter-content .tabs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 6px;
}
#scqy .container1 .left .filter .filter-content .tabs.city {
  background: #F9FAFC;
  margin-top: 12px;
  padding: 14px 8px;
  border-radius: 8px;
  gap: 18px 6px;
}
#scqy .container1 .left .filter .filter-content .tabs.city .tab-item {
  padding: 0 16px;
}
#scqy .container1 .left .filter .filter-content .tabs.city .tab-item.active {
  background: none;
  color: #1259F0;
}
#scqy .container1 .left .filter .filter-content .tabs .tab-item {
  line-height: 21px;
  font-size: 16px;
  color: #39435A;
  padding: 5px 16px;
  position: relative;
  cursor: pointer;
}
#scqy .container1 .left .filter .filter-content .tabs .tab-item:hover {
  color: #1259F0;
}
#scqy .container1 .left .filter .filter-content .tabs .tab-item.active {
  background: #4282FF;
  font-weight: bold;
  color: #fff;
  border-radius: 20px;
}
#scqy .container1 .left .content {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 24px;
  margin-bottom: 40px;
}
#scqy .container1 .left .content .content-item {
  width: 309px;
  border: 1px solid #EDEEF2;
  border-radius: 4px;
  cursor: pointer;
  overflow: hidden;
}
#scqy .container1 .left .content .content-item:hover {
  box-shadow: 0px 4px 8px 0px rgba(203, 210, 225, 0.3);
}
#scqy .container1 .left .content .content-item:hover .title .name {
  color: #1259F0;
}
#scqy .container1 .left .content .content-item .title {
  background: #F9FAFC;
  padding: 16px;
}
#scqy .container1 .left .content .content-item .title .name {
  line-height: 21px;
  font-size: 16px;
  font-weight: bold;
  color: #39435A;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#scqy .container1 .left .content .content-item .title .tags {
  margin-top: 12px;
  font-size: 0;
}
#scqy .container1 .left .content .content-item .title .tags .tag {
  display: inline-block;
  background: #E2F4F3;
  line-height: 18px;
  font-size: 14px;
  color: #019588;
  padding: 4px 10px;
  margin-right: 8px;
  border-radius: 4px;
}
#scqy .container1 .left .content .content-item .title .tags .tag.status1 {
  background: #E2F4F3;
  color: #019588;
}
#scqy .container1 .left .content .content-item .title .tags .tag.status2 {
  background: #EFEAFD;
  color: #7147E9;
}
#scqy .container1 .left .content .content-item .title .tags .tag.status3 {
  background: #FCECC1;
  color: #986F00;
}
#scqy .container1 .left .content .content-item .content-list {
  padding: 20px 16px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px 12px;
}
#scqy .container1 .left .content .content-item .content-list .list-detail {
  line-height: 18px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#scqy .container1 .left .content .content-item .content-list .list-detail span:first-child {
  color: #777E8E;
}
#scqy .container1 .left .content .content-item .content-list .list-detail span:last-child {
  color: #39435A;
}
#scqy .container1 .left .content .content-item .content-list .list-detail:nth-child(2n) {
  width: 110px;
}
#scqy .container1 .left .content .content-item .content-list .list-detail:nth-child(2n - 1) {
  width: 153px;
}
#scqy .container1 .right {
  width: 342px;
}
#scqy .container1 .right .database {
  height: 217px;
  background: url(/assets/images/common/bg-right.png) no-repeat center center;
  margin-bottom: 16px;
  padding: 32px 38px;
}
#scqy .container1 .right .database .title {
  line-height: 21px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  opacity: 0.9;
}
#scqy .container1 .right .database .text {
  line-height: 29px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-top: 6px;
}
#scqy .container1 .right .database .apply {
  width: fit-content;
  line-height: 18px;
  font-size: 14px;
  color: #71FFF3;
  margin: 22px auto 0;
  position: relative;
  opacity: 0.8;
}
#scqy .container1 .right .database .apply::before,
#scqy .container1 .right .database .apply::after {
  content: '';
  width: 74px;
  height: 2px;
  background: linear-gradient(90deg, rgba(113, 255, 243, 0) 0%, #71fff3) 100%;
  position: absolute;
  left: -82px;
  top: 9px;
}
#scqy .container1 .right .database .apply::after {
  background: linear-gradient(90deg, #71fff3 0%, rgba(113, 255, 243, 0)) 100%;
  left: auto;
  right: -82px;
}
#scqy .container1 .right .database .btn {
  background: #E9F0FF;
  font-size: 0;
  text-align: center;
  border-radius: 6px;
  margin-top: 8px;
  cursor: pointer;
}
#scqy .container1 .right .database .btn a {
  display: inline-block;
  width: 100%;
  line-height: 44px;
  font-size: 18px;
  font-weight: bold;
  color: #1259F0;
}
#scqy .container1 .right .database .btn:hover {
  opacity: 0.9;
}
#scqy .container1 .right .model {
  margin-bottom: 16px;
}
#scqy .container1 .right .model:last-child {
  margin: 0;
}
#scqy .container1 .right .images {
  font-size: 0;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 16px;
}
#scqy .container1 .right .images img {
  width: 100%;
}
#scqy .images {
  font-size: 0;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 45px;
}
#scqy .images img {
  width: 100%;
}
