html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

.navbar {
  position: relative;
  width: 100%;
  height: 60px;
}
.navbar .nav {
  position: fixed;
  top: 0;
  left: 0;
  height: 60px;
  line-height: 60px;
}
.navbar .nav a {
  position: relative;
  color: #001d15;
  font-size: 20px;
  padding: 0 44px;
}
.navbar .nav a::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 6px;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-left: 2px solid #001d15;
  border-bottom: 2px solid #001d15;
  transform: rotate(45deg);
}
.navbar .nav-white a {
  color: #fff;
}
.navbar .nav-white a::before {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.content {
  line-height: 1.5;
}

.page-agents {
  background: #f7f7f7;
  min-height: 100%;
}
.page-agents .bg {
  position: absolute;
  left: 0;
  top: -28px;
  width: 100%;
  height: 340px;
  background: #f7f7f7 url(../images/agents-bg.png) no-repeat center bottom;
  background-size: cover;
}
.page-agents .content {
  position: relative;
  padding: 20px 15px;
}
.page-agents .userinfo {
  overflow: hidden;
}
.page-agents .qr-thumb {
  float: right;
}
.page-agents .avatar {
  float: left;
  margin-right: 10px;
}
.page-agents .userid {
  color: #fff;
}
.page-agents .userid .num {
  font-size: 16px;
  font-weight: bold;
}
.page-agents .userid .rank {
  font-size: 14px;
}
.page-agents .userid .id {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}
.page-agents .records {
  margin-top: 24px;
  padding: 0 12px;
  background: #fff;
  border-radius: 8px;
}
.page-agents .records li {
  padding: 20px 0;
  border-top: 1px solid rgba(112, 112, 112, 0.11);
  text-align: center;
  overflow: hidden;
}
.page-agents .records li:first-of-type {
  border-top: none;
}
.page-agents .records li div {
  float: left;
  width: 49.8%;
  border-left: 1px solid rgba(112, 112, 112, 0.11);
  line-height: 1;
}
.page-agents .records li div:first-of-type {
  border-left: none;
}
.page-agents .records li .value {
  font-size: 20px;
  color: #c20014;
  margin: 0;
}
.page-agents .records li .value dfn {
  font-size: 14px;
}
.page-agents .records li .key {
  margin: 20px 0 0 0;
  color: rgba(51, 51, 51, 0.7);
  font-size: 12px;
}
.page-agents .records li dfn {
  font-style: normal;
}
.page-agents .options {
  margin-top: 24px;
}
.page-agents .options ul {
  overflow: hidden;
}
.page-agents .options ul li {
  float: left;
  width: 47%;
  margin-bottom: 10px;
  padding: 20px 0;
  background: #fff;
  border-radius: 8px;
  text-align: center;
}
.page-agents .options ul li:nth-of-type(2n) {
  float: right;
}
.page-agents .options .icon img {
  width: 48px;
}
.page-agents .options .key {
  font-size: 14px;
  color: #333;
}

.page-share .bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f7f7f7 url(../images/share-bg.png) no-repeat center top;
  background-size: cover;
}
.page-share .content {
  position: relative;
  padding: 100px 15px 20px;
}
.page-share .userinfo {
  position: relative;
  background: #fff;
  padding: 60px 30px 30px;
  text-align: center;
}
.page-share .userinfo .avatar {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-share .userinfo .avatar img {
  border: 6px solid #fff;
  border-radius: 200px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  width: 88px;
}
.page-share .userinfo .nickname {
  font-size: 18px;
  font-weight: bold;
  color: #1b1b34;
}
.page-share .userinfo .rank {
  margin-top: 10px;
  font-size: 14px;
  color: #000e24;
}
.page-share .userinfo .id {
  margin-top: 30px;
  font-size: 18px;
  color: #21498b;
  font-weight: bold;
}
.page-share .userinfo .qrcode {
  margin-top: 18px;
}
.page-share .userinfo .qrcode img {
  width: 210px;
  border: 9px solid #21498b;
  border-radius: 8px;
}
.page-share .options {
  margin-top: 40px;
  padding: 30px 10px;
}
.page-share .options ul {
  overflow: hidden;
}
.page-share .options ul li {
  float: left;
  width: 43%;
  margin-bottom: 10px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #fff;
  border-radius: 40px;
  font-size: 16px;
  text-align: center;
  color: #fff;
}

.page-share .options ul li  a{ color: white;}
.page-share .options ul li:nth-of-type(2n) {
  float: right;
}

.page-equityintro .bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f7f7f7 url(../images/equityintro-bg.png) no-repeat center top;
  background-size: cover;
}
.page-equityintro .content {
  position: relative;
  padding: 30px 15px 20px;
}
.page-equityintro .title {
  text-align: center;
}
.page-equityintro .title p {
  margin: 0;
}
.page-equityintro .title .slogon {
  color: #ffed77;
  font-size: 36px;
  font-weight: bold;
}
.page-equityintro .title .abstract {
  margin-top: 5px;
  color: #ffaa2b;
  font-size: 14px;
}
.page-equityintro .equity {
  margin-top: 40px;
  padding: 12px;
  background: #fff;
  color: #c20014;
  border-radius: 8px;
  text-align: center;
}
.page-equityintro .equity ul {
  overflow: hidden;
  border-right: 1px solid rgba(112, 112, 112, 0.11);
  border-bottom: 1px solid rgba(112, 112, 112, 0.11);
}
.page-equityintro .equity li {
  float: left;
  width: 25%;
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
  border-left: 1px solid rgba(112, 112, 112, 0.11);
  border-top: 1px solid rgba(112, 112, 112, 0.11);
  font-size: 12px;
}
.page-equityintro .equity li.thead {
  color: #4c5665;
}
.page-equityintro .item-title {
  margin-top: 40px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.page-equityintro .item {
  margin-top: 20px;
  padding: 12px;
  background: #fff;
  border-radius: 8px;
}

.page-communitystore .banner img {
  width: 100%;
}
.page-communitystore .storelist {
  padding: 20px 15px;
}
.page-communitystore .storelist ul {
  overflow: hidden;
}
.page-communitystore .storelist ul li {
  float: left;
  width: 46.5%;
  box-sizing: border-box;
  margin-bottom: 13px;
  padding: 0 10px;
  height: 50px;
  line-height: 50px;
  border: 1px solid rgba(33, 73, 139, 0.35);
  border-radius: 8px;
  font-size: 16px;
  text-align: center;
  color: #21498B;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.page-communitystore .storelist ul li:nth-of-type(2n) {
  float: right;
}
.page-communitystore .storelist ul li:hover {
  background: #21498B;
  color: #fff;
}

.page-myequity .content {
  padding: 30px;
}
.page-myequity .equityhead {
  text-align: center;
}
.page-myequity .equityhead .icon img {
  width: 60px;
}
.page-myequity .equityhead .name {
  font-size: 24px;
  font-weight: bold;
  color: #000e24;
}
.page-myequity .equityhead .info {
  font-size: 14px;
  color: rgba(27, 27, 52, 0.41);
}
.page-myequity .equityintro {
  margin-top: 20px;
  padding: 5px;
  font-size: 14px;
  color: #1b1b34;
}
.page-myequity .equityintro p {
  margin: 0;
}

.page-exchange {
  background: #f7f7f7;
  min-height: 100%;
}
.page-exchange .content {
  padding: 30px 12px;
}
.page-exchange .info {
  font-size: 16px;
  color: rgba(27, 27, 52, 0.41);
}
.page-exchange .list {
  margin-top: 15px;
}
.page-exchange .list li {
  margin-bottom: 10px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  padding: 0 10px;
  height: 50px;
  line-height: 50px;
}
.page-exchange .list li .key {
  float: left;
}
.page-exchange .list li .value {
  float: right;
  color: #21498b;
}
.page-exchange .add {
  margin-top: 20px;
  padding: 20px 25px;
  background: #fff;
  border-radius: 8px;
}
.page-exchange .add li {
  margin-bottom: 10px;
}
.page-exchange .add input {
  box-sizing: border-box;
  padding: 0 10px;
  border: none;
  background: #f2f2f3;
  border-radius: 8px;
  width: 100%;
  height: 44px;
  line-height: 44px;
}
.page-exchange .add input::placeholder {
  color: rgba(51, 51, 51, 0.41);
}
.page-exchange .add button {
  margin-top: 20px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #fff;
  color: #21498b;
  border: 1px solid #21498B;
  border-radius: 8px;
}

.page-communityconfirm {
  background: #f7f7f7;
  min-height: 100%;
}
.page-communityconfirm .banner img {
  width: 100%;
}
.page-communityconfirm .inputarea {
  padding: 30px 12px;
}
.page-communityconfirm .inputarea li {
  margin-bottom: 10px;
  background: #fff;
  color: #333;
  border-radius: 8px;
  overflow: hidden;
  padding: 0 10px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}
.page-communityconfirm .inputarea li .key {
  float: left;
}
.page-communityconfirm .inputarea li .value {
  float: right;
}
.page-communityconfirm .inputarea li input {
  box-sizing: border-box;
  border: none;
  background: #fff;
  height: 44px;
  line-height: 44px;
  text-align: right;
}
.page-communityconfirm .inputarea li input::placeholder {
  color: rgba(51, 51, 51, 0.41);
}
.page-communityconfirm .inputarea .upload-wrap {
  padding: 10px 10px 16px;
  background: #fff;
  color: #333;
  border-radius: 8px;
  font-size: 16px;
}
.page-communityconfirm .inputarea .upload {
  margin-top: 20px;
  overflow: hidden;
}
.page-communityconfirm .inputarea .upload-btn {
  float: left;
  margin-right: 20px;
  padding: 30px 0;
  width: 108px;
  border-radius: 8px;
  background: #f3f3f3;
  color: rgba(51, 51, 51, 0.7);
  font-size: 12px;
  text-align: center;
}
.page-communityconfirm .inputarea .upload-btn .icon {
  position: relative;
  width: 22px;
  height: 22px;
  margin: 0 auto 10px;
}
.page-communityconfirm .inputarea .upload-btn .icon::before, .page-communityconfirm .inputarea .upload-btn .icon::after {
  content: "";
  position: absolute;
  background: #a5a5a5;
}
.page-communityconfirm .inputarea .upload-btn .icon::before {
  width: 2px;
  height: 22px;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}
.page-communityconfirm .inputarea .upload-btn .icon::after {
  width: 22px;
  height: 2px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.page-communityconfirm .confirmbar {
  height: 80px;
}
.page-communityconfirm .confirmbar .confirm {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  box-sizing: border-box;
  padding: 15px 12px;
  background: #fff;
  border-top: 1px solid #e5e5e5;
}
.page-communityconfirm .confirmbar .confirm button {
  width: 100%;
  height: 100%;
  background: #21498B;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 18px;
}