* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.centen {
  text-align: center;
  width: 100%;
  min-width: 300px;
  margin: 0 auto;
  background: rgba(248, 248, 255, 1);
}
.title-fa {
  width: 100%;
  height: 177px;
  margin: 0 auto;
  background-image: url('../img/code-background.png');
  /*background-repeat: no-repeat;*/
  background-size: 100% 177px;
  /*background-position: 0 0;*/
  overflow: hidden;
  /*background-image: ;*/
}
.title {
  /* height: 40px;
  line-height: 40px; */
  font-size: 24px;
  color: #ffffff;
  margin-top: 38px;
  /* background-color: #00a0e6; */
  /* border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px; */
}
.visit-code-fa {
  width: 94%;
  height: 268px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: -85px;
  margin-bottom: 12px;
  background: #fff;
  border-radius: 8px;
}
.visit-code-fa > #codeBox {
  margin: 30px auto 12px;
  width: 160px;
  height: 160px;
}
.code-prompt-text {
  margin: 0 auto;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #3c44c0;
}
.info-fa {
  width: 94%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.39);
}

.info_line {
  width: 92%;
  height: 64px;
  line-height: 64px;
  margin: 0 auto;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  border-bottom: 0.6px solid #ededed;
  /* text-align: center; */
  /* margin-bottom: 20px; */
}

.line_title {
  /*font-size: 32px;*/
  font-family: PingFang SC;
  font-weight: 400;
  color: #555768;
  opacity: 1;
}

.line_main {
  /*font-size: 32px;*/
  font-family: PingFang SC;
  font-weight: 400;
  color: #333333;
  opacity: 1;
}

.visitEndTime {
  font-size: 10px;
}

.visit-code-fa .bottomTip{
  width: 100%;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  overflow: hidden;
  padding: 2px 3% 0;
  /*position: absolute;*/
  /*bottom: 0;*/
  margin: 5px auto;
}

.visit-code-fa .reshBtn {
  color: #3c44c0;
  font-size: 12px;
  margin-left: 3px;
}
.visit-code-fa .icon-onload {
  width: 12px;
  height: 12px;
}

/* .iconfont {
  font-size: 18px;
  line-height: 28px;
} */
