.nav-title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f8f8f8;
  padding: 16px 20px;
  margin: 0 0 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nav-title .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-title .nav-content {
  background: none;
  padding-left: 8px;
  height: 16px;
  line-height: 16px;
  color: #333333;
  font-weight: bold;
  border-left: 3px solid #333333;
}
.nav-title .tips {
  margin-left: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.check-block .ml-20[data-v-3df8ac22] {
  margin-left: 20px;
}
.check-block .nav-title[data-v-3df8ac22] {
  margin: 12px 0;
}
.check-block .code-block[data-v-3df8ac22] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.check-block .code-block img[data-v-3df8ac22] {
  width: 100px;
  height: 100px;
}
.check-block > .nav-title[data-v-3df8ac22]:nth-child(1) {
  margin-top: -25px;
}
.qrcode-block[data-v-3df8ac22] {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.qrcode-block .img[data-v-3df8ac22] {
  width: 200px;
  height: 200px;
}
.qrcode-block .img img[data-v-3df8ac22] {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.attractions[data-v-3df8ac22] {
  margin-left: 200px !important;
}
.attractions[data-v-3df8ac22] .avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.attractions[data-v-3df8ac22] .avatar img {
  height: 60px;
  width: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 8px;
}
.attractions .content[data-v-3df8ac22] {
  margin: 15px;
  background: #fff;
}
.attractions .content .filter-form[data-v-3df8ac22] {
  background: #f6f6f6;
  margin-top: 15px;
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.attractions .content .filter-form .el-form-item[data-v-3df8ac22] {
  width: 30%;
}

