@charset "utf-8";

body,
ul,
dl,
dd,
dt,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
img,
td,
div,
input,
textarea,
b,
i,
em,
cite,
hr {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font: inherit;
    vertical-align: baseline;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-style: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
    display: block;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

ul,
ol,
li {
    list-style-type: none;
}

li {
    vertical-align: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

a {
    outline-style: none;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

body,
input,
select,
textarea {
    font-size: 1.4rem;
    outline: none;
    border-radius: 0;
}

input[type='text'],
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
select,
textarea {
    -webkit-appearance: none;
}

object,
embed,
video {
    max-width: 100%;
    border: none;
    margin-top: 3px;
}

img {
    display: block;
    border: none;
    margin-top: 0;
    max-width: 100%;
}

@font-face {
    font-family: 'ABBvoice_Lt';
    src: url('ABBvoice_CNSG_Lt.ttf');
}

/* oss */
/* @font-face{font-family: 'ABBvoice_Lt'; src: url('./ABBvoice_CNSG_Lt.ttf');} */
html,
body {
    height: 100%;
    width: 100%;
    background: #000;
    font-family: 'ABBvoice_Lt', arial, \5b8b\4f53;
}

html {
    font-size: 62.5%;
}

.clearFix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearFix {
    zoom: 1;
}

.main {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    height: auto;
    min-height: calc(100% - 300px);
    padding: 0 0 300px 0;
    background: #fff url(../images/bottom.jpg) no-repeat bottom center;
    background-size: 100% auto;
    position: relative;
}

.main .form {
    width: 574px;
    margin: 170px auto 0 auto;
}

.main .form .input {
    width: 512px;
    height: 76px;
    display: block;
    background: #fff;
    color: #1d1d1d;
    padding: 0 30px;
    font-size: 28px;
    font-weight: bold;
    border: 1px solid #1d1d1d;
}

.main .form .btnBox {
    text-align: center;
}

.main .form .btn {
    width: 208px;
    height: 70px;
    border-radius: 10px;
    color: #fff;
    background-color: #e40011;
    font-weight: bold;
    font-size: 32px;
    cursor: pointer;
    margin: 170px 0 0 0;
}

.main .info {
    width: 578px;
    margin: 30px auto 0 auto;
}

.main .info .txt {
    font-size: 28px;
    line-height: 180%;
    margin: 22px 0 0 0;
}

.main .info .txt .t1 {
    font-weight: bold;
}

.main .info .link {
    display: block;
    width: 208px;
    text-align: center;
    height: 70px;
    line-height: 70px;
    border-radius: 10px;
    color: #fff;
    background-color: #e40011;
    font-weight: bold;
    font-size: 32px;
    cursor: pointer;
    margin: 60px auto 0 auto;
}

.main .noResult {
    margin: 120px 0 0 0;
}

.main .noResult .noInfo {
    line-height: 200%;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

.main .noResult .noInfo span {
    font-size: 28px;
}

.main .noResult .back {
    display: block;
    width: 208px;
    text-align: center;
    height: 70px;
    line-height: 70px;
    border-radius: 10px;
    color: #fff;
    background-color: #e40011;
    font-weight: bold;
    font-size: 32px;
    cursor: pointer;
    margin: 120px auto 0 auto;
}

.certificate {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    height: auto;
    min-height: 100%;
    background: #fff;
    position: relative;
}

.certificate .imgBox {
    width: 552px;
    margin: 60px auto 0 auto;
    padding: 0 0 48px 0;
}

.certificate .imgBox img {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
    border: 13px #ccc solid;
}