.bgred {
  width: 100%;
  height: 15rem;
  background-color: #FF5432;
  position: relative;
}
.purchase {
  background-color: #ffffff;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
}
.purchase .title span {
  font-size: 3.6rem;
}
.purchase .title i {
  float: right;
  margin-right: 4rem;
  color: #999999;
  font-size: 2.4rem;
}
.purchase .tijiao p {
  border-bottom: 0.1rem solid #EEEEEE;
  height: 10.4rem;
  height: 7.5vh;
  line-height: 10.4rem;
  line-height: 7.5vh;
}
.purchase .tijiao p .lable {
  font-size: 3.2rem;
}
.purchase .tijiao .tijiao1 {
  color: #999999;
  font-size: 3rem;
}
.purchase .tijiao .tijiao2 .cpname {
  color: #666666;
  font-size: 3.2rem;
  float: right;
  margin-right: 4vw;
}
.purchase .tijiao .tijiao2 i {
  color: #D1D1D1;
  font-size: 3rem;
  float: right;
}
.purchase .tijiao .tijiao3 .select {
  height: 10rem;
  height: 7vh;
  line-height: 7rem;
  line-height: 7vh;
  float: right;
  border: none;
  font-size: 3.2rem;
  color: #666666;
  appearance: none;
  margin-right: 23vw;
  text-align: center;
}
.purchase .tijiao .tijiao3 .select option {
  line-height: 7rem;
  width: auto;
  text-align: center;
  margin-left: 2rem;
}
.purchase .tijiao .tijiao4 input {
  width: 48vw;
  height: 7rem;
  height: 4vh;
  line-height: 7rem;
  line-height: 4vh;
  float: right;
  border: none;
  opacity: 0.5;
  margin-top: 1.5rem;
  font-size: 3.2rem;
  color: #999999;
}
.purchase .tijiao .tijiao4 input::placeholder {
  direction: rtl;
}
.purchase .tijiao .tijiao5 {
  height: 14rem;
  display: flex;
  justify-content: space-between;
}
.purchase .tijiao .tijiao5 .lable {
  flex-direction: row;
  font-size: 3.2rem;
  display: block;
  margin-top: 2rem;
}
.purchase .tijiao .tijiao5 textarea {
  flex-direction: row;
  display: block;
  width: 48vw;
  height: 9rem;
  margin-top: 2.5rem;
  color: #999999;
  font-size: 3.2rem;
  opacity: 0.5;
  border: none;
}
.purchase .tijiao .tijiao5 textarea::placeholder {
  direction: rtl;
}
.purchase .tijiao .input-block {
  display: flex;
}
.purchase .tijiao .input-block .img_button {
  flex-direction: row;
  display: block;
  width: 22vw;
  height: 16rem;
  height: 12vh;
  text-align: center;
  border: 0.4rem solid #D1D2E6;
  padding: 1.5rem;
  box-sizing: border-box;
}
.purchase .tijiao .input-block .img_button p {
  color: #D1D2E6;
  font-size: 2.2rem;
  border: none;
}
.purchase .tijiao .input-block .img_button i {
  color: #D1D2E6;
  font-size: 4rem;
}
.purchase .tijiao .input-block input {
  position: absolute;
  clip: rect(0 0 0 0);
}
.purchase .tijiao .input-block img {
  flex-direction: row;
  width: 22vw;
  height: 14.4rem;
  height: 12vh;
  margin-left: 2rem;
}
.purchase .tijiao .tip {
  height: 5.9rem;
  line-height: 5.9rem;
  width: 100%;
  background-color: rgba(255, 200, 51, 0.4);
  position: absolute;
  left: 0;
  margin-top: 4rem;
  text-align: center;
}
.purchase .tijiao .tip span {
  color: #FA7900;
  font-size: 2.2rem;
}
.purchase .tijiao .fabu {
  border: none;
  background-color: #FF6750;
  color: #ffffff;
  width: 54vw;
  height: 8rem;
  height: 6vh;
  border-radius: 4rem;
  font-size: 3.2rem;
  display: block;
  margin: 0 auto;
  margin-top: 8rem;
}
.upload {
  display: flex;
  justify-content: space-around;
}
.upload .img {
  flex-direction: row;
  width: 17vw;
  height: 15rem;
}
.upload .img img {
  width: 100%;
  height: auto;
}
.upload #shangchuan {
  flex-direction: row;
  border: none;
  background-color: #FF6750;
  color: #ffffff;
  width: 17vw;
  height: 5rem;
  border-radius: 4rem;
  font-size: 2rem;
}
.upload #img_file {
  width: 50%;
}
