/* 说明 */
.descript{
  width: 679px;
  height: 39px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #A0A0A0;
  line-height: 24px;
  margin: 35px auto 45px;
}
/* 二维码 */
.scanning{
  width: 158px;
  height: 153px;
  border: 2px solid #EEEEEE;
  margin: 45px auto 0;
}
.scanning img{
  display: block;
  width: 100%;
  height: 100%;
}
.scanning-des{
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #ED8222;
  line-height: 44px;
  text-align: center;
}
/* 搜索 */
.visit-search{
  display: block;
  width: 60px;
  height: 36px;
  background: #ED8224;
  border-radius: 4px;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
  border:none;
  margin: 20px auto;
  cursor: pointer;
}