input {
    outline: none;
}

@media screen and (min-width: 400px) {
    html,
    body {
        height: 100%;
        width: 100%;
        margin: 0;
        padding: 0;
        background-color: #eeeeee;
    }

    .reg-container {
        height: 100%;
        width: 100%;
        margin: 0;
        padding: 0;
        background-color: #eeeeee;
    }

    .header {
        height: 88px;
        width: 100%;
        background-color: #0A7B75;
        min-width: 1200px;
    }

    .header-nav {
        width: 1200px;
        height: 88px;
        margin: 0 auto;
        color: #fff;
        font-weight: 700;
    }

    .header-nav-left {
        height: 88px;
        line-height: 88px;
        font-size: 28px;
        float: left;
    }

    .login-btn {
        border: 1px solid #fff;
        text-align: center;
        line-height: 24px;
        padding: 3px 20px;
        height: 24px;
        float: right;
        color: #fff;
        border-radius: 6px;
        margin-top: 29px;
    }

    .footer {
        position: absolute;
        width: 100%;
        height: 88px;
        text-align: center;
        background-color: #353B3B;
        min-width: 1200px;
        margin-bottom: 0;
    }

    .footer-content {
        margin-top: 22px;
        width: 100%;
        height: 44px;
        color: #838584;
        font-size: 14px;
    }

    .form-content {
        height: 820px;
        width: 1200px;
        background-color: #fff;
        margin: 44px auto;
        position: relative;
    }

    .div-content {
        height: 920px !important;
    }

    .person-content {
        height: 760px !important;
    }

    .formdiv-content {
        height: 840px;
        width: 1200px;
        background-color: #fff;
        margin: 44px auto;
        position: relative;
    }

    .form-container {
        position: absolute;
        width: 432px;
        height: 610px;
        margin-left: 384px;
        margin-top: 45px;
    }

    .line {
        display: inline-block;
        width: 144px;
        height: 1px;
        background-color: #b4b4b4;
    }

    .title {
        display: inline-block;
        color: #191919;
        font-size: 16px;
        padding: 0 26px;
    }

    .input-div {
        height: 48px;
        width: 100%;
        line-height: 48px;
        text-align: center;
        margin-top: 20px;
    }

    .input-divts {
        width: 100%;
        height: 30px;
        line-height: 30px;
        text-align: center;
        margin-top: 10px;
        color: red;
    }

    .input-company {
        height: 40px;
        width: 280px;
        border: 1px solid #dedede;
        padding-left: 20px;
        border-radius: 6px;
        font-size: 16px;
    }

    .label-name {
        display: inline-block;
        width: 120px;
        font-size: 16px;
        text-align: right;
    }

    .reg-btn {
        width: 404px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background-color: #0b928b;
        border-radius: 6px;
        position: absolute;
        margin-left: 26px;
        margin-top: 50px;
        font-size: 16px;
        color: #fff;
        cursor: pointer;
        border: none;
    }

    .div-company {
        margin-left: 120px;
    }
}

@media screen and (max-width: 400px) {
    .header {
        height: 60px;
        background-color: #0A7B75;
    }

    .header-nav {
        display: flex;
        flex-direction: row;
        height: 60px;
        padding: 0 15px;
        align-items: center;
        justify-content: space-between;
    }

    .header-nav-left {
        font-size: 16px;
        color: #fff;
        float: left;
    }

    .login-btn {
        border: 1px solid #fff;
        padding: 2px 8px;
        border-radius: 6px;
        float: right;
        color: #fff;
        right: 0;
    }

    .form-content {
        margin: 40px auto;
        width: 300px;
        height: 420px;
    }

    .formdiv-content {
        margin: 40px auto;
        width: 300px;
        height: 420px;
    }

    .line-container {
        width: 100%;
    }

    .line {
        display: inline-block;
        width: 100px;
        height: 1px;
        background-color: #b4b4b4;
    }

    .title {
        font-size: 14px;
        display: inline-block;
        padding: 0 8px;
    }

    .input-div {
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-top: 15px;
    }

    .input-divts {
        width: 100%;
        height: 30px;
        line-height: 30px;
        text-align: center;
        margin-top: 10px;
        color: red;
    }

    .label-name {
        display: inline-block;
        width: 80px;
        text-align: left;
    }

    .input-company {
        height: 38px;
        padding-left: 10px;
        width: 200px;
        border: 1px solid #dedede;
        border-radius: 6px;
        font-size: 16px;
    }

    .reg-btn {
        width: 288px;
        height: 38px;
        background-color: #0A7B75;
        border-radius: 6px;
        position: absolute;
        margin-left: 5px;
        margin-top: 30px;
        margin-bottom: 20px;
        text-align: center;
        line-height: 38px;
        color: #fff;
        font-size: 14px;
    }

    .footer {
        display: none;
    }

    .div-company {
        margin-left: 80px;
        width: 220px !important;
    }
}
