body * {
  box-sizing: border-box;
  flex-shrink: 0;
}

/* 折叠面板动画效果 */
.layui-collapse {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.layui-colla-item {
  border: 1px solid #e6e6e6;
  margin-bottom: 2px;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.3s ease;
  margin: 0 5px;
  display: flex !important;
}

.layui-colla-item:last-child {
  margin-bottom: 0;
}

.layui-colla-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-1px);
}

.layui-colla-title {
  width: 121px !important;
  height: 502px !important;
  color: white;
  padding: unset !important;
  margin: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  transition: all 0.3s ease;
  user-select: none;
}

.layui-colla-title:hover {}

.title-panel .title-text {
  writing-mode: vertical-rl;
  letter-spacing: 0.3em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 121px;
  font-size: 22px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  font-family: sans-serif;
  width: 100%;
}

.title-panel .number {
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  font-family: sans-serif;
  width: 100%;
  margin-top: 120px;
}

/* 隐藏箭头图标 */
.layui-collapse .layui-colla-icon {
  display: none;
}

.layui-colla-content {
  height: 502px !important;
  width: 0;
  opacity: 0;
  background: #fff;
  padding: 0;
  overflow: hidden;
  font-family: sans-serif;
  display: block !important;
  transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* 宽度伸缩动画效果 */
@keyframes slideInFromLeft {
  from {
    opacity: 0;
    width: 0px;
  }

  to {
    opacity: 1;
    width: 640px;
  }
}

@keyframes slideOutFromRight {
  from {
    opacity: 1;
    width: 640px;
  }

  to {
    opacity: 0;
    width: 0px;
  }
}

.layui-colla-content.layui-show {
  width: 765px;
  opacity: 1;
}

.content-title {
  display: flex;
  justify-content: space-between;
  height: 95px;
  width: 100%;
  align-items: center;
  padding: 0 20px;
}

.content-title-left {
  display: flex;
  align-items: center;
}

.content-title-left .content-title-icon {
  width: 68px;
  height: 68px;
  background-color: #1859B4;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 10px;
  background-size: 80% 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-title-left .content-title-icon-1 {
  background-image: url(../img/jr-icon-01.png);
}

.content-title-left .content-title-icon-2 {
  background-image: url(../img/jr-icon-02.png);
}

.content-title-left .content-title-icon-3 {
  background-image: url(../img/jr-icon-03.png);
}

.content-title-left .content-title-icon-4 {
  background-image: url(../img/jr-icon-04.png);
}

.content-title-left .content-title-icon-5 {
  background-image: url(../img/jr-icon-05.png);
}

.content-title-left .content-title-text {
  text-align: left;
  margin-left: 13px;
}

.content-title-left .content-title-text .main-title {
  font-size: 30px;
  font-weight: normal;
  color: #333333;
  margin-bottom: 10px;
}

.content-title-left .content-title-text .sub-title {
  font-size: 16px;
  font-weight: normal;
  color: #1858B3;
}

.content-title-right {
  font-size: 30px;
  font-weight: normal;
  color: #1858B3;
}

.layui-colla-content .content {
  padding: 60px 20px;
}

.layui-colla-content .content .content-item {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.layui-colla-content .content .content-item .prefix {
  width: 36px;
  height: 36px;
  background-color: #1859B4;
  border-radius: 50%;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  margin-right: 10px;
}

.layui-colla-content .content .content-item .content-text {
  font-size: 16px;
  font-weight: normal;
  color: #555555;
  width: 90%;
  text-align: start;
}


body {
  margin: 0;
  font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma,
    Arial, PingFang SC-Light, Microsoft YaHei;
  text-align: center;
}

#main {
  top: 0;
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.flex {
  display: flex;
}


.zl,
.news {
  width: 1300px;
}

.finance-box {
  width: 1600px;
}


.finance-collapse {
  justify-content: center;
  border: none !important;
  box-shadow: none !important;
}

.title-panel {
  width: 121px;
  height: 502px;
  padding: 110px 20px 50px;
}

.title-panel .top-icon {
  width: 81px;
  height: 81px;
  background: url(../img/jr-icon-circle.png) no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.title-panel .top-icon .inner-icon {
  width: 51px;
  height: 51px;
}

.title-panel-1 {
  background:
    url(../img/jrBgBlur.png) no-repeat center center,
    url(../img/jrBg01.png) no-repeat center center;
  background-size: 100% 100%, 100% 100%;
}

.title-panel-1 .top-icon .inner-icon {
  background: url(../img/jr-icon-01.png) no-repeat center center;
  background-size: 100% 100%;
}

.title-panel-2 {
  background:
    url(../img/jrBgBlur.png) no-repeat center center,
    url(../img/jrBg02.png) no-repeat center center;
  background-size: 100% 100%, 100% 100%;
}

.title-panel-2 .top-icon .inner-icon {
  background: url(../img/jr-icon-02.png) no-repeat center center;
  background-size: 100% 100%;
}

.title-panel-3 {
  background:
    url(../img/jrBgBlur.png) no-repeat center center,
    url(../img/jrBg03.png) no-repeat center center;
  background-size: 100% 100%, 100% 100%;
}

.title-panel-3 .top-icon .inner-icon {
  background: url(../img/jr-icon-03.png) no-repeat center center;
  background-size: 100% 100%;
}

.title-panel-4 {
  background:
    url(../img/jrBgBlur.png) no-repeat center center,
    url(../img/jrBg04.png) no-repeat center center;
  background-size: 100% 100%, 100% 100%;
}

.title-panel-4 .top-icon .inner-icon {
  background: url(../img/jr-icon-04.png) no-repeat center center;
  background-size: 100% 100%;
}

.title-panel-5 {
  background:
    url(../img/jrBgBlur.png) no-repeat center center,
    url(../img/jrBg05.png) no-repeat center center;
  background-size: 100% 100%, 100% 100%;
}

.title-panel-5 .top-icon .inner-icon {
  background: url(../img/jr-icon-05.png) no-repeat center center;
  background-size: 100% 100%;
}

.block-item {
  display: flex !important;
  justify-content: center;
  padding-top: 50px;
}

.bg-color {
  background-color: #F8F9FA;
}


.jrjg {
  width: 1300px;
  margin: unset !important;
}

.links {
  width: 1300px;
}

.block_1 {
  /* background-color: rgba(245, 244, 250, 1); */
  width: 100%;
  height: 538px;
  text-align: center;
}

.block_2 {
  background-color: rgba(255, 255, 255, 1);
  width: 100%;
  height: 538px;
  text-align: center;
}

.block_3 {
  background-color: rgba(245, 244, 250, 1);
  height: 538px;
  width: 100%;
  text-align: center;
}

.text-group_1 {
  width: 266px;
  height: 91px;
  margin-top: 20px;
  display: inline-block;
}

.text_1 {
  overflow-wrap: break-word;
  color: rgba(48, 51, 58, 1);
  font-size: 48px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  line-height: 48px;
}

.text_2 {
  overflow-wrap: break-word;
  color: rgba(138, 150, 160, 1);
  font-size: 14px;
  font-family: PingFangSC-Regular;
  text-align: center;
  white-space: nowrap;
  line-height: 48px;
}

.group_1 {
  height: 364px;
  margin-top: 20px;
  margin-bottom: 30px;
  display: inline-block;
}

.text-wrapper_1 {
  width: 628px;
  height: 323px;
  margin-top: 17px;
}

.image_4 {
  width: 615px;
  height: 364px;
}

.text_13 {
  display: block;
  width: 77px;
  height: 20px;
  overflow-wrap: break-word;
  color: rgba(48, 51, 58, 1);
  font-size: 20px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  line-height: 20px;
  margin-left: 27px;
}

.paragraph_1 {
  display: block;
  width: 628px;
  height: 269px;
  overflow-wrap: break-word;
  color: rgba(48, 51, 58, 1);
  font-size: 16px;
  font-family: PingFangSC-Light;
  font-weight: 300;
  text-align: left;
  line-height: 23px;
  margin-top: 0px;
  margin-left: 27px;
}

.group_2 {
  width: 1270px;
  display: inline-table;
}

.group_3 {
  box-shadow: 0px 0px 22px 0px rgba(220, 223, 226, 1);
  background-color: rgba(255, 255, 255, 1);
  border-radius: 10px;
  height: 410px;
  width: 410px;
  display: inline;
  float: left;
}

.text_5 {
  width: 144px;
  height: 24px;
  overflow-wrap: break-word;
  color: rgba(48, 51, 58, 1);
  font-size: 24px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  line-height: 24px;
  margin-top: 30px;
  display: inline-block;
}

.text_6 {
  width: 194px;
  height: 31px;
  overflow-wrap: break-word;
  color: rgba(137, 141, 144, 1);
  font-size: 14px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: 700;
  text-align: center;
  line-height: 14px;
  margin-top: 20px;
  display: inline-block;
}

.image_1 {
  width: 128px;
  height: 128px;
  margin: 87px 0 0 0px;
}

.text_11 {
  width: 192px;
  height: 47px;
  overflow-wrap: break-word;
  color: rgba(48, 51, 58, 1);
  font-size: 48px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  line-height: 48px;
}

.text_12 {
  width: 279px;
  height: 14px;
  overflow-wrap: break-word;
  color: rgba(138, 150, 160, 1);
  font-size: 14px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  line-height: 14px;
}

.text-group_3 {
  width: 266px;
  height: 91px;
  margin-top: 0px;
}

.text_14 {
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: 700;
  border-radius: 3px;
}

.text_15 {
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: 700;
  border-radius: 3px;
  color: #333333;
  border: 0px;
  background-color: rgba(245, 244, 250, 1);
}

.image_5 {
  width: 746px;
  height: 375px;
}

.image_6 {
  width: 1154px;
  height: 375px;
}

.slideGroup .parBd ul li .pic {
  width: 200px;
  display: block;
  padding: 2px;
}

.slideGroup li {
  width: 300px;
}

.slideGroup .slidediv img {
  width: 272px;
}

.slideGroup li img {
  transition: transform 0.3s ease;
  cursor: pointer;
}

.slideGroup li img:hover {
  transform: scale(1.16);
  position: relative;
  z-index: 100;
}


.slideGroup {
  height: auto;
  width: 1300px;
}

.content_two {
  height: auto;
  display: flex;
  justify-content: center;
}

.parBd {
  margin-top: 12px;
}


.slideGroup .sNext {
  left: auto;
  right: 8px;
  background: url(../img/right-icon.png) center center no-repeat;
}

.slideGroup .sPrev {
  left: auto;
  left: 5px;
  background: url(../img/left-icon.png) center center no-repeat;
}

.slideGroup .sPrev,
.slideGroup .sNext {
  position: absolute;
  top: 45px;
  display: block;
  width: 30px;
  height: 115px;
  background-size: 100%;
}

.slideGroup .slideBox_2 {
  overflow: hidden;
  zoom: 1;
  position: relative;
  text-align: center;

}

.slideGroup .tempWrap {
  width: 1220px !important;
  margin: 0 auto;
}


.slidepic {
  width: 280px;
  height: 130px;
  background-size: cover !important;
  text-align: left;
  /*padding-left: 10px;*/
}

.slidepic-text {
  position: absolute;
  top: 17px;
  left: 8px;
  width: 85%;
  color: #fff;
  padding: 2px 8px;
  box-sizing: border-box;
}

.slidepic-text-title {
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 27px;
}

.slidepic-text-desc {
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bw {
  background: #ffffff;
}

.zlr .layui-tab-title .layui-this {
  color: #ffffff !important;
  background: url(../img/llact.png) !important;
  width: 284px;
}

.zlr .layui-tab-title li {
  width: 284px;
}

.zlr .layui-tab-title {
  /* width: 567px; */
  float: left;
}

.zlr.layui-tab-title li {
  color: #000;
  background: url(../img/lluact.png);
  width: 284px;
  font-family: Noto Sans S Chinese, Noto Sans S Chinese;
  font-weight: bold;
  font-size: 18px;
  color: #999999;
  /* line-height: 25px;*/
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.layui-tab-title .layui-this:after {
  border: none !important;
}

.more {
  line-height: 40px;
  text-align: right;
  font-family: Noto Sans S Chinese, Noto Sans S Chinese;
  font-size: 14px;
  color: #1858B3 !important;
  cursor: pointer;
}

.snzqdiv {
  background: url(../img/fwsnzq.png);
}

.zqdiv {
  margin-bottom: 10px;
  /* width: 298px; */
  height: 88px;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  /* border: 1px solid #EBEBEB; */
  transition: transform 0.3s ease;
}

.zqdiv:hover {
  transform: scale(1.16);
}

.zqdiv-top {
  margin-top: 10px;
}

.zqla {
  font-family: Noto Sans S Chinese, Noto Sans S Chinese;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.zlr {
  width: 79% !important;
  margin-right: 1%;
}

.zll {
  width: 20% !important;
}

.zqdiv img {
  /* margin-left: -35px; */
  width: 260px;
  height: 88px;
}

.ce {
  cursor: pointer;
  width: 94px;
  height: 27px;
  background: linear-gradient(297deg, #1858B3 0%, #5899F5 100%);
  border-radius: 5px 5px 5px 5px;
  border: none;
  margin-bottom: 10px;
  font-family: Noto Sans S Chinese, Noto Sans S Chinese;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
}

.sq {
  cursor: pointer;
  width: 94px;
  height: 27px;
  background: linear-gradient(297deg, #E60606 0%, #FF5634 100%);
  border-radius: 5px 5px 5px 5px;
  border: none;
  font-family: Noto Sans S Chinese, Noto Sans S Chinese;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
}

.slidediv a:hover {
  color: #ffffff;
}

.cptab {
  height: 518px;
}

.zxtitle {
  font-family: Noto Sans S Chinese, Noto Sans S Chinese;
  font-weight: bold;
  font-size: 46px;
  color: #1859B4;
  text-align: center;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding-bottom: 50px;

}

.zxtitle .left-bar {
  width: 400px;
  height: 3px;
  background-image: url(../img/title-left-bar.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.zxtitle .right-bar {
  width: 400px;
  height: 3px;
  background-image: url(../img/title-right-bar.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.xw .layui-tab-title .layui-this {
  color: #ffffff !important;
  width: 180px;
  border: none;
}

.xw .layui-tab-title li {
  width: 182px;
  font-family: Noto Sans S Chinese, Noto Sans S Chinese;
  font-weight: bold;
  font-size: 18px !important;
  color: #999999;
  text-align: left;
  font-style: normal;
  text-transform: none;
  border: none;
  height: 53px;
  text-align: center;
  line-height: 50px;
  align-content: center;
}

.xw .layui-tab-title {
  border: none;
}

.xw ul {
  display: inline-block;
  height: auto;

}

.xwline {
  border-right: 1px solid #eeeeee;
  height: 80px;
  justify-content: space-between;
  display: flex !important;
  flex-direction: column;
}

.xwday {
  font-family: Noto Sans S Chinese, Noto Sans S Chinese;
  font-weight: bold;
  font-size: 40px;
  color: #1858B3;
  line-height: 40px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  text-align: center;
}

.xwym {
  font-family: Noto Sans S Chinese, Noto Sans S Chinese;
  font-weight: 400;
  font-size: 18px;
  color: #999999;
  line-height: 22px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.xwnp {
  font-family: Noto Sans S Chinese, Noto Sans S Chinese;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 29px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  /* 超过两行文字内容显示省略号 */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 58px;
}

.xwly {
  font-family: Noto Sans S Chinese, Noto Sans S Chinese;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.xwnrdiv {
  padding-left: 10px;
  height: 80px;
  justify-content: space-between;
  display: flex !important;
  flex-direction: column;
}

.xwb {
  padding: 15px 20px 0;
  height: 110px;
  cursor: pointer;
}

.layui-col-xs12.half-border {
  margin-bottom: 15px;
}

.xwb:hover .xwzc-title {
  color: #777;
}

.xwoneb {
  border-bottom: 2px solid #eeeeee;
}

.half-border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #EBEBEB;
}

.btmt {
  margin-top: 30px;
}

.xwdiv {
  padding-bottom: 25px;
}

.rfont {
  color: red;
}

.xwp1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: Noto Sans S Chinese, Noto Sans S Chinese;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 10px;
  height: 44px;
}

.xwp2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: Noto Sans S Chinese, Noto Sans S Chinese;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  padding: 0px 20px;
  margin-top: 5px;
  width: 100%;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.xwp3 {
  font-family: Noto Sans S Chinese, Noto Sans S Chinese;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  display: inline-block;
  float: left;
  margin-top: 5px;
}

.xwimg {
  width: 386px;
  height: 178px;
}

.xqa {
  float: right;
  font-family: Noto Sans S Chinese, Noto Sans S Chinese;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 22px;
  text-align: right;
  font-style: normal;
  text-transform: none;
  margin-top: 5px;
}

.br {
  border-right: 1px solid #333;
}

.jrjg li {
  padding-right: 0px !important;
  width: 130px;
}

.jrjg .layui-tab-title {
  display: inline-block;
}

.jrjg .layui-this {
  color: #4381EC !important;
}

.layui-tab.jrjg .layui-tab-item {
  height: 140px;
}

.slideGroupjrjg .parBd ul li .pic {
  width: 200px;
  display: block;
  padding: 2px;
}

.slideGroupjrjg li {
  width: 220px;
}

.slideGroupjrjg {
  height: auto;
}


.slideGroupjrjg .sNext {
  background: url(../img/jrright-icon.png) center center no-repeat;
}

.slideGroupjrjg .sPrev {
  background: url(../img/jrleft-icon.png) center center no-repeat;
}

.slideGroupjrjg .sPrev,
.slideGroupjrjg .sNext {
  display: block;
  width: 30px;
  height: 130px;
  background-size: 100%;
}

.slideGroupjrjg .tempWrap {
  /* width: 1100px !important; */
  margin: 0 auto;
}

.yqp {
  font-family: Noto Sans S Chinese, Noto Sans S Chinese;
  font-weight: 600;
  font-size: 27px;
  color: #333333;
  text-align: center;
  font-style: normal;
  text-transform: none;
  display: inline-block;
}

.yqp-e {
  font-weight: lighter;
  background: linear-gradient(to right, #BE8D26, #DFBF71);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.yqdiv {
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 10px 10px 10px 10px;
  height: 95px;
  line-height: 95px;
  margin: 0 auto;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.yqdiv.nf img {
  /* width: 60px; */
  height: 55px;
}

.yqdivw {
  padding: 20px;
}

.yqdivw a {
  display: contents;
}

.nf {
  float: none !important;
}

.jrimgbox {
  width: 177px;
  height: 60px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.jrimg {
  width: 100%;
  padding: 10px;
}

.zlr li {
  font-family: Noto Sans S Chinese, Noto Sans S Chinese;
  font-weight: bold;
  font-size: 18px !important;
  line-height: 25px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

#productul {
  width: 280px;
  height: 230px;
  padding: 50px 0 !important;
  margin-left: 27px !important;
}

#xwzx,
#zcxx {
  height: auto;
}

.morezx {
  float: right;
  padding-right: 24px;
  color: #999999;
  font-family: 微软雅黑;
  font-size: 14px;
  position: absolute;
  top: 0;
  right: 0;
}

.morezx a {
  cursor: pointer;
  color: #999999 !important;
}

.swiper {
  --swiper-navigation-color: #9c9c9c;
  --swiper-navigation-size: 30px;
}

.slideBox_3 {
  height: 140px;
}

.slideBox_3 .slidediv a {
  user-select: none;
  display: flex;
  justify-content: center;
}

.swiper-slide .slidediv {
  display: grid;
  place-items: center;
}

.layui-table thead tr {
  background-color: #F5F9FA !important;
}

tbody tr:nth-child(even) {
  background-color: #F5F9FA !important;
}

.layui-table td,
.layui-table th {
  border-style: none !important;
}

thead,
tbody#llphbody {
  border-width: 1px;
  border-style: solid;
  border-color: #e6e6e6;
}

.layui-table td {
  height: 100px !important;
}

.layui-tab-content {
  padding: unset !important;
}

#jrjgcontent {
  margin-top: 50px;
}

/* 强制阻止 Layui 的默认动画行为 */
.finance-collapse .layui-colla-content {
  height: 502px !important;
  max-height: 502px !important;
  min-height: 502px !important;
}

/* 确保收起状态不显示内容 */
.finance-collapse .layui-colla-content:not(.layui-show) {
  width: 0 !important;
  opacity: 0 !important;
  padding: 0 !important;
}