body {
    background-color: #f6f6f6;
}

.main {
    width: 1400px;
    height: auto;
    background-color: #fff;
    padding: 50px;
}

.message-title {
    width: 100%;
    height: 60px;
    /* background-color: #fff; */
    line-height: 30px;
    text-align: center;
    margin-bottom: 10px;
}

hr.new {
    width: 1400px;
    border-top: 1px dashed #000;
    margin: auto;
}

.message-content {
    width: 100%;
    height: auto;
    margin-top: 20px;
    /* padding: 0 50px 0 50px; */
}


table,
table tr th,
table tr td {
    border: 1px solid rgb(221, 221, 221);
}

table {
    width: 1000px;
    min-height: 50px;
    line-height: 50px;
    margin: 20px auto;
    text-align: center;
    border-collapse: collapse;
    padding: 2px;
}

/* .main input {
    width: 60px;
    height: 30px;
    background-color: #1287d5;
    color: #fff;
    display: block;
    margin: auto;
} */

button {
    width: 200px;
    height: 60px;
    font-size: 25px;
    background-color: #21bf73;
    color: white;
    border: none;
    border-radius: 10px;
    display: block;
    margin: auto;
}

.form_1 {
    width: 400px;
    height: 250px;
    border: 3px solid #f8f8f8;
    visibility: hidden;
    position: absolute;
    top: 50%;
    left: 40%;
    z-index: 999;
    opacity: 1;
    overflow: hidden;
    background-color: white;
    text-align: center;
    border-radius: 10px;
}

.open {
    visibility: visible;
    opacity: 1;
}

.input_1 {
    margin-top: 15px;
    width: 100%;
    height: 40px;
    line-height: 40px;
}

input {
    width: 280px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #e5dfdf;
    line-height: 30px;
}

.input_1 .login_logo {
    text-align: left;
    font-size: 20px;
    font-weight: 300;
    padding-left: 30px;
    float: left;
}

.input_1 .close {
    width: 20px;
    height: 20px;
    color: #5d5d5d;
    text-align: center;
    line-height: 20px;
    border: 1px solid #5d5d5d;
    border-radius: 50%;
    float: right;
    padding-top: 0px;
    margin-right: 10px;
    font-size: 12px;
}

.input_1 .close:hover {
    cursor: pointer;
}

hr {
    background-color: #F8F8F8;
}

.input_1 .submit_1 {
    border: 2px solid #f88020;
    height: 40px;
    background-color: white;
}

.input_1 .submit_1:hover {
    background-color: #f88020;
    color: white;
}

.test {
    overflow: hidden;
}

#btn_2 {
    background-color: #F88020;
}

.dialog {
    width: 300px;
    height: 120px;
    border: 2px solid #46b3e6;
    overflow: hidden;
    visibility: hidden;
    z-index: 999;
    overflow: hidden;
    opacity: 1;
    position: absolute;
    background-color: white;
    margin-top: 5%;
    margin-left: 40%;
}

.dialog .title {
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    margin-top: 28px;
    margin-bottom: 25px;
}

.dialog .btn_2 {
    width: 50%;
    height: 40px;
    float: left;
    background-color: #dff6f0;
    line-height: 40px;
    color: black;
    text-align: center;
    margin-bottom: 0px;
}

.dialog .btn_2:hover {
    background-color: #F88020;
}

.dialog .close_1 {
    overflow: hidden;
    width: 50%;
    height: 40px;
    background-color: red;
    margin-bottom: 0px;
    line-height: 40px;
    color: white;
    text-align: center;
}

.dialog .close_1:hover {
    background-color: #f4f4f4;
    color: red;
    cursor: cell;
}