    body{
        margin: 0;
        padding: 0;
    }

    a{
        text-decoration: none;
    }

    a{
        color: #999;
    }

    a:visited{
        color: #999;
    }

    a:hover{
        color: #77B2E8;
    }

    .containt{
        display: flex;
        width: 100vw;
        min-height: 100vh;
        background:linear-gradient(180deg,rgba(183,227,255,1) 0%,rgba(128,194,255,1) 100%);
    }

    .form-box{
        width: 410px;
        height: 414px;
        background: #fff;
        border-radius: 6px;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        flex-direction: column;
        align-items: center;
        z-index: 50;
    }

    .logo-box{
        width: 152px;
        height: 62px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        margin-top: 46px;
    }

    .logo-icon{
        width: 148px;
    }

    .login-tip{
        width: 152px;
        letter-spacing: 7px;
        font-size: 12px;
        color: #999;
    }

    .tips{
        width: 250px;
        color: #F53536;
        font-size: 12px;
        margin-top: 30px;
        margin-bottom: 6px;
    }

    .input-box{
        width: 250px;
        height: 30px;
        border-bottom: 1px #F1F1F1 solid;
        display: flex;
        margin-top: 12px;
    }


    .captcha input {
        width: 100px;
    }

    .input-box-after{
        border-bottom: 1px #369FE9 solid;

    }
    .icons{
        width: 30px;
        height: 30px;
        /* background: #000; */
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .user-icon{
        background-image: url('../images/user_name_icon.svg')
    }

    .password-icon{
        background-image: url('../images/password_icon.svg')
    }
    
    Input{
        border: none;
        box-shadow: none;
        margin-left: 14px;
        outline:none;
    }
    
    .submit-btn{
        width: 250px;
        height: 38px;
        background: #369FE9;
        color: #fff;
        border: none;
        box-shadow: none;
        margin-top: 50px;
        border-radius: 6px;
        position: relative;
    }

    .submit-btn:hover{
        background: #2D84D2;
    }

    .find-password{
        align-self:  flex-end;
        font-size: 14px;
        color: #BBBBBB;
        text-decoration: none;
        margin-right: 80px;
        margin-top: 10px;
    }

    .find-password:hover{
        color: #369FE9;
    }
    
    .fool-box{
        width: 100vw;
        height: 150px;
        /* background-image: url('../images/fool.png'); */
        background-size: 100%;
        background-position: top;
        position: fixed;
        bottom: 0;
        text-align: center;
        color: #999999;
        font-size: 14px;
        /* display: flex;
        justify-content: center;
        align-items: center; */
        /* line-height: 220px; */
    }

    .float-box{
        width: 36px;
        height: 36px;
        background-color: #fff;
        background-image:  ;
        background-size: 70%;
        background-position: center;
        background-repeat: no-repeat;
        position: fixed;
        right: 0;
        z-index: 60;
        border-radius: 4px 0 0 4px;
        box-shadow: 0 2px 4px 0px #7A7A7A;

    }
    
    .customer-service{
        background-image: url('../images/customer_service_before.svg');
        bottom: 110px;
    }

    .customer-service:hover{
        background-image: url('../images/customer_service_hover.svg');
        background-color: #369FE9;
    }

    .qr-box{
        background-image: url('../images/qr_before.svg');
        bottom: 58px;
    }

    .qr-box:hover{
        background-image: url('../images/qr_hover.svg');
        background-color: #369FE9;
    }

    .dialog{
        width: 184px;
        height: 102px;
        background-color: #fff;
        position: absolute;
        left: -200px;
        top: 0;
        border-radius: 4px;
        box-shadow: 0 2px 4px 0px #7A7A7A;
    }

    .dialog:after{
        position: absolute;
        right: -14px;
        top: 25%;
        transform: translateY(-50%);
        content: '';
        border-top: 12px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 7px solid #fff;
        border-right: 7px solid transparent;
    }

    .customer-dialog{
        display: none
    }
    
    .customer-items{
        height: 22px;
        margin-top: 20px;
        margin-left: 12px;
        color: #666666;
        font-size: 14px;
        display: flex;
    }
    
    .customer-icons{
        width: 22px;
        height: 22px;
        /* background: #000; */
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
        margin-right: 6px;
    }

    .phone-icon{
        background-image: url('../images/phone.svg');
        background-size: 14px 22px;
    }

    .mail-icon{
        background-image: url('../images/e_mail.svg');
        background-size: 18px 16px;
        margin-right: 8px;

    }

    .qr-dialog{
        display: none
    }
    
    .show{
        display: block
    }


    .canvas{
        position: absolute;
        left: 0;
        bottom: 0;
    }
