body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
}

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

/*i,em{ font-style: normal;}*/
ul, ol, dl, li, dt, dd {
    list-style: none;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html, body {
    font-family: "微软雅黑";
    background: #071312;
}

img {
    border: none;
    max-width: 100%;
}

button {
    border: none;
    background: none;
    cursor: pointer;
}

button::after {
    border: none;
}

input, button, select, textarea {
    outline: none;
    background: none;
    border: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

body {
    background-image: url(../img/login_bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.main {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

.title img {
    width: 100%;
    height: 100%;
    max-width: 383px;
    max-height: 102px;
}

.create-body {
    margin-top: 20px;
    padding: 30px 30px 40px 30px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 10px 10px 16px rgba(4, 40, 124, .17);
}

.form-group label {
    font-weight: normal;
    font-size: 16px;
    line-height: 31px;
}

.btn-box button {
    width: 84px;
    height: 36px;
    border: 1px solid #a3b5ef;
    background: #e8edf7;
    border-radius: 4px;
    font-size: 14px;
    color: #547bd5;
    text-align: center;
    line-height: 36px;
    margin: 0 5px;
}

.btn-box button:hover {
    border: 1px solid #2a5fd8;
    background: #c9daf8;
    color: #2a5fd8;
}

.cover-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    display: none;
    z-index: 998;
}

.tc-box {
    position: absolute;
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 10px 10px 16px rgb(4 40 124 / 17%);
    box-sizing: border-box;
    padding: 25px 0 20px;
    display: none;
    z-index: 999;
}

.agree-btn-close {
    position: absolute;
    width: 45px;
    height: 45px;
    top: -20px;
    right: -20px;
    cursor: pointer;
}

.agreement-con {
    height: 95%;
    overflow-y: auto;
    padding: 0 20px;
}
