/* CSS Document */
body, h1, h2, h3, p, dl, dd, ol, ul, th, td, fieldset, input, button, textarea, form, canvas, audio, video, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    margin: 0;
    padding: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    word-wrap: break-word
}

h1, h2, h3 {
    font-size: 100%
}

ol, ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: inherit
}

img {
    border: 0;
    width: 100%;
    -ms-interpolation-mode: bicubic
}

cite, em, s, i, b {
    font-style: normal
}

input, button, textarea, select {
    font-size: 100%
}

input, button, select, textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    background: #fff;
    border: 0
}

body, input, button, textarea, select, option {
    font-size: normal;
    font-family: "Microsoft YaHei";
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

a, input, textarea {
    text-decoration: none;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

a {
    color: #fff;
}

li, img, label, input {
    vertical-align: middle
}

var {
    font-style: normal
}

ins {
    text-decoration: none
}

abbr, acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

button, select {
    text-transform: none
}

button[disabled], html input[disabled] {
    cursor: default
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px
}

button, input, select, textarea {
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
    -webkit-user-select: auto;
}

button::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=button]::-moz-focus-inner, input[type=submit]::-moz-focus-inner, input[type=file] > input[type=button]::-moz-focus-inner {
    border: 0;
    padding: 0
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
    -webkit-user-select: auto;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: PingFang SC, "Microsoft Yahei",  "微软雅黑", Arial,"Roboto", "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC";
    margin: 0 auto;
    background: url("../img/bodybg.jpg") repeat-y;
    background-size: 100% auto;
    color: #fff;
}

input:focus, textarea:focus {
    outline: none;
}


.box {
    max-width: 18.75rem;
    margin-left: auto;
    margin-right: auto;
    min-height: 100vh;
}

.page1 {
    background: url("../img/pagebg.png") no-repeat center top;
    box-sizing: border-box;
    background-size: 100% auto;
    padding-top: 6.5rem;
}
.page2 {
    background: url("../img/pagebg.jpg") no-repeat center top;
    box-sizing: border-box;
    background-size: 100% auto;
    padding-top: 6.5rem;
}
.title {
    font-size: .8rem;
    font-weight: 600;
    line-height: 1.5;
}

.info {
    font-size: .65rem;
    line-height: 1.5;
    text-align: left;
    white-space: pre-wrap;
    margin-top: .5rem;
    letter-spacing: 2px;
}

.mkbox {
    margin-top: .8rem;
}

.mktitle {
    font-size: .7rem;
    font-weight: 600;
    margin-bottom: .5rem;
}

.mkcont {
    font-size: .65rem;
    line-height: 1.8;
    text-align: left;
    white-space: pre-wrap;
}

.talbe table {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 100%;
}

.talbe table tr td {
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    padding: .2rem;
}

.logo {
    width: 8rem;
}

.logotop {
    width: 100%;
}

.talbe table tr td {
    word-wrap: break-word;
}

.title {
    padding: 0rem 1.1rem 0;
    margin: 0 .6rem;
}

.minpagecont {
    padding: 0 1.7rem 2rem;
    min-height: calc(100vh - 16rem)
}
