.content .biz-group {
  clear: both;
  margin-bottom: 10px;
  background: #ffffff;
}

.content .biz-group .group-title {
  display: block;
  height: 11.73vw;
  font-size: 3.73vw;
  padding: 3.2vw 4vw;
  border-radius: 1.3vw;
  color: rgb(162, 162, 162);
}

.content .biz-group ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.content .biz-group .biz-menu {
  position: relative;
  display: block;
  height: 0.46rem;
  padding: 0.12rem 0 0.12rem 0.16rem;
  width: 50%;
  /* border: 1px sienna solid; */
}

.content .biz-group .biz-menu a {
  display: block;
  height: 100%;
  /* background: aqua; */
  overflow: hidden;
}

.content .biz-group .biz-menu span {
  /* vertical-align: bottom; */
  display: block;
  padding-left: 0.3rem;
  font-size: 0.14rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #2c2c2c;
  line-height: 0.14rem;
  /* border: 1px rebeccapurple solid; */
  margin-top: 0.04rem;
}

.content .biz-group .biz-menu .biz-icon {
  /* width: 5.3vw; */
  width: 0.22rem;
  height: 0.22rem;
  float: left;
}

.content .biz-group .biz-menu .right-icon {
  position: absolute;
  right: 4.13vw;
  width: 2.67vw;
}

.cloak {
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
}

.loadEffect {
  width: 13.33vw;
  height: 13.33vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hide {
  display: none;
}

.loadEffect span {
  display: inline-block;
  width: 2.13vw;
  height: 2.13vw;
  border-radius: 50%;
  background: lightgreen;
  position: absolute;
  -webkit-animation: load 1.04s ease infinite;
  -moz-animation: load 1.04s ease infinite;
  -o-animation: load 1.04s ease infinite;
  animation: load 1.04s ease infinite;
}

@-webkit-keyframes load {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0.2;
  }
}

@-moz-keyframes load {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0.2;
  }
}

@-o-keyframes load {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0.2;
  }
}

@keyframes load {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0.2;
  }
}

.loadEffect span:nth-child(1) {
  left: 0;
  top: 50%;
  margin-top: -1.07vw;
  -webkit-animation-delay: 0.13s;
  -moz-animation-delay: 0.13s;
  -o-animation-delay: 0.13s;
  animation-delay: 0.13s;
}

.loadEffect span:nth-child(2) {
  left: 1.87vw;
  top: 1.87vw;
  -webkit-animation-delay: 0.26s;
  -moz-animation-delay: 0.26s;
  -o-animation-delay: 0.26s;
  animation-delay: 0.26s;
}

.loadEffect span:nth-child(3) {
  left: 50%;
  top: 0;
  margin-left: -1.07vw;
  -webkit-animation-delay: 0.39s;
  -moz-animation-delay: 0.39s;
  -o-animation-delay: 0.39s;
  animation-delay: 0.39s;
}

.loadEffect span:nth-child(4) {
  top: 1.87vw;
  right: 1.87vw;
  -webkit-animation-delay: 0.52s;
  -moz-animation-delay: 0.52s;
  -o-animation-delay: 0.52s;
  animation-delay: 0.52s;
}

.loadEffect span:nth-child(5) {
  right: 0;
  top: 50%;
  margin-top: -1.07vw;
  -webkit-animation-delay: 0.65s;
  -moz-animation-delay: 0.65s;
  -o-animation-delay: 0.65s;
  animation-delay: 0.65s;
}

.loadEffect span:nth-child(6) {
  right: 1.87vw;
  bottom: 1.87vw;
  -webkit-animation-delay: 0.78s;
  -moz-animation-delay: 0.78s;
  -o-animation-delay: 0.78s;
  animation-delay: 0.78s;
}

.loadEffect span:nth-child(7) {
  bottom: 0;
  left: 50%;
  margin-left: -1.07vw;
  -webkit-animation-delay: 0.91s;
  -moz-animation-delay: 0.91s;
  -o-animation-delay: 0.91s;
  animation-delay: 0.91s;
}

.loadEffect span:nth-child(8) {
  bottom: 1.87vw;
  left: 1.87vw;
  -webkit-animation-delay: 1.04s;
  -moz-animation-delay: 1.04s;
  -o-animation-delay: 1.04s;
  animation-delay: 1.04s;
}

/* 九要素相关样式 */
#part {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10 !important;
  width: 100vw;
  min-height: 100vh;
  background: #f8f8f8;
}

.tips,
.tips-error {
  font-size: 0.14rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #9a9a9a;
  line-height: 0.2rem;
  margin: 0.2rem 0 0 0.15rem;
}

.tips-error {
  color: rgba(255, 105, 0, 1);
  margin: 0rem 0 0.12rem 0.15rem;
}

.errInfo {
  margin-bottom: 0.12rem;
}

.middle-content {
  background: #ffffff;
}

.content-box {
  width: 3.75rem;
  height: 0.43rem;
  position: relative;
}

.content-box-name {
  height: 0.15rem;
  font-size: 0.15rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #777777;
  line-height: 0.15rem;
  position: absolute;
  left: 0.15rem;
  top: 0.15rem;
}

.content-box-value {
  font-size: 0.15rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #2c2c2c;
  line-height: 0.15rem;
  position: absolute;
  left: 1.1rem;
  top: 0.15rem;
}

.table {
  width: 3.75rem;
  margin: 0 auto;
  border-collapse: collapse;
  background: #ffffff;
}

.table tr {
  height: 0.43rem;
  vertical-align: top;
}

.table td:nth-child(2n-1) {
  width: 1.1rem;
  font-size: 0.15rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #777777;
  line-height: 0.2rem;
  padding: 0.1rem 0 0 0.15rem;
}

.table td:nth-child(2n) {
  padding: 0.1rem 0.15rem 0 0;
  font-size: 0.15rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #2c2c2c;
  line-height: 0.2rem;
  word-break: break-all;
}

.table table tr .red {
  color: #ef3434;
}

.reminder {
  font-size: 0.13rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #9a9a9a;
  line-height: 0.2rem;
  width: 3.45rem;
  margin: 0.12rem 0.15rem 0.28rem 0.15rem;
}

.error-color {
  color: rgba(255, 105, 0, 1);
}

.button-sincere,
.button-hollow {
  width: 3.45rem;
  height: 0.44rem;
  background: #ff6900;
  border-radius: 0.04rem;
  font-size: 0.16rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.44rem;
  margin: 0.2rem auto 0;
  text-align: center;
}

.button-hollow {
  border: 1px solid #ff6900;
  background: rgba(0, 0, 0, 0);
  color: #ff6900;
}

.margin31 {
  margin-bottom: 0.31rem;
}

#toptip {
  font-size: 0.13rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ff6900;
  line-height: 0.2rem;
  padding: 0.1rem 0.15rem;
  background: #fff0de;
}

/* 以下是大字版css元素选择 */
body.big-size .content .biz-group .group-title {
  font-size: 4.66vw;
}

body.big-size .content .biz-group .biz-menu {
  height: auto;
}

body.big-size .content .biz-group .biz-menu span {
  font-size: 0.18rem;
  line-height: 0.2rem;
}

body.big-size .content .biz-group .biz-menu .biz-icon {
  /* width: 5.3vw; */
  width: 0.24rem;
  height: 0.24rem;
  line-height: 0.27rem;
  float: left;
}

/* body.big-size .tips,
.tips-error {
  font-size: 0.18rem;
}

body.big-size .content-box-name {
  font-size: 0.19rem;
}

body.big-size .content-box-value {
  font-size: 0.19rem;
} */

/* body.big-size .table td:nth-child(2n-1) {
  font-size: 0.19rem;
}

body.big-size .table td:nth-child(2n) {
  font-size: 0.19rem;
}

body.big-size .reminder {
  font-size: 0.16rem;
}

body.big-size .button-sincere,
.button-hollow {
  font-size: 0.2rem;
}

body.big-size #toptip{
  font-size: 0.16rem;
} */
