.br-textarea {
  padding: 0 12px 20px;
  background-color: #fff;
}
.br-textarea-title {
  padding: 15px 0 11px 0;
  font-size: 0.8rem;
  display: block;
  color: #222222;
}
.br-textarea-title__describe {
  font-size: 0.746667rem;
  color: #999999;
}
.br-textarea-input {
  position: relative;
}
.br-textarea-input__inner {
  padding: 12px;
  background-color: #F6F6F6;
  border: none;
  font-size: 0.746667rem;
  color: #999999;
}
.br-textarea-camera {
  position: absolute;
  bottom: 1.066667rem;
  left: 0.64rem;
  width: 3.626667rem;
  height: 3.626667rem;
  background: #FFFFFF;
}
.br-textarea-camera__inner {
  width: 1.5376rem;
  height: 1.226667rem;
  margin: 0 auto;
  margin-top: 1.226667rem;
  background-color: #F6F6F6;
}
.br-statusStyle {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}
.br-statusStyle-statusImg {
  width: 17.44rem;
  margin-top: 3.2rem;
}
.br-statusStyle-statusText {
  display: block;
  margin-top: 0.533333rem;
  color: #666666;
  font-size: 0.8rem;
}
.br-statusStyle-statusBtn {
  font-size: 0.746667rem;
  color: white;
  text-align: center;
  margin-top: 1.066667rem;
  width: 7.146667rem;
  height: 1.813333rem;
  line-height: 1.813333rem;
  background: linear-gradient(267deg, #fc4f1d 0%, #ff7248 100%);
  border-radius: 0.96rem;
}
.br-lieBox {
  height: 3.04rem;
  display: flex;
}
.br-lieBox-colorBox {
  width: 0.213333rem;
  height: 0.64rem;
  background: #fc4f1d;
  border-radius: 1.066667rem;
  margin-top: 1.226667rem;
}
.br-lieBox-rightBox {
  display: flex;
  border-bottom: 0.026667rem solid #f7f7f7;
  width: 90%;
  margin-left: 4%;
  line-height: 3.04rem;
  align-items: center;
}
.br-lieBox-inputBox {
  font-size: 0.8rem;
  flex: 2;
  color: #222;
}
.br-lieBox-leftTitle {
  margin-right: 0.8rem;
  color: #222222;
  font-size: 0.8rem;
  font-weight: 400;
}
.br-lieBox-leftText {
  flex: 1;
  color: #222222;
  font-size: 0.8rem;
  font-weight: 400;
}
.br-commonBottom {
  height: 3.626667rem;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: #FFFFFF;
  box-shadow: 0px -1.5px 0.16rem rgba(104, 104, 104, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
}
.br-commonBottom-commonOneBtn {
  width: 92%;
  border-radius: 1.6rem;
  background: linear-gradient(270deg, #fc361d 0%, #fc4f1d 100%);
  color: #FFFFFF;
  font-size: 0.853333rem;
  height: 2.4rem;
  line-height: 2.4rem;
  text-align: center;
  letter-spacing: 0.026667rem;
}
.br-commonBottom-commonLeftBox {
  width: 45%;
  text-align: center;
  height: 2.4rem;
  line-height: 2.4rem;
  border-radius: 1.226667rem;
  border: 0.026667rem solid #FC4D1D;
  color: #FC4D1D;
  font-size: 0.853333rem;
}
.br-commonBottom-commonRightBox {
  background: linear-gradient(270deg, #FC361D 0%, #FC431D 41%, #FC4F1D 100%);
  color: #FFFFFF;
  margin-left: 2%;
  font-size: 0.853333rem;
}
.br-commonBottom-commonOpacity {
  opacity: 0.5;
}
.br-savepadding {
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
  box-sizing: content-box;
}
