        * {
            margin: 0;
        }

        body{
            width: 100vw;
            height: 100vh;
            display: flex;
            background-color:rgb(244, 245, 247);
            justify-content: center;
            align-items: center;
        }

        .main-1{
            width: 600px;
            height: 400px;
            display: flex;
            background-color: #e6e6f0;
            border-radius: 20px;
            box-shadow: 1px 1px 2px rgba(8, 8, 8, 0.5);
        }

        .left-1{
            width: 35%;
            height: 100%;
            background-color: #3d6d83;
            border-radius: 20px 0 0 20px;
            background-image: url(../images/90tt.png);
            background-size: cover;  
        }

        h2{
            margin-top: 369px;
            font-size: 0.8rem;
            font-family: 宋体;
            text-align: center;
            color: black; 
        }

        .right-1{
            width: 65%;
            height: 100%;
            display: flex;
            align-items: center;
            flex-direction: column;
        }

        p{
            margin-top: 40px;
            font-size: 2rem;
            font-family: 楷体;
            color: rgb(211, 25, 25);
        }

        .inpu-1{
            margin-top: 20px;
            width: 300px;
            height: 40px;
            border: none;
            background: none;
            font-size: 16px;
            outline: none;
            border-bottom: 1px solid rgb(0, 114, 255);
        }

        .inpu-2{
            width: 230px;
            height: 40px;
            margin-top: 40px;
            border: none;
            background-color: rgb(0, 114, 255);
            border-radius: 10px;
            cursor: pointer;
        }

        .inpu-2:hover{
            background-color: #dd1b1b;
        }

        .krm{
            width: 100%;
            height: 100px;
            display: flex;
            justify-content: space-around;
        }

        a{
            text-decoration: none;
            color: rgb(0, 114, 255);
            margin-top: 0px;
        }

        a:hover{
            color: black;
        }