html,
body {
    width: 100%;
    height: 100%;
    background: #f7f7f7;

}
.hide {
    display: none;
}

.container {
    padding-top: 30px;
}

.breadcrumb {
    font-size: 16px;
    color: #999999;
    margin-bottom: 20px;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.info-container {
    background-color: #FFF;
    padding: 30px;
    margin-bottom: 20px;
}

.title {
    padding-left: 16px;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    position: relative;
    line-height: 1;
    margin-bottom: 18px;
}

.title::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 7px;
    height: 20px;
    background: #2b79d5;
    border-radius: 7px;
    content: "";
    display: block;
}

.table-title {
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
}

table {
    width: 100%;
    border-color: #f4f4f4;
    font-size: 16px;
    color: #666666;
    border-bottom: 0;
    border-right: 0;
    margin-bottom: 28px;
}

tr {
    height: 60px;
    line-height: 60px;
}

td {
    border-bottom: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;

}

.table-label {
    background: #f8f8f8;
    width: 180px;
    text-align: center;
}

td:nth-child(even) {
    padding-left: 30px;
    width: 390px;
}

.precautions {
    font-size: 14px;
    color: #999999;
    display: flex;
}

.layer {

    z-index: 99;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.layer-container {
    width: 600px;
    height: 500px;
    background: linear-gradient(0deg, #FEF9F8 0%, #F2F9FF 100%);
    border-radius: 20px;
    border: 2px solid #0068B7;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -60%);
    padding: 62px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.layer-title {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 20px;
    color: #0068B7;
    line-height: 1;
    margin-bottom: 29px;
    width: 500px;

}

input {
    width: 500px;
    height: 50px;
    background: #F2F3F5;
    border-radius: 4px;
    border: 0;
    margin-bottom: 30px;
    padding-left: 33px;
    box-sizing: border-box;
    font-size: 16px;
    outline: none;
}

input::placeholder {
    color: #999999;
}

button {
    width: 500px;
    height: 50px;
    background: #0068B7;
    border-radius: 4px;
    text-align: center;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FEF9F8;
    line-height: 50px;
    border: 0;
    margin-bottom: 24px;
    cursor: pointer;
}

.form-info {
    height: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    width: 500px;

}