* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.container {
  width: 100%;
  margin-top: 128px;
  background: white;
}
.container .header {
  width: 750rem;
  position: fixed;
  top: 0;
  z-index: 9;
}
.container .header .header-h1 .van-search {
  background-color: #f7f7f7;
  font-weight: lighter;
  height: 80px;
}
.container .header .header-h1 .van-search__content--round {
  border: 2px #790000 solid;
  background-color: #ffffff;
}
.container .header .van-cell {
  padding: 0;
}
.container .header .van-checkbox {
  height: 100%;
  padding: 10px;
}
.container .project {
  background-color: #f7f7f7;
  padding: 20rem;
}
.container .project .project-item {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20rem;
}
.container .project .project-item .top {
  padding: 15rem;
  border-bottom: 1rem solid #f7f4f4;
}
.container .project .project-item .top .info {
  display: flex;
  align-items: center;
}
.container .project .project-item .top .info .left {
  width: 200rem;
  height: 200rem;
  border-radius: 5px;
  position: relative;
}
.container .project .project-item .top .info .left .tag {
  background-color: #790000;
  color: #fff;
  display: inline-block;
  font-size: 20rem;
  border-radius: 5px 2px 5px 0;
  padding: 2px;
  position: absolute;
  left: 0;
  top: 0;
}
.container .project .project-item .top .info .right {
  flex: 1;
  padding: 4rem 0 0 20rem;
}
.container .project .project-item .top .info .right .name {
  width: 440rem;
  font-size: 28rem;
  color: #333333;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container .project .project-item .top .info .right .location {
  font-size: 23rem;
  margin-top: 10rem;
  color: #656565;
  line-height: 35rem;
}
.container .project .project-item .top .info .right .location .text {
  padding-left: 10rem;
}
.container .project .project-item .bottom {
  padding: 20rem 0;
  display: flex;
  justify-content: space-evenly;
}
.container .project .project-item .bottom .left {
  width: 100px;
  padding-left: 20px;
}
.container .project .project-item .bottom .left button {
  width: 80px;
  text-align: center;
  line-height: normal;
}
.container .project .van-cell {
  border-radius: 5px;
  margin-bottom: 10px;
  border: 1px solid #333;
  font-weight: 700;
}
.container .project .van-collapse-item__title--expanded {
  background-color: #333333;
  color: #ffffff;
  border: none;
}
.container .project .van-collapse-item__content {
  padding: 0;
  background-color: #f7f7f7;
}
.container .QRcode {
  padding: 30rem;
  width: 100%;
  height: 100%;
}
.container .QRcode canvas {
  width: 100%;
  height: 100%;
}
.container .QRcode img {
  width: 100%;
  height: 100%;
}
