.all {
  background: -webkit-gradient(linear, left top, left bottom, from(#E4EDFA), color-stop(20%, rgba(239, 243, 249, 0))), #FFFFFF;
  background: linear-gradient(180deg, #E4EDFA 0%, rgba(239, 243, 249, 0) 20%), #FFFFFF;
}
.all .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: center;
          position: relative;
          z-index: 2;
}
.all .search>div{
    margin: 0 10px;
    position: relative;
}
.input_close{
    display: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}
.all .search > div:nth-child(1),.all .search > div:nth-child(2) {
  width: 310px;
}
.all .layui-input {
  height: 50px;
  border-radius: 0px 20px 0px 20px;
  padding: 0 40px 0 20px;
}
.all .layui-form-select .layui-edge {
  right: 30px;
}
.layui-form .common_btn svg{
    position: relative;
    z-index: 2;
    margin-left: 12px;
}
@media screen and (max-width: 1700px) {
    .all .layui-input {
        border-radius: 0px 15px 0px 15px;
        
    }
}
@media screen and (max-width: 1200px){
    .all .search>div {
        margin: 0 6px;
    }
}
@media screen and (max-width: 768px){
    .all .search > div{
        margin: 0;
    }
    .all .search{
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .all .search > div:nth-child(1){
        width: 70%;
        margin-bottom: 15px;
    }
    .all .search > div:nth-child(2){
        width: calc(70% - 132px);
        margin-right: 12px;
    }
}
@media screen and (max-width: 500px){
    .all .search > div:nth-child(1){
        width: 100%;
    }
    .all .search > div:nth-child(2){
        width: calc(100% - 132px);
    }
}
