﻿    .loginApp {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background: url("/Content/Images/bg01@2x.png");
        background-size: 100% 100%;
        display: flex;
        justify-content: center;
    }

    .loginHead {
        width: 100%;
        height: 60px;
        display: flex;
        align-items: center;
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #00cc6f;
        justify-content: space-between;
        padding: 0 20px 0 16px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

        .loginHead img {
            width: 127px;
            height: 60px;
        }

    .banner {
        width: 456px;
        position: absolute;
        left: 54%;
        top: 25%;
        margin-left: -278px;
        z-index: 99999;
    }

    .loginBox {
        width: 100%;
        height: 320px;
        background: #ffffff;
        box-shadow: 0px 4px 15px 0px rgba(10, 128, 76, 0.15);
        border-radius: 12px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        margin-top: 25px;
        position: relative;
    }

    .loginBoxHead {
        height: 60px;
        width: 90%;
        background: linear-gradient(270deg, #333333 0%, #333333 100%);
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 5%;
        border-radius: 12px 12px 0 0;
    }

        .loginBoxHead img {
            width: 127px;
            height: 60px;
        }

    .loginBoxHeadRight {
        font-size: 16px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #ffffff;
        display: flex;
        align-items: flex-end;
        flex-direction: column;
    }

    .content {
        width: 100%;
        height: 210px;
        background: #ffffff;
        border-radius: 12px;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 40px;
    }

    .contentItem {
        display: flex;
        align-items: center;
        margin-bottom: 16px;
    }

    .contentItemImg {
        width: 44px;
        height: 40px;
        background: #f2f9f9;
        border-radius: 4px;
        overflow: hidden;
    }

        .contentItemImg img {
            width: 100%;
            height: 100%;
        }

    .phoneType {
        width: 288px;
        height: 40px;
        padding: 0px 10px;
        border: 1px solid #d4d4d4;
        color: #333333;
        background-color: white !important;
        /* 透明背景*/
        font-size: 13px;
        border-radius: 4px;
        outline: none;
        /* 去除选中状态边框*/
        margin-left: 4px;
    }

        .phoneType:focus {
            color: #333333;
            border: 1px solid black;
            /* box-shadow: 0px 1px 8px 0px rgba(0, 209, 114, 0.15); */
        }

    input:-internal-autofill-selected {
        background-color: white !important;
    }

    .phoneType::-webkit-input-placeholder {
        color: #8f93a0;
        background-color: white !important;
        font-size: 13px;
    }

    .foot {
        margin-top: 20px;
        width: 336px;
        height: 50px;
        background: linear-gradient(270deg, #EF190F 0%, #EF190F 100%);
        border-radius: 6px;
        text-align: center;
        line-height: 50px;
        font-size: 18px;
        font-weight: 500;
        color: #ffffff;
        cursor: pointer;
    }

        .foot:hover {
            box-shadow: 0px 3px 10px 0px rgba(255, 112, 68, 0.5);
        }

    .img_1 {
        position: absolute;
        height: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }