/********the style of the page*********/
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;
    list-style: none;
    font-family: "微软雅黑";
    -webkit-appearance: none;
}

a {
    color: #2b2b2b;
    text-decoration: none;
}

img {
    border: 0px;
}

body {
    background-color: #f5f5f5
}

.the-header {
    background-color: #4e6ef2;
    height: 6rem;
    font-size: 0.8rem;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.the-header h3{
    line-height: 1.5rem;
    font-weight: 300 !important;
    letter-spacing: 1px;
    color: #fff;
}

.updateBtn button {
    background-color: #4e6ef2;
}

.the-content form.the-forms{
    margin-top: 0.5rem;
    padding: 1rem;
}
.the-content input{
    float: left;
    border: none;
    outline: none;
    padding: 0.6rem 0;
    font-size: 1rem;
    margin:0.8rem auto;
}
.the-content input::-webkit-input-placeholder{
    color: #bcbcbc;
    font-weight: 100;
}
.the-content input.code{
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    text-indent: 20px;
}
.the-content input.close_tel{
    width: 40%;
    background-color: #0097a8;
    border-radius: 0 5px 5px 0;
    color: #fff;
}

.updateBtn button{
    display: inline-block;
    width: 100%;
    padding: 0.6rem 0;
    text-align: center;
    background-color: #e37037;
    font-size: 1rem;
    color: #fff;
    border: none;
    margin: 0.8rem auto;
    outline: none;
    letter-spacing: 0.1rem;
}
.rules {
    padding: 1rem 0;
    font-size: 1rem;
    letter-spacing: 0.1rem;
}

.rules p {
    line-height: 1.5rem;
}

.isPc {
    text-align: center;
    font-size: 1.5rem;
    padding-top: 2rem;
    color: red;
}

