#Product-Loading-Content {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 999;
}

.Loading_box {
    position: absolute;
    width: 100vw;
    height: 30vw;
    left: 0vw;
    top: 10rem;
    display: flex;
}

.Loading_i {
    position: relative;
    margin: 3rem auto;
    width: 5rem;
    height: 5rem;
}

#Loading_i2 {
    margin: 0;
    pointer-events: none;
    display: none;
}

.Submit_button p {
    pointer-events: none;
    user-select: none;
    margin: 0;
}

#Loading_i3 {
    width: 1.5rem !important;
    height: 1.5rem !important;
}

[data-loader='circle-side'] {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;

    -webkit-animation: circle infinite .75s linear;
    -moz-animation: circle infinite .75s linear;
    -o-animation: circle infinite .75s linear;
    animation: circle infinite .75s linear;

    border: 2px solid #fff;
    border-top-color: rgba(0, 0, 0, .2);
    border-right-color: rgba(0, 0, 0, .2);
    border-bottom-color: rgba(0, 0, 0, .2);
    border-radius: 100%;
}

@-webkit-keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* ===================================================== */
#Product-Register-Content {
    margin: 0 auto;
    max-width: 1600px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-family: Arial;
    /* font-family: 'Microsoft YaHei'; */
}

#Product-Input-Content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 7.5px;
}

#Product-Rigester-Message-Content {
    display: none;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 7.5px;
}

#Product-Rigester-Message-Content p {
    width: 95%;
    font-size: 1.3rem;
    margin: 0;
}

.Input-Content {
    position: relative;
    height: 2.5rem;
    width: 95%;
    padding-top: 0.5rem;
    margin: 1rem 0 0.5rem 0;
}

/* ------------------------------------------ */

#select ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

#select {
    background: rgba(0, 0, 0, 0);
    height: 2.7rem;
    font-family: "Microsoft YaHei";
    color: white;
    border: 1px black solid;
    border-radius: 5px;
    cursor: pointer;
}

.select-head {
    overflow: hidden;
    padding: 0.8rem 0.5rem;
}

.select-head .select-head-cont {
    float: left;
    color: white;
    user-select: none;
    white-space: nowrap;
}

.select-head span {
    font-weight: 200;
    font-size: 1.3rem;
    margin-top: -0.1rem;
    margin-left: 0rem;
}

.option {
    text-indent: 10px;
    width: 100%;
    height: 15rem;
    overflow-y: auto;
    margin: 0rem auto auto -0.1rem !important;
    padding-right: 0.25rem !important;
    color: black;
    background: white;
    line-height: 2rem;
    border-radius: 5px;
    display: none;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12);
}

.option-item {
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    padding: 0.5rem;
    user-select: none;
    cursor: pointer;
    white-space: nowrap;
}

.option-item:hover {
    background: rgb(246, 246, 246)
}

/* ------------------------------------------ */

.Input-Content label {
    position: absolute;
    top: 1rem;
    margin-left: 0.5rem;
    font-size: 1.3rem;
    color: black;
    font-weight: 300;
    z-index: 1;
    transition: .3s;
    user-select: none;
    background: white;
    pointer-events: none;
    text-transform: none;
}

*, input, :before, :after {
    box-sizing: content-box;
}

.Input-Content input {
    position: relative;
    height: 100%;
    width: 100%;
    border: none;
    outline: none;
    box-sizing: border-box;
    padding-top: 0.5rem;
    color: black;
    font-size: 1.3rem;
    border-bottom: black 2px solid;
    font-weight: 400;
}

.Input_Blue {
    border-bottom: rgb(30, 144, 255) 2px solid !important;
}

.Input_Red {
    border-bottom: red 2px solid !important;
}

.Input_Black {
    border-bottom: black 2px solid !important;
}

.Input_Gray {
    border-bottom: gray 2px solid !important;
}

.Input_msg {
    font-size: 0.8rem;
    line-height: 0.9rem;
    color: black;
    width: 95%;
    margin-top: 0.3rem;
    margin-bottom: 0.1rem;
    margin-left: 0.3rem;
    user-select: none;
    transition: .3s;
}

.Input_box1 {
    z-index: 3;
}

.Input_box4 {
    display: none;
    margin-top: 0rem;
}

.I_msg4 {
    display: none;
}

.Submit_button {
    cursor: pointer;
    border-width: 0px;
    border-radius: 3px;
    background: #1E90FF;
    outline: none;
    width: 95%;
    text-align: center;
    text-transform: uppercase;
    color: white;
    font-weight: 700;
    font-size: 1.37rem;
    overflow: hidden;
    margin-top: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.5rem;
}

.animation_input {
    font-size: .9rem !important;
    top: -0.35rem !important;
    margin-left: 0.15rem !important;
}

.animation_select {
    font-size: 1rem !important;
    top: -0.18rem !important;
    margin-left: 1rem !important;
}

/* =============================================================== */
/* Rigestered */

#Product-Table-Rigestered-Content {
    display: none;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 15px;
    padding-bottom: 1rem;
}

#Product-Table-Rigestered-Content p {
    font-size: 1.5rem;
    color: #555;
    margin: 0.5rem 0 0.7rem 0.5rem;
}

.Rigestered_table {
    position: relative;
    width: 98%;
    margin: 0;
    padding-bottom: 1rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;
}

/* =============================================================== */
/* ToRigester */

#Product-Table-ToRigester-Content {
    display: none;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 15px;
    padding-bottom: 1rem;
}

#Product-Table-ToRigester-Content p {
    font-size: 1.5rem;
    color: #555;
    margin: 0.5rem 0 0.7rem 0.5rem;
}

.ToRigester_table {
    position: relative;
    width: 98%;
    margin: 0;
    padding-bottom: 1rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;
}

/* =============================================================== */
.Rigester_title {
    width: 98%;
}

table {
    background: white;
    border-collapse: collapse;
    width: 98%;
    font-size: 1rem;
    border: none;
    margin: auto;
    border: 2px white solid;
}

table thead,
table tbody {
    flex-wrap: wrap;
}

table tr {
    width: 100%;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    background: rgb(222, 222, 222);
    color: #999999;
}

table th,
table td {
    padding: 0.25rem;
    width: 12.5%;
    text-align: center;
    border: none;
}

thead th:first-child {
    width: 50%;
}

tbody th:first-child {
    width: 50%;
}

tbody td:first-child {
    width: 50%;
}

table span {
    text-align: center;
    vertical-align: middle;
}

tbody tr:nth-of-type(2n+1) {
    background: rgb(235, 243, 245);
    color: #999999;
}

thead tr:first-child {
    background: #56a2cf;
    color: #ffffff;
}

@media screen and (max-width: 650px) {
    .option-item {
        margin-left: -0.7rem;
   }
    #Product-Button-Content button {
        width: 7rem !important;
        height: 2.5rem !important;
    }

    .select-head span {
        font-size: 1.2rem;
    }

    .Submit_button p {
        font-size: 1rem;
    }

    table {
        font-size: 0.8rem;
    }

    table th {
        width: 25% !important;
        background: #56a2cf;
        color: #ffffff;
        height: 100%;
        justify-content: center;
        align-items: center;
        padding: 0.1rem !important;
        border: 1px white solid !important;
    }

    table td {
        width: 75% !important;
        height: 100%;
        padding: 0.1rem !important;
        justify-content: center;
        align-items: center;
        border: 1px white solid !important;
    }

    table tr {
        padding-top: 0.1rem;
        padding-bottom: 0.1rem;
    }
}

/* =================================================== */

#Product-Button-Content {
    padding-top: 1rem;
    width: 100%;
    display: none;
}

#Product-Button-Content button {
    width: 10rem;
    height: 3rem;
    border-width: 0px;
    border-radius: 0.3rem;
    cursor: pointer;
    outline: none;
    font-family: "Microsoft YaHei";
    color: white;
    font-size: 1.5rem;
    transform-origin: center;
    margin-left: 1rem;
    margin-right: .5rem;
    margin-top: 0.25rem;
    margin-bottom: 1rem;
    float: right;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#Button_Reset {
    background: red;
}

#Button_Save {
    background: limegreen;
    display: none;
}

/* =================================================== */
.Input_error_animate_text {
    color: red;
    animation: 0.5s Input_error_animate_text forwards;
}

@keyframes Input_error_animate_text {
    0% {
        transform: translateX(0.5rem);
    }

    20% {
        transform: translateX(-0.5rem);
    }

    40% {
        transform: translateX(0.5rem);
    }

    60% {
        transform: translateX(-0.5rem);
    }

    80% {
        transform: translateX(0.5rem);
    }

    100% {
        transform: translateX(0rem);
    }
}

/* =================================================== */