html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1.5em;
}

.center {
    width: 1100px;
    margin: 0 auto;
}

.seat {
    margin: 0 20%;
    height: 66px;
}

.seat tr td {
    font-size: 17px;
    line-height: 66px;
    color: #666666;
}

.seat tr td a {
    font-size: 17px;
    color: #666666;
    font-weight: bold;
    cursor: default;
}

.cx {
    font-size: 17px;
    color: #666666;
    font-weight: bold;
    cursor: default;
}

.center .centerL {
    margin: 0 20%;
}

.center .centerL {
    padding: 15px 30px 30px;
    border: solid 1px #e9e9e9;
    width: 700px;
    float: left;
    background-color: #ffffff;
}

.cenBg {
    overflow: hidden;
    background: #fff url(../image/bg.png) no-repeat center bottom;
}

.applicationNav {
    border-bottom: 1px solid #dcdcdc;
    height: 48px;
}

.applicationNav>span {
    border-bottom: 3px solid #1f59d8;
    font-size: 19px;
    height: 48px;
    line-height: 45px;
    display: inline-block;
}

.formBox {
    width: 455px;
    margin: 0 auto;
    padding: 35px 0 112px;
}

.formName {
    margin: 20px 0;
    width: 455px;
    height: 45px;
    border: solid 1px #dcdcdc;
    background-color: #fafafa;
}

.formCode {
    position: relative;
    margin: 20px 0;
    width: 260px;
    height: 45px;
    border: solid 1px #dcdcdc;
    background-color: #fafafa;
}

img {
    box-sizing: border-box;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
}

.loadAlert>#okAlert {
    background: #1F59D8;
}