@font-face {
  font-family: fzylh;
  src: url(/ZT/wbdl/font/fzylh.eot);
  src: url(/ZT/wbdl/font/fzylh.woff) format("woff"),
    url(/ZT/wbdl/font/fzylh.ttf) format("truetype"),
    url(/ZT/wbdl/font/fzylh.svg) format("svg"),
    url(/ZT/wbdl/font/fzylh.eot) format("embedded-opentype");
  font-weight: 400;
  font-style: normal;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  cursor: pointer;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
header,
menu,
nav,
section {
  display: block;
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
}
input {
  -webkit-appearance: none;
  outline: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a:link,
a:visited {
  text-decoration: none;
}
.clearBoth:after {
  display: block;
  content: ",";
  height: 0;
  visibility: hidden;
  clear: both;
}
.clearBoth {
  zoom: 1;
}
* {
  -webkit-tap-highlight-color: transparent;
}
a:active,
a:hover,
a:link,
a:visited {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "fzylh";
  /* background: #bbf9f3 */
}
/* 报名页 */
.index {
  width: 100%;
  height: 100vh;
  background: url(/ZT/wbdl/images/index-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-content {
  width: 100%;
  height: 12.06rem;
}
.index .index-content .logo {
  display: block;
  width: 1.36rem;
  height: 0.86rem;
  margin: 0 0 0 .44rem;
}
.index .index-content .index-title {
  width: 6.11rem;
  height: 2.16rem;
  margin: -.23rem auto 0.3rem auto;
  background: url(/ZT/wbdl/images/index-title.png) no-repeat;
  background-size: 100%;
}
.index .index-content .index-subheading {
  width: 4.79rem;
  height: 1.10rem;
  margin: 0.30rem auto 0 auto;
  background: url(/ZT/wbdl/images/index-subheading.png) no-repeat;
  background-size: 100%;
}
.index .index-content .buttonList {
  width: 3.69rem;
  height: 1.09rem;
  margin: 6.8rem auto 0 auto;
  overflow: hidden;
}
.index .index-content .buttonList button {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
}
.index .index-content .buttonList button#toSignUp {
  background: url(/ZT/wbdl/images/signUp-button.png) no-repeat;
  background-size: 100%;
}

@media (min-width: 750px) {
  body {
    width: 750px;
    margin: 0 auto;
  }
  /* 报名页 */
  .index {
    width: 750px;
    height: 1624px;
  }
  .index-content {
    width: 100%;
    height: 1206px;
  }
  .index .index-content .logo {
    display: block;
    width: 136px;
    height:86px;
    margin: 0 0 0 44px;
  }
  .index .index-content .index-title {
    width: 611px;
    height: 216px;
    margin: -23px auto 30px auto;
  }
  .index .index-content .index-subheading {
    width: 479px;
    height: 110px;
    margin: 30px auto 0 auto;
  }
  .index .index-content .buttonList {
    width: 369px;
    height: 109px;
    margin: 680px auto 0 auto;
  }


}
@media only screen and (min-device-width: 320px) and (max-device-width: 374px) {
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body {
    max-width: 768px;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body {
    max-width: 1024px;
  }
}
