.now {
    padding: 4rem 0 8rem;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.now span {
    font-weight: 400;
    font-size: 2.4rem;
    color: #05173C;
}

.now-btn {
    border-radius: 10rem;
    background-color: #05173C;
    color: #fff;
    padding: 1.2rem 3.2rem;
    font-size: 2rem;
    line-height: 2.4rem;
    height: 4.8rem;
    margin-top: 2.4rem;
}

.now-btn:hover {
    cursor: pointer;
}

.tanchuang {
    width: 100%;
    max-width: none !important;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    display: none;
}

.tanchuang .form {
    width: 120rem;
    background: #FFFFFF;
    border-radius: 1rem;
    padding: 0 8rem;
    position: relative;
}

.tanchuang .form img {
    width: 4rem;
    height: 4rem;
    position: absolute;
    right: 4rem;
    top: 4rem;
}

.tanchuang .form-content {
    padding-bottom: 8rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tanchuang .form-form {
    margin-bottom: 4rem;
    width: 50rem;
    position: relative;
}

.tanchuang .form-form:nth-child(7) {
    width: 100%;
}

.tanchuang .form-form>span {
    font-size: 2rem;
    font-weight: 500;
    line-height: 2.4rem;
    color: #05173C !important;
}

.tanchuang .form-form>input {
    width: 100%;
    height: 4.8rem;
    margin-top: 2rem;
    padding: 1.2rem 2rem;
    font-size: 2rem;
    line-height: 2.4rem;
    border-radius: 0.4rem;
    background-color: #F5F5F7;
}

.tanchuang .form-form>textarea {
    width: 100%;
    height: 10.2rem;
    margin-top: 2rem;
    padding: 1.2rem 2rem;
    font-size: 2rem;
    line-height: 2.4rem;
    background-color: #F5F5F7;
}
.tanchuang .form-form > p > span:first-child {
    color: #000000 !important;
}
.tanchuang .form-btn {
    margin-top: 4rem;
    width: 14rem;
    height: 4.4rem;
    border-radius: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F16522;
    color: #000;
    font-size: 1.6rem;
    line-height: 1.9rem;
    margin-left: 45rem;
}

.tanchuang .form-btn:hover {
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .now {
        padding: 2rem 0 4rem;
        display: flex;
        flex-direction: column;
        align-items: center;

    }

    .now span {
        font-weight: 400;
        font-size: 1.4rem;
        color: #05173C;
        text-align: center;
    }

    .now-btn {
        border-radius: 10rem;
        background-color: #05173C;
        color: #fff;
        padding: 0.8rem 1.2rem;
        font-size: 1.2rem;
        line-height: 1.5rem;
        height: 3.1rem;
        margin-top: 1.6rem;
    }

    .now-btn:hover {
        cursor: pointer;
    }

    .tanchuang .form {
        width: 29.5rem;
        background: #FFFFFF;
        border-radius: 1rem;
        padding: 0 1.6rem;
        position: relative;
    }

    .tanchuang .form img {
        width: 2.4rem;
        height: 2.4rem;
        position: absolute;
        right: 1rem;
        top: 1rem;
    }

    .tanchuang .form-content {
        padding-bottom: 4rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .tanchuang .form-form {
        margin-bottom: 1.6rem;
        width: 12.4rem !important;
        position: relative;
    }

    .tanchuang .form-form:nth-child(7) {
        width: 100% !important;
    }


    .tanchuang .form-form>span {
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 1.8rem;
        color: #05173C;
    }

    .tanchuang .form-form>input {
        width: 100%;
        height: 3.2rem;
        margin-top: 0.8rem;
        padding: 0.8rem;
        font-size: 1.2rem;
        line-height: 1.5rem;
        border-radius: 0.4rem;
        background-color: #F5F5F7;
    }

    .tanchuang .form-form>textarea {
        width: 100%;
        height: 6.8rem;
        margin-top: 0.8rem;
        padding: 0.8rem;
        font-size: 1.2rem;
        line-height: 1.5rem;
        background-color: #F5F5F7;
    }

    .tanchuang .form-btn {
        margin-top: 2.4rem;
        width: 11.9rem;
        height: 3.1rem;
        border-radius: 0.4rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #F16522;
        color: #fff;
        font-size: 1.2rem;
        line-height: 1.5rem;
        margin-left: 7.5rem;
    }
}