body {
  margin: 0;
  padding: 0;
  background: #f8f8f9;
}
.main{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 30px;
  color: #515a6e;
}
.head{
  width: 100%;
  background-color: #188b45;
  height: 260px;
  text-align: center;
  color: white;
  font-size: 60px;
  line-height: 220px;
}
.subhead{
  width: 80%;
  background-color: white;
  border-radius: 10px;
  margin-top: -50px;
  padding: 30px;
  box-shadow: 5px 5px 5px #c1c1c1;
  display: flex;
  justify-content: space-between;
}
.fr{
  display: flex;
}
.title{
  margin-top: 50px;
  width: 90%;
  display: flex;
  justify-content:flex-start;
  align-items: center;
}
.title-line{
  background-color: #188b45;
  width: 10px;
  height: 70px;
}
.title-text{
  font-size: 40px;
  color: #17233d;
  margin-left: 20px;
}
.title-span{
  margin-left: 30px;
  color: #336699;
}

.maskAll{
  position: absolute;
  top:0;
  left:0;
  height:10000px;
  width:100%;
  background-color: rgba(0, 0, 0, .5);
  z-index: 999;
  text-align: center;
  padding-top:400px;
}


.qr-line {
  margin-top: 15px;
  font-size: 26px;
  display: flex;
  flex-direction: row;
}


.qr {
  border: 1px solid #dcdee2;
  border-radius: 10px;
  background: #fff;
  width: 80%;
  padding: 30px 50px;
  margin-top: 40px;
}
.qr-title {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  padding: 0px 20% 0px 20%;
}
.qr-title-item {
  height: 70px;
  border-bottom: 4px solid #39b54a;
}
.qr-code {
  font-size: 28px;
  text-align: right;
  margin-top: 10px;
  color: #f43f3b;
}
.qr-mine {
  display: flex;
  flex-direction: column;
}
.qr-desc {
  margin-top: 15px;
  font-size: 26px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.qr-line {
  border-top: 4px solid #8dc63f;
  margin-top: 20px;
  height: 10px;
}

.qr-foot-title {
  font-size: 30px;
  color: #f43f3b;
  
}
.qr-foot-desc {
  font-size: 28px;
  margin-top: 5px;
  display: flex;
  align-items: center;
}

.list-row{
  font-size: 30px;
  margin: 20px 0px;
}
.list-row div{
  display: flex;
  margin-top: 10px;
}
.qr img{
  margin-bottom: 10px;
  width: 100%;
}

.mappanel{
  width:100%;
  display: flex;
  flex-direction: row;
}
.map-item{
  border: 2px solid #e8eaec;
  width:100%;
  font-size: 40px;
  height: 130px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.map-image{
  margin-top:10px;
  height: 120px;
  width: 200px !important;
}
.actions{
  width: 100px;
  display: flex;
  flex-direction: column;
  position: fixed;
  z-index: 998;
  right: 30px;
  bottom: 100px; 
}
.actions-item{
  border-radius: 50%;
  background-color: #ffffffde;
  color: #188b45;
  width: 100px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  border: 1px solid #c1c1c1;
  box-shadow: 3px 3px 3px #c1c1c1;
  font-size: 50px;
}

.record{
  display: flex;
  border-left: 1px solid #dcdee2;
  margin-left: 0px;
  flex-direction: column;
}

.point{
  color: #dcdee2;
  font-size: 30px;
  background-color: #fff;
  margin-left: -8px;
  margin-top: -10px;
}
.recbody{
  color: #dcdee2;
  margin-top: 20px;
}
.recTime{
  font-size: 30px;
  color: #17233d;
  background-color: #fff;
  margin-left: -30px;
  padding: 10px 0px;
}
.card{
  background-color: white;
  border: 1px solid #dcdee2;
  border-radius: 10px;
  width: 90%;
  margin: 30px;
  box-shadow: 3px 3px 5px #e6e3e3;
  font-size: 28px;
  color: #515a6e;
}
.card-title{
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #dcdee2;
}
.card-label{
  padding: 20px;
}
.card-goods{
  text-align: right;
  margin-right: 30px;
}
.card-goodsd{
  margin-top:5px;
  margin-bottom: 30px;
}

.formSmallbtn {
  /* display: inline-flex; */
  padding: 6px 12px;
  border-radius: 8px;
  /* background-color: #515a6e; */
  color: #ffffff;
}