.content{
  position: relative;
  width: 1100px;
  margin: 0 auto;
  padding-top: 16px;
  padding-bottom: 20px;
}
.content .leftBox input{
  width: 1084px;
  height: 60px;
  background: #fff;
  font-size: 20px;
  padding-left: 16px;
  border-radius: 10px;
}
.content .leftBox{
  position: relative;
  color: #333;
}
.content .leftBox1{
  margin-top: 16px;
}
.content .leftBox input::-webkit-input-placeholder{
  color: #d3d3d3;
}
.content .leftBox input::-moz-placeholder{
  color: #d3d3d3;
}
.editor{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  color: #666;
  margin-top: 16px;
  background: #fff;
  padding: 20px 20px 10px;
  border-radius: 10px;
}
.editor .text{
  font-size: 16px;
  width: 100%;
  height: 600px;
  border: none;
  resize: none;
  outline: none;
  overflow: auto;
}
.editor textarea::-moz-placeholder{
  color: #d3d3d3;
}
.editor textarea::-webkit-input-placeholder{
  color: #d3d3d3;
}
.editor .images {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
  
}
.editor .img {
  width: 160px;
  height: 160px;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative
}
.editor .img .file{
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 160px;
  opacity: 0;
}
.editor .img img{
  width: 160px;
  height: 160px;
}
.editor .img .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
}
.btn {
  width: 280px;
  height: 40px;
  background: #ff960e;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 auto;
  margin-top: 59px;
}
.content-type {
  margin-top: 16px;
}
.content-type, .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.item {
  margin-right: 30px;
}
.item .round {
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 16px;
  color: #333;
}
.item .r-select {
  background: #ff960e !important;
}
