.wrap {
  width: 12rem;
  margin: 0 auto;
}
.dian {
  height: 1.06rem;
}
.dian2 {
  height: 0.66rem;
}
.paging2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0.6rem 0px;
}
.paging2 a {
  width: 0.42rem;
  height: 0.42rem;
  border: 1px solid #d2d2d2;
  color: #666666;
  margin: 0 0.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.2rem;
  border-radius: 50%;
}
.paging2 a.jiantou {
  background-color: unset !important;
  border: none !important;
  color: #d61b0c !important;
  font-weight: bold;
}
.paging2 a:hover {
  background-color: #d61b0c;
  border-color: #d61b0c;
  color: #fff;
}
.paging2 a.active {
  background-color: #d61b0c;
  border-color: #d61b0c;
  color: #fff;
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
header .header-top {
  height: 0.4rem;
  background: #000;
  background-size: cover;
}
header .header-top .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
header .header-top .wrap .fresh-news {
  color: #fff;
  font-size: 0.14rem;
}
header .header-top .wrap .fresh-news > span {
  font-weight: bold;
  font-style: italic;
  margin-right: 0.25rem;
}
header .header-top .wrap .fresh-news a {
  color: #fff;
  font-size: 0.14rem;
}
header .header-top .wrap .fresh-news a span {
  margin-left: 0.1rem;
}
header .header-top .wrap .close-btn {
  width: 0.2rem;
}
header .header-top .wrap .close-btn img {
  width: 100%;
  display: block;
}
header .header-center {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  height: 0.66rem;
  background-color: #fff;
  transition: all 0.3s;
}
header .header-center.active {
  background-color: #fff;
}
header .header-center .wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-center .wrap .logo a {
  display: flex;
  align-items: center;
}
header .header-center .wrap .logo a img {
  /*width: 0.84rem;*/
  display: block;
  margin-right: 0.16rem;
}
header .header-center .wrap .logo a p {
  font-size: 0.24rem;
  color: #d61b0c;
}
header .header-center .wrap .header-navs {
  display: flex;
  align-items: center;
  height: 100%;
}
header .header-center .wrap .header-navs > li {
  position: relative;
  height: 100%;
}
header .header-center .wrap .header-navs > li:not(:last-child) {
  margin-right: 0.45rem;
}
header .header-center .wrap .header-navs > li:hover {
  position: relative;
}
header .header-center .wrap .header-navs > li:hover .sub {
  display: block;
}
header .header-center .wrap .header-navs > li:hover > a {
  font-weight: bold;
}
header .header-center .wrap .header-navs > li:hover::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.15rem;
  width: 0.26rem;
  height: 0.02rem;
  background-color: #d61b0c;
}
header .header-center .wrap .header-navs > li.active {
  position: relative;
}
header .header-center .wrap .header-navs > li.active > a {
  font-weight: bold;
}
header .header-center .wrap .header-navs > li.active::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.15rem;
  width: 0.26rem;
  height: 0.02rem;
  background-color: #d61b0c;
}
header .header-center .wrap .header-navs > li .sub {
  position: absolute;
  width: 1rem;
  top: 0.66rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.05rem;
  padding: 0.1rem 0;
  display: none;
}
header .header-center .wrap .header-navs > li .sub ul li {
  position: relative;
  padding: 0 0.2rem;
}
header .header-center .wrap .header-navs > li .sub ul li:not(:last-child) {
  margin-bottom: 0.1rem;
}
header .header-center .wrap .header-navs > li .sub ul li:hover .third {
  display: block;
}
header .header-center .wrap .header-navs > li .sub ul li .third {
  padding: 0.1rem 0.2rem;
  position: absolute;
  width: 1rem;
  left: 1rem;
  top: 0;
  border-radius: 0.05rem;
  background-color: rgba(255, 255, 255, 0.8);
  display: none;
}
header .header-center .wrap .header-navs > li .sub ul li .third a {
  display: block;
  text-align: center;
  border-bottom: 1px solid transparent;
  font-size: 0.14rem;
}
header
  .header-center
  .wrap
  .header-navs
  > li
  .sub
  ul
  li
  .third
  a:not(:last-child) {
  margin-bottom: 0.1rem;
}
header .header-center .wrap .header-navs > li .sub ul li .third a:hover {
  color: #d61b0c;
  border-bottom: 1px solid #d61b0c;
}
header .header-center .wrap .header-navs > li .sub ul li > a {
  display: block;
  text-align: center;
  border-bottom: 1px solid transparent;
  font-size: 0.14rem;
}
header .header-center .wrap .header-navs > li .sub ul li > a:hover {
  color: #d61b0c;
  border-bottom: 1px solid #d61b0c;
}
header .header-center .wrap .header-navs > li > a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.14rem;
}
header .header-center .wrap .login-register a {
  display: none;
  width: 1.2rem;
  height: 0.36rem;
  background-color: #014095;
  align-items: center;
  justify-content: center;
  font-size: 0.12rem;
  color: #fff;
  border-radius: 0.05rem;
}
header .header-center .wrap .login-register a.active {
  display: flex;
}
header .header-center .wrap .login-register a img {
  width: 0.14rem;
  display: block;
  margin-right: 0.1rem;
}
header .header-center .wrap .login-register a:hover {
  opacity: 0.8;
}
footer {
  padding: 0.3rem 0;
  background-color: #fafafa;
}
footer .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
footer .wrap .logo {
  margin-bottom: 0.15rem;
}
footer .wrap .logo a {
  display: flex;
  align-items: center;
}
footer .wrap .logo a img {
  /*width: 0.84rem;*/
  display: block;
  margin-right: 0.16rem;
}
footer .wrap .logo a p {
  font-size: 0.24rem;
  color: #d61b0c;
}
footer .wrap > p {
  font-size: 0.14rem;
  color: #666666;
  line-height: 1.8em;
  font-weight: bold;
}
.banner {
  height: 4.5rem;
}
.banner .swiper {
  height: 100%;
}
.banner .swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.search-floor {
  position: relative;
  z-index: 2;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}
.search-floor.search-floor2 {
  margin-top: 0;
}
.search-floor.search-floor2 .wrap .search-box {
  box-shadow: none;
}
.search-floor .wrap .search-box {
  background-color: #fff;
  padding: 0.2rem;
  padding-bottom: 0;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
}
.search-floor .wrap .search-box .search-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search-floor .wrap .search-box .search-top .input-box {
  width: 100%;
  border-radius: 0.05rem;
  overflow: hidden;
  position: relative;
  display: flex;
}
.search-floor .wrap .search-box .search-top .input-box select {
  position: absolute;
  left: 0;
  width: 1.4rem;
  height: 0.44rem;
  background-color: #eeeeee;
  margin: 0;
  padding: 0;
  outline: none;
  border: 1px solid #e5e5e5;
  text-align: center;
  font-size: 0.14rem;
  color: #999;
}
.search-floor .wrap .search-box .search-top .input-box input {
  border: 1px solid #d2d2d2;
  flex: 1;
  height: 0.44rem;
  padding-left: 0.6rem;
  font-size: 0.14rem;
  padding-right: 1.3rem;
}
.search-floor .wrap .search-box .search-top .input-box .search-btn {
  position: absolute;
  right: 0;
}
.search-floor .wrap .search-box .search-top .input-box .search-btn a {
  width: 1.28rem;
  height: 0.44rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.18rem;
  background-color: #d61b0c;
}
.search-floor .wrap .search-box .search-top .input-box .search-btn a img {
  width: 0.2rem;
  display: block;
  margin-right: 0.08rem;
}
.search-floor .wrap .search-box .hotwords {
  display: flex;
  align-items: center;
  font-size: 0.12rem;
  padding: 0.16rem 0;
  padding-left: 0.2rem;
}
.search-floor .wrap .search-box .hotwords p {
  font-weight: bold;
  font-style: italic;
  margin-right: 0.24rem;
  color: #d61b0c;
}
.search-floor .wrap .search-box .hotwords ul {
  display: flex;
  align-items: center;
}
.search-floor .wrap .search-box .hotwords ul li {
  margin-right: 0.24rem;
}
.search-floor .wrap .search-box .hotwords ul li a {
  font-size: 0.12rem;
  color: #333;
}
.search-floor .wrap .search-box .hotwords ul li a:hover {
  color: #d61b0c;
}
.fl-floor .wrap .fl-box {
  margin-bottom: 0.2rem;
}
.fl-floor .wrap .fl-box ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.2rem;
}
.fl-floor .wrap .fl-box ul li:nth-child(even) a {
  background-color: #dfdfe6;
}
.fl-floor .wrap .fl-box ul li a {
  width: 100%;
  height: 1.4rem;
  display: flex;
  align-items: center;
  background-color: #e4e3e6;
  padding: 0 0.24rem;
  padding-right: 0.16rem;
}
.fl-floor .wrap .fl-box ul li a:hover img {
  transform: scale(1.1);
}
.fl-floor .wrap .fl-box ul li a .text-box {
  flex: 1;
}
.fl-floor .wrap .fl-box ul li a .text-box h3 {
  font-size: 0.22rem;
  margin-bottom: 0.08rem;
}
.fl-floor .wrap .fl-box ul li a .text-box .en {
  font-size: 0.12rem;
  color: #999999;
}
.fl-floor .wrap .fl-box ul li a img {
  width: 0.8rem;
  height: 0.8rem;
  object-fit: contain;
  transition: 0.3s;
}
.fl-floor .wrap .allfl-box {
  display: flex;
  min-height: 5rem;
}
.fl-floor .wrap .allfl-box .allfl-left {
  width: 2.25rem;
  margin-right: 0.2rem;
}
.fl-floor .wrap .allfl-box .allfl-left .allfl-title {
  height: 0.4rem;
  display: flex;
  align-items: center;
  padding: 0 0.22rem;
  cursor: pointer;
  background-color: #d61b0c;
  margin-bottom: 0.1rem;
}
.fl-floor .wrap .allfl-box .allfl-left .allfl-title img {
  width: 0.2rem;
  margin-right: 0.5rem;
}
.fl-floor .wrap .allfl-box .allfl-left .allfl-title p {
  font-size: 0.16rem;
  color: #fff;
}
.fl-floor .wrap .allfl-box .allfl-left .fl-navs {
  background-color: #f7f7f7;
}
.fl-floor .wrap .allfl-box .allfl-left .fl-navs .item {
  margin-bottom: 0.1rem;
}
.fl-floor .wrap .allfl-box .allfl-left .fl-navs .item:first-child .second-fl {
  display: block;
}
.fl-floor .wrap .allfl-box .allfl-left .fl-navs .item.active .first-fl {
  color: #d61b0c;
}
.fl-floor .wrap .allfl-box .allfl-left .fl-navs .item .first-fl {
  padding-left: 0.92rem;
  font-size: 0.16rem;
  display: flex;
  align-items: center;
  height: 0.4rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 0.1rem;
  background-color: rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.fl-floor .wrap .allfl-box .allfl-left .fl-navs .item .second-fl {
  display: none;
}
.fl-floor .wrap .allfl-box .allfl-left .fl-navs .item .second-fl .it.more a {
  color: #999999;
}
.fl-floor .wrap .allfl-box .allfl-left .fl-navs .item .second-fl .it a {
  display: flex;
  align-items: center;
  height: 0.4rem;
  padding-left: 0.92rem;
  font-size: 0.16rem;
}
.fl-floor .wrap .allfl-box .allfl-left .fl-navs .item .second-fl .it a:hover {
  color: #d61b0c;
}
.fl-floor .wrap .allfl-box .allfl-right {
  flex: 1;
}
.fl-floor .wrap .allfl-box .allfl-right .sx-box {
  height: 0.4rem;
  background-color: #f7f7f7;
  padding: 0 0.15rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.1rem;
}
.fl-floor .wrap .allfl-box .allfl-right .sx-box .sx-item {
  display: flex;
  align-items: center;
}
.fl-floor .wrap .allfl-box .allfl-right .sx-box .sx-item .label {
  font-size: 0.14rem;
  margin-right: 0.1rem;
}
.fl-floor .wrap .allfl-box .allfl-right .sx-box .sx-item select,
.fl-floor .wrap .allfl-box .allfl-right .sx-box .sx-item input {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 0.03rem;
  outline: none;
  height: 0.24rem;
}
.fl-floor .wrap .allfl-box .allfl-right .sx-box .sx-item .sel1 {
  width: 0.44rem;
}
.fl-floor .wrap .allfl-box .allfl-right .sx-box .sx-item .sel2 {
  width: 0.66rem;
}
.fl-floor .wrap .allfl-box .allfl-right .sx-box .sx-item .sel3 {
  width: 0.5rem;
}
.fl-floor .wrap .allfl-box .allfl-right .sx-box .sx-item span {
  margin: 0 0.05rem;
}
.fl-floor .wrap .allfl-box .allfl-right .cp-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.2rem;
}
.fl-floor .wrap .allfl-box .allfl-right .cp-list .item:hover .img-box img {
  transform: scale(1.1);
}
.fl-floor
  .wrap
  .allfl-box
  .allfl-right
  .cp-list
  .item:hover
  .text-box
  .cp-name {
  color: #d61b0c;
}
.fl-floor .wrap .allfl-box .allfl-right .cp-list .item .img-box {
  height: 2.25rem;
  border: 1px solid #ececec;
  overflow: hidden;
}
.fl-floor .wrap .allfl-box .allfl-right .cp-list .item .img-box img {
  width: 100%;
  height: 100%;
  overflow: cover;
  display: block;
  transition: 0.3s;
}
.fl-floor .wrap .allfl-box .allfl-right .cp-list .item .text-box {
  padding: 0.18rem 0.1rem;
}
.fl-floor .wrap .allfl-box .allfl-right .cp-list .item .text-box .cp-name {
  font-size: 0.14rem;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 0.15rem;
}
.fl-floor .wrap .allfl-box .allfl-right .cp-list .item .text-box .price {
  font-weight: bold;
}
.fl-floor .wrap .allfl-box .allfl-right .cp-list .item .text-box .price span {
  font-size: 0.18rem;
  color: #f37623;
  margin-right: 0.05rem;
}
.fl-floor .wrap .allfl-box .allfl-right .cp-list .item .text-box .price del {
  font-size: 0.14rem;
  color: #999999;
}
.aside {
  position: fixed;
  top: 2rem;
  right: 0.2rem;
  z-index: 9999;
}
.aside ul {
  width: 50px;
  border-radius: 25px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) -3px 3px 20px 0;
  margin-bottom: 10px;
}
.aside ul li {
  padding: 0 10px;
  position: relative;
}
.aside ul li:not(:last-child) > a {
  border-bottom: 1px solid #eeeeee;
}
.aside ul li:hover a p {
  color: #d61b0c;
}
.aside ul li:hover .second-box {
  display: block;
}
.aside ul li .second-box {
  display: none;
  position: absolute;
  right: 50px;
  background-color: #fff;
  padding: 5px;
  border-radius: 4px;
  top: 50%;
  transform: translateY(-50%);
}
.aside ul li .second-box img {
  width: 180px;
  display: block;
}
.aside ul li > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
}
.aside ul li > a > img {
  width: 17px;
  display: block;
  margin-bottom: 5px;
}
.aside ul li > a p {
  font-size: 12px;
  color: #333;
}
.gs-floor {
  padding: 0.5rem 0 0.8rem;
}
.gs-floor .title {
  text-align: center;
  font-size: 0.3rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.gs-floor1 .wrap p {
  text-indent: 2em;
  font-size: 0.14rem;
  line-height: 1.8em;
  text-align: justify;
}
.gs-floor1 .wrap p:not(:last-child) {
  margin-bottom: 0.45rem;
}
.gs-floor2 .lc-swiper {
  padding: 0 0.8rem;
  position: relative;
  margin-bottom: 1rem;
}
.gs-floor2 .lc-swiper::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 0.75rem;
  height: 1px;
  border-top: 1px dashed #a7a7a7;
}
.gs-floor2 .lc-swiper .swiper-btn {
  margin-top: 0;
  top: 0.55rem;
  width: 0.4rem;
  height: 0.4rem;
  border: 2px solid #d61b0c;
  border-radius: 50%;
  background-color: #fff;
}
.gs-floor2 .lc-swiper .swiper-btn::after {
  color: #d61b0c;
  font-size: 0.2rem;
}
.gs-floor2 .lc-swiper .swiper-slide .date-box {
  width: max-content;
  height: 0.8rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.4rem;
}
.gs-floor2 .lc-swiper .swiper-slide .date-box .date {
  font-size: 0.36rem;
  color: #d61b0c;
}
.gs-floor2 .lc-swiper .swiper-slide .date-box .circle {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background-color: #d61b0c;
}
.gs-floor2 .lc-swiper .swiper-slide p {
  font-size: 0.14rem;
  line-height: 1.8em;
}
.gs-floor2 .year-swiper {
  position: relative;
  width: 3.3rem;
  margin: 0 auto;
}
.gs-floor2 .year-swiper .swiper-button-prev {
  left: -0.5rem;
}
.gs-floor2 .year-swiper .swiper-button-next {
  right: -0.5rem;
}
.gs-floor2 .year-swiper .swiper-btn::after {
  font-size: 0.2rem;
  color: #d61b0c;
  font-weight: bold;
}
.gs-floor2 .year-swiper .swiper-slide {
  text-align: center;
  font-size: 0.3rem;
  color: #999999;
}
.gs-floor2 .year-swiper .swiper-slide.swiper-slide-active {
  color: #d61b0c;
}
.contact-floor1 .p-box {
  background-color: #f7f7f7;
  padding: 0.25rem;
  margin-bottom: 0.3rem;
}
.contact-floor1 .p-box p {
  font-size: 0.14rem;
  color: #666;
  line-height: 1.8em;
  text-align: justify;
}
.contact-floor1 .p-box p:not(:last-child) {
  margin-bottom: 0.3rem;
}
.contact-floor1 table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.contact-floor1 table th,
.contact-floor1 table td {
  height: 0.6rem;
  padding-left: 0.4rem;
}
.contact-floor1 table th {
  font-size: 0.14rem;
  color: #999999;
  font-weight: normal;
}
.contact-floor1 table td {
  background-color: #f7f7f7;
  font-size: 0.16rem;
  color: #333333;
}
.contact-floor1 table tr {
  border-bottom: 10px solid #fff;
}
.spxq-floor {
  padding: 0.5rem 0;
}
.spxq-floor .wrap .spxq-top {
  display: flex;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #e6e6e6;
}
.spxq-floor .wrap .spxq-top .sp-imgbox {
  margin-right: 0.5rem;
}
.spxq-floor .wrap .spxq-top .sp-imgbox .bigbox {
  width: 4rem;
  height: 4rem;
  border: 1px solid #e6e6e6;
  margin-bottom: 0.1rem;
}
.spxq-floor .wrap .spxq-top .sp-imgbox .bigbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.spxq-floor .wrap .spxq-top .sp-imgbox .sml-box {
  display: flex;
  justify-content: space-between;
}
.spxq-floor .wrap .spxq-top .sp-imgbox .sml-box .sml-item {
  width: 0.7rem;
  height: 0.7rem;
  border: 1px solid #e6e6e6;
  cursor: pointer;
}
.spxq-floor .wrap .spxq-top .sp-imgbox .sml-box .sml-item.active {
  border-color: #d61b0c;
}
.spxq-floor .wrap .spxq-top .sp-imgbox .sml-box .sml-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.spxq-floor .wrap .spxq-top .spxq-box {
  flex: 1;
}
.spxq-floor .wrap .spxq-top .spxq-box .sp-name {
  font-size: 0.2rem;
  font-weight: bold;
  color: #333;
  padding: 0.2rem 0;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0.2rem;
}
.spxq-floor .wrap .spxq-top .spxq-box .spgg-list .spgg-item {
  display: flex;
  align-items: center;
  margin-bottom: 0.15rem;
}
.spxq-floor .wrap .spxq-top .spxq-box .spgg-list .spgg-item.noflex {
  display: block;
}
.spxq-floor .wrap .spxq-top .spxq-box .spgg-list .spgg-item.noflex .label {
  margin-bottom: 0.1rem;
}
.spxq-floor .wrap .spxq-top .spxq-box .spgg-list .spgg-item .label {
  font-size: 0.14rem;
  color: #666666;
  font-weight: bold;
  white-space: nowrap;
  min-width: 0.6rem;
}
.spxq-floor .wrap .spxq-top .spxq-box .spgg-list .spgg-item .right-box {
  flex: 1;
}
.spxq-floor .wrap .spxq-top .spxq-box .spgg-list .spgg-item .right-box del {
  font-size: 0.14rem;
  color: #666666;
  font-weight: bold;
}
.spxq-floor
  .wrap
  .spxq-top
  .spxq-box
  .spgg-list
  .spgg-item
  .right-box
  .redprice {
  font-size: 0.18rem;
  color: #d61b0c;
  font-weight: bold;
}
.spxq-floor
  .wrap
  .spxq-top
  .spxq-box
  .spgg-list
  .spgg-item
  .right-box
  .bq-list {
  display: flex;
  flex-wrap: wrap;
}
.spxq-floor
  .wrap
  .spxq-top
  .spxq-box
  .spgg-list
  .spgg-item
  .right-box
  .bq-list
  .bq-item {
  min-width: 0.8rem;
  padding: 0 0.1rem;
  height: 0.28rem;
  border-radius: 0.05rem;
  background-color: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.14rem;
  color: #666666;
  font-weight: bold;
}
.spxq-floor
  .wrap
  .spxq-top
  .spxq-box
  .spgg-list
  .spgg-item
  .right-box
  .img-list {
  display: flex;
  flex-wrap: wrap;
}
.spxq-floor
  .wrap
  .spxq-top
  .spxq-box
  .spgg-list
  .spgg-item
  .right-box
  .img-list
  .img-item {
  width: 0.7rem;
  height: 0.7rem;
  border: 1px solid #e6e6e6;
  cursor: pointer;
  margin-right: 0.1rem;
  margin-bottom: 0.1rem;
}
.spxq-floor
  .wrap
  .spxq-top
  .spxq-box
  .spgg-list
  .spgg-item
  .right-box
  .img-list
  .img-item.active {
  border-color: #d61b0c;
}
.spxq-floor
  .wrap
  .spxq-top
  .spxq-box
  .spgg-list
  .spgg-item
  .right-box
  .img-list
  .img-item
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.spxq-floor .wrap .spxq-top .spxq-box .check-btn {
  width: 1.4rem;
  height: 0.4rem;
}
.spxq-floor .wrap .spxq-top .spxq-box .check-btn a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.14rem;
  color: #fff;
  background-color: #d61b0c;
}
.spxq-floor .wrap .spxq-bottom {
  padding-top: 0.25rem;
}
.spxq-floor .wrap .spxq-bottom .sml-title {
  position: relative;
  font-size: 0.18rem;
  color: #333;
  font-weight: bold;
  padding-left: 0.15rem;
  margin-bottom: 0.3rem;
}
.spxq-floor .wrap .spxq-bottom .sml-title::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0.04rem;
  height: 0.22rem;
  background-color: #d61b0c;
}
.spxq-floor .wrap .spxq-bottom .canshu-box {
  background-color: #f7f7f7;
  padding: 0.2rem;
  margin-bottom: 0.3rem;
}
.spxq-floor .wrap .spxq-bottom .canshu-box .canshu-title {
  font-size: 0.14rem;
  color: #333;
  margin-bottom: 0.2rem;
}
.spxq-floor .wrap .spxq-bottom .canshu-box .canshu-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.1rem 0;
}
.spxq-floor .wrap .spxq-bottom .canshu-box .canshu-list .cs-item {
  display: flex;
  align-items: center;
  font-size: 0.14rem;
}
.spxq-floor .wrap .spxq-bottom .canshu-box .canshu-list .cs-item .label {
  color: #999999;
  min-width: 1.35rem;
}
.spxq-floor .wrap .spxq-bottom .xq-content img {
  max-width: 100%;
  height: auto !important;
  display: block;
  margin: 0 auto;
}
.about-floor img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.mengceng {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.3);
}
.mengceng .table-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mengceng .table-dialog .table-box {
  width: 100%;
  position: relative;
  height: 65%;
  overflow-y: auto;
}
.mengceng .table-dialog table {
  background-color: #f7f7f7;
  width: 100%;
  border: 1px solid #000;
  border-collapse: collapse;
  font-size: 0.18rem;
}
.mengceng .table-dialog table thead {
  position: sticky;
  top: 0;
}
.mengceng .table-dialog table td {
  text-align: center;
  width: 6%;
  height: 0.6rem;
  font-size: 0.16rem;
}
.mengceng .table-dialog table td:first-child {
  width: 18%;
}
.mengceng .table-dialog table td:last-child {
  width: 15%;
}
.mengceng .table-dialog table th,
.mengceng .table-dialog table td {
  border: 1px solid #000;
}
.mengceng .table-dialog table th {
  background-color: #799ae1;
  color: #fff;
  height: 0.8rem;
}
.mengceng .table-dialog .table-close {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mengceng .table-dialog .table-close img {
  width: 40%;
}
.xw-floor {
  padding-bottom: 0.5rem;
}
.xw-floor .wrap {
  display: flex;
  justify-content: space-between;
}
.xw-floor .wrap .xw-item {
  width: 48%;
}

.xw-floor .wrap .xw-item h3 {
  font-size: 0.22rem;
  margin-bottom: 0.2rem;
}
.xw-floor .wrap .xl-item:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.xw-floor .wrap .xl-item:hover a {
  color: #d61b0c;
}
.xw-floor .wrap .xl-item a {
  display: flex;
  align-items: center;
  font-size: 0.16rem;
  padding: 0.15rem 0;
}

.xw-floor .wrap .xl-item a .new-title {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.xw-floor .wrap .xl-item a .new-date {
  white-space: nowrap;
  margin-left: 0.3rem;
}
