body {
    margin: 0px;
    height: 100vh;
}

.div_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.display_none {
    display: none;
}

.index_title {
    text-align: center;
    font-weight: bold;
    font-size: 50px;
}

.pwd_state {
    position: absolute;
    right: 45px;
    line-height: 25px !important;
}

#dataInput label {
    font-size: 22px;
}

.send_input_btn {
    margin: 10px;
    width: 75px;
    height: 30px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 10px;
    border: none;
    box-shadow: 0px 0px 2px #7F7F7F;
    background-color: #F0F0F0;
    margin-bottom: 10px;
}

.send_input_btn:hover {
    box-shadow: none;
}

.result_canvas {
    position: relative;
    width: 900px;
    height: 600px;
    border: 1px solid;
    margin: auto;
    background-color: #FFA8CE;
}

.now_circle {
    position: absolute;
    display: flex;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 22px;
}

.now_circle_label .four {
    display: inline-block;
    width: 45px;
}

.now_circle_label label {
    font-weight: bold;
    color: #4168C9;
}

.gender_show_male {
    position: absolute;
    width: 25px;
    transform: rotate(90deg);
    top: 30px;
    left: 139px;
}

.gender_show_male hr {
    border: 1px solid red;
}

.gender_show_female {
    position: absolute;
    width: 25px;
    height: 15px;
    transform: rotate(90deg);
    top: 30px;
    left: 139px;
    border-bottom: 2px solid red;
    border-top: 2px solid red;
}

#age_conflict_show {
    position: absolute;
    width: 35px;
    top: 310px;
    left: 250px;
    text-align: center;
    color: #FF0000;
    font-weight: bold;
    font-size: 32px;
}

.flow_table {
    position: absolute;
    width: 580px;
    top: 50%;
    left: 300px;
    transform: translateY(-50%);
    border: 1px solid;
}

.flow_table table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.flow_table td,
.flow_table th {
    position: relative;
    border: 1px solid;
    border-left: 0px;
    text-align: left;
    padding: 6px;
    width: 125px;
    height: 122px;
}

.flow_table td:nth-child(odd) {
    border-right: 1px dashed;
    width: 20px;
}

.flow_table label.zodiac {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 22px;
}

.flow_table label.title_one {
    position: absolute;
    bottom: 5px;
    left: 5px;
    font-size: 40px;
}

.flow_table label.title_two {
    position: absolute;
    bottom: 5px;
    left: 0px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 34px;
}

.flow_table label.tianshang {
    position: absolute;
    display: inline-block;
    font-size: 20px;
    width: 70px;
    top: 5px;
    color: #4168C9;
}

.flow_table label.previous {
    position: absolute;
    display: inline-block;
    font-size: 20px;
    width: 70px;
    bottom: 5px;
    right: 5px;
    text-align: end;
    color: #4168C9;
}

.flow_table label.four {
    width: 45px;
}

.flow_table label.sign {
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    color: #4168C9;
    border: 2px solid red;
    border-radius: 50%;
    width: 22px;
    text-align: center;
}

.flow_table label.sign.sign_1 {
    top: 20px;
    right: 22px;
}

.flow_table label.sign.sign_2 {
    top: 50px;
    right: 22px;
}

.flow_table label.sign.sign_3 {
    top: 20px;
    right: 45px;
}

.flow_table label.sign.sign_4 {
    top: 50px;
    right: 45px;
}

.flow_table label.sign.sign_5 {
    top: 80px;
    right: 45px;
}

.flow_number_div {
    font-size: 12px;
    text-align: center;
    color: #4168C9;
}

.flow_number_div .mark {
    border: 1px solid red;
}

#logo_img {
    position: absolute;
    top: 16px;
    right: 10px;
}

#note_canvas {
    position: absolute;
    margin: auto;
}

#action_div {
    position: absolute;
    width: 55px;
}

#action_div input[type=radio] {
    display: none;
}

.action_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 18px;
    border-radius: 10px;
    border: 0px;
    box-shadow: 0px 0px 2px #7F7F7F;
    background-color: #F0F0F0;
    margin-bottom: 10px;
    min-width: 30px;
    min-height: 30px;
}

#action_div input:checked~label {
    background-color: #FFE699;
}