.w100, .wh100 {
  width: 100%;
}

.h100, .wh100 {
  height: 100%;
}

.block {
  display: block;
}

.safe-area-bottom {
  padding-bottom: 5.867vw;
}

.rel {
  position: relative;
}

.abs {
  position: absolute;
}

.p30 {
  padding: 4vw;
}

.flex, .flex-between-center, .flex-center, .flex-column-between, .flex-end {
  display: flex;
}

.flex-end {
  justify-content: flex-end;
}

.flex-column, .flex-column-between {
  flex-direction: column;
}

.justify-content, .flex-column-between {
  justify-content: space-between;
}

.flex-center {
  justify-content: center;
  align-items: center;
}

.flex-between-center {
  justify-content: space-between;
  align-items: center;
}

.mt30 {
  margin-top: 4vw;
}

.ml30 {
  margin-left: 4vw;
}

.mr30 {
  margin-right: 4vw;
}

.mb30 {
  margin-bottom: 4vw;
}

.f24 {
  font-size: 3.2vw;
}

.f32 {
  font-size: 4.267vw;
}

.f36 {
  font-size: 4.8vw;
}

.cover {
  width: 100vw;
  height: 113.067vw;
  background-color: #f33;
}

a {
  text-decoration: none;
}

.footer a {
  color: #999;
}

.question-box > .hd {
  background-color: #f8f8f8;
  border-bottom: 0.5px solid #eee;
}
.question-box > .bd ul li {
  margin-top: 4vw;
}
.question-box > .bd ul li .item {
  padding-top: 5vw;
  padding-left: 16.5vw;
}
.question-box > .bd ul li .item .avatar {
  left: 0;
  top: 50%;
  margin-top: -12vw;
}
.question-box > .bd ul li .item .avatar .image {
  width: 13.333vw;
  height: 13.333vw;
  border-radius: 2.667vw;
  overflow: hidden;
}
.question-box > .bd ul li .item .content {
  text-align: justify;
  line-height: 1.62;
  background-color: #fff;
  box-shadow: 0 0 1.067vw rgba(0, 0, 0, 0.1);
  border-radius: 2.667vw;
  padding-top: 2vw;
  padding-bottom: 2vw;
}
.question-box > .bd ul li .item .answer {
  display: inline-flex;
  margin-top: 4vw;
  text-align: justify;
  line-height: 1.62;
  color: #fff;
  background-color: #29bb1e;
  box-shadow: 0 0 1.067vw rgba(0, 0, 0, 0.1);
  border-radius: 2.667vw;
  padding-top: 2vw;
  padding-bottom: 2vw;
}
.question-box .div-btn {
  padding: 2vw 4vw;
  height: 12vw;
  color: #000;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 13.333vw;
}

#link {
  width: 100%;
  background-color: #fff;
  min-height: 20vw;
}
#link .btn {
  height: 13.333vw;
  color: #fff;
  background: #1989fa;
  border-radius: 13.333vw;
}

#link-none {
  line-height: 1.62;
  text-align: center;
  border: 0.5px solid #ddd;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  border-radius: 2.667vw;
  font-weight: bold;
}/*# sourceMappingURL=style.css.map */