.list_help .left form {
  background: #fff;
  box-shadow: 0 0 1.5rem rgb(229 7 26 / 10%);
  padding: 1.5625rem 2.75rem 4.625rem;
}

.list_help .left form span.title,
.list_help .left form .city-picker-span {
  font-size: 1rem;
  color: #989898;
}

.list_help .left form .city-select-tab>a.active {
  color: #DF1523;
}

.list_help .left form .city-select-tab>a {
  color: #333;
}

.list_help .left form .city-picker-span>.title>span:hover {
  background: transparent;
}

.list_help .left form .city-picker-span>.title>span {
  padding: 0;
  font-weight: normal;
  color: #989898;
}

.list_help .left form .city-picker-span>.title>span::before {
  display: none;
}

.list_help .left form .inp {
  margin-bottom: 0.75rem;
}

.list_help .left form .inp .name {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #989898;
  margin-bottom: 0.625rem;
}
.list_help .left form .inp.inps{
    margin-top: 3%;
}
.list_help .left form .inp input,
.list_help .left form .inp select,
.list_help .left form .inp .city-picker-span {
  border: 1px solid #DCDCDC;
  border-radius: 0.625rem;
  padding: 0 1.25rem;
  font-size: 1rem;
  line-height: 3.4375rem;
  height: 3.4375rem;
  width: 100%;
  color: #989898;
}

.list_help .left form .inp textarea {
  border: 1px solid #DCDCDC;
  border-radius: 0.625rem;
  padding: 0.625rem 1.25rem;
  line-height: 1.875rem;
  font-size: 1rem;
  width: 100%;
  display: block;
  color: #989898;
}

.list_help .left form button {
  line-height: 3.4375rem;
  background: -moz-linear-gradient(0% 50% 0deg, #DF1523 0%, #DF1523 100%);
  background: -webkit-linear-gradient(0deg, #DF1523 0%, #DF1523 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, #DF1523), color-stop(1, #DF1523));
  background: -o-linear-gradient(0deg, #DF1523 0%, #DF1523 100%);
  background: -ms-linear-gradient(0deg, #DF1523 0%, #DF1523 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#DF1523', endColorstr='#DF1523' ,GradientType=0)";
  background: linear-gradient(90deg, #DF1523 0%, #DF1523 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DF1523', endColorstr='#DF1523', GradientType=1);
  text-align: center;
  border-radius: 0.625rem;
  margin-top: 1rem;
  font-size: 1.25rem;
  color: #FFFFFF;
  border: none;
  width: 100%;
}

.list_help .left form button:hover {
  background: #000;
  color: #fff;
}

.list_help .right {
  padding-left: 0.3125rem;
    padding-top: 5%;
}

.list_help .right .fl:nth-child(1) img {
  width: 2.5625rem;
}

.list_help .right .text {
  font-size: 1.125rem;
  line-height: 2.675rem;
  color: #818181;
}

.list_help .right .fl:nth-child(2) {
  width: calc(100% - 2.5625rem);
  padding-left: 1.5rem;
}

.list_help .right .fl:nth-child(2) img {
  width: 4.625rem;
}

.list_help .right .fl:nth-child(2) .text {
  padding: 2.0625rem 0 4.0625rem;
}

.list_help .airport {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 55%;
  transform-origin: left bottom;
  animation: airp 3s 1;
}

@keyframes airp {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@media (max-width: 767px) {
    .list_help .left form{padding: 1.5625rem 0.75rem 0.625rem;}    
}
