.co .title {
  height: 47px;
  line-height: 47px;
  color: #e05c49;
  font-size: 13px;
  margin-bottom: 20px;
}
.co .l {
  float: left;
}
.co .l .pr {
  display: inline-block;
  width: 100px;
  height: 40px;
  text-align: right;
  font-size: 14px;
  color: #333;
}
.co .l .prxq {
  display: inline-block;
  width: 100px;
  text-align: right;
  font-size: 14px;
  color: #333;
  margin-bottom: 18px;
}
.co .l input {
  height: 40px;
  width: 360px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  padding: 0 15px;
  color: #000;
}
.co .l textarea {
  height: 90px;
  width: 360px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  padding: 15px 15px;
}
.co .l .picture .pr {
  float: left;
}
.co .l .picture .photoWrap {
  float: left;
}
.co .l .picture .photoWrap .addImg {
  background-image: url(shop/img/上传图片2.png);
}
.co .l .picture .photoWrap .addImg input {
  height: 40px;
  width: 360px;
}
.co .l .picture img {
  height: 200px;
  width: 360px;
}
.co .l .tip {
  font-size: 14px;
  margin-left: 100px;
  color: #000;
  margin-top: 20px;
}
.co .l .but {
  text-align: center;
}
.co .l .but .button {
  display: inline-block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  margin: 20px 0;
  background-color: #e05c49;
}
.co .r {
  float: right;
  width: 600px;
  line-height: 50px;
  font-size: 15px;
  color: #000;
  background-color: #f8e1e1;
  padding: 20px;
}
