html * {
    margin: 0 auto;
    padding: 0 auto;
    text-align: center;
}

.box {
    text-align: center;
    margin-top: 30px;
    width: 860px;
    border: 1px solid #ccc;
    background: rgba(0, 0, 0, .01);
    padding: 30px;
    border-radius: 5px;
}

.h2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    color: #c32323;
}

img {
    width: 800px;
}

.button {
    display: inline-block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    background-color: #326de4;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 15px;
    text-decoration: none;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    user-select: none;
    outline: none;
    font-weight: lighter;
    box-sizing: border-box;
    transition: color .2s linear, background-color .2s linear, border .2s linear, box-shadow .2s linear;
}

table {
    margin-top: 30px;
    margin-bottom: 20px;
}

tr {
    margin-bottom: 15px;
    line-height: 30px;
}

td {
    display: inline-block;
    line-height: 30px;
}

.left {
    text-align: right;
    vertical-align: top;
    width: 220px;
}

.right {
    text-align: left;
    width: 350px;
}

#header {
    width: 100%;
    background: #326de4 url("image/headerbg.png") no-repeat left top;
    background-size: auto 100%;
    height: 70px;
}

#footer {
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: #eeeeee;
    height: 50px;
    line-height: 50px;
    width: 100%;
}

.footer-item {
    float: left;
    width: 200px;
    border-right: 1px solid #ccc;
    box-shadow: 4px 4px 4px #ccc;
    vertical-align: middle;
}


.warning-box {
    position: fixed;
    left: 300px;
    margin-top: 200px;
    height: 100%;
    width: 100%;
    background: url("../image/warning.png") no-repeat;
}

#phone #header {
    height: 5em;
}

#phone .box {
    font-size: 2em;
    width: 100%;
    padding: 0;
    padding-bottom: 30px;
}

#phone .left {
    width: 10em;
}

#phone .right {
    width: 12em;
}

#phone .button {
    /* font-size: inherit; */
    /* width: 5em; */
    width: 10em;
    height: 2.5em;
    line-height: 2.5em;
}

.b-loading,
.b-loading-top {
    position: fixed;
    top: 0px;
    filter: alpha(opacity=80);
    background-color: #fff;
    z-index: 1002;
    left: 0px;
    opacity: 0.8;
    height: 100%;
    width: 100%;
    text-align: center;
}

.b-loading-box {
    position: absolute;
    top: 45%;
    width: 100%;
}

.b-loading-logo {
    width: 16px;
    height: 16px;
    border: 0;
    background: url("../image/loading.gif");
    margin: 5px auto;
}

.b-loading-content {
    padding-left: 18px;
}