/* packageIm/pages/publicAccount/publicAccount.wxss */
html,
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  width: 100%;
  font-size: 13.33vw;
  /* background: #f5f5f5; */
  /* background: linear-gradient(180deg, #fff9e6 0%, #ededed 100%); */
}

#app {
  /* overflow: hidden;
  min-height: 100vh; */
  width: 100%;
  /* background: #262936; */
  background: linear-gradient(180deg, rgba(1,27,100,1) 0%, rgba(4,39,113,1) 100%); 
}

img {
  width: 100%;
  /* height: 100%; */
  background: linear-gradient(180deg, rgba(1,27,100,1) 0%, rgba(4,39,113,1) 100%); 
}

.gc_among_H5-wrapper {
  height: 100%;
  width: 100%;
}

.gc_among_H5-container {
  min-height: 100%;
  width: 100%;
}

.gc_among_H5-container__header {
}

.gc_among_H5-container__header .header__content {
  width: 100%;
  /* height: 5.52rem; */
  height: 2.98rem;
  position: relative;
  background: transparent;
}
.gc_among_H5-container__header .header__content img{
  background: transparent;
}

.gc_among_H5-container__content {
  flex: 1;
  /* padding: 0 0.24rem; */
  box-sizing: border-box;
  /* padding-top: 0.56rem; */
  /* padding-top: 0.18rem; */
}

.product-box {
  position: relative;
  background-image: url("../img/content__bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.product-box_right-font {
  position: absolute;
  top: 0.16rem;
  right: 0.3rem;
  width: 2.1rem;
  height: 0.3rem;
}
.product-box_left-txt {
  position: absolute;
  top: 0.3rem;
  left: 0.36rem;
}

.product-box_left-txt img {
  width: 0.32rem;
  height: 0.28rem;
  margin-right: 0.12rem;
}

.product-box_left-txt span {
  font-weight: 600;
  font-size: 0.3rem;
  color: #262626;
}

.product-box_list {
  padding: 1.08rem 0.36rem 0.48rem;
  display: grid;
  grid-template-columns: 2.9rem 2.9rem;
  grid-template-rows: 2.12rem 2.12rem 2.12rem;
  gap: 0.18rem 0.24rem;
}

.product-box_list-item {
  width: 100%;
  height: 100%;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.bg_1 {
  background-image: url("../img/gc_boss1.png");
}

.bg_1_1 {
  background-image: url("../img/gc_boss2.png");
}

.bg_2 {
  background-image: url("../img/gc_car.png");
}

.bg_3 {
  background-image: url("../img/gc_alliance.png");
}

.bg_4 {
  background-image: url("../img/gc_loan.png");
}

.bg_5 {
  background-image: url("../img/gc_people.png");
}

.bg_6 {
  background-image: url("../img/gc_media.png");
}

.product-box_list-item span {
  font-weight: 400;
  font-size: 0.24rem;
  color: #7a7a7a;
  position: absolute;
  bottom: 0.2rem;
  left: 0.2rem;
}

.gc_among_H5-container__footer {
  width: 100%;
}

.footer-txt {
  font-weight: 400;
  font-size: 0.26rem;
  color: #a1a1a1;
  padding: 0.48rem 0;
  width: 100%;
  justify-content: center;
}

.open-weapp-box {
  width: 100%;
  height: 100%;
  position: absolute;
}

/* wx-open-launch-weapp {
  display: flex;
  width: 100%;
  height: 100%;
} */

.new-product-box {
}

.new-product-box .list {
  display: flex;
  flex-direction: column;
  /* gap: 0.1rem; */
}

.new-product-box .list .list-item {
  position: relative;
  justify-content: center;
}

/* .new-product-box .list .list-item img {
  width: 0.32rem;
  height: 0.32rem;
} */

.gc_btn{
  width: 0.9rem;
  height: 0.4rem;
  background: #fff;
  border-radius: 0.3rem;
  font-weight: 400;
  font-size: 0.24rem;
  color: #262626;
  text-align: center;
  line-height: 0.6rem;
  margin: 0 auto;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  position: absolute;
  left: 2.76rem;
  top: 0.5%;
}
.top1{
  top:-0.03rem;
}
.loading{
  width: 100%;
  height: 0.63rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 999;
}