    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    }
    
    body {
        height: 100vh;
        font-size: 14px;
        color: #a4a4a4;
        background: url(../images/bg-1.jpg) no-repeat top center;
        background-size: cover;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    a {
        text-decoration: none;
    }
    
    ul,
    li {
        list-style: none;
    }
    
    .h1 {
        width: 100%;
        min-height: 100px;
        line-height: 100px;
        text-align: center;
        font-size: 60px;
        color: #fff;
    }
    
    .log {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    
    .log h1 {
        width: 100%;
        font-size: 60px;
        color: #fff;
        margin-bottom: 100px;
        text-align: center;
    }
    
    .supervise {
        position: absolute;
        top: 0;
        left: -59px;
        width: 58px;
        height: 220px;
        /* background: #e65646; */
        background: #e65646;
        border-radius: 20px 0 0 58px;
        color: #fff;
        font-size: 30px;
        text-align: center;
        padding-top: 25px;
    }
    
    .qr-code {
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
        width: 15%;
        z-index: 99;
    }
    
    .qr-code img {
        width: 100%;
    }
    
    .qr {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 10;
        border-radius: 0 12px 12px 12px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        display: none;
    }
    
    .qr div {
        font-size: 22px;
        color: #333;
        font-weight: 600;
    }
    
    .login {
        position: relative;
        margin: 0 auto;
        width: 550px;
        padding: 100px 70px 50px 70px;
        background-color: #fff;
        border-radius: 0 12px 12px 12px;
        display: flex;
        box-shadow: 0 3px 20px rgba(0, 0, 0, .3);
    }
    
    .return {
        position: absolute;
        top: 55px;
        left: 65px;
    }
    
    .account {
        width: 100%;
        font-size: 22px;
        margin-bottom: 60px;
    }
    
    .account li {
        display: inline-block;
        margin-right: 55px;
        cursor: pointer;
        padding-bottom: 12px;
    }
    
    .account span:hover {
        /* color: #724272; */
        color: #e65646;
    }
    
    #tab_s>ul>li.pitch {
        position: relative;
        /* color: #724272; */
        color: #e65646;
    }
    
    #tab_s>ul>li.pitch::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 5px;
        /* background: #724272; */
        background: #e65646;
        border-radius: 3px;
        z-index: 9;
    }
    
    form {
        width: 100%;
    }
    
    .box {
        position: relative;
        width: 100%;
        margin-bottom: 30px;
    }
    
    .box input {
        outline: none;
        width: 100%;
        height: 50px;
        border: 1px solid #ddd;
        font-size: 18px;
        padding-left: 25px;
        /* font-weight: 700; */
        color: #333;
        /* color: #333\9; */
        /* font-weight: 500\9; */
    }
    
    .box input::placeholder {
        font-size: 16px;
        color: #aaa;
        font-weight: 500;
    }
    
    .box input:hover {
        /* border: 1px solid #e65646; */
        border: 1px solid #C2D7ED;
    }
    
    .box button {
        width: 100%;
        border: 0;
        /* background-color: #e65646; */
        background-color: #e65646;
        height: 50px;
        text-align: center;
        color: #fff;
        font-size: 20px;
        cursor: pointer;
    }
    
    .box button:hover {
        /* background-color: #7d4d77; */
        background-color: #5387BD;
    }
    
    .verification {
        position: absolute;
        top: 15px;
        right: 20px;
        border-left: 1px solid #ddd;
        padding-left: 20px;
        cursor: pointer;
        z-index: 9;
        /* color: #e65646; */
        color: #e65646;
    }
    
    .verification:hover {
        /* color: #7d4d77; */
        color: #5387BD;
    }
    
    .remember {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 15px;
        margin-bottom: 30px;
        color: #666;
    }
    
    .remember span {
        cursor: pointer;
        vertical-align: top;
    }
    
    .remember h3 {
        text-align: center;
        width: 100%;
        color: #333;
        font-size: 20px;
        margin-bottom: 30px;
    }
    
    .remember a {
        /* color: #724272; */
        color: #e65646;
    }
    
    .remember a:hover {
        /* color: #724272; */
        color: #5387BD;
    }
    
    .enroll {
        color: #333;
        font-size: 20px;
        font-weight: 600;
    }
    
    .proposal {
        font-size: 16px;
        text-align: center;
        color: #565656;
    }
    
    .proposal span,
    .proposal a {
        /* color: #724272; */
        color: #e65646;
    }
    
    .proposal a:hover {
        /* color: #7d4d77; */
        color: #5387BD;
    }
    
    .pr-100 {
        padding-right: 100px;
    }
    
    @media screen and (max-width:1400px) {
        .log h1 {
            font-size: 40px;
            margin-bottom: 30px;
            text-align: center;
        }
        .login {
            position: relative;
            width: 400px;
            padding: 65px 50px 20px 50px;
            border-radius: 0 10px 10px 10px;
        }
        .supervise {
            position: absolute;
            top: 0;
            left: -43px;
            width: 42px;
            height: 200px;
            /* background: #e65646; */
            background: #e65646;
            border-radius: 15px 0 0 58px;
            color: #fff;
            font-size: 25px;
            text-align: center;
            padding-top: 25px;
        }
        .account {
            width: 100%;
            font-size: 18px;
            margin-bottom: 40px;
        }
        .account li {
            margin-right: 40px;
            padding-bottom: 8px;
        }
        .account span:hover {
            /* color: #724272; */
            color: #e65646;
        }
        .account .pitch {
            position: relative;
            /* color: #724272; */
            color: #e65646;
        }
        .account .pitch::before {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 3px;
            /* background: #724272; */
            background: #e65646;
            border-radius: 2px;
            z-index: 9;
        }
        .qr {
            border-radius: 0 10px 10px 10px;
        }
        .return {
            position: absolute;
            top: 25px;
            left: 50px;
        }
        .h1 {
            font-size: 40px;
        }
    }