body {
  background: #eee;
}

* {
  margin: 0; padding: 0;
}
.daojishi {
  padding-top: 40px;
}
.h2_text {
  width: 300px;
  text-align: left;
  color:#f45;
  font-size: 30px;
  margin:50px auto 0;
  position: unset;
}
.content_text {
  box-sizing: border-box;
  width:300px;
  margin: 10px auto 0;
  text-align: left;
  color:#f38;
  font-size: 20px;
  padding-left: 40px;
  font-weight: 600;
}

input[type="text"] {
  border: 1px solid #ddd;
  padding: 6px;
  font-size: 18px;
  width: 200px;
  text-transform: uppercase;
  top: 30px;
  left: 130px;
}

input[type="submit"] {
  display: block;
  width: 100px;
  border: 0;
  line-height: 35px;
  height: 35px;
  color: #fff;
  background: mediumpurple;
  font-size: 18px;
  top: 30px;
  left: 350px;
  cursor: pointer;
}

form {
  width: 600px;
  height: 100px;
}
#cnzz_stat_icon_1278300275{
  font-size:10px;
  position: fixed;
  bottom: 15px;
  text-align: center;
  display: block;
  width: 100%;
}
#cnzz_stat_icon_1278300275 a{
  color:#999;
}

@media screen and (max-width: 700px) {
  body, footer, footer a  {
    box-sizing: border-box;
    padding: 0 5%;
  }
  footer, footer a, #cnzz_stat_icon_1278300275 {
    box-sizing: border-box;
    padding: 0 5%;
    left: 0;
  }
} 

