input[type="text"]:focus {
  border: 1px solid #ced3e5;
  outline: 0;
  transition: border-color 0.5s ease-in-out;
}
select {
  padding-right: 20px;
  background: url('"/assets/home/images/down.png') 370px center no-repeat #fff !important;
  border: 1px solid #ced3e5;
  /* 设置边框样式 */
  /* 移除浏览器的默认样式 */
  /* 移除Chrome和Safari的默认样式 */
  appearance: none;
}
select:focus {
  outline: 0;
  transition: border-color 0.5s ease-in-out;
}

.delete-icon {
  position: absolute;
  top: 0;
  right: -14px;
  z-index: 9999;
}
.dropzone .dz-preview .dz-remove {
  display: none !important;
}
.form-container {
  margin-top: 96px;
}
.form-container .form-box {
  display: flex;
  margin: 0 auto;
  flex-direction: column;
}
.form-container .form-box .tip-top {
  font-size: 16px;
  font-weight: 400;
  color: #df1a1a;
}
.form-container .form-box .form p {
  margin-top: 15px;
  margin-left: 110px;
  font-size: 14px;
  font-weight: 400;
  color: #E82323;
}
.form-container .form-box .form #submit-btn {
  display: flex;
  margin: 35px 0;
  align-items: center;
  justify-content: center;
}
.form-container .form-box .form #submit-btn #submit {
  width: 220px;
  height: 49px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  background: #fca62d;
  border: 0;
  border-radius: 6px;
}
.form-container .form-box .form .span-tip {
  margin-top: 15px;
  margin-left: 110px;
  font-size: 14px;
  font-weight: 400;
  color: #999;
}
.form-container .form-box .form .from-item {
  display: flex;
  margin-top: 30px;
  font-size: 16px;
  align-items: center;
}
.form-container .form-box .form .from-item .item-x {
  font-weight: 700;
  color: #cc1717;
}
.form-container .form-box .form .from-item .item-title {
  width: 80px;
  font-weight: 400;
  color: #333;
}
.form-container .form-box .form .from-item #upload-box {
  display: flex;
  border: none !important;
}
.form-container .form-box .form .from-item #upload-box .upload-img {
  margin: 0;
}
.form-container .form-box .form .from-item .item-input {
  display: flex;
  width: 400px;
  height: 40px;
  margin-left: 16px;
}
.form-container .form-box .form .from-item .item-input .t_input {
  width: 400px;
  height: 40px;
  padding-left: 20px;
  border: 1px solid #ced3e5;
  border-radius: 4px;
  opacity: 1;
}
.btn-box {
	display:flex;
	align-items:center;
	justify-content:center;
	margin:30px auto;
	cursor:pointer;
}
.btn {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 220px;
	height: 49px;
	background: #fca62d;
	border-radius: 6px;
	font-size: 18px;
	font-weight: 400;
	text-align: left;
	color: #ffffff;
}