/* 首页主体和内容区样式 */

.bar-banner {
  position: relative;
  margin-bottom: 100px
}

.bar-banner img {
  display: block;
  width: 100%;
  height: auto
}

.bar-banner ul {
  position: absolute;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%);
  bottom: 28px;
  width: 1044px;
  height: 120px;
  padding: 0 90px;
  border-radius: 60px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.bar-banner ul li {
  width: 100px;
  height: 80px;
  font-size: 20px;
  color: #303030;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.bar-banner ul li .icon {
  display: block;
  width: 36px;
  height: 36px;
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 6px;
  background-size: 100% 100%
}

.bar-banner ul li .icon.zxkh {
  background-image: url('../img/banner_icon1.png')
}

.bar-banner ul li .icon.rjxz {
  background-image: url('../img/banner_icon2.png')
}

.bar-banner ul li .icon.ywbl {
  background-image: url('../img/banner_icon3.png')
}

.bar-banner ul li .icon.rzrq {
  background-image: url('../img/banner_icon4.png')
}

.loop-banner {
  height: 600px;
  position: relative
}

.loop-banner .banner-bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
  transition: 1s;
  cursor: pointer;
}

.loop-banner .indicator-group {
  position: absolute;
  z-index: 10;
  bottom: 160px;
  width: 100%;
  display: flex;
  justify-content: center
}

.loop-banner .indicator-group .indicator-item {
  cursor: pointer;
  width: 8px;
  height: 8px;
  margin: 4px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
  opacity: .5
}

.loop-banner .indicator-group .indicator-item.selected {
  width: 50px!important;
  opacity: 1!important
}

/* 主内容区 */
.main {
  padding-top: 72px;
  padding-bottom: 60px;
  background-color: #f5f5f7;
}

/* 交易所通知 + 轮播图区域 */
.bar-article {
  align-items: flex-start;
  justify-content: space-between;
  color: #303030;
  font-size: 16px;
}

.news-banner {
  overflow: hidden;
  position: relative;
  width: 680px;
  height: 450px;
}

.news-banner .swiper-container,
.news-banner .swiper-wrapper,
.news-banner .swiper-slide {
  width: 100%;
  height: 100%;
}

.news-banner-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  cursor: pointer;
}

/* 隐藏新闻轮播的分页圆点 */
.news-swiper-pagination {
  display: none !important;
}

.news-banner-caption {
  position: absolute;
  left: 40px;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 24px;
  padding-bottom: 30px;
  width: 500px;
}

.news-banner-date {
  font-size: 16px;
  margin-top: 10px;
}
.bar-article .section-news-focus {
  width: 520px;
  height: 415px;
}

.bar-article .section-news-focus .header-tab {
  width: 100%;
  height: 75px;
  border-bottom: 1px solid #f6f6f6;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.bar-article .section-news-focus .header-tab .tab {
  height: 100%;
  display: flex;
  color: #606060;
  font-size: 20px;
  line-height: 75px
}

.bar-article .section-news-focus .header-tab .tab .item {
  cursor: pointer;
  padding: 0 20px
}

.bar-article .section-news-focus .header-tab .tab .item:hover {
  color: #303030;
}

.bar-article .section-news-focus .header-tab .tab .item.current {
  color: #303030;
  font-weight: 600;
}

.bar-article .section-news-focus .header-tab .tab .item.current>div {
  position: relative
}

.bar-article .section-news-focus .header-tab .tab .item.current>div:after {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #bc121a
}

.bar-article .section-news-focus .header-tab .more {
  cursor: pointer;
  color: #606060;
  font-size: 14px;
}

.bar-article .section-news-focus .header-tab .more:hover {
  color: #303030;
  font-weight: 700
}
.bar-article .list {
  width: 100%;
  height: 360px;
}

.bar-article .list .item a {
  cursor: pointer;
  height: 60px;
  border-bottom: 1px solid #f6f6f6;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.bar-article .list .item a:hover {
  font-weight: 700
}

.bar-article .list .item a:hover .date {
  color: #303030
}

.bar-article .list .item a .text {
  flex: 1 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.bar-article .list .item a .date {
  width: 100px;
  color: #606060;
  text-align: right;
}

/* 投资者教育 + 研究报告 */
.section-education{
  margin-top: 60px;
  align-items: flex-start;
}
.section-education .education-left{
  width: 680px;
}
.section-education .education-right{
  width: 520px;
}
.education-left .edu-card,.education-right .edu-card{
  width: 100%;
  height: 160px;
  background-size: 100% 100%;
}
.education-left .edu-card{
  background: url(../img/index_menu1.png) no-repeat center center;
}
.education-right .edu-card{
  background: url(../img/index_menu2.png) no-repeat center center;
}
.section-education .edu-txt{
  color: #fff;
  font-size: 28px;
  padding-left: 30px;
  padding-top: 20px;
}
.section-education .edu-txt p{
  font-size: 16px;
  margin-top: 6px;
}
.section-education.bar-article .section-news-focus{
  width: 100%;
  height: 360px;
}

/*横幅 */
.bar-study {
  height: 120px;
  margin-top: 80px;
  background-color: #fff
}
.bar-study .bar-study-inner{
  width: 100%;
  height: 100%;
}
.bar-study .bar-study-inner div {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat
}

/* 网上营业厅 */
.online-box {
  margin-top: 80px;
}

.online-box h2 {
  line-height: 56px;
  color: #000;
  font-size: 40px;
  font-weight: 700;
  text-align: center
}

.online-box h6 {
  margin-bottom: 40px;
  line-height: 25px;
  color: #909090;
  font-size: 18px;
  text-align: center;
  font-weight: normal;
}

.online-box .row2,.online-box .row3 {
  height: 200px;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.online-box .row2>div,.online-box .row3>div {
  position: relative;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.online-box .row2 .flex1 a,.online-box .row3 .flex2 a{
  cursor: pointer;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,.5);
  -webkit-backdrop-filter: saturate(180%) blur(10px);
  backdrop-filter: saturate(180%) blur(10px);
  color: #fff;
  font-size: 24px;
  text-align: center;
}
.online-box .row2 .flex1 a img,.online-box .row3 .flex2 a img{
  width: 40px;
  height: 40px;
  margin-left: 10px;
  margin-top: 2px;
}

.online-box .row2 .flex1:hover a,.online-box .row3 .flex2:hover a{
  display: flex;
  align-items: center;
  justify-content: center;
}
.online-box .row2 .flex1{
  width: 400px;
  height: 100%
}
.online-box .row3 .flex2 {
  width: 620px;
  height: 100%
}

/* .online-box .tzyh {
  background-image: url(../img/online1.png);
}

.online-box .tzyw {
  background-image: url(../img/online2.png);
}

.online-box .gszg {
  background-image: url(../img/online3.png);
}

.online-box .gsqh {
  background-image: url(../img/online5.png);
}

.online-box .smgq {
  background-image: url(../img/online4.png);
} */


/* 关于国盛期货 */
.section-about {
  position: relative;
  background: url("../img/index_about.png") center no-repeat;
  background-size: cover;
  color: #fff;
  height: 720px;
  margin-top: 80px;
}

.about-inner {
  padding-top: 122px;
  max-width: 714px;
}

.about-title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 16px;
}

.about-subtitle {
  font-size: 18px;
  margin-bottom: 36px;
}

.about-text {
  font-size: 18px;
  line-height: 24px;
}
.about-text p{
  margin-bottom: 16px;
}
.about-text p:last-child{
  margin-bottom: 0;
}

.about-btn {
  margin-top: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 52px;
  border-radius: 30px;
  font-size: 18px;
  color: #E02232;
  background: #fff;
}
.about-btn:hover{
  color: #E02232;
  background: #fff;
}



/* 通知公告页面样式 */

/* 通知公告横幅 */
.notice-banner {
  background: url('../img/notice_bg.png') no-repeat center center;
  background-size: cover;
  height: 300px;
  position: relative;
  overflow: hidden;
}
.notice-banner .container{
  height: 100%;
}
.notice-banner-txt{
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}

/* 通知公告内容区 */
.notice-content {
  padding-top: 70px;
  background-color: #fff;
}
.notice-box{
  justify-content: space-between;
}

/* 左侧导航栏 */
.notice-sidebar {
  margin-bottom: 30px;
  width: 200px;
}

.sidebar-title {
  font-size: 28px;
  line-height: 40px;
  color: #303030;
  font-weight: 700;
}

.sidebar-nav {
  padding-left: 20px;
  border-left: 1px solid #e0e6ef;
}

/* 菜单组容器 */
.sidebar-group {
  position: relative;
}

/* 一级菜单项（可以是链接或按钮） */
.sidebar-nav-item {
  margin-top: 24px;
  font-size: 20px;
  line-height: 28px;
  color: #303030;
  display: block;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  border: none;
  background: transparent;
  text-align: left;
  width: 100%;
  font-family: inherit;
}

.sidebar-nav-item:hover {
  color:#BC121A;
}

.sidebar-nav-item.active {
  color: #BC121A;
  position: relative;
}
.sidebar-nav-item.active::after{
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  width: 3px;
  height: 28px;
  background: #BC121A;
}

/* 父级菜单（有二级菜单的一级菜单）即使有active类也不显示左侧竖线 */
.sidebar-nav-parent.active::after {
  display: none;
}

/* 顶级菜单按钮（可展开/收起） */
.sidebar-nav-parent {
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content:flex-start;
  cursor: pointer;
}

/* 箭头图标 */
.sidebar-arrow {
  display: inline-block;
  margin-left: 12px;
  transition: transform 0.2s ease;
}
.sidebar-arrow img{
  width: 16px;
  height: 16px;
  vertical-align: middle;
  display: inline-block;
}

/* 展开状态箭头向上 */
.sidebar-nav-accordion .sidebar-group.open .sidebar-arrow img {
  transform: rotate(-180deg);
}

/* 二级菜单列表 */
.sidebar-sublist {
  display: none;
  margin-top: 10px;
  padding-left: 0;
}

/* 展开时显示 */
.sidebar-nav-accordion .sidebar-group.open .sidebar-sublist {
  display: block;
}

/* 二级菜单项 */
.sidebar-subitem {
  display: block;
  margin-top: 12px;
  font-size: 16px;
  line-height: 22px;
  color: #606060;
  position: relative;
  padding-left: 0;
}

.sidebar-subitem.active {
  color: #BC121A;
  font-weight: 600;
  position: relative;
}

.sidebar-subitem.active::after {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  width: 3px;
  height: 22px;
  background: #BC121A;
}

/* 当父级菜单有active类时，显示选中颜色（表示该组有选中的二级菜单） */
.sidebar-nav-accordion .sidebar-nav-parent.active {
  color: #BC121A;
}

/* 右侧内容列表 */
.notice-list {
  width: 950px;
  padding: 0;
}
.notice-item {
}
.notice-item-link {
  position: relative;
  padding: 24px 0 25px;
  height: 100px;
  border-bottom: 1px solid #e0e6ef;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.notice-item-content {
  flex: 1;
  min-width: 0;
}

.notice-item-title {
  font-size: 16px;
  color: #303030;
  margin-bottom: 10px;
  line-height: 1.5;
  transition: color 0.3s ease;
  width: 90%;
}

.notice-item:hover{
  font-weight: 700;

}
.notice-item:hover .notice-item-date{
  color: #303030;
}

.notice-item-date {
  font-size: 14px;
  color: #909090;
  line-height: 20px;
}
.notice-item-date span{
  margin-left: 20px;
}

.notice-item-icon {
  position: relative;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}

.notice-item-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity 0.3s ease;
}

.notice-item-icon .icon-default {
  opacity: 1;
}

.notice-item-icon .icon-hover {
  opacity: 0;
}

.notice-item-link:hover .notice-item-icon .icon-default {
  opacity: 0;
}

.notice-item-link:hover .notice-item-icon .icon-hover {
  opacity: 1;
}
/* 分页 */
.notice-pagination {
  margin-top: 60px;
  flex-wrap: wrap;
  justify-content: center;
}

.notice-pagination .pagination {
  margin: 0;
  gap: 10px;
}

.notice-pagination .page-item {
  margin: 0;
}

.notice-pagination .page-link {
  min-width: 40px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: #fff;
  color: #99A2B8;
  text-decoration: none;
  /* border-radius: 4px; */
  transition: all 0.3s ease;
  font-size: 14px;
  padding: 0;
  line-height: 28px;
}

.notice-pagination .page-link:hover {
  background-color: transparent;
  border-color: transparent;
  color: #303030;
  z-index: 3;
}

.notice-pagination .page-item.active .page-link {
  background-color: transparent;
  border-color: transparent;
  color: #303030;
  z-index: 3;
  font-weight: 700;
}

.notice-pagination .page-item.disabled .page-link {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.pagination-jump {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #303030;
}

.pagination-input {
  margin: 0 10px;
  width: 35px;
  height: 23px;
  text-align: center;
  border: 1px solid #99a2b8;
  border-radius: 2px;
}
.pagination-confirm {
  margin-left: 10px;
  padding: 0 12px;
  height: 28px;
  line-height: 26px;
  border: 1px solid #BC121A;
  border-radius: 2px;
  background-color: #BC121A;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

.pagination-confirm:hover {
  border-color: #BC121A;
  background-color: #BC121A;
  color: #fff;
}
.page-link:focus{
  box-shadow: none;
}

/* 开户服务 */
.openAccount-banner{
  background: url('../img/kh_bg.png') no-repeat center center;
}

/* 网上开户页面主体 */
.open-account-section{
  padding-top: 70px;
  background-color: #fff;
}
.open-account-title{
  font-size: 28px;
  color: #303030;
  margin-bottom: 30px;
}
.qrcode-display{
  flex: 1;
  display: none;
}
.qrcode-display img{
  width: 132px;
  height: 132px;
  margin: 0 auto;
}
/* 网上立即开户 */
.open-account-now{
  background-color: #fff;
}
.open-accountgo,.open-guide-list{
  justify-content: space-between;
}
.open-accountgo-l,.open-accountgo-r,.open-guide-l,.open-guide-r{
  width: 48%;
}


.open-now-card{
  height: 196px;
  border: 1px solid #E0E6EF;
  padding: 0 24px;
}
.open-now-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.open-now-content{
  flex: 1;
  margin-left: 36px;
}
.open-now-subtitle{
  font-size: 22px;
  color: #303030;
  margin-bottom: 8px;
}
.open-now-text{
  font-size: 16px;
  color: #4C5C82;
  margin-bottom: 24px;
}
.open-now-btn{
  width: 140px;
  height: 45px;
  font-size: 16px;
  color: #fff;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.open-now-btn,.open-now-btn:hover,.open-now-btn-outline,.open-now-btn-outline:hover{
  background: #BC121A;
  border-color: #BC121A;
}
.open-now-btn,.open-now-btn:hover,.open-now-btn:hover,.open-now-btn-outline:hover{
  color: #fff;
}


/* 开户准备 */
.open-account-prepare .open-account-title{
  margin-bottom: 40px;
}
.open-prepare-list{
  flex-wrap: wrap;
  justify-content: flex-start;
}
.open-prepare-item{
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  height: 105px;
}
.open-prepare-icon img{
  width: 64px;
  height: 64px;
  margin: 0 auto;
}
.open-prepare-label{
  font-size: 20px;
  color: #303030;
}

/* 操作指引 & 常见问题 */
.open-account-guide{
  background-color: rgba(224, 230, 239, 0.3);
  margin-top: 120px;
  padding-top: 0;
}
.open-guide-list{
  align-items: center;
  padding: 80px 0;
}
.open-guide-card{
  display: block;
  min-height: 260px;
  color: #fff;
}
.open-guide-card:hover .open-guide-content h3{
  color: #fff;
}
.open-guide-bg{
  position: relative;
  background-size: cover;
  background-position: center;
  height: 260px;
}
.open-guide-tutorial .open-guide-bg{
  background-image: url('../img/khcz1.png');
}
.open-guide-faq .open-guide-bg{
  background-image: url('../img/khcz2.png');
}
.open-guide-content{
  position: relative;
  margin-top: -260px;
  height: 260px;
  width: 100%;
  z-index: 1;
  /* background: rgba(0,0,0,.4); */
  padding: 30px;
}
.open-guide-content h3{
  font-size: 24px;
}
.open-guide-link{
  position: relative;
  display: inline-block;
  margin-top: 60px;
}
.open-guide-link img{
  width: 30px;
  height: 30px;
}
.open-guide-link .icon-default {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.open-guide-link .icon-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.open-guide-card:hover .open-guide-link .icon-default {
  opacity: 0;
}
.open-guide-card:hover .open-guide-link .icon-hover {
  opacity: 1;
}
/* 交易服务 */
.jyfw-banner{
  background: url('../img/jyfw_bg.png') no-repeat center center;
}
/* 出入金 */
.crj-banner{
  background: url('../img/crj_bg.png') no-repeat center center;
}
.yqzh-list,.softwareDownload-content{
  width: 960px;
}
.yqzh-list{
    margin-bottom: 35px;
}

/* 银期转账内容样式 */
.yqzh-title{
  font-size: 20px;
  color: #303030;
  line-height: unset;
  margin: 26px 0;
}
.bank-logo-grid{
  margin-bottom: 60px;
}
.bank-product{
  gap:10px;
}
.bank-product .bank-product-item{
  padding: 0;
  flex: unset;
  max-width: max-content;
}
.bank-logo-item{
  background: #F7F8FA;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 184px;
  height: 90px;
}
.bank-logo-img{
  object-fit: cover;
}

/* 标签页样式 */
.yqzh-tab-nav{
  border: none;
  background: #F7F8FA;
  height: 52px;
  align-items: center;
  margin-bottom: 12px;
}
.yqzh-tab-nav .nav-item{
  /* margin-right: 20px; */
}
.yqzh-tab-nav .nav-link{
  margin: 0 20px;
  font-size: 16px;
  color: #303030;
  border: none;
  border-bottom: 2px solid transparent;
  background: transparent;
  transition: all 0.3s ease;
  padding: 0 8px;
  height: 52px;
}
.yqzh-tab-nav .nav-link:hover{
  color: #E02232;
  border-bottom-color: transparent;
}
.yqzh-tab-nav .nav-link.active{
  color: #E02232;
  font-weight: 600;
  border-bottom-color: #E02232;
  background: transparent;
}

/* 标签页内容 */
.yqzh-tab-content{
}
.yqzh-method-content,.yqzh-regulation-content{
  color: #303030;
  font-size: 16px;
  text-indent: 2rem;
}
.yqzh-regulation-content{
    text-indent: unset;
}
.yqzh-process-title{
  font-size: 20px;
  color: #303030;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
}
.yqzh-process-title:first-child{
  margin-top: 0;
}
.yqzh-process-text,.yqzh-process-text p{
    font-size: 16px;
    margin-bottom: 14px;
    color: #303030 !important;
}
.yqzh-process-text table{
    width: 100% !important;
}
.yqzh-process-text table tr td{
    padding: 13px 16px;
    text-align: center;
    color: #303030; 
    border: 1px solid rgba(0, 64, 152, 0.1) !important;
    background: #F7F8FA;
    vertical-align: middle;
    width: 15%;
    line-height: 1.6;
    font-size: 16px;
}
.yqzh-process-content .yqzh-process-text table tr td:first-child{
  width: 10%;
}
.yqzh-process-content .yqzh-process-text table tr td:last-child{
  width: 75%;
  text-align: left;
}
.yqzh-process-text table tr:first-child td{
    background: #BC121A !important;
    color: #fff;
    font-size: 16px;
    border: none !important;
}
.yqzh-process-text table tr:nth-child(2) td{
    background: #F7F8FA !important;
}
.yqzh-process-text table tr:nth-child(2) td strong{
    font-weight: normal;
}

.yqzh-process-text table tr:nth-child(2) td:last-child{
    text-align: center;
}
.yqzh-method-content .yqzh-process-text p{
    margin-bottom: 0;
}
.yqzh-method-content .yqzh-process-text table tr:first-child td span{
    color: #fff !important;
}
.yqzh-method-content .yqzh-process-text table tr td span,.yqzh-method-content .yqzh-process-text p span{
    font-size: 16px !important;
    color: #303030 !important;
    font-family: unset !important;
}
.yqzh-method-content .yqzh-process-text table tr td span strong,.yqzh-method-content .yqzh-process-text table tr td p strong{
    font-weight: normal !important;
}
/*.yqzh-process-text{*/
/*  font-size: 16px;*/
/*  color: #303030;*/
/*  line-height: 24px;*/
/*  padding: 40px 0;*/
/*}*/
/*.yqzh-process-text p{*/
/*  margin-bottom: 20px;*/
/*  text-indent: 2rem;*/
/*}*/
/*.yqzh-process-text p:last-child,.yqzh-process-text p:nth-last-child(3),.yqzh-process-text p:nth-last-child(4){*/
/*  margin-bottom: 0;*/
/*}*/
/*.yqzh-process-text p em{*/
/*  font-style: unset;*/
/*  text-indent: 2rem;*/
/*  display: block*/
/*}*/
/*.yqzh-process-text p em:first-child{*/
/*  text-indent: unset;*/
/*}*/
/*.yqzh-process-text p span{*/
/*  font-weight: 550;*/
/*}*/

/* 表格样式 */
/*.yqzh-table-wrapper{*/
/*  overflow-x: auto;*/
/*}*/
/*.yqzh-table-title{*/
/*  height: 52px;*/
/*  background: #BC121A;*/
/*  color: #fff;*/
/*  justify-content: center;*/
/*  font-size: 16px;*/
/*}*/
/*.yqzh-table{*/
/*  width: 100%;*/
/*  border-collapse: collapse;*/
/*  background: #fff;*/
/*  font-size: 16px;*/
/*}*/
/*.yqzh-table thead{*/
/*  background: #F5F5F7;*/
/*}*/
/*.yqzh-table thead th{*/
/*  border-bottom: none;*/
/*}*/
/*.yqzh-table th,.yqzh-table td{*/
/*  padding: 13px 16px;*/
/*  text-align: center;*/
/*  color: #303030; */
/*  border: 1px solid rgba(0, 64, 152, 0.1);*/
/*  background: #F7F8FA;*/
/*  vertical-align: middle;*/
/*  width: 15%;*/
/*}*/
/*.yqzh-table th{*/
/*  font-weight: normal;*/
/*}*/
/*.yqzh-table td{*/
/*  line-height: 1.6;*/
/*}*/
/*.yqzh-table th:first-child,.yqzh-table td:first-child{*/
/*  width: 10%;*/
/*}*/
/*.yqzh-table th:last-child,.yqzh-table td:last-child{*/
/*  width: 75%;*/
/*  text-align: left;*/
/*}*/
/*.yqzh-table th:nth-child(3){*/
/*  text-align: center;*/
/*}*/

/* 软件下载样式 */
.software-item{
  background: #F7F8FA;
  padding: 30px;
  margin-bottom: 20px;
}
.software-item:first-child{
  margin-top: 30px;
}
.software-item:last-child{
  margin-bottom: 0;
}
.software-header{
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.software-icon img{
  width: 64px;
  height: 64px;
}
.software-title-wrapper{
  flex: 1;
}
.software-title{
  font-size: 20px;
  color: #303030;
  margin-bottom: 4px;
  font-weight: normal;
  line-height: unset;
}
.software-meta{
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  font-size: 14px;
  color: #99A2B8;
}
.software-version,
.software-date{
  display: inline-block;
}
.software-info{
  margin-bottom: 26px;
}
.software-description p{
  font-size: 14px;
  color: #303030;
  line-height: 20px;
  margin: 0;
}
.software-md5{
  margin: 14px 0;
  font-size: 14px;
  color: #303030;
}
.software-notice{
  font-size: 14px;
  color: #E02232;
  line-height: 20px;
}

.software-actions{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.btn-download,.btn-instruction{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 42px;
  font-size: 16px;
  padding: 0;
  border-radius: unset;
  line-height: unset;
}
.btn-download,.btn-download:hover{
  background: #BC121A;
  color: #fff;
  border: 1px solid #BC121A;
}
.btn-instruction,.btn-instruction:hover{
  color: #BC121A;
  border: 1px solid #BC121A;
}
.phone-code{
  margin-bottom: 10px;
  width: 200px;
  text-align: center;
}
.phone-code img{
  width: 100%;
  height: 200px;
}
.phone-code p{
  color: #999;
  margin-top: 4px;
  font-size: 12px;
}

/* 业务表单下载 */
.form-item-title img{
  display: inline-block;
  margin-right: 10px;
  margin-top: -2px;
}
.form-item-download{
  width: 96px;
  height: 36px;
  background: #BC121A;
  justify-content: center;
  color: #fff;
  font-size: 14px;
}
.form-item-download:hover{
  background: #BC121A;
  color: #fff;
}
.form-item-download img{
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
/* 投研资讯 */
.tyzx-banner{
  background: url('../img/tyzx_bg.png') no-repeat center center;
}
/* 投研资讯筛选区域 */
.news-filter-section {
  padding-bottom: 20px;
}

.news-filter-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 24px;
}
.news-filter-row:last-child{
  margin-bottom: 0;
}

.news-filter-label {
  font-size: 16px;
  color: #303030;
  min-width: 80px;
  flex-shrink: 0;
}

.news-filter-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex: 1;
}

.btn-filter {
  padding: 0px 14px;
  font-size: 16px;
  color: #303030;
  background: #fff;
  border: 1px solid #303030;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-filter:hover {
  color: #BC121A;
  border-color: #BC121A;
}

.btn-filter.active {
  color: #fff;
  background: #BC121A;
  border-color: #BC121A;
}

.news-search-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.news-search-label {
  font-size: 16px;
  color: #303030;
  font-weight: 500;
  min-width: 100px;
  flex-shrink: 0;
}

.news-search-input-group {
  display: flex;
  flex: 1;
  gap: 10px;
  max-width: 432px;
}

.news-search-input-group .form-control {
  flex: 1;
  padding: 0px 14px;
  font-size: 16px;
  color: #303030;
  border: 1px solid #303030;
  border-radius: 30px;
  outline: none;
  transition: border-color 0.3s ease;
  height: 44px;
  display: flex;
  align-items: center;
  line-height: unset;
  width: 330px;
}
.news-search-input-group .form-control::placeholder{
  color: #99A2B8;
  font-size: 16px;
}

.news-search-input-group .form-control:focus {
  border-color: #BC121A;
}

.btn-search {
  padding: 0;
  font-size: 16px;
  color: #fff;
  background: #BC121A;
  border: 1px solid #BC121A;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  width: 92px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-search:hover {
  background: #BC121A;
  border-color: #BC121A;
  color: #fff;
}
.news-content-list {
  margin-top: 20px;
}
/* 投资者教育 */
.education-banner{
  background: url('../img/education_bg.png') no-repeat center center;
}
/* 党建文化 */
.culture-banner{
  background: url('../img/djwh_bg.png') no-repeat center center;
}
/* 纪律检查 */
.discipline-banner{
  background: url('../img/jljc_bg.png') no-repeat center center;
}
/* 走进国盛 */
.aboutus-banner{
  background: url('../img/about_bg.png') no-repeat center center;
}
/* 列表详情 */
.detail_tit{
  height: 80px;
  background: #fafafc;
  font-size: 16px;
  line-height: 88px;
  color: #ccc;
}
.detail_tit a{
  color: #303030;
}
.detail_tit a:hover{
  color: #BC121A;
}
.detail-content{
  align-items: flex-start;
  justify-content: space-between;
}
.detail-content .detail-left{
  max-width: 943px;
}
.detail-left-top{
  margin-top: 70px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e6ef;
}
.detail-left .detail-tit{
  font-size: 32px;
  line-height: 45px;
  color: #001340;
  font-weight: 700;
  margin: 0;
}
.detail-left .detail-time{
  margin-top: 10px;
  font-size: 15px;
  line-height: 21px;
  color: #001340;
  display: flex;
}
.detail-time .detail-time-label{
  margin-left: 8px;
}
.detail-time .detail-time-split{
  margin: 0 20px;
}
.detail-time-print{
  display: inline-block;
  color: #00308d;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.detail-time-print img{
  width: 20px;
  height: 20px;
}
.detail-time-print span{
  margin-left: 4px;
  vertical-align: top;
}
.detail-content-body{
  margin-top: 39px;
  position: relative;
  color: #4e5870;
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
  /* text-indent: 2em; */
}
.detail-content-body video{
    width: 100%;
}
.detail-content .detail-right{
  margin-top: 159px;
  padding-left: 20px;
  width: 236px;
  border-left: 1px solid #e0e6ef;
}
.prev-link .prev-link-text,.next-link .next-link-text{
  font-size: 20px;
  line-height: 28px;
  color: #606060;
  font-weight: 700;
}
.prev-link .prev-title,.next-link .next-title{
  margin-top: 8px;
  font-size: 16px;
  line-height: 22px;
  color: #606060;
}
.prev-link .prev-time,.next-link .next-time{
  margin-top: 4px;
  font-size: 13px;
  line-height: 18px;
  color: #606060;
}
.prev-link .prev-time-label,.next-link .next-time-label{
  margin-left: 16px;
}
.detail-right .current-link{
  position: relative;
  font-size: 16px;
  line-height: 22px;
  color: #bc121a;
  font-weight: 600;
}
.detail-right .current-link::after {
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -14px;
  content: "";
  width: 3px;
  height: 28px;
  background: #bc121a;
}
.current-link,.next-link{
  margin-top: 24px;
  display: inline-block;
}
.prev-link:hover .prev-link-text,.next-link:hover .next-link-text{
  color: #BC121A !important;
}
.prev-link:hover .prev-title,.next-link:hover .next-title{
  color: #BC121A !important;
}
.prev-link:hover .prev-time,.next-link:hover .next-time{
  color: #BC121A !important;
}
/*投诉流程*/
.yqzh-process-text2 h1,.yqzh-process-text2 h2,.yqzh-process-text2 h3,.yqzh-process-text2 ul li{
    font-size: 16px;
    color: #303030;
    margin: 0;
    
}
.yqzh-process-text2 h1,.yqzh-process-text2 h2,.yqzh-process-text2 h3{
   font-weight: normal; 
}
.yqzh-process-text2 ul li{
    line-height: 24px;
    text-indent: 1rem;
}
.yqzh-process-text2 h2,.yqzh-process-text2 h3{
    margin-top: 20px;
}
.yqzh-process-text2 h2{
    margin-bottom: 2px;
}
.yqzh-process-text2 h3{
    line-height:24px;
}
/*关于我们*/
.introduction-cont p img{
    max-height: 400px;
}
.introduction-cont h1,.detail-content-body h1{
    font-size: 24px;
    color: #303030;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 20px;
}
.introduction-cont ul li{
    font-size: 16px;
    color: #303030;
    line-height: 26px;
}
.companyjs-bg{
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    margin-top: 40px; 
}
.companyjs-bgimg{
    padding: 0 40px;
    padding-top: 60px;
}
.companyjs-bgimg .js-tit{
    color: #303030;
    font-size: 24px;
    font-weight: 600;
}
.companyjs-bgimg .js-desc{
    font-size: 16px;
    color: #303030;
    width: 476px;
    line-height: 20px;
    padding-top: 20px;
    padding-bottom: 36px;
}
.companyjs-bgimg .mores{
    width: 124px;
    height: 42px;
    display: flex;
    background: #BC121A;
    color: #fff;
    font-size: 16px;
    align-items: center;
    justify-content: center;
}
/*开户人员信息*/
.khry-msg{
    padding: 26px 0;
}
.khry-msg .khry-tit{
    font-size: 24px;
    color: #000000;
    font-weight: 550;
}
.khry-msg .khrymsg-content h1{
    color: #000;
    margin-bottom: 12px;
    margin-top: 20px;
    font-weight: 550;
}
.khry-msg .khrymsg-content p{
    color: #606060;
}
.khry-msg .khrymsg-content h1,.khry-msg .khrymsg-content p{
    font-size: 16px;
    line-height:unset;
}
.khry-msg .khrymsg-content h1:first-child{
    margin-top: 32px;
}
/*保证金账户公示*/
.bzj-zhgs{
    margin-bottom: 26px;
}
.bzj-zhgs .bzj-zhgs-tit{
    font-size: 24px;
    color: #000000;
    font-weight: 550;
    padding-top: 26px;
    margin-bottom: 20px;
}
.bzj-zhgs .yqzh-table-wrapper{
    overflow: unset;
}


.bzjgs-tablecont{
    overflow-x: auto;
}
/* 针对整个滚动条 */
.bzjgs-tablecont::-webkit-scrollbar {
    height: 6px; /* 滚动条的高度 */
}

/* 滚动条的轨道 */
.bzjgs-tablecont::-webkit-scrollbar-track {
    background: transparent; /* 轨道颜色 */
}
/* 滚动条滑块 */
.bzjgs-tablecont::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.4); /* 滑块颜色 */
    border-radius: 10px; /* 滑块圆角 */
}
/* 滑块在鼠标悬停时的样式 */
.bzjgs-tablecont::-webkit-scrollbar-thumb:hover {
    background: rgba(0,0,0,0.4); /* 滑块鼠标悬停时的颜色 */
    border: none;
}

.bzjgs-table{
    margin: 0;
    color: unset;
}
.bzjgs-table thead{
    border: 1px solid #BC121A;
    border-bottom: none;
}
.bzjgs-table tbody{
    border: 1px solid rgba(0, 64, 152, 0.1);
    border-top: none;
    border-bottom: none;
}
.bzjgs-table td, .bzjgs-table th{
    padding: 14px 10px;
    font-size: 16px;
}
.bzjgs-table th{
    border: none;
    color: #fff;
    background: #BC121A;
    font-weight: normal;
}
.bzjgs-table th:last-child{ padding-right:50px;}
.bzjgs-table td{
    background: #F7F8FA;
    border-bottom: 1px solid rgba(0, 64, 152, 0.1);
    color: #606060;
}
.bzjgs-table td:first-child{ text-align:center;}

/* IB业务网点查询样式 */
.ib-outlets-right{
  padding: 0;
}
.ib-outlets-container .wd-title{
  font-size: 24px;
  color: #000000;
  font-weight: 550;
  padding: 26px 0;
}
.ib-search-controls{
  flex-wrap: wrap;
  justify-content: flex-start;
}
.sel-input,.sel-keyword{
  width: 100%;
  height: 50px;
  border: 1px solid #E0E6EF;
  padding: 0 16px;
  
}
.sel-input{
  max-width: 280px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.sel-input .form-control,.sel-keyword .form-control{
  background: transparent;
  height: 100%;
  border: none;
  padding: 0;
  color: #303030;
  font-size: 16px;
}
.sel-input .form-control{
  cursor: pointer;
}
.sel-input img{
  width: 16px;
  height: 16px;
}
.sel-keyword{
  max-width: 330px;
  margin: 0 20px;
}
.sel-keyword .form-control::placeholder{
  color: #909090;
}
.sel-search{
  width: 144px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #BC121A;
  color: #fff;
  font-size: 18px;
  padding: 0;
  line-height: unset;
  border-radius: 0;
}

.wd-box-container{
  border: 1px solid #E0E6EF;
  margin-top: 26px;
}
.wd-box-left,.wd-box-right{
  padding: 0;
}
.wd-box-left{
  flex: 1;
}
.wd-box-right{
  width: 346px;
  padding-left: 20px;
}
.ib-map-container {
  position: relative;
}
.ib-outlets-list {
  height: 460px;
  overflow-y: auto;
  padding-right: 20px;
}
.outlet-item {
  margin-top: 20px;
}
.outlet-item:first-child{
  margin-top: 40px;
}
.outlet-item:last-child{
  margin-bottom: 40px;
}
.outlet-item-top{
  align-items: flex-start;
  justify-content: flex-start;
}
.outlet-item-top-left{
  display: flex;
  width: 22px;
  height: 28px;
  margin-right: 10px;
  position: relative;
  justify-content: center;
}
.outlet-item-top-left p{
  font-size: 12px;
  color: #fff;
  margin-top: 2px;
}
.outlet-item-top-content p{
  font-size: 13px;
  color: #99A2B8;
}
.outlet-item-top-content div{
  font-size: 16px;
  color: #303030;
  line-height: 20px;
  width: 236px;
}
.outlet-item-bottom{
  padding-left: 32px;
  padding-top: 14px;
}
.outlet-item-bottom-right{
  margin-top: 4px;
  line-height: 20px;
}
.outlet-item-bottom-left span,.outlet-item-bottom-right span{
  font-size: 13px;
  color: #99A2B8;
}
.outlet-item-bottom-left em,.outlet-item-bottom-right em{
  font-size: 15px;
  color: #303030;
  font-style: normal;
}
/* 联系我们 */
.contactus-box{
  width: 100%;
  height: 498px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  align-items: center;
}
.contactus-map img{
  margin-left: 70px;
}
.contactus-address{
  margin-left: 65px;
  margin-right: 40px;
}
.contactus-address .contactus-address-title{
  font-size: 32px;
  color: #303030;
  margin-bottom: 20px;
}
.contactus-address .contactus-addresstext p{
  margin-bottom: 10px;
  font-size: 16px;
  color: #606060;
}
.contactus-address .contactus-addresstext p strong{
  color: #000000;
}
.contactus-address .contactus-addresstext p:last-child{
  margin-bottom: 0;
  color: #004098;
}
.contactus-address .contactus-addresstext p:nth-child(2){
  color: #004098;
}
/* 风险揭示书弹窗样式 */
.risk-disclosure-modal {
  background: #00000047;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  display: none;
}

.risk-disclosure-modal.show {
  display: block;
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 757px;
  border-radius: 0.4167rem;
  background: #FFFFFF;
  padding-bottom: 70px;
  border: none;
}
.modal-content-inner{
  width: 80%;
  margin: 0 auto;
}

.modal-title {
  font-family: PingFang SC;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 32px;
  margin-top: 73px;
}
.disclosure-content{
  height: 310px;
  overflow-y: scroll;
}
.disclosure-content p{
  font-family: OPPOSans;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 28px;
  color: #7E7E7E !important;
  text-indent: 2rem;
}
.disclosure-content::-webkit-scrollbar {
  width: 0.5em;
}
.disclosure-content::-webkit-scrollbar-thumb {
  background-color: #999;
}
.jyfxjss_btn_box {
  margin-top:42px;
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.jyfxjss_btn_box button {
  width: 150px;
  height: 40px;
  border-radius: 0.0833rem;
  font-family: OPPOSans;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
}
.jyfxjss_ty {
  background: linear-gradient(270deg, #BC111A 0%, #628FE9 100%);
}
.jyfxjss_fh {
  background: #A8B5CE;
}






/* 响应式样式 */
@media (max-width: 1768px) {
    .online-box .row2 .flex1 {
        max-width: 32%;
    }
    .online-box .row3 .flex2 {
        max-width: 49%;
    }
}
@media (max-width: 1280px) {
    .bzjgs-table{
      width: 1000px;
    }
    .sel-input{
      max-width: 200px;
    }
    .sel-keyword{
      max-width: 250px;
    }
    .contactus-box{
      background-size: 100%;
      height: 400px;
    }
    .contactus-map img{
      max-width: 80%;
    }
    .contactus-address .contactus-address-title{
      font-size: 24px;
    }
    .contactus-address .contactus-addresstext p{
      margin-bottom: 4px;
    }
}
@media (max-width: 991.98px) {
  .bar-article {
    flex-direction: column;
  }
  
  .bar-article .news-banner {
    width: 100% !important;
    margin-bottom: 30px;
  }
  
  .bar-article .section-news-focus {
    width: 100% !important;
  }
  
  
  .section-education {
    flex-direction: column;
  }
  
  .section-education .education-left,
  .section-education .education-right {
    width: 100% !important;
    margin-bottom: 30px;
  }
  
  .section-education .education-right {
    margin-bottom: 0;
  }
  .bar-banner{
    margin-bottom: 60px;
  }
  .loop-banner {
    height: 400px !important;
  }
  .loop-banner .banner-bg{
    background-size: 100% 100%;
  }
  .bar-banner ul{
    width: 80%;
  }
  
  .online-box .row2,
  .online-box .row3 {
    height: 100%;
  }
  
  .online-box .row2 .flex1,
  .online-box .row3 .flex2 {
    width: 100% !important;
    height: 200px;
    margin-bottom: 20px;
    max-width: unset;
  }
  .online-box .row2>div, .online-box .row3>div{
    background-size: cover;
  }
  
  .online-box .row3 .flex2:last-child {
    margin-bottom: 0;
  }
  
  .footer-columns {
    flex-wrap: wrap;
  }
  
  .footer-info {
    flex-direction: column;
  }
  
  .footer-contact-wrap {
    width: 100%;
    text-align: center;
    margin-top: 30px !important;
  }
  .software-meta{
    gap: 30px;
  }
  /* 通知公告 */
  .notice-banner{
    background-size: 100% 100%;
  }
  /* 出入金 */
  .yqzh-list,.softwareDownload-content{
    width: 100%;
  }
  .bank-logo-grid{
    margin-bottom: 30px;
  }
  .bank-product {
    gap: 5px;
  }
  .yqzh-tab-nav .nav-link{
    margin: 0 10px;
    font-size: 14px;
  }
  .yqzh-table th,.yqzh-table td{
    width: 30%;
  }
  .yqzh-table th:first-child,.yqzh-table td:first-child{
    width: 20%;
  }
  .yqzh-table th:last-child,.yqzh-table td:last-child{
    width: 50%;
  }
  .detail-content .detail-right{
    width: 100%;
  }
  .companyjs-bg{
     
  }
  .companyjs-bgimg{
    padding: 0 20px;
  }
  .companyjs-bgimg .js-desc{
    width: 100%;
  }
  .sel-input,.sel-keyword{
    max-width: 100%;
  }
  .sel-keyword{
    margin: 20px 0;
  }
  .wd-box-container,.ib-search-controls{
    display: block;
  }
  .modal-content{
    width: 90%;
    max-height: 95vh;
  }
  .modal-content-inner{
    width: 85%;
  }
  .modal-title{
    font-size: 16px;
    margin-bottom: 30px;
    margin-top: 30px;
    line-height: 1.2;
  }
  .jyfxjss_btn_box button {
    width: 140px;
  }
  
}

@media (max-width: 767.98px) {
  .loop-banner {
    height: 300px !important;
  }
  
  .loop-banner .indicator-group {
    bottom: 20px;
  }
  
  .news-banner {
    height: 300px !important;
  }
  
  .news-banner-caption {
    font-size: 18px !important;
    padding-bottom: 20px;
    width: 90% !important;
  }
  
  .news-banner-date {
    font-size: 14px !important;
  }
  
  .bar-article .section-news-focus {
    height: auto !important;
  }
  
  .bar-article .list {
    height: auto !important;
  }
  
  .section-education .section-news-focus {
    height: auto !important;
  }
  
  .section-about {
    height: auto !important;
    padding: 60px 0;
  }
  
  .about-inner {
    padding-top: 0 !important;
  }
  
  .about-title {
    font-size: 32px !important;
  }
  
  .footer-info {
    flex-direction: column;
  }
  
  .footer-columns {
    width: 100%;
    margin-bottom: 30px;
  }
  
  .footer-columns > div {
    margin-bottom: 30px;
  }
  
  .footer-columns > div:last-child {
    margin-bottom: 0;
  }
  
  .footer-contact-wrap {
    width: 100%;
    text-align: center;
    margin-top: 20px !important;
    display: block !important;
  }
  .bar-study{
    margin-top: 20px;
  }
  .online-box{
    margin-top: 0;
  }
  .footer-qrcode{
    margin: 0 auto;
  }
  /* 出入金 */
  .yqzh-title{
    font-size: 18px;
  }
  .yqzh-tab-nav{
    flex-wrap: wrap;
  }
  /* 投研资讯 */
  .news-filter-row {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .news-filter-label {
    margin-bottom: 10px;
  }
  
  .news-filter-buttons {
    width: 100%;
  }
  
  .news-search-row {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .news-search-label {
    margin-bottom: 10px;
  }
  
  .news-search-input-group {
    width: 100%;
    max-width: 100%;
  }
  .contactus-box{
    background-size: 100%;
    height: 200px;
  }
  .contactus-address {
    margin-left: 30px;
    margin-right: 30px;
  }
  .contactus-address .contactus-address-title {
    font-size: 20px;
    margin-bottom: 4px;
  }
  .contactus-address .contactus-addresstext p {
    margin-bottom: 0;
    font-size: 13px;
  }
}


@media (max-width: 575.98px) {
  .topbar-item {
    padding: 0 15px !important;
    font-size: 11px;
  }
  
  .topbar-item img {
    width: 14px;
    height: 14px;
  }
  
  .loop-banner {
    height: 250px !important;
  }
  
  .news-banner {
    height: 250px !important;
  }
  
  .news-banner-caption {
    font-size: 16px !important;
    left: 20px !important;
  }
  
  .bar-article .section-news-focus .header-tab {
    height: auto;
    padding: 15px 0;
    flex-wrap: wrap;
  }
  
  .bar-article .section-news-focus .header-tab .tab {
    flex-wrap: wrap;
    line-height: 1.5;
  }
  
  .bar-article .section-news-focus .header-tab .tab .item {
    padding: 10px 15px;
  }
  
  .section-education .edu-txt {
    font-size: 24px !important;
  }
  
  .online-box h2 {
    font-size: 32px !important;
  }
  
  .online-box h6 {
    font-size: 16px !important;
  }
  
  .about-title {
    font-size: 28px !important;
  }
  
  .about-text {
    font-size: 16px !important;
  }
  
  .about-btn {
    width: 100%;
  }
  
  .footer-col-title {
    font-size: 18px !important;
  }
  
  .footer-link {
    font-size: 16px !important;
  }
  
  .footer-bottom-inner {
    flex-direction: column;
    text-align: center;
    padding: 20px 0;
    height: auto !important;
  }
  
  .footer-bottom-left {
    margin-bottom: 15px;
  }
  
  .footer-bottom-left span,
  .footer-bottom-left a {
    display: block;
    margin: 5px 0;
  }
}

@media (min-width: 1920px) {
  .container{ padding: 0;}
  .news-banner,.bar-article .section-news-focus,.section-education .education-left,.section-education .education-right{
    flex: unset;
    max-width: 100%;
    padding: 0
  }
  .online-box .row2 .flex1,.online-box .row3 .flex2{
    flex: unset;
  }
  .footer-columns .col-6,.footer-columns .col-md-4,.footer-columns .col-lg-auto{
    padding: 0;
  }
  .footer-columns {
    gap: 60px;
  }
  /* 公告/银期转账/软件下载 */
  .notice-sidebar,.notice-list,.yqzh-list,.softwareDownload-content{
    flex: unset;
    max-width: 100%;
    padding: 0
  }
  /* 网上开户 详情页*/
  .open-accountgo-l,.open-accountgo-r,.open-guide-l,.open-guide-r,.detail-left,.detail-right{
    flex: unset;
    padding: 0;
  }
  .open-prepare-list {
    padding: 0 3%;
  }
}
@media (min-width: 992px) {
  /* 出入金  */
  .yqzh-list,.softwareDownload-content{ padding: 0;}
  .open-prepare-col {
    flex: 0 0 calc(100% / 7);
    max-width: calc(100% / 7);
    padding: 0;
  }
  .open-accountgo-l,.open-accountgo-r,.open-guide-l,.open-guide-r{
    padding: 0;
    flex: unset;
  }
}


