﻿.wrap {
  width: 16rem;
  margin: 0 auto;
}
pre {
  white-space: pre-wrap;
}
header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
  transition: 0.3s;
  border-bottom: 1px solid #eee;
}

header.active {
  background-color: rgba(0, 0, 0, 0.3);
}

header .wrap .ht-left {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: auto;
  color: #fff;
  font-size: 0.18rem;
  padding: 0.15rem 0;
}
header .wrap .ht-left img {
  width: 0.11rem;
  display: block;
}

header .wrap .ht-left:hover .sub-menu {
  display: block;
}

header .wrap .ht-left .sub-menu {
  width: 100%;
  position: absolute;
  top: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  width: 1rem;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  height: 5rem;
  overflow-y: auto;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
header .wrap .ht-left .sub-menu::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #f5f5f5;
}

/*定义滚动条轨道 内阴影+圆角*/
header .wrap .ht-left .sub-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 2.5px;
  background-color: #f5f5f5;
}

/*定义滑块 内阴影+圆角*/
header .wrap .ht-left .sub-menu::-webkit-scrollbar-thumb {
  border-radius: 2.5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}

header .wrap .ht-left .sub-menu a {
  color: #fff;
  text-align: center;
  display: block;
  padding: 0.1rem 0;
  font-size: 0.16rem;
}

header .wrap .ht-left .sub-menu a:hover {
  color: #325ed1;
}

header .wrap .ht-left .sub-menu a:not(:last-child) {
  border-bottom: 1px solid #eee;
}

header .wrap .ht-left .address {
  margin-left: 0.1rem;
}

header .wrap .date {
  margin-left: 0.4rem;
}

header .wrap .header-btns {
  display: flex;
  align-items: center;
  margin-left: 0.56rem;
}

header .wrap .header-btns .common-btn a {
  display: block;
  padding: 0.05rem 0.18rem;
  border: 1px solid transparent;
  border-radius: 0.02rem;
  font-size: 0.18rem;
  color: #fff;
  transition: 0.3s;
}

header .wrap .header-btns .common-btn a:hover {
  opacity: 0.8;
}

header .wrap .header-btns .common-btn:not(:last-child) {
  margin-right: 0.05rem;
}

header .wrap .header-btns .login-btn a {
  border: 1px solid #fff;
  color: #fff;
}

header {
  height: 0.62rem;
  background: #325ed1;
}

header .wrap {
  display: flex;
  align-items: center;
  height: 100%;
}

header .wrap .logo {
  margin-right: 0.2rem;
  height: 0.55rem;
}

header .wrap .logo img {
  height: 0.55rem;
}

header .wrap .header-navs {
  display: flex;
  align-items: center;
}

header .wrap .header-navs li {
  position: relative;
}

header .wrap .header-navs li:not(:last-child) {
  margin-right: 0.3rem;
}

header .wrap .header-navs li.active::after {
  width: 100%;
}

header .wrap .header-navs li:hover::after {
  width: 100%;
}

header .wrap .header-navs li::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.15rem;
  width: 0;
  height: 0.01rem;
  background-color: #fff;
  transition: 0.3s;
}

header .wrap .header-navs li a {
  font-size: 0.18rem;
  color: #fff;
}

header .wrap .search-box {
  margin-left: 0.3rem;
  display: flex;
  height: 0.32rem;
  border: none;
  width: 3.94rem;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0.16rem;
  overflow: hidden;
}

header .wrap .search-box input {
  flex: 1;
  height: 100%;
  padding-left: 0.2rem;
  font-size: 0.14rem;
  background: none;
  color: #fff;
}
header .wrap .search-box input::placeholder {
  color: #d9d9d9;
}
header .wrap .search-box .search-btn {
  transition: 0.3s;
}

header .wrap .search-box .search-btn:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

header .wrap .search-box .search-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 0.48rem;
}

header .wrap .search-box .search-btn a img {
  width: 0.16rem;
}

.dian {
  height: 0.62rem;
}

.banner {
  height: 3.2rem;
}

.banner .swiper {
  height: 100%;
}

.banner .swiper .swiper-pagination-bullet {
  background-color: #fff;
  width: 0.5rem;
  height: 0.04rem;
  border-radius: 0;
}

.banner .swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.newsul.zxul {
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #dcdcdc;
}

.newsul li a {
  padding: 0.125rem 0;
  display: flex;
  align-items: center;
}

.newsul li a .bsfj {
  display: flex;
  align-items: center;
  flex: 1;
}

.newsul li a:hover p {
  color: #d50d29;
}

.newsul li a .circle {
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
  background-color: #d50d29;
  margin-right: 0.1rem;
}

.newsul li a p {
  font-size: 0.2rem;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  flex: 1;
}

.newsul li a .bq {
  font-size: 0.12rem;
  padding: 0.01rem 0.04rem;
  width: max-content;
  white-space: nowrap;
  margin-left: 0.05rem;
  transform: scale(0.8);
}

.newsul li a .bq.lv {
  color: #0dd533;
  border: 1px solid #0dd533;
}

.newsul li a .bq.red {
  color: #cc0000;
  border: 1px solid #cc0000;
}

.newsul li a .diqu {
  margin-right: 0.1rem;
}

.newsul li a .date {
  /* margin-left: auto; */
  font-size: 0.2rem;
  color: #999999;
  white-space: nowrap;
}

.newsul li a .date:not(:last-child) {
  margin-left: auto;
}

.floor {
  padding-top: 0.45rem;
}

.floor .common-top {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 0.12rem;
}

.floor .common-top::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.04rem;
  height: 0.4rem;
  background-color: #d50d29;
}

.floor .common-top .left h3 {
  font-size: 0.24rem;
  color: #333333;
  margin-bottom: 0.02rem;
}

.floor .common-top .left p {
  font-size: 0.14rem;
  color: #999999;
}

.floor .common-top .more-btn {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0.15rem;
  background: linear-gradient(to right, transparent, #f7f7f8);
}

.floor .common-top .more-btn a {
  font-size: 0.14rem;
  color: #999999;
}

.floor .common-top .more-btn a:hover {
  color: #d50d29;
}

.floor .box-nr {
  padding-top: 0.18rem;
}

.floor .teaul {
  display: grid;
  grid-template-columns: repeat(8, 1.4rem);
  justify-content: space-between;
  gap: 0.1rem;
}

.floor .teaul li {
  height: 1.8rem;
  overflow: hidden;
}

.floor .teaul li:hover img {
  transform: scale(1.05);
}

.floor .teaul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.change-part {
  padding: 0.2rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
}

.change-part .left-change {
  display: flex;
  align-items: center;
}

.change-part .left-change .item.active a {
  border: 1px solid #d50d29;
  color: #d50d29;
}

.change-part .left-change .item:hover a {
  border: 1px solid #d50d29;
  color: #d50d29;
}

.change-part .left-change .item:not(:last-child) {
  margin-right: 0.08rem;
}

.change-part .left-change .item a {
  padding: 0.08rem 0.13rem;
  border: 1px solid #d2d2d2;
  font-size: 0.16rem;
  display: block;
}

.change-part .shaixuan {
  display: flex;
  align-items: center;
  font-size: 0.16rem;
}

.change-part .shaixuan p {
  color: #333;
  margin-right: 0.08rem;
}

.change-part .shaixuan .sx-item.active a {
  border: 1px solid #d50d29;
  color: #d50d29;
}

.change-part .shaixuan .sx-item:hover a {
  border: 1px solid #d50d29;
  color: #d50d29;
}

.change-part .shaixuan .sx-item:not(:last-child) {
  margin-right: 0.08rem;
}

.change-part .shaixuan .sx-item a {
  padding: 0.08rem;
  display: block;
  border: 1px solid #d2d2d2;
}

.floor1 .wrap .news-box {
  display: flex;
  gap: 0.4rem;
}

.floor1 .wrap .news-box .box-nr {
  width: 50%;
}

.floor1 .wrap .news-box .box-nr .swiper {
  width: 100%;
  height: 100%;
}

.floor1 .wrap .news-box .box-nr .swiper .swiper-pagination {
  left: auto;
  width: max-content;
  right: 0.16rem;
  bottom: 0.12rem;
}

.floor1
  .wrap
  .news-box
  .box-nr
  .swiper
  .swiper-pagination
  .swiper-pagination-bullet {
  background-color: #fff;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
}

.floor1 .wrap .news-box .box-nr .swiper .swiper-slide {
  width: 100%;
  position: relative;
}

.floor1 .wrap .news-box .box-nr .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.floor1 .wrap .news-box .box-nr .swiper .swiper-slide .text-box {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  height: 0.4rem;
  padding-left: 0.15rem;
}

.floor1 .wrap .news-box .box-nr .swiper .swiper-slide .text-box p {
  color: #fff;
  font-size: 0.14rem;
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.floor1 .wrap .news-box .box-nr .topnews {
  background-color: #f2f2f2;
  text-align: center;
  height: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.floor1 .wrap .news-box .box-nr .topnews h4 {
  font-size: 0.22rem;
  color: #d50d29;
  margin-bottom: 0.05rem;
}

.floor1 .wrap .news-box .box-nr .topnews p {
  font-size: 0.18rem;
  color: #666666;
}

.floor2 {
  padding-bottom: 0.9rem;
}

.breadnavs {
  padding: 0.2rem 0;
}

.breadnavs .wrap {
  display: flex;
  align-items: center;
  font-size: 0.14rem;
  color: #666666;
}

.breadnavs .wrap img {
  width: 0.16rem;
  margin-right: 0.05rem;
}

.breadnavs .wrap ul {
  display: flex;
  align-items: center;
}

.breadnavs .wrap ul li {
  font-size: 0.14rem;
  color: #666666;
}

.breadnavs .wrap ul li:last-child {
  color: #d50d29;
}

.breadnavs .wrap ul li a {
  font-size: 0.14rem;
  color: #666666;
}

footer {
  background: #0b1c49;
}

footer .wrap .footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.3rem;
  border-bottom: 1px solid #103c89;
}

footer .wrap .footer-top .logo {
  height: 0.8rem;
}

footer .wrap .footer-top .logo img {
  height: 100%;
}

footer .wrap .footer-top ul {
  display: flex;
  align-items: center;
}

footer .wrap .footer-top ul li {
  position: relative;
}

footer .wrap .footer-top ul li:not(:last-child) {
  margin-right: 0.6rem;
}

footer .wrap .footer-top ul li a {
  font-size: 0.18rem;
  color: #b2cdec;
}

footer .wrap .footer-bottom {
  font-size: 0.18rem;
  padding: 0.2rem;
  line-height: 1.4em;
  color: #b2cdec;
}
footer .wrap .footer-bottom a {
  color: #b2cdec;
}
footer .wrap .footer-bottom .blue {
  color: #0030ff;
}

.about-floor {
  padding-top: 0;
  padding-bottom: 0.6rem;
}

.about-floor .wrap .common-top {
  margin-bottom: 0.2rem;
  background: linear-gradient(to right, transparent, #f7f7f8);
}

.about-floor .wrap .about-content {
  padding: 0.25rem 0;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 0.3rem;
}

.about-floor .wrap .about-content img {
  max-width: 100%;
  height: auto !important;
}

.about-floor .wrap .about-content p {
  font-size: 0.16rem;
  line-height: 1.8em;
}

.about-floor .wrap .about-content p text {
  color: #cc0000;
}

.about-floor .wrap .about-content p:not(:last-child) {
  margin-bottom: 0.35rem;
}

.about-floor .wrap .about-content .map-box {
  width: 100%;
  height: 4rem;
  border: 1px solid #b3b3b3;
}

.about-floor .wrap .about-content .map-box .map {
  width: 100%;
  height: 100%;
}

.about-floor .wrap .about-content .map-box .map img {
  max-width: unset !important;
  height: auto !important;
}

.about-floor .wrap .title-box {
  padding-bottom: 0.2rem;
}

.about-floor .wrap .title-box h2 {
  font-size: 0.36rem;
  text-align: center;
  margin-bottom: 0.3rem;
}

.about-floor .wrap .title-box .date-sc {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about-floor .wrap .title-box .date-sc .date {
  font-size: 0.14rem;
  color: #666666;
}

.about-floor .wrap .title-box .date-sc .sc {
  font-size: 0.14rem;
  color: #cc0000;
  cursor: pointer;
}

.paging {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.5rem;
}

.paging a {
  height: 0.44rem;
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.2rem;
  font-size: 0.14rem;
}

.paging a.active {
  color: #fff;
  background-color: #cc0000;
  border-color: #cc0000;
}

.paging a:hover {
  color: #fff;
  background-color: #cc0000;
  border-color: #cc0000;
}

.paging a:not(:last-child) {
  margin-right: 0.1rem;
}

.sx-part {
  border-top: 1px solid #e5e5e5;
}

.sx-part .part-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.1rem;
}

.sx-part .part-item:not(:last-child) {
  border-bottom: 1px dashed #e5e5e5;
}

.sx-part .part-item .label {
  font-size: 0.14rem;
  margin-right: 0.5rem;
}

.sx-part .part-item .part-list {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}

.sx-part .part-item .part-list .li-item a {
  padding: 0.08rem 0.13rem;
  border: 1px solid #d2d2d2;
  font-size: 0.14rem;
  display: block;
}

.sx-part .part-item .part-list .li-item:not(:last-child) {
  margin-right: 0.08rem;
}

.sx-part .part-item .part-list .li-item.active a {
  background-color: #cc0000;
  color: #fff;
  border: 1px solid #cc0000;
}

.sx-part .part-item .part-list .li-item:hover a {
  background-color: #cc0000;
  color: #fff;
  border: 1px solid #cc0000;
}

.total-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.35rem;
  background-color: #ffefef;
  font-size: 0.14rem;
}

.total-box span {
  color: #cc0000;
}

.mengceng {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99999;
}

.mengceng.dl-mc {
  display: none;
}

.mengceng.login-mc {
  display: none;
}

.mengceng.register-mc {
  display: none;
}

.mengceng.tz-mc {
  display: none;
}

.mengceng .dl-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 3.8rem;
  padding: 0.1rem 0.2rem 0.35rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mengceng .dl-dialog img {
  width: 1.5rem;
}

.mengceng .dl-dialog h2 {
  font-size: 0.24rem;
  margin-bottom: 0.1rem;
}

.mengceng .dl-dialog p {
  text-align: center;
  font-size: 0.14rem;
  color: #999999;
  line-height: 1.8em;
  margin-bottom: 0.2rem;
}

.mengceng .dl-dialog p span {
  color: #cc0000;
}

.mengceng .dl-dialog .dia-btns {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.mengceng .dl-dialog .dia-btns .common-btn.login-btn a {
  background-color: #cc0000;
  color: #fff;
  border: 1px solid #cc0000;
}

.mengceng .dl-dialog .dia-btns .common-btn a {
  width: 1.54rem;
  height: 0.54rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.16rem;
  border: 1px solid #bfbfbf;
}

.tz-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 8rem;
  padding: 0.25rem 0.2rem;
  border-radius: 0.1rem;
}

.tz-dialog h2 {
  font-size: 0.24rem;
  text-align: center;
  margin-bottom: 0.2rem;
  color: #cc0000;
}

.tz-dialog .p-content p {
  font-size: 0.18rem;
  text-indent: 2em;
  line-height: 2em;
}

.tz-dialog .p-content p a {
  color: #0030ff;
  text-decoration: underline;
}

.tz-dialog .tz-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.5rem;
}

.tz-dialog .tz-buttons .common-btn.red-btn a {
  background-color: #d50d29;
  color: #fff;
}

.tz-dialog .tz-buttons .common-btn a {
  display: block;
  padding: 0.05rem 0.12rem;
  border: 1px solid #d50d29;
  border-radius: 0.03rem;
  font-size: 0.18rem;
  color: #d50d29;
  transition: 0.3s;
}

.tz-dialog .tz-buttons .common-btn a:hover {
  opacity: 0.8;
}

.tz-dialog .tz-buttons .common-btn:not(:last-child) {
  margin-right: 0.2rem;
}

.login-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 3.8rem;
  padding: 0.25rem 0.2rem;
}

.login-dialog.login-dialog2 {
  position: static;
  transform: none;
  padding: 0;
}

.login-dialog h2 {
  font-size: 0.24rem;
  text-align: center;
  margin-bottom: 0.2rem;
}

.login-dialog .input-item {
  position: relative;
}

.login-dialog .input-item .hq {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.16rem;
  color: #cc0000;
  cursor: pointer;
  height: 0.54rem;
  width: 1rem;
}

.login-dialog .input-item input {
  padding-right: 1rem;
}

.login-dialog input {
  width: 100%;
  height: 0.54rem;
  border: 1px solid #bfbfbf;
  padding-left: 0.2rem;
  font-size: 0.16rem;
  margin-bottom: 0.2rem;
}

.login-dialog button {
  width: 100%;
  height: 0.54rem;
  background-color: #cc0000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.16rem;
  margin-bottom: 0.2rem;
  cursor: pointer;
}

.login-dialog button.cancel {
  background-color: unset;
  border: 1px solid #333;
  color: #333;
}

.login-dialog .notice {
  font-size: 0.16rem;
  color: #999999;
}

.login-dialog .notice a {
  color: #cc0000;
  text-decoration: underline;
}

.usercen-floor {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.1rem 0;
}

.usercen-floor .kaitong {
  width: 1.54rem;
  height: 0.54rem;
  background-color: #cc0000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 0.16rem;
}

.usercen-floor .huiyuan {
  display: flex;
  align-items: center;
}

.usercen-floor .huiyuan img {
  width: 0.7rem;
  margin-right: 0.1rem;
}

.usercen-floor .huiyuan .hy-box .hy-level {
  display: flex;
  align-items: center;
  font-size: 0.18rem;
  font-weight: bold;
  margin-bottom: 0.08rem;
}

.usercen-floor .huiyuan .hy-box .hy-level .shengji {
  /* width: 0.4rem; */
  padding: 0 0.1rem;
  height: 0.2rem;
  border-radius: 0.1rem;
  background: linear-gradient(to right, #feda99, #daa64d);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.12rem;
  margin-left: 0.1rem;
}

.usercen-floor .huiyuan .hy-box .address {
  display: flex;
  align-items: center;
}

.usercen-floor .huiyuan .hy-box .address p {
  font-size: 0.14rem;
  color: #666666;
}

.usercen-floor .huiyuan .hy-box .address p:not(:last-child) {
  margin-right: 0.05rem;
}

.usercen-floor .uf-menu {
  display: flex;
  overflow-x: auto;
}

.usercen-floor .uf-menu .menu-item.active a {
  border: 1px solid #cc0000;
  color: #cc0000;
}

.usercen-floor .uf-menu .menu-item.active a img {
  display: none;
}

.usercen-floor .uf-menu .menu-item.active a .ac {
  display: block;
}

.usercen-floor .uf-menu .menu-item:hover a {
  border: 1px solid #cc0000;
  color: #cc0000;
}

.usercen-floor .uf-menu .menu-item:hover a img {
  display: none;
}

.usercen-floor .uf-menu .menu-item:hover a .ac {
  display: block;
}

.usercen-floor .uf-menu .menu-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.18rem;
  width: 1.8rem;
  height: 0.8rem;
  border-radius: 0.1rem;
  border: 1px solid transparent;
}

.usercen-floor .uf-menu .menu-item a img {
  width: 0.5rem;
  display: block;
  margin-right: 0.15rem;
}

.usercen-floor .uf-menu .menu-item a .ac {
  display: none;
}

.dd-box {
  overflow: auto;
}

.dd-box .dd-list {
  height: 0.64rem;
  display: flex;
  align-items: center;
}

.dd-box .dd-list:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}

.dd-box .dd-list.dd-top {
  height: 0.44rem;
  background-color: #fee9e9;
  border-bottom: none;
}

.dd-box .dd-list .dd-item {
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 0.4rem;
  font-size: 0.16rem;
}

.dd-box .dd-list .ddbh {
  width: 2rem;
}

.dd-box .dd-list .ddje {
  width: 1.6rem;
}

.dd-box .dd-list .xdsj {
  width: 3rem;
}

.dd-box .dd-list .zt {
  width: 1.2rem;
}

.dd-box .dd-list .zt.zt1 {
  color: #cc0000;
}

.dd-box .dd-list .zt.zt2 {
  color: #0dd533;
}

.dd-box .dd-list .zt.zt3 {
  color: #d57e0d;
}

.dd-box .dd-list .caozuo {
  width: 1.6rem;
  padding-left: 0;
  justify-content: center;
}

.dd-box .dd-list .caozuo .zhifu-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.76rem;
  height: 0.36rem;
  border-radius: 0.18rem;
  border: 1px solid #cc0000;
  color: #cc0000;
}

.dd-box .dd-list .ddmc {
  flex: 1;
}

.zf-mc {
  display: none;
}

.zf-mc .zf-dialog {
  width: 13.64rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 0.4rem 1.1rem;
}

.zf-mc .zf-dialog .guanbi {
  position: absolute;
  width: 0.22rem;
  right: 0.5rem;
  top: 0.4rem;
  cursor: pointer;
}

.zf-mc .zf-dialog .dia-title {
  font-size: 0.24rem;
  font-weight: bold;
  color: #cc0000;
  text-align: center;
  margin-bottom: 0.3rem;
}

.zf-mc .zf-dialog .sml-title {
  font-size: 0.2rem;
  position: relative;
  margin-bottom: 0.2rem;
  font-weight: bold;
}

.zf-mc .zf-dialog .sml-title.zffs {
  margin-top: 0.4rem;
}

.zf-mc .zf-dialog .sml-title::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.15rem;
  width: 0.05rem;
  height: 0.23rem;
  background-color: #cc0000;
}

.zf-mc .zf-dialog p {
  font-size: 0.18rem;
  margin-bottom: 0.15rem;
}

.zf-mc .zf-dialog p span {
  font-size: 0.24rem;
  font-weight: bold;
  color: #cc0000;
}

.zf-mc .zf-dialog .fs-list {
  display: flex;
}

.zf-mc .zf-dialog .fs-list .zf-item {
  width: 2rem;
  height: 0.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.2rem;
  border: 1px solid #dbdbdb;
  padding: 0.1rem;
  margin-right: 0.3rem;
}

.zf-mc .zf-dialog .fs-list .zf-item:hover {
  border: 1px solid #cc0000;
}

.zf-mc .zf-dialog .fs-list .zf-item.active {
  border: 1px solid #cc0000;
}

.zf-mc .zf-dialog .fs-list .zf-item img {
  width: 0.4rem;
}

.zf-mc .zf-dialog .fs-list .zf-item p {
  margin-bottom: 0;
}

.fw-mc {
  display: none;
}

.fw-mc .fw-dialog {
  width: 13.64rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 0.4rem 0.7rem;
}

.fw-mc .fw-dialog .fw-guanbi {
  position: absolute;
  width: 0.22rem;
  right: 0.5rem;
  top: 0.4rem;
  cursor: pointer;
}

.fw-mc .fw-dialog .dia-title {
  font-size: 0.24rem;
  font-weight: bold;
  color: #cc0000;
  text-align: center;
  margin-bottom: 0.3rem;
}

.fw-mc .fw-dialog .fw-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.2rem;
  margin-top: 0.9rem;
  margin-bottom: 0.4rem;
}

.fw-mc .fw-dialog .fw-list .fw-item {
  border: 0.03rem solid #333;
  border-radius: 0.2rem;
  overflow: hidden;
  color: #333;
  cursor: pointer;
}

.fw-mc .fw-dialog .fw-list .fw-item.active {
  border: 0.03rem solid #cc0000;
  color: #cc0000;
  background-color: #fef5f5;
}

.fw-mc .fw-dialog .fw-list .fw-item.active .quyu {
  background-color: #cc0000;
}

.fw-mc .fw-dialog .fw-list .fw-item.active .choose select {
  background-color: #f5e7e7;
}

.fw-mc .fw-dialog .fw-list .fw-item .quyu {
  width: 1.8rem;
  height: 0.58rem;
  border-bottom-right-radius: 0.2rem;
  background-color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.24rem;
  color: #fff;
  margin-bottom: 0.15rem;
}

.fw-mc .fw-dialog .fw-list .fw-item .nr-box {
  padding: 0.3rem 0.2rem;
  padding-top: 0;
}

.fw-mc .fw-dialog .fw-list .fw-item .choose {
  display: flex;
  align-items: center;
  font-size: 0.2rem;
  height: 0.54rem;
  margin-bottom: 0.1rem;
}

.fw-mc .fw-dialog .fw-list .fw-item .choose select {
  margin-left: 0.12rem;
  width: 1rem;
  height: 0.54rem;
  background-color: #e5e5e5;
  font-size: 0.16rem;
  border: none;
  outline: none;
  border-radius: 0.1rem;
  padding-left: 0.1rem;
}

.fw-mc .fw-dialog .fw-list .fw-item .price {
  font-size: 0.2rem;
}

.fw-mc .fw-dialog .fw-list .fw-item .price span {
  font-size: 0.6rem;
  font-weight: bold;
  margin: 0 0.05rem;
}

.fw-mc .fw-dialog p {
  font-size: 0.18rem;
  color: #000;
}

.fw-mc .fw-dialog p font {
  font-weight: bold;
}

.fw-mc .fw-dialog p:not(:last-child) {
  margin-bottom: 0.18rem;
}

.fw-mc .fw-dialog .dia-btns {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.fw-mc .fw-dialog .dia-btns .common-btn:not(:last-child) {
  margin-right: 0.25rem;
}

.fw-mc .fw-dialog .dia-btns .common-btn.login2-btn a {
  background-color: #cc0000;
  color: #fff;
  border: 1px solid #cc0000;
}

.fw-mc .fw-dialog .dia-btns .common-btn a {
  width: 1.54rem;
  height: 0.54rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.16rem;
  border: 1px solid #bfbfbf;
}

.phone-footer {
  display: none;
}

.setAccount {
  font-size: 0.18rem;
  margin: 0.2rem 0;
}

.setAccount a {
  color: #0036f4;
  margin-left: 0.1rem;
  text-decoration: underline;
  font-size: 0.18rem;
}

.pp-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pp-bottom .tishi {
  font-size: 0.18rem;
  word-break: break-all;
  margin-top: 0.2rem;
  white-space: nowrap;
}

/* 新版 */
.newfloor {
  padding: 0.5rem 0;
}
.newfloor .newfloor-title {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 0.56rem;
}
.newfloor .newfloor-title::after {
  content: "";
  position: absolute;
  width: 0.8rem;
  height: 1px;
  background-color: #2f3a91;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.1rem;
}
.newfloor .newfloor-title h2 {
  position: relative;
  font-size: 0.32rem;
  color: #2f3a91;
  font-weight: bold;
  z-index: 2;
  font-family: Arial, Helvetica, sans-serif;
}
.newfloor .newfloor-title .en {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.52rem;
  color: #cfd9f3;
  font-family: Arial, Helvetica, sans-serif;
}
.change-part2 {
  border-bottom: 1px solid #e8e8e8;
}
.change-part2 .left-change {
  display: flex;
  align-items: center;
  justify-content: center;
}
.change-part2 .left-change .item:not(:last-child) {
  margin-right: 0.7rem;
}
.change-part2 .left-change .item.active a {
  border-bottom: 2px solid #325ed1;
  color: #325ed1;
}
.change-part2 .left-change .item.active a img {
  filter: none;
}
.change-part2 .left-change .item:hover a {
  border-bottom: 2px solid #325ed1;
  color: #325ed1;
}
.change-part2 .left-change .item:hover a img {
  filter: none;
}
.change-part2 .left-change .item a {
  display: flex;
  align-items: center;
  font-size: 0.22rem;
  padding-bottom: 0.35rem;
  border-bottom: 2px solid transparent;
  transition: 0.3s;
}
.change-part2 .left-change .item a img {
  height: 0.32rem;
  margin-right: 0.14rem;
  filter: brightness(0);
  transition: 0.3s;
}
.shaixuan2 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0;
}
.shaixuan2 .sx-item:hover a {
  background: #325ed1;
  color: #fff;
}
.shaixuan2 .sx-item:not(:last-child) {
  margin-right: 0.33rem;
}
.shaixuan2 .sx-item.active a {
  background: #325ed1;
  color: #fff;
}
.shaixuan2 .sx-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.18rem;
  color: #333;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
  border-radius: 0.06rem;
  height: 0.35rem;
  min-width: 0.82rem;
  padding: 0 0.2rem;
}
.newfloor1 .wrap .news-box {
  display: flex;
  gap: 0.4rem;
}
.newfloor1 .wrap .news-box .box-nr {
  width: 50%;
}
.newfloor1 .wrap .news-box .box-nr .swiper {
  width: 100%;
  height: 100%;
}
.newfloor1 .wrap .news-box .box-nr .swiper .swiper-pagination {
  left: auto;
  width: max-content;
  right: 0.16rem;
  bottom: 0.12rem;
}
.newfloor1
  .wrap
  .news-box
  .box-nr
  .swiper
  .swiper-pagination
  .swiper-pagination-bullet {
  background-color: #fff;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
}
.newfloor1 .wrap .news-box .box-nr .swiper .swiper-slide {
  width: 100%;
  position: relative;
}
.newfloor1 .wrap .news-box .box-nr .swiper .swiper-slide a {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.newfloor1 .wrap .news-box .box-nr .swiper .swiper-slide img {
  width: 100%;
  height: 4.4rem;
  object-fit: cover;
  display: block;
}
.newfloor1 .wrap .news-box .box-nr .swiper .swiper-slide .text-box {
  flex: 1;
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.25rem 0.2rem;
}
.newfloor1 .wrap .news-box .box-nr .swiper .swiper-slide .text-box p {
  font-size: 0.22rem;
  font-weight: bold;
}
.newfloor1 .wrap .news-box .box-nr .swiper .swiper-slide .text-box .date {
  color: #999;
  font-size: 0.14rem;
}
.newsul.newsul2 li a:hover p {
  color: #325ed1;
}
.newsul.newsul2 li a .circle {
  background-color: #325ed1;
}
.more-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.5rem;
}
.more-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.42rem;
  border-radius: 0.21rem;
  font-size: 0.22rem;
  color: #2f3a91;
  width: 1.52rem;
  border: 1px solid #2f3a91;
  transition: 0.3s;
}
.more-btn a:hover {
  background-color: #2f3a91;
  color: #fff;
}
.newfloor2 {
  background: #f7f9ff;
}
.newul li:first-child a {
  padding-top: 0;
}
.newul li:hover a .img-box img {
  transform: scale(1.1);
}
.newul li:hover a .text-box .news-title {
  color: #325ed1;
}
.newul li a {
  padding: 0.2rem;
  border-bottom: 1px solid #d8d8d8;
  display: flex;
}
.newul li a .img-box {
  width: 1.54rem;
  height: 1.16rem;
  overflow: hidden;
}
.newul li a .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.3s;
}
.newul li a .text-box {
  flex: 1;
  padding: 0.05rem 0.24rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.newul li a .text-box .news-title {
  font-size: 0.22rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newul li a .text-box .date {
  color: #999;
  font-size: 0.14rem;
}
