@font-face {
    font-family: fzylh;
    src: url(../font/fzylh.eot);
    src: url(../font/fzylh.woff) format("woff"),
    url(../font/fzylh.ttf) format("truetype"),
    url(../font/fzylh.svg) format("svg"),
    url(../font/fzylh.eot?iefix) 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";

}

/* 报名页 */
.index {
    width: 100%;
    height: 100vh;
    background: url(../images/index-bg.jpg) no-repeat;
    background-size: 100%;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-content {
    width: 100%;
    height: 12.06rem;
}

.index .index-content .index-title {
    width: 6.1rem;
    height: 2.72rem;
    margin: .44rem auto 1.08rem auto;
    background: url(../images/index-title.png) no-repeat;
    background-size: 100%;
}

.index .index-content .card {
    width: 6.8rem;
    height: 2.7rem;
    margin: 0 auto .6rem auto;
    background: url(../images/card.png) no-repeat;
    background-size: 100%;
}

.index .index-content .buttonList {
    width: 5.16rem;
    height: auto;
    margin: 0 auto 0 auto;
    overflow: hidden;
}

.index .index-content .buttonList button {
    display: block;
    width: 5.16rem;
    height: 1.08rem;
    outline: none;
    border: none;
}

.index .index-content .buttonList button#notRegistered {
    background: url(../images/btn-1.png) no-repeat;
    background-size: 100%;
}

.index .index-content .buttonList button#registered {
    background: url(../images/btn-2.png) no-repeat;
    background-size: 100%;
    margin-top: .4rem;
}
.index .index-content .buttonList button#check {
    background: url(../images/btn-3.png) no-repeat;
    background-size: 100%;
    margin-top: .4rem;
}

@media (min-width: 750px) {
    body {
        width: 750px;
        margin: 0 auto;
    }

    /* 报名页 */
    .index {
        width: 100%;
        height: 1624px;
    }

    .index-content {
        width: 100%;
        height: 1206px;
    }

    .index .index-content .index-title {
        width: 610px;
        height: 272px;
        margin: 44px auto 108px auto;
    }

    .index .index-content .card {
        width: 680px;
        height: 270px;
        margin: 0 auto 60px auto;
    }

    .index .index-content .buttonList {
        width: 516px;
        height: auto;
        margin: 0 auto 0 auto;
        overflow: hidden;
    }

    .index .index-content .buttonList button {
        display: block;
        width: 516px;
        height: 108px;
        outline: none;
        border: none;
    }

    .index .index-content .buttonList button#registered {
        margin-top: 40px;
    }
    .index .index-content .buttonList button#check {
        margin-top: 40px;
    }
}

@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;
    }
}
