body,
p {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
/* 头部 */
.container {
  position: fixed;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  overflow: auto;
  background: #f0f0f0;
}
.wrap {
  position: relative;
  font-size: 0;
  background: #f0f0f0;
  min-height: 100vh;
}
.header-wrap {
  display: flex;
  width: 100%;
  height: 0.96rem;
  padding: 0.2rem 0.24rem;
  background-color: #fff;
  box-sizing: border-box;
}

.header-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

.header-content .back-icon {
  width: 0.48rem;
  height: 0.48rem;
}

.header-content h1 {
  line-height: 0.48rem;
  font-size: 0.36rem;
  color: #181818;
  font-weight: 500;
}
.header-online-service {
  display: flex;
  width: 0.64rem;
  height: 0.64rem;
}

.card-wrap {
  position: relative;
  background: #ffffff;
  border-radius: 0.16rem;
  margin: 0.24rem;
  padding: 0.4rem 0.32rem;
  box-sizing: border-box;
}
.card-title {
  position: relative;
  font-size: 0.36rem;
  color: #181818;
  font-weight: 600;
  padding-bottom: 0.24rem;
  margin-bottom: 0.4rem;
  border-bottom: 0.02rem solid #e6e7e8;
  box-sizing: border-box;
}
.card-title::after {
  content: "";
  display: block;
  position: absolute;

  bottom: 0;
  width: 0.8rem;
  height: 0.04rem;
  background: #f05a23;
}

.card-content {
}
.card-content p {
  font-size: 0.3rem;
  color: #343434;
  line-height: 0.48rem;
}
.card-content .branch {
}
.card-content .branch .branch-item:not(:last-child) {
  margin-bottom: 0.52rem;
}
.card-content .branch .branch-item .branch-item-name {
  display: flex;
  align-items: center;
  font-size: 0.32rem;
  color: #343434;
  font-weight: 500;
}
.card-content .branch .branch-item .branch-item-name::before {
  content: "";
  display: block;
  width: 0.32rem;
  height: 0.32rem;
  margin-right: 0.08rem;
  background: url(/app_inc/pingan/v40/futures_mobile/images/about/address-icon.svg) no-repeat;
  background-size: 100% 100%;
}
.card-content .branch .branch-item .branch-item-address {
  font-size: 0.28rem;
  color: #565656;
  margin-top: 0.16rem;
  line-height: 0.48rem;
}

.contact {
}
.contact .contact-item {
  display: flex;
  align-items: center;

}
.contact .contact-item:not(:last-child) {
  margin-bottom: 0.12rem;
}
.contact .contact-item .contact-item-icon {
  width: 0.32rem;
  height: 0.32rem;
}
.contact .contact-item .contact-item-label {
  font-size: 0.28rem;
  color: #565656;
  margin: 0 0.16rem;
}
.contact .contact-item .contact-item-num {
  font-size: 0.36rem;
  color: #343434;
  font-weight: 500;
}