@charset "UTF-8";
.text_1{
        position: absolute;
        top: 0;
        font-size: 1.3rem;
        line-height: 2.6rem;
        width: 95%;
        text-align: center;
    }
    .text_2{
        position: absolute;
        bottom: 40px;
        font-size: 1rem;
        line-height: 3.6rem;
        width: 95%;
        text-align: center;
        color: #5d5d5d;
    }
    .text_3{
        position: absolute;
        bottom: 18px;
        font-size: 1rem;
        width: 55%;
        text-align: right;
        right: 0;
    }
    .text_3 button{
        color: white;
        border: 1px solid #f2dab4;
        padding: 4.5px 15px;
        border-radius: 5px;
        background: #3b91ff;
        margin-right: 12px;
    }
    .text_4{
        position: absolute;
        bottom: 19px;
        font-size: 1.5rem;
        width: 40%;
        color: red;
        text-align: center;
    }

    .layui-container {
        margin-left: 4px !important;
    }