    .section6 {
        width: 100%;
        overflow: hidden;
        position: relative;
        padding: 60px var(--w1200);
    }

    .Box6 {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .lt6 {
        width: 50%;
        padding-right: 90px;
    }

    .lt6 form {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        grid-gap: 20px;
    }

    .lt6 label {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .lt6 input,
    .lt6 textarea {
        width: 100%;
        height: 45px;
        border-bottom: 1px solid #ccc;
        outline: none;
    }

    .lt6 h1 {
        width: 100%;
        font-size: 18px;
        color: #333;
    }

    .lt6 .input3 input {
        width: calc(100% - 180px);
    }

    .lt6 .input3 img {
        width: 180px;
        height: 45px;
        background: #fff;
    }

    .lt6 .input4 {
        width: 140px;
        height: 45px;
        background: #333;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        color: #FFFFFF;
    }

    .rt6 {
        width: 50%;
    }

    .rt6 h1 {
        font-size: 24px;
        color: var(--color);
        margin-bottom: 15px;
    }

    .rt6 h2 {
        font-size: 14px;
        color: #777;
        margin-bottom: 15px;
    }

    .desc6 {
        margin-bottom: 20px;
        display: flex;
        flex-wrap: wrap;
        grid-gap: 10px;
    }

    .item6 {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .item6 .icon6 {
        width: 15px;
    }

    .item6 p {
        width: calc(100% - 25px);
    }

    .rt6 .ewm6 {
        display: block;
        margin: 15px 0;
    }

    .bizmail_loginpanel {
        font-size: 12px;
        width: 300px;
        height: auto;
        background: #ffffff;
        text-align: left;
        box-sizing: content-box !important
    }

    .bizmail_LoginBox {
        padding: 10px 15px;
    }

    .bizmail_loginpanel h3 {
        padding-bottom: 5px;
        margin: 0 0 5px 0;
        border-bottom: 1px solid #cccccc;
        font-size: 14px;
    }

    .bizmail_loginpanel form {
        margin: 0;
        padding: 0;
    }

    .bizmail_loginpanel input.text {
        font-size: 12px;
        width: 156px;
        padding: 0;
        height: 20px;
        margin: 0 2px;
        border: 1px solid #C3C3C3;
        border-color: #7C7C7C #C3C3C3 #C3C3C3 #9A9A9A;
    }

    .bizmail_loginpanel .bizmail_column {
        height: 28px;
    }

    .bizmail_loginpanel .bizmail_column label {
        display: block;
        float: left;
        width: 30px;
        height: 24px;
        line-height: 24px;
        font-size: 12px;
    }

    .bizmail_loginpanel .bizmail_column .bizmail_inputArea {
        float: left;
        width: 240px;
    }

    .bizmail_loginpanel .bizmail_column span {
        font-size: 12px;
        word-wrap: break-word;
        margin-left: 2px;
        line-height: 200%;
    }

    .bizmail_loginpanel .bizmail_SubmitArea {
        margin-left: 30px;
        clear: both;
    }

    .bizmail_loginpanel .bizmail_SubmitArea a {
        font-size: 12px;
        margin-left: 5px;
    }

    .bizmail_loginpanel select {
        width: 110px;
        height: 20px;
        margin: 0 2px;
    }

    @media (max-width: 1200px) {
        .lt6 {
            width: 60%;
        }

        .rt6 {
            width: 40%;
        }
    }

    @media (max-width: 720px) {
        .lt6 {
            width: 100%;
            padding: 0;
        }

        .rt6 {
            margin-top: 30px;
            width: 100%;
        }
    }

    @media (max-width: 460px) {}

    @media (max-width: 380px) {}