.list_1 {
  max-width: 1200px;
  width: 90%;
  min-height: 851px;
  margin: 0 auto;
  /* margin-top: 115px; */
  margin-top: 35px;
  background-color: #fff;
  border-radius: 20px;
  padding: 60px 50px;
  box-sizing: border-box;
  font-family: 'Regular';
}
.list_1 .tap {
  font-size: 40px;
  line-height: 40px;
  font-family: 'AtAeroMedium';
  margin-bottom: 100px;
}
.list_1 .tap .iconfont {
  font-size: 40px;
  color: #000;
  font-weight: bold;
  font-family: 'AtAeroMedium';
  cursor: pointer;
}
.list_1 .f20 {
  font-size: 20px;
  line-height: 20px;
  font-family: 'AtAeroMedium';
  margin: 40px 0 25px;
}
.list_1 input {
  max-width: 660px;
  width: 100%;
  height: 60px;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding-left: 15px;
  box-sizing: border-box;
  font-family: 'Regular';
}
.list_1 textarea {
  max-width: 660px;
  width: 100%;
  min-height: 180px;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 20px 17px;
  box-sizing: border-box;
  font-family: 'Regular';
}
.list_1 .item {
  width: 127px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: 'Regular';
  border: 1px solid #bbb;
  border-radius: 5px;
  margin-top: 20px;
  cursor: pointer;
}
.list_1 .upload-tip{
  font-size: 12px;
  color: #ccc;
  margin-top: 5px;
}
.list_1 .item img {
  width: 16px;
  height: 14px;
  margin-right: 10px;
}
.list_1 .btn {
  width: 225px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #19C76B;
  color: #fff;
  font-size: 16px;
  font-family: 'Regular';
  border-radius: 25px;
  margin-top: 40px;
  border: 0;
  cursor: pointer;
  /* transform: translateX(100%); */
}
.el-rate__icon {
  font-size: 28px;
}
#uploadInput{
  opacity: 0;
  height: 0;
  width: 0;
  padding: 0;
}
.upload-preview{
  display: flex;
  gap: 2vw;
  flex-wrap: wrap;
  width: 100%;
  max-width: 300px;
}
.upload-preview .img{
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.upload-preview img{
  /* width: 60px; */
  /* height: 60px; */
  /* width: 100px;
  height: 100px;
  object-fit: contain; */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.suggest{
  color: #888;
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (max-width: 768px){
  .list_1{
    padding:6vw;
  }
  .list_1 .tap{
    font-size: 24px;
    margin-bottom: 13vw;
  }
  .list_1 .tap .iconfont{
    font-size: 24px;
  }
}