* {
  padding: 0;
  margin: 0;
  font-family: "PingFang SC", Arial, "Microsoft YaHei", sans-serif;
}
p {
  margin: 0;
  padding: 0;

}
a {
  text-decoration: none;
}
.mb0 {
  margin-bottom: 0 !important;
}
.no-data {
  font-size: 0.28rem;
  color: #565656;
  text-align: center;
}

.container {
  position: fixed;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  overflow: auto;
  background: #f6f6f6;
}
.container.home {
  background: #f0f0f0;
}
.container.mask-no-scroll {
  overflow:hidden;
}
.wrap {
  position: relative;
  font-size: 0;
  background: #f6f6f6;
  min-height: 100vh;
}
.wrap.home {
  background: #f0f0f0;
}
/* --------------------------顶部------------------------- */
.header-wrap {
  position: sticky;
  top: 0;
  z-index: 99999999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.96rem;
  padding: 0 0.32rem 0 0.24rem;
  background: #fff;
  box-sizing: border-box;
}
.header-logo {
  width: 2rem;
  height: 0.48rem;
}
.header-right {
  display: flex;
  align-items: center;
}
.header-search-wrap {
  width: 3.4rem;
  height: 0.72rem;
  padding: 0.04rem;
  border-radius: 0.36rem;
  background-image: linear-gradient(90deg, #ff8cde, #65efff);
  cursor: pointer;
  overflow: hidden;
  box-sizing: border-box;
}
.header-search-innner {
  display: flex;
  align-items: center;
  background: #fff;
  width: 100%;
  height: 100%;
  border-radius: 0.36rem;
  padding: 0 0.24rem;
  box-sizing: border-box;
}
.header-search-icon {
  flex-shrink: 0;
  display: block;
  width: 0.28rem;
  height: 0.28rem;
}
.header-search-keyword {
  flex: 1;
  margin-left: 0.16rem;
  font-size: 0.28rem;
  color: #565656;
}
.header-search-btn {
  flex-shrink: 0;
  font-size: 0.28rem;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 600;
}
.header-online-service {
  width: 0.64rem;
  height: 0.64rem;
  margin-left: 0.24rem;
}
/* ---------------------顶部菜单导航------------------------------- */
.header-menu .header-menu-icon {
  display: block;
  width: 0.64rem;
  height: 0.64rem;
  margin-left: 0.24rem;
  background: url(/app_inc/pingan/v40/futures_mobile/images/common/header-menu-icon.svg) no-repeat;
  background-size: 100% 100%;
}
.header-menu .header-menu-icon.active {
  background: url(/app_inc/pingan/v40/futures_mobile/images/common/header-close-icon.svg) no-repeat;
  background-size: 100% 100%;
}
.menu-wrap {
  display: none;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  top: 0.96rem;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 9999999;
}
.menu-wrap.active {
  display: flex;
}
.menu-wrap .menu-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0.64rem 0;
  box-sizing: border-box;
}
.menu-wrap .menu-content .menu-item {
  padding: 0.32rem 1.12rem;
  font-size: 0.4rem;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 600;
}
.menu-wrap .menu-bottom-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0.6rem;
  margin: auto;
  display: block;
  width: calc(100% - 0.48rem);
}
/* -----------------面包屑---------------------------- */
.breadcrumbs-wrap {
  display: flex;
  align-items: center;
  height: 0.96rem;
  padding: 0 0.24rem;
  background-color: #fdeee9;
}
.breadcrumbs-link {
  display: flex;
  align-items: center;
}
.breadcrumbs-icon {
  display: block;
  width: 0.32rem;
  height: 0.32rem;
  background: url(/app_inc/pingan/v40/futures_mobile/images/common/breadcrumb-separator-icon.svg) no-repeat;
  background-size: 100% 100%;
  margin: 0 0.08rem;
}
.breadcrumbs-icon.home {
  background: url(/app_inc/pingan/v40/futures_mobile/images/common/breadcrumb-home-icon.svg) no-repeat;
  background-size: 100% 100%;
  margin-left: 0;
  margin-right: 0.04rem;
}
.breadcrumbs-item {
  font-size: 0.32rem;
  color: #181818;
  line-height: 0.64rem;
  font-weight: 500;
}
.breadcrumbs-link .breadcrumbs-item {
  font-size: 0.28rem;
  color: #181818;
  line-height: 0.4rem;
  font-weight: 400;
}
/* --------------------------------联系信息------------------------- */
.contact-wrap {
  font-size: 0.24rem;
  color: #898989;
  text-align: center;
  line-height: 0.4rem;
  padding-top: 0.6rem;
  box-sizing: border-box;
}
.contact-wrap .footer-title {
  font-size: 0.4rem;
  color: #181818;
  font-weight: 600;
}
.contact-wrap .hot-line {
  line-height: 0.44rem;
  padding: 0.24rem 0;
}
.contact-wrap .hot-line .phone-num {
  font-size: 0.32rem;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 600;
}

/* --------------------------------底部------------------------- */
.footer-wrap {
  font-size: 0.24rem;
  color: #898989;
  text-align: center;
  line-height: 0.4rem;
  padding: 0.4rem 0;
  box-sizing: border-box;
}
.footer-wrap .footer-title {
  font-size: 0.4rem;
  color: #181818;
  font-weight: 600;
}
.footer-wrap .hot-line {
  line-height: 0.44rem;
  padding: 0.24rem 0;
}
.footer-wrap .hot-line .phone-num {
  font-size: 0.32rem;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 600;
}
.footer-wrap .footer-btn {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding-bottom: 0.4rem;
}
.footer-wrap .footer-btn .footer-btn-item {
  flex: 1;
  height: 0.96rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.28rem;
  color: #ffffff;
  font-weight: 600;
  background: #f05a23;
  box-sizing: border-box;
}
.footer-wrap .footer-btn .footer-btn-item:first-child {
  border-right: 0.02rem solid rgba(255, 255, 255, 0.5);
}
.footer-wrap .footer-btn .footer-btn-item:first-child::before {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.12rem;
  background: url(/app_inc/pingan/v40/futures_mobile/images/common/footer-service-icon.svg)
    no-repeat;
  background-size: 100%;
}
.footer-wrap .footer-btn .footer-btn-item:last-child::before {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.12rem;
  background: url(/app_inc/pingan/v40/futures_mobile/images/common/footer-phone-icon.svg)
    no-repeat;
  background-size: 100%;
}
.footer-wrap .icp-wrap a {
  color: #898989;
}
.footer-wrap .footer-logo {
  padding-top: 0.4rem;
  width: 1.8rem;
}

.fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
}
/* ----------------------底部悬浮广告位-------------------------- */

.float-ad {
  position: fixed;
  bottom: 0.4rem;
  left: 0.24rem;
  right: 0.24rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.24rem;
  background: rgba(0, 0, 0,0.7);
  border-radius: 0.16rem;
  z-index: 999999;
}
.float-ad .float-ad-left {
  display: flex;
  align-items: center;
}
.float-ad .float-ad-left img {
  display: block;
  width: 0.48rem;
  height: 0.48rem;
  margin-right: 0.12rem;
}
.float-ad .float-ad-left span {
  font-size: 0.26rem;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-weight: 500;
}
.float-ad .float-ad-right {
  background: #ff4c00;
  border-radius: 14px;
  padding: 0.1rem 0.28rem;
  font-size: 0.26rem;
  color: #ffffff;
  font-weight: 600;
}

/* 侧边 */
.float-wrap {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0.18rem;
  margin: auto;
  width: 1.6rem;
  height: 1.6rem;
  z-index: 999;
}
.float-wrap a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/app_inc/pingan/v40/futures_mobile/images/common/float-service-icon.png)
    no-repeat;
  background-size: 100% 100%;
}
.float-close-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 0.32rem;
  height: 0.32rem;
}