body,
p {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
.container {
  position: fixed;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  overflow: auto;
}
.wrap {
  position: relative;
  font-size: 0;
  background: #f6f6f6;
  min-height: 100vh;
}
.header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.96rem;
  padding: 0 0.32rem;
  background: #fff;
  box-sizing: border-box;
}
.logo {
  width: 4.28rem;
  height: 0.48rem;
}
.download-btn {
  width: 1.6rem;
  height: 0.56rem;
  line-height: 0.56rem;
  text-align: center;
  font-size: 0.28rem;
  border: 1px solid rgba(255, 76, 0, 1);
  border-radius: 0.28rem;
  color: #ff4c00;
}
.banner-wrap {
  position: relative;
}
.banner-wrap img {
  width: 100%;
  height: 4.4rem;
}
.open-account-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.88rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 0.72rem;
  font-size: 0.28rem;
  color: #ffffff;
  font-weight: 600;
  background: #ff4c00;
  border: 1px solid rgba(255, 76, 0, 1);
  border-radius: 0.36rem;
  box-sizing: border-box;
  animation: flicker 1s infinite ease-in-out;
}
@keyframes flicker {
  0%,
  100% {
    transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform-origin: 50% 0%;
  }
  50% {
    transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
  }
}
.open-account-btn::after {
  content: "";
  display: block;
  width: 0.32rem;
  height: 0.32rem;
  background: url(/app_inc/pingan/v40/futures/images/mobile/arrow.svg) no-repeat;
  background-size: 100% 100%;
}
.module-wrap {
  margin: 0.4rem 0.24rem 0;
  background-image: linear-gradient(150deg, #ffffff 5%, #fff7f7 100%);
  border-radius: 0.16rem;
  box-sizing: border-box;
}
.module-subwrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.module-item {
  margin: 0.4rem 0 0.4rem 0.1rem;
  width: 3.2rem;
}
.module-item.even {
  margin: 0.4rem 0.01rem 0.4rem 0;
}
.divide {
  margin: 0 0.4rem;
  height: 1px;
  background: rgb(0, 0, 0, 0.06);
}
.divide-vertical {
  display: inline-block;
  width: 1px;
  height: 2rem;
  margin: 0 0.2rem;
  background: rgb(0, 0, 0, 0.06);
}
.module-icon {
  margin-top: 0.16rem;
  display: flex;
  justify-content: center;
}
.module-icon img {
  display: block;
  width: 0.64rem;
  height: 0.64rem;
}
.module-name {
  margin: 0.24rem 0 0.08rem;
  font-size: 0.32rem;
  color: #181818;
  letter-spacing: 0.032rem;
  text-align: center;
  font-weight: 500;
}
.module-desc {
  font-size: 0.26rem;
  color: #898989;
  letter-spacing: 0.026rem;
  text-align: center;
}
.home-download-wrap {
  margin: 0.2rem 0.24rem 0;
  display: flex;
  justify-content: center;
  background-image: linear-gradient(123deg, #ffffff 5%, #fff7f7 100%);
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 8px;
  padding: 0.28rem 0 0.2rem;
  box-sizing: border-box;
}
.home-download-item {
  width: 3.5rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.home-download-icon {
  width: 0.64rem;
  height: 0.64rem;
}
.home-download-icon.mobile {
  margin-bottom: 0.38rem;
}
.home-download-icon.pc {
  margin-bottom: 0.16rem;
}
.home-download-name {
  font-size: 0.32rem;
  color: #181818;
  text-align: center;
  font-weight: 500;
}
.home-divide-vertical {
  width: 1px;
  height: 1.68rem;
  background: rgb(0, 0, 0, 0.06);
}

.footer-wrap {
  margin-top: 0.66rem;
  padding: 0.32rem;
  padding-bottom: 0;
  box-sizing: border-box;
}
.footer-desc {
  font-size: 0.24rem;
  color: #565656;
  line-height: 0.36rem;
}
.contact {
  height: 0.56rem;
  display: flex;

  justify-content: space-between;
  align-items: center;
  margin: 0.2rem 0 0.28rem;
}
.hot-line {
  font-size: 0.26rem;
  letter-spacing: 0.026rem;
  line-height: 0.36rem;
  font-weight: 500;
}
.hot-line .label {
  color: #898989;
}
.hot-line .phone-num {
  color: #ff4c00;
  margin-left: 0.1rem;
}
.online-service {
  width: 2rem;
  height: 0.56rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 76, 0, 1);
  border-radius: 0.28rem;
  font-size: 0.24rem;
  color: #ff4c00;
  line-height: 0.36rem;
}
.online-service::before {
  content: "";
  display: block;
  width: 0.32rem;
  height: 0.32rem;
  background: url(/app_inc/pingan/v40/futures/images/mobile/service.svg)
    no-repeat;
  background-size: 100% 100%;
  margin-right: 0.08rem;
}
.icp-wrap {
  padding: 0.24rem 0.56rem;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  text-align: center;
}
.icp-wrap a {
  font-size: 0.24rem;
  color: #898989;
  letter-spacing: 0.028rem;
}
.fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
}

/* 下载页面 */
.download-wrap {
  margin: 0.4rem 0.24rem 0;
  color: #565656;
  font-size: 0.26rem;
}
.download-wrap .download-item {
  padding: 0.4rem 0.32rem;
  background: #ffffff;
  border-radius: 0.16rem;
}
.download-wrap .download-item:not(:last-child) {
  margin-bottom: 0.2rem;
}
.download-wrap .download-item .app-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.26rem;
}
.download-wrap .download-item .app-info .app-name {
  font-size: 0.36rem;
  color: #f05a23;
  font-weight: 600;
}
.app-link {
  display: flex;
  align-items: center;
  width: 1.76rem;
  height: 0.64rem;
  background: #fdeee9;
  border-radius: 0.56rem;
}
.app-link span {
  margin: 0 0.22rem 0 0.4rem;
  font-size: 0.28rem;
  color: #f05a23;
  font-weight: 600;
}
.app-link img {
  width: 0.4rem;
  height: 0.4rem;
}
.app-desc {
  font-size: 0.26rem;
  color: #565656;
  line-height: 0.4rem;
}
.app-desc b {
  color: #181818;
  font-weight: 500;
}
