* {
  margin: 0;
  padding: 0;
  font-family: 'microsoft yahei';
}
html,
body {
  width: 100%;
  min-width: 1366px;
  background: white;
}
.header {
  width: 100%;
  height: 100px;
  overflow: hidden;
}
.header h1 {
  width: 1100px;
  height: 175px;
  text-align: left;
  margin: 0 auto;
  margin-top: 20px;
}
.main {
  margin-top: 30px;
  width: 100%;
  height: 600px;
  position: relative;
  top: 0;
  left: 0;
  background: #77c7be;
}
.main img {
  width: 100%;
}
.main .main-01 {
  position: absolute;
  width: 350px;
  height: 540px;
  background: #f5f6f5;
  top: 5%;
  left: 20%;
  box-sizing: border-box;
  border-radius: 8px;
  overflow: hidden;
}
.main .main-01 .main-01_p0 {
  float: left;
  width: 100%;
  background: #77c7be;
  text-align: center;
  line-height: 60px;
  font-weight: 700;
  cursor: pointer;
  margin-bottom: 15px;
}
.main .main-01 .main-01_p0 a {
  display: block;
  width: 100%;
  height: 100%;
  color: white;
  font-size: 16px;
}
.main .main-01 input {
  display: block;
  margin: 10px auto;
  width: 80%;
  height: 35px;
  background: white;
  border: none;
  outline: none;
  text-indent: 1em;
}
.main .main-01 .main-01_div0 {
  text-align: left;
  width: 80%;
  height: 30px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 10px;
  line-height: 30px;
  font-size: 14px;
  color: #a2a4a3;
  text-indent: 5px;
}
.main .main-01 .main-01_div0 input {
  float: left;
  margin-top: 7px;
  margin-left: 5px;
  width: 18px;
  height: 18px;
  background: white;
  border: none;
  outline: none;
  cursor: pointer;
}
.main .main-01 .main-01_div0 a {
  font-size: 14px;
  color: #0061ae;
  text-decoration: none;
}
.main .main-01 button {
  display: block;
  margin: 15px auto;
  width: 80%;
  height: 45px;
  background: #5ca29a;
  border: none;
  outline: none;
  color: white;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
}
.main .main-01 .main-01_div1 {
  text-align: center;
  width: 80%;
  height: 30px;
  margin: 15px auto;
  line-height: 30px;
  overflow: hidden;
}
.main .main-01 .main-01_div1 p {
  font-size: 14px;
  color: #a2a4a3;
}
.main .main-01 .main-01_div1 p a {
  font-size: 14px;
  color: #0061ae;
  text-decoration: none;
}
