body {
    margin: 0;
}

dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
span,
a,
input,
textarea,
p,
blockquote,
th,
td,
header,
nav,
footer,
article,
section,
aside,
time,
figure {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 14px;
    font-weight: normal
}

ul {
    list-style: none
}

legend {
    display: none
}

fieldset,
img {
    border: none;
    vertical-align: middle
}

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

input,
button,
textarea {
    outline: none;
    border: 0;
    vertical-align: middle;
    border: 0;
    font-family: Microsoft YaHei
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    -webkit-appearance: none;
    border-radius: 0
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

textarea {
    resize: none
}

html {
    height: 100%;
    -webkit-text-size-adjust: none;
    overflow: hidden
}

body {
    font: 20px/20px Microsoft YaHei;
    position: relative;
    margin: 0 auto;
    color: white;
    min-width: 320px;
    word-break: break-all;
    height: 100%;
    overflow: hidden;
}

body a {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

body a:hover,
body a:active,
body a:focus {
    text-decoration: none;
    outline: none
}

.content {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-image: url(../image/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.name,.bc_date {
    width: 50%;
    font-size: 20px;
    border-radius: 10px;
    padding: 10px 5px;
    margin: 10px auto;
    display: block;
    text-align: center;
    border: 1px solid #ddd;
}
.bc_date{
    outline:none;
}
.image {
    position: absolute;
    top: 0;
    height: 0;
    height: 100%;
    width: 100%;
    display: none;
    background-color: rgba(0, 0, 0, .8);
}

.image img {
    width: 70%;
    position: relative;
    top: 20px;
    left: 15%;
}

#thecanvas {
    position: absolute;
    bottom: -1000px;
    left: 0;
}

.commit {
    background-color: #e60012;
    width: 50%;
    font-size: 20px;
    border-radius: 10px;
    padding: 10px 5px;
    margin: 10px auto;
    display: block;
    text-align: center;
    color: #fff;
}

.btn_save {
    width: 50%;
    padding: 10px 5px;
    border-radius: 10px;
    margin: 0 auto;
    display: block;
    background-color: #ddd;
    text-align: center;
}

.btn_close {
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    top: 10px;
    border: 1px solid #fff;
    right: 10px;
    /*    margin-left: -17.5px;*/
    text-align: center;
    line-height: 25px;
    font-weight: lighter;
    font-size: 25px;
    color: #fff;
}

.image p {
    margin-top: 35px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.loading {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../image/loading.gif);
    background-size: 25px 25px;
    background-position: center;
    background-color: rgba(0, 0, 0, .8);
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    display: none;
}

.top_img {
    background-image: url(../image/xiaohongben.png);
    width: 50%;
    height: 24%;
    margin: 35% auto 10%;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
}

.notice {
    width: 70%;
    margin: 5px auto;
    font-size: 12px;
    text-align: center;
    color: #fff;
}

@media screen and (max-height:480px) {
    .notice {
        width: 60%;
    }
    .image img {
        width: 60%;
        left: 20%;
    }
}

.divorce {
    font-size: 16px;
    color: #e60012;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: -5px;
    text-decoration: underline;
}

span.txt {
    display: block;
    text-align: center;
    color: #e60012;
    font-size: 15px;
    text-decoration: underline;
    line-height: 30px;
}
