.index_box{
    width: 100vw;
    height: 100%;
    position: absolute;
}
.head_box{
    width: 100%;
    height: 180px;
    background-color: rgb(200,22,29);
    text-align: center;
    justify-content: center;
    border-bottom-left-radius: 40%;
    border-bottom-right-radius: 40%;
}
.xflogo{
    margin-top: 10px;
    height: 60px;
    width: auto;
}
.fwyzjg{
    color: white;
    margin-top: 10px;
}
body{
    background-color: rgb(245,245,245);
    -moz-user-select: none; 
    -webkit-user-select: none; 
    -ms-user-select: none; 
    -khtml-user-select: none; 
    user-select: none; 
}
.body_box{
    width: 90vw;
    margin-left: 5vw;
    text-align: center;
    justify-content: center;
    background-color: white;
    border: 1px solid rgb(245,245,245);
    margin-top: -70px;
    border-radius: 10px;
    height: calc(100% - 125px);
    overflow: hidden;
}
.fgx{
    width: 100%;
    text-align: center;
    justify-content: center;
    display: flex;
}
.fgx_left{
    width: 1rem;
    background-color: rgb(230,230,230);
    height: 1rem;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    margin-left: -6px;
}
.fgx_center{
    width: 100%;
    border-top:  1.5px dashed rgb(230,230,230);
    height: 1px;
    margin-top: 0.5rem;
}
.fgx_right{
    width: 1rem;
    background-color: rgb(230,230,230);
    height: 1rem;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    margin-right: -6px;
}
.fw_num_box{
    width: 100%;
    height: 90px;
}
.fw_jg_box{
    width: 100%;
    height: calc(100% - 375px);
}
.jg_box{
    width: 100%;
    height: calc(100% - 10px);
    display: flex;
    align-items: center; /* 垂直居中 */
    justify-content: center; /* 水平居中 */
}
.loader{border:5px solid#f3f3f3;
    border-top:5px solid rgb(255,81,95);
    border-radius:50%;
    width:30px;
    height:30px;
    animation:spin
    2s linear infinite;margin:50px auto
}
@keyframes spin{
    0%
    {
        transform:rotate(0deg)
    }
    100%
    {
        transform:rotate(360deg)
    }
}
.fw_tips_box{
    width: 100%;
    height: 270px;
    overflow: hidden;
    
}
.tip_font{
    width: 100%;
    text-align: left;
    padding-top: 10px;
    padding-left: 15px;
    color: rgb(255,81,95);
    font-weight: bold;
}
.fwm_box{
    margin-top: 10px;
    clear: both;
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
}
.fwm{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: rgb(230,230,230);
    font-size: 1.7em;
    font-weight: bold;
    border-radius: 5px;
    letter-spacing:1px;
}
.tip_body{
    width: calc(100% - 40px);
    text-align: left;
    color: rgb(102, 102, 102);
    font-size: 0.9em;
    text-indent: 2ch;
    line-height: 1.6em;
}
.tip{
    display: flex;
    align-items: center; /* 垂直居中 */
    justify-content: center; /* 水平居中 */
    width: 100%;
    height: 245px;
}
.qrcodebox{
    width: calc(100% - 20px);
    text-align: center;
    justify-content: center;
}
.qrcode{
    width: 10em;
}
.success{
    height: 2.5em;
    width: 2.5em;
}
.successfont{
    font-size: 0.9em;margin-top: 10px;color: rgb(102, 102, 102);padding-left: 30px;padding-right: 30px;text-align: left;line-height: 1.5em;
}
.successtips{
    font-size: 1.1em;margin-top: 10px;font-weight: bold;
}
.success_box{
    margin-top: 10px;
    margin-bottom: 10px;
}
@media (max-height: 600px) {
    .index_box{
        width: 100vw;
        position: absolute;
    }
    .body_box{
        width: 90vw;
        margin-left: 5vw;
        text-align: center;
        justify-content: center;
        background-color: white;
        border: 1px solid rgb(245,245,245);
        margin-top: -70px;
        border-radius: 10px;
        padding-bottom: 10px;
        height: auto;
        overflow: auto;
        overflow-x: hidden;
    }
    .fw_jg_box{
        width: 100%;
        height: auto;
        overflow: unset;
    }
    .fw_tips_box{
        width: 100%;
        height: 260px;
        overflow: unset;
    }
    .hyload{
        margin-top: 20px;
    }
}

.login_box{
    width: 100%;
    height: 100%;
    background-color: rgb(224,232,241);
    position: absolute;
}
.login_head_box{
    width: 100%;
    height: 35vh;
    background-color: rgb(200,22,29);
    text-align: center;
    justify-content: center;
    border-bottom-left-radius: 40%;
    border-bottom-right-radius: 40%;
}
.xflogo_login{
    margin-top: 10px;
    height: 18vh;
    width: auto;
}
.fwyzjg_login{
    color: white;
    margin-top: 10px;
    font-size: 1.8em;
}
.login_input_box{
    width: 100%;
    height: calc(100% - 35vh);
    display: flex;
    align-items: center; /* 垂直居中 */
    justify-content: center; /* 水平居中 */
}
.input_box{
    width: 100%;
    text-align: center;
    justify-content: center;
}
.fwinput{
    width: 85vw;height: 30px;border: 3px solid rgb(173,188,196);line-height: 30px;padding-left: 20px;overflow: hidden;
}
.mgb{
    padding-top: 20px;
}
.fwfont{
    color: rgb(155,169,176);font-size: 1rem;padding-top: 20px;
}
