* {
  margin: 0;
  padding: 0;
}
body {
  background: #f6f6f6;
}
a {
  text-decoration: none;
}
.index-white-wrap {
  min-width: 1200px;
  overflow: hidden;
}
.index-big-banner {
  position: relative;
  min-width: 1200px;
  height: 600px;
}
.index-big-banner .swiper-container {
  width: 100%;
  height: 100%;
}
.index-big-banner .banner-item {
  position: relative;
  display: block;
  height: 600px;
  margin: auto;
  overflow: hidden;
}
.index-big-banner .banner-item img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2000px;
  height: 600px;
  margin-left: -1000px;
}
.index-big-banner .banner-item .banner-item-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  width: 180px;
  height: 52px;
  z-index: 99;
  transform: translateX(-170px);
  background: #ffffff;
  border-radius: 40px;
  font-size: 18px;
  color: #ff4800;
  font-weight: 500;
  padding: 13px 38px;
  box-sizing: border-box;
}
.index-big-banner .banner-item .banner-item-btn::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  background: url(/app_inc/bank/v2025/images/arrow/arrow-more.svg) no-repeat;
  background-size: 100% 100%;
}
.index-big-banner .banner-item .banner-item-btn:hover::after {
  transition: all 0.3s ease;
  transform: translateX(15px);
}
.swiper-btns-wrap {
  position: absolute;
  bottom: 80px;
  left: 50%;
  display: flex;
  align-items: center;
  z-index: 99;
  transform: translateX(-170px);
}
.swiper-btns-wrap .swiper-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  cursor: pointer;
}
.swiper-btns-wrap .swiper-button.prev {
  margin-right: 24px;
}
.swiper-btns-wrap .swiper-button:hover {
  background: rgba(0, 0, 0, 0.6);
}
.swiper-btns-wrap .swiper-button img {
  width: 32px;
  height: 32px;
}
.index-big-banner .pagination {
  position: absolute;
  z-index: 20;
  left: 50%;
  bottom: 104px;
  transform: translateX(394px);
  text-align: center;
}
.index-big-banner .swiper-pagination-switch {
  display: inline-block;
  width: 32px;
  height: 4px;
  margin: 0 4px;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.index-big-banner .swiper-active-switch {
  position: relative;
}
.index-big-banner .swiper-active-switch::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #ff4800;
  z-index: 2;
  animation: expand 5s ease-out forwards;
}

@keyframes expand {
  form {
    width: 0;
  }

  to {
    width: 100%;
  }
}
/* --- 登录相关 --- */
.banner-box-wrap {
  position: absolute;
  top: 40px;
  left: 50%;
  z-index: 1;
  width: 384px;
  height: 520px;
  transform: translateX(-600px);
  background: #ffffff;
  box-shadow: 0px 2px 16px 0px rgb(0 0 0 / 6%);
  border-radius: 16px;
  box-sizing: border-box;
}
.login-menu-wrap {
  width: 100%;
  height: 88px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(
    0deg,
    #ffffff 0%,
    rgba(240, 90, 35, 0.1) 100%
  );
  border-radius: 16px 16px 0px 0px;
}
.login-menu-wrap li {
  margin: 12px 0 4px;
}
.login-menu-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  width: 92px;
  height: 72px;
  /* background-color: #fff; */
}
.login-menu-icon {
  display: block;
  width: 36px;
  height: 36px;
  margin: 4px 0;
}
.login-menu-name {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.8);
}
.login-menu-wrap li:hover {
  background-color: #fff;
  border-radius: 8px;
}
.login-menu-wrap li:hover .login-menu-name {
  color: #ff4800;
}

/* ------更多登录弹窗------ */
.more-login {
  position: relative;
}
.more-login:hover .more-login-wrap {
  display: flex;
}
.more-login-wrap {
  display: none;
  width: 260px;
  position: absolute;
  top: 36px;
  left: 50%;
  margin-left: 16px;
  /* display: flex; */
  flex-direction: column;
  white-space: nowrap;
  padding: 20px;
  background: #f6f6f6;
  box-sizing: border-box;
  z-index: 9;
}

.more-login-wrap .nav-item {
  position: relative;
  overflow: hidden;
  margin-top: 18px;
}
.more-login-wrap .nav-item:first-child {
  margin-top: 0;
}
.more-login-wrap .nav-item::after {
  position: absolute;
  left: -100%;
  width: 100%;
  height: 100%;
  bottom: 0;
  border-bottom: 2px solid #ff4800;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  content: "";
}
.more-login-wrap .nav-item:hover::after {
  left: 0;
}
.more-login-wrap .nav-item a {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  margin-bottom: 8px;
  z-index: 1;
  color: rgba(0, 0, 0, 0.66);
  font-weight: 600;
}
.more-login-wrap .nav-item:hover a {
  color: #ff4800;
}
.more-login-wrap .nav-item:hover a::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(/app_inc/bank/v2025/images/arrow/arrow-more.svg) no-repeat;
  background-size: 100% 100%;
}
.banner-box-divide {
  width: 364px;
  margin: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
/* ---------- 产品 ------------- */
.banner-box-product-wrap {
  padding: 8px 20px 30px;
}
.product-tabs-nav {
  display: flex;
  align-items: center;
  padding-left: 8px;
}
.product-tabs-nav-item {
  position: relative;
  line-height: 44px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
.product-tabs-nav-item:not(:last-child) {
  margin-right: 27px;
}
.product-tabs-nav-item.active {
  font-size: 18px;
  font-weight: 600;
  color: #ff4800;
}
.product-tabs-nav-item.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 24px;
  height: 2px;
  background: #ff4800;
}

.tabs-content .tab-pane {
  display: none;
}
.tabs-content .tab-pane.active {
  display: block;
}
.product-item {
  display: flex;
  position: relative;
  width: 100%;
  height: 108px;
  margin-top: 8px;
  border: 1px solid rgba(255, 225, 215, 1);
  border-radius: 8px;
  cursor: pointer;
}
.product-item:hover {
  border: 1px solid #ff4800;
}
.product-item:hover::after {
  transition: all 0.3s ease;
  transform: translateX(10px);
}
.product-item::after {
  content: "";
  display: block;
  position: absolute;
  right: 16px;
  bottom: 10px;
  width: 24px;
  height: 24px;
  background: url(/app_inc/bank/v2025/images/arrow/arrow-circle-icon.svg) no-repeat;
  background-size: 100% 100%;
}
.product-item-img {
  display: block;
  width: 108px;
  height: 108px;
  border-radius: 8px 0 0 8px;
  background-color: #ffe1d7;
}
.product-item-info {
  padding: 14px 12px 14px;
  box-sizing: border-box;
}
.product-item-name {
  margin-bottom: 8px;
  font-size: 16px;
  color: #181818;
  font-weight: 600;
}
.product-item-desc {
  font-size: 13px;
  color: #565656;
  line-height: 22px;
}
.product-item .product-item-qrcode {
  display: none;
  position: absolute;
  top: -12px;
  right: -160px;
  width: 144px;
  height: 144px;
  padding: 12px;
  z-index: 3;
  border-radius: 8px;
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.06);
  background-color: #fff;
  box-sizing: border-box;
}
.product-item:hover .product-item-qrcode {
  display: block;
}
.product-item .product-item-qrcode img {
  width: 120px;
  height: 120px;
  background-color: #fff;
}
/* ----- 中部菜单 ----- */
.index-quick-service {
  display: flex;
  width: 1200px;
  margin: 30px auto;
}
.index-quick-service-nav {
  flex-shrink: 0;
  width: 260px;
  padding: 20px 30px;
  background-image: radial-gradient(
    circle at 0% -2.6%,
    #ffd4c2 0%,
    #ffffff 14%
  );
  border-radius: 16px 0px 0px 16px;
  box-shadow: 0px 2px 16px 0px rgb(0 0 0 / 6%);
  box-sizing: border-box;
}
.quick-service-nav-item {
  position: relative;
  margin-top: 22px;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.66);
  font-weight: 600;
  overflow: hidden;
  cursor: pointer;
}
.quick-service-nav-item:first-child {
  margin-top: 30px;
}
.quick-service-nav-item:last-child {
  margin-bottom: 30px;
}
.quick-service-nav-item.active,
.quick-service-nav-item:hover {
  color: #ff4800;
}
.quick-service-nav-item::after {
  position: absolute;
  left: -100%;
  width: 100%;
  height: 100%;
  bottom: 0;
  border-bottom: 2px solid #ff4800;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  content: "";
}
.quick-service-nav-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}
.quick-service-nav-item:hover::after,
.quick-service-nav-item.active::after {
  left: 0;
}
.quick-service-nav-item:hover span::after,
.quick-service-nav-item.active span::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(/app_inc/bank/v2025/images/arrow/arrow-more.svg) no-repeat;
  background-size: 100% 100%;
}
.index-quick-service-devide {
  flex-shrink: 0;
  width: 20px;
  background-image: linear-gradient(270deg, #ffffff 0%, #f6f6f6 100%);
}
.index-quick-service-content {
  flex: 1;
  background: #ffffff;
  border-radius: 0 16px 16px 0;
  padding: 30px 30px 40px 8px;
  overflow: hidden;
}
.index-quick-service-pane {
  display: none;
  height: 244px;
  overflow: hidden;
  font-size: 0;
}
.index-quick-service-pane.active {
  display: block;
}
.index-quick-service-pane.more {
  height: auto;
  overflow: auto;
  font-size: 0;
}
.show-more-btn {
  float:right;
  display: flex;
  align-items: center;
  margin-top: 20px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.44);
  cursor: pointer;
}
.show-more-btn::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/app_inc/bank/v2025/images/arrow/arrow-down-icon.svg) no-repeat;
  background-size: 100% 100%;
}
.show-more-btn:hover {
  color: #ff4800;
}
.show-more-btn:hover::after {
  background: url(/app_inc/bank/v2025/images/arrow/arrow-down-hover-icon.svg) no-repeat;
  background-size: 100% 100%;
}
.index-quick-service-item {
  display: inline-block;
  width: 170px;
  height: 114px;
  margin-right: 8px;
  margin-top: 8px;
  padding: 20px;
  background: #f6f6f6;
  box-sizing: border-box;
}
.index-quick-service-item:nth-child(5n) {
  margin-right: 0;
}
.index-quick-service-item:hover {
  background: #ffe8df;
}
.index-quick-service-item img {
  display: block;
  width: 36px;
  height: 36px;
  margin-bottom: 18px;
}
.index-quick-service-item span {
  display: block;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.9);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* ------------------    最新新闻    ------------------ */
.home-news-wrap {
  min-width: 1200px;
  height: 640px;
  background: url("https://resources.pingan.com/app_inc/bank/v2023/images/home-news-bg.png")
    no-repeat center;
}
.home-news-main {
  position: relative;
  width: 1200px;
  margin: auto;
  padding-top: 170px;
}
.home-news-title {
  position: absolute;
  top: 18px;
  left: 0;
}
.home-news-title span {
  display: block;
  height: 33px;
  color: #454545;
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  opacity: 0.3;
}
.home-news-title em {
  display: block;
  height: 56px;
  margin-top: 1px;
  color: #1a1f36;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 56px;
}
.home-news-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  margin-top: 16px;
  background-color: #ff4800;
}

.home-news-nav {
  position: absolute;
  top: 78px;
  right: 0;
}
.home-news-nav span {
  float: left;
  width: 140px;
  height: 52px;
  margin-left: 16px;
  color: #454545;
  font-weight: bold;
  font-size: 20px;
  line-height: 52px;
  text-align: center;
  background-color: #e6e7e8;
  border-radius: 30px;
  cursor: pointer;
}
.home-news-nav .home-news-nav-active {
  color: #fff;
  background-color: #ff4800;
  cursor: default;
}
.home-news-nav a {
  margin-left: 32px;
  color: #454545;
  font-weight: bold;
  font-size: 18px;
  line-height: 52px;
  text-align: center;
}
.home-news-nav a img {
  width: 18px;
  height: 18px;
  margin-top: 17px;
  vertical-align: top;
}

.home-news-list {
  width: 1200px;
  overflow: hidden;
}
.home-news-item {
  box-sizing: border-box;
  float: left;
  width: 580px;
  height: 110px;
  margin: 0 20px 30px;
  padding-top: 20px;
  background-color: #fff;
  border-radius: 2px;
}
.home-news-item:nth-child(2n-1) {
  margin: 0 0 30px 10px;
}
.home-news-item:nth-child(2n) {
  margin: 0 10px 30px 20px;
}

.home-news-item:hover .home-news-item-datetime {
  color: #ff4800;
  background-color: #ffe8df;
}
.home-news-item:hover .home-news-item-cont {
  background-color: #ff4800;
}
.home-news-item:hover .home-news-item-cont * {
  color: #fff;
}
.home-news-item-datetime {
  box-sizing: border-box;
  float: left;
  width: 90px;
  height: 70px;
  margin-left: 20px;
  color: #808285;
  background-color: #e6e7e8;
}
.home-news-item-datetime b {
  box-sizing: border-box;
  display: block;
  height: 40px;
  padding-top: 4px;
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
}
.home-news-item-datetime em {
  display: block;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}
.home-news-item-cont {
  box-sizing: border-box;
  float: left;
  width: 440px;
  height: 70px;
  padding-top: 6px;
}
.home-news-item-cont b {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: 410px;
  max-height: 56px;
  margin: auto;
  color: #1a1f36;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  overflow: hidden;
}

/* ------------------    实时行情    ------------------ */
.index-real-detail {
  width: 1200px;
  height: 400px;
  margin: 60px auto;
  font-size: 0;
  text-align: center;
  overflow: hidden;
}
.index-real-detail-item {
  display: inline-block;
  height: 400px;
  margin-right: 8px;
}
.index-real-detail-item:last-child {
  margin-right: 0;
}

.index-real-detail-title {
  box-sizing: border-box;
  float: left;
  width: 220px;
  height: 400px;
  padding-top: 40px;
  background-size: 100% 100%;
  cursor: default;
}
.index-real-detail-title img {
  display: block;
  width: 68px;
  height: 68px;
  margin-left: 40px;
}
.index-real-detail-title span {
  display: block;
  margin-top: 24px;
  margin-left: 40px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: left;
}

.index-real-detail-cont {
  box-sizing: border-box;
  float: left;
  width: 0;
  height: 400px;
  padding-top: 31px;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #ff4800;
}
.index-real-detail-cont a {
  position: relative;
  display: block;
  width: 232px;
  height: 44px;
  margin: auto;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 44px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.index-real-detail-cont a:hover {
  text-decoration: underline;
}
.index-real-detail-cont a img {
  position: absolute;
  top: 14px;
  right: 0;
  width: 16px;
  height: 16px;
}

.index-real-detail-title-bg-tongye {
  background-image: url("https://resources.pingan.com/app_inc/bank/v2023/images/real-detail/interbank-finance.png");
}
.index-real-detail-title-bg-touzi {
  background-image: url("https://resources.pingan.com/app_inc/bank/v2023/images/real-detail/investment-bank.png");
}
.index-real-detail-title-bg-xinyongka {
  background-image: url("https://resources.pingan.com/app_inc/bank/v2023/images/real-detail/credit-card-service.png");
}
.index-real-detail-title-bg-real {
  background-image: url("https://resources.pingan.com/app_inc/bank/v2023/images/real-detail/real-time-quotation.png");
}

/* ------ 二维码 ------ */
.index-qrcode-wrap {
  box-sizing: border-box;
  min-width: 1200px;
  height: 250px;
  padding-top: 40px;
  text-align: center;
}
.index-qrcode-wrap > div {
  width: 1200px;
  margin: 0 auto;
}
.index-qrcode-item {
  position: relative;
  display: inline-block;
  width: 132px;
  margin-left: 14px;
}
.index-qrcode-item:first-child {
  margin-left: 0;
}
.index-qrcode-item img {
  display: block;
  width: 120px;
  height: 120px;
  margin: auto;
}
.index-qrcode-item p {
  position: absolute;
  top: 132px;
  left: 50%;
  width: 132px;
  margin-left: -66px;
  color: #1a1f36;
  font-size: 14px;
  text-align: center;
}
/*-- 无padding的二维码 --*/
.index-qrcode-item.add-pad {
  width: 120px;
  height: 120px;
  box-sizing: border-box;
  padding: 5px;
  background: #fff;
  border-radius: 8px;
}
.index-qrcode-item.add-pad img {
  width: 110px;
  height: 110px;
}