/*基于PC尺寸*/
.top {
  width: 1200px;
  height: 183px;
  margin: 0 auto;
  margin-bottom: 15px;
  background: url(/images/top.jpg) center center no-repeat;
}
.cont {
  width: 600px;
  height: auto;
  margin: 0 auto;
  min-height: 500px;
}
.cont .disnone {
  display: none;
}
.cont .disduan {
  width: 350px;
}
.cont .submit {
  width: 80px;
  height: 35px;
  line-height: 35px;
  background: #5FB878;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  margin: 40px auto;
}
.search_jieguo {
  width: 500px;
  display: none;
  height: auto;
  margin: 0 auto;
}
.search_jieguo .search_title {
  width: 500px;
  height: 30px;
  font-size: 16px;
  color: #666;
  text-align: left;
  margin: 0 auto;
}
.search_jieguo .search_cont {
  width: 500px;
  height: 260px;
  padding: 10px;
  border: #eaeaea 1px solid;
  background: #fafafa;
  font-size: 16px;
  margin: 0 auto;
}
.search_jieguo .search_back {
  width: 80px;
  height: 30px;
  cursor: pointer;
  margin: 20px auto;
  background: #FF5500;
  color: #fff;
  text-align: center;
  line-height: 30px;
}
.foot {
  width: 100%;
  height: 204px;
  background: url(/images/hf.jpg) center center no-repeat;
}
/*基于手机端尺寸*/
@media screen and (min-width: 320px) and (max-width: 800px) {
  .top {
    width: 100%;
    height: 27.29468599vw;
    margin: 0 auto;
    margin-bottom: 15px;
    background: url(/images/hg.jpg) center center no-repeat;
    background-size: 100vw 27.29468599vw;
  }
  .cont {
    width: 100%;
    height: auto;
    margin: 0 auto;
    min-height: 200px;
  }
  .cont .layui-form-label {
    text-align: left;
    padding-right: 0;
    width: 60px;
  }
  .cont .layui-input-block {
    margin-left: 90px;
  }
  .cont .disnone {
    display: none;
  }
  .cont .disduan {
    width: 62.80193237vw;
  }
  .cont .submit {
    width: 80px;
    height: 35px;
    line-height: 35px;
    background: #5FB878;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    margin: 30px auto;
  }
  .search_jieguo {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
  .search_jieguo .search_title {
    width: 100%;
    height: 30px;
    font-size: 16px;
    color: #666;
    text-align: left;
    margin: 0 auto;
  }
  .search_jieguo .search_cont {
    width: auto;
    height: 260px;
    padding: 10px;
    border: #eaeaea 1px solid;
    background: #fafafa;
    font-size: 16px;
    margin: 0 auto;
  }
  .search_jieguo .search_back {
    width: 80px;
    height: 30px;
    cursor: pointer;
    margin: 20px auto;
    background: #FF5500;
    color: #fff;
    text-align: center;
    line-height: 30px;
  }
  .foot {
    width: 100%;
    height: 27.29468599vw;
    background: url(/images/hf.jpg) center center no-repeat;
    background-size: 100vw, 27.29468599vw;
  }
}
