a {
  text-decoration: none;
}

p {
  margin: 0;
}

* {
  margin: 0;
  padding: 0;
  font-family: Microsoft YaHei,Arial;
  box-sizing: border-box;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

html {
  background: #EBEBEB;
}

body {
  font-size: 14px;
  margin: 0 auto;
  min-width: 320px;
  max-width: 750px;
  background: #fff;
}

.wrap {
  width: 100%;
  height: auto;
}

.wrap .header {
  width: 100%;
  height: 60px;
  position: relative;
  padding: 0 30px;
  padding-bottom: 10px;
  border-bottom: 0px solid #eee;
}

.wrap .header a {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
}

.wrap .header a img {
  width: 100%;
  height: 100%;
}

.wrap .header p {
  text-align: center;
  line-height: 60px;
  color: #222;
  font-size: 34px;
  font-weight: 400;
}

.wrap .info {
  margin-top: 65px;
  width: 100%;
  height: 100vh;
  padding: 0 50px;
}

.wrap .info p {
  color: #222;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .info .info_serch {
  margin-top: 130px;
  width: 100%;
  height: 72px;
  border-radius: 10px;
  border: 1px solid #999;
  background: #FFF;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 20px;
  position: relative;
  overflow: hidden;
}

.wrap .info .info_serch img {
  width: 30px;
  height: 30px;
}

.wrap .info .info_serch input {
  margin-left: 10px;
  padding: 0 10px;
  border: none;
  outline: none;
  width: 80%;
  height: 60px;
  color: #222;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.wrap .info .info_serch input::placeholder {
  color: #ccc;
}

.wrap .info .info_serch .serch_btn {
  height: 72px;
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  border: none;
  background: #F51111;
  font-size: 24px;
  color: #fff;
  padding: 0 35px;
}

@media screen and (max-width: 1023px) {
  body {
    min-width: 42.66667vw;
    max-width: 100vw;
    overflow-x: hidden;
  }
  html {
    overflow-x: hidden;
  }
  .wrap {
    width: 100%;
    height: auto;
  }
  .wrap .header {
    width: 100%;
    height: 8vw;
    position: relative;
    padding: 0 4vw;
    padding-bottom: 1.33333vw;
    border-bottom: 0vw solid #eee;
  }
  .wrap .header a {
    width: 3.2vw;
    height: 3.2vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 4vw;
  }
  .wrap .header a img {
    width: 100%;
    height: 100%;
  }
  .wrap .header p {
    text-align: center;
    line-height: 8vw;
    color: #222;
    font-size: 4.53333vw;
    font-weight: 400;
  }
  .wrap .info {
    margin-top: 8.66667vw;
    width: 100%;
    height: 100vh;
    padding: 0 6.66667vw;
  }
  .wrap .info p {
    color: #222;
    text-align: center;
    font-size: 4.8vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .info .info_serch {
    margin-top: 17.33333vw;
    width: 100%;
    height: 9.6vw;
    border-radius: 1.33333vw;
    border: 0.13333vw solid #999;
    background: #FFF;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 2.66667vw;
  }
  .wrap .info .info_serch img {
    width: 4vw;
    height: 4vw;
  }
  .wrap .info .info_serch input {
    margin-left: 1.33333vw;
    padding: 0 1.33333vw;
    border: none;
    outline: none;
    width: 80%;
    height: 8vw;
    color: #222;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .wrap .info .info_serch input::placeholder {
    color: #ccc;
  }
  .wrap .info .info_serch .serch_btn {
    height: 9.6vw;
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    border: none;
    background: #F51111;
    font-size: 3.2vw;
    color: #fff;
    padding: 0 4.66667vw;
  }
}
