/*研讨会报名*/
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, img, strong, i, dl, dt, dd, ol, ul, li, form, label, table, tbody,
tfoot, thead, tr, th, td, footer, header, nav {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ol, ul , li { list-style: none; border: 0; }
select {
    -webkit-appearance: none; /* 移除Safari和Chrome等Webkit浏览器的默认样式 */
    -moz-appearance: none;    /* 移除Firefox的默认样式 */
    -ms-appearance: none;     /* 移除IE的默认样式 */
    appearance: none;          /* 标准的appearance属性，将在以后的浏览器版本中使用 */
}
img { display: block; }
a { text-decoration:none;}
.c-red { color: #f00 !important; }
.layui-layer-loading .layui-layer-content { margin: 0 auto; }
[v-cloak] { display: none; }
.main-body {
    display: flex;
    flex-direction: column;
    max-width: 640px;
    width: 100%;
    min-height: 100vh;
    background-color: #ffffff;
    box-shadow: 0 0 6px rgba(0, 0, 0, .2);
    margin: 0 auto;
}

.form-title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 25px 30px 20px;
}
.form-content {
    padding: 35px 30px 60px;
}
.form-content p {
    line-height: 1.6;
    font-size: 14px;
    font-weight: bold;
    text-align: justify;
    margin: 16px 0;
}