#app {
  width: 7.5rem;
  min-height: 100vh;
  background: #f6f8f7;
  font-size: 0.26rem;
}

#app .appBox {
  min-height: 100%;
  display: flex;
  flex-flow: column;
}

#app .shouxin {
  display: flex;
  flex-flow: column;
  flex: 1;
}

#app .shouxinBox {
  display: flex;
  flex-flow: column;
  flex: 1;
}

#app .shouxinBlur {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  flex: 1;
}

#app .topMenu {
  display: flex;
  background: #fff;
  width: 100%;
  height: 0.8rem;
  margin: 0.2rem 0;
  font-weight: bold;
  overflow-x: auto;
  padding: 0 0.2rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
#app .topMenu::-webkit-scrollbar {
  display: none;
}

#app .topMenu li {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding-right: 0.3rem;
}
#app .topMenu li:last-child {
  padding-right: 0.2rem;
}

#app .topMenu li div {
  height: 100%;
  font-size: 0.3rem;
  color: #333;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

#app .topMenu li div .en {
  color: #909399;
  font-size: 0.2rem;
}

#app .topMenu li div span {
  display: block;
  height: 100%;
  line-height: 0.8rem;
}

#app .topMenu li .active {
  width: 100%;
  height: 100%;
  color: #00a0b2;
}

#app .topMenu li .active span {
  border-bottom: 0.04rem solid #00a0b2;
}

#app .blur {
  filter: blur(5px);
}

#app .enterpriseInfo {
  width: 7.5rem;
  background: #ffffff;
}

#app .enterpriseInfo .indComInfo {
  display: flex;
  flex-flow: column;
  padding: 0.4rem 0.3rem;
  position: relative;
}

#app .enterpriseInfo .indComInfo .organization {
  width: 6.9rem;
  height: 1.1rem;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
#app .enterpriseInfo .indComInfo .jbItemBox {
  width: 6.9rem;
  height: 1.1rem;
  display: flex;
  justify-content: flex-end;
}
#app .enterpriseInfo .indComInfo .jbItemBox .jbContent {
  display: flex;
  align-items: center;
  cursor: pointer;
}
#app .enterpriseInfo .indComInfo .jbItemBox .jbContent .jbImg {
  display: block;
  width: 0.2933rem;
  height: 0.2933rem;
  margin-right: 0.1333rem;
}
#app .enterpriseInfo .indComInfo .jbItemBox .jbContent .jbLab {
  font-size: 0.2933rem;
  color: #999999;
}
#app .enterpriseInfo .indComInfo .organization .itemTitleBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#app .enterpriseInfo .indComInfo .organization .itemTitleBox .jbBox {
  display: flex;
  align-items: center;
  cursor: pointer;
}
#app .enterpriseInfo .indComInfo .organization .itemTitleBox .jbBox .jbImg {
  display: block;
  width: 0.2933rem;
  height: 0.2933rem;
  margin-right: 0.1333rem;
}
#app .enterpriseInfo .indComInfo .organization .itemTitleBox .jbBox .jbLab {
  font-size: 0.2933rem;
  color: #999999;
}
#app .enterpriseInfo .indComInfo .organization .recordBox {
  margin-top: 0.2rem;
}
#app .enterpriseInfo .indComInfo .organization .recordBox .record {
  display: flex;
  align-items: center;
  margin-bottom: 0.1rem;
}
#app .enterpriseInfo .indComInfo .organization .recordBox .record .recordImg {
  width: 0.28rem;
  height: 0.28rem;
  background: url("../images/time_img.png") no-repeat;
  background-size: 100% 100%;
}
#app .enterpriseInfo .indComInfo .organization .recordBox .record .recordTime {
  margin-left: 0.08rem;
}

#app .enterpriseInfo .indComInfo .organization:nth-of-type(1) {
  width: 3.84rem;
}

#app .enterpriseInfo .indComInfo .organization:nth-of-type(2) {
  width: 3.84rem;
}

#app .enterpriseInfo .indComInfo .organization:nth-of-type(3) {
  width: 3.84rem;
}

#app .enterpriseInfo .indComInfo .organization:nth-of-type(4) {
  width: 3.84rem;
}
#app .enterpriseInfo .indComInfo .organization:nth-of-type(7) {
  border: none;
  height: 1.5rem;
  padding-top: 0.4rem;
}

#app .enterpriseInfo .indComInfo .certificate {
  width: 3.02rem;
  height: 4.75rem;
  position: absolute;
  top: 0.4rem;
  right: 0.3rem;
  display: flex;
  flex-flow: column;
  align-items: center;
}

#app .enterpriseInfo .indComInfo .failure,
.undo {
  padding: 0.2rem 0;
}

#app .enterpriseInfo .indComInfo .certificate img {
  width: 3.02rem;
  height: 4.3rem;
  margin-bottom: 0.15rem;
}

#app .enterpriseInfo .indComInfo .certificate span {
  font-size: 0.2rem;
  font-weight: 500;
  color: #00a0b2;
}

#app .enterpriseInfo .indComInfo .failure,
.undo span {
  font-size: 0.22rem;
  font-weight: 500;
  color: #909399;
  line-height: 0.36rem;
}

#app .enterpriseInfo .indComInfo .organization h6 {
  font-size: 0.26rem;
  color: #9aa0a1;
  font-weight: normal;
}

#app .enterpriseInfo .indComInfo .organization p {
  font-weight: normal;
  font-size: 0.26rem;
  color: #333333;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/*  3A横版样式  */
#app .enterpriseInfoH {
  width: 7.5rem;
  background: #ffffff;
}
#app .enterpriseInfoH .certImgBox {
  width: 6.9rem;
  margin: 0 auto;
}
#app .enterpriseInfoH .certImgBox img {
  display: block;
  width: 100%;
  height: 4.87rem;
}
#app .enterpriseInfoH .certImgBox span {
  display: block;
  font-size: 0.2rem;
  color: #00a0b2;
  text-align: center;
}
#app .enterpriseInfoH .enterpriseInfoBox {
  width: 100%;
  padding: 0 0.3rem 0.2rem;
  margin-top: 0.3rem;
}
#app .enterpriseInfoH .enterpriseInfoBox .enterpriseInfoItem {
  width: 100%;
  border-bottom: 0.01rem solid #e8e8e8;
  padding: 0.2rem 0;
}
#app .enterpriseInfoH .enterpriseInfoBox .enterpriseInfoItem:nth-of-type(6) {
  padding: 0.2rem 0 0.4rem;
}
#app
  .enterpriseInfoH
  .enterpriseInfoBox
  .enterpriseInfoItem
  .enterpriseInfoItemLabel {
  display: inline-block;
  font-size: 0.26rem;
  color: #999999;
}
#app
  .enterpriseInfoH
  .enterpriseInfoBox
  .enterpriseInfoItem
  .enterpriseInfoItemContent {
  display: inline-block;
  float: right;
  font-size: 0.26rem;
  color: #333333;
  width: 60%;
  text-align: right;
}
#app
  .enterpriseInfoH
  .enterpriseInfoBox
  .enterpriseInfoItem:nth-of-type(6)
  .enterpriseInfoItemContent {
  width: 80%;
}
#app .enterpriseInfoH .enterpriseInfoBox .reviewRecord {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0.2rem 0 0;
}
#app .enterpriseInfoH .enterpriseInfoBox .reviewRecord .reviewRecordTitle {
  font-size: 0.26rem;
  color: #999999;
}
#app .enterpriseInfoH .enterpriseInfoBox .reviewRecord .recordBox {
  display: flex;
  width: 60%;
  justify-content: flex-end;
}
#app .enterpriseInfoH .enterpriseInfoBox .reviewRecord .recordBox .recordItem {
  display: flex;
  align-items: center;
  margin-right: 0.2rem;
}
#app .enterpriseInfoH .enterpriseInfoBox .reviewRecord .recordBox .recordImg {
  width: 0.28rem;
  height: 0.28rem;
  background: url("../images/time_img.png") no-repeat;
  background-size: 100% 100%;
  margin-right: 0.1rem;
}
#app .enterpriseInfoH .enterpriseInfoBox .jbBox {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.3rem;
}
#app .enterpriseInfoH .enterpriseInfoBox .jbBox .jbContent {
  display: flex;
  align-items: center;
  cursor: pointer;
}
#app .enterpriseInfoH .enterpriseInfoBox .jbBox .jbContent .jbImg {
  display: block;
  width: 0.2933rem;
  height: 0.2933rem;
  margin-right: 0.1333rem;
}
#app .enterpriseInfoH .enterpriseInfoBox .jbBox .jbContent .jbLab {
  font-size: 0.2933rem;
  color: #999999;
}
/* menu / list /detail */
#app .factorsAndDimensions {
  width: 100%;
  background: #f2f2f3;
  overflow: hidden;
}

#app .factorsAndDimensions .menu {
  display: flex;
  justify-content: space-between;
  background: #fff;
  height: 0.8rem;
  margin: 0.2rem 0;
  font-weight: bold;
}

#app .factorsAndDimensions .menu li {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#app .factorsAndDimensions .menu li div {
  width: 100%;
  height: 100%;
  font-size: 0.3rem;
  color: #333;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

#app .factorsAndDimensions .menu li div .en {
  color: #909399;
  font-size: 0.2rem;
}

#app .factorsAndDimensions .menu li div span {
  display: block;
  height: 100%;
  line-height: 0.8rem;
}

#app .factorsAndDimensions .menu li .active {
  color: #00a0b2;
}

#app .factorsAndDimensions .menu li .active span {
  border-bottom: 0.04rem solid #00a0b2;
}

#app .factorsAndDimensions .dimension {
  padding: 0.5rem 0.3rem;
  background: #fff;
}

#app .dimension table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0.4rem;
}

#app .dimension table:last-child {
  margin: 0;
}

#app .dimension table thead {
  background: #47abba;
}

#app .dimension table thead tr {
  height: 0.75rem;
}

#app .dimension table tbody tr {
  height: 0.7rem;
}

#app .dimension table td {
  border: 1px solid #dfe6ec;
  font-size: 0.26rem;
  color: #606266;
  padding-left: 0.2rem;
}

#app .dimension table thead td {
  border: 1px solid #47abba;
  font-size: 0.26rem;
  color: #fff;
  padding-left: 0.2rem;
}

#app .dimension table tbody td:nth-of-type(1) {
  color: #303133;
}

#app .dimension table tbody .red {
  color: #fa3c3c;
}

#app .dimension table tbody .green {
  color: #29cd7e;
}

#app .dimension table tbody .yellow {
  color: #ff9c00;
}

/* 企业信用档案 */
#app .factorsAndDimensions .detail {
  padding: 0 0.32rem;
}

#app .factorsAndDimensions .detail .title {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

#app .factorsAndDimensions .detail .title span {
  font-size: 0.3rem;
  font-weight: 500;
  color: #00a0b2;
}

#app .factorsAndDimensions .detail .title img {
  width: 0.2rem;
  margin-top: 0.18rem;
}

#app .factorsAndDimensions .detail .content {
  margin-top: 0.2rem;
  width: 100%;
}

#app .factorsAndDimensions .detail .packUp {
  height: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

#app .factorsAndDimensions .detail .content p {
  font-size: 0.26rem;
  font-weight: 500;
  color: #333333;
  line-height: 0.4rem;
  text-indent: 2em;
  white-space: pre-wrap;
}

#app .factorsAndDimensions .detail h1 {
  display: flex;
  justify-content: flex-end;
  color: #00a0b2;
  font-size: 0.26rem;
  margin: 0.1rem 0 0.4rem;
}

#app .factorsAndDimensions .rankingList {
  width: 6.9rem;
  padding: 0 0.3rem;
  background: #fff;
  margin: 0.2rem 0 0.4rem;
}

#app .factorsAndDimensions .rankingList li {
  height: 1.22rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
}

#app .factorsAndDimensions .rankingList li:last-child {
  border-bottom: none;
}

#app .factorsAndDimensions .rankingList li img {
  width: 0.41rem;
  margin-right: 0.3rem;
}

#app .factorsAndDimensions .rankingList li .info {
  flex: 1;
}

#app .factorsAndDimensions .rankingList li .info h6 {
  font-size: 0.26rem;
  font-weight: 500;
  color: #333333;
}

#app .factorsAndDimensions .rankingList li .info p {
  font-size: 0.22rem;
  font-weight: 500;
  color: #999999;
}

/* 大图弹窗 */
#app .largerOfPopUps {
  width: 7.5rem;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#app .largerOfPopUps img {
  width: 6.26rem;
  height: 8.9rem;
}

/* 提示 */
#app .prompt {
  width: 6.43rem;
  margin: 0 auto 0.2rem;
  text-align: center;
  font-size: 0.22rem;
  font-weight: 500;
  color: #999999;
}

#app .noData {
  width: 7.5rem;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
#app .overSea {
  width: 7.5rem;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
#app .overSea img {
  width: 100%;
  margin-bottom: 1rem;
}
#app .about {
  width: 100%;
  padding: 0.2rem 0;
  background: url("../images/tiao_2x.png") repeat-x left bottom / auto 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#app .about .aboutBox {
  display: flex;
  flex-flow: column;
  align-items: center;
}
#app .about .aboutBox .TopBox {
  width: 7rem;
  height: 3.14rem;
  background: #fff;
}

#app .about .aboutBox .title {
  width: 100%;
  height: 0.32rem;
  text-align: center;
  font-size: 0.32rem;
  font-weight: bold;
  margin-top: 0.4rem;
}

#app .about .aboutBox .desc {
  text-align: center;
  font-size: 0.22rem;
  margin-top: 0.3rem;
  line-height: 0.44rem;
  color: #909399;
}

#app .about .aboutBox .Commerce {
  /* display: flex; */
  margin-top: 0.5rem;
}
#app .about .aboutBox .Commerce .top {
  display: flex;
}

#app .about .aboutBox .Commerce .item .register {
  display: flex;
  align-items: center;
  height: 0.5rem;
}
#app .about .aboutBox .Commerce .item .gsdjxx {
  margin-right: 0.5rem;
}

#app .about .aboutBox .Commerce .item .register .zhizhao {
  width: 0.47rem;
  height: 0.46rem;
  margin-right: 0.1rem;
}

#app .about .aboutBox .Commerce .item .register .beian {
  width: 0.44rem;
  height: 0.49rem;
  margin-right: 0.1rem;
  margin-top: -0.02rem;
}

#app .about .aboutBox .Commerce .item .register span {
  font-size: 0.24rem;
  color: #fff;
}
#app .about .aboutBox .Commerce .item .tel {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.16rem;
  font-size: 0.2rem;
  color: #fff;
}

#app .popUp {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

#app .popUp .popUpContent {
  width: 90%;
  display: flex;
  flex-flow: column;
  align-items: center;
}

#app .popUp .popUpContent img {
  width: 100%;
}

#app .popUp .popUpContent i {
  margin-top: 0.4rem;
  display: block;
  width: 0.44rem;
  height: 0.44rem;
  background: url("../images/close.png") no-repeat left top/100% 100%;
}
#watermaskBox {
  display: none;
}
#watermask {
  width: 307px;
  height: 254px;
  display: block;
}
/* 举报弹窗 */
.reportDialog {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  flex-direction: column;
}
.reportDialog .reportContent {
  width: 5.0667rem;
  height: 4.1333rem;
  background: #ffffff;
  border-radius: 0.2667rem;
  position: relative;
}
.reportDialog .reportContent .reportTitle {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 0.2667rem;
  color: #343434;
  padding-top: 0.5333rem;
}
.reportDialog .reportContent .reportTextArea {
  width: 4.5867rem;
  height: 1.6rem;
  background: #f9f9f9;
  border-radius: 0.0667rem;
  border: 0.0133rem solid #e1e1e1;
  margin: 0.4rem auto 0;
  display: block;
  padding: 0.1333rem;
  resize: none;
  outline: none;
}
.reportDialog .reportContent .submitBtn {
  width: 2.6667rem;
  height: 0.5333rem;
  background: linear-gradient(90deg, #16cca7, #3f6fea);
  border-radius: 0.2667rem;
  text-align: center;
  line-height: 0.5333rem;
  font-size: 0.2133rem;
  color: #ffffff;
  cursor: pointer;
  margin: 0.4rem auto 0;
}
